uml for new hadMember
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Thu, 12 Jul 2012 11:09:02 +0100
changeset 3999 3479b3d58ef3
parent 3998 2f6d049e6de6 (current diff)
parent 3997 17c283684587 (diff)
child 4000 39faa75a590f
uml for new hadMember
--- a/.hgtags	Thu Jul 12 11:08:38 2012 +0100
+++ b/.hgtags	Thu Jul 12 11:09:02 2012 +0100
@@ -4,3 +4,8 @@
 0e6acc446578653f6868d14ba7aa4f4fc5937f1d WD-prov-o-20120703
 0e6acc446578653f6868d14ba7aa4f4fc5937f1d WD-prov-o-20120703
 98870b4c796cd7c517548ab1559965d5c9152fd7 WD-prov-o-20120703
+12885f926cd8d04bd027f5caebcc4bf4f10d7260 WD-prov-o-20120711
+834861ffc39efe952f6d3eecc9ea22762792740c WD-prov-o-html-20120711
+834861ffc39efe952f6d3eecc9ea22762792740c WD-prov-o-html-20120711
+f3de1d9ce6314ac9592e7e44bdd7e9d8399f42f2 WD-prov-o-html-20120711
+bad066cda8927911f3621e14f2cc30c2a67e82a4 WD-prov-o-html-2012MMDD
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_ActivityInfluence.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_ActivityInfluence.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -12,7 +12,7 @@
 
 :making-bar-chart
    a prov:Generation, 
-     prov:ActivityInfluence;    ## Instances of Generation, Invalidation, and Communication qualify
+     prov:ActivityInfluence;  ## Instances of Generation, Invalidation and Communication qualify
    prov:activity :illustrating; ## the influence of an Activity (cited by prov:activity)
    rdfs:comment "Ended up with bar chart as line chart looked ugly."@en;
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_AgentInfluence.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_AgentInfluence.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -9,8 +9,8 @@
     prov:wasAssociatedWith :derek;
     prov:qualifiedAssociation [
        a prov:Association, 
-         prov:AgentInfluence;   ## Instances of Generation, Invalidation, and Communication qualify
-       prov:agent   :derek;     ## the influence of an Agent (cited by prov:agent)
+         prov:AgentInfluence; ## Instances of Generation, Invalidation and Communication qualify
+       prov:agent   :derek;   ## the influence of an Agent (cited by prov:agent)
        prov:hadRole :illustrationist
     ];
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Bundle.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Bundle.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -23,7 +23,8 @@
    prov:wasDerivedFrom :report1;
 .
 
-# Let us assume that Bob observed the creation of :report1. A first bundle can be expressed.
+# Let us assume that Bob observed the creation of :report1. 
+# A first bundle can be expressed.
  
 bob:bundle1 {
    :report1
@@ -33,7 +34,8 @@
    .
 }
 
-# In contrast, Alice observed the creation of :report2 and its derivation from :report1.
+# In contrast, Alice observed the creation of :report2 
+# and its derivation from :report1.
  
 alice:bundle2 {
    :report1 a prov:Entity .
@@ -45,7 +47,8 @@
    .
 }
 
-# The first bundle contains the descriptions corresponding to Bob observing the creation of :report1.
+# The first bundle contains the descriptions corresponding to Bob 
+# observing the creation of :report1.
  
 bob:bundle1
    a prov:Bundle;
@@ -53,7 +56,8 @@
    prov:wasAttributedTo :Bob;
 .
 
-# In contrast, the second bundle is attributed to Alice who observed the derivation of :report2 from :report1.
+# In contrast, the second bundle is attributed to Alice who observed 
+# the derivation of :report2 from :report1.
  
 alice:bundle2
    a prov:Bundle;
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Collection.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Collection.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -10,8 +10,11 @@
 
    prov:qualifiedGeneration [
       a prov:Generation;
-      dcterms:date "2012"^^xsd:gYear; # The generation is being qualified to be imprecise;
-   ];                                 # prov:generatedAtTime and prov:atTime specify exact instants in time.
+      
+      # The generation is being qualified to be imprecise;
+      # prov:generatedAtTime and prov:atTime specify exact instants in time.
+      dcterms:date "2012"^^xsd:gYear; 
+   ];                                 
 
    prov:hadMember
       <http://dbpedia.org/resource/John_Glover_Roberts,_Jr.>,
@@ -31,7 +34,8 @@
 
 :copied-string
    a prov:Entity;
-   prov:value "2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg S. Breyer S. Alito S. Sotomayor E. Kagan";
+   prov:value """2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg 
+                 S. Breyer S. Alito S. Sotomayor E. Kagan""";
    prov:wasQuotedFrom :page-by-composition;
 .
 
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_CompleteCollection.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_CompleteCollection.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -3,10 +3,11 @@
 @prefix dcterms: <http://purl.org/dc/terms/> .
 @prefix owl:     <http://www.w3.org/2002/07/owl#> .
 @prefix prov:    <http://www.w3.org/ns/prov#> .
+@prefix ex:      <http://example.com/vocab#> .
 @prefix :        <http://example.com/> .
 
 :the-first-us-supreme-court
-   a prov:Collection, prov:CompleteCollection, :JayCourt;
+   a prov:Collection, prov:CompleteCollection, ex:JayCourt;
    dcterms:description [
       a prov:Entity;
       prov:value "1789–1792: J. Rutledge Wm. Cushing J. Wilson J. Blair J. Iredell";
@@ -20,35 +21,17 @@
       a prov:Invalidation;
       dcterms:date "1792"^^xsd:gYear;
    ];
-   prov:hadMember [
-      a prov:KeyValuePair;
-      prov:pairKey   "chief";
-      prov:pairValue <http://dbpedia.org/resource/John_Jay>;
-   ], [
-      a prov:KeyValuePair;
-      prov:pairKey   "seat 4";
-      prov:pairValue <http://dbpedia.org/resource/John_Rutledge>;
-   ], [
-      a prov:KeyValuePair;
-      prov:pairKey   "seat 2";
-      prov:pairValue <http://dbpedia.org/resource/William_Cushing>;
-   ], [
-      a prov:KeyValuePair;
-      prov:pairKey   "seat 1";
-      prov:pairValue <http://dbpedia.org/resource/James_Wilson>;
-   ], [
-      a prov:KeyValuePair;
-      prov:pairKey   "seat 3";
-      prov:pairValue <http://dbpedia.org/resource/John_Blair,_Jr.>;
-   ], [
-      a prov:KeyValuePair;
-      prov:pairKey   "seat 5";
-      prov:pairValue <http://dbpedia.org/resource/James_Iredell>;
-   ];
+   prov:hadMember <http://dbpedia.org/resource/John_Jay>,
+                  <http://dbpedia.org/resource/John_Rutledge>,
+                  <http://dbpedia.org/resource/William_Cushing>,
+                  <http://dbpedia.org/resource/James_Wilson>,
+                  <http://dbpedia.org/resource/John_Blair,_Jr.>,
+                  <http://dbpedia.org/resource/James_Iredell>;
 .
 
 :page-by-composition
    a prov:Entity, :WikipediaPage;
-   prov:specializationOf <http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_court_composition>;
+   prov:specializationOf 
+      <http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_court_composition>;
    prov:generatedAtTime "2012-05-16T14:33"^^xsd:dateTime;
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_ContextualizedEntity.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_ContextualizedEntity.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -9,8 +9,10 @@
 :run1 {
    :a1
       a prov:Activity ;
+      
+      # Duration was 1 hour.
       prov:startedAtTime "2011-11-16T16:00:00"^^xsd:dateTime ;
-      prov:endedAtTime   "2011-11-16T17:00:00"^^xsd:dateTime ; # Duration was 1 hour.
+      prov:endedAtTime   "2011-11-16T17:00:00"^^xsd:dateTime ; 
       prov:wasAssociatedWith :bob ;
       prov:qualifiedAssociation [
          a prov:Association ;
@@ -26,8 +28,10 @@
 :run2 {
    :a2
       a prov:Activity ;
+      
+      # Duration was 7 hours.
       prov:startedAtTime "2011-11-17T10:00:00"^^xsd:dateTime ;
-      prov:endedAtTime   "2011-11-17T17:00:00"^^xsd:dateTime ; # Duration was 7 hours.
+      prov:endedAtTime   "2011-11-17T17:00:00"^^xsd:dateTime ; 
       prov:wasAssociatedWith :bob ;
       prov:qualifiedAssociation [
          a prov:Association ;
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Derivation.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Derivation.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -4,24 +4,30 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
 @prefix :     <http://example.com/> .
 
+# The simplest (and least detailed) form of derivation.
 :bar_chart 
    a prov:Entity;
-   prov:wasDerivedFrom :aggregatedByRegions;  # The simplest (and least detailed) form of derivation.
+   prov:wasDerivedFrom :aggregatedByRegions;  
 .
 
+# The simple form can be accompanied by a qualified form:
+# which provides more details about how :bar_chart was 
+# derived from :aggregatedRegions.
+
 :bar_chart
    a prov:Entity;
-   prov:wasDerivedFrom :aggregatedByRegions;  # The simple form can be accompanied by a qualified form:
+   
+   prov:wasDerivedFrom :aggregatedByRegions;  
    prov:qualifiedDerivation [                  
-      a prov:Derivation;                      # An instance of Derivation provides more details
-      prov:entity      :aggregatedByRegions;  # about how :bar_chart was derived from :aggregatedRegions
-
-      :foo :bar;                              # Arbitrary domain-specific descriptions are permitted.
-
+      a prov:Derivation;                      
+      prov:entity      :aggregatedByRegions;  
+      :foo :bar;          
+                          
       # Derivations can cite the influencing Activity in doing the derivation.
       prov:hadActivity   :illustration_activity;
 
-      # They can also cite the Usage and Generation that the Activity performed to generate :bar_chart.
+      # They can also cite the Usage and Generation that the Activity 
+      # performed to generate :bar_chart.
       prov:hadUsage      :how_illustration_activity_used_data;
       prov:hadGeneration :bar_chart_generation;
    ];
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_EmptyCollection.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_EmptyCollection.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -1,26 +1,7 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
 @prefix :     <http://example.org/> .
 
-:e1 a prov:Entity .
-:e2 a prov:Entity .
-
-:c  a prov:Dictionary, prov:EmptyCollection .
+:member1 a prov:Entity .
+:member2 a prov:Entity .
 
-:c1 
-   a prov:Dictionary;
-   prov:derivedByInsertionFrom :c;
-   prov:qualifiedInsertion [ 
-      a prov:Insertion;
-      prov:dictionary :c;
-      prov:inserted [ 
-         a prov:KeyValuePair;
-         prov:pairKey   "k1"^^xsd:string;
-         prov:pairValue :e1;
-      ], [ 
-         a prov:KeyValuePair;
-         prov:pairKey   "k2"^^xsd:string;
-         prov:pairValue :e2;
-      ];
-   ]; 
-. 
+:c a prov:EmptyCollection . # The collection is believed to not contain members.
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Generation.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Generation.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -9,7 +9,8 @@
 :bbcNews2012-04-03 
    a prov:Entity, eg:DailyNews;
    rdfs:comment """The BBC news home page on 2012-04-03 contained a reference 
-                   to a given news item, but the BBC news home page on the next day did not.""";
+                   to a given news item, but the BBC news home page on 
+                   the next day did not.""";
 
    prov:wasGeneratedBy :publishingActivity;
    prov:qualifiedGeneration [
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_IncompleteCollection.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -0,0 +1,14 @@
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix ex:   <http://example.com/vocab#> .
+@prefix :     <http://example.com/> .
+
+:todays-us-supreme-court
+   a prov:IncompleteCollection, # The asserter of this set believes that there are 
+       ex:RobertsCourt;         # more members to this collection of U.S. Supreme Court.
+
+   prov:hadMember <http://dbpedia.org/resource/Antonin_Scalia>,
+                  <http://dbpedia.org/resource/Elena_Kagan>;
+.
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Influence.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Influence.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -15,9 +15,16 @@
 
 :conductingSurgery_1
    a prov:Activity;
-   my:wasConductedBy :bob;     # This unqualified influence is unknown in PROV, but would be a subproperty of wasAssociatedWith.
-   prov:qualifiedAssociation [ # Even though PROV systems do not understand my:wasConductedBy, 
-      a prov:Association,      # they can recognize that the unknown relation is being qualified with a prov:hadRole.
+   
+   # This unqualified influence is unknown in PROV, 
+   # but would be a subproperty of wasAssociatedWith.
+   my:wasConductedBy :bob;     
+   
+   # Even though PROV systems do not understand my:wasConductedBy, 
+   prov:qualifiedAssociation [ 
+      # they can recognize that the unknown relation 
+      # is being qualified with a prov:hadRole.
+      a prov:Association,     
         prov:AgentInfluence,   # Inferred
         prov:Influence;        # Inferred
       prov:agent   :bob;       # The object of my:wasConductedBy
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_InstantaneousEvent.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_InstantaneousEvent.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -7,8 +7,9 @@
 
 :bbcNews2012-04-03 
    a prov:Entity, :DailyNews;
-   rdfs:comment """The BBC news home page on 2012-04-03 contained a reference 
-                 to a given news item, but the BBC news home page on the next day did not.""";
+   rdfs:comment """The BBC news home page on 2012-04-03 contained 
+                   a reference to a given news item, but the BBC news 
+                   home page on the next day did not.""";
 
    prov:qualifiedGeneration [
       a prov:Generation, prov:InstantaneousEvent;
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Quotation.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Quotation.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -7,7 +7,7 @@
 
 :dagstuhl-quote
    a prov:Entity;
-   prov:value         "why would people record and share provenance in the first place?";
+   prov:value   "why would people record and share provenance in the first place?";
    prov:wasQuotedFrom <http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/>;
    prov:qualifiedQuotation [
       a prov:Quotation;
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_SoftwareAgent.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_SoftwareAgent.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -4,7 +4,8 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
 @prefix :     <http://example.com/> .
 
-# Googlebot is Google's web crawling bot; it can initiate and participate in web-crawling activities.
+# Googlebot is Google's web crawling bot; 
+# it can initiate and participate in web-crawling activities.
 
 :googlebot
    a prov:SoftwareAgent;
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_asInBundle.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_asInBundle.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -24,5 +24,8 @@
    .
 }
 
-tool:bob-2011-11-17 prov:specializationOf :bob . # This is inferred from prov:mentionOf
-tool:bob-2011-11-17 prov:alternateOf      :bob . # This is inferred from prov:specializationOf
+# This is inferred from prov:mentionOf
+tool:bob-2011-11-17 prov:specializationOf :bob . 
+
+# This is inferred from prov:specializationOf
+tool:bob-2011-11-17 prov:alternateOf      :bob . 
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadActivity.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadActivity.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -4,8 +4,9 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
 @prefix :     <http://example.com/> .
 
-# The activity that which used, generated, invalidated or was responsible for the entity.
-# In this qualified Derivation prov:hadActivity references the activity that generated the bar chart.
+# The activity that which used, generated, invalidated 
+# or was responsible for the entity. In this qualified Derivation 
+# prov:hadActivity references the activity that generated the bar chart.
 
 :bar_chart
    a prov:Entity;
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadMember.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadMember.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -9,12 +9,15 @@
    a prov:Collection, :RobertsCourt;
    dcterms:description [
       a prov:Entity;
-      prov:value "2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg S. Breyer S. Alito S. Sotomayor E. Kagan";
+      prov:value 
+         "2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg S. Breyer S. Alito S. Sotomayor E. Kagan";
       prov:wasQuotedFrom :page-by-composition;
    ];
    prov:qualifiedGeneration [
       a prov:Generation;
-      dcterms:date "2012"^^xsd:gYear; # Since we need to be imprecise, we can't use prov:generatedAtTime or prov:atTime
+      
+      # Since we need to be imprecise, we can't use prov:generatedAtTime or prov:atTime
+      dcterms:date "2012"^^xsd:gYear;
    ];
 
    prov:wasDerivedFrom :the-first-us-supreme-court;
@@ -33,12 +36,14 @@
 
 :page-by-seat
    a prov:Entity, :WikipediaPage;
-   prov:specializationOf <http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_seat>;
+   prov:specializationOf 
+      <http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_seat>;
    prov:generatedAtTime "2011-08-31T12:51"^^xsd:dateTime;
 .
 
 :page-by-composition
    a prov:Entity, :WikipediaPage;
-   prov:specializationOf <http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_court_composition>;
+   prov:specializationOf 
+      <http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_court_composition>;
    prov:generatedAtTime "2012-05-16T14:33"^^xsd:dateTime;
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_invalidated.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_invalidated.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -15,7 +15,9 @@
    a prov:Entity, :Painting;
    rdfs:label "Le Peintre"@fr, "The Painter"@en;
    prov:wasAttributedTo <http://dbpedia.org/resource/Pablo_Picasso>;
-   prov:wasInvalidatedBy :Swissair_Flight_111_crash;   # Inferred from prov:invalidated
+   
+   # Inferred from prov:invalidated
+   prov:wasInvalidatedBy :Swissair_Flight_111_crash;   
 .
 
 <http://dbpedia.org/resource/Pablo_Picasso> 
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_mentionOf.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_mentionOf.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -24,5 +24,8 @@
    .
 }
 
-tool:bob-2011-11-17 prov:specializationOf :bob . # This is inferred from prov:mentionOf
-tool:bob-2011-11-17 prov:alternateOf      :bob . # This is inferred from prov:specializationOf
+# This is inferred from prov:mentionOf
+tool:bob-2011-11-17 prov:specializationOf :bob . 
+
+# This is inferred from prov:specializationOf
+tool:bob-2011-11-17 prov:alternateOf      :bob . 
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_pair.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_pair.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -9,17 +9,21 @@
    a prov:Dictionary, :RobertsCourt;
    dcterms:description [
       a prov:Entity;
-      prov:value "2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg S. Breyer S. Alito S. Sotomayor E. Kagan";
+      prov:value """2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg 
+                    S. Breyer S. Alito S. Sotomayor E. Kagan""";
       prov:wasQuotedFrom :page-by-composition;
    ];
    prov:qualifiedGeneration [
       a prov:Generation;
-      dcterms:date "2012"^^xsd:gYear; # Since we need to be imprecise, we can't use prov:generatedAtTime or prov:atTime
+      
+      # Since we need to be imprecise, we can't use prov:generatedAtTime or prov:atTime
+      dcterms:date "2012"^^xsd:gYear;
    ];
 
    prov:wasDerivedFrom :the-first-us-supreme-court;
 
-   prov:qualifiedMembership [ # We can qualify a KeyValuePair's membership in this Dictionary.
+   # We can qualify a KeyValuePair's membership in this Dictionary.
+   prov:qualifiedMembership [ 
       a prov:Membership;
       prov:pair [            
          a prov:KeyValuePair;
@@ -27,12 +31,16 @@
          prov:pairValue <http://dbpedia.org/resource/John_Glover_Roberts,_Jr.>;
       ];
       
-      prov:hadRole :chief-justice;     # Here is my little addition about Chief Roberts.
+       # Here is my little addition about Chief Roberts.
+      prov:hadRole :chief-justice;    
    ];
-   prov:qualifiedMembership [ # We can also qualify many KeyValuePairs' memberships in this Dictionary.
+   
+   # We can also qualify many KeyValuePairs' memberships in this Dictionary.
+   prov:qualifiedMembership [ 
       a prov:Membership;
 
-      prov:hadRole :associate-justice; # Here is my little addition about the rest of the Chiefs.
+      # Here is my little addition about the rest of the Chiefs.
+      prov:hadRole :associate-justice; 
 
       prov:pair [ # The same property is used to point to one or many KeyValuePairs.
          a prov:KeyValuePair;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_prov-dm.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -0,0 +1,7 @@
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix :     <http://example.com/> .
+
+# TODO
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedDelegation.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedDelegation.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -12,12 +12,16 @@
    prov:qualifiedAssociation [
       a prov:Association;
       prov:agent :chauffeur;
-      ex:hadRole :violator; # The chauffeur was the one violating traffic rules.
+      
+      # The chauffeur was the one violating traffic rules.
+      ex:hadRole :violator; 
    ];
    prov:qualifiedAssociation [
       a prov:Association;
       prov:agent :traffic-officer-34;
-      ex:hadRole :enforcer; # The officer was the one enforcing the traffic rules.
+      
+      # The officer was the one enforcing the traffic rules.
+      ex:hadRole :enforcer; 
    ];
 .
 
@@ -27,7 +31,9 @@
    prov:qualifiedDelegation [
       a prov:Delegation;
       prov:agent :celebrity-in-car;
-      ex:hadRole :employer; # The celebrity employed the chauffeur during the enforcement.
+      
+      # The celebrity employed the chauffeur during the enforcement.
+      ex:hadRole :employer; 
    ];
 .
 
@@ -37,6 +43,8 @@
    prov:qualifiedDelegation [
       a prov:Delegation;
       prov:agent :city-of-Paris;
-      ex:hadRole :employer; # The city of Paris employed the officer during the enforcement.
+      
+      # The city of Paris employed the officer during the enforcement.
+      ex:hadRole :employer; 
    ];
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedDerivation.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedDerivation.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -8,7 +8,9 @@
    prov:wasDerivedFrom :aggregatedByRegions;
    prov:qualifiedDerivation [
       a prov:Derivation;
-      prov:entity :aggregatedByRegions;         
-      prov:hadGeneration :illustration; ## More details about the activity underpinning the derivation
+      prov:entity :aggregatedByRegions; 
+      
+      ## More details about the activity underpinning the derivation        
+      prov:hadGeneration :illustration; 
    ];
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedInfluence.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedInfluence.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -13,10 +13,14 @@
 
 :conductingSurgery_1
    a prov:Activity;
-   prov:wasInfluencedBy :bob;  # This unqualified influence is unknown in PROV, this would be a subproperty of wasAssociatedWith
-   prov:qualifiedInfluence [   # Even though PROV systems do not understand :wasConductedBy, 
-      a prov:Influence;        # Inferred
-      prov:agent   :bob;       # The object of :wasConductedBy
+   
+   # This unqualified influence is unknown in PROV, 
+   # this would be a subproperty of wasAssociatedWith
+   prov:wasInfluencedBy :bob;  
+   prov:qualifiedInfluence [   
+      # Even though PROV systems do not understand :wasConductedBy, 
+      a prov:Influence;      # Inferred
+      prov:agent   :bob;     # The object of :wasConductedBy
       prov:hadRole :surgeon;
    ];
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedMembership.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedMembership.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -7,7 +7,8 @@
 :todays-us-supreme-court-as-dictionary
    a prov:Dictionary, :RobertsCourt;
 
-   prov:qualifiedMembership [ # We can qualify a KeyValuePair's membership in this Dictionary.
+   # We can qualify a KeyValuePair's membership in this Dictionary.
+   prov:qualifiedMembership [ 
       a prov:Membership;
       prov:pair [            
          a prov:KeyValuePair;
@@ -15,14 +16,21 @@
          prov:pairValue <http://dbpedia.org/resource/John_Glover_Roberts,_Jr.>;
       ];
       
-      :hadRole :chief-justice;     # Here is my little addition about Chief Roberts. (note, we can't use prov:hadRole)
+      # Here is my little addition about Chief Roberts. 
+      # (note, we can't use prov:hadRole)
+      :hadRole :chief-justice;     
    ];
-   prov:qualifiedMembership [ # We can also qualify many KeyValuePairs' memberships in this Dictionary.
+   
+   # We can also qualify many KeyValuePairs' memberships in this Dictionary.
+   prov:qualifiedMembership [ 
       a prov:Membership;
 
-      :hadRole :associate-justice; # Here is my little addition about the rest of the Chiefs. (note, we can't use prov:hadRole)
+      # Here is my little addition about the rest of the Chiefs. 
+      # (note, we can't use prov:hadRole)
+      :hadRole :associate-justice; 
 
-      prov:pair [ # The same property is used to point to one or many KeyValuePairs.
+      # The same property is used to point to one or many KeyValuePairs.
+      prov:pair [ 
          a prov:KeyValuePair;
          prov:pairKey   "seat 9";
          prov:pairValue <http://dbpedia.org/resource/Antonin_Scalia>;
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedTrace.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedTrace.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -17,5 +17,6 @@
 
 :butterfly_456
    a prov:Entity, :Butterfly;
-   foaf:depiction <http://upload.wikimedia.org/wikipedia/commons/3/3d/Charaxes_brutus_natalensis.jpg>;
+   foaf:depiction 
+        <http://upload.wikimedia.org/wikipedia/commons/3/3d/Charaxes_brutus_natalensis.jpg>; 
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_value.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_value.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -7,7 +7,8 @@
 :copied-string
    a prov:Entity;
    prov:value 
-      "2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg S. Breyer S. Alito S. Sotomayor E. Kagan";
+      """2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg 
+         S. Breyer S. Alito S. Sotomayor E. Kagan"""";
    prov:wasQuotedFrom 
       <http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_court_composition>;
 .
--- a/model/Makefile	Thu Jul 12 11:08:38 2012 +0100
+++ b/model/Makefile	Thu Jul 12 11:09:02 2012 +0100
@@ -60,5 +60,5 @@
 
 
 
-//	xpath prov-dm.xhtml //div[@class='anexample']
+#//	xpath prov-dm.xhtml //div[@class='anexample']
 
--- a/model/glossary.html	Thu Jul 12 11:08:38 2012 +0100
+++ b/model/glossary.html	Thu Jul 12 11:09:02 2012 +0100
@@ -194,8 +194,8 @@
 <dfn id="concept-dictionary-membership" title="dictionary membership">Membership</dfn> is the belonging of a key-entity pair to a dictionary.
 </span>
 
-<span class="glossary" id="glossary-collection-membership">
-<dfn id="concept-collection-membership" title="collection membership">Membership</dfn> is the belonging of an entity  to a collection.
+<span class="glossary" id="glossary-membership">
+<dfn id="concept-membership">Membership</dfn> is the belonging of an entity  to a collection.
 </span>
 
 <span class="glossary" id="glossary-alternate">  
--- a/model/glossary.js	Thu Jul 12 11:08:38 2012 +0100
+++ b/model/glossary.js	Thu Jul 12 11:09:02 2012 +0100
@@ -3,7 +3,7 @@
 //  with <script src="glossary.js" class="remove"></script>
 //Insert glossary definitions with the following 
 // <div class="glossary-ref" ref="glossary-generation"></div>
-glossary_hg='http://dvcs.w3.org/hg/prov/file/bbe46c9db287/model/glossary.html';
+glossary_hg='http://dvcs.w3.org/hg/prov/file/90c3e84c18cd/model/glossary.html';
 glossary_string= 
 ' ' + 
 '<html> ' + 
@@ -201,8 +201,8 @@
 '<dfn id="concept-dictionary-membership" title="dictionary membership">Membership</dfn> is the belonging of a key-entity pair to a dictionary. ' + 
 '</span> ' + 
 ' ' + 
-'<span class="glossary" id="glossary-collection-membership"> ' + 
-'<dfn id="concept-collection-membership" title="collection membership">Membership</dfn> is the belonging of an entity  to a collection. ' + 
+'<span class="glossary" id="glossary-membership"> ' + 
+'<dfn id="concept-membership">Membership</dfn> is the belonging of an entity  to a collection. ' + 
 '</span> ' + 
 ' ' + 
 '<span class="glossary" id="glossary-alternate">   ' + 
--- a/model/grammar/ll.html	Thu Jul 12 11:08:38 2012 +0100
+++ b/model/grammar/ll.html	Thu Jul 12 11:09:02 2012 +0100
@@ -241,31 +241,13 @@
 <td><a id="prod-prov_n_LL-membershipExpression" name="prod-prov_n_LL-membershipExpression"></a>[<span class="prodNo">27</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">membershipExpression</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
-<td><code class="content">"hadMembers" "(" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalIdentifier">optionalIdentifier</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-cIdentifier">cIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-entitySet">entitySet</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-complete">complete</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalAttributeValuePairs">optionalAttributeValuePairs</a></span> ")"</code></td>
+<td><code class="content">"hadMember" "(" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-cIdentifier">cIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-eIdentifier">eIdentifier</a></span> ")"</code></td>
 </tr>
 </tbody>
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-complete" name="prod-prov_n_LL-complete"></a>[<span class="prodNo">28</span>]&nbsp;&nbsp;&nbsp;</td>
-<td><code class="production prod">complete</code></td>
-<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
-<td><code class="content">(( "," ( "true" | "false" | "-" ) ))?</code></td>
-</tr>
-</tbody>
-
-<tbody class="prod">
-<tr valign="baseline">
-<td><a id="prod-prov_n_LL-entitySet" name="prod-prov_n_LL-entitySet"></a>[<span class="prodNo">29</span>]&nbsp;&nbsp;&nbsp;</td>
-<td><code class="production prod">entitySet</code></td>
-<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
-<td><code class="content">"{" (<span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-eIdentifier">eIdentifier</a></span>)* "}"</code></td>
-</tr>
-</tbody>
-
-<tbody class="prod">
-<tr valign="baseline">
-<td><a id="prod-prov_n_LL-eIdentifier" name="prod-prov_n_LL-eIdentifier"></a>[<span class="prodNo">30</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-eIdentifier" name="prod-prov_n_LL-eIdentifier"></a>[<span class="prodNo">28</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">eIdentifier</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span></code></td>
@@ -274,7 +256,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-aIdentifier" name="prod-prov_n_LL-aIdentifier"></a>[<span class="prodNo">31</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-aIdentifier" name="prod-prov_n_LL-aIdentifier"></a>[<span class="prodNo">29</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">aIdentifier</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span></code></td>
@@ -283,7 +265,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-agIdentifier" name="prod-prov_n_LL-agIdentifier"></a>[<span class="prodNo">32</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-agIdentifier" name="prod-prov_n_LL-agIdentifier"></a>[<span class="prodNo">30</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">agIdentifier</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span></code></td>
@@ -292,7 +274,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-gIdentifier" name="prod-prov_n_LL-gIdentifier"></a>[<span class="prodNo">33</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-gIdentifier" name="prod-prov_n_LL-gIdentifier"></a>[<span class="prodNo">31</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">gIdentifier</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span></code></td>
@@ -301,7 +283,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-uIdentifier" name="prod-prov_n_LL-uIdentifier"></a>[<span class="prodNo">34</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-uIdentifier" name="prod-prov_n_LL-uIdentifier"></a>[<span class="prodNo">32</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">uIdentifier</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span></code></td>
@@ -310,7 +292,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-cIdentifier" name="prod-prov_n_LL-cIdentifier"></a>[<span class="prodNo">35</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-cIdentifier" name="prod-prov_n_LL-cIdentifier"></a>[<span class="prodNo">33</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">cIdentifier</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span></code></td>
@@ -319,7 +301,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-bIdentifier" name="prod-prov_n_LL-bIdentifier"></a>[<span class="prodNo">36</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-bIdentifier" name="prod-prov_n_LL-bIdentifier"></a>[<span class="prodNo">34</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">bIdentifier</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span></code></td>
@@ -328,7 +310,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-eIdentifierOrMarker" name="prod-prov_n_LL-eIdentifierOrMarker"></a>[<span class="prodNo">37</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-eIdentifierOrMarker" name="prod-prov_n_LL-eIdentifierOrMarker"></a>[<span class="prodNo">35</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">eIdentifierOrMarker</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-eIdentifier">eIdentifier</a></span> | "-" )</code></td>
@@ -337,7 +319,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-aIdentifierOrMarker" name="prod-prov_n_LL-aIdentifierOrMarker"></a>[<span class="prodNo">38</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-aIdentifierOrMarker" name="prod-prov_n_LL-aIdentifierOrMarker"></a>[<span class="prodNo">36</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">aIdentifierOrMarker</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-aIdentifier">aIdentifier</a></span> | "-" )</code></td>
@@ -346,7 +328,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-agIdentifierOrMarker" name="prod-prov_n_LL-agIdentifierOrMarker"></a>[<span class="prodNo">39</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-agIdentifierOrMarker" name="prod-prov_n_LL-agIdentifierOrMarker"></a>[<span class="prodNo">37</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">agIdentifierOrMarker</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-agIdentifier">agIdentifier</a></span> | "-" )</code></td>
@@ -355,7 +337,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-gIdentifierOrMarker" name="prod-prov_n_LL-gIdentifierOrMarker"></a>[<span class="prodNo">40</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-gIdentifierOrMarker" name="prod-prov_n_LL-gIdentifierOrMarker"></a>[<span class="prodNo">38</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">gIdentifierOrMarker</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-gIdentifier">gIdentifier</a></span> | "-" )</code></td>
@@ -364,7 +346,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-uIdentifierOrMarker" name="prod-prov_n_LL-uIdentifierOrMarker"></a>[<span class="prodNo">41</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-uIdentifierOrMarker" name="prod-prov_n_LL-uIdentifierOrMarker"></a>[<span class="prodNo">39</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">uIdentifierOrMarker</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-uIdentifier">uIdentifier</a></span> | "-" )</code></td>
@@ -373,7 +355,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-identifier" name="prod-prov_n_LL-identifier"></a>[<span class="prodNo">42</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-identifier" name="prod-prov_n_LL-identifier"></a>[<span class="prodNo">40</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">identifier</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-QUALIFIED_NAME">QUALIFIED_NAME</a></span></code></td>
@@ -382,7 +364,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-attribute" name="prod-prov_n_LL-attribute"></a>[<span class="prodNo">43</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-attribute" name="prod-prov_n_LL-attribute"></a>[<span class="prodNo">41</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">attribute</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-QUALIFIED_NAME">QUALIFIED_NAME</a></span></code></td>
@@ -391,7 +373,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-literal" name="prod-prov_n_LL-literal"></a>[<span class="prodNo">44</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-literal" name="prod-prov_n_LL-literal"></a>[<span class="prodNo">42</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">literal</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-typedLiteral">typedLiteral</a></span><br/>
@@ -401,7 +383,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-typedLiteral" name="prod-prov_n_LL-typedLiteral"></a>[<span class="prodNo">45</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-typedLiteral" name="prod-prov_n_LL-typedLiteral"></a>[<span class="prodNo">43</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">typedLiteral</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-STRING_LITERAL">STRING_LITERAL</a></span> "%%" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-datatype">datatype</a></span></code></td>
@@ -410,7 +392,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-datatype" name="prod-prov_n_LL-datatype"></a>[<span class="prodNo">46</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-datatype" name="prod-prov_n_LL-datatype"></a>[<span class="prodNo">44</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">datatype</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-QUALIFIED_NAME">QUALIFIED_NAME</a></span></code></td>
@@ -419,7 +401,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-convenienceNotation" name="prod-prov_n_LL-convenienceNotation"></a>[<span class="prodNo">47</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-convenienceNotation" name="prod-prov_n_LL-convenienceNotation"></a>[<span class="prodNo">45</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">convenienceNotation</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-STRING_LITERAL">STRING_LITERAL</a></span> (<span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-LANGTAG">LANGTAG</a></span>)?<br/>
@@ -430,7 +412,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-timeZZ" name="prod-prov_n_LL-timeZZ"></a>[<span class="prodNo">48</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-timeZZ" name="prod-prov_n_LL-timeZZ"></a>[<span class="prodNo">46</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">timeZZ</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DATETIME">DATETIME</a></span></code></td>
@@ -439,7 +421,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-namespaceDeclarations" name="prod-prov_n_LL-namespaceDeclarations"></a>[<span class="prodNo">49</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-namespaceDeclarations" name="prod-prov_n_LL-namespaceDeclarations"></a>[<span class="prodNo">47</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">namespaceDeclarations</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-defaultNamespaceDeclaration">defaultNamespaceDeclaration</a></span> | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-namespaceDeclaration">namespaceDeclaration</a></span> ) (<span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-namespaceDeclaration">namespaceDeclaration</a></span>)*</code></td>
@@ -448,7 +430,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-namespaceDeclaration" name="prod-prov_n_LL-namespaceDeclaration"></a>[<span class="prodNo">50</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-namespaceDeclaration" name="prod-prov_n_LL-namespaceDeclaration"></a>[<span class="prodNo">48</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">namespaceDeclaration</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"prefix" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_PREFIX">PN_PREFIX</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-namespace">namespace</a></span></code></td>
@@ -457,7 +439,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-defaultNamespaceDeclaration" name="prod-prov_n_LL-defaultNamespaceDeclaration"></a>[<span class="prodNo">51</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-defaultNamespaceDeclaration" name="prod-prov_n_LL-defaultNamespaceDeclaration"></a>[<span class="prodNo">49</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">defaultNamespaceDeclaration</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"default" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-IRI_REF">IRI_REF</a></span></code></td>
@@ -466,7 +448,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-namespace" name="prod-prov_n_LL-namespace"></a>[<span class="prodNo">52</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-namespace" name="prod-prov_n_LL-namespace"></a>[<span class="prodNo">50</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">namespace</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-IRI_REF">IRI_REF</a></span></code></td>
@@ -475,7 +457,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-extensibilityExpression" name="prod-prov_n_LL-extensibilityExpression"></a>[<span class="prodNo">53</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-extensibilityExpression" name="prod-prov_n_LL-extensibilityExpression"></a>[<span class="prodNo">51</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">extensibilityExpression</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-QUALIFIED_NAME">QUALIFIED_NAME</a></span> "(" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalIdentifier">optionalIdentifier</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-extensibilityArgument">extensibilityArgument</a></span> (( "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-extensibilityArgument">extensibilityArgument</a></span> ))* <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalAttributeValuePairs">optionalAttributeValuePairs</a></span> ")"</code></td>
@@ -484,7 +466,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-extensibilityArgument" name="prod-prov_n_LL-extensibilityArgument"></a>[<span class="prodNo">54</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-extensibilityArgument" name="prod-prov_n_LL-extensibilityArgument"></a>[<span class="prodNo">52</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">extensibilityArgument</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifierOrMarker">identifierOrMarker</a></span> | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-literal">literal</a></span> | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-timeZZ">timeZZ</a></span> | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-extensibilityExpression">extensibilityExpression</a></span> | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-extensibilityTuple">extensibilityTuple</a></span> )</code></td>
@@ -493,7 +475,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-extensibilityTuple" name="prod-prov_n_LL-extensibilityTuple"></a>[<span class="prodNo">55</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-extensibilityTuple" name="prod-prov_n_LL-extensibilityTuple"></a>[<span class="prodNo">53</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">extensibilityTuple</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"{" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-extensibilityArgument">extensibilityArgument</a></span> (( "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-extensibilityArgument">extensibilityArgument</a></span> ))* "}"<br/>
@@ -503,7 +485,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-dIdentifier" name="prod-prov_n_LL-dIdentifier"></a>[<span class="prodNo">56</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-dIdentifier" name="prod-prov_n_LL-dIdentifier"></a>[<span class="prodNo">54</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">dIdentifier</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span></code></td>
@@ -512,7 +494,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-dictMembershipExpression" name="prod-prov_n_LL-dictMembershipExpression"></a>[<span class="prodNo">57</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-dictMembershipExpression" name="prod-prov_n_LL-dictMembershipExpression"></a>[<span class="prodNo">55</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">dictMembershipExpression</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"hadMembers" "(" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalIdentifier">optionalIdentifier</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-dIdentifier">dIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-keyEntitySet">keyEntitySet</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-complete">complete</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalAttributeValuePairs">optionalAttributeValuePairs</a></span> ")"</code></td>
@@ -521,7 +503,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-removalExpression" name="prod-prov_n_LL-removalExpression"></a>[<span class="prodNo">58</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-removalExpression" name="prod-prov_n_LL-removalExpression"></a>[<span class="prodNo">56</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">removalExpression</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"derivedByRemovalFrom" "(" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalIdentifier">optionalIdentifier</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-dIdentifier">dIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-dIdentifier">dIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-keySet">keySet</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalAttributeValuePairs">optionalAttributeValuePairs</a></span> ")"</code></td>
@@ -530,7 +512,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-insertionExpression" name="prod-prov_n_LL-insertionExpression"></a>[<span class="prodNo">59</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-insertionExpression" name="prod-prov_n_LL-insertionExpression"></a>[<span class="prodNo">57</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">insertionExpression</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"derivedByInsertionFrom" "(" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalIdentifier">optionalIdentifier</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-dIdentifier">dIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-dIdentifier">dIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-keyEntitySet">keyEntitySet</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalAttributeValuePairs">optionalAttributeValuePairs</a></span> ")"</code></td>
@@ -539,7 +521,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-keyEntitySet" name="prod-prov_n_LL-keyEntitySet"></a>[<span class="prodNo">60</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-keyEntitySet" name="prod-prov_n_LL-keyEntitySet"></a>[<span class="prodNo">58</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">keyEntitySet</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"{" "(" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-literal">literal</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span> ")" (( "," "(" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-literal">literal</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span> ")" ))* "}"</code></td>
@@ -548,16 +530,25 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-keySet" name="prod-prov_n_LL-keySet"></a>[<span class="prodNo">61</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-keySet" name="prod-prov_n_LL-keySet"></a>[<span class="prodNo">59</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">keySet</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"{" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-literal">literal</a></span> (( "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-literal">literal</a></span> ))* "}"</code></td>
 </tr>
 </tbody>
 
+<tbody class="prod">
+<tr valign="baseline">
+<td><a id="prod-prov_n_LL-complete" name="prod-prov_n_LL-complete"></a>[<span class="prodNo">60</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><code class="production prod">complete</code></td>
+<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
+<td><code class="content">(( "," ( "true" | "false" | "-" ) ))?</code></td>
+</tr>
+</tbody>
+
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-QUALIFIED_NAME" name="term-prov_n_LL-QUALIFIED_NAME"></a>[<span class="prodNo">62</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-QUALIFIED_NAME" name="term-prov_n_LL-QUALIFIED_NAME"></a>[<span class="prodNo">61</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">QUALIFIED_NAME</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">(( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_PREFIX">PN_PREFIX</a></span> ":" ))? <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_LOCAL">PN_LOCAL</a></span><br/>
@@ -567,7 +558,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PN_LOCAL" name="term-prov_n_LL-PN_LOCAL"></a>[<span class="prodNo">63</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PN_LOCAL" name="term-prov_n_LL-PN_LOCAL"></a>[<span class="prodNo">62</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">PN_LOCAL</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS_U">PN_CHARS_U</a></span> | [0-9] | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS_OTHERS">PN_CHARS_OTHERS</a></span> ) (( (( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS">PN_CHARS</a></span> | "." | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS_OTHERS">PN_CHARS_OTHERS</a></span> ))* ( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS">PN_CHARS</a></span> | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS_OTHERS">PN_CHARS_OTHERS</a></span> ) ))?</code></td>
@@ -576,7 +567,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PN_CHARS_OTHERS" name="term-prov_n_LL-PN_CHARS_OTHERS"></a>[<span class="prodNo">64</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PN_CHARS_OTHERS" name="term-prov_n_LL-PN_CHARS_OTHERS"></a>[<span class="prodNo">63</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">PN_CHARS_OTHERS</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"/"<br/>
@@ -596,7 +587,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PN_CHARS_ESC" name="term-prov_n_LL-PN_CHARS_ESC"></a>[<span class="prodNo">65</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PN_CHARS_ESC" name="term-prov_n_LL-PN_CHARS_ESC"></a>[<span class="prodNo">64</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">PN_CHARS_ESC</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"\\" ( "=" | "'" | "(" | ")" | "," | "-" | ":" | ";" | "[" | "]" | "." )</code></td>
@@ -605,7 +596,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PERCENT" name="term-prov_n_LL-PERCENT"></a>[<span class="prodNo">66</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PERCENT" name="term-prov_n_LL-PERCENT"></a>[<span class="prodNo">65</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">PERCENT</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"%" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-HEX">HEX</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-HEX">HEX</a></span></code></td>
@@ -614,7 +605,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-HEX" name="term-prov_n_LL-HEX"></a>[<span class="prodNo">67</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-HEX" name="term-prov_n_LL-HEX"></a>[<span class="prodNo">66</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">HEX</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">[0-9]<br/>
@@ -625,7 +616,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-STRING_LITERAL" name="term-prov_n_LL-STRING_LITERAL"></a>[<span class="prodNo">68</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-STRING_LITERAL" name="term-prov_n_LL-STRING_LITERAL"></a>[<span class="prodNo">67</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">STRING_LITERAL</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-STRING_LITERAL2">STRING_LITERAL2</a></span><br/>
@@ -635,7 +626,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PREFX" name="term-prov_n_LL-PREFX"></a>[<span class="prodNo">69</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PREFX" name="term-prov_n_LL-PREFX"></a>[<span class="prodNo">68</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">PREFX</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_PREFIX">PN_PREFIX</a></span></code></td>
@@ -644,7 +635,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-INT_LITERAL" name="term-prov_n_LL-INT_LITERAL"></a>[<span class="prodNo">70</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-INT_LITERAL" name="term-prov_n_LL-INT_LITERAL"></a>[<span class="prodNo">69</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">INT_LITERAL</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">("-")? (<span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span>)+</code></td>
@@ -653,7 +644,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-QUALIFIED_NAME_LITERAL" name="term-prov_n_LL-QUALIFIED_NAME_LITERAL"></a>[<span class="prodNo">71</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-QUALIFIED_NAME_LITERAL" name="term-prov_n_LL-QUALIFIED_NAME_LITERAL"></a>[<span class="prodNo">70</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">QUALIFIED_NAME_LITERAL</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"'" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-QUALIFIED_NAME">QUALIFIED_NAME</a></span> "'"</code></td>
@@ -662,7 +653,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-DIGIT" name="term-prov_n_LL-DIGIT"></a>[<span class="prodNo">72</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-DIGIT" name="term-prov_n_LL-DIGIT"></a>[<span class="prodNo">71</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">DIGIT</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">[0-9]</code></td>
@@ -671,7 +662,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-DATETIME" name="term-prov_n_LL-DATETIME"></a>[<span class="prodNo">73</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-DATETIME" name="term-prov_n_LL-DATETIME"></a>[<span class="prodNo">72</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">DATETIME</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> "-" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> "-" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> "T" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> ":" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> ":" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> (( "." <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> (( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> (<span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span>)? ))? ))? (( "Z" | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-TIMEZONEOFFSET">TIMEZONEOFFSET</a></span> ))?</code></td>
@@ -680,7 +671,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-TIMEZONEOFFSET" name="term-prov_n_LL-TIMEZONEOFFSET"></a>[<span class="prodNo">74</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-TIMEZONEOFFSET" name="term-prov_n_LL-TIMEZONEOFFSET"></a>[<span class="prodNo">73</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">TIMEZONEOFFSET</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( "+" | "-" ) <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> ":" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span></code></td>
@@ -689,7 +680,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-IRI_REF" name="term-prov_n_LL-IRI_REF"></a>[<span class="prodNo">75</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-IRI_REF" name="term-prov_n_LL-IRI_REF"></a>[<span class="prodNo">74</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">IRI_REF</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"&lt;" (( [^&lt;&gt;\"{}|^`\\] - [#0000- ] | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-UCHAR">UCHAR</a></span> ))* "&gt;"</code></td>
@@ -698,7 +689,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-STRING_LITERAL2" name="term-prov_n_LL-STRING_LITERAL2"></a>[<span class="prodNo">76</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-STRING_LITERAL2" name="term-prov_n_LL-STRING_LITERAL2"></a>[<span class="prodNo">75</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">STRING_LITERAL2</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">'"' (( ( [^\"\\\n\r] ) | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-ECHAR">ECHAR</a></span> | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-UCHAR">UCHAR</a></span> ))* '"'</code></td>
@@ -707,7 +698,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-STRING_LITERAL_LONG2" name="term-prov_n_LL-STRING_LITERAL_LONG2"></a>[<span class="prodNo">77</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-STRING_LITERAL_LONG2" name="term-prov_n_LL-STRING_LITERAL_LONG2"></a>[<span class="prodNo">76</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">STRING_LITERAL_LONG2</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">'"' (( ( [^\"\\\n\r] ) | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-ECHAR">ECHAR</a></span> | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-UCHAR">UCHAR</a></span> ))* '"'</code></td>
@@ -716,7 +707,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-LANGTAG" name="term-prov_n_LL-LANGTAG"></a>[<span class="prodNo">78</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-LANGTAG" name="term-prov_n_LL-LANGTAG"></a>[<span class="prodNo">77</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">LANGTAG</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"@" ([a-zA-Z])+ (( "-" ([a-zA-Z0-9])+ ))*</code></td>
@@ -725,7 +716,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-UCHAR" name="term-prov_n_LL-UCHAR"></a>[<span class="prodNo">79</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-UCHAR" name="term-prov_n_LL-UCHAR"></a>[<span class="prodNo">78</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">UCHAR</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( "\\u" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-HEX">HEX</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-HEX">HEX</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-HEX">HEX</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-HEX">HEX</a></span> )<br/>
@@ -735,7 +726,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-ECHAR" name="term-prov_n_LL-ECHAR"></a>[<span class="prodNo">80</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-ECHAR" name="term-prov_n_LL-ECHAR"></a>[<span class="prodNo">79</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">ECHAR</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"\\" [tbnrf\\\"']</code></td>
@@ -744,7 +735,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-NIL" name="term-prov_n_LL-NIL"></a>[<span class="prodNo">81</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-NIL" name="term-prov_n_LL-NIL"></a>[<span class="prodNo">80</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">NIL</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"(" (( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-WS">WS</a></span> ))* ")"</code></td>
@@ -753,7 +744,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-WS" name="term-prov_n_LL-WS"></a>[<span class="prodNo">82</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-WS" name="term-prov_n_LL-WS"></a>[<span class="prodNo">81</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">WS</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">" "<br/>
@@ -765,7 +756,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-ANON" name="term-prov_n_LL-ANON"></a>[<span class="prodNo">83</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-ANON" name="term-prov_n_LL-ANON"></a>[<span class="prodNo">82</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">ANON</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"[" (( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-WS">WS</a></span> ))* "]"</code></td>
@@ -774,7 +765,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PN_CHARS_BASE" name="term-prov_n_LL-PN_CHARS_BASE"></a>[<span class="prodNo">84</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PN_CHARS_BASE" name="term-prov_n_LL-PN_CHARS_BASE"></a>[<span class="prodNo">83</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">PN_CHARS_BASE</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">[A-Z]<br/>
@@ -796,7 +787,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PN_CHARS_U" name="term-prov_n_LL-PN_CHARS_U"></a>[<span class="prodNo">85</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PN_CHARS_U" name="term-prov_n_LL-PN_CHARS_U"></a>[<span class="prodNo">84</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">PN_CHARS_U</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS_BASE">PN_CHARS_BASE</a></span><br/>
@@ -806,7 +797,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PN_CHARS" name="term-prov_n_LL-PN_CHARS"></a>[<span class="prodNo">86</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PN_CHARS" name="term-prov_n_LL-PN_CHARS"></a>[<span class="prodNo">85</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">PN_CHARS</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS_U">PN_CHARS_U</a></span><br/>
@@ -820,7 +811,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PN_PREFIX" name="term-prov_n_LL-PN_PREFIX"></a>[<span class="prodNo">87</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PN_PREFIX" name="term-prov_n_LL-PN_PREFIX"></a>[<span class="prodNo">86</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">PN_PREFIX</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS_BASE">PN_CHARS_BASE</a></span> (( (( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS">PN_CHARS</a></span> | "." ))* <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS">PN_CHARS</a></span> ))?</code></td>
@@ -829,7 +820,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PASSED_TOKENS" name="term-prov_n_LL-PASSED_TOKENS"></a>[<span class="prodNo">88</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PASSED_TOKENS" name="term-prov_n_LL-PASSED_TOKENS"></a>[<span class="prodNo">87</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production directive">PASSED TOKENS</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">([ \t\r\n])+<br/>
--- a/model/grammar/ll.js	Thu Jul 12 11:08:38 2012 +0100
+++ b/model/grammar/ll.js	Thu Jul 12 11:09:02 2012 +0100
@@ -242,31 +242,13 @@
 '<td><a id="prod-membershipExpression" name="prod-membershipExpression"></a>[<span class="prodNo">27</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">membershipExpression</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
-'<td><code class="content">"hadMembers" "(" <span class="prod"><a class="grammarRef" href="#prod-optionalIdentifier">optionalIdentifier</a></span> <span class="prod"><a class="grammarRef" href="#prod-cIdentifier">cIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-entitySet">entitySet</a></span> <span class="prod"><a class="grammarRef" href="#prod-complete">complete</a></span> <span class="prod"><a class="grammarRef" href="#prod-optionalAttributeValuePairs">optionalAttributeValuePairs</a></span> ")"</code></td> ' + 
+'<td><code class="content">"hadMember" "(" <span class="prod"><a class="grammarRef" href="#prod-cIdentifier">cIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-eIdentifier">eIdentifier</a></span> ")"</code></td> ' + 
 '</tr> ' + 
 '</tbody> ' + 
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-complete" name="prod-complete"></a>[<span class="prodNo">28</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
-'<td><code class="production prod">complete</code></td> ' + 
-'<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
-'<td><code class="content">( "," ( "true" | "false" | "-" ) )?</code></td> ' + 
-'</tr> ' + 
-'</tbody> ' + 
-' ' + 
-'<tbody class="prod"> ' + 
-'<tr valign="baseline"> ' + 
-'<td><a id="prod-entitySet" name="prod-entitySet"></a>[<span class="prodNo">29</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
-'<td><code class="production prod">entitySet</code></td> ' + 
-'<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
-'<td><code class="content">"{" (<span class="prod"><a class="grammarRef" href="#prod-eIdentifier">eIdentifier</a></span>)* "}"</code></td> ' + 
-'</tr> ' + 
-'</tbody> ' + 
-' ' + 
-'<tbody class="prod"> ' + 
-'<tr valign="baseline"> ' + 
-'<td><a id="prod-eIdentifier" name="prod-eIdentifier"></a>[<span class="prodNo">30</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-eIdentifier" name="prod-eIdentifier"></a>[<span class="prodNo">28</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">eIdentifier</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-identifier">identifier</a></span></code></td> ' + 
@@ -275,7 +257,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-aIdentifier" name="prod-aIdentifier"></a>[<span class="prodNo">31</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-aIdentifier" name="prod-aIdentifier"></a>[<span class="prodNo">29</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">aIdentifier</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-identifier">identifier</a></span></code></td> ' + 
@@ -284,7 +266,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-agIdentifier" name="prod-agIdentifier"></a>[<span class="prodNo">32</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-agIdentifier" name="prod-agIdentifier"></a>[<span class="prodNo">30</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">agIdentifier</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-identifier">identifier</a></span></code></td> ' + 
@@ -293,7 +275,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-gIdentifier" name="prod-gIdentifier"></a>[<span class="prodNo">33</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-gIdentifier" name="prod-gIdentifier"></a>[<span class="prodNo">31</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">gIdentifier</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-identifier">identifier</a></span></code></td> ' + 
@@ -302,7 +284,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-uIdentifier" name="prod-uIdentifier"></a>[<span class="prodNo">34</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-uIdentifier" name="prod-uIdentifier"></a>[<span class="prodNo">32</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">uIdentifier</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-identifier">identifier</a></span></code></td> ' + 
@@ -311,7 +293,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-cIdentifier" name="prod-cIdentifier"></a>[<span class="prodNo">35</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-cIdentifier" name="prod-cIdentifier"></a>[<span class="prodNo">33</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">cIdentifier</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-identifier">identifier</a></span></code></td> ' + 
@@ -320,7 +302,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-bIdentifier" name="prod-bIdentifier"></a>[<span class="prodNo">36</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-bIdentifier" name="prod-bIdentifier"></a>[<span class="prodNo">34</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">bIdentifier</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-identifier">identifier</a></span></code></td> ' + 
@@ -329,7 +311,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-eIdentifierOrMarker" name="prod-eIdentifierOrMarker"></a>[<span class="prodNo">37</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-eIdentifierOrMarker" name="prod-eIdentifierOrMarker"></a>[<span class="prodNo">35</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">eIdentifierOrMarker</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-eIdentifier">eIdentifier</a></span> | "-" )</code></td> ' + 
@@ -338,7 +320,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-aIdentifierOrMarker" name="prod-aIdentifierOrMarker"></a>[<span class="prodNo">38</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-aIdentifierOrMarker" name="prod-aIdentifierOrMarker"></a>[<span class="prodNo">36</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">aIdentifierOrMarker</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-aIdentifier">aIdentifier</a></span> | "-" )</code></td> ' + 
@@ -347,7 +329,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-agIdentifierOrMarker" name="prod-agIdentifierOrMarker"></a>[<span class="prodNo">39</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-agIdentifierOrMarker" name="prod-agIdentifierOrMarker"></a>[<span class="prodNo">37</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">agIdentifierOrMarker</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-agIdentifier">agIdentifier</a></span> | "-" )</code></td> ' + 
@@ -356,7 +338,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-gIdentifierOrMarker" name="prod-gIdentifierOrMarker"></a>[<span class="prodNo">40</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-gIdentifierOrMarker" name="prod-gIdentifierOrMarker"></a>[<span class="prodNo">38</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">gIdentifierOrMarker</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-gIdentifier">gIdentifier</a></span> | "-" )</code></td> ' + 
@@ -365,7 +347,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-uIdentifierOrMarker" name="prod-uIdentifierOrMarker"></a>[<span class="prodNo">41</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-uIdentifierOrMarker" name="prod-uIdentifierOrMarker"></a>[<span class="prodNo">39</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">uIdentifierOrMarker</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-uIdentifier">uIdentifier</a></span> | "-" )</code></td> ' + 
@@ -374,7 +356,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-identifier" name="prod-identifier"></a>[<span class="prodNo">42</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-identifier" name="prod-identifier"></a>[<span class="prodNo">40</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">identifier</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></span></code></td> ' + 
@@ -383,7 +365,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-attribute" name="prod-attribute"></a>[<span class="prodNo">43</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-attribute" name="prod-attribute"></a>[<span class="prodNo">41</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">attribute</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></span></code></td> ' + 
@@ -392,7 +374,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-literal" name="prod-literal"></a>[<span class="prodNo">44</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-literal" name="prod-literal"></a>[<span class="prodNo">42</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">literal</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-typedLiteral">typedLiteral</a></span><br/> ' + 
@@ -402,7 +384,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-typedLiteral" name="prod-typedLiteral"></a>[<span class="prodNo">45</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-typedLiteral" name="prod-typedLiteral"></a>[<span class="prodNo">43</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">typedLiteral</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-STRING_LITERAL">STRING_LITERAL</a></span> "%%" <span class="prod"><a class="grammarRef" href="#prod-datatype">datatype</a></span></code></td> ' + 
@@ -411,7 +393,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-datatype" name="prod-datatype"></a>[<span class="prodNo">46</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-datatype" name="prod-datatype"></a>[<span class="prodNo">44</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">datatype</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></span></code></td> ' + 
@@ -420,7 +402,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-convenienceNotation" name="prod-convenienceNotation"></a>[<span class="prodNo">47</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-convenienceNotation" name="prod-convenienceNotation"></a>[<span class="prodNo">45</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">convenienceNotation</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-STRING_LITERAL">STRING_LITERAL</a></span> (<span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rLANGTAG">LANGTAG</a></span>)?<br/> ' + 
@@ -431,7 +413,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-time" name="prod-time"></a>[<span class="prodNo">48</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-time" name="prod-time"></a>[<span class="prodNo">46</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">time</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/xmlschema11-2/#nt-dateTimeRep">DATETIME</a></span></code></td> ' + 
@@ -440,7 +422,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-namespaceDeclarations" name="prod-namespaceDeclarations"></a>[<span class="prodNo">49</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-namespaceDeclarations" name="prod-namespaceDeclarations"></a>[<span class="prodNo">47</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">namespaceDeclarations</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-defaultNamespaceDeclaration">defaultNamespaceDeclaration</a></span> | <span class="prod"><a class="grammarRef" href="#prod-namespaceDeclaration">namespaceDeclaration</a></span> ) (<span class="prod"><a class="grammarRef" href="#prod-namespaceDeclaration">namespaceDeclaration</a></span>)*</code></td> ' + 
@@ -449,7 +431,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-namespaceDeclaration" name="prod-namespaceDeclaration"></a>[<span class="prodNo">50</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-namespaceDeclaration" name="prod-namespaceDeclaration"></a>[<span class="prodNo">48</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">namespaceDeclaration</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">"prefix" <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_PREFIX">PN_PREFIX</a></span> <span class="prod"><a class="grammarRef" href="#prod-namespace">namespace</a></span></code></td> ' + 
@@ -458,7 +440,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-defaultNamespaceDeclaration" name="prod-defaultNamespaceDeclaration"></a>[<span class="prodNo">51</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-defaultNamespaceDeclaration" name="prod-defaultNamespaceDeclaration"></a>[<span class="prodNo">49</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">defaultNamespaceDeclaration</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">"default" <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rIRI_REF">IRI_REF</a></span></code></td> ' + 
@@ -467,7 +449,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-namespace" name="prod-namespace"></a>[<span class="prodNo">52</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-namespace" name="prod-namespace"></a>[<span class="prodNo">50</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">namespace</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rIRI_REF">IRI_REF</a></span></code></td> ' + 
@@ -476,7 +458,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-extensibilityExpression" name="prod-extensibilityExpression"></a>[<span class="prodNo">53</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-extensibilityExpression" name="prod-extensibilityExpression"></a>[<span class="prodNo">51</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">extensibilityExpression</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></span> "(" <span class="prod"><a class="grammarRef" href="#prod-optionalIdentifier">optionalIdentifier</a></span> <span class="prod"><a class="grammarRef" href="#prod-extensibilityArgument">extensibilityArgument</a></span> ( "," <span class="prod"><a class="grammarRef" href="#prod-extensibilityArgument">extensibilityArgument</a></span> )* <span class="prod"><a class="grammarRef" href="#prod-optionalAttributeValuePairs">optionalAttributeValuePairs</a></span> ")"</code></td> ' + 
@@ -485,7 +467,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-extensibilityArgument" name="prod-extensibilityArgument"></a>[<span class="prodNo">54</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-extensibilityArgument" name="prod-extensibilityArgument"></a>[<span class="prodNo">52</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">extensibilityArgument</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-identifierOrMarker">identifierOrMarker</a></span> | <span class="prod"><a class="grammarRef" href="#prod-literal">literal</a></span> | <span class="prod"><a class="grammarRef" href="#prod-time">time</a></span> | <span class="prod"><a class="grammarRef" href="#prod-extensibilityExpression">extensibilityExpression</a></span> | <span class="prod"><a class="grammarRef" href="#prod-extensibilityTuple">extensibilityTuple</a></span> )</code></td> ' + 
@@ -494,7 +476,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-extensibilityTuple" name="prod-extensibilityTuple"></a>[<span class="prodNo">55</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-extensibilityTuple" name="prod-extensibilityTuple"></a>[<span class="prodNo">53</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">extensibilityTuple</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">"{" <span class="prod"><a class="grammarRef" href="#prod-extensibilityArgument">extensibilityArgument</a></span> ( "," <span class="prod"><a class="grammarRef" href="#prod-extensibilityArgument">extensibilityArgument</a></span> )* "}"<br/> ' + 
@@ -504,7 +486,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-dIdentifier" name="prod-dIdentifier"></a>[<span class="prodNo">56</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-dIdentifier" name="prod-dIdentifier"></a>[<span class="prodNo">54</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">dIdentifier</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-identifier">identifier</a></span></code></td> ' + 
@@ -513,7 +495,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-dictMembershipExpression" name="prod-dictMembershipExpression"></a>[<span class="prodNo">57</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-dictMembershipExpression" name="prod-dictMembershipExpression"></a>[<span class="prodNo">55</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">dictMembershipExpression</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">"hadMembers" "(" <span class="prod"><a class="grammarRef" href="#prod-optionalIdentifier">optionalIdentifier</a></span> <span class="prod"><a class="grammarRef" href="#prod-dIdentifier">dIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-keyEntitySet">keyEntitySet</a></span> <span class="prod"><a class="grammarRef" href="#prod-complete">complete</a></span> <span class="prod"><a class="grammarRef" href="#prod-optionalAttributeValuePairs">optionalAttributeValuePairs</a></span> ")"</code></td> ' + 
@@ -522,7 +504,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-removalExpression" name="prod-removalExpression"></a>[<span class="prodNo">58</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-removalExpression" name="prod-removalExpression"></a>[<span class="prodNo">56</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">removalExpression</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">"derivedByRemovalFrom" "(" <span class="prod"><a class="grammarRef" href="#prod-optionalIdentifier">optionalIdentifier</a></span> <span class="prod"><a class="grammarRef" href="#prod-dIdentifier">dIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-dIdentifier">dIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-keySet">keySet</a></span> <span class="prod"><a class="grammarRef" href="#prod-optionalAttributeValuePairs">optionalAttributeValuePairs</a></span> ")"</code></td> ' + 
@@ -531,7 +513,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-insertionExpression" name="prod-insertionExpression"></a>[<span class="prodNo">59</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-insertionExpression" name="prod-insertionExpression"></a>[<span class="prodNo">57</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">insertionExpression</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">"derivedByInsertionFrom" "(" <span class="prod"><a class="grammarRef" href="#prod-optionalIdentifier">optionalIdentifier</a></span> <span class="prod"><a class="grammarRef" href="#prod-dIdentifier">dIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-dIdentifier">dIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-keyEntitySet">keyEntitySet</a></span> <span class="prod"><a class="grammarRef" href="#prod-optionalAttributeValuePairs">optionalAttributeValuePairs</a></span> ")"</code></td> ' + 
@@ -540,7 +522,7 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-keyEntitySet" name="prod-keyEntitySet"></a>[<span class="prodNo">60</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-keyEntitySet" name="prod-keyEntitySet"></a>[<span class="prodNo">58</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">keyEntitySet</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">"{" "(" <span class="prod"><a class="grammarRef" href="#prod-literal">literal</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-identifier">identifier</a></span> ")" ( "," "(" <span class="prod"><a class="grammarRef" href="#prod-literal">literal</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-identifier">identifier</a></span> ")" )* "}"</code></td> ' + 
@@ -549,16 +531,25 @@
 ' ' + 
 '<tbody class="prod"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-keySet" name="prod-keySet"></a>[<span class="prodNo">61</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-keySet" name="prod-keySet"></a>[<span class="prodNo">59</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production prod">keySet</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">"{" <span class="prod"><a class="grammarRef" href="#prod-literal">literal</a></span> ( "," <span class="prod"><a class="grammarRef" href="#prod-literal">literal</a></span> )* "}"</code></td> ' + 
 '</tr> ' + 
 '</tbody> ' + 
 ' ' + 
+'<tbody class="prod"> ' + 
+'<tr valign="baseline"> ' + 
+'<td><a id="prod-complete" name="prod-complete"></a>[<span class="prodNo">60</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><code class="production prod">complete</code></td> ' + 
+'<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><code class="content">( "," ( "true" | "false" | "-" ) )?</code></td> ' + 
+'</tr> ' + 
+'</tbody> ' + 
+' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-QUALIFIED_NAME" name="prod-QUALIFIED_NAME"></a>[<span class="prodNo">62</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-QUALIFIED_NAME" name="prod-QUALIFIED_NAME"></a>[<span class="prodNo">61</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">QUALIFIED_NAME</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">( <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_PREFIX">PN_PREFIX</a></span> ":" )? <span class="prod"><a class="grammarRef" href="#prod-PN_LOCAL">PN_LOCAL</a></span><br/> ' + 
@@ -568,7 +559,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-PN_LOCAL" name="prod-PN_LOCAL"></a>[<span class="prodNo">63</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-PN_LOCAL" name="prod-PN_LOCAL"></a>[<span class="prodNo">62</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">PN_LOCAL</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">( <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_CHARS_U">PN_CHARS_U</a></span> | [0-9] | <span class="prod"><a class="grammarRef" href="#prod-PN_CHARS_OTHERS">PN_CHARS_OTHERS</a></span> ) ( ( <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_CHARS">PN_CHARS</a></span> | "." | <span class="prod"><a class="grammarRef" href="#prod-PN_CHARS_OTHERS">PN_CHARS_OTHERS</a></span> )* ( <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_CHARS">PN_CHARS</a></span> | <span class="prod"><a class="grammarRef" href="#prod-PN_CHARS_OTHERS">PN_CHARS_OTHERS</a></span> ) )?</code></td> ' + 
@@ -577,7 +568,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-PN_CHARS_OTHERS" name="prod-PN_CHARS_OTHERS"></a>[<span class="prodNo">64</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-PN_CHARS_OTHERS" name="prod-PN_CHARS_OTHERS"></a>[<span class="prodNo">63</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">PN_CHARS_OTHERS</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">"/"<br/> ' + 
@@ -597,7 +588,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-PN_CHARS_ESC" name="prod-PN_CHARS_ESC"></a>[<span class="prodNo">65</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-PN_CHARS_ESC" name="prod-PN_CHARS_ESC"></a>[<span class="prodNo">64</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">PN_CHARS_ESC</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">"\\" ( "=" | "\'" | "(" | ")" | "," | "-" | ":" | ";" | "[" | "]" | "." )</code></td> ' + 
@@ -606,7 +597,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-PERCENT" name="prod-PERCENT"></a>[<span class="prodNo">66</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-PERCENT" name="prod-PERCENT"></a>[<span class="prodNo">65</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">PERCENT</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">"%" <span class="prod"><a class="grammarRef" href="#prod-HEX">HEX</a></span> <span class="prod"><a class="grammarRef" href="#prod-HEX">HEX</a></span></code></td> ' + 
@@ -615,7 +606,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-HEX" name="prod-HEX"></a>[<span class="prodNo">67</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-HEX" name="prod-HEX"></a>[<span class="prodNo">66</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">HEX</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">[0-9]<br/> ' + 
@@ -626,7 +617,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-STRING_LITERAL" name="prod-STRING_LITERAL"></a>[<span class="prodNo">68</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-STRING_LITERAL" name="prod-STRING_LITERAL"></a>[<span class="prodNo">67</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">STRING_LITERAL</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rSTRING_LITERAL2">STRING_LITERAL2</a></span><br/> ' + 
@@ -636,7 +627,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-PREFX" name="prod-PREFX"></a>[<span class="prodNo">69</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-PREFX" name="prod-PREFX"></a>[<span class="prodNo">68</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">PREFX</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_PREFIX">PN_PREFIX</a></span></code></td> ' + 
@@ -645,7 +636,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-INT_LITERAL" name="prod-INT_LITERAL"></a>[<span class="prodNo">70</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-INT_LITERAL" name="prod-INT_LITERAL"></a>[<span class="prodNo">69</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">INT_LITERAL</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">("-")? (<span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span>)+</code></td> ' + 
@@ -654,7 +645,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-QUALIFIED_NAME_LITERAL" name="prod-QUALIFIED_NAME_LITERAL"></a>[<span class="prodNo">71</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-QUALIFIED_NAME_LITERAL" name="prod-QUALIFIED_NAME_LITERAL"></a>[<span class="prodNo">70</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">QUALIFIED_NAME_LITERAL</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">"\'" <span class="prod"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></span> "\'"</code></td> ' + 
@@ -663,7 +654,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-DIGIT" name="prod-DIGIT"></a>[<span class="prodNo">72</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-DIGIT" name="prod-DIGIT"></a>[<span class="prodNo">71</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">DIGIT</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">[0-9]</code></td> ' + 
@@ -672,7 +663,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-DATETIME" name="prod-DATETIME"></a>[<span class="prodNo">73</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-DATETIME" name="prod-DATETIME"></a>[<span class="prodNo">72</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">DATETIME</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span> "-" <span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span> "-" <span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span> "T" <span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span> ":" <span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span> ":" <span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span> ( "." <span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span> ( <span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span> (<span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span>)? )? )? ( "Z" | <span class="prod"><a class="grammarRef" href="#prod-TIMEZONEOFFSET">TIMEZONEOFFSET</a></span> )?</code></td> ' + 
@@ -681,7 +672,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-TIMEZONEOFFSET" name="prod-TIMEZONEOFFSET"></a>[<span class="prodNo">74</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-TIMEZONEOFFSET" name="prod-TIMEZONEOFFSET"></a>[<span class="prodNo">73</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">TIMEZONEOFFSET</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">( "+" | "-" ) <span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span> ":" <span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-DIGIT">DIGIT</a></span></code></td> ' + 
@@ -690,7 +681,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-IRI_REF" name="prod-IRI_REF"></a>[<span class="prodNo">75</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-IRI_REF" name="prod-IRI_REF"></a>[<span class="prodNo">74</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">IRI_REF</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">"&lt;" ( [^&lt;&gt;\"{}|^`\\] - [#0000- ] | <span class="prod"><a class="grammarRef" href="#prod-UCHAR">UCHAR</a></span> )* "&gt;"</code></td> ' + 
@@ -699,7 +690,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-STRING_LITERAL2" name="prod-STRING_LITERAL2"></a>[<span class="prodNo">76</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-STRING_LITERAL2" name="prod-STRING_LITERAL2"></a>[<span class="prodNo">75</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">STRING_LITERAL2</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">\'"\' ( ( [^\"\\\n\r] ) | <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rECHAR">ECHAR</a></span> | <span class="prod"><a class="grammarRef" href="#prod-UCHAR">UCHAR</a></span> )* \'"\'</code></td> ' + 
@@ -708,7 +699,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-STRING_LITERAL_LONG2" name="prod-STRING_LITERAL_LONG2"></a>[<span class="prodNo">77</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-STRING_LITERAL_LONG2" name="prod-STRING_LITERAL_LONG2"></a>[<span class="prodNo">76</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">STRING_LITERAL_LONG2</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">\'"\' ( ( [^\"\\\n\r] ) | <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rECHAR">ECHAR</a></span> | <span class="prod"><a class="grammarRef" href="#prod-UCHAR">UCHAR</a></span> )* \'"\'</code></td> ' + 
@@ -717,7 +708,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-LANGTAG" name="prod-LANGTAG"></a>[<span class="prodNo">78</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-LANGTAG" name="prod-LANGTAG"></a>[<span class="prodNo">77</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">LANGTAG</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">"@" ([a-zA-Z])+ ( "-" ([a-zA-Z0-9])+ )*</code></td> ' + 
@@ -726,7 +717,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-UCHAR" name="prod-UCHAR"></a>[<span class="prodNo">79</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-UCHAR" name="prod-UCHAR"></a>[<span class="prodNo">78</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">UCHAR</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">( "\\u" <span class="prod"><a class="grammarRef" href="#prod-HEX">HEX</a></span> <span class="prod"><a class="grammarRef" href="#prod-HEX">HEX</a></span> <span class="prod"><a class="grammarRef" href="#prod-HEX">HEX</a></span> <span class="prod"><a class="grammarRef" href="#prod-HEX">HEX</a></span> )<br/> ' + 
@@ -736,7 +727,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-ECHAR" name="prod-ECHAR"></a>[<span class="prodNo">80</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-ECHAR" name="prod-ECHAR"></a>[<span class="prodNo">79</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">ECHAR</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">"\\" [tbnrf\\\"\']</code></td> ' + 
@@ -745,7 +736,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-NIL" name="prod-NIL"></a>[<span class="prodNo">81</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-NIL" name="prod-NIL"></a>[<span class="prodNo">80</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">NIL</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">"(" ( <span class="prod"><a class="grammarRef" href="#prod-WS">WS</a></span> )* ")"</code></td> ' + 
@@ -754,7 +745,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-WS" name="prod-WS"></a>[<span class="prodNo">82</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-WS" name="prod-WS"></a>[<span class="prodNo">81</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">WS</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">" "<br/> ' + 
@@ -766,7 +757,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-ANON" name="prod-ANON"></a>[<span class="prodNo">83</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-ANON" name="prod-ANON"></a>[<span class="prodNo">82</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">ANON</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">"[" ( <span class="prod"><a class="grammarRef" href="#prod-WS">WS</a></span> )* "]"</code></td> ' + 
@@ -775,7 +766,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-PN_CHARS_BASE" name="prod-PN_CHARS_BASE"></a>[<span class="prodNo">84</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-PN_CHARS_BASE" name="prod-PN_CHARS_BASE"></a>[<span class="prodNo">83</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">PN_CHARS_BASE</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">[A-Z]<br/> ' + 
@@ -797,7 +788,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-PN_CHARS_U" name="prod-PN_CHARS_U"></a>[<span class="prodNo">85</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-PN_CHARS_U" name="prod-PN_CHARS_U"></a>[<span class="prodNo">84</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">PN_CHARS_U</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-PN_CHARS_BASE">PN_CHARS_BASE</a></span><br/> ' + 
@@ -807,7 +798,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-PN_CHARS" name="prod-PN_CHARS"></a>[<span class="prodNo">86</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-PN_CHARS" name="prod-PN_CHARS"></a>[<span class="prodNo">85</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">PN_CHARS</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_CHARS_U">PN_CHARS_U</a></span><br/> ' + 
@@ -821,7 +812,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-PN_PREFIX" name="prod-PN_PREFIX"></a>[<span class="prodNo">87</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-PN_PREFIX" name="prod-PN_PREFIX"></a>[<span class="prodNo">86</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td>&lt;<code class="production term">PN_PREFIX</code>&gt;</td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-PN_CHARS_BASE">PN_CHARS_BASE</a></span> ( ( <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_CHARS">PN_CHARS</a></span> | "." )* <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_CHARS">PN_CHARS</a></span> )?</code></td> ' + 
@@ -830,7 +821,7 @@
 ' ' + 
 '<tbody class="term"> ' + 
 '<tr valign="baseline"> ' + 
-'<td><a id="prod-PASSED_TOKENS" name="prod-PASSED_TOKENS"></a>[<span class="prodNo">88</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
+'<td><a id="prod-PASSED_TOKENS" name="prod-PASSED_TOKENS"></a>[<span class="prodNo">87</span>]&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="production directive">PASSED TOKENS</code></td> ' + 
 '<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> ' + 
 '<td><code class="content">([ \t\r\n])+<br/> ' + 
--- a/model/grammar/yack/prov-n-LL.bnf	Thu Jul 12 11:08:38 2012 +0100
+++ b/model/grammar/yack/prov-n-LL.bnf	Thu Jul 12 11:09:02 2012 +0100
@@ -91,12 +91,8 @@
 
 
 [31] membershipExpression::=
- 	"hadMembers" "("  optionalIdentifier  cIdentifier "," entitySet complete  optionalAttributeValuePairs ")"
+ 	"hadMember" "("  cIdentifier "," eIdentifier ")"
 
-[31b] complete::= ("," ("true" | "false" | "-"))?
-
-
-[29]entitySet::= "{"   eIdentifier *  "}"
 
 
 
@@ -183,6 +179,9 @@
 [29]keyEntitySet::= "{"  "(" literal "," identifier  ")" ( ","  "(" literal "," identifier  ")" )* "}"
 [30a] keySet::= "{" literal ("," literal)* "}"
 
+[31b] complete::= ("," ("true" | "false" | "-"))?
+
+
 
 
 
--- a/model/grammar/yack/prov-n-LL.bnf.html	Thu Jul 12 11:08:38 2012 +0100
+++ b/model/grammar/yack/prov-n-LL.bnf.html	Thu Jul 12 11:09:02 2012 +0100
@@ -240,31 +240,13 @@
 <td><a id="prod-prov_n_LL-membershipExpression" name="prod-prov_n_LL-membershipExpression"></a>[<span class="prodNo">27</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">membershipExpression</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
-<td><code class="content">"hadMembers" "(" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalIdentifier">optionalIdentifier</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-cIdentifier">cIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-entitySet">entitySet</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-complete">complete</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalAttributeValuePairs">optionalAttributeValuePairs</a></span> ")"</code></td>
+<td><code class="content">"hadMember" "(" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-cIdentifier">cIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-eIdentifier">eIdentifier</a></span> ")"</code></td>
 </tr>
 </tbody>
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-complete" name="prod-prov_n_LL-complete"></a>[<span class="prodNo">28</span>]&nbsp;&nbsp;&nbsp;</td>
-<td><code class="production prod">complete</code></td>
-<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
-<td><code class="content">(( "," ( "true" | "false" | "-" ) ))?</code></td>
-</tr>
-</tbody>
-
-<tbody class="prod">
-<tr valign="baseline">
-<td><a id="prod-prov_n_LL-entitySet" name="prod-prov_n_LL-entitySet"></a>[<span class="prodNo">29</span>]&nbsp;&nbsp;&nbsp;</td>
-<td><code class="production prod">entitySet</code></td>
-<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
-<td><code class="content">"{" (<span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-eIdentifier">eIdentifier</a></span>)* "}"</code></td>
-</tr>
-</tbody>
-
-<tbody class="prod">
-<tr valign="baseline">
-<td><a id="prod-prov_n_LL-eIdentifier" name="prod-prov_n_LL-eIdentifier"></a>[<span class="prodNo">30</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-eIdentifier" name="prod-prov_n_LL-eIdentifier"></a>[<span class="prodNo">28</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">eIdentifier</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span></code></td>
@@ -273,7 +255,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-aIdentifier" name="prod-prov_n_LL-aIdentifier"></a>[<span class="prodNo">31</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-aIdentifier" name="prod-prov_n_LL-aIdentifier"></a>[<span class="prodNo">29</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">aIdentifier</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span></code></td>
@@ -282,7 +264,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-agIdentifier" name="prod-prov_n_LL-agIdentifier"></a>[<span class="prodNo">32</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-agIdentifier" name="prod-prov_n_LL-agIdentifier"></a>[<span class="prodNo">30</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">agIdentifier</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span></code></td>
@@ -291,7 +273,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-gIdentifier" name="prod-prov_n_LL-gIdentifier"></a>[<span class="prodNo">33</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-gIdentifier" name="prod-prov_n_LL-gIdentifier"></a>[<span class="prodNo">31</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">gIdentifier</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span></code></td>
@@ -300,7 +282,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-uIdentifier" name="prod-prov_n_LL-uIdentifier"></a>[<span class="prodNo">34</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-uIdentifier" name="prod-prov_n_LL-uIdentifier"></a>[<span class="prodNo">32</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">uIdentifier</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span></code></td>
@@ -309,7 +291,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-cIdentifier" name="prod-prov_n_LL-cIdentifier"></a>[<span class="prodNo">35</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-cIdentifier" name="prod-prov_n_LL-cIdentifier"></a>[<span class="prodNo">33</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">cIdentifier</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span></code></td>
@@ -318,7 +300,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-bIdentifier" name="prod-prov_n_LL-bIdentifier"></a>[<span class="prodNo">36</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-bIdentifier" name="prod-prov_n_LL-bIdentifier"></a>[<span class="prodNo">34</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">bIdentifier</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span></code></td>
@@ -327,7 +309,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-eIdentifierOrMarker" name="prod-prov_n_LL-eIdentifierOrMarker"></a>[<span class="prodNo">37</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-eIdentifierOrMarker" name="prod-prov_n_LL-eIdentifierOrMarker"></a>[<span class="prodNo">35</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">eIdentifierOrMarker</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-eIdentifier">eIdentifier</a></span> | "-" )</code></td>
@@ -336,7 +318,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-aIdentifierOrMarker" name="prod-prov_n_LL-aIdentifierOrMarker"></a>[<span class="prodNo">38</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-aIdentifierOrMarker" name="prod-prov_n_LL-aIdentifierOrMarker"></a>[<span class="prodNo">36</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">aIdentifierOrMarker</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-aIdentifier">aIdentifier</a></span> | "-" )</code></td>
@@ -345,7 +327,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-agIdentifierOrMarker" name="prod-prov_n_LL-agIdentifierOrMarker"></a>[<span class="prodNo">39</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-agIdentifierOrMarker" name="prod-prov_n_LL-agIdentifierOrMarker"></a>[<span class="prodNo">37</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">agIdentifierOrMarker</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-agIdentifier">agIdentifier</a></span> | "-" )</code></td>
@@ -354,7 +336,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-gIdentifierOrMarker" name="prod-prov_n_LL-gIdentifierOrMarker"></a>[<span class="prodNo">40</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-gIdentifierOrMarker" name="prod-prov_n_LL-gIdentifierOrMarker"></a>[<span class="prodNo">38</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">gIdentifierOrMarker</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-gIdentifier">gIdentifier</a></span> | "-" )</code></td>
@@ -363,7 +345,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-uIdentifierOrMarker" name="prod-prov_n_LL-uIdentifierOrMarker"></a>[<span class="prodNo">41</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-uIdentifierOrMarker" name="prod-prov_n_LL-uIdentifierOrMarker"></a>[<span class="prodNo">39</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">uIdentifierOrMarker</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-uIdentifier">uIdentifier</a></span> | "-" )</code></td>
@@ -372,7 +354,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-identifier" name="prod-prov_n_LL-identifier"></a>[<span class="prodNo">42</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-identifier" name="prod-prov_n_LL-identifier"></a>[<span class="prodNo">40</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">identifier</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-QUALIFIED_NAME">QUALIFIED_NAME</a></span></code></td>
@@ -381,7 +363,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-attribute" name="prod-prov_n_LL-attribute"></a>[<span class="prodNo">43</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-attribute" name="prod-prov_n_LL-attribute"></a>[<span class="prodNo">41</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">attribute</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-QUALIFIED_NAME">QUALIFIED_NAME</a></span></code></td>
@@ -390,7 +372,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-literal" name="prod-prov_n_LL-literal"></a>[<span class="prodNo">44</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-literal" name="prod-prov_n_LL-literal"></a>[<span class="prodNo">42</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">literal</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-typedLiteral">typedLiteral</a></span><br/>
@@ -400,7 +382,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-typedLiteral" name="prod-prov_n_LL-typedLiteral"></a>[<span class="prodNo">45</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-typedLiteral" name="prod-prov_n_LL-typedLiteral"></a>[<span class="prodNo">43</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">typedLiteral</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-STRING_LITERAL">STRING_LITERAL</a></span> "%%" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-datatype">datatype</a></span></code></td>
@@ -409,7 +391,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-datatype" name="prod-prov_n_LL-datatype"></a>[<span class="prodNo">46</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-datatype" name="prod-prov_n_LL-datatype"></a>[<span class="prodNo">44</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">datatype</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-QUALIFIED_NAME">QUALIFIED_NAME</a></span></code></td>
@@ -418,7 +400,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-convenienceNotation" name="prod-prov_n_LL-convenienceNotation"></a>[<span class="prodNo">47</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-convenienceNotation" name="prod-prov_n_LL-convenienceNotation"></a>[<span class="prodNo">45</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">convenienceNotation</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-STRING_LITERAL">STRING_LITERAL</a></span> (<span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-LANGTAG">LANGTAG</a></span>)?<br/>
@@ -429,7 +411,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-timeZZ" name="prod-prov_n_LL-timeZZ"></a>[<span class="prodNo">48</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-timeZZ" name="prod-prov_n_LL-timeZZ"></a>[<span class="prodNo">46</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">timeZZ</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DATETIME">DATETIME</a></span></code></td>
@@ -438,7 +420,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-namespaceDeclarations" name="prod-prov_n_LL-namespaceDeclarations"></a>[<span class="prodNo">49</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-namespaceDeclarations" name="prod-prov_n_LL-namespaceDeclarations"></a>[<span class="prodNo">47</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">namespaceDeclarations</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-defaultNamespaceDeclaration">defaultNamespaceDeclaration</a></span> | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-namespaceDeclaration">namespaceDeclaration</a></span> ) (<span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-namespaceDeclaration">namespaceDeclaration</a></span>)*</code></td>
@@ -447,7 +429,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-namespaceDeclaration" name="prod-prov_n_LL-namespaceDeclaration"></a>[<span class="prodNo">50</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-namespaceDeclaration" name="prod-prov_n_LL-namespaceDeclaration"></a>[<span class="prodNo">48</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">namespaceDeclaration</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"prefix" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_PREFIX">PN_PREFIX</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-namespace">namespace</a></span></code></td>
@@ -456,7 +438,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-defaultNamespaceDeclaration" name="prod-prov_n_LL-defaultNamespaceDeclaration"></a>[<span class="prodNo">51</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-defaultNamespaceDeclaration" name="prod-prov_n_LL-defaultNamespaceDeclaration"></a>[<span class="prodNo">49</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">defaultNamespaceDeclaration</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"default" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-IRI_REF">IRI_REF</a></span></code></td>
@@ -465,7 +447,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-namespace" name="prod-prov_n_LL-namespace"></a>[<span class="prodNo">52</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-namespace" name="prod-prov_n_LL-namespace"></a>[<span class="prodNo">50</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">namespace</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-IRI_REF">IRI_REF</a></span></code></td>
@@ -474,7 +456,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-extensibilityExpression" name="prod-prov_n_LL-extensibilityExpression"></a>[<span class="prodNo">53</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-extensibilityExpression" name="prod-prov_n_LL-extensibilityExpression"></a>[<span class="prodNo">51</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">extensibilityExpression</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-QUALIFIED_NAME">QUALIFIED_NAME</a></span> "(" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalIdentifier">optionalIdentifier</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-extensibilityArgument">extensibilityArgument</a></span> (( "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-extensibilityArgument">extensibilityArgument</a></span> ))* <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalAttributeValuePairs">optionalAttributeValuePairs</a></span> ")"</code></td>
@@ -483,7 +465,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-extensibilityArgument" name="prod-prov_n_LL-extensibilityArgument"></a>[<span class="prodNo">54</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-extensibilityArgument" name="prod-prov_n_LL-extensibilityArgument"></a>[<span class="prodNo">52</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">extensibilityArgument</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifierOrMarker">identifierOrMarker</a></span> | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-literal">literal</a></span> | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-timeZZ">timeZZ</a></span> | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-extensibilityExpression">extensibilityExpression</a></span> | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-extensibilityTuple">extensibilityTuple</a></span> )</code></td>
@@ -492,7 +474,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-extensibilityTuple" name="prod-prov_n_LL-extensibilityTuple"></a>[<span class="prodNo">55</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-extensibilityTuple" name="prod-prov_n_LL-extensibilityTuple"></a>[<span class="prodNo">53</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">extensibilityTuple</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"{" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-extensibilityArgument">extensibilityArgument</a></span> (( "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-extensibilityArgument">extensibilityArgument</a></span> ))* "}"<br/>
@@ -502,7 +484,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-dIdentifier" name="prod-prov_n_LL-dIdentifier"></a>[<span class="prodNo">56</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-dIdentifier" name="prod-prov_n_LL-dIdentifier"></a>[<span class="prodNo">54</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">dIdentifier</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span></code></td>
@@ -511,7 +493,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-dictMembershipExpression" name="prod-prov_n_LL-dictMembershipExpression"></a>[<span class="prodNo">57</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-dictMembershipExpression" name="prod-prov_n_LL-dictMembershipExpression"></a>[<span class="prodNo">55</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">dictMembershipExpression</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"hadMembers" "(" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalIdentifier">optionalIdentifier</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-dIdentifier">dIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-keyEntitySet">keyEntitySet</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-complete">complete</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalAttributeValuePairs">optionalAttributeValuePairs</a></span> ")"</code></td>
@@ -520,7 +502,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-removalExpression" name="prod-prov_n_LL-removalExpression"></a>[<span class="prodNo">58</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-removalExpression" name="prod-prov_n_LL-removalExpression"></a>[<span class="prodNo">56</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">removalExpression</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"derivedByRemovalFrom" "(" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalIdentifier">optionalIdentifier</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-dIdentifier">dIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-dIdentifier">dIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-keySet">keySet</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalAttributeValuePairs">optionalAttributeValuePairs</a></span> ")"</code></td>
@@ -529,7 +511,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-insertionExpression" name="prod-prov_n_LL-insertionExpression"></a>[<span class="prodNo">59</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-insertionExpression" name="prod-prov_n_LL-insertionExpression"></a>[<span class="prodNo">57</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">insertionExpression</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"derivedByInsertionFrom" "(" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalIdentifier">optionalIdentifier</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-dIdentifier">dIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-dIdentifier">dIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-keyEntitySet">keyEntitySet</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-optionalAttributeValuePairs">optionalAttributeValuePairs</a></span> ")"</code></td>
@@ -538,7 +520,7 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-keyEntitySet" name="prod-prov_n_LL-keyEntitySet"></a>[<span class="prodNo">60</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-keyEntitySet" name="prod-prov_n_LL-keyEntitySet"></a>[<span class="prodNo">58</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">keyEntitySet</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"{" "(" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-literal">literal</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span> ")" (( "," "(" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-literal">literal</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-identifier">identifier</a></span> ")" ))* "}"</code></td>
@@ -547,16 +529,25 @@
 
 <tbody class="prod">
 <tr valign="baseline">
-<td><a id="prod-prov_n_LL-keySet" name="prod-prov_n_LL-keySet"></a>[<span class="prodNo">61</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="prod-prov_n_LL-keySet" name="prod-prov_n_LL-keySet"></a>[<span class="prodNo">59</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production prod">keySet</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"{" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-literal">literal</a></span> (( "," <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-literal">literal</a></span> ))* "}"</code></td>
 </tr>
 </tbody>
 
+<tbody class="prod">
+<tr valign="baseline">
+<td><a id="prod-prov_n_LL-complete" name="prod-prov_n_LL-complete"></a>[<span class="prodNo">60</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><code class="production prod">complete</code></td>
+<td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
+<td><code class="content">(( "," ( "true" | "false" | "-" ) ))?</code></td>
+</tr>
+</tbody>
+
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-QUALIFIED_NAME" name="term-prov_n_LL-QUALIFIED_NAME"></a>[<span class="prodNo">62</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-QUALIFIED_NAME" name="term-prov_n_LL-QUALIFIED_NAME"></a>[<span class="prodNo">61</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">QUALIFIED_NAME</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">(( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_PREFIX">PN_PREFIX</a></span> ":" ))? <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_LOCAL">PN_LOCAL</a></span><br/>
@@ -566,7 +557,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PN_LOCAL" name="term-prov_n_LL-PN_LOCAL"></a>[<span class="prodNo">63</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PN_LOCAL" name="term-prov_n_LL-PN_LOCAL"></a>[<span class="prodNo">62</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">PN_LOCAL</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS_U">PN_CHARS_U</a></span> | [0-9] | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS_OTHERS">PN_CHARS_OTHERS</a></span> ) (( (( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS">PN_CHARS</a></span> | "." | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS_OTHERS">PN_CHARS_OTHERS</a></span> ))* ( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS">PN_CHARS</a></span> | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS_OTHERS">PN_CHARS_OTHERS</a></span> ) ))?</code></td>
@@ -575,7 +566,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PN_CHARS_OTHERS" name="term-prov_n_LL-PN_CHARS_OTHERS"></a>[<span class="prodNo">64</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PN_CHARS_OTHERS" name="term-prov_n_LL-PN_CHARS_OTHERS"></a>[<span class="prodNo">63</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">PN_CHARS_OTHERS</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"/"<br/>
@@ -595,7 +586,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PN_CHARS_ESC" name="term-prov_n_LL-PN_CHARS_ESC"></a>[<span class="prodNo">65</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PN_CHARS_ESC" name="term-prov_n_LL-PN_CHARS_ESC"></a>[<span class="prodNo">64</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">PN_CHARS_ESC</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"\\" ( "=" | "'" | "(" | ")" | "," | "-" | ":" | ";" | "[" | "]" | "." )</code></td>
@@ -604,7 +595,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PERCENT" name="term-prov_n_LL-PERCENT"></a>[<span class="prodNo">66</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PERCENT" name="term-prov_n_LL-PERCENT"></a>[<span class="prodNo">65</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">PERCENT</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"%" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-HEX">HEX</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-HEX">HEX</a></span></code></td>
@@ -613,7 +604,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-HEX" name="term-prov_n_LL-HEX"></a>[<span class="prodNo">67</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-HEX" name="term-prov_n_LL-HEX"></a>[<span class="prodNo">66</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">HEX</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">[0-9]<br/>
@@ -624,7 +615,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-STRING_LITERAL" name="term-prov_n_LL-STRING_LITERAL"></a>[<span class="prodNo">68</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-STRING_LITERAL" name="term-prov_n_LL-STRING_LITERAL"></a>[<span class="prodNo">67</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">STRING_LITERAL</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-STRING_LITERAL2">STRING_LITERAL2</a></span><br/>
@@ -634,7 +625,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PREFX" name="term-prov_n_LL-PREFX"></a>[<span class="prodNo">69</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PREFX" name="term-prov_n_LL-PREFX"></a>[<span class="prodNo">68</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">PREFX</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_PREFIX">PN_PREFIX</a></span></code></td>
@@ -643,7 +634,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-INT_LITERAL" name="term-prov_n_LL-INT_LITERAL"></a>[<span class="prodNo">70</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-INT_LITERAL" name="term-prov_n_LL-INT_LITERAL"></a>[<span class="prodNo">69</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">INT_LITERAL</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">("-")? (<span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span>)+</code></td>
@@ -652,7 +643,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-QUALIFIED_NAME_LITERAL" name="term-prov_n_LL-QUALIFIED_NAME_LITERAL"></a>[<span class="prodNo">71</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-QUALIFIED_NAME_LITERAL" name="term-prov_n_LL-QUALIFIED_NAME_LITERAL"></a>[<span class="prodNo">70</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">QUALIFIED_NAME_LITERAL</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"'" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-QUALIFIED_NAME">QUALIFIED_NAME</a></span> "'"</code></td>
@@ -661,7 +652,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-DIGIT" name="term-prov_n_LL-DIGIT"></a>[<span class="prodNo">72</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-DIGIT" name="term-prov_n_LL-DIGIT"></a>[<span class="prodNo">71</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">DIGIT</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">[0-9]</code></td>
@@ -670,7 +661,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-DATETIME" name="term-prov_n_LL-DATETIME"></a>[<span class="prodNo">73</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-DATETIME" name="term-prov_n_LL-DATETIME"></a>[<span class="prodNo">72</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">DATETIME</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> "-" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> "-" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> "T" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> ":" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> ":" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> (( "." <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> (( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> (<span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span>)? ))? ))? (( "Z" | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-TIMEZONEOFFSET">TIMEZONEOFFSET</a></span> ))?</code></td>
@@ -679,7 +670,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-TIMEZONEOFFSET" name="term-prov_n_LL-TIMEZONEOFFSET"></a>[<span class="prodNo">74</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-TIMEZONEOFFSET" name="term-prov_n_LL-TIMEZONEOFFSET"></a>[<span class="prodNo">73</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">TIMEZONEOFFSET</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( "+" | "-" ) <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> ":" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-DIGIT">DIGIT</a></span></code></td>
@@ -688,7 +679,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-IRI_REF" name="term-prov_n_LL-IRI_REF"></a>[<span class="prodNo">75</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-IRI_REF" name="term-prov_n_LL-IRI_REF"></a>[<span class="prodNo">74</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">IRI_REF</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"&lt;" (( [^&lt;&gt;\"{}|^`\\] - [#0000- ] | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-UCHAR">UCHAR</a></span> ))* "&gt;"</code></td>
@@ -697,7 +688,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-STRING_LITERAL2" name="term-prov_n_LL-STRING_LITERAL2"></a>[<span class="prodNo">76</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-STRING_LITERAL2" name="term-prov_n_LL-STRING_LITERAL2"></a>[<span class="prodNo">75</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">STRING_LITERAL2</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">'"' (( ( [^\"\\\n\r] ) | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-ECHAR">ECHAR</a></span> | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-UCHAR">UCHAR</a></span> ))* '"'</code></td>
@@ -706,7 +697,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-STRING_LITERAL_LONG2" name="term-prov_n_LL-STRING_LITERAL_LONG2"></a>[<span class="prodNo">77</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-STRING_LITERAL_LONG2" name="term-prov_n_LL-STRING_LITERAL_LONG2"></a>[<span class="prodNo">76</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">STRING_LITERAL_LONG2</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">'"' (( ( [^\"\\\n\r] ) | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-ECHAR">ECHAR</a></span> | <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-UCHAR">UCHAR</a></span> ))* '"'</code></td>
@@ -715,7 +706,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-LANGTAG" name="term-prov_n_LL-LANGTAG"></a>[<span class="prodNo">78</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-LANGTAG" name="term-prov_n_LL-LANGTAG"></a>[<span class="prodNo">77</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">LANGTAG</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"@" ([a-zA-Z])+ (( "-" ([a-zA-Z0-9])+ ))*</code></td>
@@ -724,7 +715,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-UCHAR" name="term-prov_n_LL-UCHAR"></a>[<span class="prodNo">79</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-UCHAR" name="term-prov_n_LL-UCHAR"></a>[<span class="prodNo">78</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">UCHAR</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">( "\\u" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-HEX">HEX</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-HEX">HEX</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-HEX">HEX</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-HEX">HEX</a></span> )<br/>
@@ -734,7 +725,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-ECHAR" name="term-prov_n_LL-ECHAR"></a>[<span class="prodNo">80</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-ECHAR" name="term-prov_n_LL-ECHAR"></a>[<span class="prodNo">79</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">ECHAR</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"\\" [tbnrf\\\"']</code></td>
@@ -743,7 +734,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-NIL" name="term-prov_n_LL-NIL"></a>[<span class="prodNo">81</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-NIL" name="term-prov_n_LL-NIL"></a>[<span class="prodNo">80</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">NIL</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"(" (( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-WS">WS</a></span> ))* ")"</code></td>
@@ -752,7 +743,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-WS" name="term-prov_n_LL-WS"></a>[<span class="prodNo">82</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-WS" name="term-prov_n_LL-WS"></a>[<span class="prodNo">81</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">WS</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">" "<br/>
@@ -764,7 +755,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-ANON" name="term-prov_n_LL-ANON"></a>[<span class="prodNo">83</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-ANON" name="term-prov_n_LL-ANON"></a>[<span class="prodNo">82</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">ANON</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">"[" (( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-WS">WS</a></span> ))* "]"</code></td>
@@ -773,7 +764,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PN_CHARS_BASE" name="term-prov_n_LL-PN_CHARS_BASE"></a>[<span class="prodNo">84</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PN_CHARS_BASE" name="term-prov_n_LL-PN_CHARS_BASE"></a>[<span class="prodNo">83</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">PN_CHARS_BASE</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">[A-Z]<br/>
@@ -795,7 +786,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PN_CHARS_U" name="term-prov_n_LL-PN_CHARS_U"></a>[<span class="prodNo">85</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PN_CHARS_U" name="term-prov_n_LL-PN_CHARS_U"></a>[<span class="prodNo">84</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">PN_CHARS_U</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS_BASE">PN_CHARS_BASE</a></span><br/>
@@ -805,7 +796,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PN_CHARS" name="term-prov_n_LL-PN_CHARS"></a>[<span class="prodNo">86</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PN_CHARS" name="term-prov_n_LL-PN_CHARS"></a>[<span class="prodNo">85</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">PN_CHARS</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS_U">PN_CHARS_U</a></span><br/>
@@ -819,7 +810,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PN_PREFIX" name="term-prov_n_LL-PN_PREFIX"></a>[<span class="prodNo">87</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PN_PREFIX" name="term-prov_n_LL-PN_PREFIX"></a>[<span class="prodNo">86</span>]&nbsp;&nbsp;&nbsp;</td>
 <td>&lt;<code class="production term">PN_PREFIX</code>&gt;</td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content"><span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS_BASE">PN_CHARS_BASE</a></span> (( (( <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS">PN_CHARS</a></span> | "." ))* <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_CHARS">PN_CHARS</a></span> ))?</code></td>
@@ -828,7 +819,7 @@
 
 <tbody class="term">
 <tr valign="baseline">
-<td><a id="term-prov_n_LL-PASSED_TOKENS" name="term-prov_n_LL-PASSED_TOKENS"></a>[<span class="prodNo">88</span>]&nbsp;&nbsp;&nbsp;</td>
+<td><a id="term-prov_n_LL-PASSED_TOKENS" name="term-prov_n_LL-PASSED_TOKENS"></a>[<span class="prodNo">87</span>]&nbsp;&nbsp;&nbsp;</td>
 <td><code class="production directive">PASSED TOKENS</code></td>
 <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td><code class="content">([ \t\r\n])+<br/>
--- a/model/prov-dm.html	Thu Jul 12 11:08:38 2012 +0100
+++ b/model/prov-dm.html	Thu Jul 12 11:09:02 2012 +0100
@@ -1565,7 +1565,7 @@
 
 <tr class="component6-color"><td class="provType"><a>Collection</a></td><td><a title="collection">... prov:type='prov:Collection' ...</a></td><td  rowspan="3"><a href="#component6">Component 6: Collections</a></td></tr>
 <tr class="component6-color"><td class="provType"><a title="empty collection">EmptyCollection</a></td><td><a title="empty collection">... prov:type='prov:EmptyCollection' ...</a></td></tr>
-<tr class="component6-color"><td><a>Collection Membership</a></td><td><a title="hadMembers">hadMembers(id; c, {e_1, ..., e_n}, cplt, attrs)</a></td></tr>
+<tr class="component6-color"><td><a>Membership</a></td><td><a title="hadMember">hadMember(c,e)</a></td></tr>
 </table>
 </div>
 
@@ -1967,14 +1967,14 @@
 but the BBC news home page on the next day did not.
 <pre class="codeexample">
 entity(ex:bbcNews2012-04-03)
-hadMembers(ex:bbcNews2012-04-03, {bbc:news/uk-17595024})
+hadMember(ex:bbcNews2012-04-03, bbc:news/uk-17595024)
 wasGeneratedBy  (ex:bbcNews2012-04-03, -, 2012-04-03T00:00:01)
 wasInvalidatedBy(ex:bbcNews2012-04-03, -, 2012-04-03T23:59:59)
 </pre>
 
 We refer to example
 <a href="#anexample-specialization" class="anexample-ref"><span>Example REF</span></a>
- for further descriptions of the BBC Web site, and to  <a href="#term-collection-membership">Section 5.6.2</a> for a description of the relation <a title="hadMembers">hadMembers</a>.
+ for further descriptions of the BBC Web site, and to  <a href="#term-collection-membership">Section 5.6.2</a> for a description of the relation <a title="hadMember">hadMember</a>.
 </div>
 
 
@@ -3158,7 +3158,7 @@
 A collection is an entity that has some members. The members are themselves entities, and therefore their provenance can be expressed. Some applications need to be able to express the provenance of the collection  itself: e.g. who maintains the collection (attribution), which members it contains as it evolves, and how it was assembled. The purpose of Component 6 is to define the types and relations that are useful to express the provenance of collections.  </p>
 
 <p><a href="#figure-component6">Figure 11</a> depicts
-the sixth component with two  new classes (Collection, Empty Collection) and one association (HadMembers).
+the sixth component with two  new classes (Collection, Empty Collection) and one association (HadMember).
 </p>
 
 
@@ -3197,36 +3197,38 @@
 
 </section>
 
-<section id="term-collection-membership">
-<h3>Collection Membership</h3>
-
-<p>A <strong>collection membership</strong> relation is defined, to allow stating the  members of a Collection. </p>
-
-<span class="glossary-ref" data-ref="glossary-collection-membership"></span>
+<section id="term-membership">
+<h3>Membership</h3>
+
+<p>A <strong>membership</strong> relation is defined, to allow stating the  members of a Collection. </p>
+
+<span class="glossary-ref" data-ref="glossary-membership"></span>
 
 
 <p>
-<div class="attributes" id="attributes-hadMembers">
- A <dfn title="hadMembers">membership</dfn> relation, written <span class="pnExpression">hadMembers(id; c, {e_1, ..., e_n}, cplt, attrs)</span>, has:
-<ul>
-<li><span class='attribute' id="membership.id">id</span>:  an OPTIONAL identifier identifying the relation;</li>
-<li><span class='attribute' id="membership.collection">collection</span>: an identifier (<span class="name">c</span>) for the collection whose members are asserted; </li>
-<li><span class='attribute' id="membership.entity-set">entity-set</span>: a set of entities  <span class="name">e_1</span>, ..., <span class="name">e_n</span> that are members of the collection;</li>
-<li><span class='attribute' id="membership.complete">complete</span>: an OPTIONAL boolean 
-<a title="value">Value</a> (<span class="name">cplt</span>). It is interpreted as follows:
+<div class="attributes" id="attributes-hadMember">
+ A <dfn title="hadMember">membership</dfn> relation, written <span class="pnExpression">hadMember(c, e)</span>, has:
 <ul>
-<li>if it is present and set to true, then 
-<span class="name">c</span> is believed to include all and only the members specified in the entity-set;
-<li>if it is present and set to false or if it is not present, then <span class="name">c</span> is believed to include more members in addition to those specified in the entity-set.
+<li><span class='attribute' id="membership.collection">collection</span>: an identifier (<span class="name">c</span>) for the collection whose member is asserted; </li>
+<li><span class='attribute' id="membership.entity">entity</span>: the identifier <span class="name">e</span> of an entity that is member of the collection.</li>
 </ul>
-
-<li><span class='attribute' id="membership.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
-</ul>
-
 </div>
 
-<p id="complete-attribute-note">
-Note that the attribute <a href="#membership.complete">complete</a> indicates that the <a title="hadMembers">membership</a> relation provides a complete description of the collection membership. It is possible for  different provenance descriptions to provide different membership statements regarding the same collection. The resolution of any potential conflict amongst such membership statements is defined by applications.</p>
+
+
+<div class="anexample" >
+<p>In this example, <span class="name">c</span> is a collection known to have <span class="name">e0</span>, <span class="name">e1</span>, and <span class="name">e2</span> as members, and may have other members.</p>
+<pre class="codeexample">
+entity(e0)
+entity(e1)
+entity(e2)
+
+entity(c, [prov:type='prov:Collection'  ])      // c is a collection, with unknown content
+hadMember(c, e0)
+hadMember(c, e1)
+hadMember(c, e2)
+</pre>
+</div>
 
 
 </section>
--- a/model/prov-n.html	Thu Jul 12 11:08:38 2012 +0100
+++ b/model/prov-n.html	Thu Jul 12 11:09:02 2012 +0100
@@ -916,8 +916,11 @@
 </pre>
 </div>
 
-<p><strong>Note:</strong> Even though the production <code class="content"><a class="grammarRef" href="#prod-generationExpression">generationExpression</a></code> allows for expressions <span class="name">wasGeneratedBy(e2, -, -)</span>  and <span class="name">wasGeneratedBy(-; e2, -, -)</span>, these expressions are not valid in PROV-N, since at least one  of <a href="http://www.w3.org/TR/prov-dm/#generation.id"><span class='attribute'>id</span></a>, <a href="http://www.w3.org/TR/prov-dm/#generation.activity"><span class='attribute'>activity</span></a>, <a href="http://www.w3.org/TR/prov-dm/#generation.time"><span class='attribute'>time</span></a>, and  <a href="http://www.w3.org/TR/prov-dm/#generation.attributes"><span class='attribute'>attributes</span></a> MUST be present.</p>
-
+<a href="#semantic-rules-summary">Additional semantic rules</a> apply to <code class="content"><a class="grammarRef" href="#prod-generationExpression">generationExpression</a></code>.
+
+<!--
+<p><strong>Note:</strong> Even though the production  allows for expressions <span class="name">wasGeneratedBy(e2, -, -)</span>  and <span class="name">wasGeneratedBy(-; e2, -, -)</span>, these expressions are not valid in PROV-N, since at least one  of <a href="http://www.w3.org/TR/prov-dm/#generation.id"><span class='attribute'>id</span></a>, <a href="http://www.w3.org/TR/prov-dm/#generation.activity"><span class='attribute'>activity</span></a>, <a href="http://www.w3.org/TR/prov-dm/#generation.time"><span class='attribute'>time</span></a>, and  <a href="http://www.w3.org/TR/prov-dm/#generation.attributes"><span class='attribute'>attributes</span></a> MUST be present.</p>
+-->
 
 
 
@@ -984,9 +987,11 @@
 </pre>
 </div>
 
-
+<a href="#semantic-rules-summary">Additional semantic rules</a> apply to <code class="content"><a class="grammarRef" href="#prod-usageExpression">usageExpression</a></code>.
+
+<!--
 <p><strong>Note:</strong> Even though the production <code class="content"><a class="grammarRef" href="#prod-usageExpression">usageExpression</a></code> allows for expressions <span class="name">used(a2, -, -)</span>  and <span class="name">used(-; a2, -, -)</span>, these expressions are not valid in PROV-N, since at least one  of <a href="http://www.w3.org/TR/prov-dm/#usage.id"><span class='attribute'>id</span></a>, <a href="http://www.w3.org/TR/prov-dm/#usage.entity"><span class='attribute'>entity</span></a>, <a href="http://www.w3.org/TR/prov-dm/#usage.time"><span class='attribute'>time</span></a>, and  <a href="http://www.w3.org/TR/prov-dm/#usage.attributes"><span class='attribute'>attributes</span></a> MUST be present.</p>
-
+-->
 
 
 </section>
@@ -1097,8 +1102,13 @@
 </pre>
 </div>
 
+
+<a href="#semantic-rules-summary">Additional semantic rules</a> apply to <code class="content"><a class="grammarRef" href="#prod-startExpression">startExpression</a></code>.
+
+<!--
 <p><strong>Note:</strong> Even though the production <code class="content"><a class="grammarRef" href="#prod-startExpression">startExpression</a></code> allows for expressions <span class="name">wasStartedBy(e2, -, -, -)</span>  and <span class="name">wasStartedBy(-; e2, -, -, -)</span>, these expressions are not valid in PROV-N,
 since at least one  of <a href="http://www.w3.org/TR/prov-dm/#start.id"><span class='attribute'>id</span></a>, <a href="http://www.w3.org/TR/prov-dm/#start.trigger"><span class='attribute'>trigger</span></a>, <a href="http://www.w3.org/TR/prov-dm/#start.starter"><span class='attribute'>starter</span></a>, <a href="http://www.w3.org/TR/prov-dm/#start.time"><span class='attribute'>time</span></a>, and  <a href="http://www.w3.org/TR/prov-dm/#start.attributes"><span class='attribute'>attributes</span></a> MUST be present (as per [[PROV-DM]]).</p>
+-->
 
 </section>
 
@@ -1166,8 +1176,14 @@
 </pre>
 </div>
 
+
+<a href="#semantic-rules-summary">Additional semantic rules</a> apply to <code class="content"><a class="grammarRef" href="#prod-endExpression">endExpression</a></code>.
+
+<!--
 <p><strong>Note:</strong>Even though the production <code class="content"><a class="grammarRef" href="#prod-endExpression">endExpression</a></code> allows for expressions <span class="name">wasEndedBy(e2, -, -, -)</span>  and <span class="name">wasEndedBy(-; e2, -, -, -)</span>, these expressions are not valid in PROV-N,
 since at least one  of <a href="http://www.w3.org/TR/prov-dm/#end.id"><span class='attribute'>id</span></a>, <a href="http://www.w3.org/TR/prov-dm/#end.trigger"><span class='attribute'>trigger</span></a>, <a href="http://www.w3.org/TR/prov-dm/#end.ender"><span class='attribute'>ender</span></a>, <a href="http://www.w3.org/TR/prov-dm/#end.time"><span class='attribute'>time</span></a>, and  <a href="http://www.w3.org/TR/prov-dm/#end.attributes"><span class='attribute'>attributes</span></a> MUST be present.</p>
+-->
+
 </section>
 
 
@@ -1233,8 +1249,13 @@
 </pre>
 </div>
 
+
+<a href="#semantic-rules-summary">Additional semantic rules</a> apply to <code class="content"><a class="grammarRef" href="#prod-invalidationExpression">invalidationExpression</a></code>.
+
+<!--
 <p><strong>Note:</strong> Even though the production  <code class="content"><a class="grammarRef" href="#prod-invalidationExpression">invalidationExpression</a></code> allows for expressions <span class="name">wasInvalidatedBy(e2, -, -)</span>  and <span class="name">wasInvalidatedBy(-; e2, -, -)</span>, these expressions are not valid in PROV-N, since 
 since at least one  of <a href="http://www.w3.org/TR/prov-dm/#invalidation.id"><span class='attribute'>id</span></a>, <a href="http://www.w3.org/TR/prov-dm/#invalidation.activity"><span class='attribute'>activity</span></a>, <a href="http://www.w3.org/TR/prov-dm/#invalidation.time"><span class='attribute'>time</span></a>, and  <a href="http://www.w3.org/TR/prov-dm/#invalidation.attributes"><span class='attribute'>attributes</span></a> MUST be present.</p>
+-->
 
 
 
@@ -1610,9 +1631,14 @@
 </pre>
 </div>
 
+
+<a href="#semantic-rules-summary">Additional semantic rules</a> apply to <code class="content"><a class="grammarRef" href="#prod-associationExpression">associationExpression</a></code>.
+
+<!--
 <p><strong>Note:</strong>The production <code class="content"><a class="grammarRef" href="#prod-associationExpression">associationExpression</a></code> allows for expressions <span class="name">wasAssociatedWith(a, -, -)</span>  and <span class="name">wasAssociatedWith(-; a, -, -)</span>. However, these expressions are not valid in PROV-N, 
 since
 at least one of <a href="http://www.w3.org/TR/prov-dm/#association.id"><span class='attribute'>id</span></a>, <a href="http://www.w3.org/TR/prov-dm/#association.agent"><span class='attribute'>agent</span></a>,  <a href="http://www.w3.org/TR/prov-dm/#association.plan"><span class='attribute'>plan</span></a>, and  <a href="http://www.w3.org/TR/prov-dm/#association.attributes"><span class='attribute'>attributes</span></a>  MUST be present.</p>
+-->
 
 </section>
 <section id="expression-delegation">
@@ -1960,46 +1986,25 @@
 <section id="expression-collection-membership">
 <h3>Membership</h3>
 
-<!--
-<div class="grammar">
- <span class="nonterminal">membershipExpression</span>&nbsp;::=  
-<span class="name">isMemberOf</span> 
- <span class="name">(</span>
- <span class="optional"><span class="nonterminal">identifier</span>
- <span class="name">,</span></span>
-<span class="nonterminal">cIdentifier</span>
- <span class="name">,</span>
-  <span class="name">{</span>
-  <span class="nonterminal">keyValuePairs</span>
-   <span class="name">}</span>
-<span class="nonterminal">optional-attribute-values</span>
-  <span class="name">)</span>
-  <br>
-</div>
--->
+
 
 <table class="grammar">
 <tbody class="grammar-ref" data-ref="prod-membershipExpression"></tbody>
-<tbody class="grammar-ref" data-ref="prod-complete"></tbody>
-<tbody class="grammar-ref" data-ref="prod-entitySet"></tbody>
 </table>
 
 
 <p>The following table summarizes how each constituent of a PROV-DM Membership maps to a PROV-N syntax element.</p>
 <div style="text-align: left; ">
 <table class="thinborder" style="margin-left: auto; margin-right: auto;">
-<tr><td><b>Collection Membership</b></td><td><b>Non-Terminal</b></td></tr>
+<tr><td><b>Membership</b></td><td><b>Non-Terminal</b></td></tr>
 <tr><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td></tr>
 
-<tr><td><a href="http://www.w3.org/TR/prov-dm/#membership.id"><span class='attribute' id="membership.id">id</span></a></td><td><code class="content"><a class="grammarRef" href="#prod-optionalIdentifier">optionalIdentifier</a></code></td></tr>
 
 <tr><td><a href="http://www.w3.org/TR/prov-dm/#membership.collection"><span class='attribute' id="membership.collection">collection</span></a></td><td><code class="content"><a class="grammarRef" href="#prod-cIdentifier">cIdentifier</a></code></td></tr>
 
-<tr><td><a href="http://www.w3.org/TR/prov-dm/#membership.entity-set"><span class='attribute' id="membership.entity-set">entity-set</span></a></td><td><code class="content"><a class="grammarRef" href="#prod-entitySet">entitySet</a></code></td></tr>
-
-<tr><td><a href="http://www.w3.org/TR/prov-dm/#membership.complete"><span class='attribute' id="membership.complete">complete</span></a></td><td><code class="content"><a class="grammarRef" href="#prod-complete">complete</a></code></td></tr>
-
-<tr><td><a href="http://www.w3.org/TR/prov-dm/#membership.attributes"><span class='attribute' id="membership.attributes">attributes</span></a></td><td><code class="content"><a class="grammarRef" href="#prod-optionalAttributeValuePairs">optionalAttributeValuePairs</a></code></td></tr>
+<tr><td><a href="http://www.w3.org/TR/prov-dm/#membership.member"><span class='attribute' id="membership.member">member</span></a></td><td><code class="content"><a class="grammarRef" href="#prod-eIdentifier">eIdentifier</a></code></td></tr>
+
+
 </table>
 </div>
 
@@ -2103,8 +2108,6 @@
 This section defines further expressions of PROV-N.
 
 
-
-
 <section id="expression-identifier">
 <h4>Identifier</h4>
 
@@ -2520,13 +2523,60 @@
 
 
 
-
-
- 
+<section id="semantic-rules-summary">
+<h3>Summary of additional semantic rules</h3>
+
+Some of the grammar productions allow for expressions that are syntactically correct, and yet according to [[PROV-DM]] they are not acceptable, because additional semantic rules are defined for those expressions.
+ The following table provides a summary of such expressions along with examples of syntactically correct but unacceptable forms, and the additional semantic rules.</p>
+
+<div style="text-align: left;">
+<table border="1" style="margin-left: auto; margin-right: auto;">
+<caption id="validity-rules-table">Summary of additional semantic rules for grammar productions</caption>
+<tr><td><a><b>Production</b></a></td>
+     <td><b>Examples of syntactically correct expressions</b></td>
+     <td><b>Additional semantic rule</b></td>
+</tr>
+<tr><td><a class="grammarRef" href="#prod-generationExpression">Generation expression</a></td>
+    <td><span class="name">wasGeneratedBy(e2, -, -)</span><br/><span class="name">wasGeneratedBy(-; e2, -, -)</span></td>
+    <td>At least one  of <a href="http://www.w3.org/TR/prov-dm/#generation.id"><span class='attribute'>id</span></a>, <a href="http://www.w3.org/TR/prov-dm/#generation.activity"><span class='attribute'>activity</span></a>, <a href="http://www.w3.org/TR/prov-dm/#generation.time"><span class='attribute'>time</span></a>, and  <a href="http://www.w3.org/TR/prov-dm/#generation.attributes"><span class='attribute'>attributes</span></a> MUST be present.</td>  
+</tr>
+<td><a class="grammarRef" href="#prod-usageExpression">Usage expression</a></td>
+<td><span class="name">used(a2, -, -)</span><br/><span class="name">used(-; a2, -, -)</span></td>
+<td>At least one  of <a href="http://www.w3.org/TR/prov-dm/#usage.id"><span class='attribute'>id</span></a>, <a href="http://www.w3.org/TR/prov-dm/#usage.entity"><span class='attribute'>entity</span></a>, <a href="http://www.w3.org/TR/prov-dm/#usage.time"><span class='attribute'>time</span></a>, and  <a href="http://www.w3.org/TR/prov-dm/#usage.attributes"><span class='attribute'>attributes</span></a> MUST be present</td>
+<tr>
+<td><a class="grammarRef" href="#prod-startExpression">Start expression</a></td>
+<td> <span class="name">wasStartedBy(e2, -, -, -)</span><br/><span class="name">wasStartedBy(-; e2, -, -, -)</span></td>
+<td>At least one  of <a href="http://www.w3.org/TR/prov-dm/#start.id"><span class='attribute'>id</span></a>, <a href="http://www.w3.org/TR/prov-dm/#start.trigger"><span class='attribute'>trigger</span></a>, <a href="http://www.w3.org/TR/prov-dm/#start.starter"><span class='attribute'>starter</span></a>, <a href="http://www.w3.org/TR/prov-dm/#start.time"><span class='attribute'>time</span></a>, and  <a href="http://www.w3.org/TR/prov-dm/#start.attributes"><span class='attribute'>attributes</span></a> MUST be present</td>
+<tr>
+
+<tr>
+<td><a class="grammarRef" href="#prod-endExpression">End expression</a></td>
+<td><span class="name">wasEndedBy(e2, -, -, -)</span><br/><span class="name">wasEndedBy(-; e2, -, -, -)</span></td>
+<td>At least one  of <a href="http://www.w3.org/TR/prov-dm/#end.id"><span class='attribute'>id</span></a>, <a href="http://www.w3.org/TR/prov-dm/#end.trigger"><span class='attribute'>trigger</span></a>, <a href="http://www.w3.org/TR/prov-dm/#end.ender"><span class='attribute'>ender</span></a>, <a href="http://www.w3.org/TR/prov-dm/#end.time"><span class='attribute'>time</span></a>, and  <a href="http://www.w3.org/TR/prov-dm/#end.attributes"><span class='attribute'>attributes</span></a> MUST be present</td>
+</tr>
+
+<tr>
+<td><a class="grammarRef" href="#prod-invalidationExpression">Invalidation expression</a></td>
+<td><span class="name">wasInvalidatedBy(e2, -, -)</span>  <br/><span class="name">wasInvalidatedBy(-; e2, -, -)</span></td>
+<td>At least one  of <a href="http://www.w3.org/TR/prov-dm/#invalidation.id"><span class='attribute'>id</span></a>, <a href="http://www.w3.org/TR/prov-dm/#invalidation.activity"><span class='attribute'>activity</span></a>, <a href="http://www.w3.org/TR/prov-dm/#invalidation.time"><span class='attribute'>time</span></a>, and  <a href="http://www.w3.org/TR/prov-dm/#invalidation.attributes"><span class='attribute'>attributes</span></a> MUST be present</td>
+</tr>
+
+<tr>
+<td><a class="grammarRef" href="#prod-associationExpression">Association expression</a></td>
+<td><span class="name">wasAssociatedWith(a, -, -)</span> <br/><span class="name">wasAssociatedWith(-; a, -, -)</span></td>
+<td>At least one of <a href="http://www.w3.org/TR/prov-dm/#association.id"><span class='attribute'>id</span></a>, <a href="http://www.w3.org/TR/prov-dm/#association.agent"><span class='attribute'>agent</span></a>,  <a href="http://www.w3.org/TR/prov-dm/#association.plan"><span class='attribute'>plan</span></a>, and  <a href="http://www.w3.org/TR/prov-dm/#association.attributes"><span class='attribute'>attributes</span></a>  MUST be present</td>
+</tr>
+
+</table>
+</div>
 </section>
+
 </section>
 
 
+</section>  <!-- end sec 3 -->
+
+
 
 
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/model/prov-table.html	Thu Jul 12 11:09:02 2012 +0100
@@ -0,0 +1,2996 @@
+<!DOCTYPE html
+>
+
+<html><head> 
+    <title>Mapping table for prov</title> 
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
+    <!-- 
+      === NOTA BENE ===
+      For the three scripts below, if your spec resides on dev.w3 you can check them
+      out in the same tree and use relative links so that they'll work offline,
+     -->
+
+<!-- see http://www.somacon.com/p141.php for table configuration -->
+    <style type="text/css">
+      .note { font-size:small; margin-left:50px }
+
+.diamond {
+    font-weight: normal;
+    font-style: normal;
+    font-size:100%;
+    font-family: sans-serif;
+}
+
+table.thinborder {
+	border-width: 1px;
+	border-spacing: 0px;
+	border-style: none;
+	border-color: gray;
+	border-collapse: collapse;
+}
+table.thinborder th {
+	border-width: 1px;
+	padding: 0px;
+	border-style: solid;
+	border-color: gray;
+	-moz-border-radius: ;
+}
+table.thinborder td {
+	border-width: 1px;
+	padding: 2px;
+	border-style: solid;
+	border-color: gray;
+	-moz-border-radius: ;
+}
+</style>
+
+    <script src="http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js" class="remove"></script> 
+    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" class="remove"></script>
+    <script src="http://www.w3.org/2007/OWL/toggles.js"></script> 
+
+    <script src="glossary.js" class="remove"></script>
+
+    <script class="remove">
+      function updateGlossaryRefs() {
+        $('.glossary-ref').each(function(index) {
+          var ref=$(this).attr('data-ref');
+          var span=$(this).attr('data-withspan')
+          $(this).removeAttr('data-withspan');
+          $(this).removeAttr('data-ref');
+
+          $('#'+ref+'.glossary').contents().clone().appendTo($(this));
+//          $(this).attr("prov:hadOriginalSource",glossary_hg);
+          if (span) {
+            $(this).children('dfn').replaceWith(function(){return $('<span>').addClass('dfn').append($(this).contents())});
+          }
+        });
+      }
+
+        // function to replace figcaption since not allowed by prov rules, and not transformed by respec.js
+      function updateFigCaptions() {
+	var figureCount=1;
+
+        $('figcaption').each(function(index) {
+
+          var myid=$(this).attr('id');
+          var mycount=figureCount++;
+
+          $(this).replaceWith(function(){return $('<span>').addClass('figcaption').attr('data-count', mycount).attr('id',myid).append("Figure " + mycount)
+.append($('<sup>').append($('<a>').addClass('internalDFN').attr('href','#'+myid).append($('<span>').addClass('diamond').append(" &#9674;:")))).append(" ")
+.append($(this).contents())});
+        });
+      }
+
+        // function to update caption with linkable diamond
+      function updateCaptions() {
+	var tableCount=1;
+
+        $('caption').each(function(index) {
+
+          var myid=$(this).attr('id');
+          var mycount=tableCount++;
+
+          $(this).attr('data-count', mycount)
+.prepend($('<span>').append("Table " + mycount)
+		  .append($('<sup>').append($('<a>').addClass('internalDFN').attr('href','#'+myid).append($('<span>').addClass('diamond').append(" &#9674;:")))).append(" "))
+        });
+      }
+
+        // function to replace figure since not allowed by prov rules, and not transformed by respec.js
+      function updateFigures() {
+        $('figure').each(function(index) {
+
+          var myid=$(this).attr('id');
+          var mystyle=$(this).attr('style');
+
+             console.log( "figure " + myid + " " + $(this).contents());
+
+          $(this).replaceWith(function(){
+                                          var aNewElement=$('<span>').addClass('figure').append($(this).contents());
+                                          if (myid) {
+                                            aNewElement.attr('id',myid)
+                                          }                                          
+                                          if (mystyle) {
+                                            aNewElement.attr('style',mystyle)
+                                          }                                          
+                                          return aNewElement });
+
+
+
+        //          $(this).replaceWith(function(){return $('<span>').addClass('figure').attr('id',myid).attr('style',mystyle).append($(this).contents())});
+             console.log( "figure " + myid);
+        });
+      }
+
+      function updateExamples() {
+        var count=1;
+        $('.anexample').each(function(index) {
+
+          var myid=$(this).attr('id');
+          var mycount=count++;
+
+          if (myid==undefined) {
+            myid='example_' + mycount;
+            $(this).attr('id',myid);
+          }
+
+          
+          $(this).attr('data-count', mycount).prepend($('<div>').addClass('anexampleTitle')
+                                                          //.append($('<a>').addClass('internalDFN').attr('href','#'+myid).append("Example " + mycount))
+              .append("Example " + mycount)
+              .append($('<sup>').append($('<a>').addClass('internalDFN').attr('href','#'+myid).append($('<span>').addClass('diamond').append(" &#9674;"))))
+              );
+
+
+          //console.log( "example for " + myid + " " + mycount);
+
+        });
+      }
+
+              
+
+      function updateDfn() {
+        var count=1;
+        $('dfn').each(function(index) {
+
+          var myid=$(this).addClass('internalDFN').attr('id');
+
+          $(this).after($('<sup>').append($('<a>').addClass('internalDFN').attr('href','#'+myid).append($('<span>').addClass('diamond').append(" &#9674;"))));  //&#9674;//&#9830;
+          
+//              console.log( "dfn for " + myid + " ");
+
+        });
+      }
+
+
+      function updateExamplesRefs() {
+        $('.anexample-ref').each(function(index) {
+
+          myhref=$(this).attr('href');
+
+              //console.log( "example ref for " + myhref);
+
+          mycount=$(myhref).attr('data-count');
+
+              //console.log( "example ref for " + myhref + " " + mycount);
+
+          $(this).children('span').replaceWith(function(){return $('<span>').append("Example " + mycount)});
+
+        });
+
+        $('.anexample').each(function(index) {
+          $(this).removeAttr('data-count');
+        });
+
+      }
+
+
+      function updateSectionRefs() {
+
+         $('.section-ref').each(function(index) {
+
+          myhref=$(this).attr('href');
+
+          console.log( "section ref for " + myhref);
+
+          if (myhref.startsWith("#")) {
+
+
+            //Problem, this returns all span.secno elements, and concatenates their text
+                    // I shoul just get the first one
+            mysectionNumber=$(myhref).find('span.secno').first().text().trim();
+
+                    
+
+
+             console.log( "section ref for " + myhref + " " + mysectionNumber);
+
+             $(this).children('span').replaceWith(function(){return $('<span>').append("Section " + mysectionNumber)});
+
+           }
+
+        });
+      }
+
+
+
+      $(document).ready(function(){
+        // if glossary is in a string:
+        $('#glossary_div').html(glossary_string)
+        updateGlossaryRefs();
+        updateFigCaptions();
+        updateCaptions();
+        updateExamples();
+        updateExamplesRefs();
+
+                      if (typeof String.prototype.startsWith != 'function') {
+                      String.prototype.startsWith = function (str){
+                      return this.indexOf(str) == 0;
+                      };
+                      }
+
+      });
+
+    </script>
+
+    <script class="remove"> 
+      var addExtraReferences = function() {
+          for (var k in extraReferences)
+              berjon.biblio[k] = extraReferences[k];
+      };
+      var extraReferences = {
+        "CLOCK":
+         "Lamport, L. "+
+         "<a href=\"http://research.microsoft.com/users/lamport/pubs/time-clocks.pdf\"><cite>Time, clocks, and the ordering of events in a distributed system</cite></a>."+
+         "Communications of the ACM 21 (7): 558–565. 1978. "+
+         "URL: <a href=\"http://research.microsoft.com/users/lamport/pubs/time-clocks.pdf\">http://research.microsoft.com/users/lamport/pubs/time-clocks.pdf</a> " +
+         "DOI: doi:10.1145/359545.359563.",
+        "CSP":
+         "Hoare, C. A. R. "+
+         "<a href=\"http://www.usingcsp.com/cspbook.pdf\"><cite>Communicating Sequential Processes</cite></a>."+
+         "Prentice-Hall. 1985"+
+         "URL: <a href=\"http://www.usingcsp.com/cspbook.pdf\">http://www.usingcsp.com/cspbook.pdf</a>",
+        "Logic":
+          "W. E. Johnson "+
+          "<a href=\"http://www.ditext.com/johnson/intro-3.html\"><cite>Logic: Part III</cite></a>."+
+          "1924. "+
+          "URL: <a href=\"http://www.ditext.com/johnson/intro-3.html\">http://www.ditext.com/johnson/intro-3.html</a>",
+        "PROV-SEM":
+          "James Cheney "+
+          "<a href=\"http://www.w3.org/2011/prov/wiki/FormalSemanticsStrawman\"><cite>Formal Semantics Strawman</cite></a>. "+
+          "2011, Work in progress. "+
+          "URL: <a href=\"http://www.w3.org/2011/prov/wiki/FormalSemanticsStrawman\">http://www.w3.org/2011/prov/wiki/FormalSemanticsStrawman</a>",
+
+        "PROV-PRIMER":
+          "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>",
+
+        "PROV-O":
+          "Satya Sahoo and Deborah McGuinness (eds.) Khalid Belhajjame, James Cheney, Daniel Garijo, Timothy Lebo, Stian Soiland-Reyes, and Stephan Zednik "+
+          "<a href=\"http://www.w3.org/TR/prov-o/\"><cite>Provenance Formal Model</cite></a>. "+
+          "2011, Working Draft. "+
+          "URL: <a href=\"http://www.w3.org/TR/prov-o/\">http://www.w3.org/TR/prov-o/</a>",
+
+
+        "PROV-CONSTRAINTS":
+          "James Cheney, Paolo Missier, and Luc Moreau (eds.) "+
+          "<a href=\"http://www.w3.org/TR/prov-constraints/\"><cite>Constraints of the PROV Data Model</cite></a>. "+
+          "2011, Working Draft. "+
+          "URL: <a href=\"http://www.w3.org/TR/prov-constraints/\">http://www.w3.org/TR/prov-constraints/</a>",
+
+        "PROV-N":
+          "Luc Moreau and Paolo Missier (eds.) James Cheney, Stian Soiland-Reyes "+
+          "<a href=\"http://www.w3.org/TR/prov-n/\"><cite>PROV-N: The Provenance Notation</cite></a>. "+
+          "2011, Working Draft. "+
+          "URL: <a href=\"http://www.w3.org/TR/prov-n/\">http://www.w3.org/TR/prov-n/</a>",
+
+        "PROV-AQ":
+          "Graham Klyne and Paul Groth (eds.) Luc Moreau, Olaf Hartig, Yogesh Simmhan, James Meyers, Timothy Lebo, Khalid Belhajjame, and Simon Miles "+
+          "<a href=\"http://www.w3.org/TR/prov-aq/\"><cite>Provenance Access and Query</cite></a>. "+
+          "2011, Working Draft. "+
+          "URL: <a href=\"http://www.w3.org/TR/prov-aq/\">http://www.w3.org/TR/prov-aq/</a>",
+
+        "UML":
+          "Object Management Group "+
+          "<a href=\"http://www.omg.org/spec/UML/2.0/Superstructure/PDF/\"><cite>Unified Modeling Language: Superstructure</cite></a>. "+
+          "version 2.0, 2005 "+
+          "URL: <a href=\"http://www.omg.org/spec/UML/2.0/Superstructure/PDF/\">http://www.omg.org/spec/UML/2.0/Superstructure/PDF/</a>",
+
+        "RDF-CONCEPTS11":
+          "Richard Cyganiak and David Wood (eds.) " +
+          "RDF 1.1 Concepts and Abstract Syntax "+
+          "<a href=\"http://www.w3.org/TR/rdf11-concepts/\"><cite>RDF 1.1 Concepts and Abstract Syntax</cite></a>. "+
+          "URL: <a href=\"http://www.w3.org/TR/rdf11-concepts/\">http://www.w3.org/TR/rdf11-concepts/</a>",
+
+        "Mappings":
+          "Satya Sahoo and Paul Groth and Olaf Hartig and Simon Miles and Sam Coppens and James Myers and Yolanda Gil and Luc Moreau and Jun Zhao and Michael Panzer and Daniel Garijo "+
+          "<a href=\"http://www.w3.org/2005/Incubator/prov/wiki/Provenance_Vocabulary_Mappings\"><cite>Provenance Vocabulary Mappings</cite></a>. "+
+          "August 2010 "+
+          "URL: <a href=\"http://www.w3.org/2005/Incubator/prov/wiki/Provenance_Vocabulary_Mappings\">http://www.w3.org/2005/Incubator/prov/wiki/Provenance_Vocabulary_Mappings</a>",
+
+
+
+      };
+      var respecConfig = {
+          // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
+          specStatus:           "ED",
+          
+          // the specification's short name, as in http://www.w3.org/TR/short-name/
+          shortName:            "prov-dm",
+ 
+          // if your specification has a subtitle that goes below the main
+          // formal title, define it here
+      subtitle   :  "Version for Last Call Vote (WD6) (<a href=\"diff.html\">Diffs since last release</a>)",
+
+ 
+          // if you wish the publication date to be other than today, set this
+//          publishDate:  "2012-05-03",
+ 
+          // if the specification's copyright date is a range of years, specify
+          // the start date here:
+          copyrightStart: "2011",
+ 
+          // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
+          // and its maturity status
+          previousPublishDate:  "2012-05-03",
+          previousMaturity:  "WD",
+ 
+          // if there a publicly available Editor's Draft, this is the link
+          edDraftURI:           "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html",
+ 
+          // if this is a LCWD, uncomment and set the end of its review period
+          // lcEnd: "2009-08-05",
+ 
+          // if you want to have extra CSS, append them to this list
+          // it is recommended that the respec.css stylesheet be kept
+          extraCSS:             ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css", "./extra-dm.css"],
+ 
+          // editors, add as many as you like
+          // only "name" is required
+          editors:  [
+              { name: "Luc Moreau", url: "http://www.ecs.soton.ac.uk/~lavm/",
+                company: "University of Southampton" },
+              { name: "Paolo Missier", url: "http://www.cs.ncl.ac.uk/people/Paolo.Missier",
+                company: "Newcastle University" },
+          ],
+ 
+          // authors, add as many as you like. 
+          // This is optional, uncomment if you have authors as well as editors.
+          // only "name" is required. Same format as editors.
+ 
+          authors:  [
+              { name: "Khalid Belhajjame", url: "http://semanticweb.org/wiki/Khalid_Belhajjame",
+                company: "University of Manchester" },
+              { name: "Reza B'Far",
+                company: "Oracle Corporation" },
+              { name: "James Cheney", url: "http://homepages.inf.ed.ac.uk/jcheney/",
+                company: "University of Edinburgh" },
+              { name: "Sam Coppens",
+                company: "IBBT - Ghent University"},
+              { name: "Stephen Cresswell",
+                company: "legislation.gov.uk"},
+              { name: "Yolanda Gil",
+                company: "Invited Expert", url:"http://www.isi.edu/~gil/"},
+              { name: "Paul Groth", url: "http://www.few.vu.nl/~pgroth/",
+                company: "VU University of Amsterdam" },
+              { name: "Graham Klyne",
+                company: "University of Oxford" },
+              { name: "Timothy Lebo", url: "http://tw.rpi.edu/instances/TimLebo",
+                company: "Rensselaer Polytechnic Institute" },
+              { name: "Jim McCusker", url: "http://tw.rpi.edu/web/person/JamesMcCusker",
+                company: "Rensselaer Polytechnic Institute" },
+              { name: "Simon Miles", 
+                company: "Invited Expert", url:"http://www.inf.kcl.ac.uk/staff/simonm/" },
+              { name: "James Myers", url:"http://www.rpi.edu/research/ccni/",
+                company: "Rensselaer Polytechnic Institute"},
+              { name: "Satya Sahoo", url:"http://cci.case.edu/cci/index.php/Satya_Sahoo",
+                company: "Case Western Reserve University" },
+              { name: "Curt Tilmes", 
+                company: "National Aeronautics and Space Administration" },
+          ],
+          
+          // name of the WG
+          wg:           "Provenance Working Group",
+          
+          // URI of the public WG page
+          wgURI:        "http://www.w3.org/2011/prov/",
+          
+          // name (with the @w3c.org) of the public mailing to which comments are due
+          wgPublicList: "public-prov-comments",
+          
+          // URI of the patent status for this WG, for Rec-track documents
+          // !!!! IMPORTANT !!!!
+          // This is important for Rec-track documents, do not copy a patent URI from a random
+          // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
+          // Team Contact.
+          wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/46974/status",
+
+          // Add extraReferences to bibliography database
+          preProcess: [addExtraReferences],
+
+          postProcess: [updateSectionRefs, updateDfn, updateFigures],
+      };
+    </script> 
+  </head> 
+  <body> 
+
+    <section id="abstract">
+<p>
+Provenance is information about entities, activities, and people
+involved in producing a piece of data or thing, which can be used
+ to form assessments about its quality, reliability or trustworthiness.
+PROV-DM is the conceptual data model that forms a basis for the W3C
+provenance (PROV) family of specifications.
+PROV-DM distinguishes core structures, forming the essence of provenance information, from
+extended structures catering for more specific uses of provenance. 
+PROV-DM is organized in six components, respectively dealing with: 
+(1) entities and activities, and the time at which they were created, used, or ended;
+(2) derivations of entities from entities;
+(3) agents bearing responsibility for entities that were generated and activities that happened;
+(4) a notion of bundle, a mechanism to support provenance of provenance; 
+(5) properties to link entities that refer to the same thing; and,
+(6) collections forming a logical structure for its members.
+</p>
+
+<p>This document introduces the provenance concepts found in
+PROV and defines PROV-DM types and
+relations. PROV data model is domain-agnostic, but is equipped with
+extensibility points allowing domain-specific information to be included. </p>
+
+<p>Two further documents complete the specification of PROV-DM.
+First, a companion document specifies the set of constraints that
+provenance should follow.  Second, 
+a separate document describes a provenance notation for expressing 
+instances of provenance for human consumption; this notation is used in examples in
+this document. </p>
+
+    </section> 
+
+<section id="sotd">
+<h4>Intended to be Last Call (TBC)</h4>
+<p>This is the fifth public release of the PROV-DM document. 
+Publication as Last Call working draft means that 
+the Working Group believes that it has satisfied the relevant technical requirements outlined in its charter on this document. The design is not expected to change significantly, going forward, and now is the key time for external review.</p>
+
+<p>This specification identifies one  <a href="http://www.w3.org/2005/10/Process-20051014/tr#cfi">feature at risk</a>: <a href="#term-mention">Mention</a> might be removed from PROV if implementation experience reveals problems with supporting this construct.</p>
+
+
+<h4>Please Comment By 2012-09-13 (date TBC)</h4>
+<p>The PROV Working group seeks public feedback on this Working Draft.
+The end date of the Last Call review period is <b>2012-09-13 (TBC)</b>, and we would appreciate comments by that date to public-prov-comments@w3.org
+</p>
+
+<h4>PROV Family of Specifications</h4>
+This document is part of the PROV family of specifications, a set of specifications defining various aspects that are necessary to achieve the vision of inter-operable
+interchange of provenance information in heterogeneous environments such as the Web.  The specifications are:
+<ul>
+<li> PROV-DM, the PROV data model for provenance (this document);</li>
+<li> PROV-CONSTRAINTS, a set of constraints applying to the PROV data model [[PROV-CONSTRAINTS]];</li>
+<li> PROV-N, a notation for provenance aimed at human consumption [[PROV-N]];</li>
+<li> PROV-O, the PROV ontology, an OWL2 ontology allowing the mapping of PROV to RDF [[PROV-O]];</li>
+<li> PROV-AQ, the mechanisms for accessing and querying provenance [[PROV-AQ]]; </li>
+<li> PROV-PRIMER, a primer for the PROV data model [[PROV-PRIMER]].</li>
+</ul>
+<h4>How to read the PROV Family of Specifications</h4>
+<ul>
+<li>The primer is the entry point to PROV offering an introduction to the provenance model.</li>
+<li>The Linked Data and Semantic Web community should focus on PROV-O defining PROV classes and properties specified in an OWL2 ontology. For further details, PROV-DM and PROV-CONSTRAINTS specify the constraints applicable to the data model, and its interpretation. </li>
+<li>Developers seeking to retrieve or publish provenance should focus on PROV-AQ.</li>
+<li>Readers seeking to implement other PROV serializations
+should focus on PROV-DM and PROV-CONSTRAINTS.  PROV-O and PROV-N offer examples of mapping to RDF and text, respectively.</li>
+</ul>
+</section>
+
+
+
+
+<!-- <div class="buttonpanel"> 
+<form action="#"><p> 
+<input id="hide-asn" onclick="set_display_by_class('div','withAsn','none');set_display_by_class('span','withAsn','none'); set_display_by_id('hide-asn','none'); set_display_by_id('show-asn','');" type="button"
+value="Hide ASN" /> 
+<input id="show-asn" onclick="set_display_by_class('div','withAsn',''); set_display_by_class('span','withAsn','');  set_display_by_id('hide-asn',''); set_display_by_id('show-asn','none');" style="display: none"
+type="button" value="Show ASN" /> 
+</p> 
+</form> 
+</div>     
+-->
+
+
+
+
+
+<section id="data-model-components"> 
+
+<h2>PROV-DM Types and Relations</h2>
+
+<div id="prov-dm-types-and-relations-fig" style="text-align: left;">
+<table  class="thinborder" style="margin-left: auto; margin-right: auto;">
+<caption id="prov-dm-types-and-relations">PROV-DM Types and Relations</caption> <!-- Table 5-->
+<tr><td><a><b>PROV-DM</b></a></td><td><b>PROV-O</b></td><td><b>PROV-N</b></td><td><b>Component</b></td></tr>
+<tr><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td></tr>
+
+<tr class="component1-color">
+<td><a title="Entity">provdm:Entity</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Entity">provo:Entity</a></td>
+<td><code><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-n-20120629/prov-n.html#prod-entityExpression">entityExpression</a></code>
+</td><td rowspan="8"><a href="#component1">Component 1:<br> Entities/Activities</a></td></tr>
+
+<tr class="component1-color">
+<td><a title="Activity">provdm:Activity</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Entity">provo:Activity</a></td>
+<td><code><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-n-20120629/prov-n.html#prod-activityExpression">activityExpression</a></code></td>
+</tr>
+
+<tr class="component1-color">
+<td><a title="Generation">provdm:Generation</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#wasGeneratedBy">provo:wasGeneratedBy</a>, <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Generation">provo:Generation</a></td>
+<td><code><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-n-20120629/prov-n.html#prod-generationExpression">generationExpression</a></code></td>
+</tr>
+
+<tr class="component1-color">
+<td><a>Usage</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#used">provo:used</a>, <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Usage">provo:Usage</a></td>
+<td><code><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-n-20120629/prov-n.html#prod-usageExpression">usageExpression</a></code></td>
+</tr>
+
+<tr class="component1-color">
+<td><a>Communication</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#wasInformedBy">provo:wasInformedBy</a>, <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Communication">provo:Communication</a></td>
+<td><code><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-n-20120629/prov-n.html#prod-communicationExpression">communicationExpression</a></code></td>
+</tr>
+
+<tr class="component1-color">
+<td><a>Start</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#wasStartedBy">provo:wasStartedBy</a>, <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Start">provo:Start</a></td>
+<td><code><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-n-20120629/prov-n.html#prod-startExpression">startExpression</a></code></td>
+</tr>
+
+<tr class="component1-color">
+<td><a>End</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#wasEndedBy">provo:wasEndedBy</a>, <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#End">provo:End</a></td>
+<td><code><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-n-20120629/prov-n.html#prod-endExpression">endExpression</a></code></td>
+</tr>
+
+<tr class="component1-color">
+<td><a>Invalidation</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#wasInvalidatedBy">provo:wasInvalidatedBy</a>, <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Invalidation">provo:Invalidation</a></td>
+<td><code><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-n-20120629/prov-n.html#prod-invalidationExpression">invalidationExpression</a></code></td>
+</tr>
+<tr><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td>
+</tr>
+
+
+
+<tr class="component2-color">
+<td><a>Derivation</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#wasDerivedFrom">provo:wasDerivedFrom</a>, <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Derivation">provo:Derivation</a></td>
+<td><code><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-n-20120629/prov-n.html#prod-derivationExpression">derivationExpression</a></code></td>
+<td  rowspan="5"><a href="#component2">Component 2:<br> Derivations</a></td>
+</tr>
+
+<tr class="component2-color"><td class="provType"><a>Revision</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#wasRevisionOf">provo:wasRevisionOf</a>, <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Revision">provo:Revision</a></td>
+<td></td>
+</tr>
+
+<tr class="component2-color"><td class="provType"><a>Quotation</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#wasQuotedFrom">provo:wasQuotedFrom</a>, <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Quotation">provo:Quotation</a></td>
+<td></td>
+</tr>
+
+<tr class="component2-color"><td class="provType"><a>Primary Source</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#hadPrimarySource">provo:hadPrimarySource</a>, <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Source">provo:Source</a></td>
+<td></td>
+</tr>
+
+<tr class="component2-color">
+<td><a>Influence</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#wasInfluencedBy">provo:wasInfluencedBy</a>, <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Influence">provo:Influence</a></td>
+<td><code><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-n-20120629/prov-n.html#prod-influenceExpression">influenceExpression</a></code></td>
+</tr>
+<tr><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td>
+</tr>
+
+
+<tr class="component3-color" style="border-collapse: collapse; ">
+<td><a title="Agent">provdm:Agent</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Agent">provo:Agent</a></td>
+<td><code><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-n-20120629/prov-n.html#prod-agentExpression">agentExpression</a></code></td>
+<td  rowspan="8"><a href="#component3">Component 3: <br>Agents, Responsibility, <br>Influence</a></td>
+</tr>
+
+<tr class="component3-color">
+<td><a title="Attribution">provdm:Attribution</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#wasAttributedTo">provo:wasAttributedTo</a>, <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Attribution">provo:Attribution</a></td>
+<td><code><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-n-20120629/prov-n.html#prod-attributionExpression">attributionExpression</a></code></td>
+</tr>
+
+<tr class="component3-color">
+<td><a title="Association">provdm:Association</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#wasAssociatedWith">provo:wasAssociatedWith</a>, <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Association">provo:Association</a></td>
+<td><code><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-n-20120629/prov-n.html#prod-associationExpression">associationExpression</a></code></td>
+</tr>
+
+<tr class="component3-color">
+<td><a title="Delegation">provdm:Delegation</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#actedOnBehalfOf">provo:actedOnBehalfOf</a>, <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Delegation">provo:Delegation</a></td>
+<td><code><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-n-20120629/prov-n.html#prod-delegationExpression">delegationExpression</a></code></td>
+</tr>
+
+<tr class="component3-color">
+<td><a title="Plan">provdm:Plan</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Plan">provo:Plan</a></td>
+<td></td>
+</tr>
+
+<tr class="component3-color">
+<td><a title="Person">provdm:Person</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Person">provo:Person</a></td>
+<td></td>
+</tr>
+
+<tr class="component3-color">
+<td><a title="Organization">provdm:Organization</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Organization">provo:Organization</a></td>
+<td></td>
+</tr>
+
+<tr class="component3-color">
+<td><a title="SoftwareAgent">provdm:SoftwareAgent</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#SoftwareAgent">provo:SoftwareAgent</a></td>
+<td></td>
+</tr>
+
+<tr><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td>
+</tr>
+
+
+
+<tr class="component4-color">
+<td><a title="bundle">Bundle constructor</a></td>
+<td>?</td>
+<td><code><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-n-20120629/prov-n.html#prod-namedBundle">namedBundle</a></code></td>
+<td  rowspan="2"><a href="#component5">Component 4: <br> Bundles</a></td>
+</tr>
+
+<tr class="component4-color"><td class="provType"><a title="bundle">Bundle type</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Bundle">provo:Bundle</a></td>
+<td></td>
+</tr>
+
+<tr><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td>
+</tr>
+
+<tr class="component5-color">
+<td><a title="Alternate">provdm:Alternate</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#alternateOf">provo:alternateOf</a></td>
+<td><code><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-n-20120629/prov-n.html#prod-alternateExpression">alternateExpression</a></code></td>
+<td  rowspan="3"><a href="#component4">Component 5: <br> Alternate</a></td>
+</tr>
+
+<tr class="component5-color">
+<td><a title="Specialization">provdm:Specialization</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#specializationOf">provo:specializationOf</a></td>
+<td><code><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-n-20120629/prov-n.html#prod-specializationExpression">specializationExpression</a></code></td>
+</tr>
+
+<tr class="component5-color">
+<td><a title="Mention">provdm:Mention</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#mentionOf">provo:mentionOf</a>, <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#asInBundle">provo:asInBundle</a></td>
+<td><code><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-n-20120629/prov-n.html#prod-mentionExpression">mentionExpression</a></code></td>
+</tr> 
+<tr><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td>
+</tr>
+
+
+
+<tr class="component6-color">
+<td><a title="Collection">provdm:Collection</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Collection">provo:Collection</a></td>
+<td></td>
+<td  rowspan="3"><a href="#component6">Component 6: <br> Collections</a></td>
+</tr>
+
+<tr class="component6-color">
+<td><a title="EmptyCollection">provdm:EmptyCollection</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#EmptyCollection">provo:EmptyCollection</a></td>
+<td></td>
+</tr>
+
+<tr class="component6-color">
+<td><a title="Collection Membership">provdm:Membership</a></td>
+<td><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#hadMember">provo:hadMember</a>, <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/last-call/2012-07-03-internal-review/Overview.html#Membership">provo:Membership</a></td>
+<td><code><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-n-20120629/prov-n.html#prod-membershipExpression">membershipExpression</a></code></td>
+</tr>
+</table>
+</div>
+
+
+
+
+<section id="component1"> 
+<h3>Component 1: Entities and Activities</h3>
+
+<p>The first component of PROV-DM is concerned with <a title="entity">entities</a> and <a title="activity">activities</a>, and their interrelations: <a>Usage</a>, <a>Generation</a>, <a>Start</a>, <a>End</a>, <a>Invalidation</a>, and <a>Communication</a>.  <a href="#figure-component1">Figure 5</a> uses UML to depict the first component.
+Core structures are displayed in the yellow area, consisting of two classes (<a>Entity</a>, <a>Activity</a>) and three binary associations between them (<a>Usage</a>, <a>Generation</a>, and <a>Communication</a>). The rest of the figure displays extended structures, including UML association classes (see [[!UML]], section 7.3.4, p. 42), represented in gray, to express expanded n-ary relations (for <a>Usage</a>, <a>Generation</a>, <a>Invalidation</a>, <a>Start</a>, <a>End</a>). The figure also makes explicit associations with <em>time</em> for these concepts (time being marked with the primitive stereotype).   When not specified, cardinality is assumed to be 0..*.
+</p>
+
+<div style="text-align: center;">
+<figure style="max-width: 95%; ">
+<!--<img src="images/Entities-Activities.png" alt="entities and activities"/> -->
+<img src="uml/component1.png" alt="entities and activities"/><br>
+<figcaption id="figure-component1">Entities and Activities Component Overview</figcaption> <!-- Figure 5 -->
+</figure>
+</div>
+
+
+
+
+
+   <section id="term-entity"> 
+      
+<h4>Entity</h4>
+
+
+<div class="glossary-ref" data-ref="glossary-entity"></div>
+
+
+<p><div class="attributes" id="attributes-entity">An <dfn title="dfn-Entity" id="dfn-entity">entity</dfn><span class="withPn">, written <span class="pnExpression" id="pn-entity">entity(id, [attr1=val1, ...])</span> in PROV-N, </span> has:
+<ul>
+<li><span class='attribute' id="entity.id">id</span>: an identifier for an entity; </li>
+<li><span class='attribute' id="entity.attributes">attributes</span>: an OPTIONAL set of attribute-value  pairs ((<span class="name">attr1</span>, <span class="name">val1</span>), ...) representing additional information about this entity.</li>
+</ul></div>
+
+<div class="anexample" id="anexample-entity">
+<p>
+The following expression</p>
+<pre class="codeexample">
+entity(tr:WD-prov-dm-20111215, [ prov:type="document", ex:version="2" ])
+</pre>
+states the existence of an entity, denoted by identifier <span class="name">tr:WD-prov-dm-20111215</span>,  with type <span class="name">document</span> and version number <span class="name">2</span>. The attribute <span class="name">ex:version</span> is application specific, whereas the attribute <span
+class="name">type</span> (see <a href="#term-attribute-type">Section 5.7.4.4</a>) is reserved in the <a title="prov-namespace">PROV namespace</a>.
+<!--The following expression</p>
+<pre class="codeexample">
+entity(tr:WD-prov-dm-20111215, [ prov:type="document", ex:version="2" ])
+entity(e0, [ prov:type="File", ex:path="/shared/crime.txt", ex:creator="Alice" ])
+</pre>
+states the existence of an entity, denoted by identifier <span class="name">e0</span>,  with type <span class="name">File</span> and path <span class="name">/shared/crime.txt</span> in the
+file system,  and creator alice. The  attributes <span class="name">path</span> and <span class="name">creator</span> are application specific, whereas the attribute <span
+class="name">type</span> is reserved in the PROV namespace.-->
+</div>
+
+
+
+
+    </section> 
+
+    <section id="term-Activity"> 
+      
+<h3>Activity</h3>
+
+<div class="glossary-ref" data-ref="glossary-activity"></div>
+
+<p><div class="attributes" id="attributes-activity"> An <dfn title="dfn-Activity" id="dfn-activity">activity</dfn><span class="withPn">, written <span class="pnExpression" id="pn-activity">activity(id, st, et, [attr1=val1, ...])</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="activity.id">id</span>: an identifier for an activity;</li>
+<li><span class='attribute' id="activity.startTime">startTime</span>: an OPTIONAL time (<span class="name">st</span>) for the start of the activity;</li>
+<li><span class='attribute' id="activity.endTime">endTime</span>: an OPTIONAL time (<span class="name">et</span>) for the end of the activity;</li>
+<li><span class='attribute' id="activity.attributes">attributes</span>:  an OPTIONAL set of attribute-value pairs ((<span class="name">attr1</span>, <span class="name">val1</span>), ...) representing additional information about this activity.</li>
+</ul></div>
+
+<div class="anexample" id="anexample-activity">
+<p>
+The following expression</p>
+<pre class="codeexample">
+activity(a1,2011-11-16T16:05:00,2011-11-16T16:06:00,
+        [ ex:host="server.example.org", prov:type='ex:edit' ])
+</pre>
+<p>states the existence of an activity with identifier <span class="name">a1</span>, start time <span class="name">2011-11-16T16:05:00</span>, and end time <span
+class="name">2011-11-16T16:06:00</span>, running on host <span class="name">server.example.org</span>, and of type <span class="name">edit</span>.  The attribute <span class="name">host</span>  is application specific  (declared in some namespace with prefix <span class="name">ex</span>).  The attribute <span
+class="name">type</span> is a reserved attribute of PROV-DM, allowing for sub-typing to be expressed  (see <a href="#term-attribute-type">Section 5.7.4.4</a>).</p>
+</div>
+
+
+
+<p>Further considerations:</p>
+<ul>
+<li>An activity is not an entity. This distinction is similar to the distinction between 
+'continuant' and 'occurrent' in logic [[Logic]].
+</li>
+</ul>
+
+
+</section>
+
+<section id="term-Generation">
+<h4>Generation</h4>
+
+<div class="glossary-ref" data-ref="glossary-generation"></div>
+
+<p>
+<div class="attributes" id="attributes-generation"><dfn title="wasGeneratedBy">Generation</dfn><span class="withPn">, written <span class="pnExpression">wasGeneratedBy(id; e, a, t, attrs)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="generation.id">id</span>:  an OPTIONAL identifier for a generation;</li> 
+<li><span class='attribute' id="generation.entity">entity</span>:  an identifier (<span class="name">e</span>) for a created entity; </li>
+<li><span class='attribute' id="generation.activity">activity</span>:  an OPTIONAL identifier (<span class="name">a</span>) for the activity that creates the entity;</li>
+
+<li><span class='attribute' id="generation.time">time</span>: an OPTIONAL "generation time" (<span class="name">t</span>), the time at which the entity was completely created;</li>
+
+<li><span class='attribute' id="generation.attributes">attributes</span>:  an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this generation.</li>
+</ul></div>
+<p>While each of <a href="#generation.id"><span class='attribute'>id</span></a>, <a href="#generation.activity"><span class='attribute'>activity</span></a>, <a href="#generation.time"><span class='attribute'>time</span></a>, and  <a href="#generation.attributes"><span class='attribute'>attributes</span></a> is OPTIONAL, at least one of them MUST be present.</p>
+
+
+
+
+
+<div class='anexample' id="anexample-generation1">
+<p>
+The following expressions</p>
+<pre class="codeexample">
+  wasGeneratedBy(e1, a1, 2001-10-26T21:32:52, [ ex:port="p1" ])
+  wasGeneratedBy(e2, a1, 2001-10-26T10:00:00, [ ex:port="p2" ])
+</pre>
+<p>state the existence of two generations (with respective times <span class="name">2001-10-26T21:32:52</span> and <span
+class="name">2001-10-26T10:00:00</span>), at which new entities,  identified by <span class="name">e1</span> and <span class="name">e2</span>, are created by an
+activity,  identified by <span class="name">a1</span>.
+The first one is available  on port <span class="name">p1</span>, whereas the other is available on port <span class="name">p2</span>.  The semantics of <span class="name">port</span> are application specific.
+</p>
+</div>
+
+
+<div class='anexample' id="anexample-generation2">
+<p>
+In some cases, we may want to record the time at which an entity was generated without having to specify the activity that generated it. To support this requirement, the activity element in generation is optional. Hence,  the following expression indicates the time at which an entity is generated, without naming the activity that did it.</p>
+<pre class="codeexample">
+  wasGeneratedBy(e, -, 2001-10-26T21:32:52)
+</pre>
+</div>
+
+
+</section>
+
+
+<section id="term-Usage">
+<h3>Usage</h3>
+
+<p><span class="glossary-ref" data-ref="glossary-usage"></span>  (Note: This definition is formulated for a given usage; it is permitted for an activity to have used a same entity multiple times.)</p>
+
+
+<p><div class="attributes" id="attributes-usage"><dfn title="used">Usage</dfn><span class="withPn">, written <span class="pnExpression">used(id; a, e, t, attrs)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="usage.id">id</span>:  an OPTIONAL identifier for a usage;</li> 
+<li><span class='attribute' id="usage.activity">activity</span>: an identifier (<span class="name">a</span>) for the activity that used an entity;</li>
+<li><span class='attribute' id="usage.entity">entity</span>: an OPTIONAL identifier (<span class="name">e</span>) for the  entity being used;</li>
+<li><span class='attribute' id="usage.time">time</span>: an OPTIONAL "usage time" (<span class="name">t</span>), the time at which the entity started to be used;</li>
+<li><span class='attribute' id="usage.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this usage.</li>
+</ul></div>
+
+<p>While each of <a href="#usage.id"><span class='attribute'>id</span></a>, <a href="#usage.entity"><span class='attribute'>entity</span></a>, <a href="#usage.time"><span class='attribute'>time</span></a>, and  <a href="#usage.attributes"><span class='attribute'>attributes</span></a> is OPTIONAL, at least one of them MUST be present.</p>
+
+<p>
+A reference to a given entity MAY appear in multiple usages that share
+ a given activity identifier. 
+</p>
+
+
+<div class='anexample' id="anexample-usage">
+<p>The following usages</p>
+<pre class="codeexample">
+  used(a1, e1, 2011-11-16T16:00:00, [ ex:parameter="p1" ])
+  used(a1, e2, 2011-11-16T16:00:01, [ ex:parameter="p2" ])
+</pre>
+<p>state that the activity identified by <span class="name">a1</span> used two entities identified by <span
+class="name">e1</span> and <span class="name">e2</span>, at times <span class="name">2011-11-16T16:00:00</span> and  <span class="name">2011-11-16T16:00:01</span>, respectively; the first
+one was found as the value of parameter <span class="name">p1</span>, whereas the second was found as value of parameter <span class="name">p2</span>.  The semantics of <span
+class="name">parameter</span> is application specific.</p>
+</div>
+
+
+
+
+
+
+</section>
+
+<section id="term-Communication">
+<h3>Communication</h3>
+
+<div class="glossary-ref" data-ref="glossary-communication"></div>
+
+
+<p>A communication implies that activity  <span class="name">a2</span> is dependent on another <span class="name">a1</span>, by way of some unspecified entity that is generated by <span class="name">a1</span> and used by <span class="name">a2</span>.</p>
+
+
+
+
+<p><div class="attributes" id="attributes-wasInformedBy">
+A <dfn title="wasInformedBy">communication</dfn><span class="withPn">, written as 
+<span class="pnExpression">wasInformedBy(id; a2, a1, attrs)</span> in PROV-N,</span> has: 
+<ul>
+<li><span class='attribute' id="communication.id">id</span>:  an OPTIONAL identifier  identifying the relation;</li> 
+<li><span class='attribute' id="communication.informed">informed</span>: the identifier (<span class="name">a2</span>) of the informed activity;
+<li><span class='attribute' id="communication.informant">informant</span>: the identifier (<span class="name">a1</span>) of the informant activity;
+<li><span class='attribute' id="communication.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this communication.</li>
+</ul>
+</div>
+
+
+
+<div class="anexample" id="anexample-communication">
+<p>
+Consider two activities  <span class="name">a1</span> and <span class="name">a2</span>, the former performed by a government agency, and the latter by a driver caught speeding. 
+<pre class="codeexample">
+activity(a1, [ prov:type="traffic regulations enforcing" ])
+activity(a2, [ prov:type="fine paying, check writing, and mailing" ])
+wasInformedBy(a2, a1)
+</pre>
+The last line indicates that some implicit entity was generated by  <span class="name">a1</span> and used by  <span class="name">a2</span>; this entity may be a traffic ticket that had a notice of fine, amount, and payment mailing details.
+</div>
+</section>
+
+<section id="term-Start">
+<h4>Start</h4>
+
+<div class="glossary-ref" data-ref="glossary-start"></div>
+
+
+<p><div class="attributes" id="attributes-start">An activity <dfn title="wasStartedBy">start</dfn><span class="withPn">, written <span class="pnExpression">wasStartedBy(id; a2, e, a1, t, attrs)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="start.id">id</span>:  an OPTIONAL identifier for the activity start;</li> 
+<li><span class='attribute' id="start.activity">activity</span>: an identifier (<span class="name">a2</span>) for the started activity;</li> 
+<li><span class='attribute' id="start.trigger">trigger</span>: an OPTIONAL identifier (<span class="name">e</span>) for the entity triggering the activity;</li> 
+<li><span class='attribute' id="start.starter">starter</span>: an OPTIONAL identifier (<span class="name">a1</span>) for the activity that generated the (possibly unspecified) entity (<span class="name">e</span>);</li> 
+<li><span class='attribute' id="start.time">time</span>: the OPTIONAL time (<span class="name">t</span>) at which the activity was started; </li> 
+<li><span class='attribute' id="start.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this activity start.
+</ul>
+</div>
+
+<p>While each of <a href="#start.id"><span class='attribute'>id</span></a>, <a href="#start.trigger"><span class='attribute'>trigger</span></a>, <a href="#start.starter"><span class='attribute'>starter</span></a>, <a href="#start.time"><span class='attribute'>time</span></a>, and  <a href="#start.attributes"><span class='attribute'>attributes</span></a> is OPTIONAL, at least one of them MUST be present.</p>
+
+
+<div class="anexample" id="anexample-start1">
+<p>
+The following example contains the description of an activity <span class="name">a1</span> (a discussion), which was started at a specific time, and was triggered by an email message <span class="name">e1</span>.</p>
+<pre class="codeexample">
+entity(e1, [ prov:type="email message"] )
+activity(a1, [ prov:type="Discuss" ])
+wasStartedBy(a1, e1, -, 2011-11-16T16:05:00)
+</pre>
+Furthermore, if the message is also an input to the activity, this can be described as follows:
+<pre class="codeexample">
+used(a1, e1, -)
+</pre>
+<p>Alternatively, one can also describe the activity that generated the email message.</p>
+<pre class="codeexample">
+activity(a0, [ prov:type="Write" ])
+wasGeneratedBy(e1, a0)
+wasStartedBy(a1, e1, a0, 2011-11-16T16:05:00)
+</pre>
+<p>If <span class="name">e1</span> is not known, it would also be valid to write:
+<pre class="codeexample">
+wasStartedBy(a1, -, a0, 2011-11-16T16:05:00)
+</pre>
+</div>
+
+<div class="anexample" id="anexample-start2">
+<p>
+In the following example, a race is started by a bang, and responsibility for this trigger is attributed to an agent 
+ <span class="name">ex:Bob</span>.
+<pre class="codeexample">
+activity(ex:foot_race)
+entity(ex:bang)
+wasStartedBy(ex:foot_race, ex:bang, -, 2012-03-09T08:05:08-05:00)
+agent(ex:Bob)
+wasAttributedTo(ex:bang, ex:Bob)
+</pre>
+</div>
+
+<div class="anexample" id="anexample-start3">
+<p>
+In this example, filling fuel was started as a consequence of
+observing low fuel. The trigger entity is unspecified, it could
+for instance have been the low fuel warning light, the fuel tank
+indicator needle position, or the engine not running properly.
+
+
+<pre class="codeexample" id="anexample-start4">
+activity(ex:filling-fuel)
+activity(ex:observing-low-fuel)
+
+agent(ex:driver, [ prov:type='prov:Person'  )
+wasAssociatedWith(ex:filling-fuel, ex:driver)
+wasAssociatedWith(ex:observing-low-fuel, ex:driver)
+
+wasStartedBy(ex:filling-fuel, -, ex:observing-low-fuel, -)
+</pre>
+</div>
+
+<p>The relations wasStartedBy and used are orthogonal, and thus need to be expressed independently, according to the situation being described.</p>
+
+</section>
+
+<section id="term-End">
+<h4>End</h4>
+
+<div class="glossary-ref" data-ref="glossary-end"></div>
+
+
+<p><div class="attributes" id="attributes-end">An activity <dfn title="wasEndedBy">end</dfn><span class="withAsn">, written <span class="pnExpression">wasEndedBy(id; a2, e, a1, t, attrs)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="end.id">id</span>:  an OPTIONAL identifier for the activity end;</li> 
+<li><span class='attribute' id="end.activity">activity</span>: an identifier (<span class="name">a2</span>) for the ended activity;
+<li><span class='attribute' id="end.trigger">trigger</span>: an OPTIONAL identifier (<span class="name">e</span>) for the entity triggering the activity ending;
+<li><span class='attribute' id="end.ender">ender</span>: an OPTIONAL identifier (<span class="name">a1</span>) for the activity that generated the (possibly unspecified) entity (<span class="name">e</span>);</li> 
+<li><span class='attribute' id="end.time">time</span>: the OPTIONAL time (<span class="name">t</span>) at which the activity was ended; </li> 
+<li><span class='attribute' id="end.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this activity end.
+</ul>
+</div>
+
+<p>While each of <a href="#end.id"><span class='attribute'>id</span></a>, <a href="#end.trigger"><span class='attribute'>trigger</span></a>, <a href="#end.ender"><span class='attribute'>ender</span></a>, <a href="#end.time"><span class='attribute'>time</span></a>, and  <a href="#end.attributes"><span class='attribute'>attributes</span></a> is OPTIONAL, at least one of them MUST be present.</p>
+
+
+<div class="anexample" id="anexample-end">
+<p>
+The following example is a description of an activity <span class="name">a1</span> (editing) that was ended following an approval document <span class="name">e1</span>.</p>
+<pre class="codeexample">
+entity(e1, [ prov:type="approval document" ])
+activity(a1, [ prov:type="Editing" ])
+wasEndedBy(a1, e1)
+</pre>
+</div>
+</section>
+
+<section id="term-Invalidation">
+<h4>Invalidation</h4>
+
+
+<div class="glossary-ref" data-ref="glossary-invalidation"></div>
+
+
+
+<p>
+Entities have a duration. Generation marks the beginning of an entity, whereas invalidation marks its end. 
+An entity's lifetime can end for different reasons:</p>
+<ul>
+<li> an entity was destroyed: e.g. a painting was destroyed by fire; a Web page is taken out of a site;
+<li> an entity was consumed: e.g. Bob ate all his soup, Alice ran out of gas when driving to work;
+<li> an entity expires: e.g. a "buy one beer, get one free" offer is valid during happy hour (7-8pm);
+<li> an entity is time limited: e.g. the BBC news site on April 3rd, 2012;
+<li> an entity attribute is changing: e.g. the traffic light changed from green to red.
+</ul>
+<p>In the first two cases, the entity has physically disappeared after its termination: there is no more soup, or painting.  In the last three cases, there may be an "offer voucher" that still exists, but it is no longer valid; likewise, on April 4th, the BBC news site still exists but it is not the same entity as BBC news Web site on April 3rd; or the traffic light became red and therefore is regarded as a different entity to the green light.
+</p>
+
+
+
+<p>
+<div class="attributes" id="attributes-invalidation"><dfn title="wasInvalidatedBy">Invalidation</dfn><span class="withPn">, written <span class="pnExpression">wasInvalidatedBy(id; e, a, t, attrs)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="invalidation.id">id</span>:  an OPTIONAL identifier for a invalidation;</li> 
+<li><span class='attribute' id="invalidation.entity">entity</span>:  an identifier for the invalidated entity; </li>
+<li><span class='attribute' id="invalidation.activity">activity</span>:  an OPTIONAL identifier for the activity that invalidated the entity;</li>
+
+<li><span class='attribute' id="invalidation.time">time</span>: an OPTIONAL "invalidation time", the time at which the entity began to be invalidated;</li>
+
+<li><span class='attribute' id="invalidation.attributes">attributes</span>:  an OPTIONAL set of attribute-value pairs representing additional information about this invalidation.</li>
+</ul></div>
+<p>While each of <a href="#invalidation.id"><span class='attribute'>id</span></a>, <a href="#invalidation.activity"><span class='attribute'>activity</span></a>, <a href="#invalidation.time"><span class='attribute'>time</span></a>, and  <a href="#invalidation.attributes"><span class='attribute'>attributes</span></a> is OPTIONAL, at least one of them MUST be present.</p>
+
+
+
+<div class="anexample" id="anexample-invalidation1">
+<p>
+<em>The Painter</em>, a Picasso painting, is known to have been destroyed in a <a href="http://en.wikipedia.org/wiki/Lost_artworks#20th_century">plane accident</a>.
+
+<pre class="codeexample">
+entity(ex:The-Painter)
+agent(ex:Picasso)
+wasAttributedTo(ex:The-Painter, ex:Picasso)
+activity(ex:crash)
+wasInvalidatedBy(ex:The-Painter, ex:crash, 1998-09-03T01:31:00, [ ex:circumstances="plane accident" ])
+</pre>
+</div>
+
+<div class="anexample" id="anexample-invalidation2">
+<p>
+The BBC news home page on 2012-04-03 <span class="name">ex:bbcNews2012-04-03</span>
+contained a reference to a given news item
+ <a href="http://www.bbc.co.uk/news/uk-17595024">bbc:news/uk-17595024</a>,
+but the BBC news home page on the next day did not.
+<pre class="codeexample">
+entity(ex:bbcNews2012-04-03)
+hadMembers(ex:bbcNews2012-04-03, {bbc:news/uk-17595024})
+wasGeneratedBy  (ex:bbcNews2012-04-03, -, 2012-04-03T00:00:01)
+wasInvalidatedBy(ex:bbcNews2012-04-03, -, 2012-04-03T23:59:59)
+</pre>
+
+We refer to example
+<a href="#anexample-specialization" class="anexample-ref"><span>Example REF</span></a>
+ for further descriptions of the BBC Web site, and to  <a href="#term-collection-membership">Section 5.6.2</a> for a description of the relation <a title="hadMembers">hadMembers</a>.
+</div>
+
+
+<div class="anexample" id="anexample-invalidation3">
+<p>
+In this example, the  "buy one beer, get one free" offer expired at the end of the happy hour.</p>
+<pre class="codeexample">
+entity(buy_one_beer_get_one_free_offer_during_happy_hour)
+wasAttributedTo(proprietor)
+wasInvalidatedBy(buy_one_beer_get_one_free_offer_during_happy_hour,
+                 -,2012-03-10T18:00:00)
+</pre>
+<p>In contrast, in the following descriptions, Bob redeemed the offer 45 minutes before it expired, and got two beers.  
+</p>
+<pre class="codeexample">
+entity(buy_one_beer_get_one_free_offer_during_happy_hour)
+wasAttributedTo(proprietor)
+activity(redeemOffer)
+entity(twoBeers)
+
+wasAssociatedWith(redeemOffer,bob)
+used(buy_one_beer_get_one_free_offer_during_happy_hour,
+     redeemOffer, 2012-03-10T17:15:00)
+wasInvalidatedBy(buy_one_beer_get_one_free_offer_during_happy_hour,
+                 redeemOffer, 2012-03-10T17:15:00)
+wasGeneratedBy(twoBeers,redeemOffer)
+</pre>
+<p>We see that the offer was both used to be converted into <span class="name">twoBeers</span> and invalidated by the <span class="name">redeemOffer</span> activity: in other words, the combined usage and invalidation indicate consumption of the offer.</p>
+</div>
+
+
+</section>
+
+
+
+
+
+</section>
+
+
+<section id="component2"> 
+<h3>Component 2: Derivations</h3>
+
+
+
+<p>The third component of PROV-DM is concerned with: <a title="derivation">derivations</a> of <a title="entity">entities</a> from other entities and derivation subtypes <a>Revision</a>, <a>Quotation</a>, and <a>Primary Source</a>.
+ <a href="#figure-component2">Figure 6</a> depicts the third component
+with PROV core structures in the yellow area, including two classes
+(<a>Entity</a>, <a>Activity</a>) and binary association
+(<a>Derivation</a>). PROV extended structures are found outside this
+area. UML association classes express expanded n-ary relations.
+The subclasses are marked by the UML stereotype "prov:type" to indicate that the corresponding types are valid values for the attribute <a href="#term-attribute-type">prov:type</a>.
+</p>
+
+
+<div style="text-align: center;">
+<figure style="max-width: 95%; ">
+<!-- <img src="images/Derivation.png" alt="derivation"/> -->
+<img src="uml/component2.png" alt="derivation"/><br>
+<figcaption id="figure-component2">Derivation Component Overview</figcaption> <!-- Figure 6 -->
+</figure>
+</div>
+
+<section id="term-Derivation">
+<h4>Derivation</h4>
+
+
+
+
+
+<div class="glossary-ref" data-ref="glossary-derivation"></div>
+
+
+
+
+<p>According to <a href="#section-prov-overview">Section 2</a>, for an entity to be transformed from, created from, or resulting from an update to another, there must be some
+underpinning activities performing the necessary actions resulting in such a derivation.  
+A derivation can be described at various levels of precision. In its simplest form, derivation relates two entities. Optionally, attributes can be added to represent further information about the derivation.  If the derivation is the result of a single known activity, then this activity can also be optionally expressed. To provide a completely accurate description of the derivation, the generation and usage of the generated and used entities, respectively, can be provided, so as to make the derivation path, through usage, activity, and generation, explicit.  Optional information such as activity, generation, and usage can be linked to derivations to aid analysis of provenance and to facilitate provenance-based reproducibility. </p>
+
+
+<p><div class="attributes" id="attributes-derivation">A <dfn title="wasDerivedFrom">derivation</dfn><span class="withPn">, written <span class="pnExpression" id="pn-wasDerivedFrom">wasDerivedFrom(id; e2, e1, a, g2, u1, attrs)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="derivation.id">id</span>:  an OPTIONAL identifier  for a derivation;</li> 
+<li><span class='attribute' id="derivation.generatedEntity">generatedEntity</span>: the identifier (<span class="name">e2</span>) of the entity generated by the derivation;</li>
+<li><span class='attribute' id="derivation.usedEntity">usedEntity</span>: the identifier (<span class="name">e1</span>) of the entity used by the derivation;</li>
+<li><span class='attribute' id="derivation.activity">activity</span>: an OPTIONAL identifier (<span class="name">a</span>) for the activity using and generating the above entities;</li>
+<li><span class='attribute' id="derivation.generation">generation</span>: an OPTIONAL identifier (<span class="name">g2</span>) for the generation involving the generated entity (<span class="name">e2</span>) and activity;</li> 
+<li><span class='attribute' id="derivation.usage">usage</span>: an OPTIONAL identifier (<span class="name">u1</span>) for the usage involving the used entity (<span class="name">e1</span>) and activity;</li> 
+<li><span class='attribute' id="derivation.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this derivation.</li>
+</ul>
+</div>
+
+
+
+<div class="anexample" id="anexample-derivation">
+<p>The following descriptions are about derivations between  <span class="name">e2</span> and  <span class="name">e1</span>, but no information is provided as to the identity of the activity (and usage and generation) underpinning the derivation. In the second line, a type attribute is also provided.</p>
+<pre class="codeexample">
+wasDerivedFrom(e2, e1)
+wasDerivedFrom(e2, e1, [ prov:type="physical transform" ])
+</pre>
+<p>The following description expresses that activity  <span class="name">a</span>, 
+using the entity <span class="name">e1</span> according to usage <span class="name">u1</span>,
+ derived the
+entity <span class="name">e2</span> and generated it according to generation
+ <span class="name">g2</span>. It is followed by descriptions for generation <span class="name">g2</span> and usage <span class="name">u1</span>.</p>
+<pre class="codeexample">
+wasDerivedFrom(e2, e1, a, g2, u1)
+wasGeneratedBy(g2; e2, a, -)
+used(u1; a, e1, -)
+</pre>
+<p>With such a comprehensive description of derivation, a program that analyzes provenance can identify the activity underpinning the derivation, it can identify how the original entity <span class="name">e1</span> was used by  the activity (e.g. for instance, which argument it was passed as, if the activity is the result of a function invocation), and which output the derived entity <span class="name">e2</span> was obtained from (say, for a function returning multiple results).</p>
+</div>
+
+
+
+
+</section>
+
+<section id="term-revision">
+<h3>Revision</h3>
+
+<p><span class="glossary-ref" data-ref="glossary-revision"></span></p>
+
+
+<p>
+  The implication here is that
+     the resulting entity contains substantial content from the
+     original.
+Revision is a particular case of <a>derivation</a> of an entity into its revised version.
+The type is of a revision derivation is denoted by:
+<dfn title="Revision"><span class="name">prov:Revision</span></dfn>.
+</p>
+
+<!-- <p> A <dfn title="wasRevisionOf">revision</dfn> relation<span class="withPn">, written <span class="pnExpression">wasRevisionOf(id; e2, e1, a, g2, u1, attrs)</span> in PROV-N,</span> has:</p>
+<ul>
+<li><span class='attribute' id="revision.id">id</span>: an OPTIONAL identifier for the relation;</li> 
+<li><span class='attribute' id="revision.newer">newer</span>: the identifier (<span class="name">e2</span>) of the revised  entity;
+<li><span class='attribute' id="revision.older">older</span>: the identifier (<span class="name">e1</span>) of the older entity;
+<li><span class='attribute' id="revision.activity">activity</span>: an OPTIONAL identifier (<span class="name">a</span>) for the activity using and generating the above entities;</li>
+<li><span class='attribute' id="revision.generation">generation</span>: an OPTIONAL identifier (<span class="name">g2</span>) for the generation involving the generated entity (<span class="name">e2</span>) and activity;</li> 
+<li><span class='attribute' id="revision.usage">usage</span>: an OPTIONAL identifier (<span class="name">u1</span>) for the usage involving the used entity (<span class="name">e1</span>) and activity;</li> 
+<li><span class='attribute' id="revision.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
+</ul>
+-->
+
+
+<div class="anexample" id="anexample-revision">
+<p>
+Revisiting the example of <a href="#section-example-two">Section 4.2</a>,
+we can now state that the report 
+ <span class="name">tr:WD-prov-dm-20111215</span> was a revision of 
+ the report <span class="name">tr:WD-prov-dm-20111018</span>.
+<pre class="codeexample">
+entity(tr:WD-prov-dm-20111215, [ prov:type='rec54:WD'  ])
+entity(tr:WD-prov-dm-20111018, [ prov:type='rec54:WD'  ])
+wasDerivedFrom(tr:WD-prov-dm-20111215, 
+               tr:WD-prov-dm-20111018, 
+               [ prov:type='prov:Revision' ])
+</pre>
+</div>
+
+
+
+</section>  <!-- end revision -->
+
+<section id="term-quotation">
+<h3>Quotation</h3>
+
+<p> 
+<span class="glossary-ref" data-ref="glossary-quotation"></span>
+</p>
+
+<p>Quotation
+ is a particular case of  <a>derivation</a> in which an entity is derived from an original entity by copying, or "quoting", some or all of it.
+The type is of a quotation derivation is denoted by:
+<dfn title="Quotation"><span class="name">prov:Quotation</span></dfn>.
+</p>
+
+
+<!--
+<p>Quotation
+ is a particular case of  <a>derivation</a> in which entity <span class="name">e2</span> is derived from an original entity <span class="name">e1</span> by copying, or "quoting", some or all of it.
+  A <dfn title="wasQuotedFrom">quotation</dfn> relation<span class="withPn">, written <span class="pnExpression">wasQuotedFrom(id; e2, e1, a, g2, u1, attrs)</span> in PROV-N,</span> has:</p>
+<ul>
+<li><span class='attribute' id="quotation.id">id</span>: an OPTIONAL identifier for the relation;</li> 
+<li><span class='attribute' id="quotation.quote">quote</span>:  an identifier (<span class="name">e2</span>) for the entity that represents the quote (the partial copy);
+<li><span class='attribute' id="quotation.original">original</span>: an identifier (<span class="name">e1</span>) for the original entity being quoted;
+<li><span class='attribute' id="quotation.activity">activity</span>: an OPTIONAL identifier (<span class="name">a</span>) for the activity using and generating the above entities;</li>
+<li><span class='attribute' id="quotation.generation">generation</span>: an OPTIONAL identifier (<span class="name">g2</span>) for the generation involving the generated entity (<span class="name">e2</span>) and activity;</li> 
+<li><span class='attribute' id="quotation.usage">usage</span>: an OPTIONAL identifier (<span class="name">u1</span>) for the usage involving the used entity (<span class="name">e1</span>) and activity;</li> 
+<li><span class='attribute' id="quotation.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
+
+</ul>
+-->
+
+<div class="anexample" id="anexample-quotation">
+<p>
+The following paragraph is a quote from one of  <a href="http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/">the author's blogs</a>.
+<blockquote id="bl-dagstuhl"><em>
+"During the workshop, it became clear to me that the consensus based models (which are often graphical in nature) can not only be formalized but also be directly connected to these database focused formalizations. I just needed to get over the differences in syntax.  This could imply that we could have nice way to trace provenance across systems and through databases and be able to understand the mathematical properties of this interconnection."</em>
+</blockquote>
+<p>If <a href="http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/"><span class="name">wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop/</span></a> denotes the original blog by agent <span class="name">ex:Paul</span>, and 
+ <a href="#bl-dagstuhl"><span class="name">dm:bl-dagstuhl</span></a> denotes the above paragraph, then the following descriptions express that the above paragraph was copied by agent <span class="name">ex:Luc</span> from a part of the blog, attributed to the agent <span class="name">ex:Paul</span>.</p>
+<pre class="codeexample">
+entity(wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop/)
+entity(dm:bl-dagstuhl)
+agent(ex:Luc)
+agent(ex:Paul)
+wasDerivedFrom(dm:bl-dagstuhl,
+               wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop/,
+               [ prov:type='prov:Quotation' ])
+wasAttributedTo(dm:bl-dagstuhl, ex:Luc)
+wasAttributedTo(wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop/, ex:Paul)
+</pre>
+
+</div>
+
+
+</section>  <!-- end quotation -->
+
+
+<section id="term-primary-source">
+<h3>Primary Source</h3>
+
+<p>
+<span class="glossary-ref" data-ref="glossary-primary-source"></span>
+</p>
+
+<p>Because of the directness
+of <a href="http://en.wikipedia.org/wiki/Primary_source">primary
+sources</a>, they "speak for themselves" in ways that cannot be
+captured through the filter of secondary sources. As such, it is
+important for secondary sources to reference those primary sources
+from which they were derived, so that their reliability can be
+investigated.</p>
+
+
+<p>A <dfn>primary source</dfn> relation is a particular case of <a>derivation</a> of
+secondary materials from their primary sources. It is recognized that
+the determination of primary sources can be up to interpretation, and
+should be done according to conventions accepted within the
+application's domain. 
+The type is of a  primary source derivation is denoted by:
+<dfn title="PrimarySource"><span class="name">prov:PrimarySource</span></dfn>.
+</p>
+
+
+
+<div class="anexample" id="anexample-primary-source1">
+<p>
+Let us consider Charles Joseph Minard's flow map of Napoleon's March in
+1812, which was published in 1869. Although the map is not a primary source,
+Minard probably used the journal of Pierre-Irénée Jacob, pharmacist
+to Napoleon's army during the Russian campaign. This primary source relation
+can be encoded as follows.</p>
+
+<pre class="codeexample">
+entity(ex:la-campagne-de-Russie-1812-1813, [ prov:type="map" ])
+entity(ex:revue-d-Histoire-de-la-Pharmacie-t-XVIII, [ prov:type="journal" ])
+wasDerivedFrom(ex:la-campagne-de-Russie-1812-1813,
+               ex:revue-d-Histoire-de-la-Pharmacie-t-XVIII,
+               [ prov:type='prov:PrimarySource' ])
+</pre>
+</div>
+
+
+
+</section>  <!-- end primary source -->
+
+
+</section>
+
+<section id="component3"> 
+<h3>Component 3: Agents, Responsibility, and Influence</h3>
+
+<p>The second component of PROV-DM, depicted in  <a href="#figure-component3">Figure 7</a>, is concerned with <a title="agent">agents</a> and the notions of
+<a>Attribution</a>, <a>Association</a>, <a>Delegation</a>, relating agents to entities, activities, and agents, respectively.
+ Core structures are displayed in the yellow area and include three classes and three binary associations. Outside the yellow area, extended structures comprise UML association classes to express expanded n-ary relations, and subclasses <a>Plan</a>, <a>Person</a>, <a title="software-agent">SofwareAgent</a>, and <a>Organization</a>. The subclasses are marked by the UML stereotype "prov:type" to indicate that that these are valid values for the attribute <a href="#term-attribute-type">prov:type</a>
+</p>
+
+
+<div style="text-align: center;">
+<figure style="max-width: 95%; ">
+<!-- <img src="images/Agents-Responsibility.png" alt="agents and responsibilities"/> -->
+<img src="uml/component3.png" alt="agents and responsibilities"/><br>
+<figcaption id="figure-component3">Agents and Responsibility Overview</figcaption> <!-- Figure 7 -->
+</figure>
+</div>
+
+<p>Component 3 further defines a general notion of <a>influence</a>, as a super-relation of all relations defined so far. <a href="#figure-component3b">Figure 8</a> displays one new association class, generalizing previously introduced associations.</p>
+
+
+<div style="text-align: center;">
+<figure style="max-width: 95%; ">
+<img src="uml/Component3b.png" alt="Influence"/><br>
+<figcaption id="figure-component3b">Influence</figcaption> <!-- Figure 8 -->
+</figure>
+</div>
+
+<section id="term-agent">
+<h3>Agent</h3>
+
+<div class="glossary-ref" data-ref="glossary-agent"></div>
+
+
+<p><div class="attributes" id="attributes-agent">An <dfn title="dfn-agent" id="dfn-agent">agent</dfn><span class="withPn">, written <span class="pnExpression" id="pn-agent">agent(id, [attr1=val1, ...])</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="agent.id">id</span>: an identifier for an agent;</li>
+<li><span class='attribute' id="agent.attributes">attributes</span>: a set of attribute-value pairs ((<span class="name">attr1</span>, <span class="name">val1</span>), ...) representing additional information about this agent.
+</li>
+</ul></div>
+
+
+<p>
+
+It is useful to define some basic categories of agents from an interoperability perspective.
+There are three types of agents that are common across most anticipated domains of use; it is acknowledged that these types do not cover all kinds of agent. </p>
+<ul>
+<li><span class="name">SoftwareAgent</span>
+<div class="glossary-ref" data-ref="glossary-software-agent"></div>
+
+<p></li>
+
+<li><span class="name">Organization</span>
+
+<div class="glossary-ref" data-ref="glossary-organization"></div>
+
+<p></li>
+
+<li><span class="name">Person</span>
+
+<div class="glossary-ref" data-ref="glossary-person"></div></li> 
+</ul>
+
+
+
+
+
+<div class="anexample">
+<p>The following expression is about an agent identified by <span class="name">e1</span>, which is a person, named Alice, with employee number 1234.</p>
+<pre class="codeexample">
+agent(e1, [ex:employee="1234", ex:name="Alice", prov:type='prov:Person' ])
+</pre>
+<p>It is optional to specify the type of an agent. When present, it is expressed using the <span class="name">prov:type</span> attribute.</p>
+</div>
+
+</section>
+
+<section id="term-attribution">
+<h3>Attribution</h3> 
+
+<div class="glossary-ref" data-ref="glossary-attribution"></div>
+
+<p>When an entity  <span class="name">e</span> is attributed to agent  <span class="name">ag</span>, entity <span class="name">e</span> was generated by some unspecified activity that in turn was associated to agent  <span class="name">ag</span>. Thus, this relation is useful when the activity is not known, or irrelevant.</p>
+
+<p><div class="attributes" id="attributes-attribution">An <dfn title="wasAttributedTo">attribution</dfn> relation<span class="withPn">, written <span class="pnExpression">wasAttributedTo(id; e, ag, attrs)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="attribution.id">id</span>: an OPTIONAL identifier for the relation;</li> 
+<li><span class='attribute' id="attribution.entity">entity</span>: an entity identifier (<span class="name">e</span>);</li>
+<li><span class='attribute' id="attribution.agent">agent</span>: the identifier (<span class="name">ag</span>) of the agent whom the entity is ascribed to, and therefore bears some responsibility for its existence;</li>
+<li><span class='attribute' id="attribution.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this attribution.</li>
+</ul>
+</div>
+
+<div class="anexample" id="anexample-attribution">
+<p>
+Revisiting the example of 
+<a class="section-ref" href="#section-example-one"><span>TBD</span></a>,
+we can ascribe <span class="name">tr:WD-prov-dm-20111215</span> to some agents without an explicit activity. The reserved attribute <span class="name">role</span> (see <a  class="section-ref" href="#term-attribute-role"><span>TBD</span></a>) allows for role of the agent in the attribution to be specified.
+<pre class="codeexample">
+agent(ex:Paolo, [ prov:type='prov:Person' ])
+agent(ex:Simon, [ prov:type='prov:Person' ])
+entity(tr:WD-prov-dm-20111215, [ prov:type='rec54:WD' ])
+wasAttributedTo(tr:WD-prov-dm-20111215, ex:Paolo, [ prov:type="editorship" ])
+wasAttributedTo(tr:WD-prov-dm-20111215, ex:Simon, [ prov:type="authorship" ])
+</pre>
+</div>
+
+</section>  <!-- end attribution -->
+
+
+<section id="term-Association">
+<h4>Association</h4>
+
+<div class="glossary-ref" data-ref="glossary-activityAssociation"></div>
+
+<p></p>
+<div class="glossary-ref" data-ref="glossary-plan"></div>
+
+
+<p><div class="attributes" id="attributes-activity-association">An <dfn title="wasAssociatedWith">activity association</dfn><span class="withPn">, written <span class="pnExpression">wasAssociatedWith(id; a, ag, pl, attrs)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="association.id">id</span>:  an OPTIONAL identifier for the association between an activity and an agent;</li> 
+<li><span class='attribute' id="association.activity">activity</span>: an identifier (<span class="name">a</span>) for the activity;</li>
+<li><span class='attribute' id="association.agent">agent</span>: an OPTIONAL identifier (<span class="name">ag</span>) for the agent associated with the activity;</li>
+<li><span class='attribute' id="association.plan">plan</span>: an OPTIONAL identifier (<span class="name">pl</span>) for the plan adopted by the agent in the context of this activity;
+<li><span class='attribute' id="association.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this association of this activity with this agent.</li>
+</ul></div>
+
+<p>While each of <a href="#association.id"><span class='attribute'>id</span></a>, <a href="#association.agent"><span class='attribute'>agent</span></a>,  <a href="#association.plan"><span class='attribute'>plan</span></a>, and  <a href="#association.attributes"><span class='attribute'>attributes</span></a> is OPTIONAL, at least one of them MUST be present.</p>
+
+
+<div class="anexample" id="anexample-wasAssociatedWith">
+<p>In the following example, a designer agent and an operator agent are associated with an activity. The designer's goals are achieved by a workflow <span class="name">ex:wf</span>, described as an an entity of type <span class="name"><a>plan</a></span>.   </p>
+<pre class="codeexample">
+activity(ex:a, [ prov:type="workflow execution" ])
+agent(ex:ag1,  [ prov:type="operator" ])
+agent(ex:ag2,  [ prov:type="designer" ])
+wasAssociatedWith(ex:a, ex:ag1, -,     [ prov:role="loggedInUser", ex:how="webapp" ])
+wasAssociatedWith(ex:a, ex:ag2, ex:wf, [ prov:role="designer", ex:context="project1" ])
+entity(ex:wf, [ prov:type='prov:Plan' , 
+                ex:label="Workflow 1", 
+                prov:location="http://example.org/workflow1.bpel" %% xsd:anyURI ])
+</pre>
+Since the workflow <span class="name">ex:wf</span> is itself an entity, its provenance can also be expressed in PROV-DM: it can be generated by some activity and derived from other entities,
+for instance.
+</div>
+
+<div class="anexample" id="anexample-wasAssociatedWith-2">
+<p>In some cases, one wants to indicate a plan was followed, without having to specify which agent was involved.</p>
+<pre class="codeexample">
+activity(ex:a, [ prov:type="workflow execution" ])
+wasAssociatedWith(ex:a, -, ex:wf)
+entity(ex:wf, [ prov:type='prov:Plan', 
+                ex:label="Workflow 1", 
+                ex:url="http://example.org/workflow1.bpel" %% xsd:anyURI])
+</pre>
+In this case, it is assumed that an agent exists, but it has not been specified.
+</div>
+
+
+
+
+</section>  <!-- end wasAssociatedWith -->
+
+<section id="term-delegation">
+
+<h4>Delegation</h4>
+
+<div class="glossary-ref" data-ref="glossary-delegation"></div>
+
+<p>For example, a
+student acted on behalf of his supervisor, who acted on behalf of the
+department chair, who acted on behalf of the university; all those
+agents are responsible in some way for the activity that took place but
+we do not say explicitly who bears responsibility and to what
+degree. </p>
+
+
+<p>
+<div class="attributes" id="attributes-delegation">
+A <dfn title="actedOnBehalfOf">delegation</dfn> link<span class="withPn">, written <span class="pnExpression">actedOnBehalfOf(id; ag2, ag1, a, attrs)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="delegation.id">id</span>:  an OPTIONAL identifier for the delegation link between delegate and responsible;</li> 
+<li><span class='attribute' id="delegation.delegate">delegate</span>: an identifier (<span class="name">ag2</span>) for the agent associated with an activity, acting on behalf of the responsible
+agent;</li>
+<li><span class='attribute' id="delegation.responsible">responsible</span>: an identifier (<span class="name">ag1</span>) for the agent,  on behalf of which the delegate agent acted;</li>
+<li><span class='attribute' id="delegation.activity">activity</span>: an OPTIONAL identifier (<span class="name">a</span>) of an activity for which the delegation link holds;</li>
+<li><span class='attribute' id="delegation.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this delegation link.</li>
+</ul></div>
+
+
+<div class="anexample">
+<p>The following fragment describes three agents: a programmer, a researcher, and a funder.  The programmer and researcher are associated with a workflow activity.  The programmer acts on behalf
+of the researcher (line-management) encoding the commands specified by the researcher; the researcher acts on behalf of the funder, who has a contractual agreement with the researcher. The terms
+'line-management' and 'contract' used in this example are domain specific.</p>
+<pre class="codeexample">
+activity(a,[ prov:type="workflow" ])
+agent(ag1, [ prov:type="programmer" ])
+agent(ag2, [ prov:type="researcher" ])
+agent(ag3, [ prov:type="funder" ])
+wasAssociatedWith(a, ag1, [ prov:role="loggedInUser" ])
+wasAssociatedWith(a, ag2)
+wasAssociatedWith(a, ag3)
+actedOnBehalfOf(ag1, ag2, a, [ prov:type="line-management" ])
+actedOnBehalfOf(ag2, ag3, a, [ prov:type="contract" ])
+</pre>
+</div>
+
+
+<!-- too strong, move to part 2.
+<p>Further considerations:</p>
+<ul>
+<li>If an activity is not specified, then the subordinate agent is considered to act on behalf of
+the responsible agent, in all the activities the subordinate agent is associated with.
+</li>
+</ul>
+-->
+</section>
+
+<section id="term-influence">
+<h3>Influence</h3>
+
+<p>
+<span class="glossary-ref" data-ref="glossary-influence"></span>
+</p>
+
+
+<p> An influence relation between two objects <span class="name">o2</span> and  <span class="name">o1</span> is a generic dependency of <span class="name">o2</span>
+on  <span class="name">o1</span> that signifies some form of influence of <span class="name">o1</span> on <span class="name">o2</span>.</p>
+
+
+<p>A <dfn title="wasInfluencedBy">Influence</dfn> relation<span class="withPn">, written <span class="pnExpression">wasInfluencedBy(id; o2, o1, attrs)</span> in PROV-N,</span> has:</p>
+<ul>
+<li><span class='attribute' id="influence.id">id</span>:  an OPTIONAL identifier identifying the relation;</li> 
+<li><span class='attribute' id="influence.influencee">influencee</span>:  an identifier (<span class="name">o2</span>) for an entity, activity, or agent;
+<li><span class='attribute' id="influence.influencer">influencer</span>: an identifier (<span class="name">o1</span>) for an ancestor entity, activity, or agent that the former depends on;
+<li><span class='attribute' id="influence.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
+</ul>
+
+<p>
+<a>Usage</a>, <a>start</a>, <a>end</a>, <a>generation</a>, <a>invalidation</a>, <a>communication</a>, <a>derivation</a>, <a>attribution</a>, <a>association</a>, and <a>delegation</a> are particular cases of  influence. It is RECOMMENDED to adopt these more specific relations when writing provenance descriptions. It is anticipated that the <a>Influence</a> relation may be useful to express queries over provenance information.
+</p>
+
+<div class="anexample">
+<p>We refer to the example of <a class="section-ref" href="#section-example-two"><span>TBD</span></a>, and specifically to <a  href="#prov-a-document2-top">Figure 3</a>.
+We could have expressed that the influence of
+<span class="name">w3:Consortium</span> 
+on <span class="name">tr:WD-prov-dm-20111215</span>.
+<pre class="codeexample">
+ wasInfluencedBy(tr:WD-prov-dm-20111215, w3:Consortium)
+</pre>
+Instead, it is RECOMMENDED to express the more specific description:
+<pre class="codeexample">
+ wasAttributedTo(tr:WD-prov-dm-20111215, w3:Consortium)
+</pre>
+</div>
+
+
+
+
+</section>
+
+
+</section>
+
+
+
+<section id="component4"> 
+<h3>Component 4: Bundles</h3>
+
+
+<p>The fourth component of PROV-DM is concerned with bundles, a mechanism to support provenance of provenance. 
+<a href="#figure-component4">Figure 9</a>  depicts a UML class diagram for the fourth component.  It comprises a <a>Bundle</a> class defined as a subclass of <a>Entity</a>.
+</p>
+
+<div style="text-align: center;">
+<figure style="max-width: 95%; ">
+
+<img src="uml/component4.png" alt="bundles"/><br>
+<figcaption id="figure-component4">Figure 9: Bundle Component Overview</figcaption>
+</figure>
+</div>
+
+
+
+<section id="term-bundle"> 
+
+<h3>Bundle constructor</h3>
+
+
+<p>
+<span class="glossary-ref" data-ref="glossary-bundle" >
+</span>
+ </p>
+
+
+
+
+<p>
+<div class="attributes" id="attributes-bundle">
+ A <dfn title="dfn-bundle" id="dfn-bundle-declaration">bundle constructor</dfn>  allows the content and the name of a bundle to be specified; it is written <span class="pnExpression">bundle id description_1 ... description_n endBundle</span> and consists of:
+<ul>
+<li><span class='attribute' id="bundle.declaration.id">id</span>:  an identifier for the bundle;</li>
+<li><span class='attribute' id="bundle.declaration.descriptions">descriptions</span>: a set of provenance descriptions <span class="name">
+description_1</span>, ..., <span class="name">description_n</span>.</li>
+</ul>
+<p>A bundle's identifier <span class="name">id</span> identifies a unique set of descriptions.</p>
+</div>
+
+<p>There may be other kinds of bundles not directly expressible by this constructor, such as provenance descriptions handwritten on a letter or a whiteboard, etc.  Whatever the means by which bundles are expressed, all can be described, as in the following section.</p>
+</section>
+
+
+
+
+
+<section id="term-bundle-entity"> 
+
+<h3>Bundle Type</h3>
+
+<p>A  bundle is a named set of descriptions, but it is also an entity so that its provenance can be described.  </p>
+
+PROV defines the following type for bundles:
+<ul>
+<li><span class="name">prov:Bundle</span> is the type that denotes <a title="bundle">bundles</a>.
+</ul>
+
+
+<p>
+A  bundle description is of the form <span class="pnExpression">entity(id,[prov:type='prov:Bundle', attr1=val1, ...])</span>
+where <span class='name'>id</span> is  an identifier denoting a bundle,
+ a type <span>prov:Bundle</span> and
+an OPTIONAL set of attribute-value  pairs ((<span class="name">attr1</span>, <span class="name">val1</span>), ...) representing additional information about this bundle.
+</p>
+
+
+<p>The provenance of provenance can then be described using PROV constructs, as illustrated by
+<a href="#anexample-provenance-of-provenance" class="anexample-ref"><span>Example REF</span></a>
+and
+<a href="#anexample-provenance-aggregation" class="anexample-ref"><span>Example REF</span></a>.</p>
+
+<div class="anexample" id="anexample-provenance-of-provenance">
+<p>Let us consider two entities <span class="name">ex:report1</span> and <span class="name">ex:report2</span>.</p>
+<pre class="codeexample"> 
+entity(ex:report1, [ prov:type="report", ex:version=1 ])
+wasGeneratedBy(ex:report1, -, 2012-05-24T10:00:01)
+entity(ex:report2, [ prov:type="report", ex:version=2])
+wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
+wasDerivedFrom(ex:report2, ex:report1)
+</pre>
+
+<p>Let us assume that Bob observed the creation of <span class="name">ex:report1</span>.
+A first bundle can be expressed.</p>
+<pre class="codeexample"> 
+bundle bob:bundle1
+  entity(ex:report1, [ prov:type="report", ex:version=1 ])
+  wasGeneratedBy(ex:report1, -, 2012-05-24T10:00:01)
+endBundle
+</pre>
+
+<p>In contrast,
+Alice observed the creation of <span class="name">ex:report2</span> and its derivation from <span class="name">ex:report1</span>.
+A separate bundle can also be expressed.</p>
+<pre class="codeexample"> 
+bundle alice:bundle2
+  entity(ex:report1)
+  entity(ex:report2, [ prov:type="report", ex:version=2 ])
+  wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
+  wasDerivedFrom(ex:report2, ex:report1)
+endBundle
+</pre>
+
+<p>The first bundle contains the descriptions corresponding to  Bob observing the creation of <span class="name">ex:report1</span>. Its provenance can be described as follows.</p>
+<pre class="codeexample"> 
+entity(bob:bundle1, [prov:type='prov:Bundle'])
+wasGeneratedBy(bob:bundle1, -, 2012-05-24T10:30:00)
+wasAttributedTo(bob:bundle1, ex:Bob)
+</pre>
+
+<p>In contrast, the second bundle is attributed to Alice who
+observed the derivation of <span class="name">ex:report2</span> from <span class="name">ex:report1</span>.</p>
+<pre class="codeexample"> 
+entity(alice:bundle2, [ prov:type='prov:Bundle' ])
+wasGeneratedBy(alice:bundle2, -, 2012-05-25T11:15:00)
+wasAttributedTo(alice:bundle2, ex:Alice)
+</pre>
+</div>
+
+<div class="anexample" id="anexample-provenance-aggregation">
+<p>A provenance aggregator could merge two bundles, resulting in a novel bundle, whose provenance is described as follows.</p>
+<pre class="codeexample"> 
+bundle agg:bundle3
+  entity(ex:report1, [ prov:type="report", ex:version=1 ])
+  wasGeneratedBy(ex:report1, -, 2012-05-24T10:00:01)
+
+  entity(ex:report2, [ prov:type="report", ex:version=2 ])
+  wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
+  wasDerivedFrom(ex:report2, ex:report1)
+endBundle
+
+entity(agg:bundle3, [ prov:type='prov:Bundle' ])
+agent(ex:aggregator01, [ prov:type='ex:Aggregator' ])
+wasAttributedTo(agg:bundle3, ex:aggregator01)
+wasDerivedFrom(agg:bundle3, bob:bundle1)
+wasDerivedFrom(agg:bundle3, alice:bundle2)
+</pre>
+<p>The new bundle is given a new identifier <span class="name">agg:bundle3</span> and is attributed to the <span class="name">ex:aggregator01</span> agent.
+</div>
+
+
+</section>
+
+<!-- <section id="term-hasProvenanceIn"> 
+
+<h3>Provenance Locator</h3>
+
+
+In <a href="#anexample-provenance-of-provenance" class="anexample-ref"><span>Example REF</span></a>, we initially presented a scenario involving two entities <span class="name">report1</span> and <span class="name">report2</span>, and showed how their descriptions can be organized into two bundles.  There is no explicit indication that the second bundle "is a continuation" of the description offered by the first bundle.  Given that bundles may be retrieved separately [[PROV-AQ]], it is not obvious for a provenance consumer to navigate descriptions across bundles.  To aid consumers,
+ Alice may wish to express that there is further provenance information about <span class="name">report1</span> in bundle <span class="name">bob:bundle1</span>.  To this end, PROV introduces the notion of provenance locator, inspired by [[PROV-AQ]].
+
+
+<p><div class="glossary-ref" data-ref="glossary-provenance-locator"></div>
+
+<p>
+
+
+<div class="attributes" id="attributes-hasProvenanceIn">
+A <dfn title="hasProvenanceIn">provenance locator</dfn>,
+written
+<span class="pnExpression">hasProvenanceIn(id, subject, bundle, target, attrs)</span>, has:
+<ul>
+<li><span class='attribute' id="prov.locator.id">id</span>: an identifier for a provenance locator; </li>
+<li><span class='attribute' id="prov.locator.subject">subject</span>:  an identifier denoting something (entity, activity, agent, or relation instance);</li>
+<li><span class='attribute' id="prov.locator.bundle">bundle</span>:  an OPTIONAL identifier (<span class="name">bundle</span>) for a bundle;
+<li><span class='attribute' id="prov.locator.target">target</span>:  an OPTIONAL identifier (<span class="name">target</span>) denoting  something described in another set of descriptions (referred to as <a href="http://www.w3.org/TR/prov-aq/#dfn-target-uri">Target-URI</a> in [[PROV-AQ]]);
+<li><span class='attribute' id="prov.locator.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this locator; it optionally includes
+<a href="#term-attribute-service-uri"><span class="name">prov:service-uri</span></a> 
+or
+<a href="#term-attribute-provenance-uri"><span class="name">prov:provenance-uri</span></a>.</li>
+</ul>
+<p>If the target is not specified, it is assumed that target is the same identifier as subject.
+</div>
+
+<p>When the subject and optional target denote entities,
+a provenance locator not only provides a <em>located context</em>, but it also expresses an <a>alternate</a> relation between the entity denoted by <span class="name">subject</span> and the  entity described in the located context. This is an alternate since the entity denoted by <span class="name">subject</span> in the current context presents other aspects than the entity in the located one.</p>
+
+<div class="anexample" id="anexample-provenance-locator">
+<p>According to the following provenance locator, provenance descriptions about <span class="name">ex:report1</span> can be found in bundle <span class="name">bob:bundle1</span>.</p>
+<pre class="codeexample"> 
+hasProvenanceIn(ex:report1, bob:bundle1, -)
+</pre>
+<p>According to the following provenance locator, provenance descriptions about <span class="name">ex:report1</span> can be found in bundle <span class="name">bob:bundle1</span>, which is available from the provenance service identified by the provided URI.</p>
+<pre class="codeexample"> 
+hasProvenanceIn(ex:report1, bob:bundle1, -, [ prov:service-uri="http://example.com/service" %% xsd:anyURI ])
+</pre>
+</div>
+
+
+<div class="anexample" id="anexample-provenance-locator2">
+<p>Let us again consider the same scenario involving two entities <span class="name">ex:report1</span> and <span class="name">ex:report2</span>.</p>
+<p>The first bundle can be expressed with all Bob's observations about the creation of <span class="name">ex:report1</span>.
+</p>
+<pre class="codeexample"> 
+bundle bob:bundle4
+  entity(ex:report1, [ prov:type="report", ex:version=1 ])
+  wasGeneratedBy(ex:report1, -, 2012-05-24T10:00:01)
+endBundle
+</pre>
+
+<p>Likewise, Alice's observation about the derivation of  <span class="name">ex:report2</span>  from <span class="name">ex:report1</span>, is expressed in a separate bundle.</p>
+<pre class="codeexample"> 
+bundle alice:bundle5
+  entity(ex:report1)
+  hasProvenanceIn(ex:report1, bob:bundle4, -)
+  entity(ex:report2, [ prov:type="report", ex:version=2 ])
+  wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
+  wasDerivedFrom(ex:report2, ex:report1)
+endBundle
+</pre>
+<p>In bundle <span class="name">alice:bundle5</span>, there is a description for entity <span class="name">ex:report1</span>, and 
+a provenance locator pointing to bundle <span class="name">bob:bundle4</span>.  
+The locator indicates that some provenance description for <span class="name">ex:report1</span> can be found in bundle <span class="name">bob:bundle4</span>. The purpose of the locator is twofold. First, it allows for <a href="http://www.w3.org/TR/prov-aq/#incremental-provenance-retrieval">incremental navigation</a> of provenance [[PROV-AQ]].  Second, it makes entity <span class="name">ex:report1</span> described in <span class="name">alice:bundle5</span> an <a>alternate</a> of <span class="name">ex:report1</span> described in <span class="name">bob:bundle4</span>.
+</p>
+</div>
+
+
+<div class="anexample" id="anexample-provenance-locator3">
+<p>Alternatively, Alice may have decided to use a different identifier for <span class="name">ex:report1</span>.</p>
+<pre class="codeexample"> 
+bundle alice:bundle6
+  entity(alice:report1)
+  hasProvenanceIn(alice:report1, bob:bundle4, ex:report1)
+  entity(ex:report2, [ prov:type="report", ex:version=2 ])
+  wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
+  wasDerivedFrom(ex:report2, alice:report1)
+endBundle
+</pre>
+<p>Alice can specify the <a href="#prov.locator.target">target</a> in the provenance locator to be  <span class="name">ex:report1</span>.
+With such a statement, Alice states that provenance information about <span class="name">alice:report1</span> can be found in bundle
+<span class="name">bob:bundle4</span> under the name <span class="name">ex:report1</span>.  In effect, <span class="name">alice:report1</span> and <span class="name">ex:report1</span> are declared to be alternate.</p>
+</div>
+
+<div class="anexample" id="aexample-note">
+<p>Consider the following bundle of descriptions, in which derivation and generations have been identified.
+<pre class="codeexample"> 
+bundle obs:bundle7
+  entity(ex:report1, [prov:type="report", ex:version=1])
+  wasGeneratedBy(ex:g1; ex:report1,-,2012-05-24T10:00:01)
+  entity(ex:report2, [prov:type="report", ex:version=2])
+  wasGeneratedBy(ex:g2; ex:report2,-,2012-05-25T11:00:01)
+  wasDerivedFrom(ex:d; ex:report2, ex:report1)
+endBundle
+entity(obs:bundle7, [ prov:type='prov:Bundle' ])
+wasAttributedTo(obs:bundle7, ex:observer01)
+</pre>
+Bundle <span class="name">obs:bundle7</span> is rendered by a visualisation tool.  It may useful for the tool configuration for this bundle to be shared along with the provenance descriptions, so that other users can render provenance as it was originally rendered.  The original  bundle obviously cannot be changed. However, one can create a new bundle, as follows.
+<pre class="codeexample"> 
+bundle tool:bundle8
+  entity(tool:bundle8, [ prov:type='viz:Configuration', prov:type='prov:Bundle' ])
+  wasAttributedTo(tool:bundle8, viz:Visualizer)
+
+  entity(ex:report1, [viz:color="orange"])              // ex:report1 is a reused identifier
+  hasProvenanceIn(ex:report1, obs:bundle7, -)
+
+  entity(tool:r2, [viz:color="blue"])                   // tool:r2  is a new identifier
+  hasProvenanceIn(tool:r2, obs:bundle7, ex:report2)
+
+  wasDerivedBy(ex:d; ex:report2, ex:report1, [viz:style="dotted"])
+  hasProvenanceIn(ex:d, obs:bundle7, -)
+endBundle
+</pre>
+
+<p>In bundle <span class="name">tool:bundle8</span>, the prefix <span class="name">viz</span> is used for naming visualisation-specific attributes, types or values.</p>
+
+<p>Bundle <span class="name">tool:bundle8</span> is given type <span class="name">viz:Configuration</span> to indicate that it consists of descriptions that pertain to the configuration of the visualisation tool. This type attribute can be used for searching bundles containing visualization-related descriptions.
+</p>
+
+<p>For the purpose of illustration, we show that the visualisation tool
+reused identifier <span class="name">ex:report1</span>, but created a new identifier <span class="name">tool:r2</span>.
+They denote entities which are alternates of with <span class="name">ex:report1</span> and <span class="name">ex:report2</span>, described in bundle <span class="name">obs:bundle7</span>, with visualization attribute for the color to be used when rendering these entities.  
+Likewise, the derivation has a style attribute. </p>
+
+<p>According to their definition,
+derivations have an <a href="#derivation.id">optional identifier</a>. 
+To express an alternate for a derivation, we need to be able to reference it, by means of an identifier. Hence, it is necessary for it to have an identifier in the first place (<span class="name">ex:d</span>).</p>
+</div>
+
+</section>
+-->
+
+</section> 
+
+
+<section id="component5"> 
+<h3>Component 5: Alternate Entities</h3>
+
+
+<p>The fifth component of PROV-DM is concerned with
+relations <a>specialization</a>, <a>alternate</a>, and <a>mention</a> between entities.
+ <a href="#figure-component5">Figure 10</a> depicts
+the fifth component with a single class,  two binary associations, and a ternary association.
+</p>
+
+
+<div style="text-align: center;">
+<figure style="max-width: 95%; ">
+<!-- <img src="images/Alternates.png" alt="alternates"/> -->
+<img src="uml/component5.png" alt="alternates"/><br>
+<figcaption id="figure-component5">Figure 10: Alternates Component Overview</figcaption>
+</figure>
+</div>
+
+
+<p>Two provenance descriptions about the same thing may emphasize differents aspects of that thing.</p>
+<div class="anexample" id="entity-example1">
+<p>User Alice writes an article. In its provenance, she wishes to refer to the precise version of the article with a date-specific IRI, as she might edit the article later. Alternatively, user Bob refers to the article in general, independently of its variants over time.</p>
+</div>
+<p>
+The PROV data model introduces relations, called specialization, alternate, and mention
+that allow entities  to be linked together. They are defined as follows. </p>
+
+
+<section id="term-specialization">
+
+<h4>Specialization</h4>
+
+
+<span class="glossary-ref" data-ref="glossary-specialization"></span> 
+
+
+<p>
+Examples of aspects include a time period, an abstraction, and a context associated with the entity.</p>
+
+
+
+
+<p>
+<div class="attributes" id="attributes-specialization">A <dfn title="specializationOf">specialization</dfn>  relation<span class="withPn">, written <span class="pnExpression">specializationOf(infra, supra)</span> in PROV-N,</span> has:
+
+<ul>
+<li><span class='attribute' id="specialization.specificEntity">specificEntity</span>: an identifier (<span class="name">infra</span>)
+of the entity that is a specialization of the general entity (<span class="name">supra</span>);</li>
+<li><span class='attribute' id="specialization.generalEntity">generalEntity</span>: an identifier (<span class="name">supra</span>) of the entity that is being specialized.</li>
+</ul>
+</div>
+
+
+<div class="anexample" id="anexample-specialization">
+<p>
+The BBC news home page on 2012-03-23 <span class="name">ex:bbcNews2012-03-23</span>
+is a specialization of the BBC news page in general
+ <a href="http://www.bbc.co.uk/news/">bbc:news/</a>. This can be expressed as follows.
+<pre class="codeexample">
+specializationOf(ex:bbcNews2012-03-23, bbc:news/)
+</pre>
+We have created a new qualified name,  <span class="name">ex:bbcNews2012-03-23</span>, in the namespace <span class="name">ex</span>, to identify the specific page carrying this day's news, which would otherwise be the generic  <span class="name">bbc:news/</span> page.
+</div>
+
+
+
+
+
+
+
+</section>
+
+<section id="term-alternate">
+
+<h4>Alternate</h4>
+
+
+<span class="glossary-ref" data-ref="glossary-alternate"></span>
+
+
+  
+
+<p><div class="attributes" id="attributes-alternate">An <dfn title="alternateOf">alternate</dfn> relation<span class="withPn">, written <span class="pnExpression">alternateOf(e1, e2)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="alternate.alternate1">alternate1</span>: an identifier (<span class="name">e1</span>) of the first of the two entities;</li>
+<li><span class='attribute' id="alternate.alternate2">alternate2</span>: an identifier (<span class="name">e2</span>) of the second of the two entities.</li>
+</ul>
+</div>
+
+<div class="anexample" id="anexample-alternate">
+<p>
+A given news item on the BBC News site 
+ <a href="http://www.bbc.co.uk/news/science-environment-17526723">bbc:news/science-environment-17526723</a> for desktop
+is an alternate of a 
+ <a href="http://www.bbc.co.uk/news/mobile/science-environment-17526723">bbc:news/mobile/science-environment-17526723</a> for mobile devices.</p>
+<pre class="codeexample">
+entity(bbc:news/science-environment-17526723, 
+       [ prov:type="a news item for desktop"])
+entity(bbc:news/mobile/science-environment-17526723, 
+       [ prov:type="a news item for mobile devices"])
+alternateOf(bbc:news/science-environment-17526723, 
+            bbc:news/mobile/science-environment-17526723)
+</pre>
+</div>
+
+
+<div class="anexample" id="anexample-alternate2">
+<p>
+Considering again the two versions of the technical report <span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">tr:WD-prov-dm-20111215</a></span> (second working draft) and <span class="name"><span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018">tr:WD-prov-dm-20111018</a></span></span> (first working draft). They are alternate of each other.
+<pre class="codeexample">
+entity(tr:WD-prov-dm-20111018)
+entity(tr:WD-prov-dm-20111215)
+alternateOf(tr:WD-prov-dm-20111018,tr:WD-prov-dm-20111215)
+</pre>
+<p>They are both specialization of the page <a href="http://www.w3.org/TR/prov-dm/">http://www.w3.org/TR/prov-dm/</a>.</p>
+</div>
+
+</section>
+
+
+<section id="term-mention">
+
+<h4>Mention</h4>
+
+
+<div class="note">
+<p>This feature is "<a href="http://www.w3.org/2005/10/Process-20051014/tr#cfi">at risk</a>" and may be removed from this specification based on feedback. Please send feedback to public-prov-comments@w3.org.</p>
+<p>The "Mention" construct might be removed from PROV if implementation experience reveals problems with supporting this construct.</p>
+</div>
+
+
+<p>An entity <span class="name">e1</span> may be mentioned in a bundle <span class="name">b</span>, which contains some
+ descriptions about this entity <span class="name">e1</span>: how <span class="name">e1</span> was generated and used, which activities <span class="name">e1</span> is involved with, the agents <span class="name">e1</span> is attributed to, etc. Other bundles may contain other descriptions about the same entity <span class="name">e1</span>.
+Some applications may want to interpret
+this entity <span class="name">e1</span> with respect to the descriptions found in the bundle <span class="name">b</span> it occurs in. To this end, PROV allows a new entity <span class="name">e2</span> to be created, which is a specialization of the original entity <span class="name">e1</span>, and which presents an additional aspect:  the bundle <span class="name">b</span> containing some descriptions of <span class="name">e1</span>.  With this relation, applications that process <span class="name">e2</span>
+can know that the attributes of <span class="name">e2</span> may have been computed according to the descriptions of <span class="name">e1</span> in <span class="name">b</span>.</p>
+
+
+
+<p>Thus, the following notion is a relation between two entities with regard to a bundle.
+It is a special case of specialization.</p> 
+
+
+<span class="glossary-ref" data-ref="glossary-mention"></span>
+
+
+
+<p>
+An entity is interpreted with respect to a bundle's description in a
+domain specific manner.  The mention of this entity with respect to
+this bundle offers the opportunity to specialize it according to some
+domain-specific interpretation.
+</p>
+
+
+<p>A mention of an entity in a bundle results in a specialization of this entity with extra fixed aspects, including the  bundle that it is described in. 
+</p>
+
+
+
+<p><div class="attributes" id="attributes-mention">A <dfn title="mentionOf">mention</dfn>  relation<span class="withPn">, written <span class="pnExpression">mentionOf(infra, supra, b)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="mention.specificEntity">specificEntity</span>: an identifier (<span class="name">infra</span>)
+of the entity that is a mention of the general entity (<span class="name">supra</span>);</li>
+<li><span class='attribute' id="mention.generalEntity">generalEntity</span>: an identifier (<span class="name">supra</span>) of the entity that is being mentioned.</li>
+<li><span class='attribute' id="mention.bundle">bundle</span>: an identifier (<span class="name">b</span>) of a bundle that contains a description of <span class="name">supra</span> and further constitutes one additional aspect presented by <span class="name">infra</span>.</li>
+</ul>
+</div>
+
+<div class="anexample" id="anexample-mention-rating">
+<p>This example is concerned with a performance rating tool that reads and processes provenance to determine the performance of agents.  To keep the example simple, an agent's performance is determined by the duration of the activities it is associated with. </p>
+<p>As an illustration, we consider that two bundles <span class="name">ex:run1</span> and <span class="name">ex:run2</span> refer to an agent <span class="name">ex:Bob</span> that controlled two activities <span class="name">ex:a1</span> and <span class="name">ex:a2</span>. </p>
+
+<pre class="codeexample">
+bundle ex:run1
+    activity(ex:a1, 2011-11-16T16:00:00, 2011-11-16T17:00:00)  //duration: 1hour
+    wasAssociatedWith(ex:a1, ex:Bob, [prov:role="controller"])
+endBundle
+
+bundle ex:run2
+    activity(ex:a2, 2011-11-17T10:00:00, 2011-11-17T17:00:00)  //duration: 7hours
+    wasAssociatedWith(ex:a2, ex:Bob, [prov:role="controller"])
+endBundle
+</pre> 
+<p>The performance rating tool reads these bundles, and rates the performance of the agent described in these bundles. The performance rating tool creates a new bundle <span class="name">tool:analysis01</span> containing the following. A new agent <span class="name">tool:Bob-2011-11-16</span> is declared as a mention of <span class="name">ex:Bob</span> as described in  bundle <span class="name">ex:run1</span>, and likewise for  <span class="name">tool:Bob-2011-11-17</span> with respect to <span class="name">ex:run2</span>. The tool adds a domain-specific performance attribute to each of these specialized entities as follows: the performance of the agent in the first bundle is judged to be good since the duration of <span class="name">ex:a1</span> is one hour, whereas it is judged to be bad in the second bundle since <span class="name">ex:a2</span>'s duration is seven hours.
+
+<pre class="codeexample">
+bundle tool:analysis01
+    agent(tool:Bob-2011-11-16, [perf:rating="good"])
+    mentionOf(tool:Bob-2011-11-16, ex:Bob, ex:run1)
+
+    agent(tool:Bob-2011-11-17, [perf:rating="bad"])
+    mentionOf(tool:Bob-2011-11-17, ex:Bob, ex:run2)
+endBundle
+</pre>
+</div>
+
+
+<div class="anexample" id="aexample-mention-viz">
+<p>Consider the following bundle of descriptions, in which derivation and generations have been identified.
+<pre class="codeexample"> 
+bundle obs:bundle1
+  entity(ex:report1, [prov:type="report", ex:version=1])
+  wasGeneratedBy(ex:g1; ex:report1,-,2012-05-24T10:00:01)
+  entity(ex:report2, [prov:type="report", ex:version=2])
+  wasGeneratedBy(ex:g2; ex:report2,-,2012-05-25T11:00:01)
+  wasDerivedFrom(ex:report2, ex:report1)
+endBundle
+entity(obs:bundle1, [ prov:type='prov:Bundle' ])
+wasAttributedTo(obs:bundle1, ex:observer01)
+</pre>
+Bundle <span class="name">obs:bundle1</span> is rendered by a visualisation tool.  It may useful for the visualization layout of this bundle to be shared along with the provenance descriptions, so that other users can render provenance as it was originally rendered.  The original  bundle obviously cannot be changed. However, one can create a new bundle, as follows.
+<pre class="codeexample"> 
+bundle tool:bundle2
+  entity(tool:bundle2, [ prov:type='viz:Configuration', prov:type='prov:Bundle' ])
+  wasAttributedTo(tool:bundle2, viz:Visualizer)
+
+  entity(tool:report1, [viz:color="orange"])
+  mentionOf(tool:report1, ex:report1, obs:bundle1)
+
+  entity(tool:report2, [viz:color="blue"])              
+  mentionOf(tool:report2, ex:report2, obs:bundle1)
+endBundle
+</pre>
+
+<p>In bundle <span class="name">tool:bundle2</span>, the prefix <span class="name">viz</span> is used for naming visualisation-specific attributes, types or values.</p>
+
+<p>Bundle <span class="name">tool:bundle2</span> is given type <span class="name">viz:Configuration</span> to indicate that it consists of descriptions that pertain to the configuration of the visualisation tool. This type attribute can be used for searching bundles containing visualization-related descriptions.
+</p>
+
+<p>The visualisation tool
+ created  new identifiers <span class="name">tool:report1</span> and
+<span class="name">tool:report2</span>.
+They denote entities which are specializations of <span class="name">ex:report1</span> and <span class="name">ex:report2</span>, described in bundle <span class="name">obs:bundle1</span>, with visualization attribute for the color to be used when rendering these entities.   </p>
+
+</div>
+
+
+
+</section>
+
+<!--
+<section id="term-contextualization">
+
+<h4>Contextualization (As Before F2F3)</h4>
+
+<p>The following notion is a relation between two entities with regard to a bundle (referred to as remote bundle). In contrast, the bundle in which this relation occurs is referred to as local bundle.</p> 
+
+
+<span class="glossary-ref" data-ref="glossary-contextualization"></span>
+
+
+<p>A bundle's
+descriptions provide a context in which to interpret an entity in a
+domain-specific manner.  The contextualization of this entity with respect to this bundle offers the opportunity to specialize it according to some domain-specific interpretation.
+</p>
+
+
+<p>A contextualization of an entity in a bundle implies the specialization of this entity by "fixing" the bundle that it is in. 
+</p>
+
+
+
+<p>A contextualization of an entity in a remote bundle results in a specialization of this entity with extra fixed aspects, including the remote bundle that it is described in. 
+</p>
+
+<p><div class="attributes" id="attributes-contextualization">A <dfn title="contextualizationOf">contextualization</dfn> relation<span class="withPn">, written <span class="pnExpression">contextualizationOf(l, e, b)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="contextualization.local">local</span>: an identifier (<span class="name">l</span>) for an entity in the local bundle (not explicitly identified) presenting the aspects of <span class="name">e</span> in remote bundle <span class="name">b</span> ;</li>
+<li><span class='attribute' id="contextualization.contextualized">contextualized</span>: an identifier (<span class="name">e</span>) of an entity in some remote bundle <span class="name">b</span>;</li>
+<li><span class='attribute' id="contextualization.context">bundle</span>: an identifier (<span class="name">b</span>) for a remote bundle.</li>
+</ul>
+</div>
+
+
+<div class="anexample" id="anexample-mention-rating">
+<p>In the following example, two bundles <span class="name">ex:run1</span> and <span class="name">ex:run2</span> refer to an agent <span class="name">ex:Bob</span> that controlled two activities <span class="name">ex:a1</span> and <span class="name">ex:a2</span>. </p>
+
+<pre class="codeexample">
+bundle ex:run1
+    activity(ex:a1, 2011-11-16T16:00:00,2011-11-16T17:00:00)  //duration: 1hour
+    wasAssociatedWith(ex:a1,ex:Bob,[prov:role="controller"])
+endBundle
+
+bundle ex:run2
+    activity(ex:a2, 2011-11-17T10:00:00,2011-11-17T17:00:00)  //duration: 7hours
+    wasAssociatedWith(ex:a2,ex:Bob,[prov:role="controller"])
+endBundle
+</pre> 
+<p>A performance rating tool reads these bundles, and rates the performance of the agent described in these bundles. The performance rating tool creates a new bundle <span class="name">tool:analysis01</span> containing the following. A new agent <span class="name">tool:Bob-2011-11-16</span> is declared as a contextualization of <span class="name">ex:Bob</span> as described in remote bundle <span class="name">ex:run1</span>, and likewise for  <span class="name">tool:Bob-2011-11-17</span> with respect to <span class="name">ex:run2</span>. The tool adds a domain-specific performance attribute to each of these specialized entities as follows: the performance of the agent in the first bundle is judged to be good since the duration of <span class="name">ex:a1</span> is one hour, whereas it is judged to be bad in the second bundle since <span class="name">ex:a2</span>'s duration is seven hours.
+
+<pre class="codeexample">
+bundle tool:analysis01
+    agent(tool:Bob-2011-11-16, [perf:rating="good"])
+    contextualizationOf(tool:Bob-2011-11-16, ex:Bob, ex:run1)
+
+    agent(tool:Bob-2011-11-17, [perf:rating="bad"])
+    contextualizationOf(tool:Bob-2011-11-17, ex:Bob, ex:run2)
+endBundle
+</pre>
+</div>
+
+
+<div class="anexample" id="aexample-specialization-viz">
+<p>Consider the following bundle of descriptions, in which derivation and generations have been identified.
+<pre class="codeexample"> 
+bundle obs:bundle1
+  entity(ex:report1, [prov:type="report", ex:version=1])
+  wasGeneratedBy(ex:g1; ex:report1,-,2012-05-24T10:00:01)
+  entity(ex:report2, [prov:type="report", ex:version=2])
+  wasGeneratedBy(ex:g2; ex:report2,-,2012-05-25T11:00:01)
+  wasDerivedFrom(ex:report2, ex:report1)
+endBundle
+entity(obs:bundle1, [ prov:type='prov:Bundle' ])
+wasAttributedTo(obs:bundle1, ex:observer01)
+</pre>
+Bundle <span class="name">obs:bundle1</span> is rendered by a visualisation tool.  It may useful for the tool configuration for this bundle to be shared along with the provenance descriptions, so that other users can render provenance as it was originally rendered.  The original  bundle obviously cannot be changed. However, one can create a new bundle, as follows.
+<pre class="codeexample"> 
+bundle tool:bundle2
+  entity(tool:bundle2, [ prov:type='viz:Configuration', prov:type='prov:Bundle' ])
+  wasAttributedTo(tool:bundle2, viz:Visualizer)
+
+  entity(tool:report1, [viz:color="orange"])
+  contextualizationOf(tool:report1, obs:bundle1, ex:report1)
+
+  entity(tool:report2, [viz:color="blue"])              
+  contextualizationOf(tool:report2, obs:bundle1, ex:report2)
+endBundle
+</pre>
+
+<p>In bundle <span class="name">tool:bundle2</span>, the prefix <span class="name">viz</span> is used for naming visualisation-specific attributes, types or values.</p>
+
+<p>Bundle <span class="name">tool:bundle2</span> is given type <span class="name">viz:Configuration</span> to indicate that it consists of descriptions that pertain to the configuration of the visualisation tool. This type attribute can be used for searching bundles containing visualization-related descriptions.
+</p>
+
+<p>The visualisation tool
+ created  new identifiers <span class="name">tool:report1</span> and
+<span class="name">tool:report2</span>.
+They denote entities which are specializations of <span class="name">ex:report1</span> and <span class="name">ex:report2</span>, described in bundle <span class="name">obs:bundle1</span>, with visualization attribute for the color to be used when rendering these entities.   </p>
+
+</div>
+
+
+
+</section>
+-->
+
+
+
+</section>
+
+<section id="component6"> 
+<h3>Component 6: Collections</h3>
+
+<p>The sixth component of PROV-DM is concerned with the notion of collections. 
+A collection is an entity that has some members. The members are themselves entities, and therefore their provenance can be expressed. Some applications need to be able to express the provenance of the collection  itself: e.g. who maintains the collection (attribution), which members it contains as it evolves, and how it was assembled. The purpose of Component 6 is to define the types and relations that are useful to express the provenance of collections.  </p>
+
+<p><a href="#figure-component6">Figure 11</a> depicts
+the sixth component with two  new classes (Collection, Empty Collection) and one association (HadMembers).
+</p>
+
+
+<div style="text-align: center;">
+<figure style="max-width: 95%; ">
+<img src="uml/component6.png" alt="collection"/><br>
+<figcaption id="figure-component6">Figure 11: Collections Component Overview</figcaption>
+</figure>
+</div>
+
+
+<section id="term-collection">
+<h3>Collection</h3>
+
+<span class="glossary-ref" data-ref="glossary-collection"></span>
+
+<span class="glossary-ref" data-ref="glossary-empty-collection"></span>
+
+
+<p>PROV-DM defines the following types related to collections:</p>
+
+<ul>
+  <li> <span class="name">prov:Collection</span>  denotes an entity of type Collection, i.e. an entity that  can participate in  relations amongst collections;
+
+  <li><span class="name">prov:EmptyCollection</span> denotes an empty collection.
+</ul>
+
+
+<div class="anexample">
+<pre class="codeexample">
+entity(c0, [prov:type='prov:EmptyCollection' ])  // c0 is an empty collection
+entity(c1, [prov:type='prov:Collection'  ])      // c1 is a collection, with unknown content
+</pre>
+</div>
+
+
+</section>
+
+<section id="term-collection-membership">
+<h3>Collection Membership</h3>
+
+<p>A <strong>collection membership</strong> relation is defined, to allow stating the  members of a Collection. </p>
+
+<span class="glossary-ref" data-ref="glossary-collection-membership"></span>
+
+
+<p>
+<div class="attributes" id="attributes-hadMembers">
+ A <dfn title="hadMembers">membership</dfn> relation, written <span class="pnExpression">hadMembers(id; c, {e_1, ..., e_n}, cplt, attrs)</span>, has:
+<ul>
+<li><span class='attribute' id="membership.id">id</span>:  an OPTIONAL identifier identifying the relation;</li>
+<li><span class='attribute' id="membership.collection">collection</span>: an identifier (<span class="name">c</span>) for the collection whose members are asserted; </li>
+<li><span class='attribute' id="membership.entity-set">entity-set</span>: a set of entities  <span class="name">e_1</span>, ..., <span class="name">e_n</span> that are members of the collection;</li>
+<li><span class='attribute' id="membership.complete">complete</span>: an OPTIONAL boolean 
+<a title="value">Value</a> (<span class="name">cplt</span>). It is interpreted as follows:
+<ul>
+<li>if it is present and set to true, then 
+<span class="name">c</span> is believed to include all and only the members specified in the entity-set;
+<li>if it is present and set to false or if it is not present, then <span class="name">c</span> is believed to include more members in addition to those specified in the entity-set.
+</ul>
+
+<li><span class='attribute' id="membership.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
+</ul>
+
+</div>
+
+<p id="complete-attribute-note">
+Note that the attribute <a href="#membership.complete">complete</a> indicates that the <a title="hadMembers">membership</a> relation provides a complete description of the collection membership. It is possible for  different provenance descriptions to provide different membership statements regarding the same collection. The resolution of any potential conflict amongst such membership statements is defined by applications.</p>
+
+
+</section>
+
+
+
+  
+</section>   <!-- end collections-->
+
+
+
+
+
+<section  id="second-class-elements">
+<h3>Further Elements of PROV-DM</h3>
+
+This section introduces further elements of PROV-DM.
+
+
+
+
+<section id="term-identifier">
+<h4>Identifier</h4>
+
+<p>
+An <dfn id="dfn-identifier">identifier</dfn> is a <a>qualified
+ name</a>. 
+</p>
+
+</section>
+
+<section id="term-attribute">
+<h4>Attribute</h4>
+
+<p>An <dfn title="dfn-attribute" id="dfn-attribute">attribute</dfn> is a <a>qualified name</a>. 
+
+
+<p>The PROV data model introduces a pre-defined set of attributes in the <a title="prov-namespace">PROV namespace</a>, which we define below. 
+This specification does not provide any interpretation for any attribute declared in any other namespace.</p>
+
+<div id="attributes-at-a-glance-divz" style="text-align: left;">
+<table   class="thinborder" style="margin-left: auto; margin-right: auto;">
+<caption id="attributes-at-a-glance">PROV-DM Attributes At a Glance</caption> <!-- Table 6 -->
+<tr>
+<td><b>Attribute</b></td>
+<td><b>Allowed In</b></td><td><b>value</b></td><td><b>Section</b></td></tr> 
+<tr><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td><td style="border-width: 0px; "><td style="border-width: 0px; "></td></tr>
+<tr><td><a title="label">prov:label</a></td><td><em>any construct</em></td><td>A <a>Value</a> of type <a class="section-ref" href="http://www.w3.org/TR/xmlschema11-2/#string">xsd:string</a></td><td><a class="section-ref" href="#term-attribute-label"><span>TBD</span></a> </td></tr>
+<tr><td><a title="location">prov:location</a></td><td><a>Entity</a>, <a>Activity</a>, <a>Agent</a>, <a>Usage</a>, <a>Generation</a>, <a>Invalidation</a>, <a>Start</a>, and <a>End</a></td><td>A <a title="value">Value</a></td><td><a class="section-ref" href="#term-attribute-location"><span>TBD</span></a> </td></tr>
+<tr><td><a title="role">prov:role</a></td><td><a>Usage</a>, <a>Generation</a>, <a>Invalidation</a>, <a>Association</a>, <a>Start</a>, and <a>End</a></td><td>A <a title="value">Value</a></td><td><a class="section-ref" href="#term-attribute-role"><span>TBD</span></a> </td></tr>
+<tr><td><a title="type">prov:type</a></td><td><em>any construct</em></td><td>A <a title="value">Value</a></td><td><a class="section-ref" href="#term-attribute-type"><span>TBD</span></a> </td></tr>
+<tr><td><a title="value-attribute">prov:value</a></td><td><a>Entity</a></td><td>A <a title="value">Value</a></td><td><a  class="section-ref" href="#term-attribute-value"><span>TBD</span></a> </td></tr>
+</table>
+</div>
+
+
+
+
+
+<section id="term-attribute-label">
+<h4>prov:label</h4>
+
+
+<p>
+<span class="glossary-ref" data-ref="glossary-label"></span>
+The value associated with the attribute <span class="name">prov:label</span> MUST be a string.</p>
+
+<div class="anexample">
+<p>The following entity is provided with a label attribute.</p>
+<pre class="codeexample">
+ entity(ex:e1, [ prov:label="This is a human-readable label" ])
+</pre>
+
+<p>The following entity has two label attributes, in French and English.</p>
+<pre class="codeexample">
+ entity(ex:car01, [ prov:label="Voiture 01"@fr, prov:label="Car 01"@en ])
+</pre>
+</div>
+</section>
+
+
+<section id="term-attribute-location">
+<h4>prov:location</h4>
+
+<p><span class="glossary-ref" data-ref="glossary-location"></span>
+As such, there are numerous ways in which location can be expressed, such as by a coordinate,
+address, landmark, and so forth. This  document does not specify how to concretely express  locations, but instead provide a mechanism to introduce locations, by means of a reserved attribute. </p> 
+
+
+<p>
+The attribute <span class="name">prov:location</span> is an OPTIONAL attribute of <a>Entity</a>, <a>Activity</a>, <a>Agent</a>, <a>Usage</a>, <a>Generation</a>, <a>Invalidation</a>, <a>Start</a>, and <a>End</a>.  The value associated with the  attribute <span class="name">prov:location</span> MUST be a PROV-DM <a title="value">Value</a>, expected to denote a location.
+</p>
+
+<div class="anexample" id="example-location">
+<p>The following expression describes entity Mona Lisa, a painting, with a location attribute. </p>
+<pre class="codeexample">
+ entity(ex:MonaLisa, [ prov:location="Le Louvre, Paris", prov:type="StillImage" ])
+</pre>
+<p>The following expression describes a cell, at coordinates (5,5), with value 10. </p>
+<pre class="codeexample">
+ entity(ex:cell, [ prov:location="(5,5)", prov:value="10" %% xsd:integer ])
+</pre>
+</div>
+</section>
+
+
+
+<section id="term-attribute-role">
+<h4>prov:role</h4>
+
+
+<p><span class="glossary-ref" data-ref="glossary-role"></span></p>
+
+<p>
+The attribute <span class="name">prov:role</span> is allowed to occur multiple times in a list of attribute-value pairs. The value associated with a <span class="name">prov:role</span> attribute MUST be a PROV-DM <a title="value">Value</a>.</p>
+
+<div class="anexample" id="anexample-role">
+<p>The following activity is associated with an agent acting as the operator. </p>
+<pre class="codeexample">
+ wasAssociatedWith(a, ag, [ prov:role="operator" ])
+</pre>
+<p>In the following expression, the activity <span class="name">ex:div01</span> used entity <span class="name">ex:cell</span> in the role of divisor.</p>
+<pre class="codeexample">
+used(ex:div01, ex:cell, [ prov:role="divisor" ])
+</pre>
+</div>
+</section>
+
+<section id="term-attribute-type">
+<h4>prov:type</h4>
+
+<p><span class="glossary-ref" data-ref="glossary-type"></span></p>
+
+<p>
+PROV-DM liberally
+defines a type as a category of things having common characteristics. PROV-DM is agnostic about the representation of types, and only states that
+the value associated with a <span class="name">prov:type</span> attribute MUST be a PROV-DM <a title="value">Value.</a> The attribute <span class="name">prov:type</span>
+is allowed to occur multiple times.</p>
+
+<div class="anexample">
+<p>The following describes an agent of type software agent.</p>
+<pre class="codeexample">
+   agent(ag, [ prov:type='prov:SoftwareAgent' ])
+</pre>
+</div>
+
+<p>The following types are pre-defined in PROV, and are valid values for the <span class="name">prov:type</span> attribute.</p>
+
+
+<table class="thinborder" style="margin-left: auto; margin-right: auto;">
+<caption id="prov-dm-predefined-types">PROV-DM Predefined Types</caption> <!-- Table 7 -->
+<tr><td><b>Type</b></td><td><b>Specification</b></td><td><b>Core concept</b></td></tr>
+<tr><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td></tr>
+<tr><td><a title="bundle"><span class="name">prov:Bundle</span></a></td><td><a class="section-ref" href="#term-bundle"><span>TBD</span></a></td><td><a>Entity</a></td></tr>
+<tr><td><a title="collection"><span class="name">prov:Collection</span></a></td><td><a class="section-ref" href="#term-collection"><span>TBD</span></a></td><td><a>Entity</a></td></tr>
+<tr><td><a title="empty collection"><span class="name">prov:EmptyCollection</span></a></td><td><a class="section-ref" href="#term-collection"><span>TBD</span></a></td><td><a>Entity</a></td></tr>
+<tr><td><a title="organization"><span class="name">prov:Organization</span></a></td><td><a class="section-ref" href="#term-agent"><span>TBD</span></a></td><td><a>Agent</a></td></tr>
+<tr><td><a title="person"><span class="name">prov:Person</span></a></td><td><a class="section-ref" href="#term-agent"><span>TBD</span></a></td><td><a>Agent</a></td></tr>
+<tr><td><a title="plan"><span class="name">prov:Plan</span></a></td> <td><a class="section-ref" href="#term-entity"><span>TBD</span></a></td><td><a>Entity</a></td></tr>
+<tr><td><a title="primary source"><span class="name">prov:PrimarySource</span></a></td><td><a class="section-ref" href="#term-primary-source"><span>TBD</span></a></td><td><a>Derivation</a></td></tr>
+<tr><td><a title="Quotation"><span class="name">prov:Quotation</span></a></td><td><a class="section-ref" href="#term-quotation"><span>TBD</span></a></td><td><a>Derivation</a></td></tr>
+<tr><td><a title="Revision"><span class="name">prov:Revision</span></a></td><td><a class="section-ref" href="#term-revision"><span>TBD</span></a></td><td><a>Derivation</a></td></tr>
+<tr><td><a title="software-agent"><span class="name">prov:SoftwareAgent</span></a></td><td><a class="section-ref" href="#term-agent"><span>TBD</span></a></td><td><a>Agent</a></td></tr>
+</table>
+
+</section>
+
+
+<section id="term-attribute-value">
+<h4>prov:value</h4>
+
+<p><span class="glossary-ref" data-ref="glossary-value-attribute"></span></p>
+
+
+
+<p>The attribute <span class="name">prov:value</span> is an OPTIONAL attribute of entity.  The value associated with the  attribute <span class="name">prov:value</span> MUST be a PROV-DM <a title="value">Value</a>. The attribute <span class="name">prov:value</span> MAY occur at most once in a set of attribute-value pairs.</p>
+
+<div class="anexample">
+<p>The following example illustrates the provenance of the number <span class="name">4</span> obtained by an activity that computed the length of an input string <span class="name">"abcd"</span>.
+The input and the output are expressed as entities <span class="name">ex:in</span> and <span class="name">ex:out</span>, respectively. They each have a <span class="name">prov:value</span> attribute associated with the corresponding value.
+</p>
+<pre class="codeexample">
+entity(ex:in, [ prov:value="abcd" ]) 
+entity(ex:out, [ prov:value=4 ]) 
+activity(ex:len, [ prov:type="string-length" ])
+used(ex:len, ex:in)
+wasGeneratedBy(ex:out, ex:len)
+wasDerivedFrom(ex:out, ex:in)
+</pre>
+</div>
+
+<!-- <div class="note">Should we also have prov:encoding?</div> -->
+
+</section>
+
+<!--
+<section id="term-attribute-provenance-uri">
+<h4>prov:provenance-uri</h4>
+
+<p><span class="glossary-ref" data-ref="glossary-provenance-uri"></span> (See  <a href="http://www.w3.org/TR/prov-aq/#dfn-provenance-uri">Provenance-URI</a> in [[PROV-AQ]].) </p>
+
+<p> The attribute <dfn title="provenance-uri-attribute"><span class="name">prov:provenance-uri</span></dfn> provides
+  an OPTIONAL <a>provenance-URI</a>.</p>
+
+
+<p>The attributes <a href="#term-attribute-service-uri"><span class="name">prov:service-uri</span></a> 
+and
+<a href="#term-attribute-provenance-uri"><span class="name">prov:provenance-uri</span></a> are mutually exclusive.</p>
+
+
+<div class="anexample" id="anexample-provenance-uri">
+<p>According to the following provenance locator, provenance descriptions about <span class="name">ex:report1</span> can be found in bundle <span class="name">bob:bundle1</span>, which is available from the provenance service identified by the provided URI.</p>
+<pre class="codeexample"> 
+hasProvenanceIn(ex:report1, bob:bundle1, -, [ prov:provenance-uri="http://example.com/service" %% xsd:anyURI ])
+</pre>
+</div>
+
+
+
+</section>
+
+
+<section id="term-attribute-service-uri">
+<h4>prov:service-uri</h4>
+
+<p><span class="glossary-ref" data-ref="glossary-provenance-service"></span> (See <a href="http://www.w3.org/TR/prov-aq/#dfn-provenance-service">provenance service</a> in [[PROV-AQ]].)</p>
+
+<p><span class="glossary-ref" data-ref="glossary-service-uri"></span> (See <a href="http://www.w3.org/TR/prov-aq/#dfn-service-uri">Service-URI</a> in [[PROV-AQ]].)</p>
+
+
+<p> The attribute <dfn title="service-uri-attribute"><span class="name">prov:service-uri</span></dfn> provides
+  an OPTIONAL <a>service-URI</a> </p>
+
+
+<p>The attributes <a href="#term-attribute-service-uri"><span class="name">prov:service-uri</span></a> 
+and
+<a href="#term-attribute-provenance-uri"><span class="name">prov:provenance-uri</span></a> are mutually exclusive.</p>
+
+
+<div class="anexample" id="anexample-service-uri">
+<p>According to the following provenance locator, provenance descriptions about <span class="name">ex:report1</span> can be found in the resource identified by the provided URI.</p>
+<pre class="codeexample"> 
+hasProvenanceIn(ex:report1, [ prov:service=uri="http://example.com/some-provenance.pn" %% xsd:anyURI ])
+</pre>
+</div>
+
+</section>
+
+-->
+
+
+</section>
+
+<section id="term-value">
+<h4>Value</h4>
+
+<p><span class="glossary-ref" data-ref="glossary-value"></span> Values can occur in attribute-value pairs. </p>
+
+<p>Each kind of such values is called a <em>datatype</em>.
+ Use of the following data types is RECOMMENDED. </p>
+<ul>
+<li> The RDF-compatible [[!RDF-CONCEPTS]] types, including those taken from 
+the set of XML Schema Datatypes [[!XMLSCHEMA11-2]];</li>
+<li> Qualified names introduced in this specification.</li>
+</ul>
+<p>
+The normative definitions of these datatypes are provided by their respective specifications.  
+</p>
+
+<!--
+<p>PROV accepts the types that RDF enumerates in
+its own specification [[!RDF-CONCEPTS]].  New RDF releases
+[[RDF-CONCEPTS11]] may extend the list of datatypes, and PROV would
+naturally accept those too.</p>
+-->
+
+
+
+<p id="conformance-to-rdf-datatypes"><b>Conformance to RDF Datatypes</b> As of the publication of this document, RDF 1.1 Concepts and Abstract Syntax [[RDF-CONCEPTS11]] is not yet a W3C Recommendation (see <a href="http://www.w3.org/TR/rdf11-concepts/">http://www.w3.org/TR/rdf11-concepts/</a> for the latest version). 
+Both the PROV Working Group and the RDF Working Group are confident that there will be only minor changes before it becomes a W3C Recommendation. In order to take advantage of the anticipated corrections and new features sooner, while also providing stability in case the specification does not advance as expected, conformance to PROV as it relates to RDF Datatypes is defined as follows:</p>
+
+<ul>
+<li>If RDF 1.1  Concepts and Abstract Syntax becomes a W3C Recommendation, all references in PROV to
+RDF Concepts and Abstract Syntax will be normative references to the 1.1 Recommendation.
+<li>Until that time, references in PROV to RDF Concepts and Abstract Syntax features operate as follows:
+<ul>
+<li> If RDF 1.0 defines the features, then the reference is normative to the 1.0 definition [[!RDF-CONCEPTS]];</li>
+<li>otherwise, the feature is optional in PROV and the reference is informative only.</li>
+</ul>
+</ul>
+<p>This "change in normative reference" is effective as of the publication of RDF 1.1 as a W3C Recommendation. However, W3C expects to publish a new edition of PROV once RDF 1.1 becomes a Recommendation to update the reference explicitly.</p>
+
+
+
+
+
+<!--
+
+<table   class="thinborder" style="margin-left: auto; margin-right: auto;">
+<caption id="prov-dm-data-types">Table 8: Informative List of PROV-DM Data Types</caption>
+
+
+    <tbody><tr><th></th><th>Datatype</th><th>Value space</th></tr>
+
+    <tr><th rowspan="4">Core types</th><td><a href="http://www.w3.org/TR/xmlschema11-2/#string"><span class="name">xsd:string</span></a></td><td>Character strings</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#boolean"><span class="name">xsd:boolean</span></a></td><td>true, false</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#decimal"><span class="name">xsd:decimal</span></a></td><td>Arbitrary-precision decimal numbers</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#integer"><span class="name">xsd:integer</span></a></td><td>Arbitrary-size integer numbers</td></tr>
+
+    <tr><th rowspan="2">IEEE floating-point<br>numbers</th>
+        <td><a href="http://www.w3.org/TR/xmlschema11-2/#double"><span class="name">xsd:double</span></a></td><td>64-bit floating point numbers incl. ±Inf, ±0, NaN</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#float"><span class="name">xsd:float</span></a></td><td>32-bit floating point numbers incl. ±Inf, ±0, NaN</td></tr>
+
+    <tr><th rowspan="4">Time and date</th>
+        <td><a href="http://www.w3.org/TR/xmlschema11-2/#date"><span class="name">xsd:date</span></a></td><td>Dates (yyyy-mm-dd) with or without timezone</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#time"><span class="name">xsd:time</span></a></td><td>Times (hh:mm:ss.sss…) with or without timezone</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#dateTime"><span class="name">xsd:dateTime</span></a></td><td>Date and time with or without timezone</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#dateTimeStamp"><span class="name">xsd:dateTimeStamp</span></a></td><td>Date and time with required timezone</td></tr>
+
+    <tr><th rowspan="8">Recurring and<br>partial dates</th>
+        <td><a href="http://www.w3.org/TR/xmlschema11-2/#gYear"><span class="name">xsd:gYear</span></a></td><td>Gregorian calendar year</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#gMonth"><span class="name">xsd:gMonth</span></a></td><td>Gregorian calendar month</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#gDay"><span class="name">xsd:gDay</span></a></td><td>Gregorian calendar day of the month</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#gYearMonth"><span class="name">xsd:gYearMonth</span></a></td><td>Gregorian calendar year and month</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#gMonthDay"><span class="name">xsd:gMonthDay</span></a></td><td>Gregorian calendar month and day</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#duration"><span class="name">xsd:duration</span></a></td><td>Duration of time</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#yearMonthDuration"><span class="name">xsd:yearMonthDuration</span></a></td><td>Duration of time (months and years only)</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#dayTimeDuration"><span class="name">xsd:dayTimeDuration</span></a></td><td>Duration of time (days, hours, minutes, seconds only)</td></tr>
+
+    <tr><th rowspan="12">Limited-range<br>integer numbers</th>
+        <td><a href="http://www.w3.org/TR/xmlschema11-2/#byte"><span class="name">xsd:byte</span></a></td><td>-128…+127 (8 bit)</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#short"><span class="name">xsd:short</span></a></td><td>-32768…+32767 (16 bit)</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#int"><span class="name">xsd:int</span></a></td><td>-2147483648…+2147483647 (32 bit)</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#long"><span class="name">xsd:long</span></a></td><td>-9223372036854775808…+9223372036854775807 (64 bit)</td></tr>
+
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#unsignedByte"><span class="name">xsd:unsignedByte</span></a></td><td>0…255 (8 bit)</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#unsignedShort"><span class="name">xsd:unsignedShort</span></a></td><td>0…65535 (16 bit)</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#unsignedInt"><span class="name">xsd:unsignedInt</span></a></td><td>0…4294967295 (32 bit)</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#unsignedLong"><span class="name">xsd:unsignedLong</span></a></td><td>0…18446744073709551615 (64 bit)</td></tr>
+
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#positiveInteger"><span class="name">xsd:positiveInteger</span></a></td><td>Integer numbers &gt;0</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#nonNegativeInteger"><span class="name">xsd:nonNegativeInteger</span></a></td><td>Integer numbers ≥0</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#negativeInteger"><span class="name">xsd:negativeInteger</span></a></td><td>Integer numbers &lt;0</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#nonPositiveInteger"><span class="name">xsd:nonPositiveInteger</span></a></td><td>Integer numbers ≤0</td></tr>
+
+    <tr><th rowspan="2">Encoded binary data</th>
+        <td><a href="http://www.w3.org/TR/xmlschema11-2/#hexBinary"><span class="name">xsd:hexBinary</span></a></td><td>Hex-encoded binary data</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#base64Binary"><span class="name">xsd:base64Binary</span></a></td><td>Base64-encoded binary data</td></tr>
+
+    <tr><th rowspan="6">Miscellaneous<br>XSD types</th>
+     <td><a href="http://www.w3.org/TR/xmlschema11-2/#language"><span class="name">xsd:language</span></a></td><td>Language tags per [<cite><a class="bibref" rel="biblioentry" href="#bib-BCP47">BCP47</a></cite>]</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#normalizedString"><span class="name">xsd:normalizedString</span></a></td><td>Whitespace-normalized strings</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#token"><span class="name">xsd:token</span></a></td><td>Tokenized strings</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#NMTOKEN"><span class="name">xsd:NMTOKEN</span></a></td><td>XML NMTOKENs</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#Name"><span class="name">xsd:Name</span></a></td><td>XML Names</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/xmlschema11-2/#NCName"><span class="name">xsd:NCName</span></a></td><td>XML NCNames</td></tr>
+
+    <tr><th rowspan="2">Qualified<br>Names or URIs</th>
+        <td><a href="http://www.w3.org/TR/xmlschema11-2/#anyURI"><span class="name">xsd:anyURI</span></a></td><td>Absolute or relative URIs and IRIs</td></tr>
+    <tr><td><a href="http://www.w3.org/TR/prov-n/#prod-QUALIFIED_NAME"><span class="name">prov:QUALIFIED_NAME</span></a></td><td>PROV qualified name</td></tr>
+
+    <tr><th rowspan="2">RDF XML/HTML Literals</th>
+        <td><a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#section-XMLLiteral"><span class="name">rdf:XMLLiteral</span></a></td><td>XML content as a value</td></tr>
+    <tr><td><a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"><span class="name">rdf:HTML</span></a></td><td>HTML content as a value</td></tr>
+
+</td>
+    </tbody></table>
+-->
+
+<div class="anexample" id="anexample-value">
+<p>
+The following examples respectively are the string "abc", the integer number 1, and the IRI "http://example.org/foo".
+<pre class="codeexample">
+  "abc"
+  "1" %% xsd:integer
+  "http://example.org/foo" %% xsd:anyURI
+</pre>
+<p>The following example shows a value of type <span class="name">prov:QUALIFIED_NAME</span> (see
+<span class="name"><a href="http://www.w3.org/TR/prov-n/#prod-QUALIFIED_NAME">prov:QUALIFIED_NAME</a></span> [[PROV-N]]).
+The prefix <span class="name">ex</span>  MUST be bound to a <a>namespace</a> declared in a <a>namespace declaration</a>.</p>
+<pre class="codeexample"> 
+  "ex:value" %% prov:QUALIFIED_NAME
+</pre>
+Alternatively, the same value can be expressed using the following convenience notation.
+<pre class="codeexample"> 
+  'ex:value'
+</pre>
+</div>
+
+<p>We note that PROV-DM <dfn title="time">time instants</dfn> are defined according to xsd:dateTime [[!XMLSCHEMA11-2]].</p> 
+
+
+<div class="anexample" id="anexample-time">
+<p>
+In the following example, the generation time of entity <span class="name">e1</span> is expressed according to 
+<a href="http://www.w3.org/TR/xmlschema11-2/#dateTime">xsd:dateTime</a>  [[!XMLSCHEMA11-2]].</p>
+<pre class="codeexample"> 
+  wasGeneratedBy(e1,a1, 2001-10-26T21:32:52)
+</pre>
+</div>
+
+</section>
+
+<section id="term-NamespaceDeclaration">
+<h3>Namespace Declaration</h3>
+
+<p>A PROV-DM <dfn id="dfn-namespace">namespace</dfn> is identified by an IRI [[!IRI]]. In PROV-DM, attributes, identifiers, and values with <a title="qualified name">qualified names</a> as data type can be placed in a namespace using the mechanisms described in this specification. </p>
+
+
+<p>A <dfn id="dfn-namespaceDeclaration">namespace declaration</dfn> consists of a binding between a prefix and a namespace. Every qualified name with this prefix in the scope of this
+declaration refers to this namespace. </p>
+
+<p>A <dfn id="dfn-defaultNamespaceDeclaration">default namespace declaration</dfn> consists of a namespace. Every un-prefixed qualified name
+refers to default namespace declaration.</p>
+
+<p>The <dfn title="prov-namespace">PROV namespace</dfn> is identified by the URI <a href="http://www.w3.org/ns/prov#">http://www.w3.org/ns/prov#</a>.</p>
+
+</section>
+
+<section id="term-qualified-name">
+<h4>Qualified Name</h4>
+
+
+<span class="glossary-ref" data-ref="glossary-qualifiedName"></span>
+
+<p>PROV-DM stipulates that a qualified name can be mapped into an IRI
+ by concatenating the IRI associated with the prefix and the local part.</p>
+
+<p>A qualified name's prefix is OPTIONAL. If a prefix occurs in a
+ qualified name, it refers to a <a>namespace</a> declared in a namespace declaration.  In the absence of prefix, the qualified name 
+ refers to the <a title="default namespace declaration">default namespace</a>.</p>
+
+</section>
+
+</section>
+ 
+
+
+</section>
+
+
+<!-- end sec. 5 -->
+
+    <section id="extensibility-section"> 
+<h2>PROV-DM Extensibility Points</h2>
+
+
+<p>The PROV data model provides extensibility points that allow designers to specialize it for specific applications or domains. We summarize these extensibility points here. </p>
+
+
+<p>The <a title="prov-namespace">PROV namespace</a> declares a set of reserved attributes catering for extensibility: <a href="#term-attribute-type"><span class="name">prov:type</span></a>, <a href="#term-attribute-role"><span class="name">prov:role</span></a>, <a href="#term-attribute-location"><span
+class="name">prov:location</span></a>.</p>
+
+<ul>
+<li>Sub-types and sub-relations can be expressed by means of the reserved attribute 
+<a href="#term-attribute-type"><span class="name">prov:type</span></a>.
+
+<div class="anexample" id="anexample-sub-relation">
+<p>
+In the following example,  <span class="name">e2</span> is a translation of <span class="name">e1</span>,
+expressed as a sub-type of derivation.
+<pre class="codeexample"> 
+  wasDerivedFrom(e2,e1, [prov:type='ex:Translation' ])
+</pre>
+</div>
+
+<div class="anexample" id="anexample-sub-type">
+<p>
+In the following example,  <span class="name">e</span> is described as a Car, a type of entity.
+<pre class="codeexample"> 
+  entity(e, [prov:type='ex:Car' ])
+</pre>
+</div>
+
+
+
+
+</li>
+
+<li>Application and domain specific roles can be expressed by means of the reserved attribute 
+<a href="#term-attribute-role"><span class="name">prov:role</span></a>.
+
+<div class="anexample" id="anexample-usage-with-role">
+<p>
+In the following example,  two computers  <span class="name">ex:laptop4</span> and <span class="name">ex:desktop9</span> are used in different roles in a work activity.
+<pre class="codeexample"> 
+  activity(ex:work)
+  entity(ex:laptop4)
+  entity(ex:desktop9)
+  used(ex:work, ex:laptop4,  [prov:role="day-to-day machine"])
+  used(ex:work, ex:desktop9, [prov:role="backup machine"])
+</pre>
+</div>
+</li>
+
+
+<li> Attribute-value lists occur in all types and most relations of the data model.  Applications designers are free to introduce further application-specific attributes. Attributes for a given application can be distinguished by qualifying them with a prefix denoting a namespace
+declared in a namespace declaration. New namespaces and associated prefixes can be declared, allowing attributes and names to be qualified. 
+</li>
+
+
+
+</ul>
+
+<p>The PROV data model is designed to be application and technology independent, but implementers are welcome and encouraged to specialize PROV-DM to specific domains and applications.  To ensure interoperability, specializations of
+the PROV data model that exploit the extensibility points summarized in this section MUST preserve the semantics specified in this document and in [[PROV-CONSTRAINTS]]. </p>
+
+
+
+    </section> 
+
+
+
+<section id="valid-provenance">
+<h4>Creating Valid Provenance</h4>
+
+
+<ul>
+
+<li>This specification defines PROV-DM, a data model that allows 
+descriptions of the people, institutions, entities, and activities,
+involved in producing, influencing, or delivering a piece of data or a
+thing to be expressed.  However, with this data model, it is also possible to compose
+descriptions that would not make sense: for instance, one could
+express that an entity was used before it was generated, or that the
+activity that generated an entity began its existence after the entity
+generation.  A set of constraints have been defined for PROV-DM and
+can be found in a companion specification [[PROV-CONSTRAINTS]].
+They SHOULD be used by developers to compose provenance descriptions that are valid, and
+by implementers of reasoning engines aiming to check whether provenance descriptions have problems. </li>
+
+
+
+<li>
+<p> The example of <a href="#prov-dm-example">section 3</a> contains identifiers such as <span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">tr:WD-prov-dm-20111215</a></span>, which denotes a specific version of a technical report.  On the other hand, a URI such as <a href="http://www.w3.org/TR/prov-dm/">http://www.w3.org/TR/prov-dm/</a> denotes the latest version of a document. One needs to ensure that provenance descriptions for the latter resource remain valid as the resource state changes. </p>
+
+<p>To this end, PROV-DM allows asserters to describe "<em>partial states</em>" of entities by means of attributes and associated values. Some further constraints apply to the use of these attributes, since the values associated with them are expected to remain unchanged for some period of time. The constraints associated to attributes allow provenance descriptions to be refined, they can also be found in the companion specification [[PROV-CONSTRAINTS]].</p>
+
+
+</li>
+
+
+<li>
+<p>The idea of bundling provenance descriptions is crucial to the PROV approach. Indeed, it allows multiple provenance perspectives to be provided for a given entity. It is also the mechanism by which provenance of provenance can be expressed.
+Descriptions in bundles are expected to satisfy constraints specified in the companion specification [[PROV-CONSTRAINTS]].</p>
+</li>
+
+
+</ul>
+
+
+</section>
+
+<div id="glossary_div" class="remove">
+<!-- glossary loaded from glossary.js will be hooked up here,
+     class remove, will remove this element from the final output.
+-->
+</div>
+
+<section class="appendix"> 
+      <h2>Acknowledgements</h2> 
+      <p> 
+
+This  document has been produced by the PROV Working Group, and its contents reflect extensive discussion within the Working Group as a whole. The editors extend special thanks to  Sandro Hawke (W3C/MIT), Ivan Herman (W3C/ERCIM), Tom Baker for their thorough reviews.
+      </p> 
+
+<p>
+Members of the PROV Working Group at the time of publication of this document were:
+
+Ilkay Altintas (Invited expert),
+Reza B'Far (Oracle Corporation),
+Khalid Belhajjame (University of Manchester),
+James Cheney (University of Edinburgh, School of Informatics),
+Sam Coppens (IBBT),
+David Corsar (University of Aberdeen, Computing Science),
+Stephen Cresswell (The National Archives),
+Tom De Nies (IBBT),
+Helena Deus (DERI Galway at the National University of Ireland, Galway, Ireland),
+Simon Dobson (Invited expert),
+Martin Doerr (Foundation for Research and Technology - Hellas(FORTH)),
+Kai Eckert (Invited expert),
+Jean-Pierre EVAIN (European Broadcasting Union, EBU-UER),
+James Frew (Invited expert),
+Irini Fundulaki (Foundation for Research and Technology - Hellas(FORTH)),
+Daniel Garijo (Universidad Politécnica de Madrid),
+Yolanda Gil (Invited expert),
+Ryan Golden (Oracle Corporation),
+Paul Groth (Vrije Universiteit),
+Olaf Hartig (Invited expert),
+David Hau (National Cancer Institute, NCI),
+Sandro Hawke (W3C/MIT),
+Jörn Hees (German Research Center for Artificial Intelligence (DFKI) Gmbh),
+Ivan Herman, (W3C/ERCIM),
+Ralph Hodgson (TopQuadrant),
+Hook Hua (Invited expert),
+Trung Dong Huynh (University of Southampton),
+Graham Klyne (University of Oxford),
+Michael Lang (Revelytix, Inc.),
+Timothy Lebo (Rensselaer Polytechnic Institute),
+James McCusker (Rensselaer Polytechnic Institute),
+Deborah McGuinness (Rensselaer Polytechnic Institute),
+Simon Miles (Invited expert),
+Paolo Missier (School of Computing Science, Newcastle university),
+Luc Moreau (University of Southampton),
+James Myers (Rensselaer Polytechnic Institute),
+Vinh Nguyen (Wright State University),
+Edoardo Pignotti (University of Aberdeen, Computing Science),
+Paulo da Silva Pinheiro (Rensselaer Polytechnic Institute),
+Carl Reed (Open Geospatial Consortium),
+Adam Retter (Invited Expert),
+Christine Runnegar (Invited expert),
+Satya Sahoo (Invited expert),
+David Schaengold (Revelytix, Inc.),
+Daniel Schutzer (FSTC, Financial Services Technology Consortium),
+Yogesh Simmhan (Invited expert),
+Stian Soiland-Reyes (University of Manchester),
+Eric Stephan (Pacific Northwest National Laboratory),
+Linda Stewart (The National Archives),
+Ed Summers (Library of Congress),
+Maria Theodoridou (Foundation for Research and Technology - Hellas(FORTH)),
+Ted Thibodeau (OpenLink Software Inc.),
+Curt Tilmes (National Aeronautics and Space Administration),
+Craig Trim (IBM Corporation),
+Stephan Zednik (Rensselaer Polytechnic Institute),
+Jun Zhao (University of Oxford),
+Yuting Zhao (University of Aberdeen, Computing Science).
+</p>
+    </section> 
+
+
+ </body>
+</html>
--- a/ontology/Overview.html	Thu Jul 12 11:08:38 2012 +0100
+++ b/ontology/Overview.html	Thu Jul 12 11:09:02 2012 +0100
@@ -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-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>
+  <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-11-july-2012"><acronym title="World Wide Web Consortium">W3C</acronym> Editor's Draft 11 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>
@@ -1250,19 +1250,20 @@
 </dl><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011-2012 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. <acronym title="World Wide Web Consortium">W3C</acronym> <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p><hr /></div>
 
     <div id="abstract" class="introductory section"><h2>Abstract</h2>
-         <p>The PROV Ontology (PROV-O) expresses the PROV Data Model using the OWL2 Web Ontology Language (OWL2). It provides a set of classes, properties, and restrictions that can be used to represent and interchange provenance information generated in different systems and under different contexts. It can also be specialized to create new classes and properties to model provenance information specific to different domain applications.
+         <p>The PROV Ontology (PROV-O) expresses the PROV Data Model using the OWL2 Web Ontology Language (OWL2). It provides a set of classes, properties, and restrictions that can be used to represent and interchange provenance information generated in different systems and under different contexts. 
+It can also be specialized to create new classes and properties to model provenance information for different applications and domains.
         </p>
 
         <p style="text-align: center;">The namespace for all PROV-O terms is <span class="repeated">http://www.w3.org/ns/prov#</span>.
         </p>
 
-        <p style="text-align: center;">The OWL encoding of the PROV Ontology is available <a href="prov.owl">here</a>.
+        <p style="text-align: center;">The OWL encoding of the PROV Ontology is available <a href="prov-20120711.owl">here</a>.
         </p>
 
     </div><div class="introductory section" id="sotd"><h2>Status of This Document</h2><p><em>This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current <acronym title="World Wide Web Consortium">W3C</acronym> publications and the latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/"><acronym title="World Wide Web Consortium">W3C</acronym> technical reports index</a> at http://www.w3.org/TR/.</em></p>
 <h4 id="intended-to-be-last-call--tbc">Intended to be Last Call (TBC)</h4>
 <p>This is the third public release of the PROV-O document.
-Publication as Last Call working draft means that the Working Group believes that it has satisfied the relevant technical requirements outlined in its charter on this document. The design is not expected to change significantly, going forward, and now is the key time for external review, before the implementation phase.</p> 
+Publication as Last Call working draft means that the Working Group believes that it has satisfied the relevant technical requirements outlined in its charter on this document. The design is not expected to change significantly, going forward, and now is the key time for external review.</p> 
 <p>This specification identifies two  <a href="http://www.w3.org/2005/10/Process-20051014/tr#cfi">features at risk</a>: <a href="#mentionOf">prov:mentionOf</a> and  <a href="#asInBundle">prov:asInBundle</a> might be removed from PROV-O if implementation experience reveals problems with supporting this construct. These two OWL properties are based on the PROV <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-mention">Mentions</a> feature.</p>
 
 
@@ -1288,7 +1289,7 @@
       <h4 id="how-to-read-the-prov-family-of-specifications">How to read the PROV Family of Specifications</h4>
       <ul>
       <li>The primer is the entry point to PROV offering an introduction to the provenance model.</li>
-      <li>The Linked Data and Semantic Web community should focus on PROV-O defining PROV classes and properties specified in an OWL-RL ontology. For further details, PROV-DM and PROV-CONSTRAINTS specify the constraints applicable to the data model, and its interpretation. PROV-SEM provides a mathematical semantics.</li>
+      <li>The Linked Data and Semantic Web community should focus on PROV-O defining PROV classes and properties specified in an OWL2 ontology. For further details, PROV-DM and PROV-CONSTRAINTS specify the constraints applicable to the data model, and its interpretation. PROV-SEM provides a mathematical semantics.</li>
       <li>The XML community should focus on PROV-XML defining an XML schema for PROV. Further details can also be found in PROV-DM, PROV-CONSTRAINTS, and PROV-SEM.</li>
       <li>Developers seeking to retrieve or publish provenance should focus on PROV-AQ.</li>
       <li>Readers seeking to implement other PROV serializations
@@ -1296,7 +1297,7 @@
       </ul>
 
       <h4 id="prov-o-second-working-draft">PROV-O Second Working Draft</h4>
-     <p>This specification defines the PROV Ontology as the normative representation of the PROV Data Model using the Web Ontology Language (OWL2). Following feedback, the structure of the document has been reorganized to suit a gradual introduction to the terms available in PROV-O, permitting the addition of more elaborate terms as users understand the earlier terms. A cross reference was added and is created directly from the OWL ontology. Examples throughout this document are taken directly from the working group's version control system.
+     <p>This specification defines the PROV Ontology as the representation of the PROV Data Model using the Web Ontology Language (OWL2). Following feedback, the structure of the document has been reorganized to suit a gradual introduction to the terms available in PROV-O, permitting the addition of more elaborate terms as users understand the earlier terms. A cross reference was added and is created directly from the OWL ontology. Examples throughout this document are taken directly from the working group's version control system.
      </p>   
     <p>This document was published by the <a href="http://www.w3.org/2011/prov/">Provenance Working Group</a> as an Editor's Draft. If you wish to make comments regarding this document, please send them to <a href="mailto:public-prov-comments@w3.org">public-prov-comments@w3.org</a> (<a href="mailto:public-prov-comments-request@w3.org?subject=subscribe">subscribe</a>, <a href="http://lists.w3.org/Archives/Public/public-prov-comments/">archives</a>). All feedback is welcome.</p><p>Publication as an Editor's Draft does not imply endorsement by the <acronym title="World Wide Web Consortium">W3C</acronym> Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.</p><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 <acronym title="World Wide Web Consortium">W3C</acronym> Patent Policy</a>. <acronym title="World Wide Web Consortium">W3C</acronym> maintains a <a rel="disclosure" href="http://www.w3.org/2004/01/pp-impl/46974/status">public list of any patent disclosures</a> made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a> must disclose the information in accordance with <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the <acronym title="World Wide Web Consortium">W3C</acronym> Patent Policy</a>.</p></div><div id="toc" class="section"><h2 class="introductory">Table of Contents</h2><ul class="toc"><li class="tocline"><a href="#introduction" class="tocxref"><span class="secno">1. </span>Introduction</a></li><li class="tocline"><a href="#prov-o-at-a-glance" class="tocxref"><span class="secno">2. </span>PROV-O at a glance</a></li><li class="tocline"><a href="#description" class="tocxref"><span class="secno">3. </span>The PROV-O Ontology Description</a><ul class="toc"><li class="tocline"><a href="#description-starting-point-terms" class="tocxref"><span class="secno">3.1 </span>Starting Point Terms</a></li><li class="tocline"><a href="#description-expanded-terms" class="tocxref"><span class="secno">3.2 </span>Expanded Terms</a></li><li class="tocline"><a href="#description-qualified-terms" class="tocxref"><span class="secno">3.3 </span>Qualified Terms</a></li></ul></li><li class="tocline"><a href="#cross-reference" class="tocxref"><span class="secno">4. </span>Cross reference for PROV-O classes and properties</a><ul class="toc"><li class="tocline"><a href="#cross-reference-starting-point-terms" class="tocxref"><span class="secno">4.1 </span>Starting Point Terms</a></li><li class="tocline"><a href="#cross-reference-expanded-terms" class="tocxref"><span class="secno">4.2 </span>Expanded Terms</a></li><li class="tocline"><a href="#cross-reference-qualified-terms" class="tocxref"><span class="secno">4.3 </span>Qualified Terms</a></li></ul></li><li class="tocline"><a href="#prov-o-owl-profile" class="tocxref"><span class="secno">A. </span>PROV-O OWL Profile</a></li><li class="tocline"><a href="#names-of-inverse-properties" class="tocxref"><span class="secno">B. </span>Names of inverse properties</a></li><li class="tocline"><a href="#acknowledgements" class="tocxref"><span class="secno">C. </span>Acknowledgements</a></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">D. </span>References</a><ul class="toc"><li class="tocline"><a href="#normative-references" class="tocxref"><span class="secno">D.1 </span>Normative references</a></li><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno">D.2 </span>Informative references</a></li></ul></li></ul></div>
   
@@ -1308,15 +1309,15 @@
          
 <!-- OddPage -->
 <h2><span class="secno">1. </span>Introduction</h2>  
-         <p>The PROV Ontology (PROV-O) defines the normative OWL2 Web Ontology Language encoding of the PROV Data Model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>]. This document describes the set of classes, properties, and restrictions that constitute the PROV Ontology. This ontology specification provides the foundation to implement provenance applications in different domains that can represent, exchange, and integrate provenance information generated in different systems and under different contexts. Together with the PROV Access and Query [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-PAQ">PROV-PAQ</a></cite>] and PROV Data Model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>], this document forms a framework for provenance information interchange and management in domain-specific Web-based applications.
+         <p>The PROV Ontology (PROV-O) defines the OWL2 Web Ontology Language encoding of the PROV Data Model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>]. This document describes the set of classes, properties, and restrictions that constitute the PROV Ontology. This ontology specification provides the foundation to implement provenance applications in different domains that can represent, exchange, and integrate provenance information generated in different systems and under different contexts. Together with the PROV Access and Query [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-PAQ">PROV-PAQ</a></cite>] and PROV Data Model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>], this document forms a framework for provenance information interchange in domain-specific Web-based applications.
          </p>
         <p>
-         PROV-O conforms to the OWL-RL profile and is lightweight so that it can be adopted in the widest range of applications. The PROV Ontology classes and properties are defined such that they can not only be used directly to represent provenance information, but also can be specialized for modeling application-specific provenance details in a variety of domains. Thus, the PROV Ontology is expected to be both directly usable in applications as well as serve as a <i>reference model</i> for creating domain-specific provenance ontologies and thereby facilitate interoperable provenance modeling. To demonstrate the use of PROV-O classes and properties, this document uses an example provenance scenario similar to the one introduced in the PROV-Primer [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-PRIMER">PROV-PRIMER</a></cite>]. PROV-O conforms to the OWL-RL profile and is lightweight so that it can be adopted in the widest range of applications.
+         PROV-O is lightweight so that it can be adopted in the widest range of applications. With the exception of <a href="#prov-o-owl-profile">five axioms</a>, PROV-O conforms to the OWL-RL profile [<cite><a class="bibref" rel="biblioentry" href="#bib-OWL-2-PRIMER">OWL-2-PRIMER</a></cite>]. The PROV Ontology classes and properties are defined such that they can not only be used directly to represent provenance information, but also can be specialized for modeling application-specific provenance details in a variety of domains. Thus, the PROV Ontology is expected to be both directly usable in applications as well as serve as a <i>reference model</i> for creating domain-specific provenance ontologies and thereby facilitate interoperable provenance modeling. To demonstrate the use of PROV-O classes and properties, this document uses an example provenance scenario similar to the one introduced in the PROV-Primer [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-PRIMER">PROV-PRIMER</a></cite>].
         </p>
-         <p> The PROV Data Model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>] introduces a minimal set of concepts to represent provenance information in a variety of application domains. This document maps the PROV Data Model to PROV Ontology using the OWL2 ontology language, which facilitates a fixed interpretation and use of the PROV Data Model concepts based on the formal semantics of OWL2 [<cite><a class="bibref" rel="biblioentry" href="#bib-OWL2-RDF-BASED-SEMANTICS">OWL2-RDF-BASED-SEMANTICS</a></cite>]. 
+         <p> The PROV Data Model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>] introduces a set of concepts to represent provenance information in a variety of application domains. This document maps the PROV Data Model to PROV Ontology using the OWL2 ontology language [<cite><a class="bibref" rel="biblioentry" href="#bib-OWL2-RDF-BASED-SEMANTICS">OWL2-RDF-BASED-SEMANTICS</a></cite>]. 
         </p>
 
-        <p> We briefly introduce some of the OWL2 modeling terms that will be used to describe the PROV Ontology. An OWL2 <i>instance</i> is an individual object in a domain of discourse, for example a person named Alice or a car, and a set of individuals sharing a set of additional characteristics is called a <i>class</i>. Person and Car are examples of classes representing the set of individual persons and cars respectively. The OWL2 object properties are used to link individuals, classes, or create a property hierarchy. For example, the object property &quot;hasOwner&quot; can be used to link car with person. The OWL2 datatype properties are used to link individuals or classes to data values, including XML Schema datatypes [<cite><a class="bibref" rel="biblioentry" href="#bib-XMLSCHEMA-2">XMLSCHEMA-2</a></cite>].   
+        <p> We briefly introduce some of the OWL2 modeling terms that will be used to describe the PROV Ontology. An OWL2 <i>instance</i> is an individual object in a domain of discourse, for example a person named Alice or a car, and a set of individuals sharing a set of additional characteristics is called a <i>class</i>. Person and Car are examples of classes representing the set of individual persons and cars respectively. The OWL2 object properties are used to link individuals, classes, or create a property hierarchy. For example, the object property &quot;hasOwner&quot; can be used to link car with person. The OWL2 datatype properties are used to link individuals or classes to data values, including XML Schema datatypes [<cite><a class="bibref" rel="biblioentry" href="#bib-XMLSCHEMA11-2">XMLSCHEMA11-2</a></cite>].   
         </p>
         <p>The key words &quot;<em class="rfc2119" title="must">must</em>&quot;, &quot;<em class="rfc2119" title="must not">must not</em>&quot;, &quot;<em class="rfc2119" title="required">required</em>&quot;, &quot;<em class="rfc2119" title="shall">shall</em>&quot;, &quot;<em class="rfc2119" title="shall not">shall not</em>&quot;, &quot;<em class="rfc2119" title="should">should</em>&quot;, &quot;<em class="rfc2119" title="should not">should not</em>&quot;, &quot;<em class="rfc2119" title="recommended">recommended</em>&quot;,  &quot;<em class="rfc2119" title="may">may</em>&quot;, and       &quot;<em class="rfc2119" title="optional">optional</em>&quot; in this document are to be interpreted as described in [<cite><a class="bibref" rel="biblioentry" href="#bib-RFC2119">RFC2119</a></cite>].</p>
     </div>
@@ -1328,7 +1329,7 @@
 <!-- OddPage -->
 <h2><span class="secno">2. </span>PROV-O at a glance</h2>
 
-      <p>PROV-O users may only need to use parts of the entire ontology, depending on their needs and according to how much detail they want to include in their provenance information. For this, the PROV-O terms (classes and properties) are grouped into four categories to provide an incremental introduction to the ontology: Starting Point terms, Expanded terms, terms for Qualifying relationships, and terms for Collections.
+      <p>PROV-O users may only need to use parts of the entire ontology, depending on their needs and according to how much detail they want to include in their provenance information. For this, the PROV-O terms (classes and properties) are grouped into three categories to provide an incremental introduction to the ontology: Starting Point terms, Expanded terms, and terms for Qualifying relationships.
       </p>
 
       <div id="prov-starting-point-owl-terms-at-a-glance">
@@ -1394,6 +1395,15 @@
       <a href="#Collection">prov:Collection</a>
     </li>
     <li>
+      <a href="#CompleteCollection">prov:CompleteCollection</a>
+    </li>
+    <li>
+      <a href="#EmptyCollection">prov:EmptyCollection</a>
+    </li>
+    <li>
+      <a href="#IncompleteCollection">prov:IncompleteCollection</a>
+    </li>
+    <li>
       <a href="#Location">prov:Location</a>
     </li>
     <li>
@@ -1514,6 +1524,9 @@
       <a href="#Invalidation">prov:Invalidation</a>
     </li>
     <li>
+      <a href="#Membership">prov:Membership</a>
+    </li>
+    <li>
       <a href="#Plan">prov:Plan</a>
     </li>
     <li>
@@ -1597,6 +1610,9 @@
       <a href="#qualifiedInvalidation">prov:qualifiedInvalidation</a>
     </li>
     <li class="object-property">
+      <a href="#qualifiedMembership">prov:qualifiedMembership</a>
+    </li>
+    <li class="object-property">
       <a href="#qualifiedQuotation">prov:qualifiedQuotation</a>
     </li>
     <li class="object-property">
@@ -1643,7 +1659,7 @@
 
      <div id="description-starting-point-terms" class="section">
       <h3><span class="secno">3.1 </span>Starting Point Terms</h3>
-       <p>The Starting Point category is a small collection of classes and properties that can be used to create simple, initial provenance descriptions.
+       <p>The Starting Point category is a small set of classes and properties that can be used to create simple, initial provenance descriptions.
          Three classes provide a basis for the rest of PROV-O:  
        </p>
          <ul>
@@ -1665,19 +1681,20 @@
       </p>
 
       <p>In addiition, we can say that an Activity <a class="qname" href="#wasInformedBy">prov:wasInformedBy</a>
-      another Activity to provide some ordering information without explicitly mentioning the activities' start and end times. 
+      another Activity to provide some dependency information without explicitly providing the activities' start and end times. 
       A <span class="repeated">prov:wasInformedBy</span> relation between Activities suggests that the informed Activity used an Entity that was generated by the informing 
-      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.
+      Activity, but the Entity itself is not interesting or is unknown. 
+      So, the <span class="repeated">prov:wasInformedBy</span> property allows the assertion of provenance chains comprising only Activities.
       </p>
 
       <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,
+         A derivation is a transformation of one entity into another. For example, if the Activity that created the bar chart is not interesting or is unknown,
           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.
+      <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 also bears some responsibility for the resulting Activity or Entity.
 
       </p><div class="figure" style="text-align: center;" id="starting-points-figure">
             
@@ -1690,69 +1707,70 @@
             <div class="figcaption"><a href="#starting-points-figure">Figure 1</a>. The three Starting Point classes and the properties that relate them.</div>
       </div>
 
-        <div xmlns:prov="http://www.w3.org/ns/prov#" class="exampleOuter" typeof="prov:Entity" about="#narrative-example-simple-1">
-           <p>The following PROV-O describes the resources involved when creating a chart about crime statistics. The example uses only Starting Point terms and serves as a basis for elaboration that will be described in subsequent sections. In the example, Derek performs an aggregation of some government crime data, grouping by national regions that are described in a separate dataset by a civil action group.
+        <div xmlns:prov="http://www.w3.org/ns/prov#" class="exampleOuter" typeof="prov:Entity" about="#narrative-example-simple-1" id="narrative-example-simple-1">
+           <p>
+            <a href="#narrative-example-simple-1">Example 1</a>: The following PROV-O describes the resources involved when creating a chart about crime statistics. The example uses only Starting Point terms and serves as a basis for elaboration that will be described in subsequent sections. In the example, Derek performs an aggregation of some government crime data, grouping by national regions that are described in a separate dataset by a civil action group.
            </p> 
            <pre class="example" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/khalid-jun-dropbox/eg16-journalism-simple-without-comments.ttl" rel="prov:wasQuotedFrom">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
-@prefix ex:   &lt;http://example.org#&gt; .
-
-ex:bar_chart
+@prefix :     &lt;http://example.org#&gt; .
+
+:bar_chart
    a prov:Entity;
-   prov:wasGeneratedBy ex:illustrationActivity;
-   prov:wasDerivedFrom ex:aggregatedByRegions;
-.
-
-ex:illustrationActivity 
+   prov:wasGeneratedBy :illustrationActivity;
+   prov:wasDerivedFrom :aggregatedByRegions;
+.
+
+:illustrationActivity 
    a prov:Activity; 
-   prov:used              ex:aggregatedByRegions;
-   prov:wasAssociatedWith ex:derek;
-   prov:wasInformedBy     ex:aggregationActivity;
-.
-
-ex:aggregatedByRegions
+   prov:used              :aggregatedByRegions;
+   prov:wasAssociatedWith :derek;
+   prov:wasInformedBy     :aggregationActivity;
+.
+
+:aggregatedByRegions
    a prov:Entity;
-   prov:wasGeneratedBy ex:aggregationActivity;
-.
-
-ex:aggregationActivity
+   prov:wasGeneratedBy :aggregationActivity;
+.
+
+:aggregationActivity
    a prov:Activity;
    prov:startedAtTime    &quot;2011-07-14T01:01:01Z&quot;^^xsd:dateTime;
-   prov:wasAssociatedWith ex:derek;
-   prov:used              ex:crimeData;
-   prov:used              ex:nationalRegionsList;
+   prov:wasAssociatedWith :derek;
+   prov:used              :crimeData;
+   prov:used              :nationalRegionsList;
    prov:endedAtTime      &quot;2011-07-14T02:02:02Z&quot;^^xsd:dateTime;
 .
 
-ex:crimeData
+:crimeData
    a prov:Entity;
-   prov:wasAttributedTo ex:government;
-.
-ex:nationalRegionsList 
+   prov:wasAttributedTo :government;
+.
+:nationalRegionsList 
    a prov:Entity;
-   prov:wasAttributedTo ex:civil_action_group;
-.
-
-ex:aggregatedByRegions prov:wasAttributedTo ex:derek .
-ex:bar_chart           prov:wasAttributedTo ex:derek .
-
-ex:derek
+   prov:wasAttributedTo :civil_action_group;
+.
+
+:aggregatedByRegions prov:wasAttributedTo :derek .
+:bar_chart           prov:wasAttributedTo :derek .
+
+:derek
    a prov:Agent;
    a foaf:Person;
    foaf:givenName &quot;Derek&quot;^^xsd:string;
-   foaf:mbox      &lt;mailto:dererk@example.org&gt;;
-   prov:actedOnBehalfOf ex:chartgen;
-.
-
-ex:chartgen 
+   foaf:mbox      &lt;mailto:derek@example.org&gt;;
+   prov:actedOnBehalfOf :natonal_newspaper_inc;
+.
+
+:national_newspaper_inc 
    a prov:Agent;
    a prov:Organization;
-   foaf:name &quot;Chart Generators&quot;;
+   foaf:name &quot;National Newspaper, Inc.&quot;;
 . 
 
-ex:government         a prov:Organization, foaf:Organization .
-ex:civil_action_group a prov:Organization, foaf:Organization .</pre>
+:government         a prov:Organization, foaf:Organization .
+:civil_action_group a prov:Organization, foaf:Organization .</pre>
         </div>
 
       <p>The example states that the agent <code>ex:derek</code> was associated with two 
@@ -1779,6 +1797,11 @@
       <p>Finally, the example states that the agent <code>ex:derek</code> acted on behalf of the organization <code>ex:chartgen</code>.
       </p>   
 
+      <div class="figure" style="text-align: center;" id="narrative-example-simple-1-figure">
+            <img alt="Illustration of Derek making a bar chart from some aggregated government data." style="width: 90%; min-width: 25em; max-width: 60em" src="diagrams/starting-points-example.svg" />
+            <div class="figcaption"><a href="#narrative-example-simple-1-figure">Figure 2</a>. The three Starting Point classes and the properties that relate them.</div>
+      </div>
+
      </div> 
 <!--  Starting Points  in PROV-O  -->
 
@@ -1797,7 +1820,8 @@
 <!-- img src="prov-o-diagrams/Starting-points-terms.png" -->
 
             <img alt="PROV-O Starting Point terms" style="width: 60%; min-width: 25em; max-width: 60em" src="diagrams/expanded.svg" />
-            <div class="figcaption"><a href="#expanded-terms-figure">Figure 2</a>. The expanded terms build upon those in the Starting Points section.</div>
+            <div class="figcaption"><a href="#expanded-terms-figure">Figure 3</a>. The expanded terms build upon those in the Starting Points section. <br />
+            The domain of <a href="atLocation">prov:atLocation</a> (<span class="repeated">prov:Activity</span> or <span class="repeated">prov:Entity</span> or <span class="repeated">prov:Agent</span> or <span class="repeated">prov:InstantaneousEvent</span>) is not illustrated.</div>
       </div>
 
 
@@ -1825,13 +1849,15 @@
 
      <p>More general and more specific properties are also provided by the expanded terms. More generally, the property <a class="qname" href="#wasInfluencedBy">prov:wasInfluencedBy</a> is a superproperty that relates any influenced Entity, Activity, or Agent to any other influencing Entity, Activity, or Agent that had an effect on its characteristics. 
         More specifically, three subproperties of <span class="repeated">prov:wasDerivedFrom</span> are provided for certain kinds of derivation among Entities: 
-      <a class="qname" href="#wasQuotedFrom">prov:wasQuotedFrom</a> cites a potentially larger Entity (such as a Book, or Blog) from which an Entity was taken, 
-      <a class="qname" href="#wasRevisionOf">prov:wasRevisionOf</a> cites an older version of a revised Entity (such as a first edition of a book), and 
-      <a class="qname" href="#hadPrimarySource">prov:hadPrimarySource</a> cites an ancestor Entity produced by some agent with direct experience and 
+      <a class="qname" href="#wasQuotedFrom">prov:wasQuotedFrom</a> cites a potentially larger Entity (such as a book, blog, or image) from which a new Entity was created
+      by repeating some or all of the original, 
+      <a class="qname" href="#wasRevisionOf">prov:wasRevisionOf</a> indicates that the derived Entity contains substantial content from the original Entity 
+      (e.g., two editions of a book), and 
+      <a class="qname" href="#hadPrimarySource">prov:hadPrimarySource</a> cites an older Entity produced by some agent with direct experience and 
       knowledge about the topic (such as a reading from a sensor, or a journal written during an historical event). 
       </p>
      
-     <p>The <strong>second</strong> category relates Entities according to their levels of abstraction, where some Entities may present more aspects than their more general counterparts. 
+     <p>The <strong>second</strong> category relates Entities according to their levels of abstraction, where some Entities may present more specific aspects than their more general counterparts. 
       While <a class="qname" href="#specializationOf">prov:specializationOf</a> links a more specific Entity to a more general one (e.g., today's BBC news home page versus BBC's news home page on any day), <a class="qname" href="#alternateOf">prov:alternateOf</a> links Entities that present aspects of the same thing, but not necessarily the same aspects or at the same time (e.g., the serialization of a document in different formats).
     <a class="qname" href="#mentionOf">prov:mentionOf</a> is a special type of <span class="repeated">prov:specializationOf</span> whose subject presents as an aspect a particular <span class="repeated">prov:Bundle</span> in which its more general Entity was described (<a class="qname" href="#asInBundle">prov:asInBundle</a> is used to cite the Bundle in which the generalization was mentioned).
      </p>
@@ -1852,8 +1878,8 @@
       </p>
 
  
-      <p>The <strong>fourth</strong> category describes the lifetime of an Entity beyond being <strong>generated</strong> by an Activity and <strong>used</strong> by other Activities. For example, a painting could not have been displayed before it was painted, and it cannot be sold after it is destroyed by fire. 
-      Similarly to how Activities have start and end times, an Entity may be bound by points in time for which it was generated or is no longer usable. 
+      <p>The <strong>fourth</strong> category describes the lifetime of an Entity beyond being <strong>generated</strong> by an Activity and <strong>used</strong> by other Activities. For example, a painting could not have been displayed before it was painted, and it could not be sold after it was destroyed by fire. 
+      Similar to how Activities have start and end times, an Entity may be bound by points in time for which it was generated or is no longer usable. 
 The properties <a class="qname" href="#generatedAtTime">prov:generatedAtTime</a> and <a class="qname" href="#invalidatedAtTime">prov:invalidatedAtTime</a> can be used to bound the starting and ending moments of an Entity's existence. The Activities that led to the generation or invalidation of an Entity can be provided using <span class="repeated">prov:wasGeneratedBy</span> and <a class="qname" href="#wasInvalidatedBy">prov:wasInvalidatedBy</a>, respectively. 
 <a class="qname" href="#generated">prov:generated</a> and <a class="qname" href="#invalidated">prov:invalidated</a> are the inverses of <span class="repeated">prov:wasGeneratedBy</span> and <span class="repeated">prov:wasInvalidatedBy</span>, respectively, and are defined to facilitate Activity-centric in addition to Entity-centric modeling. 
       </p>
@@ -1861,11 +1887,15 @@
       <p>The <strong>fifth</strong> category describes the lifetime of an Activity beyond its start and end times and predecessor Activities.  
       Activities may also be started or ended by Entities, which are described using the properties <a class="qname" href="#wasStartedBy">prov:wasStartedBy</a> and <a class="qname" href="#wasEndedBy">prov:wasEndedBy</a>, respectively. Since Entities may start or end Activities, and Agents may be Entities, then Agents may also start or end Activities.
       </p>
-        <div xmlns:prov="http://www.w3.org/ns/prov#" class="exampleOuter" typeof="prov:Entity" about="#narrative-example-expanded-1">
-           <p>We illustrate below the use of the expanded terms using the crime file example from the previous section as reference. Agent Derek now publishes a post about
-         his work with the aggregated file:
+
+        <div xmlns:prov="http://www.w3.org/ns/prov#" class="exampleOuter" typeof="prov:Entity" about="#narrative-example-expanded-1" id="narrative-example-expanded-1">
+           <p>We illustrate below the use of the expanded terms using the crime file example from the previous section as reference. Derek then published a post about
+         his work with the aggregated file.
             </p> 
-         
+            <p>   
+               <a href="#narrative-example-expanded-1">Example 2</a>:
+            </p>
+
             <pre class="example" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl" rel="prov:wasQuotedFrom">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
 @prefix sioc: &lt;http://rdfs.org/sioc/ns#&gt; .
@@ -1880,7 +1910,7 @@
    :derek
       a prov:Person, prov:Agent, foaf:Person; ## Typically prov:Agent will be inferred from prov:Person
       foaf:givenName      &quot;Derek&quot;^^xsd:string;
-      foaf:mbox           &lt;mailto:dererk@example.org&gt;;
+      foaf:mbox           &lt;mailto:derek@example.org&gt;;
       prov:actedOnBehalfOf :chartgen;
    .
 
@@ -1946,22 +1976,25 @@
         </div>
          
          <p>
-         Agent <code>ex:derek</code>, acting again in behalf of the <code>ex:chartgenerators</code> organization, 
+         Agent <code>ex:derek</code>, acting again on behalf of the <code>ex:chartgenerators</code> organization, 
          publishes a post about his recent changes to the aggregated file (<code>ex:aggregatedByRegions</code>) using the tool <code>ex:postEditor</code>. Since he is the one who started and ended the publishing activity (<code>ex:publicationActivity1123</code>), that information
          is recorded as well. The post produced by <code>ex:derek</code> (<code>ex:post9821v1</code>) includes a permanent link where the content of the latest version is shown
          (<code>ex:more-crime-happens-in-cities</code>) plus a snapshot of the content of the current version (<code>ex:postContent0</code>). Derek also adds additional metadata of the post, like the title.
          </p>
          <p>
-         However, inmediately after having published the post, Derek detects a typo. He does not want to record the activity that led to the new version, so he just creates a new version and 
-         summarizes the changes in a revision of the original post(<code>ex:post9821v2</code>). This revision is also a specialization of the original post, since it is a refined version. 
+         However, shortly after having published the post, Derek detects a typo. He does not want to record the activity that led to the new version, so he just creates a new version and 
+         summarizes the changes in a revision of the original post (<code>ex:post9821v2</code>). This revision is also a specialization of the original post, since it is a refined version. 
          Thus, the permalink to the latest version (<code>ex:more-crime-happens-in-cities</code>) remains the same in the new revision, but a different URL is given for its snapshot (<code>ex:postContent1</code>).
          </p>        
          
        <div xmlns:prov="http://www.w3.org/ns/prov#" class="exampleOuter" typeof="prov:Entity" about="#narrative-example-expanded-1-a">
-           <p>Shortly after Derek's post publication, ex:monica adapts the text for a wider audience in a new post (<code>ex:post9822</code>). This version is an specialization of the original post,
+           <p>Shortly after Derek's post publication, ex:monica adapts the text for a wider audience in a new post (<code>ex:post9822</code>). This version is a specialization of the original post,
          and an alternate of the version modified by Derek. Since the provenance produced by the activities of Derek and Monica correspond to different user views, the system
-         automatically publish it in different <a class="qname" href="#Bundle">prov:Bundles</a> (<code>ex:bundlePost and ex:bundlePost1</code>).
+         automatically publish it in different <a class="qname" href="#Bundle">prov:Bundle</a>s (<code>ex:bundlePost and ex:bundlePost1</code>).
             </p>        
+            <p>   
+               <a href="#narrative-example-expanded-1-a">Example 3</a>:
+            </p>
             <pre class="example" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1_a.ttl" rel="prov:wasQuotedFrom">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
 @prefix sioc: &lt;http://rdfs.org/sioc/ns#&gt; .
@@ -1985,9 +2018,9 @@
       a prov:Entity, sioc:Post;
       prov:atLocation       :more-crime-happens-in-cities-for-dummies; ## PERMALINK to the (latest revision of the) post
       my:snapshotContent    :postContent2;                             ## Snapshot with the content of this version
-      prov:alternateOf      :post9821v2;                               ## This post is an alternate of the second version modified by Dereck.
-      prov:specializationOf :more-crime-happens-in-cities;             ## This post is an specialization of the post initially created by Dereck.
-      prov:tracedTo         :aggregatedByRegions;                      ## If the file hadn't existed, Monica would have not written the post. 
+      prov:alternateOf      :post9821v2;                               ## This post is an alternate of the second version modified by Derek.
+      prov:specializationOf :more-crime-happens-in-cities;             ## This post is an specialization of the post initially created by Derek.
+      prov:wasInfluencedBy  :aggregatedByRegions;                      ## If the file hadn't existed, Monica would have not written the post. 
                                                                        ## However the file is not what Monica used as primary source for writting the new post,
                                                                        ## so we can't consider the post to have &quot;been derived from&quot; it.
       sioc:title &quot;More crime happens in cities (for dummies)&quot;^^xsd:string;
@@ -1999,6 +2032,9 @@
          <div xmlns:prov="http://www.w3.org/ns/prov#" class="exampleOuter" typeof="prov:Entity" about="#narrative-example-expanded-2">
             <p>Some time passes by, and John writes his own conclusions quoting the previous two posts:
             </p> 
+            <p>   
+               <a href="#narrative-example-expanded-2">Example 4</a>:
+            </p>
             <pre class="example" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.ttl" rel="prov:wasQuotedFrom">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
 @prefix sioc: &lt;http://rdfs.org/sioc/ns#&gt; .
@@ -2031,7 +2067,7 @@
       prov:wasQuotedFrom :post9821v2.
    
    :publicationActivity1123
-      a prov:Axtivity;
+      a prov:Activity;
       prov:used :quote1,
                 :quote2,
                 :aggregatedByRegions;
@@ -2057,6 +2093,9 @@
          </p>        
          
          <div xmlns:prov="http://www.w3.org/ns/prov#" class="exampleOuter" typeof="prov:Entity" about="#narrative-example-expanded-3">
+            <p>   
+               <a href="#narrative-example-expanded-3">Example 5</a>:
+            </p>
             <pre class="example" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt4.ttl" rel="prov:wasQuotedFrom">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
 @prefix sioc: &lt;http://rdfs.org/sioc/ns#&gt; .
@@ -2081,29 +2120,41 @@
 
      <div id="description-qualified-terms" class="section">
        <h3><span class="secno">3.3 </span>Qualified Terms</h3>
-       <p>The Qualified Terms category is for users who wish to provide further details about the influence among
+       <p>The Qualified Terms category is for users who wish to provide further details about the provenance-related influence among
          Entities, Activities, and Agents.  The terms in this category are the result of
          applying the <strong>Qualification Pattern</strong> [<cite><a class="bibref" rel="biblioentry" href="#bib-LD-Patterns-QR">LD-Patterns-QR</a></cite>] to the simple (unqualified)
          relations available in the <a href="#prov-starting-point-owl-terms-at-a-glance">Starting Point</a> and 
          <a href="#prov-expanded-owl-terms-at-a-glance">Expanded</a> categories.  
       The Qualification Pattern consists of restating the unqualified
          relation by using an intermediate class that represents the influence between two resources. 
-      This new instance, in turn, can be described with arbitrary descriptions about the influence between the two resources cited. The following two tables list the relations that can be qualified using the Qualification Pattern, along with the properties used to qualify them. For example, the first table's third row indicates that when we want to elaborate the association (<span class="repeated">prov:wasAssociatedWith</span>) that an Agent had upon an Activity, we add an additional description (<span class="repeated">prov:qualifiedAssociation</span>) to the Activity that references an instance of <span class="repeated">prov:Association</span> that, in turn, references the influencing Agent with the property <span class="repeated">prov:agent</span>. The instance of  <span class="repeated">prov:Association</span> can then be annotated with arbitrary descriptions about the influence that the Agent had upon the Activity.
+      This new instance, in turn, can be annotated with additional descriptions about the influence relationship between the two resources cited. 
+      The following two tables list the influence relations that can be qualified using the Qualification Pattern, along with the properties used to qualify them. 
+
+      For example, the second row of the first table indicates that to elaborate how an <span class="repeated">prov:Activity</span>
+      <span class="repeated">prov:used</span> a particular <span class="repeated">prov:Entity</span>, one creates an instance of <span class="repeated">prov:Usage</span>.
+      While the <span class="repeated">prov:Usage</span> cites the influencing entity with the <span class="repeated">prov:entity</span> property,
+      the influenced <span class="repeated">prov:Activity</span> cites the <span class="repeated">prov:Usage</span> with the property <span class="repeated">prov:qualifiedUsage</span>.
+      This structure is illustrated in <a href="#qualified-terms-figure">Figure 4a</a> below.
+
+      
+<!--  For example, the first table's third row indicates that when we want to elaborate the association (prov:wasAssociatedWith) that an 
+         Agent had upon an Activity, we can create an instance of prov:Association and use that to express additional descriptions about the influence that the Agent had upon the Activity.  -->
+
       </p>
 
       <div style="padding: 10px" id="qualified-forms-starting-point">
-         <p>Seven <a href="#description-starting-point-terms">Starting Point</a> relations that can be further described using the Qualification Pattern, along with qualification property, influence class, and influencer properties.
+         <p>Seven <a href="#description-starting-point-terms">Starting Point</a> relations that can be further described using the Qualification Pattern.
          </p>
          <div style="text-align: center">
             <table class="qualified-forms">
   <caption><a href="#qualified-forms-starting-point">Table 1</a>: Qualification Property and Influence Class used to qualify a Starting-point Property.</caption>
   <tbody><tr>
-    <th>Influenced Class</th>
-    <th>Unqualified Influence</th>
-    <th>Qualification Property</th>
-    <th>Qualified Influence</th>
-    <th>Influencer Property</th>
-    <th>Influencing Class</th>
+    <th><span title="Influenced Class">Influenced Class</span></th>
+    <th><span title="Unqualified Influence">Unqualified Influence</span></th>
+    <th><span title="Qualification Property">Qualification Property</span></th>
+    <th><span title="Qualified Influence">Qualified Influence</span></th>
+    <th><span title="Influencer Property">Influencer Property</span></th>
+    <th><span title="Influencing Class">Influencing Class</span></th>
   </tr>
   <tr>
     <td><a class="owlclass" href="#Agent" title="http://www.w3.org/ns/prov#Agent">prov:Agent</a></td>
@@ -2167,18 +2218,26 @@
       </div>
 
       <div style="padding: 10px" id="qualified-forms-expanded">
-         <p>Six <a href="#description-expanded-terms">Expanded</a> relations that can be further described using the Qualification Pattern, along with qualification property, influence class, and influencer properties.
+         <p>Seven <a href="#description-expanded-terms">Expanded</a> relations that can be further described using the Qualification Pattern.
          </p>
          <div style="text-align: center">
             <table class="qualified-forms">
   <caption><a href="#qualified-forms-expanded">Table 2</a>: Qualification Property and Influence Class used to qualify an Expanded Property.</caption>
   <tbody><tr>
-    <th>Influenced Class</th>
-    <th>Unqualified Influence</th>
-    <th>Qualification Property</th>
-    <th>Qualified Influence</th>
-    <th>Influencer Property</th>
-    <th>Influencing Class</th>
+    <th><span title="Influenced Class">Influenced Class</span></th>
+    <th><span title="Unqualified Influence">Unqualified Influence</span></th>
+    <th><span title="Qualification Property">Qualification Property</span></th>
+    <th><span title="Qualified Influence">Qualified Influence</span></th>
+    <th><span title="Influencer Property">Influencer Property</span></th>
+    <th><span title="Influencing Class">Influencing Class</span></th>
+  </tr>
+  <tr>
+    <td><a class="owlclass" href="#Collection" title="http://www.w3.org/ns/prov#Collection">prov:Collection</a></td>
+    <td><a class="owlproperty" href="#hadMember" title="http://www.w3.org/ns/prov#hadMember">prov:hadMember</a></td>
+    <td><a class="owlproperty" href="#qualifiedMembership" title="http://www.w3.org/ns/prov#qualifiedMembership">prov:qualifiedMembership</a></td>
+    <td><a class="owlclass" href="#Membership" title="http://www.w3.org/ns/prov#Membership">prov:Membership</a></td>
+    <td><a class="owlproperty" href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a></td>
+    <td><a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a></td>
   </tr>
   <tr>
     <td><a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a></td>
@@ -2241,7 +2300,7 @@
          Conversely, the <strong>qualifies</strong> headers in the listings for qualification terms indicate the unqualified property that they qualify.
       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 
+         All 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> and either 
          <a href="#EntityInfluence" class="qname">prov:EntityInfluence</a>, 
          <a href="#ActivityInfluence" class="qname">prov:ActivityInfluence</a>, or
@@ -2250,20 +2309,22 @@
        <a href="#activity" class="qname">prov:activity</a>, or
        <a href="#agent" class="qname">prov:agent</a>, respectively).
          </p><p>
-So for instance, if we have the unqualified statement:
-</p><pre class="example">:e1 
+            For example, given the unqualified statement:
+            </p><pre class="example">:e1 
    a prov:Entity;
    prov:wasGeneratedBy :a1;
 .
 
 :a1 a prov:Activity .</pre>
-<p></p>
-<p>Then we find in PROV-O that <a href="#wasGeneratedBy" class="qname">prov:wasGeneratedBy</a> can be qualified with  
-the qualification property <a href="#qualifiedGeneration" class="qname">prov:qualifiedGeneration</a> 
-and
-the class <a href="#Generation" class="qname">prov:Generation</a>, which is a subclass of <a href="#ActivityInfluence" class="qname">prov:ActivityInfluence</a>. From this, we can restate the above relation using the <em>qualification pattern</em> as:
-</p>
-<pre class="example">:e1 
+         <p></p>
+
+         <p>One can find that <a href="#wasGeneratedBy" class="qname">prov:wasGeneratedBy</a> 
+            can be qualified using the qualification property <a href="#qualifiedGeneration" class="qname">prov:qualifiedGeneration</a> 
+            and the class <a href="#Generation" class="qname">prov:Generation</a> (a subclass of <a href="#ActivityInfluence" class="qname">prov:ActivityInfluence</a>). 
+            From this, the influence relation above can be restated with the <em>qualification pattern</em> as:
+         </p>
+
+            <pre class="example">:e1 
    a prov:Entity;
    prov:wasGeneratedBy      :a1;
    prov:qualifiedGeneration :e1Gen; # Add the qualification
@@ -2274,26 +2335,31 @@
 :e1Gen 
    a prov:Generation;
    prov:activity :a1;               # Cite the influencing Activity.
-   :foo :bar;
+   ex:foo :bar;                     # Add additional attributes about the influence relation.
 .</pre>
-<p>
-The asserter can thus attach additional properties to <code>:e1Gen</code> to
-describe the generation of <code>:e1</code>. To simplify client queries, any
-qualified relation <em class="rfc2119" title="should">should</em> be accompanied by the equivalent unqualified
-statement. Unqualified properties <em class="rfc2119" title="should not">should not</em> have the equivalent qualified form
-asserted unless it adds additional information.  
-   </p>
-
-      <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, 
+
+         <p>
+            The asserter can thus attach additional properties to <code>:e1Gen</code> to
+            describe the generation of <code>:e1</code>. To simplify client queries, any
+            qualified relation <em class="rfc2119" title="should">should</em> be accompanied by the equivalent unqualified
+            statement. Unqualified properties <em class="rfc2119" title="should not">should not</em> have the equivalent qualified form
+            asserted unless it adds additional information.  
+        </p>
+
+      <p>In addition to the previous two tables, <a href="#qualified-terms-figure">Figure 4</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.
+         <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>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. 
+      <span class="repeated">prov:Usage</span>, which in turn 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 
@@ -2325,8 +2391,13 @@
 <!-- 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: 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 class="figcaption"><a href="#qualified-terms-figure">Figure 4</a>: 
+            Illustration of the properties and classes to use (<span style="color: blue">in blue</span>)
+            to qualify the 
+            <a href="#description-starting-point-terms">starting point</a> and 
+            <a href="description-expanded-terms">expanded</a> influence relations (<strong>dotted black</strong>). <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>
 
 
@@ -2559,20 +2630,20 @@
 
       <dt></dt>
       <dd>
-        <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="#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="#qualifiedEnd" title="http://www.w3.org/ns/prov#qualifiedEnd">prov:qualifiedEnd</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="#qualifiedCommunication" title="http://www.w3.org/ns/prov#qualifiedCommunication">prov:qualifiedCommunication</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="#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="#endedAtTime" title="http://www.w3.org/ns/prov#endedAtTime">prov:endedAtTime</a> <sup title="data property" class="type-dp">dp</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="#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>
@@ -2581,23 +2652,15 @@
       </dd><dt>in range of</dt>
       <dd>
         <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="#activity" title="http://www.w3.org/ns/prov#activity">prov:activity</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="#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>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Activity" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-constraints</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Activity" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Activity" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -2620,19 +2683,19 @@
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
-@prefix :     &lt;http://example.com/&gt; .
+@prefix :     &lt;http://example.com#&gt; .
 
 :derek
    a prov:Agent, prov:Person;
    foaf:givenName      &quot;Derek&quot;^^xsd:string;
-   foaf:mbox           &lt;mailto:dererk@example.org&gt;;
-   foaf:homePage       &lt;http://dereck.example.com&gt;;
-   prov:actedOnBehalfOf :chartgen;
-.
-
-:chartgen 
+   foaf:mbox           &lt;mailto:derek@example.org&gt;;
+   foaf:homePage       &lt;http://derek.example.com&gt;;
+   prov:actedOnBehalfOf :national_newspaper_inc;
+.
+
+:national_newspaper_inc
    a prov:Agent, prov:Organization;
-   foaf:name &quot;Chart Generators, Inc.&quot;;
+   foaf:name &quot;National Newspaper, Inc.&quot;;
 . 
 </pre>
     </div>
@@ -2664,13 +2727,9 @@
         , <a class="owlclass" href="#SoftwareAgent" title="http://www.w3.org/ns/prov#SoftwareAgent">prov:SoftwareAgent</a>
       </dd>
 
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-agent" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Agent" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-agent" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -2710,28 +2769,28 @@
 
       <dt></dt>
       <dd>
-        <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="#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="#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="#asInBundle" title="http://www.w3.org/ns/prov#asInBundle">prov:asInBundle</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="#specializationOf" title="http://www.w3.org/ns/prov#specializationOf">prov:specializationOf</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="#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="#wasGeneratedBy" title="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</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="#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="#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>
@@ -2740,19 +2799,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="#alternateOf" title="http://www.w3.org/ns/prov#alternateOf">prov:alternateOf</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="#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="#invalidated" title="http://www.w3.org/ns/prov#invalidated">prov:invalidated</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="#specializationOf" title="http://www.w3.org/ns/prov#specializationOf">prov:specializationOf</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>
@@ -2762,17 +2821,9 @@
         , <a class="owlclass" href="#Bundle" title="http://www.w3.org/ns/prov#Bundle">prov:Bundle</a>
       </dd>
 
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-entity" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-constraints</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Entity" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-entity" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 </div>
@@ -2785,7 +2836,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#actedOnBehalfOf</p>
-    <div class="definition"><p>Delegation is the assignment of authority and responsibility to an agent (by itself or by another agent) to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work.
+    <div class="definition def-from-5"><p>Delegation is the assignment of authority and responsibility to an agent (by itself or by another agent) to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work.
 
 For example, a student acted on behalf of his supervisor, who acted on behalf of the department chair, who acted on behalf of the university; all those agents are responsible in some way for the activity that took place but we do not say explicitly who bears responsibility and to what degree.</p>
     </div>
@@ -2803,13 +2854,13 @@
 :derek
    a prov:Agent;
    foaf:givenName &quot;Derek&quot;^^xsd:string;
-   foaf:mbox      &lt;mailto:dererk@example.org&gt;;
-   prov:actedOnBehalfOf :chartgen; 
-.
-
-:chartgen 
+   foaf:mbox      &lt;mailto:derek@example.org&gt;;
+   prov:actedOnBehalfOf :national_newspaper_inc; 
+.
+
+:national_newspaper_inc 
    a prov:Agent, prov:Organization;
-   foaf:name &quot;Chart Generators, Inc.&quot;;
+   foaf:name &quot;National Newspaper, Inc.&quot;;
 .
 </pre>
     </div>
@@ -2858,6 +2909,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-delegation" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -2870,7 +2925,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#endedAtTime</p>
-    <div class="definition"><p>End is when an activity is deemed to have ended. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to an entity, known as trigger, that terminated the activity, or to an activity, known as ender that generated the trigger.</p>
+    <div class="definition def-from-5"><p>End is when an activity is deemed to have ended. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to an entity, known as trigger, that terminated the activity, or to an activity, known as ender that generated the trigger.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-endedAtTime">
@@ -2898,7 +2953,6 @@
     <div class="description">
       <div class="comment "><p>The time at which an activity ended. See also prov:startedAtTime.</p>
       </div>
-      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -2931,6 +2985,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-End" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -2943,7 +3001,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#startedAtTime</p>
-    <div class="definition"><p>Start is when an activity is deemed to have started. The activity did not exist before its start. Any usage or generation involving an activity follows the activity's start. A start may refer to an entity, known as trigger, that set off the activity, or to an activity, known as starter, that generated the trigger.</p>
+    <div class="definition def-from-5"><p>Start is when an activity is deemed to have started. The activity did not exist before its start. Any usage or generation involving an activity follows the activity's start. A start may refer to an entity, known as trigger, that set off the activity, or to an activity, known as starter, that generated the trigger.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-startedAtTime">
@@ -2971,7 +3029,6 @@
     <div class="description">
       <div class="comment "><p>The time at which an activity started. See also prov:endedAtTime.</p>
       </div>
-      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -3004,6 +3061,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Start" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -3016,7 +3077,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#used</p>
-    <div class="definition"><p>Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity.</p>
+    <div class="definition def-from-5"><p>Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-used">
@@ -3086,6 +3147,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Usage" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -3098,7 +3163,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasAssociatedWith</p>
-    <div class="definition"><p>An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity.</p>
+    <div class="definition def-from-5"><p>An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasAssociatedWith">
@@ -3163,6 +3228,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Association" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -3175,7 +3244,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasAttributedTo</p>
-    <div class="definition"><p>An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. </p>
+    <div class="definition def-from-1"><p>Attribution is the ascribing of an entity to an agent.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasAttributedTo">
@@ -3249,6 +3318,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-attribution" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -3261,7 +3334,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasDerivedFrom</p>
-    <div class="definition"><p>An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. </p>
+    <div class="definition def-from-1"><p>A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasDerivedFrom">
@@ -3271,15 +3344,21 @@
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix ex:   &lt;http://example.com/vocab#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
-:bar_chart prov:wasDerivedFrom :aggregatedByRegions .
+:bar_chart 
+   a prov:Entity, ex:Barchart;
+   prov:wasDerivedFrom :aggregatedByRegions;
+.
+
+:aggregatedByRegions
+   a prov:Entity, ex:Dataset;
+.
 </pre>
     </div>
 
     <div class="description">
-      <div class="comment "><p>A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one.</p>
-      </div>
       <dl>
 
         <dt>has super-properties</dt>
@@ -3336,6 +3415,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Derivation" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -3348,7 +3431,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasGeneratedBy</p>
-    <div class="definition"><p>Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.</p>
+    <div class="definition def-from-5"><p>Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasGeneratedBy">
@@ -3413,6 +3496,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Generation" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -3425,7 +3512,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasInformedBy</p>
-    <div class="definition"><p>Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.</p>
+    <div class="definition def-from-5"><p>Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasInformedBy">
@@ -3490,6 +3577,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Communication" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -3511,6 +3602,15 @@
       <a href="#Collection">prov:Collection</a>
     </li>
     <li>
+      <a href="#CompleteCollection">prov:CompleteCollection</a>
+    </li>
+    <li>
+      <a href="#EmptyCollection">prov:EmptyCollection</a>
+    </li>
+    <li>
+      <a href="#IncompleteCollection">prov:IncompleteCollection</a>
+    </li>
+    <li>
       <a href="#Location">prov:Location</a>
     </li>
     <li>
@@ -3594,7 +3694,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Bundle</p>
-    <div class="definition"><p>A bundle is a named set of descriptions, but it is also an entity so that its provenance can be described.</p>
+    <div class="definition"><p>A bundle is a named set of provenance descriptions, and is itself an Entity, so allowing provenance of provenance to be expressed.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Bundle">
@@ -3625,7 +3725,8 @@
    prov:wasDerivedFrom :report1;
 .
 
-# Let us assume that Bob observed the creation of :report1. A first bundle can be expressed.
+# Let us assume that Bob observed the creation of :report1. 
+# A first bundle can be expressed.
  
 bob:bundle1 {
    :report1
@@ -3635,7 +3736,8 @@
    .
 }
 
-# In contrast, Alice observed the creation of :report2 and its derivation from :report1.
+# In contrast, Alice observed the creation of :report2 
+# and its derivation from :report1.
  
 alice:bundle2 {
    :report1 a prov:Entity .
@@ -3647,7 +3749,8 @@
    .
 }
 
-# The first bundle contains the descriptions corresponding to Bob observing the creation of :report1.
+# The first bundle contains the descriptions corresponding to Bob 
+# observing the creation of :report1.
  
 bob:bundle1
    a prov:Bundle;
@@ -3655,7 +3758,8 @@
    prov:wasAttributedTo :Bob;
 .
 
-# In contrast, the second bundle is attributed to Alice who observed the derivation of :report2 from :report1.
+# In contrast, the second bundle is attributed to Alice who observed 
+# the derivation of :report2 from :report1.
  
 alice:bundle2
    a prov:Bundle;
@@ -3666,7 +3770,7 @@
     </div>
 
     <dl class="description">
-    <dd class="comment"><p>Note that there are kinds of accounts (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O.</p>
+    <dd class="comment"><p>Note that there are kinds of bundles (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O.</p>
     </dd>
 
       <dt>is subclass of</dt>
@@ -3679,13 +3783,9 @@
         <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>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-bundle-entity" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-bundle-declaration" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-bundle-entity" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -3697,7 +3797,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Collection</p>
-    <div class="definition"><p>A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections. Many different types of collections exist, such as a sets, dictionaries, or lists. Using Collections, one can express the provenance of the collection itself in addition to that of the members.</p>
+    <div class="definition"><p>A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Collection">
@@ -3715,8 +3815,11 @@
 
    prov:qualifiedGeneration [
       a prov:Generation;
-      dcterms:date &quot;2012&quot;^^xsd:gYear; # The generation is being qualified to be imprecise;
-   ];                                 # prov:generatedAtTime and prov:atTime specify exact instants in time.
+      
+      # The generation is being qualified to be imprecise;
+      # prov:generatedAtTime and prov:atTime specify exact instants in time.
+      dcterms:date &quot;2012&quot;^^xsd:gYear; 
+   ];                                 
 
    prov:hadMember
       &lt;http://dbpedia.org/resource/John_Glover_Roberts,_Jr.&gt;,
@@ -3736,27 +3839,21 @@
 
 :copied-string
    a prov:Entity;
-   prov:value &quot;2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg S. Breyer S. Alito S. Sotomayor E. Kagan&quot;;
+   prov:value &quot;&quot;&quot;2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg 
+                 S. Breyer S. Alito S. Sotomayor E. Kagan&quot;&quot;&quot;;
    prov:wasQuotedFrom :page-by-composition;
 .
 
 :page-by-seat
    a prov:Entity, :WikipediaPage;
    prov:specializationOf &lt;http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_seat&gt;;
-   prov:wasGeneratedAtTime &quot;2011-08-31T12:51&quot;^^xsd:dateTime;
+   prov:generatedAtTime &quot;2011-08-31T12:51&quot;^^xsd:dateTime;
 .
 
 :page-by-composition
    a prov:Entity, :WikipediaPage;
    prov:specializationOf &lt;http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_court_composition&gt;;
-   prov:wasGeneratedAtTime &quot;2012-05-16T14:33&quot;^^xsd:dateTime;
-.
-
-&lt;&gt; 
-   a prov:Bundle;
-   prov:wasDerivedFrom  :page-by-composition,
-                        :page-by-seat;
-   prov:wasAttributedTo &lt;http://tw.rpi.edu/instances/TimLebo&gt;;
+   prov:generatedAtTime &quot;2012-05-16T14:33&quot;^^xsd:dateTime;
 .
 </pre>
     </div>
@@ -3772,11 +3869,178 @@
       <dt></dt>
       <dd>
         <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="#qualifiedMembership" title="http://www.w3.org/ns/prov#qualifiedMembership">prov:qualifiedMembership</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-collection" title="prov-dm">prov-dm</a>      </dd>
+      <dt>has subclasses</dt>
+      <dd>
+        <a class="owlclass" href="#IncompleteCollection" title="http://www.w3.org/ns/prov#IncompleteCollection">prov:IncompleteCollection</a>
+        , <a class="owlclass" href="#CompleteCollection" title="http://www.w3.org/ns/prov#CompleteCollection">prov:CompleteCollection</a>
+        , <a class="owlclass" href="#EmptyCollection" title="http://www.w3.org/ns/prov#EmptyCollection">prov:EmptyCollection</a>
+      </dd>
+
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-collection" title="prov-dm">prov-dm</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="CompleteCollection">
+    <h3 id="class--prov-completecollection-----------------back-to-expanded-classes">
+      Class: <a href="#CompleteCollection"><span title="http://www.w3.org/ns/prov#CompleteCollection" class="dotted">prov:CompleteCollection</span></a>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded classes</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#CompleteCollection</p>
+    <div class="definition"><p>The collection is believed to include all and only the members specified in the entity-set.</p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-class-CompleteCollection">
+      <span resource="http://www.w3.org/ns/prov#CompleteCollection" rel="dcterms:subject"></span>
+      <strong class="crossreference">Example</strong>
+      <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_CompleteCollection.ttl" rel="prov:wasQuotedFrom">@prefix rdfs:    &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
+@prefix xsd:     &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+@prefix dcterms: &lt;http://purl.org/dc/terms/&gt; .
+@prefix owl:     &lt;http://www.w3.org/2002/07/owl#&gt; .
+@prefix prov:    &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix ex:      &lt;http://example.com/vocab#&gt; .
+@prefix :        &lt;http://example.com/&gt; .
+
+:the-first-us-supreme-court
+   a prov:Collection, prov:CompleteCollection, ex:JayCourt;
+   dcterms:description [
+      a prov:Entity;
+      prov:value &quot;1789–1792: J. Rutledge Wm. Cushing J. Wilson J. Blair J. Iredell&quot;;
+      prov:wasQuotedFrom :page-by-composition;
+   ];
+   prov:qualifiedGeneration [
+      a prov:Generation;
+      dcterms:date &quot;1789&quot;^^xsd:gYear;
+   ];
+   prov:qualifiedInvalidation [
+      a prov:Invalidation;
+      dcterms:date &quot;1792&quot;^^xsd:gYear;
+   ];
+   prov:hadMember &lt;http://dbpedia.org/resource/John_Jay&gt;,
+                  &lt;http://dbpedia.org/resource/John_Rutledge&gt;,
+                  &lt;http://dbpedia.org/resource/William_Cushing&gt;,
+                  &lt;http://dbpedia.org/resource/James_Wilson&gt;,
+                  &lt;http://dbpedia.org/resource/John_Blair,_Jr.&gt;,
+                  &lt;http://dbpedia.org/resource/James_Iredell&gt;;
+.
+
+:page-by-composition
+   a prov:Entity, :WikipediaPage;
+   prov:specializationOf 
+      &lt;http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_court_composition&gt;;
+   prov:generatedAtTime &quot;2012-05-16T14:33&quot;^^xsd:dateTime;
+.
+</pre>
+    </div>
+
+    <dl class="description">
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#Collection" title="http://www.w3.org/ns/prov#Collection">prov:Collection</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#qualifiedMembership" title="http://www.w3.org/ns/prov#qualifiedMembership">prov:qualifiedMembership</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>      </dd>
+
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-collection-membership" title="prov-dm">prov-dm</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="EmptyCollection">
+    <h3 id="class--prov-emptycollection-----------------back-to-expanded-classes">
+      Class: <a href="#EmptyCollection"><span title="http://www.w3.org/ns/prov#EmptyCollection" class="dotted">prov:EmptyCollection</span></a>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded classes</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#EmptyCollection</p>
+    <div class="definition"><p>An empty collection is a collection without members.</p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-class-EmptyCollection">
+      <span resource="http://www.w3.org/ns/prov#EmptyCollection" rel="dcterms:subject"></span>
+      <strong class="crossreference">Example</strong>
+      <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_EmptyCollection.ttl" rel="prov:wasQuotedFrom">@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.org/&gt; .
+
+:member1 a prov:Entity .
+:member2 a prov:Entity .
+
+:c a prov:EmptyCollection . # The collection is believed to not contain members.
+</pre>
+    </div>
+
+    <dl class="description">
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#Collection" title="http://www.w3.org/ns/prov#Collection">prov:Collection</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#qualifiedMembership" title="http://www.w3.org/ns/prov#qualifiedMembership">prov:qualifiedMembership</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>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="IncompleteCollection">
+    <h3 id="class--prov-incompletecollection-----------------back-to-expanded-classes">
+      Class: <a href="#IncompleteCollection"><span title="http://www.w3.org/ns/prov#IncompleteCollection" class="dotted">prov:IncompleteCollection</span></a>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded classes</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#IncompleteCollection</p>
+    <div class="definition"><p>A collection that is believed to include more members in addition to those specified in the entity-set.</p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-class-IncompleteCollection">
+      <span resource="http://www.w3.org/ns/prov#IncompleteCollection" rel="dcterms:subject"></span>
+      <strong class="crossreference">Example</strong>
+      <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_IncompleteCollection.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
+@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+@prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix ex:   &lt;http://example.com/vocab#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:todays-us-supreme-court
+   a prov:IncompleteCollection, # The asserter of this set believes that there are 
+       ex:RobertsCourt;         # more members to this collection of U.S. Supreme Court.
+
+   prov:hadMember &lt;http://dbpedia.org/resource/Antonin_Scalia&gt;,
+                  &lt;http://dbpedia.org/resource/Elena_Kagan&gt;;
+.
+</pre>
+    </div>
+
+    <dl class="description">
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#Collection" title="http://www.w3.org/ns/prov#Collection">prov:Collection</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#qualifiedMembership" title="http://www.w3.org/ns/prov#qualifiedMembership">prov:qualifiedMembership</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>      </dd>
+
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-collection-membership" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -3828,13 +4092,9 @@
         <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>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-attribute-location" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-attribute" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-attribute-location" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -3876,15 +4136,11 @@
 
       <dt></dt>
       <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>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-agent" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-types" title="prov-n">prov-n</a>      </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>
+
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-agent" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -3926,15 +4182,11 @@
 
       <dt></dt>
       <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>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-agent" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-types" title="prov-n">prov-n</a>      </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>
+
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-agent" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -3958,7 +4210,8 @@
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
-# Googlebot is Google's web crawling bot; it can initiate and participate in web-crawling activities.
+# Googlebot is Google's web crawling bot; 
+# it can initiate and participate in web-crawling activities.
 
 :googlebot
    a prov:SoftwareAgent;
@@ -3977,20 +4230,11 @@
 
       <dt></dt>
       <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>
-        <a class="owlclass" href="#ProvenanceService" title="http://www.w3.org/ns/prov#ProvenanceService">prov:ProvenanceService</a>
-      </dd>
-
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-agent" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-types" title="prov-n">prov-n</a>      </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>
+
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-agent" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 </div>
@@ -4003,7 +4247,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#alternateOf</p>
-    <div class="definition"><p>A software agent is running software.</p>
+    <div class="definition def-from-1"><p>Two alternate entities present aspects of the same thing. These aspects may be the same or different, and the alternate entities may or may not overlap in time.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-alternateOf">
@@ -4078,19 +4322,11 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-alternate" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
-
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-alternate" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-constraints</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-alternate" title="prov-n">prov-n</a>      </dd>
     </div>
   </div>
 
@@ -4102,7 +4338,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#asInBundle</p>
-    <div class="definition"><p>The mention of an Entity in a Bundle (containing a description of this Entity) is another Entity that is a specialization of the former and that presents the Bundle as a further additional aspect. </p>
+    <div class="definition def-from-2"><p>The mention of an Entity in a Bundle (containing a description of this Entity) is another Entity that is a specialization of the former and that presents the Bundle as a further additional aspect. </p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-asInBundle">
@@ -4134,21 +4370,20 @@
    .
 }
 
-tool:bob-2011-11-17 prov:specializationOf :bob . # This is inferred from prov:mentionOf
-tool:bob-2011-11-17 prov:alternateOf      :bob . # This is inferred from prov:specializationOf
-
-&lt;&gt; 
- prov:wasDerivedFrom 
-  &lt;http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-dm-20120614/prov-dm.html#anexample-contextualization1&gt; .
+# This is inferred from prov:mentionOf
+tool:bob-2011-11-17 prov:specializationOf :bob . 
+
+# This is inferred from prov:specializationOf
+tool:bob-2011-11-17 prov:alternateOf      :bob . 
 </pre>
     </div>
 
     <div class="description">
-      <div class="comment "><p>When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:asInBundle :b is also asserted to cite the Bundle in which :b was described.</p>
+      <div class="comment "><p>When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:asInBundle :b is also asserted to cite the Bundle in which :y was described.</p>
       </div>
       <div class="comment  feature-at-risk"><p>The prov:mentionOf and prov:asInBundle properties are &quot;at risk&quot; (http://www.w3.org/2005/10/Process-20051014/tr#cfi) and may be removed from this specification based on feedback. Please send feedback to public-prov-comments@w3.org.
 
-These two properties are used to encode the PROV-DM's Mention construct (http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-mention), which might be removed from PROV if implementation experience reveals problems with supporting this construct. </p>
+These two properties are used to encode the PROV-DM's Mention construct (http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-mention), which might be removed from PROV if implementation experience reveals problems with supporting this construct. </p>
       </div>
       <dl>
 
@@ -4170,6 +4405,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-mention" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -4182,7 +4421,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#atLocation</p>
-    <div class="definition"><p>A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.</p>
+    <div class="definition def-from-2"><p>A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-atLocation">
@@ -4241,6 +4480,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-attribute-location" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -4253,7 +4496,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#generated</p>
-    <div class="definition"><p>Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.</p>
+    <div class="definition def-from-2"><p>Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-generated">
@@ -4313,6 +4556,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Generation" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -4325,7 +4572,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#generatedAtTime</p>
-    <div class="definition"><p>Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.</p>
+    <div class="definition def-from-5"><p>Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-generatedAtTime">
@@ -4350,9 +4597,8 @@
     </div>
 
     <div class="description">
-      <div class="comment "><p>The time at which an entity was completely created.</p>
+      <div class="comment "><p>The time at which an entity was completely created and is available for use.</p>
       </div>
-      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -4385,6 +4631,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Generation" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -4397,7 +4647,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hadMember</p>
-    <div class="definition"><p>A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections. Many different types of collections exist, such as a sets, dictionaries, or lists. Using Collections, one can express the provenance of the collection itself in addition to that of the members.</p>
+    <div class="definition def-from-2"><p>A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-hadMember">
@@ -4414,12 +4664,15 @@
    a prov:Collection, :RobertsCourt;
    dcterms:description [
       a prov:Entity;
-      prov:value &quot;2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg S. Breyer S. Alito S. Sotomayor E. Kagan&quot;;
+      prov:value 
+         &quot;2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg S. Breyer S. Alito S. Sotomayor E. Kagan&quot;;
       prov:wasQuotedFrom :page-by-composition;
    ];
    prov:qualifiedGeneration [
       a prov:Generation;
-      dcterms:date &quot;2012&quot;^^xsd:gYear; # Since we need to be imprecise, we can't use prov:generatedAtTime or prov:atTime
+      
+      # Since we need to be imprecise, we can't use prov:generatedAtTime or prov:atTime
+      dcterms:date &quot;2012&quot;^^xsd:gYear;
    ];
 
    prov:wasDerivedFrom :the-first-us-supreme-court;
@@ -4436,23 +4689,18 @@
       &lt;http://dbpedia.org/resource/Elena_Kagan&gt;;   
 .
 
-&lt;&gt; 
-   a prov:Bundle;
-   prov:wasDerivedFrom  :page-by-composition,
-                        :page-by-seat;
-   prov:wasAttributedTo &lt;http://tw.rpi.edu/instances/TimLebo&gt;;
-.
-
 :page-by-seat
    a prov:Entity, :WikipediaPage;
-   prov:specializationOf &lt;http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_seat&gt;;
-   prov:wasGeneratedAtTime &quot;2011-08-31T12:51&quot;^^xsd:dateTime;
+   prov:specializationOf 
+      &lt;http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_seat&gt;;
+   prov:generatedAtTime &quot;2011-08-31T12:51&quot;^^xsd:dateTime;
 .
 
 :page-by-composition
    a prov:Entity, :WikipediaPage;
-   prov:specializationOf &lt;http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_court_composition&gt;;
-   prov:wasGeneratedAtTime &quot;2012-05-16T14:33&quot;^^xsd:dateTime;
+   prov:specializationOf 
+      &lt;http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_court_composition&gt;;
+   prov:generatedAtTime &quot;2012-05-16T14:33&quot;^^xsd:dateTime;
 .
 </pre>
     </div>
@@ -4460,6 +4708,15 @@
     <div class="description">
       <dl>
 
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
         <dt>has domain</dt>
         <dd>
           <ul>
@@ -4478,6 +4735,22 @@
           </ul>
         </dd>
 
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlproperty" href="#qualifiedMembership" title="http://www.w3.org/ns/prov#qualifiedMembership">prov:qualifiedMembership</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+            <li>
+              <a class="owlclass" href="#Membership" title="http://www.w3.org/ns/prov#Membership">prov:Membership</a>
+            </li>
+          </ul>
+        </dd>
+
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-collection" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -4490,7 +4763,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hadPrimarySource</p>
-    <div class="definition"><p>A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight.
+    <div class="definition def-from-5"><p>A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight.
 
 Because of the directness of primary sources, they 'speak for themselves' in ways that cannot be captured through the filter of secondary sources. As such, it is important for secondary sources to reference those primary sources from which they were derived, so that their reliability can be investigated.
 
@@ -4510,7 +4783,7 @@
 @prefix frbr:    &lt;http://purl.org/vocab/frbr/core#&gt; .
 @prefix :        &lt;http://example.com/&gt; .
 
-## Having an original source is a particular case of derivation.
+## Having an primary source is a particular case of derivation.
 
 &lt;http://www.gutenberg.org/ebooks/996&gt;
    a prov:Entity, frbr:Work;
@@ -4541,8 +4814,6 @@
     </div>
 
     <div class="description">
-      <div class="comment "><p>An original source refers to the source material that is closest to the person, information, period, or idea being studied. An original source relation is a particular case of derivation that aims to give credit to the source that originated some information.</p>
-      </div>
       <dl>
 
         <dt>has super-properties</dt>
@@ -4584,6 +4855,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-primary-source" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -4596,7 +4871,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#influenced</p>
-    <div class="definition"><p>Influence is the capacity an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. </p>
+    <div class="definition def-from-2"><p>Influence is the capacity an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. </p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-influenced">
@@ -4637,13 +4912,17 @@
         <dd>
           <ul>
             <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>
-            <li>
-              <a class="owlclass" href="#invalidated" title="http://www.w3.org/ns/prov#invalidated">prov:invalidated</a>
-            </li>
-          </ul>
-        </dd>
+          </ul>
+        </dd>
+
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-influence" title="prov-dm">prov-dm</a>      </dd>
 
       </dl>
     </div>
@@ -4657,7 +4936,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#invalidated</p>
-    <div class="definition"><p>Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation.</p>
+    <div class="definition def-from-2"><p>Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-invalidated">
@@ -4680,15 +4959,15 @@
    a prov:Entity, :Painting;
    rdfs:label &quot;Le Peintre&quot;@fr, &quot;The Painter&quot;@en;
    prov:wasAttributedTo &lt;http://dbpedia.org/resource/Pablo_Picasso&gt;;
-   prov:wasInvalidatedBy :Swissair_Flight_111_crash;   # Inferred from prov:invalidated
+   
+   # Inferred from prov:invalidated
+   prov:wasInvalidatedBy :Swissair_Flight_111_crash;   
 .
 
 &lt;http://dbpedia.org/resource/Pablo_Picasso&gt; 
    a prov:Agent;
    foaf:depiction &lt;http://upload.wikimedia.org/wikipedia/commons/9/98/Pablo_picasso_1.jpg&gt;;
 .
-
-&lt;&gt; prov:wasDerivedFrom &lt;http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#dfn-wasinvalidatedby&gt; .
 </pre>
     </div>
 
@@ -4731,6 +5010,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Invalidation" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -4743,7 +5026,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#invalidatedAtTime</p>
-    <div class="definition"><p>Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation.</p>
+    <div class="definition def-from-5"><p>Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-invalidatedAtTime">
@@ -4759,15 +5042,14 @@
    a prov:Entity, :Painting;
    rdfs:label &quot;Le Peintre&quot;@fr, &quot;The Painter&quot;@en;
    prov:wasAttributedTo &lt;http://dbpedia.org/resource/Pablo_Picasso&gt;;
-   prov:invalidatedAtTime &quot;2012-09-02T01:31:00Z&quot;;
+   prov:invalidatedAtTime &quot;1998-09-02T01:31:00Z&quot;;
 .
 </pre>
     </div>
 
     <div class="description">
-      <div class="comment "><p>The time at which an entity began to be invalidated (i.e., no longer usable).</p>
+      <div class="comment "><p>The time at which an entity was invalidated (i.e., no longer usable).</p>
       </div>
-      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -4800,6 +5082,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Invalidation" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -4812,7 +5098,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#mentionOf</p>
-    <div class="definition"><p>A software agent is running software.</p>
+    <div class="definition def-from-1"><p>The mention of an Entity in a Bundle (containing a description of this Entity) is another Entity that is a specialization of the former and that presents the Bundle as a further additional aspect. </p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-mentionOf">
@@ -4844,21 +5130,22 @@
    .
 }
 
-tool:bob-2011-11-17 prov:specializationOf :bob . # This is inferred from prov:mentionOf
-tool:bob-2011-11-17 prov:alternateOf      :bob . # This is inferred from prov:specializationOf
-
-&lt;&gt; 
- prov:wasDerivedFrom 
-  &lt;http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-dm-20120614/prov-dm.html#anexample-contextualization1&gt; .
+# This is inferred from prov:mentionOf
+tool:bob-2011-11-17 prov:specializationOf :bob . 
+
+# This is inferred from prov:specializationOf
+tool:bob-2011-11-17 prov:alternateOf      :bob . 
 </pre>
     </div>
 
     <div class="description">
+      <div class="comment "><p>When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:asInBundle :b is also asserted to cite the Bundle in which :y was described.</p>
+      </div>
       <div class="comment "><p>prov:asInBundle is used to cite the Bundle in which the generalization was mentioned.</p>
       </div>
       <div class="comment  feature-at-risk"><p>The prov:mentionOf and prov:asInBundle properties are &quot;at risk&quot; (http://www.w3.org/2005/10/Process-20051014/tr#cfi) and may be removed from this specification based on feedback. Please send feedback to public-prov-comments@w3.org.
 
-These two properties are used to encode the PROV-DM's Mention construct (http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-mention), which might be removed from PROV if implementation experience reveals problems with supporting this construct. </p>
+These two properties are used to encode the PROV-DM's Mention construct (http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-mention), which might be removed from PROV if implementation experience reveals problems with supporting this construct. </p>
       </div>
       <dl>
 
@@ -4889,11 +5176,11 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-mention" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
-
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-mention" title="prov-dm">prov-dm</a>      </dd>
     </div>
   </div>
 
@@ -4905,7 +5192,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#specializationOf</p>
-    <div class="definition"><p>A software agent is running software.</p>
+    <div class="definition def-from-1"><p>An entity that is a specialization of another shares all aspects of the latter, and additionally presents more specific aspects of the same thing as the latter. In particular, the lifetime of the entity being specialized contains that of any specialization. Examples of aspects include a time period, an abstraction, and a context associated with the entity.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-specializationOf">
@@ -4989,19 +5276,11 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-specialization" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
-
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-specialization" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-constraints</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-specialization" title="prov-n">prov-n</a>      </dd>
     </div>
   </div>
 
@@ -5013,7 +5292,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#value</p>
-    <div class="definition"><p>The main value (if there is one) of a structured value.</p>
+    <div class="definition def-from-7"><p>The main value (if there is one) of a structured value.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-value">
@@ -5028,7 +5307,8 @@
 :copied-string
    a prov:Entity;
    prov:value 
-      &quot;2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg S. Breyer S. Alito S. Sotomayor E. Kagan&quot;;
+      &quot;&quot;&quot;2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg 
+         S. Breyer S. Alito S. Sotomayor E. Kagan&quot;&quot;&quot;&quot;;
    prov:wasQuotedFrom 
       &lt;http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_court_composition&gt;;
 .
@@ -5038,7 +5318,6 @@
     <div class="description">
       <div class="comment "><p>Provides a value for an Entity.</p>
       </div>
-      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -5050,11 +5329,11 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-attribute-value" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
-
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-attribute-value" title="prov-dm">prov-dm</a>      </dd>
     </div>
   </div>
 
@@ -5066,7 +5345,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasEndedBy</p>
-    <div class="definition"><p>End is when an activity is deemed to have ended. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to an entity, known as trigger, that terminated the activity, or to an activity, known as ender that generated the trigger.</p>
+    <div class="definition def-from-5"><p>End is when an activity is deemed to have ended. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to an entity, known as trigger, that terminated the activity, or to an activity, known as ender that generated the trigger.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasEndedBy">
@@ -5138,6 +5417,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-End" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -5150,7 +5433,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasInvalidatedBy</p>
-    <div class="definition"><p>Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation.</p>
+    <div class="definition def-from-5"><p>Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasInvalidatedBy">
@@ -5179,8 +5462,6 @@
    a prov:Activity;
    prov:used &lt;http://dbpedia.org/resource/Swissair_Flight_111&gt;;
 .
-
-&lt;&gt; prov:wasDerivedFrom &lt;http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#dfn-wasinvalidatedby&gt; .
 </pre>
     </div>
 
@@ -5226,6 +5507,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Invalidation" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -5238,7 +5523,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasQuotedFrom</p>
-    <div class="definition"><p>A quotation is the repeat of (some or all of) an entity, such as text or image, by someone who may or may not be its original author. Quotation is a particular case of derivation.</p>
+    <div class="definition def-from-5"><p>A quotation is the repeat of (some or all of) an entity, such as text or image, by someone who may or may not be its original author. Quotation is a particular case of derivation.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasQuotedFrom">
@@ -5268,8 +5553,6 @@
 &lt;http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/&gt; 
    a prov:Entity;
 .
-
-&lt;&gt; prov:wasDerivedFrom &lt;http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#dfn-wasquotedfrom&gt; .
 </pre>
     </div>
 
@@ -5317,6 +5600,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-quotation" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -5329,7 +5616,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasRevisionOf</p>
-    <div class="definition"><p>A revision is a derivation for which the resulting entity is a revised version of some original. The implication here is that the resulting entity contains substantial content from the original. Revision is a particular case of derivation.</p>
+    <div class="definition def-from-5"><p>A revision is a derivation for which the resulting entity is a revised version of some original. The implication here is that the resulting entity contains substantial content from the original. Revision is a particular case of derivation.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasRevisionOf">
@@ -5394,6 +5681,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-revision" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -5406,7 +5697,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasStartedBy</p>
-    <div class="definition"><p>Start is when an activity is deemed to have started. The activity did not exist before its start. Any usage or generation involving an activity follows the activity's start. A start may refer to an entity, known as trigger, that set off the activity, or to an activity, known as starter, that generated the trigger.</p>
+    <div class="definition def-from-5"><p>Start is when an activity is deemed to have started. The activity did not exist before its start. Any usage or generation involving an activity follows the activity's start. A start may refer to an entity, known as trigger, that set off the activity, or to an activity, known as starter, that generated the trigger.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasStartedBy">
@@ -5473,6 +5764,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Start" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -5527,6 +5822,9 @@
       <a href="#Invalidation">prov:Invalidation</a>
     </li>
     <li>
+      <a href="#Membership">prov:Membership</a>
+    </li>
+    <li>
       <a href="#Plan">prov:Plan</a>
     </li>
     <li>
@@ -5610,6 +5908,9 @@
       <a href="#qualifiedInvalidation">prov:qualifiedInvalidation</a>
     </li>
     <li class="object-property">
+      <a href="#qualifiedMembership">prov:qualifiedMembership</a>
+    </li>
+    <li class="object-property">
       <a href="#qualifiedQuotation">prov:qualifiedQuotation</a>
     </li>
     <li class="object-property">
@@ -5640,6 +5941,8 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#ActivityInfluence</p>
+    <div class="editors definition"><p>ActivityInfluence provides additional descriptions of an Activity's binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity.</p>
+    </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-ActivityInfluence">
       <span resource="http://www.w3.org/ns/prov#ActivityInfluence" rel="dcterms:subject"></span>
@@ -5658,7 +5961,7 @@
 
 :making-bar-chart
    a prov:Generation, 
-     prov:ActivityInfluence;    ## Instances of Generation, Invalidation, and Communication qualify
+     prov:ActivityInfluence;  ## Instances of Generation, Invalidation and Communication qualify
    prov:activity :illustrating; ## the influence of an Activity (cited by prov:activity)
    rdfs:comment &quot;Ended up with bar chart as line chart looked ugly.&quot;@en;
 .
@@ -5668,6 +5971,10 @@
     </div>
 
     <dl class="description">
+    <dd class="comment"><p>ActivityInfluence is intended to be an general subclass of Influence of an Activity. It is a superclass for more specific kinds of Influences (e.g. Generation, Communication, and Invalidation).</p>
+    </dd>
+    <dd class="comment"><p>It is not recommended that the type ActivityInfluence be asserted without also asserting one of its more specific subclasses.</p>
+    </dd>
 
       <dt>is subclass of</dt>
       <dd>
@@ -5686,9 +5993,9 @@
 
       <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="#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="#Generation" title="http://www.w3.org/ns/prov#Generation">prov:Generation</a>
       </dd>
     </dl>
   </div>
@@ -5701,6 +6008,8 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#AgentInfluence</p>
+    <div class="editors definition"><p>AgentInfluence provides additional descriptions of an Agent's binary influence upon any other kind of resource. Instances of AgentInfluence use the prov:agent property to cite the influencing Agent.</p>
+    </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-AgentInfluence">
       <span resource="http://www.w3.org/ns/prov#AgentInfluence" rel="dcterms:subject"></span>
@@ -5716,8 +6025,8 @@
     prov:wasAssociatedWith :derek;
     prov:qualifiedAssociation [
        a prov:Association, 
-         prov:AgentInfluence;   ## Instances of Generation, Invalidation, and Communication qualify
-       prov:agent   :derek;     ## the influence of an Agent (cited by prov:agent)
+         prov:AgentInfluence; ## Instances of Generation, Invalidation and Communication qualify
+       prov:agent   :derek;   ## the influence of an Agent (cited by prov:agent)
        prov:hadRole :illustrationist
     ];
 .
@@ -5729,6 +6038,10 @@
     </div>
 
     <dl class="description">
+    <dd class="comment"><p>AgentInfluence is intended to be an general subclass of Influence of an Agenty. It is a superclass for more specific kinds of Influences (e.g. Association, Attribution, Delegation).</p>
+    </dd>
+    <dd class="comment"><p>It is not recommended that the type AgentInfluence be asserted without also asserting one of its more specific subclasses.</p>
+    </dd>
 
       <dt>is subclass of</dt>
       <dd>
@@ -5834,13 +6147,9 @@
         <a class="owlproperty" href="#wasAssociatedWith" title="http://www.w3.org/ns/prov#wasAssociatedWith">prov:wasAssociatedWith</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Association" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Association" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Association" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -5864,6 +6173,7 @@
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix ex:   &lt;http://example.com/vocab#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
 &lt;http://dbpedia.org/resource/Fallingwater&gt;
@@ -5874,17 +6184,17 @@
    prov:qualifiedAttribution [
       a prov:Attribution;
       prov:agent &lt;http://dbpedia.org/resource/Edgar_J._Kaufmann&gt;;
-      prov:hadRole :owner;
+      ex:hadRole :owner;
    ];
    prov:qualifiedAttribution [
       a prov:Attribution;
       prov:agent &lt;http://dbpedia.org/resource/Frank_Lloyd_Wright&gt;;
-      prov:hadRole :architect;
+      ex:hadRole :architect;
    ];
    prov:qualifiedAttribution [
       a prov:Attribution;
       prov:agent :western-Pennsylvania-Conservancy;
-      prov:hadRole :conserver;
+      ex:hadRole :conserver;
    ];
 .
 
@@ -5918,17 +6228,9 @@
         <a class="owlproperty" href="#wasAttributedTo" title="http://www.w3.org/ns/prov#wasAttributedTo">prov:wasAttributedTo</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-attribution" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-constraints</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-attribution" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-attribution" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -5950,6 +6252,7 @@
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix ex:   &lt;http://example.com/vocab#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
 :writing-celebrity-gossip 
@@ -5961,17 +6264,10 @@
 :informing-the-journalist 
    a prov:Communication;
    prov:activity   :voicemail-interception;
-   prov:atLocation :unknown-location;
-   rdfs:comment    &quot;&quot;&quot;The journalist was informed by the private 
-                      investigator, but we don't know how or what he was told.&quot;&quot;&quot;@en;
+   ex:mediaType &quot;email&quot;;
 .
 
 :voicemail-interception a prov:Activity .
-
-:unknown-location 
-   a prov:Location;
-   rdfs:label &quot;Location unknown&quot;@en;
-.
 </pre>
     </div>
 
@@ -5999,17 +6295,9 @@
         <a class="owlproperty" href="#wasInformedBy" title="http://www.w3.org/ns/prov#wasInformedBy">prov:wasInformedBy</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Communication" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-constraints</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-wasInformedBy" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Communication" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -6033,10 +6321,11 @@
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix ex:   &lt;http://example.com/vocab#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
   
 :policySale
-   a prov:Actvity;
+   a prov:Activity;
    prov:wasAssociatedWith :insuranceAgent_Frank;
 .
 
@@ -6045,8 +6334,8 @@
    prov:actedOnBehalfOf :insuranceCompany_A;
    prov:qualifiedDelegation [
       a prov:Delegation;
-      prov:agent   :insuranceCompany_A;
-      prov:hadRole :guarantor; # The company is the guarantor of the policy
+      prov:agent        :insuranceCompany_A;
+      ex:rewardScheme   &quot;commission&quot;;
    ];
 .
 </pre>
@@ -6079,13 +6368,9 @@
         <a class="owlproperty" 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>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-delegation" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-delegation" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-delegation" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -6109,24 +6394,30 @@
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
+# The simplest (and least detailed) form of derivation.
 :bar_chart 
    a prov:Entity;
-   prov:wasDerivedFrom :aggregatedByRegions;  # The simplest (and least detailed) form of derivation.
-.
+   prov:wasDerivedFrom :aggregatedByRegions;  
+.
+
+# The simple form can be accompanied by a qualified form:
+# which provides more details about how :bar_chart was 
+# derived from :aggregatedRegions.
 
 :bar_chart
    a prov:Entity;
-   prov:wasDerivedFrom :aggregatedByRegions;  # The simple form can be accompanied by a qualified form:
+   
+   prov:wasDerivedFrom :aggregatedByRegions;  
    prov:qualifiedDerivation [                  
-      a prov:Derivation;                      # An instance of Derivation provides more details
-      prov:entity      :aggregatedByRegions;  # about how :bar_chart was derived from :aggregatedRegions
-
-      :foo :bar;                              # Arbitrary domain-specific descriptions are permitted.
-
+      a prov:Derivation;                      
+      prov:entity      :aggregatedByRegions;  
+      :foo :bar;          
+                          
       # Derivations can cite the influencing Activity in doing the derivation.
       prov:hadActivity   :illustration_activity;
 
-      # They can also cite the Usage and Generation that the Activity performed to generate :bar_chart.
+      # They can also cite the Usage and Generation that the Activity 
+      # performed to generate :bar_chart.
       prov:hadUsage      :how_illustration_activity_used_data;
       prov:hadGeneration :bar_chart_generation;
    ];
@@ -6181,17 +6472,9 @@
         <a class="owlproperty" href="#wasDerivedFrom" title="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Derivation" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-constraints</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#Derivation-Relation" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Derivation" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -6245,7 +6528,7 @@
 
       <dt></dt>
       <dd>
-        <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="#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="#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>
@@ -6260,17 +6543,9 @@
         <a class="owlproperty" href="#wasEndedBy" title="http://www.w3.org/ns/prov#wasEndedBy">prov:wasEndedBy</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-End" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-constraints</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-End" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-End" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -6282,6 +6557,8 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#EntityInfluence</p>
+    <div class="editors definition"><p>EntityInfluence provides additional descriptions of an Entity's binary influence upon any other kind of resource. Instances of EntityInfluence use the prov:entity property to cite the influencing Entity.</p>
+    </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-EntityInfluence">
       <span resource="http://www.w3.org/ns/prov#EntityInfluence" rel="dcterms:subject"></span>
@@ -6292,22 +6569,13 @@
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
-# EntityInfluence is intended to be an 'abstract' subclass of Influence 
-# for Influence that reference an entity. It is a superclass for concrete Influences 
-# (e.g. Usage, Derivation, Source) 
-
-# It is not recommended that the type EntityInfluence be used without also declaring
-# one of its concrete subclasses.
-
-# By definition, all instances of prov:Usage are also instances of prov:EntityInfluence.
-
 :sortActivity
    a prov:Activity;
    prov:used :datasetA;
    prov:qualifiedUsage [
       a prov:Usage, 
-        prov:EntityInfluence; ## Instances of Start, End, Usage, and Derivation qualify
-      prov:entity  :datasetA; ## the influencd of an Entity (cited by prov:entity)
+        prov:EntityInfluence; ## Instances of Start, End, Usage, Derivation, and Invalidation
+      prov:entity  :datasetA; ## qualify the influenced of an Entity (cited by prov:entity).
       prov:hadRole :inputToBeSorted;
    ];
    prov:generated :datasetB;
@@ -6316,6 +6584,10 @@
     </div>
 
     <dl class="description">
+    <dd class="comment"><p>EntityInfluence is intended to be an general subclass of Influence of an Entity. It is a superclass for more specific kinds of Influences (e.g. Usage, Derivation, Source).</p>
+    </dd>
+    <dd class="comment"><p>It is not recommended that the type EntityInfluence be asserted without also asserting one of its more specific subclasses.</p>
+    </dd>
 
       <dt>is subclass of</dt>
       <dd>
@@ -6334,13 +6606,14 @@
 
       <dt>has subclasses</dt>
       <dd>
-        <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="#Source" title="http://www.w3.org/ns/prov#Source">prov:Source</a>
+        , <a class="owlclass" href="#Membership" title="http://www.w3.org/ns/prov#Membership">prov:Membership</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>
-        , <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>
       </dd>
     </dl>
   </div>
@@ -6364,12 +6637,14 @@
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix bbc:  &lt;http://www.bbc.co.uk/&gt; .
+@prefix eg:   &lt;http://example.com/vocab#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
 :bbcNews2012-04-03 
-   a prov:Entity, :DailyNews;
+   a prov:Entity, eg:DailyNews;
    rdfs:comment &quot;&quot;&quot;The BBC news home page on 2012-04-03 contained a reference 
-                   to a given news item, but the BBC news home page on the next day did not.&quot;&quot;&quot;;
+                   to a given news item, but the BBC news home page on 
+                   the next day did not.&quot;&quot;&quot;;
 
    prov:wasGeneratedBy :publishingActivity;
    prov:qualifiedGeneration [
@@ -6382,9 +6657,10 @@
       prov:atTime &quot;2012-04-03T23:59:59Z&quot;^^xsd:dateTime;
    ];
 .
+
 :publishingActivity 
-   a prov:Activity.
-&lt;&gt; prov:wasDerivedFrom &lt;http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#dfn-wasinvalidatedby&gt; .
+   a prov:Activity;
+.
 </pre>
     </div>
 
@@ -6404,7 +6680,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="#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>
+        <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>
 
       <dt>in range of</dt>
       <dd>
@@ -6417,17 +6693,9 @@
         <a class="owlproperty" href="#wasGeneratedBy" title="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Generation" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-constraints</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Generation" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Generation" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -6462,9 +6730,16 @@
 
 :conductingSurgery_1
    a prov:Activity;
-   my:wasConductedBy :bob;     # This unqualified influence is unknown in PROV, but would be a subproperty of wasAssociatedWith.
-   prov:qualifiedAssociation [ # Even though PROV systems do not understand my:wasConductedBy, 
-      a prov:Association,      # they can recognize that the unknown relation is being qualified with a prov:hadRole.
+   
+   # This unqualified influence is unknown in PROV, 
+   # but would be a subproperty of wasAssociatedWith.
+   my:wasConductedBy :bob;     
+   
+   # Even though PROV systems do not understand my:wasConductedBy, 
+   prov:qualifiedAssociation [ 
+      # they can recognize that the unknown relation 
+      # is being qualified with a prov:hadRole.
+      a prov:Association,     
         prov:AgentInfluence,   # Inferred
         prov:Influence;        # Inferred
       prov:agent   :bob;       # The object of my:wasConductedBy
@@ -6478,7 +6753,7 @@
     </div>
 
     <dl class="description">
-    <dd class="comment"><p>An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some prov:Entity to some other prov:Element. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualified [ a prov:Influence; prov:entity :spoon; :foo :bar ].</p>
+    <dd class="comment"><p>An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some influenced Activity, Entity, or Agent to the influencing Activity, Entity, or Agent. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualifiedInfluence [ a prov:Influence; prov:entity :spoon; :foo :bar ] . Because prov:Influence is a broad relation, the more specific relations (Communication, Delegation, End, etc.) should be used when applicable.</p>
     </dd>
     <dd class="comment"><p>Any resource influenced by a prov:Entity, prov:Activity, or prov:Agent can qualify the influence by referencing an instance of prov:Influence. Instances of prov:Influence in turn cite the influencing Entity, Activity, or Agent (using prov:entity, prov:activity, or prov:agent, respectively) and may be further described with any kind of attributes, including user-defined attributes and those provided by PROV (prov:hadRole, prov:hadPlan, prov:atTime, prov:atLocation). A description (via prov:Influence) of the binary influence implies the assertion of the binary influence.</p>
     </dd>
@@ -6486,8 +6761,8 @@
 
       <dt></dt>
       <dd>
-        <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="#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="#hadActivity" title="http://www.w3.org/ns/prov#hadActivity">prov:hadActivity</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
@@ -6508,13 +6783,9 @@
         <a class="owlproperty" href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-influence" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-influence" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-influence" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -6541,8 +6812,9 @@
 
 :bbcNews2012-04-03 
    a prov:Entity, :DailyNews;
-   rdfs:comment &quot;&quot;&quot;The BBC news home page on 2012-04-03 contained a reference 
-                 to a given news item, but the BBC news home page on the next day did not.&quot;&quot;&quot;;
+   rdfs:comment &quot;&quot;&quot;The BBC news home page on 2012-04-03 contained 
+                   a reference to a given news item, but the BBC news 
+                   home page on the next day did not.&quot;&quot;&quot;;
 
    prov:qualifiedGeneration [
       a prov:Generation, prov:InstantaneousEvent;
@@ -6553,8 +6825,6 @@
       prov:atTime &quot;2012-04-03T23:59:59Z&quot;^^xsd:dateTime;
    ];
 .
-
-&lt;&gt; prov:wasDerivedFrom &lt;http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#dfn-wasinvalidatedby&gt; .
 </pre>
     </div>
 
@@ -6573,16 +6843,12 @@
         <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="#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="#Invalidation" title="http://www.w3.org/ns/prov#Invalidation">prov:Invalidation</a>
         , <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="#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>
       </dd>
-
-      <dt>prov-constraints</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#dfn-event" title="prov-constraints">prov-constraints</a>      </dd>
     </dl>
   </div>
 
@@ -6617,7 +6883,7 @@
    prov:qualifiedInvalidation [
       a prov:Invalidation;
       prov:activity    :swissair_Flight_111_crash;
-      prov:atTime      &quot;2012-09-02T01:31:00Z&quot;;
+      prov:atTime      &quot;1998-09-02T01:31:00Z&quot;;
       prov:atLocation  &lt;http://purl.org/twc/location/Swissair-Flight-111-crash&gt;;
    ];
 . 
@@ -6636,11 +6902,9 @@
 :swissair_Flight_111_crash 
    a prov:Activity;
    prov:used          &lt;http://dbpedia.org/resource/Swissair_Flight_111&gt;;
-   prov:startedAtTime &quot;2012-09-02T01:31:00Z&quot;;
+   prov:startedAtTime &quot;1998-09-02T01:31:00Z&quot;;
    prov:atLocation    &lt;http://dbpedia.org/resource/Atlantic_ocean&gt;;
 .
-
-&lt;&gt; prov:wasDerivedFrom &lt;http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation&gt; .
 </pre>
     </div>
 
@@ -6660,7 +6924,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="#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>
+        <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>
 
       <dt>in range of</dt>
       <dd>
@@ -6672,17 +6936,76 @@
         <a class="owlproperty" 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>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Invalidation" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-constraints</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Invalidation" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Invalidation" title="prov-dm">prov-dm</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Membership">
+    <h3 id="class--prov-membership-----------------back-to-qualified-classes">
+      Class: <a href="#Membership"><span title="http://www.w3.org/ns/prov#Membership" class="dotted">prov:Membership</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Membership</p>
+    <div class="definition"><p>Membership is the belonging of an entity to a collection.</p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-class-Membership">
+      <span resource="http://www.w3.org/ns/prov#Membership" rel="dcterms:subject"></span>
+      <strong class="crossreference">Example</strong>
+      <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Membership.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
+@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+@prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+
+:e1 a prov:Entity .
+:e2 a prov:Entity .
+
+:c1 
+   a prov:Dictionary, 
+     prov:Entity;
+   prov:membership [ 
+      a prov:Membership;
+      # These are (some of the) members of c1
+      prov:member [ 
+         a prov:KeyValuePair;
+         prov:pairKey   &quot;k1&quot;^^xsd:string;
+         prov:pairValue :e1;
+      ], [ 
+         a prov:KeyValuePair;
+         prov:pairKey   &quot;k2&quot;^^xsd:string;
+         prov:pairValue :e2;
+      ];
+   ];
+.
+</pre>
+    </div>
+
+    <dl class="description">
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#EntityInfluence" title="http://www.w3.org/ns/prov#EntityInfluence">prov:EntityInfluence</a>
+      </dd>
+      <dt>described with properties:</dt><dd></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>      </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#hadMember" title="http://www.w3.org/ns/prov#hadMember">prov:hadMember</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-collection-membership" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -6739,13 +7062,9 @@
         <a href="#hadPlan" title="http://www.w3.org/ns/prov#hadPlan">prov:hadPlan</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Association" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Association" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Association" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -6767,20 +7086,25 @@
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix ex:   &lt;http://example.com/vocab#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
-:bl-dagstuhl
+:dagstuhl-quote
    a prov:Entity;
+   prov:value   &quot;why would people record and share provenance in the first place?&quot;;
    prov:wasQuotedFrom &lt;http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/&gt;;
    prov:qualifiedQuotation [
       a prov:Quotation;
-      prov:entity    &lt;http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/&gt;;
-      prov:hadQuoter &lt;http://data.semanticweb.org/person/luc-moreau&gt;;
-      prov:hadQuoted &lt;http://data.semanticweb.org/person/paul-groth&gt;;
-   ] .
+      prov:entity     &lt;http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/&gt;;
+      ex:fromSection 2;
+   ];
+   prov:wasAttributedTo &lt;http://data.semanticweb.org/person/luc-moreau&gt;;
+.
 
 &lt;http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/&gt; 
-   a prov:Entity .
+   a prov:Entity;
+   prov:wasAttributedTo &lt;http://data.semanticweb.org/person/paul-groth&gt;;
+.
 
 &lt;http://data.semanticweb.org/person/luc-moreau&gt; a prov:Person, prov:Agent .
 &lt;http://data.semanticweb.org/person/paul-groth&gt; a prov:Person, prov:Agent .
@@ -6812,13 +7136,9 @@
         <a class="owlproperty" href="#wasQuotedFrom" title="http://www.w3.org/ns/prov#wasQuotedFrom">prov:wasQuotedFrom</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-quotation" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-quotation" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-quotation" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -6840,6 +7160,7 @@
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix ex:   &lt;http://example.com/vocab#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
 :draft2 
@@ -6848,20 +7169,21 @@
    prov:qualifiedRevision [
       a prov:Revision;
       prov:entity        :draft1;
+      ex:peerReviewed     false;
    ];
 
-   prov:wasAttributedTo :edward;
+   prov:wasAssociatedWith :edward;
    prov:qualifiedAssociation [
       a prov:Association;
-      prov:agent        :edward;
-      prov:hadRole      :editor;
+      prov:agent          :edward;
+      prov:hadRole        :editor;
    ];
 .
 
 :draft1 a prov:Entity .
 
 :edward 
-   a prov:Person, prov:Agent, prov:Entity;
+   a prov:Person, prov:Agent;
 .
 </pre>
     </div>
@@ -6890,13 +7212,9 @@
         <a class="owlproperty" href="#wasRevisionOf" title="http://www.w3.org/ns/prov#wasRevisionOf">prov:wasRevisionOf</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-revision" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Revision" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-revision" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -6965,13 +7283,9 @@
         <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>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-attribute-role" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-attribute" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-attribute-role" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -7039,13 +7353,9 @@
         <a class="owlproperty" href="#hadPrimarySource" title="http://www.w3.org/ns/prov#hadPrimarySource">prov:hadPrimarySource</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-primary-source" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-original-source" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-primary-source" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -7114,17 +7424,9 @@
         <a class="owlproperty" href="#wasStartedBy" title="http://www.w3.org/ns/prov#wasStartedBy">prov:wasStartedBy</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Start" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-constraints</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Start" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Start" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 
@@ -7204,17 +7506,9 @@
         <a class="owlproperty" href="#used" title="http://www.w3.org/ns/prov#used">prov:used</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
-      <dt>prov-dm</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Usage" title="prov-dm">prov-dm</a>      </dd>
-
-      <dt>prov-constraints</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
-
-      <dt>prov-n</dt>
-      <dd>
-        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Usage" title="prov-n">prov-n</a>      </dd>
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Usage" title="prov-dm">prov-dm</a>      </dd>
     </dl>
   </div>
 </div>
@@ -7227,7 +7521,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#activity</p>
-    <div class="definition"><p>ActivityInfluence provides additional descriptions of an Activity's binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity.</p>
+    <div class="definition def-from-3"><p>ActivityInfluence provides additional descriptions of an Activity's binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-activity">
@@ -7300,7 +7594,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#agent</p>
-    <div class="definition"><p>AgentInfluence provides additional descriptions of an Agent's binary influence upon any other kind of resource. Instances of AgentInfluence use the prov:agent property to cite the influencing Agent.</p>
+    <div class="definition def-from-3"><p>AgentInfluence provides additional descriptions of an Agent's binary influence upon any other kind of resource. Instances of AgentInfluence use the prov:agent property to cite the influencing Agent.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-agent">
@@ -7388,7 +7682,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#atTime</p>
-    <div class="definition"><p>The PROV data model is implicitly based on a notion of instantaneous events (or just events), that mark transitions in the world. Events include generation, usage, or invalidation of entities, as well as starting or ending of activities. This notion of event is not first-class in the data model, but it is useful for explaining its other concepts and its semantics.</p>
+    <div class="definition def-from-2"><p>The PROV data model is implicitly based on a notion of instantaneous events (or just events), that mark transitions in the world. Events include generation, usage, or invalidation of entities, as well as starting or ending of activities. This notion of event is not first-class in the data model, but it is useful for explaining its other concepts and its semantics.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-atTime">
@@ -7410,7 +7704,6 @@
     <div class="description">
       <div class="comment "><p>The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime.</p>
       </div>
-      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -7448,7 +7741,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#entity</p>
-    <div class="definition"><p>EntityInfluence provides additional descriptions of an Entity's binary influence upon any other kind of resource. Instances of EntityInfluence use the prov:entity property to cite the influencing Entity.</p>
+    <div class="definition def-from-3"><p>EntityInfluence provides additional descriptions of an Entity's binary influence upon any other kind of resource. Instances of EntityInfluence use the prov:entity property to cite the influencing Entity.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-entity">
@@ -7518,7 +7811,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hadActivity</p>
-    <div class="definition"><p>An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.</p>
+    <div class="definition def-from-2"><p>An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-hadActivity">
@@ -7530,8 +7823,9 @@
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
-# The activity that which used, generated, invalidated or was responsible for the entity.
-# In this qualified Derivation prov:hadActivity references the activity that generated the bar chart.
+# The activity that which used, generated, invalidated 
+# or was responsible for the entity. In this qualified Derivation 
+# prov:hadActivity references the activity that generated the bar chart.
 
 :bar_chart
    a prov:Entity;
@@ -7560,6 +7854,7 @@
             <li>
               <a class="owlclass" href="#Delegation" title="http://www.w3.org/ns/prov#Delegation">prov:Delegation</a>
                or <a class="owlclass" href="#Derivation" title="http://www.w3.org/ns/prov#Derivation">prov:Derivation</a>
+               or <a class="owlclass" href="#End" title="http://www.w3.org/ns/prov#End">prov:End</a>
                or <a class="owlclass" href="#Start" title="http://www.w3.org/ns/prov#Start">prov:Start</a>
             </li>
             <li>
@@ -7577,6 +7872,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Activity" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -7589,7 +7888,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hadGeneration</p>
-    <div class="definition"><p>Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.</p>
+    <div class="definition def-from-2"><p>Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-hadGeneration">
@@ -7602,9 +7901,10 @@
 @prefix :     &lt;http://example.com/&gt; .
 
 :bar_chart   
-   prov:wasDerivedFrom :aggregatedByRegions;
+   prov:wasDerivedFrom   :aggregatedByRegions;
    prov:qualifiedDerivation [
       a prov:Derivation;
+      prov:entity        :aggregatedByRegions;
       prov:hadGeneration :illustration;
    ];
 .
@@ -7652,6 +7952,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Generation" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -7664,7 +7968,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hadPlan</p>
-    <div class="definition"><p>A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.</p>
+    <div class="definition def-from-2"><p>A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-hadPlan">
@@ -7721,6 +8025,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Association" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -7733,7 +8041,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hadRole</p>
-    <div class="definition"><p>Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity.</p>
+    <div class="definition def-from-1"><p>prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of a usage, generation, association, start, and end.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-hadRole">
@@ -7780,9 +8088,6 @@
         <dd>
           <ul>
             <li>
-              <a class="owlclass" href="#Influence" title="http://www.w3.org/ns/prov#Influence">prov:Influence</a>
-            </li>
-            <li>
               <a class="owlclass" href="#Association" title="http://www.w3.org/ns/prov#Association">prov:Association</a>
                or <a class="owlclass" href="#End" title="http://www.w3.org/ns/prov#End">prov:End</a>
                or <a class="owlclass" href="#Generation" title="http://www.w3.org/ns/prov#Generation">prov:Generation</a>
@@ -7790,6 +8095,9 @@
                or <a class="owlclass" href="#Start" title="http://www.w3.org/ns/prov#Start">prov:Start</a>
                or <a class="owlclass" href="#Usage" title="http://www.w3.org/ns/prov#Usage">prov:Usage</a>
             </li>
+            <li>
+              <a class="owlclass" href="#Influence" title="http://www.w3.org/ns/prov#Influence">prov:Influence</a>
+            </li>
           </ul>
         </dd>
 
@@ -7802,6 +8110,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-attribute-role" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -7814,7 +8126,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hadUsage</p>
-    <div class="definition"><p>Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity.</p>
+    <div class="definition def-from-2"><p>Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-hadUsage">
@@ -7865,6 +8177,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Usage" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -7877,7 +8193,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#influencer</p>
-    <div class="definition"><p>This property is used as part of the qualified influence pattern. Subclasses of prov:Influence use these subproperties to reference the resource (Entity, Agent, or Activity) whose influence is being qualified.</p>
+    <div class="definition def-from-7"><p>This property is used as part of the qualified influence pattern. Subclasses of prov:Influence use these subproperties to reference the resource (Entity, Agent, or Activity) whose influence is being qualified.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-influencer">
@@ -7949,6 +8265,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-influence" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -7961,7 +8281,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedAssociation</p>
-    <div class="definition"><p>An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity.</p>
+    <div class="definition def-from-2"><p>An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedAssociation">
@@ -7979,26 +8299,26 @@
                            :steve;
     prov:qualifiedAssociation [
         a prov:Association;
-        prov:agent :derek;
-        prov:role  :illustrationist;
+        prov:agent   :derek;
+        prov:hadRole :illustrationist;
         rdfs:comment &quot;Derek made the illustration&quot;@en
     ];
     prov:qualifiedAssociation [
         a prov:Association;
-        prov:agent :steve;
-        prov:role  :stylist;
+        prov:agent   :steve;
+        prov:hadRole :stylist;
         prov:hadPlan :style-guide;
         rdfs:comment &quot;Steve helped Derek conform with the publisher's style guide.&quot;@en 
     ];
     prov:qualifiedAssociation [
         a prov:Association;
-        prov:agent :derek;
-        prov:role  :stylist;
+        prov:agent   :derek;
+        prov:hadRole :stylist;
         rdfs:comment &quot;But Derek also did some styling of his own.&quot;@en 
     ] .
 
-:derek a prov:Person, prov:Agent, prov:Entity .
-:steve a prov:Person, prov:Agent, prov:Entity .
+:derek a prov:Person, prov:Agent .
+:steve a prov:Person, prov:Agent .
 
 :illustratonist a prov:Role .
 :stylist        a prov:Role .
@@ -8035,6 +8355,10 @@
         <a class="owlproperty" href="#wasAssociatedWith" title="http://www.w3.org/ns/prov#wasAssociatedWith">prov:wasAssociatedWith</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Association" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -8047,7 +8371,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedAttribution</p>
-    <div class="definition"><p>Attribution is the ascribing of an entity to an agent.
+    <div class="definition def-from-2"><p>Attribution is the ascribing of an entity to an agent.
 
 When an entity e is attributed to agent ag, entity e was generated by some unspecified activity that in turn was associated to agent ag. Thus, this relation is useful when the activity is not known, or irrelevant.</p>
     </div>
@@ -8059,6 +8383,7 @@
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix ex:   &lt;http://example.com/vocab#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
 ## When the role of the agent is not known or does not matter:
@@ -8076,12 +8401,10 @@
    a prov:Entity;
    prov:qualifedAttribution [
       a prov:Attribution;
-      prov:agent   :civil_action_group;
-      prov:hadRole :owner;
+      prov:agent :civil_action_group;
+      ex:hadRole :owner;
    ]
 .
-
-:owner a prov:Role .
 </pre>
     </div>
 
@@ -8113,6 +8436,10 @@
         <a class="owlproperty" href="#wasAttributedTo" title="http://www.w3.org/ns/prov#wasAttributedTo">prov:wasAttributedTo</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-attribution" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -8125,7 +8452,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedCommunication</p>
-    <div class="definition"><p>Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.</p>
+    <div class="definition def-from-2"><p>Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedCommunication">
@@ -8191,6 +8518,10 @@
           </ul>
         </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Communication" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -8203,7 +8534,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedDelegation</p>
-    <div class="definition"><p>Delegation is the assignment of authority and responsibility to an agent (by itself or by another agent) to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work.
+    <div class="definition def-from-2"><p>Delegation is the assignment of authority and responsibility to an agent (by itself or by another agent) to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work.
 
 For example, a student acted on behalf of his supervisor, who acted on behalf of the department chair, who acted on behalf of the university; all those agents are responsible in some way for the activity that took place but we do not say explicitly who bears responsibility and to what degree.</p>
     </div>
@@ -8215,6 +8546,7 @@
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix ex:   &lt;http://example.com/vocab#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
 :traffic-stop
@@ -8223,13 +8555,17 @@
                           :traffic-officer-34;
    prov:qualifiedAssociation [
       a prov:Association;
-      prov:agent   :chauffeur;
-      prov:hadRole :violator; # The chauffeur was the one violating traffic rules.
+      prov:agent :chauffeur;
+      
+      # The chauffeur was the one violating traffic rules.
+      ex:hadRole :violator; 
    ];
    prov:qualifiedAssociation [
       a prov:Association;
-      prov:agent   :traffic-officer-34;
-      prov:hadRole :enforcer; # The officer was the one enforcing the traffic rules.
+      prov:agent :traffic-officer-34;
+      
+      # The officer was the one enforcing the traffic rules.
+      ex:hadRole :enforcer; 
    ];
 .
 
@@ -8238,8 +8574,10 @@
    prov:actedOnBehalfOf :celebrity-in-car;
    prov:qualifiedDelegation [
       a prov:Delegation;
-      prov:agent   :celebrity-in-car;
-      prov:hadRole :employer; # The celebrity employed the chauffeur during the enforcement.
+      prov:agent :celebrity-in-car;
+      
+      # The celebrity employed the chauffeur during the enforcement.
+      ex:hadRole :employer; 
    ];
 .
 
@@ -8248,12 +8586,12 @@
    prov:actedOnBehalfOf :city-of-Paris;
    prov:qualifiedDelegation [
       a prov:Delegation;
-      prov:agent   :city-of-Paris;
-      prov:hadRole :employer; # The city of Paris employed the officer during the enforcement.
+      prov:agent :city-of-Paris;
+      
+      # The city of Paris employed the officer during the enforcement.
+      ex:hadRole :employer; 
    ];
 .
-
-&lt;&gt; prov:wasDerivedFrom &lt;http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#concept-communication&gt; .
 </pre>
     </div>
 
@@ -8285,6 +8623,10 @@
         <a class="owlproperty" href="#actedOnBehalfOf" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-delegation" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -8297,7 +8639,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedDerivation</p>
-    <div class="definition"><p>A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.</p>
+    <div class="definition def-from-2"><p>A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedDerivation">
@@ -8313,8 +8655,10 @@
    prov:wasDerivedFrom :aggregatedByRegions;
    prov:qualifiedDerivation [
       a prov:Derivation;
-      prov:entity :aggregatedByRegions;         
-      prov:hadGeneration :illustration; ## More details about the activity underpinning the derivation
+      prov:entity :aggregatedByRegions; 
+      
+      ## More details about the activity underpinning the derivation        
+      prov:hadGeneration :illustration; 
    ];
 .
 </pre>
@@ -8348,6 +8692,10 @@
         <a class="owlproperty" href="#wasDerivedFrom" title="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Derivation" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -8360,7 +8708,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedEnd</p>
-    <div class="definition"><p>End is when an activity is deemed to have ended. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to an entity, known as trigger, that terminated the activity, or to an activity, known as ender that generated the trigger.</p>
+    <div class="definition def-from-2"><p>End is when an activity is deemed to have ended. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to an entity, known as trigger, that terminated the activity, or to an activity, known as ender that generated the trigger.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedEnd">
@@ -8417,6 +8765,10 @@
         <a class="owlproperty" href="#wasEndedBy" title="http://www.w3.org/ns/prov#wasEndedBy">prov:wasEndedBy</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-End" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -8429,7 +8781,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedGeneration</p>
-    <div class="definition"><p>Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.</p>
+    <div class="definition def-from-2"><p>Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedGeneration">
@@ -8483,6 +8835,10 @@
         <a class="owlproperty" href="#wasGeneratedBy" title="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Generation" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -8495,7 +8851,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedInfluence</p>
-    <div class="definition"><p>Influence is the capacity an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. </p>
+    <div class="definition def-from-2"><p>Influence is the capacity an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. </p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedInfluence">
@@ -8516,10 +8872,14 @@
 
 :conductingSurgery_1
    a prov:Activity;
-   prov:wasInfluencedBy :bob;  # This unqualified influence is unknown in PROV, this would be a subproperty of wasAssociatedWith
-   prov:qualifiedInfluence [   # Even though PROV systems do not understand :wasConductedBy, 
-      a prov:Influence;        # Inferred
-      prov:agent   :bob;       # The object of :wasConductedBy
+   
+   # This unqualified influence is unknown in PROV, 
+   # this would be a subproperty of wasAssociatedWith
+   prov:wasInfluencedBy :bob;  
+   prov:qualifiedInfluence [   
+      # Even though PROV systems do not understand :wasConductedBy, 
+      a prov:Influence;      # Inferred
+      prov:agent   :bob;     # The object of :wasConductedBy
       prov:hadRole :surgeon;
    ];
 .
@@ -8555,6 +8915,10 @@
         <a class="owlproperty" href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-influence" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -8567,7 +8931,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedInvalidation</p>
-    <div class="definition"><p>Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation.</p>
+    <div class="definition def-from-2"><p>Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedInvalidation">
@@ -8588,7 +8952,7 @@
    prov:qualifiedInvalidation [
       a prov:Invalidation;
       prov:activity    :swissair_Flight_111_crash;
-      prov:atTime      &quot;2012-09-02T01:31:00Z&quot;;
+      prov:atTime      &quot;1998-09-02T01:31:00Z&quot;;
       prov:atLocation  &lt;http://purl.org/twc/location/Swissair-Flight-111-crash&gt;;
    ];
 . 
@@ -8623,6 +8987,121 @@
         <a class="owlproperty" href="#wasInvalidatedBy" title="http://www.w3.org/ns/prov#wasInvalidatedBy">prov:wasInvalidatedBy</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Invalidation" title="prov-dm">prov-dm</a>      </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="qualifiedMembership">
+    <h3 id="property--prov-qualifiedmembership-op-----------------back-to-qualified-properties">
+      Property: <a href="#qualifiedMembership"><span title="http://www.w3.org/ns/prov#qualifiedMembership" class="dotted">prov:qualifiedMembership</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedMembership</p>
+    <div class="definition def-from-2"><p>Membership is the belonging of an entity to a collection.</p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedMembership">
+      <span resource="http://www.w3.org/ns/prov#qualifiedMembership" rel="dcterms:subject"></span>
+      <strong class="crossreference">Example</strong>
+      <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedMembership.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
+@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+@prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:todays-us-supreme-court-as-dictionary
+   a prov:Dictionary, :RobertsCourt;
+
+   # We can qualify a KeyValuePair's membership in this Dictionary.
+   prov:qualifiedMembership [ 
+      a prov:Membership;
+      prov:pair [            
+         a prov:KeyValuePair;
+         prov:pairKey   &quot;chief&quot;;
+         prov:pairValue &lt;http://dbpedia.org/resource/John_Glover_Roberts,_Jr.&gt;;
+      ];
+      
+      # Here is my little addition about Chief Roberts. 
+      # (note, we can't use prov:hadRole)
+      :hadRole :chief-justice;     
+   ];
+   
+   # We can also qualify many KeyValuePairs' memberships in this Dictionary.
+   prov:qualifiedMembership [ 
+      a prov:Membership;
+
+      # Here is my little addition about the rest of the Chiefs. 
+      # (note, we can't use prov:hadRole)
+      :hadRole :associate-justice; 
+
+      # The same property is used to point to one or many KeyValuePairs.
+      prov:pair [ 
+         a prov:KeyValuePair;
+         prov:pairKey   &quot;seat 9&quot;;
+         prov:pairValue &lt;http://dbpedia.org/resource/Antonin_Scalia&gt;;
+      ], [
+         a prov:KeyValuePair;
+         prov:pairKey   &quot;seat 4&quot;;
+         prov:pairValue &lt;http://dbpedia.org/resource/Anthony_Kennedy&gt;;
+      ], [
+         a prov:KeyValuePair;
+         prov:pairKey   &quot;seat 10&quot;;
+         prov:pairValue &lt;http://dbpedia.org/resource/Clarence_Thomas&gt;;
+      ], [
+         a prov:KeyValuePair;
+         prov:pairKey   &quot;seat 6&quot;;
+         prov:pairValue &lt;http://dbpedia.org/resource/Ruth_Bader_Ginsburg&gt;;
+      ], [
+         a prov:KeyValuePair;
+         prov:pairKey   &quot;seat 2&quot;;
+         prov:pairValue &lt;http://dbpedia.org/resource/Stephen_Breyer&gt;;
+      ], [
+         a prov:KeyValuePair;
+         prov:pairKey   &quot;seat 8&quot;;
+         prov:pairValue &lt;http://dbpedia.org/resource/Samuel_Alito&gt;;
+      ], [
+         a prov:KeyValuePair;
+         prov:pairKey   &quot;seat 1&quot;;
+         prov:pairValue &lt;http://dbpedia.org/resource/Sonia_Sotomayor&gt;;
+      ], [
+         a prov:KeyValuePair;
+         prov:pairKey   &quot;seat 3&quot;;
+         prov:pairValue &lt;http://dbpedia.org/resource/Elena_Kagan&gt;;
+      ];
+   ]; # &lt;- the prov:Membership
+.
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>The collection included the specified membership of keys-values.</p>
+      </div>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Collection" title="http://www.w3.org/ns/prov#Collection">prov:Collection</a>
+            </li>
+          </ul>
+        </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#hadMember" title="http://www.w3.org/ns/prov#hadMember">prov:hadMember</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-collection-membership" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -8635,7 +9114,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedQuotation</p>
-    <div class="definition"><p>A quotation is the repeat of (some or all of) an entity, such as text or image, by someone who may or may not be its original author. Quotation is a particular case of derivation.</p>
+    <div class="definition def-from-2"><p>A quotation is the repeat of (some or all of) an entity, such as text or image, by someone who may or may not be its original author. Quotation is a particular case of derivation.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedQuotation">
@@ -8663,7 +9142,7 @@
       a prov:Quotation;
       prov:entity 
         &lt;http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop&gt;;
-      my:hadQuoter &lt;http://data.semanticweb.org/person/luc-moreau&gt;;
+      my:fromSection 1;
    ];
 .
 
@@ -8707,6 +9186,10 @@
         <a class="owlproperty" href="#wasQuotedFrom" title="http://www.w3.org/ns/prov#wasQuotedFrom">prov:wasQuotedFrom</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-quotation" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -8719,7 +9202,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedRevision</p>
-    <div class="definition"><p>A revision is a derivation for which the resulting entity is a revised version of some original. The implication here is that the resulting entity contains substantial content from the original. Revision is a particular case of derivation.</p>
+    <div class="definition def-from-2"><p>A revision is a derivation for which the resulting entity is a revised version of some original. The implication here is that the resulting entity contains substantial content from the original. Revision is a particular case of derivation.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedRevision">
@@ -8774,6 +9257,10 @@
         <a class="owlproperty" href="#wasRevisionOf" title="http://www.w3.org/ns/prov#wasRevisionOf">prov:wasRevisionOf</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-revision" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -8786,7 +9273,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedSource</p>
-    <div class="definition"><p>A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight.
+    <div class="definition def-from-2"><p>A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight.
 
 Because of the directness of primary sources, they 'speak for themselves' in ways that cannot be captured through the filter of secondary sources. As such, it is important for secondary sources to reference those primary sources from which they were derived, so that their reliability can be investigated.
 
@@ -8805,10 +9292,12 @@
 
 :temperatureDisplay
    a prov:Entity;
-   prov:hadOriginalSource :sensorReading20120510;
+   prov:hadPrimarySource :sensorReading20120510;
    prov:qualifiedSource [
       a prov:Source;
-      prov:entity         :sensorReading20120510;
+      prov:entity        :sensorReading20120510;
+      ex:precisionLoss true;
+      rdfs:comment &quot;The displayed temperature does not show the full precision available in the reading.&quot;;
    ];
 .
 
@@ -8847,6 +9336,10 @@
         <a class="owlproperty" href="#hadPrimarySource" title="http://www.w3.org/ns/prov#hadPrimarySource">prov:hadPrimarySource</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-primary-source" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -8859,7 +9352,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedStart</p>
-    <div class="definition"><p>Start is when an activity is deemed to have started. The activity did not exist before its start. Any usage or generation involving an activity follows the activity's start. A start may refer to an entity, known as trigger, that set off the activity, or to an activity, known as starter, that generated the trigger.</p>
+    <div class="definition def-from-2"><p>Start is when an activity is deemed to have started. The activity did not exist before its start. Any usage or generation involving an activity follows the activity's start. A start may refer to an entity, known as trigger, that set off the activity, or to an activity, known as starter, that generated the trigger.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedStart">
@@ -8916,6 +9409,10 @@
         <a class="owlproperty" href="#wasStartedBy" title="http://www.w3.org/ns/prov#wasStartedBy">prov:wasStartedBy</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Start" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -8928,7 +9425,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedUsage</p>
-    <div class="definition"><p>Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity.</p>
+    <div class="definition def-from-2"><p>Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedUsage">
@@ -8938,19 +9435,22 @@
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix ex:   &lt;http://example.com/vocab#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
 :newsPublication
    a prov:Activity;
-   prov:used :tsunami_image;
+   prov:used                    :tsunami_image;
    prov:qualifiedUsage [
       a prov:Usage;
-      :hasCopyrightPermission :licensedUse;  
-      :hasOwner               :reuters;
+      prov:entity               :tsunami_image;
+      ex:hasCopyrightPermission :licensedUse;  
+      ex:hasOwner               :reuters;
    ];
 .
 
-:reuters a prov:Agent .
+:tsunami_image a prov:Entity .
+:reuters       a prov:Agent .
 </pre>
     </div>
 
@@ -8982,6 +9482,10 @@
         <a class="owlproperty" href="#used" title="http://www.w3.org/ns/prov#used">prov:used</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-Usage" title="prov-dm">prov-dm</a>      </dd>
+
       </dl>
     </div>
   </div>
@@ -8994,7 +9498,7 @@
       </span>
     </h3>
     <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasInfluencedBy</p>
-    <div class="definition"><p>Influence is the capacity an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. </p>
+    <div class="definition def-from-2"><p>Influence is the capacity an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. </p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasInfluencedBy">
@@ -9027,6 +9531,8 @@
     </div>
 
     <div class="description">
+      <div class="comment "><p>Because prov:wasInfluencedBy is a broad relation, the more specific relations (prov:wasInformedBy, prov:actedOnBehalfOf, prov:endedBy, etc.) should be used when applicable.</p>
+      </div>
       <dl>
 
         <dt>has domain</dt>
@@ -9055,22 +9561,7 @@
         <dd>
           <ul>
             <li>
-              <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>
+              <a class="owlclass" href="#hadMember" title="http://www.w3.org/ns/prov#hadMember">prov:hadMember</a>
             </li>
             <li>
               <a class="owlclass" href="#actedOnBehalfOf" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</a>
@@ -9079,13 +9570,35 @@
               <a class="owlclass" href="#wasInvalidatedBy" title="http://www.w3.org/ns/prov#wasInvalidatedBy">prov:wasInvalidatedBy</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="#wasStartedBy" title="http://www.w3.org/ns/prov#wasStartedBy">prov:wasStartedBy</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="#wasEndedBy" title="http://www.w3.org/ns/prov#wasEndedBy">prov:wasEndedBy</a>
             </li>
-          </ul>
-        </dd>
+            <li>
+              <a class="owlclass" href="#wasAssociatedWith" title="http://www.w3.org/ns/prov#wasAssociatedWith">prov:wasAssociatedWith</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="#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>
+
+      <dt>alternate</dt>
+      <dd>
+        as in <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120711/prov-dm.html#term-influence" title="prov-dm">prov-dm</a>      </dd>
 
       </dl>
     </div>
@@ -9095,232 +9608,6 @@
 
       </div>
 
-      
-<!-- section id="cross-reference-access-and-query">
-         <h3>Qualified Terms</h3>
-         <p>The terms used to qualify the Starting Point and Expanded properties are discussed in <a href="#description-qualified-terms">Section 3.3</a>.</p -->
-
-      <div id="prov-access-and-query-owl-terms-at-a-glance">
-         
-<div class="prov-access-and-query owl-classes at-a-glance">
-  <ul class="hlist">
-    <li>
-      <a href="#ProvenanceService">prov:ProvenanceService</a>
-    </li>
-  </ul>
-</div>
-
-<div class="prov-access-and-query owl-properties at-a-glance">
-  <ul class="hlist">
-    <li class="object-property">
-      <a href="#hasAnchor">prov:hasAnchor</a>
-    </li>
-    <li class="object-property">
-      <a href="#hasProvenance">prov:hasProvenance</a>
-    </li>
-    <li class="object-property">
-      <a href="#hasProvenanceService">prov:hasProvenanceService</a>
-    </li>
-    <li class="datatype-property">
-      <a href="#provenanceUriTemplate">prov:provenanceUriTemplate</a>
-    </li>
-  </ul>
-</div>
-
-      </div>
-         <div xmlns:prov="http://www.w3.org/ns/prov#" xmlns:dcterms="http://purl.org/dc/terms/" class="prov-access-and-query owl-classes crossreference">
-
-  <div class="entity" id="ProvenanceService">
-    <h3 id="class--prov-provenanceservice-----------------back-to-access-and-query-classes">
-      Class: <a href="#ProvenanceService"><span title="http://www.w3.org/ns/prov#ProvenanceService" class="dotted">prov:ProvenanceService</span></a>
-      <span class="backlink">
-         back to <a href="#prov-access-and-query-owl-terms-at-a-glance">access-and-query classes</a>
-      </span>
-    </h3>
-    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#ProvenanceService</p>
-
-    <div class="example" typeof="prov:Entity" about="#example-for-class-ProvenanceService">
-      <span resource="http://www.w3.org/ns/prov#ProvenanceService" rel="dcterms:subject"></span>
-      <strong class="crossreference">Example</strong>
-      <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_ProvenanceService.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
-@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
-@prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
-@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix :     &lt;http://example.com/&gt; .
-
-# TODO
-</pre>
-    </div>
-
-    <dl class="description">
-    <dd class="comment"><p>Class for a service described by a provenance service description.</p>
-    </dd>
-
-      <dt>is subclass of</dt>
-      <dd>
-        <a class="owlclass" href="#SoftwareAgent" title="http://www.w3.org/ns/prov#SoftwareAgent">prov:SoftwareAgent</a>
-      </dd>
-
-      <dt>prov-aq</dt>
-      <dd>
-        <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo" title="prov-aq">prov-aq</a>      </dd>
-    </dl>
-  </div>
-</div>
-<div xmlns:prov="http://www.w3.org/ns/prov#" class="prov-access-and-query owl-properties crossreference">
-  <div class="entity" id="hasAnchor">
-    <h3 id="property--prov-hasanchor-op-----------------back-to-access-and-query-properties">
-      Property: <a href="#hasAnchor"><span title="http://www.w3.org/ns/prov#hasAnchor" class="dotted">prov:hasAnchor</span></a> <sup title="object property" class="type-op">op</sup>
-      <span class="backlink">
-         back to <a href="#prov-access-and-query-owl-terms-at-a-glance">access-and-query properties</a>
-      </span>
-    </h3>
-    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hasAnchor</p>
-    <div class="definition"><p>TODO Property needs a definition.</p>
-    </div>
-
-    <div class="example" typeof="prov:Entity" about="#example-for-property-hasAnchor">
-      <span resource="http://www.w3.org/ns/prov#hasAnchor" rel="dcterms:subject"></span>
-      <strong class="crossreference">Example</strong>
-      <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hasAnchor.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
-@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
-@prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
-@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix :     &lt;http://example.com/&gt; .
-
-# TODO
-</pre>
-    </div>
-
-    <div class="description">
-      <div class="comment "><p>Indicates anchor URI for a potentially dynamic resource instance.</p>
-      </div>
-      <dl>
-
-      </dl>
-
-      <dt>prov-aq</dt>
-      <dd>
-        <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo" title="prov-aq">prov-aq</a>      </dd>
-    </div>
-  </div>
-
-  <div class="entity" id="hasProvenance">
-    <h3 id="property--prov-hasprovenance-op-----------------back-to-access-and-query-properties">
-      Property: <a href="#hasProvenance"><span title="http://www.w3.org/ns/prov#hasProvenance" class="dotted">prov:hasProvenance</span></a> <sup title="object property" class="type-op">op</sup>
-      <span class="backlink">
-         back to <a href="#prov-access-and-query-owl-terms-at-a-glance">access-and-query properties</a>
-      </span>
-    </h3>
-    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hasProvenance</p>
-    <div class="definition"><p>TODO Property needs a definition.</p>
-    </div>
-
-    <div class="example" typeof="prov:Entity" about="#example-for-property-hasProvenance">
-      <span resource="http://www.w3.org/ns/prov#hasProvenance" rel="dcterms:subject"></span>
-      <strong class="crossreference">Example</strong>
-      <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hasProvenance.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
-@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
-@prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
-@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix :     &lt;http://example.com/&gt; .
-
-# TODO
-</pre>
-    </div>
-
-    <div class="description">
-      <div class="comment "><p>Relates a resource to its provenance.</p>
-      </div>
-      <dl>
-
-      </dl>
-
-      <dt>prov-aq</dt>
-      <dd>
-        <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo" title="prov-aq">prov-aq</a>      </dd>
-    </div>
-  </div>
-
-  <div class="entity" id="hasProvenanceService">
-    <h3 id="property--prov-hasprovenanceservice-op-----------------back-to-access-and-query-properties">
-      Property: <a href="#hasProvenanceService"><span title="http://www.w3.org/ns/prov#hasProvenanceService" class="dotted">prov:hasProvenanceService</span></a> <sup title="object property" class="type-op">op</sup>
-      <span class="backlink">
-         back to <a href="#prov-access-and-query-owl-terms-at-a-glance">access-and-query properties</a>
-      </span>
-    </h3>
-    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hasProvenanceService</p>
-    <div class="definition"><p>TODO Property needs a definition.</p>
-    </div>
-
-    <div class="example" typeof="prov:Entity" about="#example-for-property-hasProvenanceService">
-      <span resource="http://www.w3.org/ns/prov#hasProvenanceService" rel="dcterms:subject"></span>
-      <strong class="crossreference">Example</strong>
-      <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hasProvenanceService.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
-@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
-@prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
-@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix :     &lt;http://example.com/&gt; .
-
-# TODO
-</pre>
-    </div>
-
-    <div class="description">
-      <div class="comment "><p>Relates a resource to a provenance service.</p>
-      </div>
-      <dl>
-
-      </dl>
-
-      <dt>prov-aq</dt>
-      <dd>
-        <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo" title="prov-aq">prov-aq</a>      </dd>
-    </div>
-  </div>
-
-  <div class="entity" id="provenanceUriTemplate">
-    <h3 id="property--prov-provenanceuritemplate-dp-----------------back-to-access-and-query-properties">
-      Property: <a href="#provenanceUriTemplate"><span title="http://www.w3.org/ns/prov#provenanceUriTemplate" class="dotted">prov:provenanceUriTemplate</span></a> <sup title="data property" class="type-dp">dp</sup>
-      <span class="backlink">
-         back to <a href="#prov-access-and-query-owl-terms-at-a-glance">access-and-query properties</a>
-      </span>
-    </h3>
-    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#provenanceUriTemplate</p>
-    <div class="definition"><p>TODO Property needs a definition.</p>
-    </div>
-
-    <div class="example" typeof="prov:Entity" about="#example-for-property-provenanceUriTemplate">
-      <span resource="http://www.w3.org/ns/prov#provenanceUriTemplate" rel="dcterms:subject"></span>
-      <strong class="crossreference">Example</strong>
-      <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_provenanceUriTemplate.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
-@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
-@prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
-@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix :     &lt;http://example.com/&gt; .
-
-# TODO
-</pre>
-    </div>
-
-    <div class="description">
-      <div class="comment "><p>Relates a provenance service to a URI template string for constructing provenance-URIs.</p>
-      </div>
-      <dl>
-
-      </dl>
-
-      <dt>prov-aq</dt>
-      <dd>
-        <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo" title="prov-aq">prov-aq</a>      </dd>
-    </div>
-  </div>
-
-</div>
-
-      
-<!-- /section -->
-
    </div>
 
     
@@ -9343,13 +9630,18 @@
       
 <!-- 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. 
       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 
+      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 an anonymous <em>class union</em> for the domain or range of a property, while OWL 2 RL requires the classes to be explicitly named. 
+      Although introducing &quot;placeholder&quot; classes would have suited the
+      OWL 2 RL profile, these additional &quot;abstract&quot; 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>.
+      All five axioms listed in the following table <em>use a non-superclass expression in a position that requires a superclass expression</em> 
+      and do not conform to the OWL 2 RL Profile.
       </p>
 
 
@@ -9357,50 +9649,92 @@
         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>
+    <caption><a href="#owl-rl-violations">Table 3</a>: All OWL Axioms in PROV-O that do not conform to the OWL-RL profile.</caption>
     <tbody><tr>
-      <th>Non OWL2-RL PROV-O Axiom
+      <th>Non OWL-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>
+      <td><a class="qname" href="#atLocation">prov:atLocation</a> rdfs:domain <span class="name">[ (prov:Activity prov:Agent prov:Entity prov:InstantaneousEvent) ]</span></td>
     </tr> 
 <!--  1  -->
 
 
     <tr>
-      <td><a class="qname" href="#hadActivity">prov:hadActivity</a> rdfs:domain (prov:Delegation prov:Derivation prov:Start)</td>
+      <td><a class="qname" href="#hadActivity">prov:hadActivity</a> rdfs:domain <span class="name">[ (prov:Delegation prov:Derivation prov:Start) ]</span></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>
+      <td><a class="qname" href="#wasInfluencedBy">prov:wasInfluencedBy</a> rdfs:range <span class="name">[ (prov:Activity prov:Agent prov:Entity) ]</span></td>
     </tr> 
 <!--  2  -->
 
 
     <tr>
-      <td><a class="qname" href="#wasInfluencedBy">prov:wasInfluencedBy</a> rdfs:domain (prov:Activity prov:Agent prov:Entity)</td>
+      <td><a class="qname" href="#wasInfluencedBy">prov:wasInfluencedBy</a> rdfs:domain <span class="name">[ (prov:Activity prov:Agent prov:Entity) ]</span></td>
     </tr> 
 <!--  5  -->
 
 
+    <tr>
+      <td><a class="qname" href="#hadRole">prov:hadRole</a> rdfs:domain <span class="name">[ (prov:Association prov:End prov:Generation prov:Invalidation prov:Start prov:Usage) ]</span></td>
+    </tr> 
+<!--  4  -->
+
+
   </tbody></table>
 </div>
-
-
-
-
-
+         <p>
+         To provide guidance for OWL 2 RL environments that ignore the union domain axioms, some 
+         property domains or ranges have also been defined with the closest
+         common superclass for the classes in the union, as shown in the following table.
+         </p>
+
+         <div style="text-align: center">
+           <table id="owl-rl-extra-domains">
+             <caption><a href="#owl-rl-extra-domains">Table 4</a>: Intersecting OWL2 RL compatible domains/ranges</caption>
+             <tbody><tr>
+               <th>Property</th> <th>Direction</th> <th>Domain/range</th>
+             </tr>
+             <tr>
+               <td><a class="qname" href="#atLocation">prov:atLocation</a></td>
+               <td>rdfs:domain</td>
+               <td>(implied: <span class="name">owl:Thing</span>)</td>
+             </tr>
+             <tr>
+               <td><a class="qname" href="#hadActivity">prov:hadActivity</a></td>
+               <td>rdfs:domain</td>
+               <td><a class="qname" href="#Influence">prov:Influence</a></td>
+             </tr> 
+
+             <tr>
+               <td><a class="qname" href="#hadRole">prov:hadRole</a></td>
+               <td>rdfs:domain</td>
+               <td><a class="qname" href="#Influence">prov:Influence</a></td>
+             </tr> 
+
+             <tr>
+               <td><a class="qname" href="#wasInfluencedBy">prov:wasInfluencedBy</a></td>
+               <td>rdfs:domain / rdfs:range</td>
+               <td>(implied: <span class="name">owl:Thing</span>)
+             </td></tr> 
+           </tbody></table>
+         </div>
+
+         <p>
+         Multiple RDFS domains and ranges [<cite><a class="bibref" rel="biblioentry" href="#bib-RDF-SCHEMA">RDF-SCHEMA</a></cite>] for a property are 
+         <a href="http://www.w3.org/TR/2004/REC-rdf-schema-20040210/#ch_range">interpreted as an intersection</a>,
+         and thus the above do not provide any additional
+         information in an OWL 2 DL or OWL 2 Full profile which also understands
+         the unions. The more general domain should not be
+         interpreted as saying, e.g., 
+         &quot;<span class="qname">prov:hadActivity</span> can be used with any <span class="qname">prov:Influence</span>&quot;, 
+         but as 
+         &quot;Anything using <span class="qname">prov:hadActivity</span> is (at least) a prov:Influence&quot;. 
+         </p>
     </div>
 
     <div class="appendix section" id="names-of-inverse-properties">
@@ -9479,8 +9813,9 @@
       For convenience, <a href="inverses.ttl">this file</a> lists the resulting inverse properties.
       </p>
 
+<div id="inverse-names-table">
 <table class="inverse-names">
- <caption>Names of inverses</caption>
+ <caption><a href="#inverse-names-table">Table 5</a>: Names of inverses</caption>
  <tr>
  <th>Domain</th>
  <th>PROV-O Property</th>
@@ -9566,7 +9901,7 @@
  <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
  </tr>
  <tr>
- <td><a title="http://www.w3.org/ns/prov#Influence" href="#Influence" class="owlproperty">prov:Influence</a></td>
+ <td>union</td>
  <td><a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole" class="owlproperty">prov:hadRole</a></td>
  <td>prov:wasRoleIn</td>
  <td><a title="http://www.w3.org/ns/prov#Role" href="#Role" class="owlproperty">prov:Role</a></td>
@@ -9579,21 +9914,6 @@
  </tr>
  <tr>
  <td></td>
- <td><a title="http://www.w3.org/ns/prov#hasAnchor" href="#hasAnchor" class="owlproperty">prov:hasAnchor</a></td>
- <td>prov:anchorOf</td>
- </tr>
- <tr>
- <td></td>
- <td><a title="http://www.w3.org/ns/prov#hasProvenance" href="#hasProvenance" class="owlproperty">prov:hasProvenance</a></td>
- <td>prov:provenanceOf</td>
- </tr>
- <tr>
- <td></td>
- <td><a title="http://www.w3.org/ns/prov#hasProvenanceService" href="#hasProvenanceService" class="owlproperty">prov:hasProvenanceService</a></td>
- <td>prov:provenanceAnchorOf</td>
- </tr>
- <tr>
- <td></td>
  <td><a title="http://www.w3.org/ns/prov#influenced" href="#influenced" class="owlproperty">prov:influenced</a></td>
  <td>prov:wasInfluencedBy</td>
  </tr>
@@ -9669,6 +9989,11 @@
  <td><a title="http://www.w3.org/ns/prov#Invalidation" href="#Invalidation" class="owlproperty">prov:Invalidation</a></td>
  </tr>
  <tr>
+ <td><a title="http://www.w3.org/ns/prov#Collection" href="#Collection" class="owlproperty">prov:Collection</a></td>
+ <td><a title="http://www.w3.org/ns/prov#qualifiedMembership" href="#qualifiedMembership" class="owlproperty">prov:qualifiedMembership</a></td>
+ <td>prov:membershipOf</td>
+ </tr>
+ <tr>
  <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
  <td><a title="http://www.w3.org/ns/prov#qualifiedQuotation" href="#qualifiedQuotation" class="owlproperty">prov:qualifiedQuotation</a></td>
  <td>prov:qualifiedQuotationOf</td>
@@ -9777,6 +10102,7 @@
  <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
  </tr>
 </table>
+</div>
 
 
 
@@ -9803,12 +10129,13 @@
 
 <div id="references" class="appendix section">
 <!-- OddPage -->
-<h2><span class="secno">D. </span>References</h2><div id="normative-references" class="section"><h3><span class="secno">D.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-OWL2-RDF-BASED-SEMANTICS">[OWL2-RDF-BASED-SEMANTICS]</dt><dd>Michael Schneider. <a href="http://www.w3.org/TR/2009/REC-owl2-rdf-based-semantics-20091027/"><cite>OWL 2 Web Ontology Language:RDF-Based Semantics.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-rdf-based-semantics-20091027/">http://www.w3.org/TR/2009/REC-owl2-rdf-based-semantics-20091027/</a> 
+<h2><span class="secno">D. </span>References</h2><div id="normative-references" class="section"><h3><span class="secno">D.1 </span>Normative references</h3><dl class="bibliography"><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-OWL2-RDF-BASED-SEMANTICS">[OWL2-RDF-BASED-SEMANTICS]</dt><dd>Michael Schneider. <a href="http://www.w3.org/TR/2009/REC-owl2-rdf-based-semantics-20091027/"><cite>OWL 2 Web Ontology Language:RDF-Based Semantics.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-rdf-based-semantics-20091027/">http://www.w3.org/TR/2009/REC-owl2-rdf-based-semantics-20091027/</a> 
 </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><dt id="bib-XMLSCHEMA11-2">[XMLSCHEMA11-2]</dt><dd>Henry S. Thompson; et al. <a href="http://www.w3.org/TR/2012/REC-xmlschema11-2-20120405//"><cite>W3C XML Schema Definition Language (XSD) 1.1 Part 2: Datatypes.</cite></a>. 5 April 2012. W3C Recommendation URL: <a href="http://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/">http://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/</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>
+</dd><dt id="bib-RDF-SCHEMA">[RDF-SCHEMA]</dt><dd>Dan Brickley; Ramanathan V. Guha. <a href="http://www.w3.org/TR/2004/REC-rdf-schema-20040210"><cite>RDF Vocabulary Description Language 1.0: RDF Schema.</cite></a> 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-rdf-schema-20040210">http://www.w3.org/TR/2004/REC-rdf-schema-20040210</a> 
 </dd></dl></div></div></body></html>
--- a/ontology/ProvenanceOntology.owl	Thu Jul 12 11:08:38 2012 +0100
+++ b/ontology/ProvenanceOntology.owl	Thu Jul 12 11:09:02 2012 +0100
@@ -21,7 +21,7 @@
         <rdfs:comment xml:lang="en">This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). 
 
 If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/). All feedback is welcome.</rdfs:comment>
-        <owl:versionIRI rdf:resource="http://www.w3.org/TR/2012/WD-prov-o-20120703"/>
+        <owl:versionIRI rdf:resource="http://www.w3.org/TR/2012/WD-prov-o-20120711"/>
         <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov#"/>
         <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/"/>
     </owl:Ontology>
@@ -53,14 +53,14 @@
         <rdfs:comment xml:lang="en">A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term.</rdfs:comment>
         <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
     </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#editorialNote">
+        <rdfs:comment xml:lang="en">A note by the OWL development team about how this term expresses the PROV-DM concept, or how it should be used in context of semantic web or linked data.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="&rdfs;label">
         <rdfs:comment xml:lang="en"></rdfs:comment>
         <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
     </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#editorialNote">
-        <rdfs:comment xml:lang="en">A note by the OWL development team about how this term expresses the PROV-DM concept, or how it should be used in context of semantic web or linked data.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#inverse">
         <rdfs:comment xml:lang="en">PROV-O does not define all property inverses. The directionalities defined in PROV-O should be given preference over those not defined. However, if users wish to name the inverse of a PROV-O property, the local name given by prov:inverse should be used.</rdfs:comment>
         <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/#names-of-inverse-properties"/>
@@ -75,19 +75,19 @@
         <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
         <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
     </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="&owl;versionInfo"/>
     <owl:AnnotationProperty rdf:about="&rdfs;seeAlso">
         <rdfs:comment xml:lang="en"></rdfs:comment>
     </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="&owl;versionInfo"/>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#category">
+        <rdfs:comment xml:lang="en">Classify prov-o terms into three categories, including &#39;starting-point&#39;, &#39;qualifed&#39;, and &#39;extended&#39;. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. </rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#dm">
         <rdfs:comment xml:lang="en">A reference to the principal section of the PROV-DM document that describes this concept.</rdfs:comment>
         <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
         <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
     </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#category">
-        <rdfs:comment xml:lang="en">Classify prov-o terms into three categories, including &#39;starting-point&#39;, &#39;qualifed&#39;, and &#39;extended&#39;. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. </rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="&rdfs;isDefinedBy"/>
     <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#editorsDefinition">
         <rdfs:comment xml:lang="en">When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one.</rdfs:comment>
@@ -221,11 +221,11 @@
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#asInBundle">
         <rdfs:label>asInBundle</rdfs:label>
+        <inverse>contextOf</inverse>
+        <category>expanded</category>
         <rdfs:comment xml:lang="en">The prov:mentionOf and prov:asInBundle properties are &quot;at risk&quot; (http://www.w3.org/2005/10/Process-20051014/tr#cfi) and may be removed from this specification based on feedback. Please send feedback to public-prov-comments@w3.org.
 
 These two properties are used to encode the PROV-DM&#39;s Mention construct (http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-mention), which might be removed from PROV if implementation experience reveals problems with supporting this construct. </rdfs:comment>
-        <inverse>contextOf</inverse>
-        <category>expanded</category>
         <rdfs:comment xml:lang="en">When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:asInBundle :b is also asserted to cite the Bundle in which :y was described.</rdfs:comment>
         <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Bundle"/>
@@ -314,6 +314,7 @@
                 <owl:unionOf rdf:parseType="Collection">
                     <rdf:Description rdf:about="http://www.w3.org/ns/prov#Delegation"/>
                     <rdf:Description rdf:about="http://www.w3.org/ns/prov#Derivation"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#End"/>
                     <rdf:Description rdf:about="http://www.w3.org/ns/prov#Start"/>
                 </owl:unionOf>
             </owl:Class>
@@ -342,17 +343,20 @@
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadMember">
         <rdfs:label>hadMember</rdfs:label>
-        <component>collections</component>
         <category>expanded</category>
+        <component>expanded</component>
         <inverse>wasMemberOf</inverse>
         <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
         <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Collection"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Collection"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Membership"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedMembership"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
     </owl:ObjectProperty>
     <owl:Axiom>
+        <rdfs:comment xml:lang="en">A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections.</rdfs:comment>
         <dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection</dm>
-        <rdfs:comment xml:lang="en">A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections.</rdfs:comment>
         <owl:annotatedProperty rdf:resource="&rdfs;range"/>
         <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#hadMember"/>
@@ -466,6 +470,7 @@
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#influencer">
         <rdfs:label>influencer</rdfs:label>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
         <category>qualified</category>
         <inverse>hadInfluence</inverse>
         <rdfs:comment xml:lang="en">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.</rdfs:comment>
@@ -668,6 +673,22 @@
     
 
 
+    <!-- http://www.w3.org/ns/prov#qualifiedMembership -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedMembership">
+        <rdfs:label xml:lang="en">qualifiedMembership</rdfs:label>
+        <component>collections</component>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">The collection included the specified membership of keys-values.</rdfs:comment>
+        <inverse>membershipOf</inverse>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Collection"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Membership"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#hadMember"/>
+    </owl:ObjectProperty>
+    
+
+
     <!-- http://www.w3.org/ns/prov#qualifiedQuotation -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedQuotation">
@@ -794,19 +815,6 @@
     </owl:ObjectProperty>
     
 
-    <!-- http://www.w3.org/ns/prov#qualifiedMembership -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedMembership">
-        <rdfs:label xml:lang="en">qualifiedMembership</rdfs:label>
-        <category>collections</category>
-        <component>collections</component>
-        <rdfs:comment xml:lang="en">The collection included the specified membership of keys-values.</rdfs:comment>
-        <editorialNote xml:lang="en">This property is NOT inverse functional, since the membership of many distinct KeyValuePairs can be qualified using a single instance of prov:Membership.</editorialNote>
-        <inverse>membershipOf</inverse>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Collection"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Membership"/>
-    </owl:ObjectProperty>
-
 
     <!-- http://www.w3.org/ns/prov#wasAssociatedWith -->
 
@@ -1245,48 +1253,13 @@
     ///////////////////////////////////////////////////////////////////////////////////////
      -->
 
-
     
 
 
     <!-- http://www.w3.org/2002/07/owl#Thing -->
 
     <owl:Class rdf:about="&owl;Thing"/>
-
-
-<!-- http://www.w3.org/ns/prov#Membership -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Membership">
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
-        <editorsDefinition xml:lang="en">An optional set of descriptions about the membership of KeyValuePairs in a prov:Dictionary.</editorsDefinition>
-        <rdfs:comment xml:lang="en">The descriptions on this Membership applies to the memberships of all KeyValuePairs cited by prov:pair.</rdfs:comment>
-        <category>collections</category>
-        <component>collections</component>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#hadMember"/>
-    </owl:Class>
-
-
-    <!-- http://www.w3.org/ns/prov#EmptyCollection -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#EmptyCollection">
-        <rdfs:label xml:lang="en">EmptyCollection</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Collection"/>
-        <component>collections</component>
-        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-dictionary</prov-dm>
-        <category>collections</category>
-        <definition xml:lang="en">An empty collection is a collection without members.</definition>
-        <rdfs:comment xml:lang="en">An empty dictionary.</rdfs:comment>
-    </owl:Class>
-
-    <!-- http://www.w3.org/ns/prov#CompleteCollection -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#CompleteCollection">
-        <rdfs:label xml:lang="en">CompleteMembership</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Collection"/>
-        <category>collections</category>
-        <rdfs:comment xml:lang="en">Indicates that no other member belongs to the collection, that is all the prov:member stated for this CompleteMembership constitutes all members of the collection.</rdfs:comment>
-        <component xml:lang="en">collections</component>
-    </owl:Class>    
+    
 
 
     <!-- http://www.w3.org/ns/prov#Activity -->
@@ -1417,7 +1390,7 @@
         <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection</dm>
         <component>collections</component>
         <category>expanded</category>
-        <definition xml:lang="en">A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections. Many different types of collections exist, such as a sets, dictionaries, or lists. Using Collections, one can express the provenance of the collection itself in addition to that of the members.</definition>
+        <definition xml:lang="en">A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections.</definition>
         <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
     </owl:Class>
     
@@ -1441,6 +1414,20 @@
     
 
 
+    <!-- http://www.w3.org/ns/prov#CompleteCollection -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#CompleteCollection">
+        <rdfs:label xml:lang="en">CompleteMembership</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Collection"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-membership</dm>
+        <category>expanded</category>
+        <definition xml:lang="en">The collection is believed to include all and only the members specified in the entity-set.</definition>
+        <component xml:lang="en">collections</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
     <!-- http://www.w3.org/ns/prov#Delegation -->
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Delegation">
@@ -1478,6 +1465,19 @@
     
 
 
+    <!-- http://www.w3.org/ns/prov#EmptyCollection -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#EmptyCollection">
+        <rdfs:label xml:lang="en">EmptyCollection</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Collection"/>
+        <category>expanded</category>
+        <component>collections</component>
+        <definition xml:lang="en">An empty collection is a collection without members.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
     <!-- http://www.w3.org/ns/prov#End -->
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#End">
@@ -1547,6 +1547,20 @@
     
 
 
+    <!-- http://www.w3.org/ns/prov#IncompleteCollection -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#IncompleteCollection">
+        <rdfs:label xml:lang="en">IncompleteCollection</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Collection"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-membership</dm>
+        <definition xml:lang="en">A collection that is believed to include more members in addition to those specified in the entity-set.</definition>
+        <category>expanded</category>
+        <component>collections</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
     <!-- http://www.w3.org/ns/prov#Influence -->
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Influence">
@@ -1611,6 +1625,20 @@
     
 
 
+    <!-- http://www.w3.org/ns/prov#Membership -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Membership">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-membership</dm>
+        <category>qualified</category>
+        <definition xml:lang="en">Membership is the belonging of an entity to a collection.</definition>
+        <component>collections</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#hadMember"/>
+    </owl:Class>
+    
+
+
     <!-- http://www.w3.org/ns/prov#Organization -->
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Organization">
@@ -1777,6 +1805,29 @@
         <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
         <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#used"/>
     </owl:Class>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Individuals
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://www.w3.org/ns/prov#EmptyCollection -->
+
+    <owl:NamedIndividual rdf:about="http://www.w3.org/ns/prov#EmptyCollection">
+        <rdfs:label xml:lang="en">EmptyCollection</rdfs:label>
+        <category>expanded</category>
+        <component>collections</component>
+        <definition xml:lang="en">An empty collection is a collection without members.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:NamedIndividual>
 </rdf:RDF>
 
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/inverses-20120711.owl	Thu Jul 12 11:09:02 2012 +0100
@@ -0,0 +1,576 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/inverses-20120711.ttl">
+    <prov:wasDerivedFrom rdf:resource="http://www.w3.org/TR/prov-o/prov.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/inverses-20120711.ttl">
+    <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-20120711.ttl">
+    <owl:versionIRI rdf:resource="http://www.w3.org/TR/2012/WD-prov-o-201220711"/>
+  </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">
+    <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">
+    <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">
+    <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">
+    <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">
+    <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">
+    <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#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#membershipOf">
+    <rdfs:label>membershipOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#membershipOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedMembership"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#membershipOf">
+    <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#qualifiedMembership">
+    <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#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#wasGeneratedBy">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <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#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#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">
+    <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">
+    <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">
+    <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">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+</rdf:RDF>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/inverses-20120711.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -0,0 +1,386 @@
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix prov: <http://www.w3.org/ns/prov#> .
+
+<> 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-201220711> .
+
+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: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:membershipOf
+   rdfs:label       "membershipOf";
+   owl:inverseOf    prov:qualifiedMembership;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedMembership 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/components/inverses.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/ontology/components/inverses.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -6,7 +6,7 @@
 
 <> 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-20120703> .
+   owl:versionIRI      <http://www.w3.org/TR/2012/WD-prov-o-2012MMDD> .
 
 prov:hadDelegate
    rdfs:label       "hadDelegate";
@@ -128,30 +128,6 @@
 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;
@@ -256,6 +232,14 @@
 prov:qualifiedInvalidation rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
 
 
+prov:membershipOf
+   rdfs:label       "membershipOf";
+   owl:inverseOf    prov:qualifiedMembership;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedMembership rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
 prov:qualifiedQuotationOf
    rdfs:label       "qualifiedQuotationOf";
    owl:inverseOf    prov:qualifiedQuotation;
--- a/ontology/diagram-history/2012-05-03/qualified-patterns.graffle	Thu Jul 12 11:08:38 2012 +0100
+++ b/ontology/diagram-history/2012-05-03/qualified-patterns.graffle	Thu Jul 12 11:09:02 2012 +0100
@@ -52,6 +52,555 @@
 	<key>GraphicsList</key>
 	<array>
 		<dict>
+			<key>Bounds</key>
+			<string>{{702.58072707861356, 1794.8998360495571}, {129.57121276855469, 54}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FontInfo</key>
+			<dict>
+				<key>Color</key>
+				<dict>
+					<key>b</key>
+					<string>1</string>
+					<key>g</key>
+					<string>0</string>
+					<key>r</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Georgia</string>
+				<key>NSKern</key>
+				<real>0.0</real>
+				<key>Size</key>
+				<real>16</real>
+			</dict>
+			<key>ID</key>
+			<integer>1088</integer>
+			<key>Layer</key>
+			<integer>0</integer>
+			<key>Shape</key>
+			<string>DisplayShape</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.871251</string>
+						<key>g</key>
+						<string>0.994861</string>
+						<key>r</key>
+						<string>1</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.6</string>
+						<key>g</key>
+						<string>0.6</string>
+						<key>r</key>
+						<string>0.6</string>
+					</dict>
+					<key>CornerRadius</key>
+					<real>10</real>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
+{\fonttbl\f0\fnil\fcharset0 Georgia;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs32 \cf2 \expnd0\expndtw0\kerning0
+Membership}</string>
+			</dict>
+			<key>VFlip</key>
+			<string>YES</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{494.68835019531275, 1874.095473724843}, {113.6842, 54}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FontInfo</key>
+			<dict>
+				<key>Color</key>
+				<dict>
+					<key>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Georgia</string>
+				<key>NSKern</key>
+				<real>0.0</real>
+				<key>Size</key>
+				<real>16</real>
+			</dict>
+			<key>ID</key>
+			<integer>1087</integer>
+			<key>Layer</key>
+			<integer>0</integer>
+			<key>Link</key>
+			<dict>
+				<key>url</key>
+				<string>#Entity</string>
+			</dict>
+			<key>Shape</key>
+			<string>Rectangle</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.871251</string>
+						<key>g</key>
+						<string>0.994861</string>
+						<key>r</key>
+						<string>1</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.6</string>
+						<key>g</key>
+						<string>0.6</string>
+						<key>r</key>
+						<string>0.6</string>
+					</dict>
+					<key>CornerRadius</key>
+					<real>25</real>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
+{\fonttbl\f0\fnil\fcharset0 Georgia;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs32 \cf0 Entity}</string>
+			</dict>
+			<key>VFlip</key>
+			<string>YES</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{494.688345898438, 1716.4888810834891}, {113.6842, 54}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FontInfo</key>
+			<dict>
+				<key>Color</key>
+				<dict>
+					<key>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Georgia</string>
+				<key>NSKern</key>
+				<real>0.0</real>
+				<key>Size</key>
+				<real>16</real>
+			</dict>
+			<key>ID</key>
+			<integer>1086</integer>
+			<key>Layer</key>
+			<integer>0</integer>
+			<key>Shape</key>
+			<string>Rectangle</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.871251</string>
+						<key>g</key>
+						<string>0.994861</string>
+						<key>r</key>
+						<string>1</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.6</string>
+						<key>g</key>
+						<string>0.6</string>
+						<key>r</key>
+						<string>0.6</string>
+					</dict>
+					<key>CornerRadius</key>
+					<real>25</real>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
+{\fonttbl\f0\fnil\fcharset0 Georgia;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs32 \cf0 Collection}</string>
+			</dict>
+			<key>VFlip</key>
+			<string>YES</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{484.53617570942254, 1810.398701674907}, {134, 19}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>YES</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>FontInfo</key>
+			<dict>
+				<key>Color</key>
+				<dict>
+					<key>b</key>
+					<string>0</string>
+					<key>g</key>
+					<string>0</string>
+					<key>r</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Georgia</string>
+				<key>Size</key>
+				<real>16</real>
+			</dict>
+			<key>ID</key>
+			<integer>1085</integer>
+			<key>Layer</key>
+			<integer>0</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>1083</integer>
+				<key>Position</key>
+				<real>0.47667327523231506</real>
+				<key>RotationType</key>
+				<integer>0</integer>
+			</dict>
+			<key>Shape</key>
+			<string>Rectangle</string>
+			<key>Style</key>
+			<dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>stroke</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
+{\fonttbl\f0\fnil\fcharset0 Georgia;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs32 \cf0 prov:hadMember}</string>
+				<key>VerticalPad</key>
+				<integer>0</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>1087</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1084</integer>
+			<key>Layer</key>
+			<integer>0</integer>
+			<key>Points</key>
+			<array>
+				<string>{718.98461109128107, 1839.6523121310242}</string>
+				<string>{602.57385395516474, 1882.3663595105579}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>1</string>
+						<key>g</key>
+						<string>0</string>
+						<key>r</key>
+						<string>0</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>StickArrow</string>
+					<key>Legacy</key>
+					<true/>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+					<key>Width</key>
+					<real>2</real>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>1088</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>1087</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1083</integer>
+			<key>Layer</key>
+			<integer>0</integer>
+			<key>Points</key>
+			<array>
+				<string>{551.53250806532856, 1770.9888810950913}</string>
+				<string>{551.54020231689367, 1873.5954737470049}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>HeadArrow</key>
+					<string>StickArrow</string>
+					<key>Legacy</key>
+					<true/>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>Pattern</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+					<key>Width</key>
+					<real>2</real>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>1086</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>1088</integer>
+			</dict>
+			<key>ID</key>
+			<integer>1082</integer>
+			<key>Layer</key>
+			<integer>0</integer>
+			<key>Points</key>
+			<array>
+				<string>{602.69679580373952, 1762.0770890231008}</string>
+				<string>{718.86010013951307, 1804.2780210798555}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>1</string>
+						<key>g</key>
+						<string>0</string>
+						<key>r</key>
+						<string>0</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>StickArrow</string>
+					<key>Legacy</key>
+					<true/>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+					<key>Width</key>
+					<real>2</real>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>1086</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{632.20841657226697, 1751.4888253073696}, {207.02894592285156, 19}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>Vertical</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>FontInfo</key>
+			<dict>
+				<key>Color</key>
+				<dict>
+					<key>b</key>
+					<string>1</string>
+					<key>g</key>
+					<string>0</string>
+					<key>r</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Georgia</string>
+				<key>Size</key>
+				<real>16</real>
+			</dict>
+			<key>ID</key>
+			<integer>1081</integer>
+			<key>Layer</key>
+			<integer>0</integer>
+			<key>Shape</key>
+			<string>Rectangle</string>
+			<key>Style</key>
+			<dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>stroke</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
+{\fonttbl\f0\fnil\fcharset0 Georgia;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs32 \cf2 prov:qualifiedMembership}</string>
+				<key>VerticalPad</key>
+				<integer>0</integer>
+			</dict>
+			<key>VFlip</key>
+			<string>YES</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{655.46776269531279, 1862.1632698010071}, {93.684196, 19}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>Vertical</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>FontInfo</key>
+			<dict>
+				<key>Color</key>
+				<dict>
+					<key>b</key>
+					<string>1</string>
+					<key>g</key>
+					<string>0</string>
+					<key>r</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Georgia</string>
+				<key>Size</key>
+				<real>16</real>
+			</dict>
+			<key>ID</key>
+			<integer>1080</integer>
+			<key>Layer</key>
+			<integer>0</integer>
+			<key>Shape</key>
+			<string>Rectangle</string>
+			<key>Style</key>
+			<dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>stroke</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
+{\fonttbl\f0\fnil\fcharset0 Georgia;}
+{\colortbl;\red255\green255\blue255;\red0\green0\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs32 \cf2 prov:entity}</string>
+				<key>VerticalPad</key>
+				<integer>0</integer>
+			</dict>
+			<key>VFlip</key>
+			<string>YES</string>
+		</dict>
+		<dict>
 			<key>Class</key>
 			<string>Group</string>
 			<key>Graphics</key>
@@ -2249,8 +2798,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{168.38564257767493, 833.530519633278}</string>
-				<string>{105.49058908662676, 786.96531181238004}</string>
+				<string>{168.38641027611888, 833.52927743713587}</string>
+				<string>{105.49440551807913, 786.96239624818179}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -2463,8 +3012,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{281.21222284599764, 764.7328812469591}</string>
-				<string>{115.50000176337736, 764.73289261917273}</string>
+				<string>{281.21222284599764, 764.73288124698297}</string>
+				<string>{115.50000176337736, 764.73289261928016}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -3107,7 +3656,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{568.39970353750164, 1378.9296977135839}, {167, 19}}</string>
+			<string>{{568.39970353771832, 1378.9296977129129}, {167, 19}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FitText</key>
@@ -3189,8 +3738,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{613.05647242411339, 1329.1106856824645}</string>
-				<string>{517.07345553240339, 1386.4930372431797}</string>
+				<string>{613.05332648280739, 1329.1069363450163}</string>
+				<string>{517.05862721258723, 1386.4821388077362}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -3237,8 +3786,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{767.95147964393595, 1403.389192794873}</string>
-				<string>{520.65139807121784, 1403.3892161363237}</string>
+				<string>{767.95147964393664, 1403.3891927946511}</string>
+				<string>{520.65139807155538, 1403.3892161351448}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -3589,7 +4138,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{557.3116417894513, 1479.0152514746098}, {185, 19}}</string>
+			<string>{{557.30779871947163, 1479.0262163468383}, {185, 19}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FitText</key>
@@ -3628,7 +4177,7 @@
 				<integer>2</integer>
 			</dict>
 			<key>Rotation</key>
-			<real>0.003662109375</real>
+			<real>7.62939453125e-05</real>
 			<key>Shape</key>
 			<string>Rectangle</string>
 			<key>Style</key>
@@ -3721,8 +4270,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{767.95147964518935, 1503.4823015774523}</string>
-				<string>{520.65762427884317, 1503.4665101716903}</string>
+				<string>{767.95147964617001, 1503.4858845522124}</string>
+				<string>{520.65153650796037, 1503.4855450947202}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -3762,8 +4311,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{767.99731489174826, 1529.8689772632224}</string>
-				<string>{703.48511556917163, 1559.574687838458}</string>
+				<string>{767.99731489171688, 1529.8689772602315}</string>
+				<string>{703.48511556467952, 1559.5746878341374}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -3915,56 +4464,124 @@
 			</dict>
 		</dict>
 		<dict>
-			<key>Bounds</key>
-			<string>{{402.55373689453131, 1449.0671373826312}, {515.16900999999996, 249.06900024414062}}</string>
-			<key>Class</key>
-			<string>ShapedGraphic</string>
-			<key>FontInfo</key>
-			<dict>
-				<key>Color</key>
-				<dict>
-					<key>b</key>
-					<string>0.2</string>
-					<key>g</key>
-					<string>0.2</string>
-					<key>r</key>
-					<string>0.2</string>
-				</dict>
-			</dict>
-			<key>HFlip</key>
-			<string>YES</string>
-			<key>ID</key>
-			<integer>980</integer>
-			<key>Layer</key>
-			<integer>0</integer>
-			<key>Shape</key>
-			<string>Rectangle</string>
-			<key>Style</key>
-			<dict>
-				<key>shadow</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>stroke</key>
-				<dict>
-					<key>Pattern</key>
-					<integer>2</integer>
-				</dict>
-			</dict>
-			<key>Text</key>
-			<dict>
-				<key>Align</key>
-				<integer>0</integer>
-				<key>Text</key>
-				<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
+			<key>Class</key>
+			<string>TableGroup</string>
+			<key>Graphics</key>
+			<array>
+				<dict>
+					<key>Bounds</key>
+					<string>{{402.55373689453131, 1449.0671373826312}, {515.16900999999996, 249.06900024414062}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.2</string>
+							<key>g</key>
+							<string>0.2</string>
+							<key>r</key>
+							<string>0.2</string>
+						</dict>
+					</dict>
+					<key>HFlip</key>
+					<string>YES</string>
+					<key>ID</key>
+					<integer>1090</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Pattern</key>
+							<integer>2</integer>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
 {\fonttbl\f0\fnil\fcharset0 Georgia;}
 {\colortbl;\red255\green255\blue255;\red51\green51\blue51;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
 
 \f0\fs32 \cf2 j)}</string>
-			</dict>
-			<key>TextPlacement</key>
+					</dict>
+					<key>TextPlacement</key>
+					<integer>0</integer>
+				</dict>
+				<dict>
+					<key>Bounds</key>
+					<string>{{402.55373689453131, 1698.1361528855609}, {515.16900634765625, 249.06900024414062}}</string>
+					<key>Class</key>
+					<string>ShapedGraphic</string>
+					<key>FontInfo</key>
+					<dict>
+						<key>Color</key>
+						<dict>
+							<key>b</key>
+							<string>0.2</string>
+							<key>g</key>
+							<string>0.2</string>
+							<key>r</key>
+							<string>0.2</string>
+						</dict>
+					</dict>
+					<key>HFlip</key>
+					<string>YES</string>
+					<key>ID</key>
+					<integer>1091</integer>
+					<key>Shape</key>
+					<string>Rectangle</string>
+					<key>Style</key>
+					<dict>
+						<key>shadow</key>
+						<dict>
+							<key>Draws</key>
+							<string>NO</string>
+						</dict>
+						<key>stroke</key>
+						<dict>
+							<key>Pattern</key>
+							<integer>2</integer>
+						</dict>
+					</dict>
+					<key>Text</key>
+					<dict>
+						<key>Align</key>
+						<integer>0</integer>
+						<key>Text</key>
+						<string>{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
+{\fonttbl\f0\fnil\fcharset0 Georgia;}
+{\colortbl;\red255\green255\blue255;\red51\green51\blue51;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
+
+\f0\fs32 \cf2 k)}</string>
+					</dict>
+					<key>TextPlacement</key>
+					<integer>0</integer>
+				</dict>
+			</array>
+			<key>GridH</key>
+			<array>
+				<integer>1090</integer>
+				<integer>1091</integer>
+				<array/>
+			</array>
+			<key>ID</key>
+			<integer>1089</integer>
+			<key>IsLocked</key>
+			<string>YES</string>
+			<key>Layer</key>
 			<integer>0</integer>
 		</dict>
 		<dict>
@@ -4514,8 +5131,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{356.41997286425413, 641.84826071023349}</string>
-				<string>{301.91341602498829, 606.09492006805385}</string>
+				<string>{356.42001486274285, 641.84826051590585}</string>
+				<string>{301.91351311987779, 606.09491964606934}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -4562,8 +5179,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{498.90693519391516, 606.14017320887615}</string>
-				<string>{441.68189818360958, 641.85775503763762}</string>
+				<string>{498.90703252715463, 606.14017366204882}</string>
+				<string>{441.68212310514252, 641.85775603516606}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -4728,8 +5345,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{485.24713000643038, 578.86430717568942}</string>
-				<string>{317.67565999356958, 578.8318028198911}</string>
+				<string>{485.24713000643038, 578.864307176529}</string>
+				<string>{317.67565999356958, 578.83180282318381}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -5107,7 +5724,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{352.42898352129117, 991.72452099757948}, {169, 19}}</string>
+			<string>{{352.42898501958177, 991.72448686896257}, {169, 19}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FitText</key>
@@ -5239,8 +5856,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{720.34002275407715, 1016.1839984087516}</string>
-				<string>{149.15044775373471, 1016.1840560972138}</string>
+				<string>{720.34002275407715, 1016.1839926655717}</string>
+				<string>{149.1504477537346, 1016.1839931457271}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -5280,8 +5897,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{721.83721866899782, 1026.7946815861078}</string>
-				<string>{480.30519688920901, 1072.6864455902041}</string>
+				<string>{721.83721866850135, 1026.7946815847315}</string>
+				<string>{480.30519688753287, 1072.6864455826917}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -6057,7 +6674,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{160.84219215186874, 46.299240379125862}, {81, 19}}</string>
+			<string>{{160.84219215108658, 46.299240384236654}, {81, 19}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FitText</key>
@@ -6139,8 +6756,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{241.74524393136841, 70.598623161953981}</string>
-				<string>{150.15038306863158, 70.961893825383271}</string>
+				<string>{241.74524393136841, 70.59862316495223}</string>
+				<string>{150.15038306863158, 70.961893833170734}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -6309,8 +6926,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{632.1326087790477, 188.68932999999998}</string>
-				<string>{632.13258177056309, 223.68933000000001}</string>
+				<string>{632.13260878982635, 188.68932999999998}</string>
+				<string>{632.13258179505999, 223.68933000000001}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -6357,8 +6974,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{594.32874293994712, 137.81348501639505}</string>
-				<string>{530.67302969762295, 98.452292271595311}</string>
+				<string>{594.32874294543899, 137.81348501019639}</string>
+				<string>{530.67302973883045, 98.452292271325518}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -6405,8 +7022,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{736.33872710886317, 96.753845891305204}</string>
-				<string>{675.48440227792025, 134.38290983607092}</string>
+				<string>{736.338727066606, 96.753845874908606}</string>
+				<string>{675.48440216297854, 134.38290980202322}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -6731,8 +7348,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{164.73870379598586, 133.95612286661805}</string>
-				<string>{124.12687427568079, 98.518056868758421}</string>
+				<string>{164.73870380995072, 133.95612286472016}</string>
+				<string>{124.12687431271749, 98.518056868666193}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -6779,8 +7396,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{268.04896183263389, 97.701628402957624}</string>
-				<string>{226.98618833880616, 133.8589025970424}</string>
+				<string>{268.04896179060233, 97.701628402957624}</string>
+				<string>{226.98618824116826, 133.8589025970424}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -7393,8 +8010,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{631.13108787430247, 447.84096562901306}</string>
-				<string>{631.8397015811704, 484.30936197423563}</string>
+				<string>{631.12993934190104, 447.84096606451635}</string>
+				<string>{631.83702996093075, 484.30936366810499}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -7441,8 +8058,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{590.43706910233436, 395.65297712981948}</string>
-				<string>{530.93000727190451, 359.07112172631787}</string>
+				<string>{590.43706239911546, 395.65298319555114}</string>
+				<string>{530.92996646426047, 359.07112192042337}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -7489,8 +8106,8 @@
 			<integer>0</integer>
 			<key>Points</key>
 			<array>
-				<string>{735.66940698493067, 357.09751058811111}</string>
-				<string>{675.80288054497453, 393.13171337780534}</string>
+				<string>{735.66926174609853, 357.0974482134971}</string>
+				<string>{675.80235607435918, 393.1316658166046}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -8014,7 +8631,7 @@
 	<key>MasterSheets</key>
 	<array/>
 	<key>ModificationDate</key>
-	<string>2012-07-09 19:50:26 +0000</string>
+	<string>2012-07-11 16:38:42 +0000</string>
 	<key>Modifier</key>
 	<string>lebot</string>
 	<key>NotesVisible</key>
@@ -8117,7 +8734,7 @@
 		<key>SidebarWidth</key>
 		<integer>120</integer>
 		<key>VisibleRegion</key>
-		<string>{{1, 1}, {1000, 867}}</string>
+		<string>{{1, 1235}, {1000, 867}}</string>
 		<key>Zoom</key>
 		<real>1</real>
 		<key>ZoomValues</key>
--- a/ontology/diagram-history/2012-05-03/qualified-patterns.svg	Thu Jul 12 11:08:38 2012 +0100
+++ b/ontology/diagram-history/2012-05-03/qualified-patterns.svg	Thu Jul 12 11:09:02 2012 +0100
@@ -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 1687" width="899pt" height="1687pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-07-09 19:50Z</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.6694" y1="357.0975" x2="686.8552" y2="386.4792" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="590.43707" y1="395.65298" x2="541.91952" y2="365.8269" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="631.1311" y1="447.84097" x2="631.5891" y2="471.4118" 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.184" x2="162.05044" y2="1016.18405" 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.42898" y="991.7245" width="169" height="19" fill="white"/><text transform="translate(357.42898 991.7245)" 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.90694" y1="606.14017" x2="452.6252" y2="635.02738" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="356.41997" y1="641.84826" x2="312.69994" y2="613.1703" 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="222.45183" y="1389.3879" width="91.57894" height="19" fill="white"/><text transform="translate(227.45183 1389.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(210.31138 1531.8438)" 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="139.820475" y1="1590.9342" x2="263.86364" y2="1493.7998" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="114.98827" y1="1574.1671" x2="114.98827" y2="1426.3093" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="264.73966" y1="1442.3095" x2="155.25663" y2="1398.9941" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="30.598302" y="1486.6364" width="169" height="23" fill="white"/><text transform="translate(35.598302 1488.6364)" 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 278.38859 1432.36215 L 347.63096 1432.36215 C 357.04401 1432.36215 364.6836 1444.45815 364.6836 1459.36215 C 364.6836 1474.26615 357.04401 1486.36215 347.63096 1486.36215 L 278.38859 1486.36215 C 275.43882 1486.36215 272.63953 1485.0598 270.73948 1482.8035 L 256.42369 1465.8035 C 253.28917 1462.0813 253.28917 1456.643 256.42369 1452.9208 L 270.73948 1435.9208 C 272.63953 1433.6645 275.43882 1432.36215 278.38859 1432.36215 Z" fill="#fffedf"/><path d="M 278.38859 1432.36215 L 347.63096 1432.36215 C 357.04401 1432.36215 364.6836 1444.45815 364.6836 1459.36215 C 364.6836 1474.26615 357.04401 1486.36215 347.63096 1486.36215 L 278.38859 1486.36215 C 275.43882 1486.36215 272.63953 1485.0598 270.73948 1482.8035 L 256.42369 1465.8035 C 253.28917 1462.0813 253.28917 1456.643 256.42369 1452.9208 L 270.73948 1435.9208 C 272.63953 1433.6645 275.43882 1432.36215 278.38859 1432.36215 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(267.36781 1449.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><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="1547.7732" width="93.684196" height="19" fill="white"/><text transform="translate(492.84418 1547.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="1547.1157" width="200.36841" height="19" fill="white"/><text transform="translate(719.13226 1547.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.9973" y1="1529.869" x2="715.20257" y2="1554.1792" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="767.9515" y1="1503.4823" x2="533.55763" y2="1503.4673" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="611.27228" y1="1562.6981" x2="527.9563" y2="1522.4274" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 557.31225 1479.0093 L 742.31225 1479.0212 L 742.31103 1498.0212 L 557.31103 1498.0093 Z" fill="white"/><text transform="translate(562.31225 1479.0097) rotate(.0036621094)" 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><line x1="767.9515" y1="1403.3892" x2="533.5514" y2="1403.3892" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="613.05647" y1="1329.1107" x2="528.14566" y2="1379.87365" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="568.3997" y="1378.9297" width="167" height="19" fill="white"/><text transform="translate(573.3997 1378.9297)" 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="1476.486" width="113.6842" height="54" fill="#fffedf"/><path d="M 882.1357 1476.486 L 768.4515 1476.486 L 768.4515 1530.486 L 882.1357 1530.486 Z M 870.76726 1476.486 L 870.76726 1530.486 M 779.8199 1530.486 L 779.8199 1476.486" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(784.8199 1493.986)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text><rect x="521.86433" y="1621.0644" width="108.270086" height="19" fill="white"/><text transform="translate(526.86433 1621.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="1606.5519" x2="631.96648" y2="1640.6518" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="562.14497" y="1654.0518" width="80.734715" height="29.597931" fill="#fffedf"/><rect x="562.14497" y="1654.0518" width="80.734715" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(567.14497 1659.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 1683.6497 L 675.91297 1683.6497 C 667.1897 1683.6497 660.1181 1676.5781 660.1181 1667.8549 C 660.1181 1667.8549 660.1181 1667.8549 660.1181 1667.8549 L 660.1181 1667.8549 C 660.1181 1659.1316 667.1897 1652.06 675.91296 1652.06 C 675.91297 1652.06 675.91297 1652.06 675.91297 1652.06 L 725.32324 1652.06 C 734.0465 1652.06 741.1181 1659.1316 741.1181 1667.8549 L 741.1181 1667.8549 C 741.1181 1676.5781 734.0465 1683.6497 725.32324 1683.6497 C 725.32324 1683.6497 725.32324 1683.6497 725.32324 1683.6497 Z" fill="#fffedf"/><path d="M 725.32324 1683.6497 L 675.91297 1683.6497 C 667.1897 1683.6497 660.1181 1676.5781 660.1181 1667.8549 C 660.1181 1667.8549 660.1181 1667.8549 660.1181 1667.8549 L 660.1181 1667.8549 C 660.1181 1659.1316 667.1897 1652.06 675.91296 1652.06 C 675.91297 1652.06 675.91297 1652.06 675.91297 1652.06 L 725.32324 1652.06 C 734.0465 1652.06 741.1181 1659.1316 741.1181 1667.8549 L 741.1181 1667.8549 C 741.1181 1676.5781 734.0465 1683.6497 725.32324 1683.6497 C 725.32324 1683.6497 725.32324 1683.6497 725.32324 1683.6497 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(665.1181 1658.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="1621.0644" width="108.270086" height="19" fill="white"/><text transform="translate(694.43706 1621.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="1598.06" x2="684.15115" y2="1638.6669" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 622.41777 1555.8437 L 693.9015 1555.8437 C 703.5891 1555.8437 711.4515 1567.9397 711.4515 1582.8437 C 711.4515 1597.7477 703.5891 1609.8437 693.9015 1609.8437 L 622.41777 1609.8437 C 619.5176 1609.8437 616.7603 1608.5847 614.86088 1606.393 L 600.12754 1589.393 C 596.87007 1585.6344 596.87007 1580.0531 600.12754 1576.2944 L 614.86088 1559.2944 C 616.7603 1557.1028 619.5176 1555.8437 622.41777 1555.8437 Z" fill="#fffedf"/><path d="M 622.41777 1555.8437 L 693.9015 1555.8437 C 703.5891 1555.8437 711.4515 1567.9397 711.4515 1582.8437 C 711.4515 1597.7477 703.5891 1609.8437 693.9015 1609.8437 L 622.41777 1609.8437 C 619.5176 1609.8437 616.7603 1608.5847 614.86088 1606.393 L 600.12754 1589.393 C 596.87007 1585.6344 596.87007 1580.0531 600.12754 1576.2944 L 614.86088 1559.2944 C 616.7603 1557.1028 619.5176 1555.8437 622.41777 1555.8437 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(611.15148 1573.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.38564" y1="833.5305" x2="115.85835" y2="794.6412" 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" 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><a xl:href="#Entity"><path d="M 465.96097 1529.8779 L 454.80406 1495.5404 C 454.1347 1493.4803 454.86798 1491.2234 456.62042 1489.9502 L 485.82958 1468.7285 C 487.58201 1467.4553 489.955 1467.4553 491.70743 1468.7285 L 520.9167 1489.9503 C 522.66915 1491.2235 523.40244 1493.4803 522.73306 1495.5404 L 511.57614 1529.8779 C 510.90677 1531.938 508.987 1533.3328 506.82086 1533.3328 L 470.71625 1533.3328 C 468.55012 1533.3328 466.63034 1531.938 465.96097 1529.8779 Z" fill="#fffedf"/><path d="M 465.96097 1529.8779 L 454.80406 1495.5404 C 454.1347 1493.4803 454.86798 1491.2234 456.62042 1489.9502 L 485.82958 1468.7285 C 487.58201 1467.4553 489.955 1467.4553 491.70743 1468.7285 L 520.9167 1489.9503 C 522.66915 1491.2235 523.40244 1493.4803 522.73306 1495.5404 L 511.57614 1529.8779 C 510.90677 1531.938 508.987 1533.3328 506.82086 1533.3328 L 470.71625 1533.3328 C 468.55012 1533.3328 466.63034 1531.938 465.96097 1529.8779 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></a><text transform="translate(467.76855 1491.3622)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".203125" y="15" textLength="41.59375">Agent</tspan></text><a xl:href="#Entity"><path d="M 465.96096 1429.78116 L 454.80406 1395.4436 C 454.1347 1393.3835 454.86798 1391.1267 456.6204 1389.8535 L 485.82957 1368.63174 C 487.582 1367.3585 489.955 1367.3585 491.70743 1368.63174 L 520.9167 1389.8535 C 522.66914 1391.12674 523.40243 1393.3836 522.73306 1395.4437 L 511.57613 1429.7811 C 510.90676 1431.8412 508.98698 1433.236 506.82085 1433.236 L 470.71625 1433.2361 C 468.55011 1433.2361 466.63033 1431.8413 465.96096 1429.78116 Z" fill="#fffedf"/><path d="M 465.96096 1429.78116 L 454.80406 1395.4436 C 454.1347 1393.3835 454.86798 1391.1267 456.6204 1389.8535 L 485.82957 1368.63174 C 487.582 1367.3585 489.955 1367.3585 491.70743 1368.63174 L 520.9167 1389.8535 C 522.66914 1391.12674 523.40243 1393.3836 522.73306 1395.4437 L 511.57613 1429.7811 C 510.90676 1431.8412 508.98698 1433.236 506.82085 1433.236 L 470.71625 1433.2361 C 468.55011 1433.2361 466.63033 1431.8413 465.96096 1429.78116 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></a><text transform="translate(467.76855 1391.9379)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".203125" y="15" textLength="41.59375">Agent</tspan></text><a xl:href="#Entity"><path d="M 96.935974 1412.9093 L 133.04058 1412.9093 C 135.20671 1412.9093 137.126485 1411.5145 137.79586 1409.4544 L 148.95278 1375.11696 C 149.62216 1373.05684 148.88887 1370.8 147.13643 1369.5268 L 117.92715 1348.305 C 116.17471 1347.0318 113.80173 1347.0318 112.049296 1348.305 L 82.840137 1369.5267 C 81.087703 1370.79994 80.354413 1373.0568 81.02378 1375.1169 L 92.180685 1409.4544 C 92.850056 1411.5145 94.76984 1412.9093 96.935974 1412.9093 Z" fill="#fffedf"/><path d="M 96.935974 1412.9093 L 133.04058 1412.9093 C 135.20671 1412.9093 137.126485 1411.5145 137.79586 1409.4544 L 148.95278 1375.11696 C 149.62216 1373.05684 148.88887 1370.8 147.13643 1369.5268 L 117.92715 1348.305 C 116.17471 1347.0318 113.80173 1347.0318 112.049296 1348.305 L 82.840137 1369.5267 C 81.087703 1370.79994 80.354413 1373.0568 81.02378 1375.1169 L 92.180685 1409.4544 C 92.850056 1411.5145 94.76984 1412.9093 96.935974 1412.9093 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></a><text transform="translate(94.098305 1373.5625)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".203125" y="15" textLength="41.59375">Agent</tspan></text><path d="M 96.935974 1640.2264 L 133.04058 1640.2263 C 135.20671 1640.2263 137.126485 1638.8315 137.79586 1636.7714 L 148.95278 1602.434 C 149.62216 1600.3739 148.88887 1598.117 147.13643 1596.8438 L 117.92715 1575.622 C 116.17471 1574.3488 113.80173 1574.3488 112.049296 1575.622 L 82.840137 1596.8437 C 81.087703 1598.117 80.354413 1600.3738 81.02378 1602.4339 L 92.180685 1636.7714 C 92.850056 1638.83155 94.76984 1640.2264 96.935974 1640.2264 Z" fill="#fffedf"/><path d="M 96.935974 1640.2264 L 133.04058 1640.2263 C 135.20671 1640.2263 137.126485 1638.8315 137.79586 1636.7714 L 148.95278 1602.434 C 149.62216 1600.3739 148.88887 1598.117 147.13643 1596.8438 L 117.92715 1575.622 C 116.17471 1574.3488 113.80173 1574.3488 112.049296 1575.622 L 82.840137 1596.8437 C 81.087703 1598.117 80.354413 1600.3738 81.02378 1602.4339 L 92.180685 1636.7714 C 92.850056 1638.83155 94.76984 1640.2264 96.935974 1640.2264 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(93.988266 1600.8795)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".203125" y="15" textLength="41.59375">Agent</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 1936" width="899pt" height="1936pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-07-11 16:38Z</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.66926" y1="357.09745" x2="686.8547" y2="386.4792" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="590.43706" y1="395.65298" x2="541.91948" y2="365.8269" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="631.12994" y1="447.84097" x2="631.58696" y2="471.4118" 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.184" x2="162.05044" y2="1016.184" 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.42899" y="991.7245" width="169" height="19" fill="white"/><text transform="translate(357.42899 991.7245)" 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.90703" y1="606.14017" x2="452.62542" y2="635.02737" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="356.42001" y1="641.84826" x2="312.70003" y2="613.1703" 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="222.45183" y="1389.3879" width="91.57894" height="19" fill="white"/><text transform="translate(227.45183 1389.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(210.31138 1531.8438)" 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="139.820475" y1="1590.9342" x2="263.86364" y2="1493.7998" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="114.98827" y1="1574.1671" x2="114.98827" y2="1426.3093" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="264.73966" y1="1442.3095" x2="155.25663" y2="1398.9941" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="30.598302" y="1486.6364" width="169" height="23" fill="white"/><text transform="translate(35.598302 1488.6364)" 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 278.38859 1432.36215 L 347.63096 1432.36215 C 357.04401 1432.36215 364.6836 1444.45815 364.6836 1459.36215 C 364.6836 1474.26615 357.04401 1486.36215 347.63096 1486.36215 L 278.38859 1486.36215 C 275.43882 1486.36215 272.63953 1485.0598 270.73948 1482.8035 L 256.42369 1465.8035 C 253.28917 1462.0813 253.28917 1456.643 256.42369 1452.9208 L 270.73948 1435.9208 C 272.63953 1433.6645 275.43882 1432.36215 278.38859 1432.36215 Z" fill="#fffedf"/><path d="M 278.38859 1432.36215 L 347.63096 1432.36215 C 357.04401 1432.36215 364.6836 1444.45815 364.6836 1459.36215 C 364.6836 1474.26615 357.04401 1486.36215 347.63096 1486.36215 L 278.38859 1486.36215 C 275.43882 1486.36215 272.63953 1485.0598 270.73948 1482.8035 L 256.42369 1465.8035 C 253.28917 1462.0813 253.28917 1456.643 256.42369 1452.9208 L 270.73948 1435.9208 C 272.63953 1433.6645 275.43882 1432.36215 278.38859 1432.36215 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(267.36781 1449.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><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="1698.1362" width="515.169" height="249.069" fill="white"/><path d="M 917.72274 1698.1362 L 402.55374 1698.1362 L 402.55374 1947.2052 L 917.72274 1947.2052 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(407.55374 1703.1362)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="14.5703125">k)</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="1547.7732" width="93.684196" height="19" fill="white"/><text transform="translate(492.84418 1547.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="1547.1157" width="200.36841" height="19" fill="white"/><text transform="translate(719.13226 1547.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.9973" y1="1529.869" x2="715.20257" y2="1554.1792" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="767.9515" y1="1503.4859" x2="533.55153" y2="1503.4856" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="611.27228" y1="1562.6981" x2="527.9563" y2="1522.4274" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="557.3078" y="1479.0261" width="184.99997" height="19.000246" fill="white"/><text transform="translate(562.3078 1479.0261) rotate(76293945e-12)" 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><line x1="767.9515" y1="1403.3892" x2="533.5514" y2="1403.3892" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="613.05333" y1="1329.1069" x2="528.13155" y2="1379.86395" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="568.3997" y="1378.9297" width="167" height="19" fill="white"/><text transform="translate(573.3997 1378.9297)" 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="1476.486" width="113.6842" height="54" fill="#fffedf"/><path d="M 882.1357 1476.486 L 768.4515 1476.486 L 768.4515 1530.486 L 882.1357 1530.486 Z M 870.76726 1476.486 L 870.76726 1530.486 M 779.8199 1530.486 L 779.8199 1476.486" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(784.8199 1493.986)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text><rect x="521.86433" y="1621.0644" width="108.270086" height="19" fill="white"/><text transform="translate(526.86433 1621.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="1606.5519" x2="631.96648" y2="1640.6518" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="562.14497" y="1654.0518" width="80.734715" height="29.597931" fill="#fffedf"/><rect x="562.14497" y="1654.0518" width="80.734715" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(567.14497 1659.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 1683.6497 L 675.91297 1683.6497 C 667.1897 1683.6497 660.1181 1676.5781 660.1181 1667.8549 C 660.1181 1667.8549 660.1181 1667.8549 660.1181 1667.8549 L 660.1181 1667.8549 C 660.1181 1659.1316 667.1897 1652.06 675.91296 1652.06 C 675.91297 1652.06 675.91297 1652.06 675.91297 1652.06 L 725.32324 1652.06 C 734.0465 1652.06 741.1181 1659.1316 741.1181 1667.8549 L 741.1181 1667.8549 C 741.1181 1676.5781 734.0465 1683.6497 725.32324 1683.6497 C 725.32324 1683.6497 725.32324 1683.6497 725.32324 1683.6497 Z" fill="#fffedf"/><path d="M 725.32324 1683.6497 L 675.91297 1683.6497 C 667.1897 1683.6497 660.1181 1676.5781 660.1181 1667.8549 C 660.1181 1667.8549 660.1181 1667.8549 660.1181 1667.8549 L 660.1181 1667.8549 C 660.1181 1659.1316 667.1897 1652.06 675.91296 1652.06 C 675.91297 1652.06 675.91297 1652.06 675.91297 1652.06 L 725.32324 1652.06 C 734.0465 1652.06 741.1181 1659.1316 741.1181 1667.8549 L 741.1181 1667.8549 C 741.1181 1676.5781 734.0465 1683.6497 725.32324 1683.6497 C 725.32324 1683.6497 725.32324 1683.6497 725.32324 1683.6497 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(665.1181 1658.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="1621.0644" width="108.270086" height="19" fill="white"/><text transform="translate(694.43706 1621.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="1598.06" x2="684.15115" y2="1638.6669" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 622.41777 1555.8437 L 693.9015 1555.8437 C 703.5891 1555.8437 711.4515 1567.9397 711.4515 1582.8437 C 711.4515 1597.7477 703.5891 1609.8437 693.9015 1609.8437 L 622.41777 1609.8437 C 619.5176 1609.8437 616.7603 1608.5847 614.86088 1606.393 L 600.12754 1589.393 C 596.87007 1585.6344 596.87007 1580.0531 600.12754 1576.2944 L 614.86088 1559.2944 C 616.7603 1557.1028 619.5176 1555.8437 622.41777 1555.8437 Z" fill="#fffedf"/><path d="M 622.41777 1555.8437 L 693.9015 1555.8437 C 703.5891 1555.8437 711.4515 1567.9397 711.4515 1582.8437 C 711.4515 1597.7477 703.5891 1609.8437 693.9015 1609.8437 L 622.41777 1609.8437 C 619.5176 1609.8437 616.7603 1608.5847 614.86088 1606.393 L 600.12754 1589.393 C 596.87007 1585.6344 596.87007 1580.0531 600.12754 1576.2944 L 614.86088 1559.2944 C 616.7603 1557.1028 619.5176 1555.8437 622.41777 1555.8437 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(611.15148 1573.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.38641" y1="833.5293" x2="115.86185" y2="794.63872" 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" 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><a xl:href="#Entity"><path d="M 465.96097 1529.8779 L 454.80406 1495.5404 C 454.1347 1493.4803 454.86798 1491.2234 456.62042 1489.9502 L 485.82958 1468.7285 C 487.58201 1467.4553 489.955 1467.4553 491.70743 1468.7285 L 520.9167 1489.9503 C 522.66915 1491.2235 523.40244 1493.4803 522.73306 1495.5404 L 511.57614 1529.8779 C 510.90677 1531.938 508.987 1533.3328 506.82086 1533.3328 L 470.71625 1533.3328 C 468.55012 1533.3328 466.63034 1531.938 465.96097 1529.8779 Z" fill="#fffedf"/><path d="M 465.96097 1529.8779 L 454.80406 1495.5404 C 454.1347 1493.4803 454.86798 1491.2234 456.62042 1489.9502 L 485.82958 1468.7285 C 487.58201 1467.4553 489.955 1467.4553 491.70743 1468.7285 L 520.9167 1489.9503 C 522.66915 1491.2235 523.40244 1493.4803 522.73306 1495.5404 L 511.57614 1529.8779 C 510.90677 1531.938 508.987 1533.3328 506.82086 1533.3328 L 470.71625 1533.3328 C 468.55012 1533.3328 466.63034 1531.938 465.96097 1529.8779 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></a><text transform="translate(467.76855 1491.3622)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".203125" y="15" textLength="41.59375">Agent</tspan></text><a xl:href="#Entity"><path d="M 465.96096 1429.78116 L 454.80406 1395.4436 C 454.1347 1393.3835 454.86798 1391.1267 456.6204 1389.8535 L 485.82957 1368.63174 C 487.582 1367.3585 489.955 1367.3585 491.70743 1368.63174 L 520.9167 1389.8535 C 522.66914 1391.12674 523.40243 1393.3836 522.73306 1395.4437 L 511.57613 1429.7811 C 510.90676 1431.8412 508.98698 1433.236 506.82085 1433.236 L 470.71625 1433.2361 C 468.55011 1433.2361 466.63033 1431.8413 465.96096 1429.78116 Z" fill="#fffedf"/><path d="M 465.96096 1429.78116 L 454.80406 1395.4436 C 454.1347 1393.3835 454.86798 1391.1267 456.6204 1389.8535 L 485.82957 1368.63174 C 487.582 1367.3585 489.955 1367.3585 491.70743 1368.63174 L 520.9167 1389.8535 C 522.66914 1391.12674 523.40243 1393.3836 522.73306 1395.4437 L 511.57613 1429.7811 C 510.90676 1431.8412 508.98698 1433.236 506.82085 1433.236 L 470.71625 1433.2361 C 468.55011 1433.2361 466.63033 1431.8413 465.96096 1429.78116 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></a><text transform="translate(467.76855 1391.9379)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".203125" y="15" textLength="41.59375">Agent</tspan></text><a xl:href="#Entity"><path d="M 96.935974 1412.9093 L 133.04058 1412.9093 C 135.20671 1412.9093 137.126485 1411.5145 137.79586 1409.4544 L 148.95278 1375.11696 C 149.62216 1373.05684 148.88887 1370.8 147.13643 1369.5268 L 117.92715 1348.305 C 116.17471 1347.0318 113.80173 1347.0318 112.049296 1348.305 L 82.840137 1369.5267 C 81.087703 1370.79994 80.354413 1373.0568 81.02378 1375.1169 L 92.180685 1409.4544 C 92.850056 1411.5145 94.76984 1412.9093 96.935974 1412.9093 Z" fill="#fffedf"/><path d="M 96.935974 1412.9093 L 133.04058 1412.9093 C 135.20671 1412.9093 137.126485 1411.5145 137.79586 1409.4544 L 148.95278 1375.11696 C 149.62216 1373.05684 148.88887 1370.8 147.13643 1369.5268 L 117.92715 1348.305 C 116.17471 1347.0318 113.80173 1347.0318 112.049296 1348.305 L 82.840137 1369.5267 C 81.087703 1370.79994 80.354413 1373.0568 81.02378 1375.1169 L 92.180685 1409.4544 C 92.850056 1411.5145 94.76984 1412.9093 96.935974 1412.9093 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></a><text transform="translate(94.098305 1373.5625)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".203125" y="15" textLength="41.59375">Agent</tspan></text><path d="M 96.935974 1640.2264 L 133.04058 1640.2263 C 135.20671 1640.2263 137.126485 1638.8315 137.79586 1636.7714 L 148.95278 1602.434 C 149.62216 1600.3739 148.88887 1598.117 147.13643 1596.8438 L 117.92715 1575.622 C 116.17471 1574.3488 113.80173 1574.3488 112.049296 1575.622 L 82.840137 1596.8437 C 81.087703 1598.117 80.354413 1600.3738 81.02378 1602.4339 L 92.180685 1636.7714 C 92.850056 1638.83155 94.76984 1640.2264 96.935974 1640.2264 Z" fill="#fffedf"/><path d="M 96.935974 1640.2264 L 133.04058 1640.2263 C 135.20671 1640.2263 137.126485 1638.8315 137.79586 1636.7714 L 148.95278 1602.434 C 149.62216 1600.3739 148.88887 1598.117 147.13643 1596.8438 L 117.92715 1575.622 C 116.17471 1574.3488 113.80173 1574.3488 112.049296 1575.622 L 82.840137 1596.8437 C 81.087703 1598.117 80.354413 1600.3738 81.02378 1602.4339 L 92.180685 1636.7714 C 92.850056 1638.83155 94.76984 1640.2264 96.935974 1640.2264 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(93.988266 1600.8795)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".203125" y="15" textLength="41.59375">Agent</tspan></text><rect x="655.46776" y="1862.1633" width="93.684196" height="19" fill="white"/><text transform="translate(660.46776 1862.1633)" 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="632.2084" y="1751.4888" width="207.02895" height="19" fill="white"/><text transform="translate(637.2084 1751.4888)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="3.748848" y="15" textLength="189.53125">prov:qualifiedMembership</tspan></text><line x1="602.6968" y1="1762.0771" x2="706.7354" y2="1799.8732" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="551.5325" y1="1770.9889" x2="551.53923" y2="1860.6955" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="718.9846" y1="1839.6523" x2="614.68434" y2="1877.9227" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="484.53618" y="1810.3987" width="134" height="19" fill="white"/><text transform="translate(489.53618 1810.3987)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".12890625" y="15" textLength="123.74219">prov:hadMember</tspan></text><path d="M 519.68835 1770.4889 L 583.37255 1770.4889 C 597.17966 1770.4889 608.37254 1759.296 608.37255 1745.4889 L 608.37255 1741.4889 C 608.37255 1727.6818 597.17966 1716.4889 583.37255 1716.4889 L 519.68835 1716.4889 C 505.88123 1716.4889 494.68835 1727.6818 494.68835 1741.4889 L 494.68835 1745.4889 C 494.68835 1759.296 505.88123 1770.4889 519.68835 1770.4889 C 519.68835 1770.4889 519.68835 1770.4889 519.68835 1770.4889 Z" fill="#fffedf"/><path d="M 519.68835 1770.4889 L 583.37255 1770.4889 C 597.17966 1770.4889 608.37254 1759.296 608.37255 1745.4889 L 608.37255 1741.4889 C 608.37255 1727.6818 597.17966 1716.4889 583.37255 1716.4889 L 519.68835 1716.4889 C 505.88123 1716.4889 494.68835 1727.6818 494.68835 1741.4889 L 494.68835 1745.4889 C 494.68835 1759.296 505.88123 1770.4889 519.68835 1770.4889 C 519.68835 1770.4889 519.68835 1770.4889 519.68835 1770.4889 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(499.68835 1733.9889)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="16.170225" y="15" textLength="71.34375">Collection</tspan></text><a xl:href="#Entity"><path d="M 519.68835 1928.0955 L 583.37255 1928.0955 C 597.17967 1928.0955 608.37255 1916.9026 608.37255 1903.0955 L 608.37255 1899.0955 C 608.37255 1885.2884 597.17967 1874.0955 583.37255 1874.0955 L 519.68835 1874.0955 C 505.88123 1874.0955 494.68835 1885.2884 494.68835 1899.0955 L 494.68835 1903.0955 C 494.68835 1916.9026 505.88123 1928.0955 519.68835 1928.0955 C 519.68835 1928.0955 519.68835 1928.0955 519.68835 1928.0955 Z" fill="#fffedf"/><path d="M 519.68835 1928.0955 L 583.37255 1928.0955 C 597.17967 1928.0955 608.37255 1916.9026 608.37255 1903.0955 L 608.37255 1899.0955 C 608.37255 1885.2884 597.17967 1874.0955 583.37255 1874.0955 L 519.68835 1874.0955 C 505.88123 1874.0955 494.68835 1885.2884 494.68835 1899.0955 L 494.68835 1903.0955 C 494.68835 1916.9026 505.88123 1928.0955 519.68835 1928.0955 C 519.68835 1928.0955 519.68835 1928.0955 519.68835 1928.0955 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(499.68835 1891.5955)" 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 732.7578 1848.8998 L 812.71626 1848.8998 C 823.44475 1848.8998 832.15194 1836.8038 832.15194 1821.8998 C 832.15194 1806.9958 823.44475 1794.8998 812.71626 1794.8998 L 732.7578 1794.8998 C 730.03447 1794.8998 727.42894 1796.0105 725.54316 1797.9753 L 709.2268 1814.9753 C 705.51298 1818.8447 705.51298 1824.9549 709.2268 1828.8244 L 725.54316 1845.8244 C 727.42894 1847.7891 730.03447 1848.8998 732.7578 1848.8998 Z" fill="#fffedf"/><path d="M 732.7578 1848.8998 L 812.71626 1848.8998 C 823.44475 1848.8998 832.15194 1836.8038 832.15194 1821.8998 C 832.15194 1806.9958 823.44475 1794.8998 812.71626 1794.8998 L 732.7578 1794.8998 C 730.03447 1794.8998 727.42894 1796.0105 725.54316 1797.9753 L 709.2268 1814.9753 C 705.51298 1818.8447 705.51298 1824.9549 709.2268 1828.8244 L 725.54316 1845.8244 C 727.42894 1847.7891 730.03447 1848.8998 732.7578 1848.8998 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(720.53785 1812.3998)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.8441101" y="15" textLength="89.96875">Membership</tspan></text></g></g></svg>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/diagrams/expanded-terms-example-all.svg	Thu Jul 12 11:09:02 2012 +0100
@@ -0,0 +1,1940 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   version="1.1"
+   width="2011.25"
+   height="1382.5"
+   id="svg3004"
+   xml:space="preserve"><metadata
+     id="metadata3010"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs3008"><clipPath
+       id="clipPath3020"><path
+         d="m 0,0 1609,0 0,1106 L 0,1106 0,0 z"
+         id="path3022" /></clipPath></defs><g
+     transform="matrix(1.25,0,0,-1.25,0,1382.5)"
+     id="g3012"><g
+       id="g3014" /><g
+       id="g3016"><g
+         clip-path="url(#clipPath3020)"
+         id="g3018"><path
+           d="m 2.5,1106.5 1677,0 0,-1566 -1677,0 0,1566 z"
+           id="path3024"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
+           d="m 1113.5,1102.574 494,0 0,-850.074 -494,0 0,850.074 z"
+           id="path3026"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3028"><path
+             d="m 1110,2.926147 494,0 0,850.073853 -494,0 0,-850.073853 z"
+             id="path3030"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,1360,678.0369)"
+           id="g3032"><text
+             transform="translate(-242,-409.0369)"
+             id="text3034"><tspan
+               x="0 3.3336 10.008 16.6824 23.3568 30.0312 32.697601 39.372002 47.375999 54.0504 60.0504 63.383999"
+               y="0"
+               id="tspan3036"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:bundlePost2</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,1360,678.0369)"
+           id="g3038"><text
+             transform="translate(-242,-395.0369)"
+             id="text3040"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 63.043201 69.717598 76.391998 83.066399 85.732803"
+               y="0"
+               id="tspan3042"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:bundle</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,1360,678.0369)"
+           id="g3044"><text
+             transform="translate(-242,-381.0369)"
+             id="text3046"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 40.027199 46.027199 54.0312 60.705601 67.379997 74.054398 77.388 84.062401 87.396004 90.062401 96.736801 103.4112 110.4192 113.7528 120.4272 127.1016 130.4352 137.1096 147.10561 153.78 160.45441 167.1288 175.1328 181.1328 189.1368 195.8112 199.80721 205.80721 212.4816"
+               y="0"
+               id="tspan3048"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:hasAnnotation=:noteMadeByParser</tspan></text>
+</g><path
+           d="m 17.49998,291.9911 1075.63502,0 0,-289.491112 -1075.63502,0 0,289.491112 z"
+           id="path3050"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3052"><path
+             d="m 13.99998,813.5089 1075.63502,0 0,289.4911 -1075.63502,0 0,-289.4911 z"
+             id="path3054"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,554.8176,147.7455)"
+           id="g3056"><text
+             transform="translate(-532.8176,-128.7456)"
+             id="text3058"><tspan
+               x="0 3.3336 10.008 16.6824 23.3568 30.0312 32.697601 39.372002 47.375999 54.0504 60.0504 63.383999"
+               y="0"
+               id="tspan3060"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:bundlePost1</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,554.8176,147.7455)"
+           id="g3062"><text
+             transform="translate(-532.8176,-114.7456)"
+             id="text3064"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 63.043201 69.717598 76.391998 83.066399 85.732803"
+               y="0"
+               id="tspan3066"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:bundle</tspan></text>
+</g><path
+           d="m 3.135271,1102.574 1089.999729,0 0,-772.9884 -1089.999729,0 0,772.9884 z"
+           id="path3068"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3070"><path
+             d="m -0.3647292,2.926167 1089.9997292,0 0,772.988233 -1089.9997292,0 0,-772.988233 z"
+             id="path3072"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,547.6353,716.5797)"
+           id="g3074"><text
+             transform="translate(-540,-370.4941)"
+             id="text3076"><tspan
+               x="0 3.3336 10.008 16.6824 23.3568 30.0312 32.697601 39.372002 47.375999 54.0504 60.0504"
+               y="0"
+               id="tspan3078"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:bundlePost</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,547.6353,716.5797)"
+           id="g3080"><text
+             transform="translate(-540,-356.4941)"
+             id="text3082"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 63.043201 69.717598 76.391998 83.066399 85.732803"
+               y="0"
+               id="tspan3084"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:bundle</tspan></text>
+</g><path
+           d="m 280.2022,847.2835 0,33.35 32.5,16.65 32.5,-16.65 0,-33.35 -65,0 z"
+           id="path3086"
+           style="fill:#ffd479;fill-opacity:0.38999999;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3088"><path
+             d="m 276.7022,258.2165 0,-33.35 32.5,-16.65 32.5,16.65 0,33.35 -65,0 z"
+             id="path3090"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,312.2022,872.7835)"
+           id="g3092"><text
+             transform="translate(-16.67578,12.3)"
+             id="text3094"><tspan
+               x="0 3.3336 10.008 16.6824 20.6784 27.3528"
+               y="0"
+               id="tspan3096"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:derek</tspan></text>
+</g><path
+           d="m 260.8333,891.3329 c 0,8.8414 -2.9633,9.9353 -24.6096,18.6853 l -0.2287,0.0905 c -21.7607,8.8415 -21.987,8.8415 -44.3193,8.8415 -29.736,0 -164.1757,0 -164.1757,0 l 0,-93.3333 233.3333,0 0,65.716 z"
+           id="path3098"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3100"><path
+             d="m 257.3333,214.1671 c 0,-8.8414 -2.9633,-9.9353 -24.6096,-18.6853 l -0.2287,-0.0905 c -21.7607,-8.8415 -21.987,-8.8415 -44.3193,-8.8415 -29.736,0 -164.1757,0 -164.1757,0 l 0,93.3333 233.3333,0 0,-65.716 z m 0,-0.4554 c 0,-8.386 -0.2286,-8.386 -46.8253,-8.386 l 0,0 c 0,-18.6844 0,-18.7759 -20.965,-18.7759"
+             id="path3102"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,143.6667,872.7835)"
+           id="g3104"><text
+             transform="translate(-111.6667,-24)"
+             id="text3106"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 64.372803 71.047203 75.043198 81.043198 87.717598 94.391998 97.725601 101.0592 104.3928 111.0672 117.7416 121.0752 124.4088 132.4128 139.0872 143.08321 149.08321 155.7576"
+               y="0"
+               id="tspan3108"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:Person, foaf:Person</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,143.6667,872.7835)"
+           id="g3110"><text
+             transform="translate(-111.6667,4)"
+             id="text3112"><tspan
+               x="0 3.3336 10.008 16.6824 20.016001 23.3496 30.024 32.690399 38.690399 45.364799 52.0392 60.705601 67.379997 77.375999 84.0504 91.058403 95.318398 103.9848 110.6592 114.6552 121.3296 127.3296 131.5896 137.22 142.8504 148.8504 154.8504 161.5248 164.8584 170.8584 174.192 178.188 180.8544 187.52879"
+               y="0"
+               id="tspan3114"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">foaf:givenName=&quot;Derek&quot;^^xsd:string</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,143.6667,872.7835)"
+           id="g3116"><text
+             transform="translate(-111.6667,32)"
+             id="text3118"><tspan
+               x="0 3.3336 10.008 16.6824 20.016001 23.3496 33.3456 40.02 46.694401 52.694401 59.7024 66.710403 76.706398 83.380798 86.047203 88.7136 92.047203 98.721603 102.0552 108.7296 115.404 119.4 126.0744 132.0744 144.2556 150.92999 156.92999 163.6044 173.6004 180.2748 182.94119 189.6156 192.9492 199.6236 203.6196 210.29401"
+               y="0"
+               id="tspan3120"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">foaf:mbox=&lt;mailto:derek@example.org&gt;</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3122"><path
+             d="m 276.7022,233.2165 -18.8689,0"
+             id="path3124"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 275.4999,959.4992 0,33.35 38,16.6498 38,-16.6498 0,-33.35 -76,0 z"
+           id="path3126"
+           style="fill:#ffd479;fill-opacity:0.38999999;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3128"><path
+             d="m 271.9999,146.0008 0,-33.35 38,-16.64996 38,16.64996 0,33.35 -76,0 z"
+             id="path3130"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,312.9999,984.9992)"
+           id="g3132"><text
+             transform="translate(-25.0166,12.3)"
+             id="text3134"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 26.6784 30.011999 36.686401 43.360802"
+               y="0"
+               id="tspan3136"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:chartgen</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3138"><path
+             d="M 309.2086,207.7165 309.873,155.9"
+             id="path3140"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 313.4755,957.5993 -3.1023,-7.9609 5.9995,-0.0769 -2.8972,8.0378 z"
+           id="path3142"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3144"><path
+             d="m 309.9755,147.9007 -3.1023,7.9609 5.9995,0.0769 -2.8972,-8.0378 z"
+             id="path3146"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 248.0952,940.4374 129,0 0,-24 -129,0 0,24 z"
+           id="path3148"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,312.5952,928.4374)"
+           id="g3150"><text
+             transform="translate(-59.36719,4)"
+             id="text3152"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 39.352798 42.686401 49.360802 56.035198 65.368797 72.043198 80.047203 86.721603 93.396004 100.0704 102.7368 106.0704 115.404"
+               y="0"
+               id="tspan3154"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:actedOnBehalfOf</tspan></text>
+</g><path
+           d="m 418.2265,1071.934 c 0,7.073 -2.5908,7.948 -21.5159,14.948 l -0.1999,0.072 c -19.025,7.073 -19.2229,7.073 -38.7478,7.073 -25.9977,0 -143.5364,0 -143.5364,0 l 0,-74.665 204,0 0,52.572 z"
+           id="path3156"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3158"><path
+             d="m 414.7265,33.56624 c 0,-7.07308 -2.5908,-7.94816 -21.5159,-14.94806 l -0.1999,-0.07242 c -19.025,-7.07307 -19.2229,-7.07307 -38.7478,-7.07307 -25.9977,0 -143.5364,0 -143.5364,0 l 0,74.66559 204,0 0,-52.57204 z m 0,-0.36437 c 0,-6.70871 -0.1999,-6.70871 -40.9387,-6.70871 l 0,0 c 0,-14.9473 0,-15.02047 -18.3294,-15.02047"
+             id="path3160"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,315.7265,1057.195)"
+           id="g3162"><text
+             transform="translate(-97,-10)"
+             id="text3164"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 65.7024 69.698402 76.372803 83.047203 89.721603 92.388 98.388 105.0624 108.396 111.0624 117.7368"
+               y="0"
+               id="tspan3166"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:Organization</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,315.7265,1057.195)"
+           id="g3168"><text
+             transform="translate(-97,18)"
+             id="text3170"><tspan
+               x="0 3.3336 10.008 16.6824 20.016001 23.3496 30.024 36.698399 46.694401 53.368801 60.376801 64.636803 73.3032 79.9776 86.652 90.648003 93.981598 97.315201 106.6488 113.3232 119.9976 126.672 130.668 137.34241 140.67599 147.3504 151.34641 157.34641 160.67999 164.0136 167.3472 174.02161 180.02161 183.35519"
+               y="0"
+               id="tspan3172"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">foaf:name=&quot;Chart Generators, Inc.&quot;</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3174"><path
+             d="m 310.0287,95.50167 0.5121,-8.86422"
+             id="path3176"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 533.6402,952.4992 0,33.35 38,16.6498 38,-16.6498 0,-33.35 -76,0 z"
+           id="path3178"
+           style="fill:#ffd479;fill-opacity:0.38999999;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3180"><path
+             d="m 530.1402,153.0008 0,-33.35 38,-16.65 38,16.65 0,33.35 -76,0 z"
+             id="path3182"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,571.1402,977.9992)"
+           id="g3184"><text
+             transform="translate(-28.68164,12.3)"
+             id="text3186"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 34.02 40.694401 43.360802 46.694401 53.368801"
+               y="0"
+               id="tspan3188"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:postEditor</tspan></text>
+</g><path
+           d="m 653.1471,1072.131 c 0,7.01 -2.1632,7.877 -17.965,14.815 l -0.167,0.071 c -15.8852,7.01 -16.0505,7.01 -32.3531,7.01 -21.7072,0 -119.8482,0 -119.8482,0 l 0,-74 170.3333,0 0,52.104 z"
+           id="path3190"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3192"><path
+             d="m 649.6471,33.36929 c 0,-7.01002 -2.1632,-7.8773 -17.965,-14.8148 l -0.167,-0.07178 c -15.8852,-7.01002 -16.0505,-7.01002 -32.3531,-7.01002 -21.7072,0 -119.8482,0 -119.8482,0 l 0,74 170.3333,0 0,-52.1034 z m 0,-0.36112 c 0,-6.6489 -0.1669,-6.6489 -34.1825,-6.6489 l 0,0 c 0,-14.81406 0,-14.88658 -15.3044,-14.88658"
+             id="path3194"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,567.4805,1057.527)"
+           id="g3196"><text
+             transform="translate(-80.16666,-10)"
+             id="text3198"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 64.372803 71.047203 74.380798 77.714401 86.380798 93.055199 97.051201 103.7256 111.7296 118.404 125.0784 131.75281"
+               y="0"
+               id="tspan3200"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:SoftwareAgent</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,567.4805,1057.527)"
+           id="g3202"><text
+             transform="translate(-80.16666,18)"
+             id="text3204"><tspan
+               x="0 3.3336 10.008 16.6824 20.016001 23.3496 30.024 36.698399 46.694401 53.368801 60.376801 64.636803 72.6408 79.315201 85.315201 88.648804 91.982399 99.986397 106.6608 109.3272 112.6608 119.3352 123.3312 126.6648 133.3392 140.0136 146.688 153.3624"
+               y="0"
+               id="tspan3206"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">foaf:name=&quot;Post Editor 3000&quot;</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3208"><path
+             d="M 568.1067,102.502 566.9973,85.97156"
+             id="path3210"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 763.7238,887.7023 c 22.8458,-9.7631 22.8458,-25.5922 0,-35.3553 -22.8456,-9.7631 -59.8857,-9.7631 -82.7314,0 -22.8457,9.7631 -22.8457,25.5922 0,35.3553 22.8457,9.7632 59.8858,9.7632 82.7314,0"
+           id="path3212"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3214"><path
+             d="m 760.2238,217.7977 c 22.8458,9.7631 22.8458,25.5922 0,35.3553 -22.8456,9.7631 -59.8857,9.7631 -82.7314,0 -22.8457,-9.7631 -22.8457,-25.5922 0,-35.3553 22.8457,-9.7632 59.8858,-9.7632 82.7314,0"
+             id="path3216"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,721.8581,870.5247)"
+           id="g3218"><text
+             transform="translate(-39.0293,-3)"
+             id="text3220"><tspan
+               x="0 3.3336 10.008 16.6824 23.3568 27.3528 34.027199 40.701599 47.375999 50.709599 57.383999 64.058403 72.062401"
+               y="0"
+               id="tspan3222"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:aggregatedBy</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,721.8581,870.5247)"
+           id="g3224"><text
+             transform="translate(-22.01367,11)"
+             id="text3226"><tspan
+               x="0 8.6664 15.3408 22.0152 24.681601 31.356001 38.030399"
+               y="0"
+               id="tspan3228"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">Regions</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3230"><path
+             d="m 718.8581,209.9753 0,-47.0745"
+             id="path3232"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 722.3581,950.5992 -3,-8 6,0 -3,8 z"
+           id="path3234"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3236"><path
+             d="m 718.8581,154.9008 -3,8 6,0 -3,-8 z"
+             id="path3238"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 675.3581,935.8621 93,0 0,-24 -93,0 0,24 z"
+           id="path3240"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,721.8581,923.8621)"
+           id="g3242"><text
+             transform="translate(-41.02734,4)"
+             id="text3244"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 36.686401 43.360802 50.035198 56.035198 62.709599 66.043198 68.709602 75.384003"
+               y="0"
+               id="tspan3246"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:atLocation</tspan></text>
+</g><path
+           d="m 276.5963,518.3729 c 25.189,-9.7631 25.189,-25.5922 0,-35.3553 -25.1888,-9.7631 -66.0278,-9.7631 -91.2166,0 -25.189,9.7631 -25.189,25.5922 0,35.3553 25.1888,9.7632 66.0278,9.7632 91.2166,0"
+           id="path3248"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3250"><path
+             d="m 273.0963,587.1271 c 25.189,9.7631 25.189,25.5922 0,35.3553 -25.1888,9.7631 -66.0278,9.7631 -91.2166,0 -25.189,-9.7631 -25.189,-25.5922 0,-35.3553 25.1888,-9.7632 66.0278,-9.7632 91.2166,0"
+             id="path3252"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,230.488,501.1953)"
+           id="g3254"><text
+             transform="translate(-33.99902,-3)"
+             id="text3256"><tspan
+               x="0 3.3336 13.3296 20.004 24 30.6744 34.670399 40.670399 44.666401 47.332802 57.3288 64.003197"
+               y="0"
+               id="tspan3258"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:more-crime-</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,230.488,501.1953)"
+           id="g3260"><text
+             transform="translate(-45.35742,11)"
+             id="text3262"><tspan
+               x="0 6.6743999 13.3488 20.023199 26.697599 33.372002 40.046398 46.046398 50.0424 52.708801 59.383202 63.3792 69.379204 72.045601 75.379204 78.045601 84.720001"
+               y="0"
+               id="tspan3264"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">happens-in-cities</tspan></text>
+</g><path
+           d="m 181.9442,439.6868 c 0,5.1155 -1.6503,5.7483 -13.7052,10.8108 l -0.1273,0.0524 c -12.1187,5.1154 -12.2447,5.1154 -24.6817,5.1154 -16.5601,0 -91.43009,0 -91.43009,0 l 0,-54 129.94429,0 0,38.0214 z"
+           id="path3266"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3268"><path
+             d="m 178.4442,665.8132 c 0,-5.1155 -1.6503,-5.7483 -13.7052,-10.8108 l -0.1273,-0.0524 c -12.1187,-5.1154 -12.2447,-5.1154 -24.6817,-5.1154 -16.5601,0 -91.43009,0 -91.43009,0 l 0,54 129.94429,0 0,-38.0214 z m 0,-0.2636 c 0,-4.8519 -0.1273,-4.8519 -26.0772,-4.8519 l 0,0 c 0,-10.8102 0,-10.8631 -11.6755,-10.8631"
+             id="path3270"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,116.4721,429.1654)"
+           id="g3272"><text
+             transform="translate(-59.97216,-3)"
+             id="text3274"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 63.043201 69.717598 75.717598 82.391998 85.725601 88.391998 95.066399 101.7408 105.0744"
+               y="0"
+               id="tspan3276"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:Location, </tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,116.4721,429.1654)"
+           id="g3278"><text
+             transform="translate(-59.97216,11)"
+             id="text3280"><tspan
+               x="0 6 8.6664 15.3408 21.340799 24.6744 32.678398 39.352798 45.352798"
+               y="0"
+               id="tspan3282"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">sioc:Post</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3284"><path
+             d="m 193.2466,626.366 -38.5852,24.2965"
+             id="path3286"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 656.8581,985.5764 131,0 c 2.7614,0 5,-2.2385 5,-5 l 0,-23.0772 c 0,-2.7615 -2.2386,-5 -5,-5 l -131,0 c -2.7614,0 -5,2.2385 -5,5 0,0 0,0 0,0 l 0,23.0772 c 0,2.7615 2.2386,5 5,5 0,0 0,0 0,0 z"
+           id="path3288"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3290"><path
+             d="m 653.3581,119.9236 131,0 c 2.7614,0 5,2.2385 5,5 l 0,23.0772 c 0,2.7615 -2.2386,5 -5,5 l -131,0 c -2.7614,0 -5,-2.2385 -5,-5 0,0 0,0 0,0 l 0,-23.0772 c 0,-2.7615 2.2386,-5 5,-5 0,0 0,0 0,0 z"
+             id="path3292"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,721.8581,969.5378)"
+           id="g3294"><text
+             transform="translate(-56.69531,4)"
+             id="text3296"><tspan
+               x="0 7.0079999 13.008 15.6744 22.348801 25.6824 29.016001 32.349602 41.015999 47.015999 53.690399 57.686401 63.686401 67.019997 73.694397 80.368797 87.043198 90.382797 93.7164 97.050003 103.05 106.3836"
+               y="0"
+               id="tspan3298"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">&lt;file://Users/aggr.txt&gt;</tspan></text>
+</g><path
+           d="m 606.2953,595.012 c 33.2598,-9.7631 33.2598,-25.5922 0,-35.3553 -33.2596,-9.7632 -87.1841,-9.7632 -120.4437,0 -33.2598,9.7631 -33.2598,25.5922 0,35.3553 33.2596,9.7631 87.1841,9.7631 120.4437,0"
+           id="path3300"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3302"><path
+             d="m 602.7953,510.488 c 33.2598,9.7631 33.2598,25.5922 0,35.3553 -33.2596,9.7632 -87.1841,9.7632 -120.4437,0 -33.2598,-9.7631 -33.2598,-25.5922 0,-35.3553 33.2596,-9.7631 87.1841,-9.7631 120.4437,0"
+             id="path3304"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,545.5734,577.8343)"
+           id="g3306"><text
+             transform="translate(-32.69238,4)"
+             id="text3308"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 32.690399 39.364799 46.0392 52.7136 58.7136"
+               y="0"
+               id="tspan3310"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:post9821v1</tspan></text>
+</g><path
+           d="m 265.5,671.0256 c 0,11.3562 -3.0226,12.7612 -25.1019,23.9999 l -0.2332,0.1163 c -22.1959,11.3562 -22.4267,11.3562 -45.2057,11.3562 -30.3307,0 -167.4592,0 -167.4592,0 l 0,-119.8799 238,0 0,84.4075 z"
+           id="path3312"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3314"><path
+             d="m 262,434.4744 c 0,-11.3562 -3.0226,-12.7612 -25.1019,-23.9999 l -0.2332,-0.1163 C 214.469,399.002 214.2382,399.002 191.4592,399.002 c -30.3307,0 -167.4592,0 -167.4592,0 l 0,119.8799 238,0 0,-84.4075 z m 0,-0.585 c 0,-10.7712 -0.2332,-10.7712 -47.7618,-10.7712 l 0,0 c 0,-23.9988 0,-24.1162 -21.3843,-24.1162"
+             id="path3316"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,146,647.0581)"
+           id="g3318"><text
+             transform="translate(-114,-38)"
+             id="text3320"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 35.690399 38.3568 45.0312 51.0312 54.364799 62.368801 69.043198 75.043198"
+               y="0"
+               id="tspan3322"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=sioc:Post</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,146,647.0581)"
+           id="g3324"><text
+             transform="translate(-114,-10)"
+             id="text3326"><tspan
+               x="0 6 8.6664 15.3408 21.340799 24.6744 28.007999 30.6744 34.007999 36.6744 43.348801 50.3568 54.616798 64.612801 71.287201 75.283203 81.957603 85.291199 91.291199 95.287201 97.953598 107.9496 114.624 117.9576 124.632 131.3064 137.9808 144.6552 151.32961 158.004 164.004 167.3376 170.004 176.67841"
+               y="0"
+               id="tspan3328"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">sioc:title=&quot;More crime happens in </tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,146,647.0581)"
+           id="g3330"><text
+             transform="translate(-114,4)"
+             id="text3332"><tspan
+               x="0 6 8.6664 12 14.6664 21.340799 27.340799 31.6008 37.231201 42.861599 48.861599 54.861599 61.535999 64.869598 70.869598 74.203201 78.199203 80.865601 87.540001"
+               y="0"
+               id="tspan3334"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">cities&quot;^^xsd:string</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,146,647.0581)"
+           id="g3336"><text
+             transform="translate(-114,32)"
+             id="text3338"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 40.027199 46.701599 53.375999 57.372002 64.046402 67.379997 74.054398 80.728798 88.732803 92.066399 98.956802 101.6232 111.6192 118.2936"
+               y="0"
+               id="tspan3340"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:generatedAtTime </tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,146,647.0581)"
+           id="g3342"><text
+             transform="translate(-114,46)"
+             id="text3344"><tspan
+               x="0 4.2600002 10.9344 17.608801 23.3976 30.072001 34.068001 40.742401 47.416801 51.4128 58.0872 64.761597 72.091202 78.765602 85.440002 88.773598 95.447998 102.1224 105.456 112.1304 118.8048 126.1344 130.39439 136.0248 141.6552 147.6552 153.6552 160.32961 163.66319 170.3376 177.01199 180.3456 187.02 193.9104 196.5768 206.5728"
+               y="0"
+               id="tspan3346"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">&quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3348"><path
+             d="M 468.7239,515.3674 262.4927,479.6272"
+             id="path3350"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3352"><path
+             d="M 282.6155,591.3927 466.8607,546.5674"
+             id="path3354"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 478.1339,560.8237 -8.4824,1.0238 1.4184,-5.8299 7.064,4.8061 z"
+           id="path3356"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3358"><path
+             d="m 474.6339,544.6763 -8.4824,-1.0238 1.4184,5.8299 7.064,-4.8061 z"
+             id="path3360"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 285.4573,541.8962 126,0 0,-24 -126,0 0,24 z"
+           id="path3362"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,348.4573,529.8962)"
+           id="g3364"><text
+             transform="translate(-57.69434,4)"
+             id="text3366"><tspan
+               x="0 6 8.6664 15.3408 21.340799 24.6744 31.348801 35.344799 42.019199 48.019199 50.6856 57.360001 64.034401 70.034401 76.708801 82.708801 89.383202 93.379204 99.379204 102.0456 108.72"
+               y="0"
+               id="tspan3368"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">sioc:previous_version</tspan></text>
+</g><path
+           d="m 587.1149,397.6964 c 22.8458,-9.7631 22.8458,-25.5922 0,-35.3553 -22.8457,-9.7632 -59.8858,-9.7632 -82.7314,0 -22.8458,9.7631 -22.8458,25.5922 0,35.3553 22.8456,9.7631 59.8857,9.7631 82.7314,0"
+           id="path3370"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3372"><path
+             d="m 583.6149,707.8036 c 22.8458,9.7631 22.8458,25.5922 0,35.3553 -22.8457,9.7632 -59.8858,9.7632 -82.7314,0 -22.8458,-9.7631 -22.8458,-25.5922 0,-35.3553 22.8456,-9.7631 59.8857,-9.7631 82.7314,0"
+             id="path3374"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,545.2492,380.5187)"
+           id="g3376"><text
+             transform="translate(-32.69238,4)"
+             id="text3378"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 32.690399 39.364799 46.0392 52.7136 58.7136"
+               y="0"
+               id="tspan3380"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:post9821v2</tspan></text>
+</g><path
+           d="m 748.4017,392.295 c 0,4.0734 -1.1811,4.5774 -9.8087,8.6086 l -0.0912,0.0417 c -8.6732,4.0734 -8.7634,4.0734 -17.6644,4.0734 -11.8519,0 -65.4357,0 -65.4357,0 l 0,-43 93,0 0,30.2763 z"
+           id="path3382"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3384"><path
+             d="m 744.9017,713.205 c 0,-4.0734 -1.1811,-4.5774 -9.8087,-8.6086 l -0.0912,-0.0417 c -8.6732,-4.0734 -8.7634,-4.0734 -17.6644,-4.0734 -11.8519,0 -65.4357,0 -65.4357,0 l 0,43 93,0 0,-30.2763 z m 0,-0.2099 c 0,-3.8635 -0.0912,-3.8635 -18.6633,-3.8635 l 0,0 c 0,-8.6082 0,-8.6503 -8.356,-8.6503"
+             id="path3386"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,701.4017,384.0187)"
+           id="g3388"><text
+             transform="translate(-41.5,4)"
+             id="text3390"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 35.690399 38.3568 45.0312 51.0312 54.364799 62.368801 69.043198 75.043198"
+               y="0"
+               id="tspan3392"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=sioc:Post</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3394"><path
+             d="m 601.1697,724.1643 50.2321,-1.1227"
+             id="path3396"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3398"><path
+             d="m 273.8122,622.5643 215.1849,82.4968"
+             id="path3400"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 499.967,397.5751 -6.396,5.665 -2.1478,-5.6024 8.5438,-0.0626 z"
+           id="path3402"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3404"><path
+             d="m 496.467,707.9249 -6.396,-5.665 -2.1478,5.6024 8.5438,0.0626 z"
+             id="path3406"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 324.8518,456.1244 109,0 0,-24 -109,0 0,24 z"
+           id="path3408"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,379.3518,444.1244)"
+           id="g3410"><text
+             transform="translate(-49.35645,4)"
+             id="text3412"><tspan
+               x="0 6 8.6664 15.3408 21.340799 24.6744 27.340799 34.015202 37.348801 44.023201 50.023201 53.3568 60.0312 66.031197 72.705597 76.701599 82.701599 85.367996 92.042397"
+               y="0"
+               id="tspan3414"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">sioc:latest_version</tspan></text>
+</g><path
+           d="m 477.982,789.4103 141,0 0,-50 -141,0 0,50 z"
+           id="path3416"
+           style="fill:#d8d8ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3418"><path
+             d="m 474.482,316.0897 141,0 0,50 -141,0 0,-50 z"
+             id="path3420"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,547.982,764.9103)"
+           id="g3422"><text
+             transform="translate(-62.26172,4)"
+             id="text3424"><tspan
+               x="0 3.3336 10.008 16.6824 23.3568 26.023199 28.6896 34.689602 41.363998 44.697601 47.363998 54.038399 60.712799 68.716797 74.716797 78.0504 80.716797 86.716797 89.383202 92.716797 98.716797 104.5056 111.18 117.8544"
+               y="0"
+               id="tspan3426"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:publicationActivity1123</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3428"><path
+             d="m 542.9524,502.666 1.8825,-126.6774"
+             id="path3430"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 548.4537,737.5105 -3.1185,-7.9545 5.9993,-0.0892 -2.8808,8.0437 z"
+           id="path3432"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3434"><path
+             d="m 544.9537,367.9895 -3.1185,7.9545 5.9993,0.0892 -2.8808,-8.0437 z"
+             id="path3436"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 482.3138,673.3022 129,0 0,-24 -129,0 0,24 z"
+           id="path3438"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,546.8138,661.3022)"
+           id="g3440"><text
+             transform="translate(-59.36426,4)"
+             id="text3442"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 57.352798 64.027199 70.701599 77.375999 81.372002 88.046402 91.379997 98.054398 104.7288 112.7328"
+               y="0"
+               id="tspan3444"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasGeneratedBy</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3446"><path
+             d="M 508.1632,366.4134 262.1998,575.3223"
+             id="path3448"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 259.6023,524.9988 8.0396,2.8923 -3.8842,4.5731 -4.1554,-7.4654 z"
+           id="path3450"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3452"><path
+             d="m 256.1023,580.5012 8.0396,-2.8923 -3.8842,-4.5731 -4.1554,7.4654 z"
+             id="path3454"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 269.2265,585.5926 93,0 0,-24 -93,0 0,24 z"
+           id="path3456"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,315.7265,573.5926)"
+           id="g3458"><text
+             transform="translate(-41.02734,4)"
+             id="text3460"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 36.686401 43.360802 50.035198 56.035198 62.709599 66.043198 68.709602 75.384003"
+               y="0"
+               id="tspan3462"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:atLocation</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3464"><path
+             d="M 627.9464,530.2581 780.6174,534 780.0021,511.8962"
+             id="path3466"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 783.2794,601.6007 -2.7762,-8.0804 5.9977,0.167 -3.2215,7.9134 z"
+           id="path3468"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3470"><path
+             d="m 779.7794,503.8993 -2.7762,8.0804 5.9977,-0.167 -3.2215,-7.9134 z"
+             id="path3472"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 646.485,585.8782 121,0 0,-24 -121,0 0,24 z"
+           id="path3474"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,706.985,573.8782)"
+           id="g3476"><text
+             transform="translate(-55.03125,4)"
+             id="text3478"><tspan
+               x="0 9.9960003 15.996 19.329599 25.329599 32.004002 38.678398 45.352798 51.352798 58.027199 64.701599 68.035202 76.701599 83.375999 90.0504 93.384003 100.0584 106.7328"
+               y="0"
+               id="tspan3480"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">my:snapshotContent</tspan></text>
+</g><path
+           d="m 717.7266,627.5 131,0 c 2.7614,0 5,-2.2386 5,-5 l 0,-14 c 0,-2.7614 -2.2386,-5 -5,-5 l -131,0 c -2.7615,0 -5,2.2386 -5,5 0,0 0,0 0,0 l 0,14 c 0,2.7614 2.2385,5 5,5 0,0 0,0 0,0 z"
+           id="path3482"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3484"><path
+             d="m 714.2266,478 131,0 c 2.7614,0 5,2.2386 5,5 l 0,14 c 0,2.7614 -2.2386,5 -5,5 l -131,0 c -2.7615,0 -5,-2.2386 -5,-5 0,0 0,0 0,0 l 0,-14 c 0,-2.7614 2.2385,-5 5,-5 0,0 0,0 0,0 z"
+             id="path3486"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,782.7266,616)"
+           id="g3488"><text
+             transform="translate(-37.35938,4)"
+             id="text3490"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 34.6824 41.3568 48.0312 51.364799 58.0392 64.7136 68.047203"
+               y="0"
+               id="tspan3492"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:postContent0</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3494"><path
+             d="M 586.2321,506.3923 734,432.6978 721.5726,270.8314"
+             id="path3496"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 724.4602,842.6451 -2.3788,-8.2062 5.9824,0.4593 -3.6036,7.7469 z"
+           id="path3498"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3500"><path
+             d="m 720.9602,262.8549 -2.3788,8.2062 5.9824,-0.4593 -3.6036,-7.7469 z"
+             id="path3502"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 668.1087,690.3987 137,0 0,-24 -137,0 0,24 z"
+           id="path3504"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,736.6087,678.3987)"
+           id="g3506"><text
+             transform="translate(-63.02637,4)"
+             id="text3508"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 40.027199 46.701599 54.705601 58.701599 61.368 71.363998 78.038399 82.034401 88.034401 96.038399 102.7128 109.3872 113.3832 119.3832"
+               y="0"
+               id="tspan3510"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:hadPrimarySource</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3512"><path
+             d="M 507.9106,504.9908 322.448,380.9941 310.2641,268.0594"
+             id="path3514"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 312.906,845.3945 -2.1246,-8.2756 5.9654,0.6435 -3.8408,7.6321 z"
+           id="path3516"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3518"><path
+             d="m 309.406,260.1055 -2.1246,8.2756 5.9654,-0.6435 -3.8408,-7.6321 z"
+             id="path3520"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 398.3989,647.1146 123,0 0,-24 -123,0 0,24 z"
+           id="path3522"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,459.8989,635.1146)"
+           id="g3524"><text
+             transform="translate(-56.02734,4)"
+             id="text3526"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 59.3568 62.690399 66.686401 69.352798 76.027199 82.701599 86.035202 92.709602 99.384003 105.384"
+               y="0"
+               id="tspan3528"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasAttributedTo</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3530"><path
+             d="M 486.8366,716.7733 249.988,679.5528 237.9605,639.5959"
+             id="path3532"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 239.1546,473.5645 -0.5667,-8.5251 5.7453,1.7294 -5.1786,6.7957 z"
+           id="path3534"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3536"><path
+             d="m 235.6546,631.9355 -0.5667,8.5251 5.7453,-1.7294 -5.1786,-6.7957 z"
+             id="path3538"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 246.7291,432.1234 93,0 0,-24 -93,0 0,24 z"
+           id="path3540"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,293.2291,420.1234)"
+           id="g3542"><text
+             transform="translate(-41.02734,4)"
+             id="text3544"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 36.686401 43.360802 50.035198 56.035198 62.709599 66.043198 68.709602 75.384003"
+               y="0"
+               id="tspan3546"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:atLocation</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3548"><path
+             d="M 484.6069,730.8931 330.5938,745.3528"
+             id="path3550"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 326.1288,359.3994 8.2454,-2.239 -0.5609,5.9737 -7.6845,-3.7347 z"
+           id="path3552"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3554"><path
+             d="m 322.6288,746.1006 8.2454,2.239 -0.5609,-5.9737 -7.6845,3.7347 z"
+             id="path3556"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 354.7696,380.3154 121,0 0,-24 -121,0 0,24 z"
+           id="path3558"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,415.2696,368.3154)"
+           id="g3560"><text
+             transform="translate(-55.03125,4)"
+             id="text3562"><tspan
+               x="0 9.9960003 15.996 19.329599 25.329599 32.004002 38.678398 45.352798 51.352798 58.027199 64.701599 68.035202 76.701599 83.375999 90.0504 93.384003 100.0584 106.7328"
+               y="0"
+               id="tspan3564"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">my:snapshotContent</tspan></text>
+</g><path
+           d="m 227.0704,371.2218 92.1667,0 c 2.7614,0 5,-2.2386 5,-5 l 0,-14 c 0,-2.7614 -2.2386,-5 -5,-5 l -92.1667,0 c -2.7614,0 -5,2.2386 -5,5 0,0 0,0 0,0 l 0,14 c 0,2.7614 2.2386,5 5,5 0,0 0,0 0,0 z"
+           id="path3566"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3568"><path
+             d="m 223.5704,734.2782 92.1667,0 c 2.7614,0 5,2.2386 5,5 l 0,14 c 0,2.7614 -2.2386,5 -5,5 l -92.1667,0 c -2.7614,0 -5,-2.2386 -5,-5 0,0 0,0 0,0 l 0,-14 c 0,-2.7614 2.2386,-5 5,-5 0,0 0,0 0,0 z"
+             id="path3570"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,272.6538,359.7218)"
+           id="g3572"><text
+             transform="translate(-37.35938,4)"
+             id="text3574"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 34.6824 41.3568 48.0312 51.364799 58.0392 64.7136 68.047203"
+               y="0"
+               id="tspan3576"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:postContent1</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3578"><path
+             d="m 542.2911,699.9813 0.2241,-136.4156"
+             id="path3580"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 546.0284,549.9343 -3.0132,-7.995 6,-0.01 -2.9868,8.0049 z"
+           id="path3582"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3584"><path
+             d="m 542.5284,555.5657 -3.0132,7.995 6,0.01 -2.9868,-8.0049 z"
+             id="path3586"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 486.8984,483.3113 117,0 0,-24 -117,0 0,24 z"
+           id="path3588"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,545.3984,471.3113)"
+           id="g3590"><text
+             transform="translate(-53.35254,4)"
+             id="text3592"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.6856 63.360001 69.360001 72.026398 78.026398 80.692802 87.367203 94.041603 103.3752"
+               y="0"
+               id="tspan3594"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasRevisionOf</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3596"><path
+             d="m 580.7903,706.2835 48.7631,-24.2894 0,-69 -54.9835,-53.6234"
+             id="path3598"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 572.3427,551.7149 3.6326,-7.7333 4.1892,4.2954 -7.8218,3.4379 z"
+           id="path3600"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3602"><path
+             d="m 568.8427,553.7851 3.6326,7.7333 4.1892,-4.2954 -7.8218,-3.4379 z"
+             id="path3604"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 560.0534,450.4472 145,0 0,-24 -145,0 0,24 z"
+           id="path3606"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,632.5534,438.4472)"
+           id="g3608"><text
+             transform="translate(-67.36523,4)"
+             id="text3610"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 62.697601 69.372002 75.372002 78.038399 84.712799 87.379204 90.045601 96.045601 102.72 106.0536 108.72 115.3944 122.0688 131.4024"
+               y="0"
+               id="tspan3612"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasSpecializationOf</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3614"><path
+             d="M 523.817,701.3088 307.988,418.2652 309.1271,268.1162"
+             id="path3616"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 312.6878,845.3836 -3.0607,-7.977 5.9999,-0.0455 -2.9392,8.0225 z"
+           id="path3618"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3620"><path
+             d="m 309.1878,260.1164 -3.0607,7.977 5.9999,0.0455 -2.9392,-8.0225 z"
+             id="path3622"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 395.1939,508.6524 123,0 0,-24 -123,0 0,24 z"
+           id="path3624"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,456.6939,496.6524)"
+           id="g3626"><text
+             transform="translate(-56.02734,4)"
+             id="text3628"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 59.3568 62.690399 66.686401 69.352798 76.027199 82.701599 86.035202 92.709602 99.384003 105.384"
+               y="0"
+               id="tspan3630"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasAttributedTo</tspan></text>
+</g><path
+           d="m 260.8333,785.3161 c 0,9.5323 -2.9633,10.7117 -24.6096,20.1454 l -0.2287,0.0976 c -21.7607,9.5323 -21.987,9.5323 -44.3193,9.5323 -29.736,0 -164.1757,0 -164.1757,0 l 0,-100.6262 233.3333,0 0,70.8509 z"
+           id="path3632"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3634"><path
+             d="m 257.3333,320.1839 c 0,-9.5323 -2.9633,-10.7117 -24.6096,-20.1454 l -0.2287,-0.0976 c -21.7607,-9.5323 -21.987,-9.5323 -44.3193,-9.5323 -29.736,0 -164.1757,0 -164.1757,0 l 0,100.6262 233.3333,0 0,-70.8509 z m 0,-0.4911 c 0,-9.0412 -0.2286,-9.0412 -46.8253,-9.0412 l 0,0 c 0,-20.1444 0,-20.243 -20.965,-20.243"
+             id="path3636"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,143.6667,765.2783)"
+           id="g3638"><text
+             transform="translate(-111.6667,-17)"
+             id="text3640"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 59.3568 66.031197 70.027199 73.360802 80.035202 86.709602 94.7136 98.047203 105.0552 109.3152 115.9896 122.664 128.4528 135.1272 139.1232 145.79761 152.472 156.468 163.1424 169.8168 177.14639 183.8208 190.49519 193.8288 200.5032 207.1776 210.5112"
+               y="0"
+               id="tspan3642"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasStartedAt=&quot;2011-07-16T01:01:0</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,143.6667,765.2783)"
+           id="g3644"><text
+             transform="translate(-111.6667,-3)"
+             id="text3646"><tspan
+               x="0 6.6743999 14.004 18.264 23.8944 29.524799 35.524799 41.524799 48.1992 51.532799 58.207199 64.881599 68.215202 74.889603 81.779999 84.446404 94.442398"
+               y="0"
+               id="tspan3648"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">1Z&quot;^^xsd:dateTime</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,143.6667,765.2783)"
+           id="g3650"><text
+             transform="translate(-111.6667,25)"
+             id="text3652"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 62.697601 69.372002 76.046402 82.720802 90.7248 94.058403 101.0664 105.3264 112.0008 118.6752 124.464 131.1384 135.1344 141.80881 148.4832 152.4792 159.15359 165.828 173.15759 179.832 186.50639 189.84 196.5144 203.1888 206.5224 213.19679"
+               y="0"
+               id="tspan3654"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasEndedAt=&quot;2011-07-16T01:52:02</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,143.6667,765.2783)"
+           id="g3656"><text
+             transform="translate(-111.6667,39)"
+             id="text3658"><tspan
+               x="0 7.3295999 11.5896 17.219999 22.850401 28.850401 34.850399 41.524799 44.858398 51.532799 58.207199 61.540798 68.215202 75.105598 77.772003 87.767998"
+               y="0"
+               id="tspan3660"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">Z&quot;^^xsd:dateTime</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3662"><path
+             d="M 474.482,341.0897 257.8333,340.8509"
+             id="path3664"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3666"><path
+             d="M 503.3196,315.8621 350.5166,237.7239"
+             id="path3668"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 346.8938,871.4185 5.7569,-6.3134 2.7317,5.3421 -8.4886,0.9713 z"
+           id="path3670"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3672"><path
+             d="m 343.3938,234.0815 5.7569,6.3134 2.7317,-5.3421 -8.4886,-0.9713 z"
+             id="path3674"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 350.2512,845.8947 141,0 0,-24 -141,0 0,24 z"
+           id="path3676"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,420.7512,833.8947)"
+           id="g3678"><text
+             transform="translate(-65.3584,4)"
+             id="text3680"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 62.023201 68.023201 74.697601 80.697601 83.363998 90.038399 93.372002 100.0464 106.7208 118.0464 120.7128 124.0464"
+               y="0"
+               id="tspan3682"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasAssociatedWith</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3684"><path
+             d="M 584.431,317.1658 569.1178,162.8524"
+             id="path3686"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 571.8278,950.6085 -2.1953,-8.2572 5.9707,0.5925 -3.7754,7.6647 z"
+           id="path3688"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3690"><path
+             d="m 568.3278,154.8915 -2.1953,8.2572 5.9707,-0.5925 -3.7754,-7.6647 z"
+             id="path3692"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 505.8884,912.1126 141,0 0,-24 -141,0 0,24 z"
+           id="path3694"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,576.3884,900.1126)"
+           id="g3696"><text
+             transform="translate(-65.3584,4)"
+             id="text3698"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 62.023201 68.023201 74.697601 80.697601 83.363998 90.038399 93.372002 100.0464 106.7208 118.0464 120.7128 124.0464"
+               y="0"
+               id="tspan3700"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasAssociatedWith</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3702"><path
+             d="m 586.629,315.83 89.6845,-54.5007"
+             id="path3704"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 686.6502,848.3253 -8.3946,-1.5908 3.1159,-5.1275 5.2787,6.7183 z"
+           id="path3706"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3708"><path
+             d="m 683.1502,257.1747 -8.3946,1.5908 3.1159,5.1275 5.2787,-6.7183 z"
+             id="path3710"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 600.3126,827.8047 63,0 0,-24 -63,0 0,24 z"
+           id="path3712"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,631.8126,815.8047)"
+           id="g3714"><text
+             transform="translate(-26.34961,4)"
+             id="text3716"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 39.352798 46.027199"
+               y="0"
+               id="tspan3718"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:used</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3720"><path
+             d="m 583.3312,366.5526 43.6568,106.8765 -40.5555,26.2972"
+             id="path3722"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 583.2201,601.4212 8.3446,1.8353 -3.2644,5.0343 -5.0802,-6.8696 z"
+           id="path3724"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3726"><path
+             d="m 579.7201,504.0788 8.3446,-1.8353 -3.2644,-5.0343 -5.0802,6.8696 z"
+             id="path3728"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 557.4143,710.8502 91,0 0,-24 -91,0 0,24 z"
+           id="path3730"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,602.9143,698.8502)"
+           id="g3732"><text
+             transform="translate(-40.3623,4)"
+             id="text3734"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 40.027199 46.701599 53.375999 57.372002 64.046402 67.379997 74.054398"
+               y="0"
+               id="tspan3736"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:generated</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3738"><path
+             d="m 474.482,341.0897 -83.494,-10.0956 -74.39,-66.1964"
+             id="path3740"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 314.1216,846.0205 3.9821,-7.5593 3.9886,4.4823 -7.9707,3.077 z"
+           id="path3742"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3744"><path
+             d="m 310.6216,259.4795 3.9821,7.5593 3.9886,-4.4823 -7.9707,-3.077 z"
+             id="path3746"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 326.5716,797.6098 111,0 0,-24 -111,0 0,24 z"
+           id="path3748"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,382.0716,785.6098)"
+           id="g3750"><text
+             transform="translate(-50.35547,4)"
+             id="text3752"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 59.3568 66.031197 70.027199 73.360802 80.035202 86.709602 94.7136"
+               y="0"
+               id="tspan3754"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasStartedBy</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3756"><path
+             d="m 505.5924,315.6261 -32.5727,-80.632 -121.4184,-1.6436"
+             id="path3758"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 347.102,872.2578 7.9587,-3.108 0.0812,5.9994 -8.0399,-2.8914 z"
+           id="path3760"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3762"><path
+             d="m 343.602,233.2422 7.9587,3.108 0.0812,-5.9994 -8.0399,2.8914 z"
+             id="path3764"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 394.1918,883.3894 107,0 0,-24 -107,0 0,24 z"
+           id="path3766"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,447.6918,871.3894)"
+           id="g3768"><text
+             transform="translate(-48.36035,4)"
+             id="text3770"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 62.697601 69.372002 76.046402 82.720802 90.7248"
+               y="0"
+               id="tspan3772"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasEndedBy</tspan></text>
+</g><path
+           d="m 787.5753,228.2945 0,33.35 38,16.65 38,-16.65 0,-33.35 -76,0 z"
+           id="path3774"
+           style="fill:#ffd479;fill-opacity:0.38999999;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3776"><path
+             d="m 784.0753,877.2055 0,-33.35 38,-16.65 38,16.65 0,33.35 -76,0 z"
+             id="path3778"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,825.0753,253.7945)"
+           id="g3780"><text
+             transform="translate(-21.00879,12.3)"
+             id="text3782"><tspan
+               x="0 3.3336 13.3296 20.004 26.6784 29.344801 35.344799"
+               y="0"
+               id="tspan3784"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:monica</tspan></text>
+</g><path
+           d="m 884.5,151.0421 c 0,8.3113 -3.0988,9.3396 -25.7347,17.5649 l -0.2391,0.0851 c -22.7554,8.3114 -22.9921,8.3114 -46.3454,8.3114 -31.0953,0 -171.6808,0 -171.6808,0 l 0,-87.737 244,0 0,61.7756 z"
+           id="path3786"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3788"><path
+             d="m 881,954.4579 c 0,-8.3113 -3.0988,-9.3396 -25.7347,-17.5649 l -0.2391,-0.0851 c -22.7554,-8.3114 -22.9921,-8.3114 -46.3454,-8.3114 -31.0953,0 -171.6808,0 -171.6808,0 l 0,87.7375 244,0 0,-61.7761 z m 0,-0.4281 c 0,-7.8832 -0.2391,-7.8832 -48.9659,-7.8832 l 0,0 c 0,-17.5641 0,-17.6501 -21.9234,-17.6501"
+             id="path3790"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,762,133.635)"
+           id="g3792"><text
+             transform="translate(-117,-24)"
+             id="text3794"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 64.372803 71.047203 75.043198 81.043198 87.717598 94.391998 97.725601 101.0592 104.3928 111.0672 117.7416 121.0752 124.4088 132.4128 139.0872 143.08321 149.08321 155.7576"
+               y="0"
+               id="tspan3796"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:Person, foaf:Person</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,762,133.635)"
+           id="g3798"><text
+             transform="translate(-117,4)"
+             id="text3800"><tspan
+               x="0 3.3336 10.008 16.6824 20.016001 23.3496 30.024 32.690399 38.690399 45.364799 52.0392 60.705601 67.379997 77.375999 84.0504 91.058403 95.318398 105.3144 111.9888 118.6632 121.3296 127.3296 134.004 138.26401 143.89439 149.5248 155.5248 161.5248 168.1992 171.53281 177.53281 180.86639 184.8624 187.52879 194.2032"
+               y="0"
+               id="tspan3802"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">foaf:givenName=&quot;Monica&quot;^^xsd:string</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,762,133.635)"
+           id="g3804"><text
+             transform="translate(-117,32)"
+             id="text3806"><tspan
+               x="0 3.3336 10.008 16.6824 20.016001 23.3496 33.3456 40.02 46.694401 52.694401 59.7024 66.710403 76.706398 83.380798 86.047203 88.7136 92.047203 98.721603 102.0552 112.0512 118.7256 125.4 128.06641 134.06641 140.7408 152.922 159.59641 165.59641 172.2708 182.2668 188.94119 191.6076 198.282 201.6156 208.28999 212.286 218.9604"
+               y="0"
+               id="tspan3808"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">foaf:mbox=&lt;mailto:monica@example.org&gt;</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3810"><path
+             d="m 822.0753,877.2055 -33.7214,50.8743"
+             id="path3812"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 587.264,206.2618 c 22.8458,-9.7631 22.8458,-25.5922 0,-35.3553 -22.8456,-9.7631 -59.8857,-9.7631 -82.7314,0 -22.8457,9.7631 -22.8457,25.5922 0,35.3553 22.8457,9.7632 59.8858,9.7632 82.7314,0"
+           id="path3814"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3816"><path
+             d="m 583.764,899.2382 c 22.8458,9.7631 22.8458,25.5922 0,35.3553 -22.8456,9.7631 -59.8857,9.7631 -82.7314,0 -22.8457,-9.7631 -22.8457,-25.5922 0,-35.3553 22.8457,-9.7632 59.8858,-9.7632 82.7314,0"
+             id="path3818"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,545.3983,189.0842)"
+           id="g3820"><text
+             transform="translate(-26.35547,4)"
+             id="text3822"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 32.690399 39.364799 46.0392"
+               y="0"
+               id="tspan3824"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:post9822</tspan></text>
+</g><path
+           d="m 631.2401,97.33093 c 0,8.31137 -2.7425,9.33957 -22.7757,17.56497 l -0.2116,0.0851 c -20.139,8.3113 -20.3485,8.3113 -41.0165,8.3113 -27.5199,0 -151.9406,0 -151.9406,0 l 0,-87.73696 215.9444,0 0,61.77559 z"
+           id="path3826"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3828"><path
+             d="m 627.7401,1008.169 c 0,-8.3113 -2.7425,-9.3395 -22.7757,-17.5649 l -0.2116,-0.0851 c -20.139,-8.3113 -20.3485,-8.3113 -41.0165,-8.3113 -27.5199,0 -151.9406,0 -151.9406,0 l 0,87.7373 215.9444,0 0,-61.776 z m 0,-0.428 c 0,-7.8833 -0.2117,-7.8833 -43.3358,-7.8833 l 0,0 c 0,-17.564 0,-17.65 -19.4026,-17.65"
+             id="path3830"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,522.7679,79.92382)"
+           id="g3832"><text
+             transform="translate(-102.9722,-17)"
+             id="text3834"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 35.690399 38.3568 45.0312 51.0312 54.364799 62.368801 69.043198 75.043198"
+               y="0"
+               id="tspan3836"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=sioc:Post</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,522.7679,79.92382)"
+           id="g3838"><text
+             transform="translate(-102.9722,11)"
+             id="text3840"><tspan
+               x="0 6 8.6664 15.3408 21.340799 24.6744 28.007999 30.6744 34.007999 36.6744 43.348801 50.3568 53.690399 57.950401 67.946404 74.620796 78.616798 85.291199 88.624802 94.624802 98.620796 101.2872 111.2832 117.9576 121.2912 127.9656 134.64 141.31441 147.9888 154.66319 161.3376 167.3376 170.6712 173.3376 180.01199"
+               y="0"
+               id="tspan3842"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">sioc:title= &quot;More crime happens in </tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,522.7679,79.92382)"
+           id="g3844"><text
+             transform="translate(-102.9722,25)"
+             id="text3846"><tspan
+               x="0 6 8.6664 12 14.6664 21.340799 27.340799 30.6744 34.670399 38.004002 44.678398 48.6744 52.007999 58.6824 65.356796 75.352798 85.348801 88.015198 94.689598 100.6896 104.6856 108.9456 114.576 120.2064 126.2064 132.20641 138.8808 142.2144 148.2144 151.548 155.54401 158.2104 164.8848"
+               y="0"
+               id="tspan3848"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">cities (for dummies)&quot;^^xsd:string</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3850"><path
+             d="m 537.1339,942.3084 -8.1703,39.4097"
+             id="path3852"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3854"><path
+             d="M 487.7018,926.4222 330.4909,953.7458"
+             id="path3856"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 326.109,150.3844 8.3956,-1.5859 -1.0274,5.9114 -7.3682,-4.3255 z"
+           id="path3858"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3860"><path
+             d="m 322.609,955.1156 8.3956,1.5859 -1.0274,-5.9114 -7.3682,4.3255 z"
+             id="path3862"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 362.6237,177.3994 93,0 0,-24 -93,0 0,24 z"
+           id="path3864"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,409.1237,165.3994)"
+           id="g3866"><text
+             transform="translate(-41.02734,4)"
+             id="text3868"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 36.686401 43.360802 50.035198 56.035198 62.709599 66.043198 68.709602 75.384003"
+               y="0"
+               id="tspan3870"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:atLocation</tspan></text>
+</g><path
+           d="m 188.2371,166.5976 131,0 c 2.7614,0 5,-2.2385 5,-5 l 0,-23.0772 c 0,-2.7614 -2.2386,-5 -5,-5 l -131,0 c -2.7614,0 -5,2.2386 -5,5 0,0 0,0 0,0 l 0,23.0772 c 0,2.7615 2.2386,5 5,5 0,0 0,0 0,0 z"
+           id="path3872"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3874"><path
+             d="m 184.7371,938.9024 131,0 c 2.7614,0 5,2.2385 5,5 l 0,23.0772 c 0,2.7614 -2.2386,5 -5,5 l -131,0 c -2.7614,0 -5,-2.2386 -5,-5 0,0 0,0 0,0 l 0,-23.0772 c 0,-2.7615 2.2386,-5 5,-5 0,0 0,0 0,0 z"
+             id="path3876"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,253.2371,150.559)"
+           id="g3878"><text
+             transform="translate(-59.01855,-3)"
+             id="text3880"><tspan
+               x="0 3.3336 13.3296 20.004 24 30.6744 34.670399 40.670399 44.666401 47.332802 57.3288 64.003197 67.999199 74.673599 81.348 88.0224 94.6968 101.3712 108.0456 114.0456"
+               y="0"
+               id="tspan3882"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:more-crime-happens-</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,253.2371,150.559)"
+           id="g3884"><text
+             transform="translate(-55.67578,11)"
+             id="text3886"><tspan
+               x="0 2.6664 9.3408003 13.3368 19.3368 22.003201 25.3368 28.003201 34.677601 40.677601 44.673599 48.007198 54.681599 58.677601 62.673599 69.348 76.0224 86.018402 96.014397 98.680801 105.3552"
+               y="0"
+               id="tspan3888"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">in-cities-for-dummies</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3890"><path
+             d="M 483.7008,914.3493 254.9735,904.3482"
+             id="path3892"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 250.4812,201.5012 7.8613,-3.3466 0.2621,5.9943 -8.1234,-2.6477 z"
+           id="path3894"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3896"><path
+             d="m 246.9812,903.9988 7.8613,3.3466 0.2621,-5.9943 -8.1234,2.6477 z"
+             id="path3898"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 276.9268,210.1777 121,0 0,-24 -121,0 0,24 z"
+           id="path3900"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,337.4268,198.1777)"
+           id="g3902"><text
+             transform="translate(-55.03125,4)"
+             id="text3904"><tspan
+               x="0 9.9960003 15.996 19.329599 25.329599 32.004002 38.678398 45.352798 51.352798 58.027199 64.701599 68.035202 76.701599 83.375999 90.0504 93.384003 100.0584 106.7328"
+               y="0"
+               id="tspan3906"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">my:snapshotContent</tspan></text>
+</g><path
+           d="m 151.4163,213.5842 92.1667,0 c 2.7614,0 5,-2.2385 5,-5 l 0,-14 c 0,-2.7614 -2.2386,-5 -5,-5 l -92.1667,0 c -2.7614,0 -5,2.2386 -5,5 0,0 0,0 0,0 l 0,14 c 0,2.7615 2.2386,5 5,5 0,0 0,0 0,0 z"
+           id="path3908"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3910"><path
+             d="m 147.9163,891.9158 92.1667,0 c 2.7614,0 5,2.2385 5,5 l 0,14 c 0,2.7614 -2.2386,5 -5,5 l -92.1667,0 c -2.7614,0 -5,-2.2386 -5,-5 0,0 0,0 0,0 l 0,-14 c 0,-2.7615 2.2386,-5 5,-5 0,0 0,0 0,0 z"
+             id="path3912"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,196.9997,202.0842)"
+           id="g3914"><text
+             transform="translate(-37.35938,4)"
+             id="text3916"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 34.6824 41.3568 48.0312 51.364799 58.0392 64.7136 68.047203"
+               y="0"
+               id="tspan3918"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:postContent2</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3920"><path
+             d="M 542.3785,891.4158 542.2768,760.8813"
+             id="path3922"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 545.7705,352.6187 -2.9937,-8.0023 6,0.005 -3.0063,7.9976 z"
+           id="path3924"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3926"><path
+             d="m 542.2705,752.8813 -2.9937,8.0023 6,-0.005 -3.0063,-7.9976 z"
+             id="path3928"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 496.8345,283.0065 97,0 0,-24 -97,0 0,24 z"
+           id="path3930"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,545.3345,271.0065)"
+           id="g3932"><text
+             transform="translate(-43.02246,4)"
+             id="text3934"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 36.019199 39.352798 46.027199 50.023201 56.697601 63.372002 66.705597 73.379997 82.7136"
+               y="0"
+               id="tspan3936"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:alternateOf</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3938"><path
+             d="M 488.8071,906.3124 189,846.9935 l 1,-112.7153 27.4019,-94.6388"
+             id="path3940"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 223.1268,473.545 -5.1065,-6.85 5.7632,-1.6688 -0.6567,8.5188 z"
+           id="path3942"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3944"><path
+             d="m 219.6268,631.955 -5.1065,6.85 5.7632,1.6688 -0.6567,-8.5188 z"
+             id="path3946"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 223.0461,252.7946 122,0 0,-24 -122,0 0,24 z"
+           id="path3948"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,284.0461,240.7946)"
+           id="g3950"><text
+             transform="translate(-55.69336,4)"
+             id="text3952"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 32.678398 39.352798 46.027199 52.027199 54.6936 61.368 64.034401 66.700798 72.700798 79.375198 82.708801 85.375198 92.049599 98.723999 108.0576"
+               y="0"
+               id="tspan3954"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:specializationOf</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3956"><path
+             d="M 582.6115,898.3674 905,749.6647 904,332.3902 765.0706,259.6658"
+             id="path3958"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 761.483,849.5443 5.6963,-6.368 2.7826,5.3157 -8.4789,1.0523 z"
+           id="path3960"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3962"><path
+             d="m 757.983,255.9557 5.6963,6.368 2.7826,-5.3157 -8.4789,-1.0523 z"
+             id="path3964"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 626.4549,267.992 128,0 0,-24 -128,0 0,24 z"
+           id="path3966"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,690.4549,255.992)"
+           id="g3968"><text
+             transform="translate(-58.69922,4)"
+             id="text3970"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 51.352798 58.027199 64.027199 70.701599 77.375999 84.0504 90.0504 96.7248 103.3992 111.4032"
+               y="0"
+               id="tspan3972"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasInfluencedBy</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3974"><path
+             d="m 598.4215,908.9613 213.357,-30.2938"
+             id="path3976"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 823.1991,227.9571 -8.3423,1.8456 0.8435,-5.9404 7.4988,4.0948 z"
+           id="path3978"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3980"><path
+             d="m 819.6991,877.5429 -8.3423,-1.8456 0.8435,5.9404 7.4988,-4.0948 z"
+             id="path3982"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 660.6176,226.1759 123,0 0,-24 -123,0 0,24 z"
+           id="path3984"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,722.1176,214.1759)"
+           id="g3986"><text
+             transform="translate(-56.02734,4)"
+             id="text3988"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 59.3568 62.690399 66.686401 69.352798 76.027199 82.701599 86.035202 92.709602 99.384003 105.384"
+               y="0"
+               id="tspan3990"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasAttributedTo</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3992"><path
+             d="m 1391.768,226.7649 34.827,-19.9302"
+             id="path3994"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 1427.137,418.6654 0,33.35 32.5,16.65 32.5,-16.65 0,-33.35 -65,0 z"
+           id="path3996"
+           style="fill:#ffd479;fill-opacity:0.38999999;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g3998"><path
+             d="m 1423.637,686.8346 0,-33.35 32.5,-16.65 32.5,16.65 0,33.35 -65,0 z"
+             id="path4000"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,1459.137,444.1654)"
+           id="g4002"><text
+             transform="translate(-13.01074,12.3)"
+             id="text4004"><tspan
+               x="0 3.3336 5.9952002 12.6648 19.3344"
+               y="0"
+               id="tspan4006"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:john</tspan></text>
+</g><path
+           d="m 1353.866,951.1703 c 22.845,-9.7631 22.845,-25.5922 0,-35.3553 -22.846,-9.7631 -59.886,-9.7631 -82.732,0 -22.846,9.7631 -22.846,25.5922 0,35.3553 22.846,9.7632 59.886,9.7632 82.732,0"
+           id="path4008"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4010"><path
+             d="m 1350.366,154.3297 c 22.845,9.7631 22.845,25.5922 0,35.3553 -22.846,9.7631 -59.886,9.7631 -82.732,0 -22.846,-9.7631 -22.846,-25.5922 0,-35.3553 22.846,-9.7632 59.886,-9.7632 82.732,0"
+             id="path4012"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,1312,933.9927)"
+           id="g4014"><text
+             transform="translate(-20.01855,4)"
+             id="text4016"><tspan
+               x="0 3.3336 10.0032 16.6728 23.3424 26.676001 33.3456"
+               y="0"
+               id="tspan4018"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:quote1</tspan></text>
+</g><path
+           d="m 1551.749,1054.037 c 0,6.551 -2.388,7.362 -19.829,13.845 l -0.184,0.067 c -17.533,6.551 -17.715,6.551 -35.709,6.551 -23.959,0 -132.278,0 -132.278,0 l 0,-69.154 188,0 0,48.691 z"
+           id="path4020"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4022"><path
+             d="m 1548.249,51.46258 c 0,-6.55093 -2.388,-7.36141 -19.829,-13.84457 l -0.184,-0.06708 C 1510.703,31 1510.521,31 1492.527,31 c -23.959,0 -132.278,0 -132.278,0 l 0,69.1537 188,0 0,-48.69112 z m 0,-0.33747 c 0,-6.21346 -0.185,-6.21346 -37.728,-6.21346 l 0,0 c 0,-13.84388 0,-13.91165 -16.892,-13.91165"
+             id="path4024"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,1457.249,1040.423)"
+           id="g4026"><text
+             transform="translate(-72.33691,-10)"
+             id="text4028"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 32.678398 39.352798 42.019199 48.6936 55.368 62.375999 66.636002 74.639999 81.3144 87.9888 90.655197 96.655197 102.6552 105.3216 111.3216 114.6552 121.3296 124.6632 127.9968 131.3304 138.00481 144.6792"
+               y="0"
+               id="tspan4030"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:value=&quot;Analysis of the </tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,1457.249,1040.423)"
+           id="g4032"><text
+             transform="translate(-84.71777,4)"
+             id="text4034"><tspan
+               x="0 6.6743999 13.3488 16.6824 23.3568 29.3568 36.0312 39.364799 45.364799 48.698399 55.372799 62.047199 72.043198 78.717598 85.391998 91.391998 94.725601 98.721603 105.396 108.7296 115.404 118.7376 122.0712 128.74561 135.42 138.7536 142.0872 145.42081 152.0952 158.76961 162.76559 169.44"
+               y="0"
+               id="tspan4036"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">datasets demonstrate that there </tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,1457.249,1040.423)"
+           id="g4038"><text
+             transform="translate(-38.13281,18)"
+             id="text4040"><tspan
+               x="0 2.6664 8.6664 12 21.996 28.670401 32.666401 39.340801 42.6744 48.6744 52.670399 55.3368 65.332802 72.007202"
+               y="0"
+               id="tspan4042"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">is more crime&quot;</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4044"><path
+             d="m 1338.885,150.1115 67.782,-49.6622"
+             id="path4046"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4048"><path
+             d="M 1275.266,192.8272 972,380 607.5945,505.7313"
+             id="path4050"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 603.532,597.1593 8.541,-0.2266 -1.957,5.6719 -6.584,-5.4453 z"
+           id="path4052"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4054"><path
+             d="m 600.032,508.3407 8.541,0.2266 -1.957,-5.6719 -6.584,5.4453 z"
+             id="path4056"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 1148.481,883.9532 126,0 0,-24 -126,0 0,24 z"
+           id="path4058"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,1211.481,871.9532)"
+           id="g4060"><text
+             transform="translate(-57.68848,4)"
+             id="text4062"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 57.352798 64.027199 70.701599 74.035202 80.709602 87.384003 94.7136 98.709602 105.384"
+               y="0"
+               id="tspan4064"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasQuotedFrom</tspan></text>
+</g><path
+           d="m 1401.192,876.1309 c 22.846,-9.7631 22.846,-25.5922 0,-35.3553 -22.845,-9.7632 -59.885,-9.7632 -82.731,0 -22.846,9.7631 -22.846,25.5922 0,35.3553 22.846,9.7631 59.886,9.7631 82.731,0"
+           id="path4066"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4068"><path
+             d="m 1397.692,229.3691 c 22.846,9.7631 22.846,25.5922 0,35.3553 -22.845,9.7632 -59.885,9.7632 -82.731,0 -22.846,-9.7631 -22.846,-25.5922 0,-35.3553 22.846,-9.7631 59.886,-9.7631 82.731,0"
+             id="path4070"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,1359.327,858.9532)"
+           id="g4072"><text
+             transform="translate(-20.01855,4)"
+             id="text4074"><tspan
+               x="0 3.3336 10.0032 16.6728 23.3424 26.676001 33.3456"
+               y="0"
+               id="tspan4076"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:quote2</tspan></text>
+</g><path
+           d="m 1584.249,947.607 c 0,6.5509 -2.388,7.3614 -19.829,13.8445 l -0.184,0.0671 c -17.533,6.5509 -17.715,6.5509 -35.709,6.5509 -23.959,0 -132.278,0 -132.278,0 l 0,-69.1537 188,0 0,48.6912 z"
+           id="path4078"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4080"><path
+             d="m 1580.749,157.893 c 0,-6.5509 -2.388,-7.3614 -19.829,-13.8445 l -0.184,-0.0671 c -17.533,-6.5509 -17.715,-6.5509 -35.709,-6.5509 -23.959,0 -132.278,0 -132.278,0 l 0,69.1537 188,0 0,-48.6912 z m 0,-0.3374 c 0,-6.2135 -0.185,-6.2135 -37.728,-6.2135 l 0,0 c 0,-13.8439 0,-13.9116 -16.892,-13.9116"
+             id="path4082"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,1489.749,933.9927)"
+           id="g4084"><text
+             transform="translate(-86.56348,-10)"
+             id="text4086"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 32.678398 39.352798 42.019199 48.6936 55.368 62.375999 66.636002 69.969597 76.643997 79.9776 85.9776 92.652 102.648 109.3224 113.3184 118.434 121.7676 125.1012 128.4348 135.10921 141.7836 145.7796 152.45399 155.7876 162.46201 166.45799 173.1324"
+               y="0"
+               id="tspan4088"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:value=&quot;In sumary, there are </tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,1489.749,933.9927)"
+           id="g4090"><text
+             transform="translate(-68.35254,4)"
+             id="text4092"><tspan
+               x="0 6 8.6664 15.3408 22.0152 26.0112 28.677601 34.677601 38.0112 48.007198 54.681599 58.677601 65.351997 68.6856 74.6856 78.681602 81.348 91.344002 98.018402 104.0184 107.352 110.0184 116.6928 120.0264 123.36 130.03439 136.7088"
+               y="0"
+               id="tspan4094"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">clearly more crimes in the </tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,1489.749,933.9927)"
+           id="g4096"><text
+             transform="translate(-21.80566,18)"
+             id="text4098"><tspan
+               x="0 6 12.6744 19.348801 26.023199 29.3568 33.352798 39.352798"
+               y="0"
+               id="tspan4100"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">country&quot;</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4102"><path
+             d="M 1321.486,267.5225 585.6248,699.9894"
+             id="path4104"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 582.2277,401.4572 8.4171,1.467 -3.0401,5.1728 -5.377,-6.6398 z"
+           id="path4106"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4108"><path
+             d="m 578.7277,704.0428 8.4171,-1.467 -3.0401,-5.1728 -5.377,6.6398 z"
+             id="path4110"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 911.1996,644.6135 126.0004,0 0,-24 -126.0004,0 0,24 z"
+           id="path4112"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,974.1996,632.6135)"
+           id="g4114"><text
+             transform="translate(-57.68848,4)"
+             id="text4116"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 57.352798 64.027199 70.701599 74.035202 80.709602 87.384003 94.7136 98.709602 105.384"
+               y="0"
+               id="tspan4118"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasQuotedFrom</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4120"><path
+             d="M 615.482,330.0427 1247.226,186.084"
+             id="path4122"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 1258.526,921.1935 -8.466,1.1475 1.333,-5.85 7.133,4.7025 z"
+           id="path4124"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4126"><path
+             d="m 1255.026,184.3065 -8.466,-1.1475 1.333,5.85 7.133,-4.7025 z"
+             id="path4128"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 1167.286,920.194 63,0 0,-24 -63,0 0,24 z"
+           id="path4130"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,1198.786,908.194)"
+           id="g4132"><text
+             transform="translate(-26.34961,4)"
+             id="text4134"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 39.352798 46.027199"
+               y="0"
+               id="tspan4136"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:used</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4138"><path
+             d="M 615.482,341.0897 1289.92,255.4764"
+             id="path4140"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 1301.357,851.0311 -8.314,1.9686 0.755,-5.9522 7.559,3.9836 z"
+           id="path4142"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4144"><path
+             d="m 1297.857,254.4689 -8.314,-1.9686 0.755,5.9522 7.559,-3.9836 z"
+             id="path4146"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 1172.636,851.2533 63,0 0,-24 -63,0 0,24 z"
+           id="path4148"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,1204.136,839.2533)"
+           id="g4150"><text
+             transform="translate(-26.34961,4)"
+             id="text4152"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 39.352798 46.027199"
+               y="0"
+               id="tspan4154"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:used</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4156"><path
+             d="M 615.482,341.0897 1152,352 1151,301.1915 784.2673,245.4221"
+             id="path4158"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 779.8582,861.2806 7.4581,-4.1686 0.902,5.9318 -8.3601,-1.7632 z"
+           id="path4160"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4162"><path
+             d="m 776.3582,244.2194 7.4581,4.1686 0.902,-5.9318 -8.3601,1.7632 z"
+             id="path4164"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 1123.015,790.6604 63,0 0,-24 -63,0 0,24 z"
+           id="path4166"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,1154.515,778.6604)"
+           id="g4168"><text
+             transform="translate(-26.34961,4)"
+             id="text4170"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 39.352798 46.027199"
+               y="0"
+               id="tspan4172"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:used</tspan></text>
+</g><path
+           d="m 1410.366,301.1842 c 22.845,-9.7631 22.845,-25.5922 0,-35.3553 -22.846,-9.7632 -59.886,-9.7632 -82.732,0 -22.845,9.7631 -22.845,25.5922 0,35.3553 22.846,9.7631 59.886,9.7631 82.732,0"
+           id="path4174"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4176"><path
+             d="m 1406.866,804.3158 c 22.845,9.7631 22.845,25.5922 0,35.3553 -22.846,9.7632 -59.886,9.7632 -82.732,0 -22.845,-9.7631 -22.845,-25.5922 0,-35.3553 22.846,-9.7631 59.886,-9.7631 82.732,0"
+             id="path4178"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,1368.5,284.0065)"
+           id="g4180"><text
+             transform="translate(-29.69238,4)"
+             id="text4182"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 32.690399 39.364799 46.0392 52.7136"
+               y="0"
+               id="tspan4184"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:post19201</tspan></text>
+</g><path
+           d="m 1551.749,300.7894 c 0,4.0734 -1.182,4.5773 -9.809,8.6086 l -0.091,0.0417 c -8.673,4.0734 -8.764,4.0734 -17.665,4.0734 -11.852,0 -65.435,0 -65.435,0 l 0,-43 93,0 0,30.2763 z"
+           id="path4186"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4188"><path
+             d="m 1548.249,804.7106 c 0,-4.0734 -1.182,-4.5773 -9.809,-8.6086 l -0.091,-0.0417 c -8.673,-4.0734 -8.764,-4.0734 -17.665,-4.0734 -11.852,0 -65.435,0 -65.435,0 l 0,43 93,0 0,-30.2763 z m 0,-0.2098 c 0,-3.8636 -0.092,-3.8636 -18.664,-3.8636 l 0,0 c 0,-8.6081 0,-8.6503 -8.356,-8.6503"
+             id="path4190"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,1504.749,292.5131)"
+           id="g4192"><text
+             transform="translate(-41.5,4)"
+             id="text4194"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 35.690399 38.3568 45.0312 51.0312 54.364799 62.368801 69.043198 75.043198"
+               y="0"
+               id="tspan4196"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=sioc:Post</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4198"><path
+             d="m 1423.917,818.4348 30.833,-1.8783"
+             id="path4200"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4202"><path
+             d="M 615.482,354.2611 1181,478 1347.513,788.4572"
+             id="path4204"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 1354.794,309.9928 -1.137,8.468 -5.288,-2.8359 6.425,-5.6321 z"
+           id="path4206"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4208"><path
+             d="m 1351.294,795.5072 -1.137,-8.468 -5.288,2.8359 6.425,5.6321 z"
+             id="path4210"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 1173.606,574.5471 91,0 0,-24 -91,0 0,24 z"
+           id="path4212"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,1219.106,562.5471)"
+           id="g4214"><text
+             transform="translate(-40.3623,4)"
+             id="text4216"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 40.027199 46.701599 53.375999 57.372002 64.046402 67.379997 74.054398"
+               y="0"
+               id="tspan4218"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:generated</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4220"><path
+             d="m 1381.898,797.5412 68.725,-102.4843"
+             id="path4222"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 1458.579,417.0874 -6.947,-4.9735 4.983,-3.3417 1.964,8.3152 z"
+           id="path4224"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4226"><path
+             d="m 1455.079,688.4126 -6.947,4.9735 4.983,3.3417 1.964,-8.3152 z"
+             id="path4228"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 1363.55,380.3348 123,0 0,-24 -123,0 0,24 z"
+           id="path4230"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,1425.05,368.3348)"
+           id="g4232"><text
+             transform="translate(-56.02734,4)"
+             id="text4234"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 59.3568 62.690399 66.686401 69.352798 76.027199 82.701599 86.035202 92.709602 99.384003 105.384"
+               y="0"
+               id="tspan4236"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasAttributedTo</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4238"><path
+             d="M 1320.133,805.7952 606.4577,550.9757"
+             id="path4240"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 602.4235,557.2144 6.5254,-5.5154 2.0175,5.6506 -8.5429,-0.1352 z"
+           id="path4242"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4244"><path
+             d="m 598.9235,548.2856 6.5254,5.5154 2.0175,-5.6506 -8.5429,0.1352 z"
+             id="path4246"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 1130.152,358.2578 128,0 0,-24 -128,0 0,24 z"
+           id="path4248"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,1194.152,346.2578)"
+           id="g4250"><text
+             transform="translate(-58.68164,4)"
+             id="text4252"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.6856 63.360001 67.356003 70.0224 76.0224 82.6968 89.371201 96.700798 100.6968 107.3712"
+               y="0"
+               id="tspan4254"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasDerivedFrom</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4256"><path
+             d="M 1308.578,815.3203 609.0039,733.3071"
+             id="path4258"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 604.5583,373.1244 7.5963,-3.9111 0.6986,5.9592 -8.2949,-2.0481 z"
+           id="path4260"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4262"><path
+             d="m 601.0583,732.3756 7.5963,3.9111 0.6986,-5.9592 -8.2949,2.0481 z"
+             id="path4264"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 1130.154,316.4456 128,0 0,-24 -128,0 0,24 z"
+           id="path4266"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,1194.154,304.4456)"
+           id="g4268"><text
+             transform="translate(-58.68164,4)"
+             id="text4270"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.6856 63.360001 67.356003 70.0224 76.0224 82.6968 89.371201 96.700798 100.6968 107.3712"
+               y="0"
+               id="tspan4272"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasDerivedFrom</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4274"><path
+             d="M 1356.696,796.794 1235.883,451 625.2638,355.7864"
+             id="path4276"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 620.8593,750.9461 7.4423,-4.1967 0.9244,5.9284 -8.3667,-1.7317 z"
+           id="path4278"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4280"><path
+             d="m 617.3593,354.5539 7.4423,4.1967 0.9244,-5.9284 -8.3667,1.7317 z"
+             id="path4282"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 1178.755,654.4858 129,0 0,-24 -129,0 0,24 z"
+           id="path4284"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,1243.255,642.4858)"
+           id="g4286"><text
+             transform="translate(-59.36426,4)"
+             id="text4288"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 57.352798 64.027199 70.701599 77.375999 81.372002 88.046402 91.379997 98.054398 104.7288 112.7328"
+               y="0"
+               id="tspan4290"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasGeneratedBy</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4292"><path
+             d="M 1364.78,796.4955 1355,450 774.6409,254.2868"
+             id="path4294"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 770.5604,853.7696 6.6219,-5.3991 1.9173,5.6854 -8.5392,-0.2863 z"
+           id="path4296"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4298"><path
+             d="m 767.0604,251.7304 6.6219,5.3991 1.9173,-5.6854 -8.5392,0.2863 z"
+             id="path4300"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 1290.827,620.9996 137,0 0,-24 -137,0 0,24 z"
+           id="path4302"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,1359.327,608.9996)"
+           id="g4304"><text
+             transform="translate(-63.02637,4)"
+             id="text4306"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 40.027199 46.701599 54.705601 58.701599 61.368 71.363998 78.038399 82.034401 88.034401 96.038399 102.7128 109.3872 113.3832 119.3832"
+               y="0"
+               id="tspan4308"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:hadPrimarySource</tspan></text>
+</g><path
+           d="m 1595.513,204.5547 c 0,6.1575 -2.673,6.9193 -22.204,13.013 l -0.206,0.0631 c -19.634,6.1574 -19.839,6.1574 -39.988,6.1574 -26.83,0 -148.131,0 -148.131,0 l 0,-65 210.529,0 0,45.7665 z"
+           id="path4310"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4312"><path
+             d="m 1592.013,900.9453 c 0,-6.1575 -2.673,-6.9193 -22.204,-13.013 l -0.206,-0.0631 c -19.634,-6.1574 -19.839,-6.1574 -39.988,-6.1574 -26.83,0 -148.131,0 -148.131,0 l 0,65 210.529,0 0,-45.7665 z m 0,-0.3172 c 0,-5.8403 -0.206,-5.8403 -42.249,-5.8403 l 0,0 c 0,-13.0123 0,-13.076 -18.916,-13.076"
+             id="path4314"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,1489.749,191.7882)"
+           id="g4316"><text
+             transform="translate(-100.2649,-3)"
+             id="text4318"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 29.344801 36.019199 42.019199 48.6936 51.360001 54.026402 60.700802 67.375198 70.708801 77.383202 84.057602 92.0616 95.395203 102.2856 104.952 114.948 121.6224 128.6304 132.8904 139.5648 146.2392 152.9136 159.588 163.584 170.25841 176.9328 180.9288 187.6032"
+               y="0"
+               id="tspan4320"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:invalidatedAtTime=&quot;2012-09-02</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,1489.749,191.7882)"
+           id="g4322"><text
+             transform="translate(-100.2649,11)"
+             id="text4324"><tspan
+               x="0 7.3295999 14.004 20.6784 24.011999 30.686399 37.360802 40.694401 47.368801 54.043201 61.372799 65.632797 71.263199 76.8936 82.8936 88.8936 95.568001 98.901604 105.576 112.2504 115.584 122.2584 129.1488 131.8152 141.8112"
+               y="0"
+               id="tspan4326"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">T01:31:00Z&quot;^^xsd:dateTime</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4328"><path
+             d="m 1394.563,844.0965 49.061,37.3126"
+             id="path4330"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 1141.481,130.0765 141,0 0,-50.00005 -141,0 0,50.00005 z"
+           id="path4332"
+           style="fill:#d8d8ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4334"><path
+             d="m 1137.981,975.4235 141,0 0,50.0005 -141,0 0,-50.0005 z"
+             id="path4336"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,1211.481,105.5765)"
+           id="g4338"><text
+             transform="translate(-47.36133,4)"
+             id="text4340"><tspan
+               x="0 3.3336 10.008 16.6824 20.6784 27.3528 34.027199 40.701599 43.368 49.368 55.368 62.0424 65.375999 72.0504 74.716797 77.383202 84.057602 88.053596"
+               y="0"
+               id="tspan4342"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:hard_disk_failure</tspan></text>
+</g><path
+           d="m 1565.506,110.8429 c 0,6.1575 -2.292,6.9193 -19.039,13.013 l -0.177,0.0631 c -16.836,6.1574 -17.011,6.1574 -34.289,6.1574 -23.006,0 -127.017,0 -127.017,0 l 0,-64.99998 180.522,0 0,45.76648 z"
+           id="path4344"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4346"><path
+             d="m 1562.006,994.6571 c 0,-6.1575 -2.292,-6.9193 -19.039,-13.013 l -0.177,-0.0631 c -16.836,-6.1574 -17.011,-6.1574 -34.289,-6.1574 -23.006,0 -127.017,0 -127.017,0 l 0,65.0004 180.522,0 0,-45.7669 z m 0,-0.3172 c 0,-5.8403 -0.177,-5.8403 -36.227,-5.8403 l 0,0 c 0,-13.0123 0,-13.076 -16.22,-13.076"
+             id="path4348"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,1474.745,98.07642)"
+           id="g4350"><text
+             transform="translate(-85.26131,-3)"
+             id="text4352"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 62.697601 69.372002 76.046402 82.720802 90.7248 94.058403 101.0664 105.3264 112.0008 118.6752 125.3496 132.024 136.02 142.6944 149.3688 153.36481 160.0392"
+               y="0"
+               id="tspan4354"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasEndedAt=&quot;2012-09-02</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,1474.745,98.07642)"
+           id="g4356"><text
+             transform="translate(-85.26131,11)"
+             id="text4358"><tspan
+               x="0 7.3295999 14.004 20.6784 24.011999 30.686399 37.360802 40.694401 47.368801 54.043201 61.372799 65.632797 71.263199 76.8936 82.8936 88.8936 95.568001 98.901604 105.576 112.2504 115.584 122.2584 129.1488 131.8152 141.8112"
+               y="0"
+               id="tspan4360"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">T01:31:00Z&quot;^^xsd:dateTime</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4362"><path
+             d="m 1279.48,1000.443 101.504,3.949"
+             id="path4364"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4366"><path
+             d="m 1347.102,846.171 -92.056,120.9762"
+             id="path4368"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 1253.702,131.9864 7.232,4.5497 -4.775,3.6334 -2.457,-8.1831 z"
+           id="path4370"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,3.5,1105.5)"
+           id="g4372"><path
+             d="m 1250.202,973.5136 7.232,-4.5497 -4.775,-3.6334 -2.457,8.1831 z"
+             id="path4374"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 1238.463,211.1946 131,0 0,-24 -131,0 0,24 z"
+           id="path4376"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,1303.963,199.1946)"
+           id="g4378"><text
+             transform="translate(-60.03223,4)"
+             id="text4380"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 51.352798 58.027199 64.027199 70.701599 73.367996 76.034401 82.708801 89.383202 92.716797 99.391197 106.0656 114.0696"
+               y="0"
+               id="tspan4382"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasInvalidatedBy</tspan></text>
+</g></g></g></g></svg>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/diagrams/expanded-terms-example-blog-post.svg	Thu Jul 12 11:09:02 2012 +0100
@@ -0,0 +1,1027 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   version="1.1"
+   width="1100"
+   height="936.25"
+   id="svg3004"
+   xml:space="preserve"><metadata
+     id="metadata3010"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs3008"><clipPath
+       id="clipPath3020"><path
+         d="M 0,0 880,0 880,749 0,749 0,0 z"
+         id="path3022" /></clipPath></defs><g
+     transform="matrix(1.25,0,0,-1.25,0,936.25)"
+     id="g3012"><g
+       id="g3014" /><g
+       id="g3016"><g
+         clip-path="url(#clipPath3020)"
+         id="g3018"><path
+           d="m -41.5,1079.5 1118,0 0,-1566 -1118,0 0,1566 z"
+           id="path3024"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
+           d="m 844.171,645.6034 c 22.8458,-9.7631 22.8458,-25.5922 0,-35.3553 -22.8456,-9.7631 -59.8857,-9.7631 -82.7314,0 -22.8458,9.7631 -22.8458,25.5922 0,35.3553 22.8457,9.7632 59.8858,9.7632 82.7314,0"
+           id="path3026"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3028"><path
+             d="m 884.671,432.8966 c 22.8458,9.7631 22.8458,25.5922 0,35.3553 -22.8456,9.7631 -59.8857,9.7631 -82.7314,0 -22.8458,-9.7631 -22.8458,-25.5922 0,-35.3553 22.8457,-9.7632 59.8858,-9.7632 82.7314,0"
+             id="path3030"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,802.3053,628.4258)"
+           id="g3032"><text
+             transform="translate(-31.69043,4)"
+             id="text3034"><tspan
+               x="0 3.3336 10.008 16.6824 23.3568 30.0312 32.697601 39.372002 47.375999 54.0504 60.0504"
+               y="0"
+               id="tspan3036"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:bundlePost</tspan></text>
+</g><path
+           d="m 867.7775,726.5647 c 0,3.6143 -1.6503,4.0615 -13.7052,7.6384 l -0.1274,0.037 c -12.1186,3.6143 -12.2446,3.6143 -24.6816,3.6143 -16.5601,0 -91.4301,0 -91.4301,0 l 0,-38.1537 129.9443,0 0,26.864 z"
+           id="path3038"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3040"><path
+             d="m 908.2775,351.9353 c 0,-3.6143 -1.6503,-4.0615 -13.7052,-7.6384 l -0.1274,-0.037 c -12.1186,-3.6143 -12.2446,-3.6143 -24.6816,-3.6143 -16.5601,0 -91.4301,0 -91.4301,0 l 0,38.1537 129.9443,0 0,-26.864 z m 0,-0.1862 c 0,-3.4281 -0.1274,-3.4281 -26.0772,-3.4281 l 0,0 c 0,-7.638 0,-7.6754 -11.6755,-7.6754"
+             id="path3042"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,802.3053,719.2776)"
+           id="g3044"><text
+             transform="translate(-46.86621,4)"
+             id="text3046"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 64.372803 71.047203 77.721603 84.396004 87.062401"
+               y="0"
+               id="tspan3048"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:Bundle</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3050"><path
+             d="m 843.3053,425.0742 0,-45.7749"
+             id="path3052"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 249.8332,475.4026 0,33.35 32.5,16.65 32.5,-16.65 0,-33.35 -65,0 z"
+           id="path3054"
+           style="fill:#ffd479;fill-opacity:0.38999999;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3056"><path
+             d="m 290.3332,603.0974 0,-33.35 32.5,-16.65 32.5,16.65 0,33.35 -65,0 z"
+             id="path3058"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,281.8332,500.9026)"
+           id="g3060"><text
+             transform="translate(-16.67578,12.3)"
+             id="text3062"><tspan
+               x="0 3.3336 10.008 16.6824 20.6784 27.3528"
+               y="0"
+               id="tspan3064"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:derek</tspan></text>
+</g><path
+           d="m 236.1665,634.9743 c 0,8.8414 -2.9633,9.9353 -24.6097,18.6853 l -0.2286,0.0905 c -21.7607,8.8415 -21.987,8.8415 -44.3194,8.8415 -29.736,0 -164.175635,0 -164.175635,0 l 0,-93.3333 233.333335,0 0,65.716 z"
+           id="path3066"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3068"><path
+             d="m 276.6665,443.5257 c 0,-8.8414 -2.9633,-9.9353 -24.6097,-18.6853 l -0.2286,-0.0905 c -21.7607,-8.8415 -21.987,-8.8415 -44.3194,-8.8415 -29.736,0 -164.17563,0 -164.17563,0 l 0,93.3333 233.33333,0 0,-65.716 z m 0,-0.4554 c 0,-8.386 -0.2287,-8.386 -46.8253,-8.386 l 0,0 c 0,-18.6844 0,-18.7759 -20.965,-18.7759"
+             id="path3070"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,118.9998,616.4249)"
+           id="g3072"><text
+             transform="translate(-111.6667,-24)"
+             id="text3074"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 64.372803 71.047203 75.043198 81.043198 87.717598 94.391998 97.725601 101.0592 104.3928 111.0672 117.7416 121.0752 124.4088 132.4128 139.0872 143.08321 149.08321 155.7576"
+               y="0"
+               id="tspan3076"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:Person, foaf:Person</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,118.9998,616.4249)"
+           id="g3078"><text
+             transform="translate(-111.6667,4)"
+             id="text3080"><tspan
+               x="0 3.3336 10.008 16.6824 20.016001 23.3496 30.024 32.690399 38.690399 45.364799 52.0392 60.705601 67.379997 77.375999 84.0504 91.058403 95.318398 103.9848 110.6592 114.6552 121.3296 127.3296 131.5896 137.22 142.8504 148.8504 154.8504 161.5248 164.8584 170.8584 174.192 178.188 180.8544 187.52879"
+               y="0"
+               id="tspan3082"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">foaf:givenName=&quot;Derek&quot;^^xsd:string</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,118.9998,616.4249)"
+           id="g3084"><text
+             transform="translate(-111.6667,32)"
+             id="text3086"><tspan
+               x="0 3.3336 10.008 16.6824 20.016001 23.3496 33.3456 40.02 46.694401 52.694401 59.7024 66.710403 76.706398 83.380798 86.047203 88.7136 92.047203 98.721603 102.0552 108.7296 115.404 119.4 126.0744 132.0744 144.2556 150.92999 156.92999 163.6044 173.6004 180.2748 182.94119 189.6156 192.9492 199.6236 203.6196 210.29401"
+               y="0"
+               id="tspan3088"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">foaf:mbox=&lt;mailto:derek@example.org&gt;</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3090"><path
+             d="M 289.9591,577.7658 213.0238,509.5734"
+             id="path3092"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 244.3332,587.4932 0,33.35 38,16.65 38,-16.65 0,-33.35 -76,0 z"
+           id="path3094"
+           style="fill:#ffd479;fill-opacity:0.38999999;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3096"><path
+             d="m 284.8332,491.0068 0,-33.35 38,-16.65 38,16.65 0,33.35 -76,0 z"
+             id="path3098"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,281.8332,612.9932)"
+           id="g3100"><text
+             transform="translate(-25.0166,12.3)"
+             id="text3102"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 26.6784 30.011999 36.686401 43.360802"
+               y="0"
+               id="tspan3104"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:chartgen</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3106"><path
+             d="m 322.8332,553.0974 0,-52.1906"
+             id="path3108"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 282.3332,585.5932 -3,-8 6,0 -3,8 z"
+           id="path3110"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3112"><path
+             d="m 322.8332,492.9068 -3,8 6,0 -3,-8 z"
+             id="path3114"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 217.3332,568.2398 129,0 0,-24 -129,0 0,24 z"
+           id="path3116"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,281.8332,556.2398)"
+           id="g3118"><text
+             transform="translate(-59.36719,4)"
+             id="text3120"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 39.352798 42.686401 49.360802 56.035198 65.368797 72.043198 80.047203 86.721603 93.396004 100.0704 102.7368 106.0704 115.404"
+               y="0"
+               id="tspan3122"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:actedOnBehalfOf</tspan></text>
+</g><path
+           d="m 384.3332,724.4065 c 0,7.073 -2.5908,7.9481 -21.5158,14.948 l -0.2,0.0724 c -19.025,7.0731 -19.2229,7.0731 -38.7477,7.0731 -25.9978,0 -143.5365,0 -143.5365,0 l 0,-74.6656 204,0 0,52.5721 z"
+           id="path3124"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3126"><path
+             d="m 424.8332,354.0935 c 0,-7.073 -2.5908,-7.9481 -21.5158,-14.948 l -0.2,-0.0724 C 384.0924,332 383.8945,332 364.3697,332 c -25.9978,0 -143.5365,0 -143.5365,0 l 0,74.6656 204,0 0,-52.5721 z m 0,-0.3643 c 0,-6.7087 -0.1999,-6.7087 -40.9387,-6.7087 l 0,0 c 0,-14.9473 0,-15.0205 -18.3294,-15.0205"
+             id="path3128"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,281.8332,709.6672)"
+           id="g3130"><text
+             transform="translate(-97,-10)"
+             id="text3132"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 65.7024 69.698402 76.372803 83.047203 89.721603 92.388 98.388 105.0624 108.396 111.0624 117.7368"
+               y="0"
+               id="tspan3134"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:Organization</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,281.8332,709.6672)"
+           id="g3136"><text
+             transform="translate(-97,18)"
+             id="text3138"><tspan
+               x="0 3.3336 10.008 16.6824 20.016001 23.3496 30.024 36.698399 46.694401 53.368801 60.376801 64.636803 73.3032 79.9776 86.652 90.648003 93.981598 97.315201 106.6488 113.3232 119.9976 126.672 130.668 137.34241 140.67599 147.3504 151.34641 157.34641 160.67999 164.0136 167.3472 174.02161 180.02161 183.35519"
+               y="0"
+               id="tspan3140"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">foaf:name=&quot;Chart Generators, Inc.&quot;</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3142"><path
+             d="m 322.8332,440.5068 0,-33.3412"
+             id="path3144"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 488.6522,571.8336 0,33.35 38,16.65 38,-16.65 0,-33.35 -76,0 z"
+           id="path3146"
+           style="fill:#ffd479;fill-opacity:0.38999999;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3148"><path
+             d="m 529.1522,506.6664 0,-33.35 38,-16.65 38,16.65 0,33.35 -76,0 z"
+             id="path3150"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,526.1522,597.3336)"
+           id="g3152"><text
+             transform="translate(-28.68164,12.3)"
+             id="text3154"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 34.02 40.694401 43.360802 46.694401 53.368801"
+               y="0"
+               id="tspan3156"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:postEditor</tspan></text>
+</g><path
+           d="m 611.8189,722.5916 c 0,7.01 -2.1632,7.8773 -17.9651,14.8148 l -0.1669,0.0718 c -15.8853,7.01 -16.0505,7.01 -32.3531,7.01 -21.7073,0 -119.8482,0 -119.8482,0 l 0,-74 170.3333,0 0,52.1034 z"
+           id="path3158"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3160"><path
+             d="m 652.3189,355.9084 c 0,-7.01 -2.1632,-7.8773 -17.9651,-14.8148 l -0.1669,-0.0718 c -15.8853,-7.01 -16.0505,-7.01 -32.3531,-7.01 -21.7073,0 -119.8482,0 -119.8482,0 l 0,74 170.3333,0 0,-52.1034 z m 0,-0.3611 c 0,-6.6489 -0.1669,-6.6489 -34.1825,-6.6489 l 0,0 c 0,-14.8141 0,-14.8866 -15.3044,-14.8866"
+             id="path3162"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,526.1522,707.9882)"
+           id="g3164"><text
+             transform="translate(-80.16666,-10)"
+             id="text3166"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 64.372803 71.047203 74.380798 77.714401 86.380798 93.055199 97.051201 103.7256 111.7296 118.404 125.0784 131.75281"
+               y="0"
+               id="tspan3168"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:SoftwareAgent</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,526.1522,707.9882)"
+           id="g3170"><text
+             transform="translate(-80.16666,18)"
+             id="text3172"><tspan
+               x="0 3.3336 10.008 16.6824 20.016001 23.3496 30.024 36.698399 46.694401 53.368801 60.376801 64.636803 72.6408 79.315201 85.315201 88.648804 91.982399 99.986397 106.6608 109.3272 112.6608 119.3352 123.3312 126.6648 133.3392 140.0136 146.688 153.3624"
+               y="0"
+               id="tspan3174"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">foaf:name=&quot;Post Editor 3000&quot;</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3176"><path
+             d="m 567.1524,456.1664 0.0161,-47.6546"
+             id="path3178"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 720.8227,489.1213 c 22.8458,-9.7631 22.8458,-25.5922 0,-35.3553 -22.8457,-9.7631 -59.8858,-9.7631 -82.7314,0 -22.8458,9.7631 -22.8458,25.5922 0,35.3553 22.8456,9.7632 59.8857,9.7632 82.7314,0"
+           id="path3180"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3182"><path
+             d="m 761.3227,589.3787 c 22.8458,9.7631 22.8458,25.5922 0,35.3553 -22.8457,9.7631 -59.8858,9.7631 -82.7314,0 -22.8458,-9.7631 -22.8458,-25.5922 0,-35.3553 22.8456,-9.7632 59.8857,-9.7632 82.7314,0"
+             id="path3184"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,678.957,471.9437)"
+           id="g3186"><text
+             transform="translate(-39.0293,-3)"
+             id="text3188"><tspan
+               x="0 3.3336 10.008 16.6824 23.3568 27.3528 34.027199 40.701599 47.375999 50.709599 57.383999 64.058403 72.062401"
+               y="0"
+               id="tspan3190"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:aggregatedBy</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,678.957,471.9437)"
+           id="g3192"><text
+             transform="translate(-22.01367,11)"
+             id="text3194"><tspan
+               x="0 8.6664 15.3408 22.0152 24.681601 31.356001 38.030399"
+               y="0"
+               id="tspan3196"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">Regions</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3198"><path
+             d="m 719.3151,581.5579 -1.8283,-72.6238"
+             id="path3200"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 676.7854,577.5633 -2.7977,-8.0729 5.9981,0.151 -3.2004,7.9219 z"
+           id="path3202"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3204"><path
+             d="m 717.2854,500.9367 -2.7977,8.0729 5.9981,-0.151 -3.2004,-7.9219 z"
+             id="path3206"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 630.8,549.7613 93,0 0,-24 -93,0 0,24 z"
+           id="path3208"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,677.3,537.7613)"
+           id="g3210"><text
+             transform="translate(-41.02734,4)"
+             id="text3212"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 36.686401 43.360802 50.035198 56.035198 62.709599 66.043198 68.709602 75.384003"
+               y="0"
+               id="tspan3214"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:atLocation</tspan></text>
+</g><path
+           d="m 148.6847,190.2177 c 25.1889,-9.7631 25.1889,-25.5922 0,-35.3553 -25.1888,-9.7632 -66.02787,-9.7632 -91.21667,0 -25.18892,9.7631 -25.18892,25.5922 0,35.3553 25.1888,9.7631 66.02787,9.7631 91.21667,0"
+           id="path3216"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3218"><path
+             d="m 189.1847,888.2823 c 25.1889,9.7631 25.1889,25.5922 0,35.3553 -25.1888,9.7632 -66.0279,9.7632 -91.21667,0 -25.18892,-9.7631 -25.18892,-25.5922 0,-35.3553 25.18877,-9.7631 66.02787,-9.7631 91.21667,0"
+             id="path3220"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,102.5764,173.04)"
+           id="g3222"><text
+             transform="translate(-33.99902,-3)"
+             id="text3224"><tspan
+               x="0 3.3336 13.3296 20.004 24 30.6744 34.670399 40.670399 44.666401 47.332802 57.3288 64.003197"
+               y="0"
+               id="tspan3226"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:more-crime-</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,102.5764,173.04)"
+           id="g3228"><text
+             transform="translate(-45.35742,11)"
+             id="text3230"><tspan
+               x="0 6.6743999 13.3488 20.023199 26.697599 33.372002 40.046398 46.046398 50.0424 52.708801 59.383202 63.3792 69.379204 72.045601 75.379204 78.045601 84.720001"
+               y="0"
+               id="tspan3232"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">happens-in-cities</tspan></text>
+</g><path
+           d="m 132.7775,275.5614 c 0,5.1154 -1.6503,5.7483 -13.7052,10.8108 l -0.1274,0.0524 c -12.1186,5.1154 -12.2446,5.1154 -24.68162,5.1154 -16.5601,0 -91.430118,0 -91.430118,0 l 0,-54 129.944338,0 0,38.0214 z"
+           id="path3234"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3236"><path
+             d="m 173.2775,802.9386 c 0,-5.1154 -1.6503,-5.7483 -13.7052,-10.8108 l -0.1274,-0.0524 C 147.3263,786.96 147.2003,786.96 134.7633,786.96 c -16.5601,0 -91.43014,0 -91.43014,0 l 0,54 129.94434,0 0,-38.0214 z m 0,-0.2635 c 0,-4.8519 -0.1274,-4.8519 -26.0772,-4.8519 l 0,0 c 0,-10.8103 0,-10.8632 -11.6755,-10.8632"
+             id="path3238"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,67.30532,265.04)"
+           id="g3240"><text
+             transform="translate(-59.97216,-3)"
+             id="text3242"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 63.043201 69.717598 75.717598 82.391998 85.725601 88.391998 95.066399 101.7408 105.0744"
+               y="0"
+               id="tspan3244"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:Location, </tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,67.30532,265.04)"
+           id="g3246"><text
+             transform="translate(-59.97216,11)"
+             id="text3248"><tspan
+               x="0 6 8.6664 15.3408 21.340799 24.6744 32.678398 39.352798 45.352798"
+               y="0"
+               id="tspan3250"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">sioc:Post</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3252"><path
+             d="M 133.9521,880.7609 118.929,841.4263"
+             id="path3254"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 611.2376,612.54 131,0 c 2.7614,0 5,-2.2386 5,-5 l 0,-23.0773 c 0,-2.7614 -2.2386,-5 -5,-5 l -131,0 c -2.7614,0 -5,2.2386 -5,5 0,0 0,0 0,0 l 0,23.0773 c 0,2.7614 2.2386,5 5,5 0,0 0,0 0,0 z"
+           id="path3256"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3258"><path
+             d="m 651.7376,465.96 131,0 c 2.7614,0 5,2.2386 5,5 l 0,23.0773 c 0,2.7614 -2.2386,5 -5,5 l -131,0 c -2.7614,0 -5,-2.2386 -5,-5 0,0 0,0 0,0 l 0,-23.0773 c 0,-2.7614 2.2386,-5 5,-5 0,0 0,0 0,0 z"
+             id="path3260"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,676.2376,596.5014)"
+           id="g3262"><text
+             transform="translate(-56.69531,4)"
+             id="text3264"><tspan
+               x="0 7.0079999 13.008 15.6744 22.348801 25.6824 29.016001 32.349602 41.015999 47.015999 53.690399 57.686401 63.686401 67.019997 73.694397 80.368797 87.043198 90.382797 93.7164 97.050003 103.05 106.3836"
+               y="0"
+               id="tspan3266"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">&lt;file://Users/aggr.txt&gt;</tspan></text>
+</g><path
+           d="m 593.2218,45.09768 c 33.2598,-9.7631 33.2598,-25.5922 0,-35.3553 -33.2597,-9.76315004 -87.1841,-9.76315004 -120.4437,0 -33.2598,9.7631 -33.2598,25.5922 0,35.3553 33.2596,9.76315 87.184,9.76315 120.4437,0"
+           id="path3268"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3270"><path
+             d="m 633.7218,1033.402 c 33.2598,9.763 33.2598,25.593 0,35.356 -33.2597,9.763 -87.1841,9.763 -120.4437,0 -33.2598,-9.763 -33.2598,-25.593 0,-35.356 33.2596,-9.763 87.184,-9.763 120.4437,0"
+             id="path3272"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,532.4999,27.92003)"
+           id="g3274"><text
+             transform="translate(-32.69238,4)"
+             id="text3276"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 32.690399 39.364799 46.0392 52.7136 58.7136"
+               y="0"
+               id="tspan3278"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:post9821v1</tspan></text>
+</g><path
+           d="m 338.8332,73.67594 c 0,8.43097 -4.2672,9.47405 -35.438,17.8178 l -0.3292,0.08633 c -31.3354,8.43093 -31.6613,8.43093 -63.8199,8.43093 -42.8198,0 -236.41294,0 -236.41294,0 l 0,-88.99996 336.00004,0 0,62.6649 z"
+           id="path3280"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3282"><path
+             d="m 379.3332,1004.824 c 0,-8.4309 -4.2672,-9.474 -35.438,-17.8177 l -0.3292,-0.0864 c -31.3354,-8.4309 -31.6613,-8.4309 -63.8199,-8.4309 -42.8198,0 -236.41294,0 -236.41294,0 l 0,89 336.00004,0 0,-62.665 z m 0,-0.434 c 0,-7.9969 -0.3293,-7.9969 -67.4285,-7.9969 l 0,0 c 0,-17.8169 0,-17.9041 -30.1896,-17.9041"
+             id="path3284"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,170.3332,56.01104)"
+           id="g3286"><text
+             transform="translate(-163,-31)"
+             id="text3288"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 35.690399 38.3568 45.0312 51.0312 54.364799 62.368801 69.043198 75.043198"
+               y="0"
+               id="tspan3290"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=sioc:Post</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,170.3332,56.01104)"
+           id="g3292"><text
+             transform="translate(-163,-3)"
+             id="text3294"><tspan
+               x="0 6 8.6664 15.3408 21.340799 24.6744 28.007999 30.6744 34.007999 36.6744 43.348801 50.3568 54.616798 64.612801 71.287201 75.283203 81.957603 85.291199 91.291199 95.287201 97.953598 107.9496 114.624 117.9576 124.632 131.3064 137.9808 144.6552 151.32961 158.004 164.004 167.3376 170.004 176.67841 180.01199 186.01199 188.67841 192.01199 194.67841 201.3528 207.3528 211.61279 217.24319 222.8736 228.8736 234.8736 241.548 244.88161 250.88161 254.21519 258.21121 260.87759 267.552"
+               y="0"
+               id="tspan3296"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">sioc:title=&quot;More crime happens in cities&quot;^^xsd:string</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,170.3332,56.01104)"
+           id="g3298"><text
+             transform="translate(-163,25)"
+             id="text3300"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 40.027199 46.701599 53.375999 57.372002 64.046402 67.379997 74.054398 80.728798 88.732803 92.066399 98.956802 101.6232 111.6192 118.2936"
+               y="0"
+               id="tspan3302"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:generatedAtTime </tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,170.3332,56.01104)"
+           id="g3304"><text
+             transform="translate(-163,39)"
+             id="text3306"><tspan
+               x="0 4.2600002 10.9344 17.608801 23.3976 30.072001 34.068001 40.742401 47.416801 51.4128 58.0872 64.761597 72.091202 78.765602 85.440002 88.773598 95.447998 102.1224 105.456 112.1304 118.8048 126.1344 130.39439 136.0248 141.6552 147.6552 153.6552 160.32961 163.66319 170.3376 177.01199 180.3456 187.02 193.9104 196.5768 206.5728"
+               y="0"
+               id="tspan3308"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">&quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3310"><path
+             d="m 490.6473,1044.654 -110.8156,-8.596"
+             id="path3312"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3314"><path
+             d="m 192.6927,922.539 315.0665,106.349"
+             id="path3316"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 474.8391,47.05345 -6.6204,5.40098 -1.9189,-5.68488 8.5393,0.2839 z"
+           id="path3318"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3320"><path
+             d="m 515.3391,1031.447 -6.6204,-5.401 -1.9189,5.684 8.5393,-0.283 z"
+             id="path3322"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 189.3381,134.4887 126,0 0,-24 -126,0 0,24 z"
+           id="path3324"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,252.3381,122.4887)"
+           id="g3326"><text
+             transform="translate(-57.69434,4)"
+             id="text3328"><tspan
+               x="0 6 8.6664 15.3408 21.340799 24.6744 31.348801 35.344799 42.019199 48.019199 50.6856 57.360001 64.034401 70.034401 76.708801 82.708801 89.383202 93.379204 99.379204 102.0456 108.72"
+               y="0"
+               id="tspan3330"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">sioc:previous_version</tspan></text>
+</g><path
+           d="m 321.6988,361.9612 c 22.8458,-9.7631 22.8458,-25.5922 0,-35.3553 -22.8456,-9.7632 -59.8857,-9.7632 -82.7314,0 -22.8457,9.7631 -22.8457,25.5922 0,35.3553 22.8457,9.7631 59.8858,9.7631 82.7314,0"
+           id="path3332"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3334"><path
+             d="m 362.1988,716.5388 c 22.8458,9.7631 22.8458,25.5922 0,35.3553 -22.8456,9.7632 -59.8857,9.7632 -82.7314,0 -22.8457,-9.7631 -22.8457,-25.5922 0,-35.3553 22.8457,-9.7631 59.8858,-9.7631 82.7314,0"
+             id="path3336"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,279.8331,344.7835)"
+           id="g3338"><text
+             transform="translate(-32.69238,4)"
+             id="text3340"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 32.690399 39.364799 46.0392 52.7136 58.7136"
+               y="0"
+               id="tspan3342"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:post9821v2</tspan></text>
+</g><path
+           d="m 182.3332,359.8954 c 0,4.0734 -1.1811,4.5773 -9.8087,8.6086 l -0.0911,0.0417 c -8.6732,4.0734 -8.7634,4.0734 -17.6644,4.0734 -11.8519,0 -65.43576,0 -65.43576,0 l 0,-43 92.99996,0 0,30.2763 z"
+           id="path3344"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3346"><path
+             d="m 222.8332,718.6046 c 0,-4.0734 -1.1811,-4.5773 -9.8087,-8.6086 l -0.0911,-0.0417 c -8.6732,-4.0734 -8.7634,-4.0734 -17.6644,-4.0734 -11.8519,0 -65.4358,0 -65.4358,0 l 0,43 93,0 0,-30.2763 z m 0,-0.2098 c 0,-3.8636 -0.0911,-3.8636 -18.6632,-3.8636 l 0,0 c 0,-8.6081 0,-8.6503 -8.356,-8.6503"
+             id="path3348"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,135.3332,351.6191)"
+           id="g3350"><text
+             transform="translate(-41.5,4)"
+             id="text3352"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 35.690399 38.3568 45.0312 51.0312 54.364799 62.368801 69.043198 75.043198"
+               y="0"
+               id="tspan3354"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=sioc:Post</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3356"><path
+             d="m 262.1867,731.4422 -38.854,-1.838"
+             id="path3358"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3360"><path
+             d="M 178.1147,884.4721 294.6666,811.96 309.1864,768.82"
+             id="path3362"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 271.2384,317.2621 -5.3952,-6.6251 5.6865,-1.9139 -0.2913,8.539 z"
+           id="path3364"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3366"><path
+             d="m 311.7384,761.2379 -5.3952,6.6251 5.6865,1.9139 -0.2913,-8.539 z"
+             id="path3368"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 157.3651,253.0334 109,0 0,-24 -109,0 0,24 z"
+           id="path3370"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,211.8651,241.0334)"
+           id="g3372"><text
+             transform="translate(-49.35645,4)"
+             id="text3374"><tspan
+               x="0 6 8.6664 15.3408 21.340799 24.6744 27.340799 34.015202 37.348801 44.023201 50.023201 53.3568 60.0312 66.031197 72.705597 76.701599 82.701599 85.367996 92.042397"
+               y="0"
+               id="tspan3376"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">sioc:latest_version</tspan></text>
+</g><path
+           d="m 503.6666,316.54 141,0 0,-50 -141,0 0,50 z"
+           id="path3378"
+           style="fill:#d8d8ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3380"><path
+             d="m 544.1666,761.96 141,0 0,50 -141,0 0,-50 z"
+             id="path3382"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,573.6666,292.04)"
+           id="g3384"><text
+             transform="translate(-62.26172,4)"
+             id="text3386"><tspan
+               x="0 3.3336 10.008 16.6824 23.3568 26.023199 28.6896 34.689602 41.363998 44.697601 47.363998 54.038399 60.712799 68.716797 74.716797 78.0504 80.716797 86.716797 89.383202 92.716797 98.716797 104.5056 111.18 117.8544"
+               y="0"
+               id="tspan3388"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:publicationActivity1123</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3390"><path
+             d="M 583.6924,1025.788 630.6666,909.2262 616.2735,821.7287"
+             id="path3392"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 574.475,264.6652 -1.6617,-8.3808 5.9204,0.9739 -4.2587,7.4069 z"
+           id="path3394"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3396"><path
+             d="m 614.975,813.8348 -1.6617,8.3808 5.9204,-0.9739 -4.2587,-7.4069 z"
+             id="path3398"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 524.0833,179.0858 129,0 0,-24 -129,0 0,24 z"
+           id="path3400"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,588.5833,167.0858)"
+           id="g3402"><text
+             transform="translate(-59.36426,4)"
+             id="text3404"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 57.352798 64.027199 70.701599 77.375999 81.372002 88.046402 91.379997 98.054398 104.7288 112.7328"
+               y="0"
+               id="tspan3406"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasGeneratedBy</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3408"><path
+             d="M 543.6831,800.409 206.9636,889.2382"
+             id="path3410"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 158.7282,187.2211 8.5006,-0.8601 -1.5305,5.8015 -6.9701,-4.9414 z"
+           id="path3412"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3414"><path
+             d="m 199.2282,891.2789 8.5006,0.8601 -1.5305,-5.8015 -6.9701,4.9414 z"
+             id="path3416"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 189.2176,220.1634 93,0 0,-24 -93,0 0,24 z"
+           id="path3418"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,235.7176,208.1634)"
+           id="g3420"><text
+             transform="translate(-41.02734,4)"
+             id="text3422"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 36.686401 43.360802 50.035198 56.035198 62.709599 66.043198 68.709602 75.384003"
+               y="0"
+               id="tspan3424"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:atLocation</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3426"><path
+             d="M 616.3138,1029.158 746.4093,962.5454"
+             id="path3428"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 713.0301,119.6007 -8.4881,-0.9758 2.7345,-5.3406 5.7536,6.3164 z"
+           id="path3430"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3432"><path
+             d="m 753.5301,958.8993 -8.4881,0.9758 2.7345,5.3406 5.7536,-6.3164 z"
+             id="path3434"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 594.3709,87.04001 121,0 0,-24 -121,0 0,24 z"
+           id="path3436"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,654.8709,75.04001)"
+           id="g3438"><text
+             transform="translate(-55.03125,4)"
+             id="text3440"><tspan
+               x="0 9.9960003 15.996 19.329599 25.329599 32.004002 38.678398 45.352798 51.352798 58.027199 64.701599 68.035202 76.701599 83.375999 90.0504 93.384003 100.0584 106.7328"
+               y="0"
+               id="tspan3442"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">my:snapshotContent</tspan></text>
+</g><path
+           d="m 720.1663,132.6945 131,0 c 2.7615,0 5,-2.2386 5,-5 l 0,-14 c 0,-2.7614 -2.2385,-5 -5,-5 l -131,0 c -2.7614,0 -5,2.2386 -5,5 0,0 0,0 0,0 l 0,14 c 0,2.7614 2.2386,5 5,5 0,0 0,0 0,0 z"
+           id="path3444"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3446"><path
+             d="m 760.6663,945.8055 131,0 c 2.7615,0 5,2.2386 5,5 l 0,14 c 0,2.7614 -2.2385,5 -5,5 l -131,0 c -2.7614,0 -5,-2.2386 -5,-5 0,0 0,0 0,0 l 0,-14 c 0,-2.7614 2.2386,-5 5,-5 0,0 0,0 0,0 z"
+             id="path3448"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,785.1663,121.1945)"
+           id="g3450"><text
+             transform="translate(-37.35938,4)"
+             id="text3452"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 34.6824 41.3568 48.0312 51.364799 58.0392 64.7136 68.047203"
+               y="0"
+               id="tspan3454"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:postContent0</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3456"><path
+             d="M 598.7274,1026.818 698.398,930.96 717.603,642.4233"
+             id="path3458"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 677.6343,444.059 -3.5247,-7.7831 5.9867,-0.3985 -2.462,8.1816 z"
+           id="path3460"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3462"><path
+             d="m 718.1343,634.441 -3.5247,7.7831 5.9867,0.3985 -2.462,-8.1816 z"
+             id="path3464"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 594.3709,242.2657 137,0 0,-24 -137,0 0,24 z"
+           id="path3466"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,662.8709,230.2657)"
+           id="g3468"><text
+             transform="translate(-63.02637,4)"
+             id="text3470"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 40.027199 46.701599 54.705601 58.701599 61.368 71.363998 78.038399 82.034401 88.034401 96.038399 102.7128 109.3872 113.3832 119.3832"
+               y="0"
+               id="tspan3472"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:hadPrimarySource</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3474"><path
+             d="m 565.4394,1025.711 -28.7728,-90.5587 -73,-123.1923 -76.3334,-143 -57.2233,-58.4322"
+             id="path3476"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 284.0125,473.6879 3.454,-7.8147 4.2868,4.1981 -7.7408,3.6166 z"
+           id="path3478"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3480"><path
+             d="m 324.5125,604.8121 3.454,7.8147 4.2868,-4.1981 -7.7408,-3.6166 z"
+             id="path3482"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 348.0361,303.6381 123,0 0,-24 -123,0 0,24 z"
+           id="path3484"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,409.5361,291.6381)"
+           id="g3486"><text
+             transform="translate(-56.02734,4)"
+             id="text3488"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 59.3568 62.690399 66.686401 69.352798 76.027199 82.701599 86.035202 92.709602 99.384003 105.384"
+               y="0"
+               id="tspan3490"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasAttributedTo</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3492"><path
+             d="m 292.8644,756.5839 -110.1978,88.1288 -18.0037,28.2086"
+             id="path3494"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 119.8589,198.8351 6.8328,5.1296 -5.0577,3.228 -1.7751,-8.3576 z"
+           id="path3496"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3498"><path
+             d="m 160.3589,879.6649 6.8328,-5.1296 -5.0577,-3.228 -1.7751,8.3576 z"
+             id="path3500"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 152.7763,292.3596 93,0 0,-24 -93,0 0,24 z"
+           id="path3502"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,199.2763,280.3596)"
+           id="g3504"><text
+             transform="translate(-41.02734,4)"
+             id="text3506"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 36.686401 43.360802 50.035198 56.035198 62.709599 66.043198 68.709602 75.384003"
+               y="0"
+               id="tspan3508"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:atLocation</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3510"><path
+             d="M 277.4917,717.0242 231.9522,698.96 166.6478,626.8972"
+             id="path3512"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 120.7757,457.5308 3.1491,-7.9425 4.4459,4.029 -7.595,3.9135 z"
+           id="path3514"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3516"><path
+             d="m 161.2757,620.9692 3.1491,7.9425 4.4459,-4.029 -7.595,-3.9135 z"
+             id="path3518"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 94.41864,431.8027 120.99996,0 0,-24 -120.99996,0 0,24 z"
+           id="path3520"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,154.9186,419.8027)"
+           id="g3522"><text
+             transform="translate(-55.03125,4)"
+             id="text3524"><tspan
+               x="0 9.9960003 15.996 19.329599 25.329599 32.004002 38.678398 45.352798 51.352798 58.027199 64.701599 68.035202 76.701599 83.375999 90.0504 93.384003 100.0584 106.7328"
+               y="0"
+               id="tspan3526"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">my:snapshotContent</tspan></text>
+</g><path
+           d="m 73.41651,482.9387 92.16669,0 c 2.7614,0 5,-2.2386 5,-5 l 0,-14 c 0,-2.7614 -2.2386,-5 -5,-5 l -92.16669,0 c -2.76142,0 -5,2.2386 -5,5 0,0 0,0 0,0 l 0,14 c 0,2.7614 2.23858,5 5,5 0,0 0,0 0,0 z"
+           id="path3528"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3530"><path
+             d="m 113.9165,595.5613 92.1667,0 c 2.7614,0 5,2.2386 5,5 l 0,14 c 0,2.7614 -2.2386,5 -5,5 l -92.1667,0 c -2.7614,0 -5,-2.2386 -5,-5 0,0 0,0 0,0 l 0,-14 c 0,-2.7614 2.2386,-5 5,-5 0,0 0,0 0,0 z"
+             id="path3532"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,118.9998,471.4387)"
+           id="g3534"><text
+             transform="translate(-37.35938,4)"
+             id="text3536"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 34.6824 41.3568 48.0312 51.364799 58.0392 64.7136 68.047203"
+               y="0"
+               id="tspan3538"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:postContent1</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3540"><path
+             d="m 325.8979,759.6171 30.1768,151.3429 49.5919,53 116.6696,60.562"
+             id="path3542"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 488.9366,50.2927 -5.7183,6.34836 -2.7643,-5.32529 8.4826,-1.02307 z"
+           id="path3544"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3546"><path
+             d="m 529.4366,1028.207 -5.7183,-6.348 -2.7643,5.325 8.4826,1.023 z"
+             id="path3548"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 263.4145,172.7302 117,0 0,-24 -117,0 0,24 z"
+           id="path3550"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,321.9145,160.7302)"
+           id="g3552"><text
+             transform="translate(-53.35254,4)"
+             id="text3554"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.6856 63.360001 69.360001 72.026398 78.026398 80.692802 87.367203 94.041603 103.3752"
+               y="0"
+               id="tspan3556"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasRevisionOf</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3558"><path
+             d="m 339.0738,758.4167 154.9261,205.5433 50.4496,55.285"
+             id="path3560"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 509.342,53.34551 -3.1765,7.93157 -4.432,-4.04438 7.6085,-3.88719 z"
+           id="path3562"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3564"><path
+             d="m 549.842,1025.154 -3.1765,-7.931 -4.432,4.044 7.6085,3.887 z"
+             id="path3566"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 314.945,214.0129 145,0 0,-24 -145,0 0,24 z"
+           id="path3568"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,387.445,202.0129)"
+           id="g3570"><text
+             transform="translate(-67.36523,4)"
+             id="text3572"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 62.697601 69.372002 75.372002 78.038399 84.712799 87.379204 90.045601 96.045601 102.72 106.0536 108.72 115.3944 122.0688 131.4024"
+               y="0"
+               id="tspan3574"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasSpecializationOf</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3576"><path
+             d="m 321.2223,708.717 1.4532,-95.2208"
+             id="path3578"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 282.2975,473.0029 -3.1217,-7.9533 5.9993,-0.0916 -2.8776,8.0449 z"
+           id="path3580"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3582"><path
+             d="m 322.7975,605.4971 -3.1217,7.9533 5.9993,0.0916 -2.8776,-8.0449 z"
+             id="path3584"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 219.0818,405.8426 123,0 0,-24 -123,0 0,24 z"
+           id="path3586"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,280.5818,393.8426)"
+           id="g3588"><text
+             transform="translate(-56.02734,4)"
+             id="text3590"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 59.3568 62.690399 66.686401 69.352798 76.027199 82.701599 86.035202 92.709602 99.384003 105.384"
+               y="0"
+               id="tspan3592"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasAttributedTo</tspan></text>
+</g><path
+           d="m 877.8331,393.4812 c 0,12.5044 -2.3411,14.0514 -19.4417,26.4264 l -0.1806,0.128 C 841.0198,432.54 840.841,432.54 823.1985,432.54 c -23.4915,0 -129.6989,0 -129.6989,0 l 0,-132 184.3335,0 0,92.9412 z"
+           id="path3594"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3596"><path
+             d="m 918.3331,685.0188 c 0,-12.5044 -2.3411,-14.0514 -19.4417,-26.4264 l -0.1806,-0.128 C 881.5198,645.96 881.341,645.96 863.6985,645.96 c -23.4915,0 -129.6989,0 -129.6989,0 l 0,132 184.3335,0 0,-92.9412 z m 0,-0.6442 c 0,-11.8602 -0.1807,-11.8602 -36.9921,-11.8602 l 0,0 c 0,-26.425 0,-26.5544 -16.5623,-26.5544"
+             id="path3598"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,785.1663,367.04)"
+           id="g3600"><text
+             transform="translate(-87.16675,-24)"
+             id="text3602"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 59.3568 66.031197 70.027199 73.360802 80.035202 86.709602 94.7136 98.047203 105.0552 109.3152 115.9896 122.664 128.4528 135.1272 139.1232 145.79761 152.472 156.468 163.1424"
+               y="0"
+               id="tspan3604"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasStartedAt=&quot;2011-07-16</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,785.1663,367.04)"
+           id="g3606"><text
+             transform="translate(-87.16675,-10)"
+             id="text3608"><tspan
+               x="0 7.3295999 14.004 20.6784 24.011999 30.686399 37.360802 40.694401 47.368801 54.043201 61.372799 65.632797 71.263199 76.8936 82.8936 88.8936 95.568001 98.901604 105.576 112.2504 115.584 122.2584 129.1488 131.8152 141.8112"
+               y="0"
+               id="tspan3610"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">T01:01:01Z&quot;^^xsd:dateTime</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,785.1663,367.04)"
+           id="g3612"><text
+             transform="translate(-87.16675,18)"
+             id="text3614"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 62.697601 69.372002 76.046402 82.720802 90.7248 94.058403 101.0664 105.3264 112.0008 118.6752 124.464 131.1384 135.1344 141.80881 148.4832 152.4792 159.15359 165.828"
+               y="0"
+               id="tspan3616"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasEndedAt=&quot;2011-07-16T</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,785.1663,367.04)"
+           id="g3618"><text
+             transform="translate(-87.16675,32)"
+             id="text3620"><tspan
+               x="0 6.6743999 13.3488 16.6824 23.3568 30.0312 33.364799 40.0392 46.7136 54.043201 58.3032 63.933601 69.564003 75.564003 81.564003 88.238403 91.571999 98.246399 104.9208 108.2544 114.9288 121.8192 124.4856 134.4816"
+               y="0"
+               id="tspan3622"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">01:52:02Z&quot;^^xsd:dateTime</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3624"><path
+             d="m 685.6378,761.7929 47.8905,-16.9825"
+             id="path3626"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3628"><path
+             d="M 574.9928,761.5265 509.6851,647.96 364.8079,582.3858"
+             id="path3630"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 317.0197,499.413 6.0512,-6.0319 2.4741,5.4662 -8.5253,0.5657 z"
+           id="path3632"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3634"><path
+             d="m 357.5197,579.087 6.0512,6.0319 2.4741,-5.4662 -8.5253,-0.5657 z"
+             id="path3636"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 372.8646,454.5006 141,0 0,-24 -141,0 0,24 z"
+           id="path3638"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,443.3646,442.5006)"
+           id="g3640"><text
+             transform="translate(-65.3584,4)"
+             id="text3642"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 62.023201 68.023201 74.697601 80.697601 83.363998 90.038399 93.372002 100.0464 106.7208 118.0464 120.7128 124.0464"
+               y="0"
+               id="tspan3644"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasAssociatedWith</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3646"><path
+             d="M 654.1156,763.0361 570.3324,516.0417"
+             id="path3648"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 527.2626,570.0343 -0.2712,-8.5397 5.682,1.9274 -5.4108,6.6123 z"
+           id="path3650"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3652"><path
+             d="m 567.7626,508.4657 -0.2712,8.5397 5.682,-1.9274 -5.4108,-6.6123 z"
+             id="path3654"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 468.6851,545.9125 141,0 0,-24 -141,0 0,24 z"
+           id="path3656"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,539.1851,533.9125)"
+           id="g3658"><text
+             transform="translate(-65.3584,4)"
+             id="text3660"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 62.023201 68.023201 74.697601 80.697601 83.363998 90.038399 93.372002 100.0464 106.7208 118.0464 120.7128 124.0464"
+               y="0"
+               id="tspan3662"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasAssociatedWith</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3664"><path
+             d="M 654.7642,761.4993 705.5264,641.2428"
+             id="path3666"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 668.1375,444.6275 -5.875,-6.2036 5.5277,-2.3333 0.3473,8.5369 z"
+           id="path3668"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3670"><path
+             d="m 708.6375,633.8725 -5.875,6.2036 5.5277,2.3333 0.3473,-8.5369 z"
+             id="path3672"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 605.7371,385.1083 63,0 0,-24 -63,0 0,24 z"
+           id="path3674"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,637.2371,373.1083)"
+           id="g3676"><text
+             transform="translate(-26.34961,4)"
+             id="text3678"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 39.352798 46.027199"
+               y="0"
+               id="tspan3680"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:used</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3682"><path
+             d="m 577.8926,812.33 -34.194,37.63 24.576,165.856"
+             id="path3684"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 528.9472,54.77065 1.795,8.35333 -5.9352,-0.87946 4.1402,-7.47387 z"
+           id="path3686"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3688"><path
+             d="m 569.4472,1023.729 1.795,-8.353 -5.9352,0.879 4.1402,7.474 z"
+             id="path3690"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 458.1992,234.2873 91,0 0,-24 -91,0 0,24 z"
+           id="path3692"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,503.6992,222.2873)"
+           id="g3694"><text
+             transform="translate(-40.3623,4)"
+             id="text3696"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 40.027199 46.701599 53.375999 57.372002 64.046402 67.379997 74.054398"
+               y="0"
+               id="tspan3698"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:generated</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3700"><path
+             d="M 614.4877,761.4931 555.6666,607.96 365.6196,579.6307"
+             id="path3702"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 317.207,500.0487 7.4703,-4.1466 0.8846,5.9344 -8.3549,-1.7878 z"
+           id="path3704"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3706"><path
+             d="m 357.707,578.4513 7.4703,4.1466 0.8846,-5.9344 -8.3549,1.7878 z"
+             id="path3708"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 434.4464,486.7249 111,0 0,-24 -111,0 0,24 z"
+           id="path3710"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,489.9464,474.7249)"
+           id="g3712"><text
+             transform="translate(-50.35547,4)"
+             id="text3714"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 59.3568 66.031197 70.027199 73.360802 80.035202 86.709602 94.7136"
+               y="0"
+               id="tspan3716"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasStartedBy</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3718"><path
+             d="M 572.8747,761.7409 470.6666,711.9322 362.1224,585.9757"
+             id="path3720"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 316.4,498.5845 2.9498,-8.0186 4.5452,3.9168 -7.495,4.1018 z"
+           id="path3722"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-40.5,1078.5)"
+           id="g3724"><path
+             d="m 356.9,579.9155 2.9498,8.0186 4.5452,-3.9168 -7.495,-4.1018 z"
+             id="path3726"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 383.6705,375.4109 107,0 0,-24 -107,0 0,24 z"
+           id="path3728"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,437.1705,363.4109)"
+           id="g3730"><text
+             transform="translate(-48.36035,4)"
+             id="text3732"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 62.697601 69.372002 76.046402 82.720802 90.7248"
+               y="0"
+               id="tspan3734"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasEndedBy</tspan></text>
+</g></g></g></g></svg>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/diagrams/expanded-terms-example-bundlePost.svg	Thu Jul 12 11:09:02 2012 +0100
@@ -0,0 +1,1014 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   version="1.1"
+   width="1231.25"
+   height="951.25"
+   id="svg3004"
+   xml:space="preserve"><metadata
+     id="metadata3010"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs3008"><clipPath
+       id="clipPath3020"><path
+         d="M 0,0 985,0 985,761 0,761 0,0 z"
+         id="path3022" /></clipPath></defs><g
+     transform="matrix(1.25,0,0,-1.25,0,951.25)"
+     id="g3012"><g
+       id="g3014" /><g
+       id="g3016"><g
+         clip-path="url(#clipPath3020)"
+         id="g3018"><path
+           d="m -4.5,762.5 1677,0 0,-783 -1677,0 0,783 z"
+           id="path3024"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
+           d="m 3.203827,758.3119 980.296173,0 0,-756.8119 -980.296173,0 0,756.8119 z"
+           id="path3026"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3028"><path
+             d="M 6.703827,3.18811 987,3.18811 987,760 6.703827,760 l 0,-756.81189 z"
+             id="path3030"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,492.8519,380.4059)"
+           id="g3032"><text
+             transform="translate(-485.1481,-362.4059)"
+             id="text3034"><tspan
+               x="0 3.3336 10.008 16.6824 23.3568 30.0312 32.697601 39.372002 47.375999 54.0504 60.0504"
+               y="0"
+               id="tspan3036"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:bundlePost</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,492.8519,380.4059)"
+           id="g3038"><text
+             transform="translate(-485.1481,-348.4059)"
+             id="text3040"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 64.372803 71.047203 77.721603 84.396004 87.062401"
+               y="0"
+               id="tspan3042"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:Bundle</tspan></text>
+</g><path
+           d="m 272.2142,498.2776 0,33.35 32.5,16.65 32.5,-16.65 0,-33.35 -65,0 z"
+           id="path3044"
+           style="fill:#ffd479;fill-opacity:0.38999999;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3046"><path
+             d="m 275.7142,263.2224 0,-33.35 32.5,-16.65 32.5,16.65 0,33.35 -65,0 z"
+             id="path3048"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,304.2142,523.7776)"
+           id="g3050"><text
+             transform="translate(-16.67578,12.3)"
+             id="text3052"><tspan
+               x="0 3.3336 10.008 16.6824 20.6784 27.3528"
+               y="0"
+               id="tspan3054"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:derek</tspan></text>
+</g><path
+           d="m 252.8453,542.3269 c 0,8.8415 -2.9633,9.9354 -24.6096,18.6854 l -0.2287,0.0905 c -21.7607,8.8415 -21.987,8.8415 -44.3193,8.8415 -29.736,0 -164.17569,0 -164.17569,0 l 0,-93.3334 233.33329,0 0,65.716 z"
+           id="path3056"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3058"><path
+             d="m 256.3453,219.1731 c 0,-8.8415 -2.9633,-9.9354 -24.6096,-18.6854 l -0.2287,-0.0905 c -21.7607,-8.8415 -21.987,-8.8415 -44.3193,-8.8415 -29.736,0 -164.17569,0 -164.17569,0 l 0,93.3334 233.33329,0 0,-65.716 z m 0,-0.4555 c 0,-8.386 -0.2286,-8.386 -46.8253,-8.386 l 0,0 c 0,-18.6844 0,-18.7759 -20.965,-18.7759"
+             id="path3060"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,135.6787,523.7776)"
+           id="g3062"><text
+             transform="translate(-111.6667,-24)"
+             id="text3064"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 64.372803 71.047203 75.043198 81.043198 87.717598 94.391998 97.725601 101.0592 104.3928 111.0672 117.7416 121.0752 124.4088 132.4128 139.0872 143.08321 149.08321 155.7576"
+               y="0"
+               id="tspan3066"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:Person, foaf:Person</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,135.6787,523.7776)"
+           id="g3068"><text
+             transform="translate(-111.6667,4)"
+             id="text3070"><tspan
+               x="0 3.3336 10.008 16.6824 20.016001 23.3496 30.024 32.690399 38.690399 45.364799 52.0392 60.705601 67.379997 77.375999 84.0504 91.058403 95.318398 103.9848 110.6592 114.6552 121.3296 127.3296 131.5896 137.22 142.8504 148.8504 154.8504 161.5248 164.8584 170.8584 174.192 178.188 180.8544 187.52879"
+               y="0"
+               id="tspan3072"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">foaf:givenName=&quot;Derek&quot;^^xsd:string</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,135.6787,523.7776)"
+           id="g3074"><text
+             transform="translate(-111.6667,32)"
+             id="text3076"><tspan
+               x="0 3.3336 10.008 16.6824 20.016001 23.3496 33.3456 40.02 46.694401 52.694401 59.7024 66.710403 76.706398 83.380798 86.047203 88.7136 92.047203 98.721603 102.0552 108.7296 115.404 119.4 126.0744 132.0744 144.2556 150.92999 156.92999 163.6044 173.6004 180.2748 182.94119 189.6156 192.9492 199.6236 203.6196 210.29401"
+               y="0"
+               id="tspan3078"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">foaf:mbox=&lt;mailto:derek@example.org&gt;</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3080"><path
+             d="m 275.7142,238.2224 -18.8689,0"
+             id="path3082"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 267.5119,610.4932 0,33.35 38,16.65 38,-16.65 0,-33.35 -76,0 z"
+           id="path3084"
+           style="fill:#ffd479;fill-opacity:0.38999999;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3086"><path
+             d="m 271.0119,151.0068 0,-33.35 38,-16.65 38,16.65 0,33.35 -76,0 z"
+             id="path3088"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,305.0119,635.9932)"
+           id="g3090"><text
+             transform="translate(-25.0166,12.3)"
+             id="text3092"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 26.6784 30.011999 36.686401 43.360802"
+               y="0"
+               id="tspan3094"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:chartgen</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3096"><path
+             d="m 308.2206,212.7224 0.6644,-51.8165"
+             id="path3098"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 305.4875,608.5934 -3.1023,-7.9609 5.9995,-0.0769 -2.8972,8.0378 z"
+           id="path3100"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3102"><path
+             d="m 308.9875,152.9066 -3.1023,7.9609 5.9995,0.0769 -2.8972,-8.0378 z"
+             id="path3104"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 240.1072,591.4315 129,0 0,-24 -129,0 0,24 z"
+           id="path3106"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,304.6072,579.4315)"
+           id="g3108"><text
+             transform="translate(-59.36719,4)"
+             id="text3110"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 39.352798 42.686401 49.360802 56.035198 65.368797 72.043198 80.047203 86.721603 93.396004 100.0704 102.7368 106.0704 115.404"
+               y="0"
+               id="tspan3112"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:actedOnBehalfOf</tspan></text>
+</g><path
+           d="m 409.3332,731.4065 c 0,7.073 -2.5908,7.9481 -21.5158,14.948 l -0.2,0.0724 c -19.025,7.0731 -19.2229,7.0731 -38.7477,7.0731 -25.9978,0 -143.5365,0 -143.5365,0 l 0,-74.6656 204,0 0,52.5721 z"
+           id="path3114"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3116"><path
+             d="m 412.8332,30.09355 c 0,-7.07307 -2.5908,-7.94815 -21.5158,-14.94805 l -0.2,-0.07243 C 372.0924,8 371.8945,8 352.3697,8 326.3719,8 208.8332,8 208.8332,8 l 0,74.6656 204,0 0,-52.57205 z m 0,-0.36437 c 0,-6.7087 -0.1999,-6.7087 -40.9387,-6.7087 l 0,0 C 371.8945,8.073172 371.8945,8 353.5651,8"
+             id="path3118"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,306.8332,716.6672)"
+           id="g3120"><text
+             transform="translate(-97,-10)"
+             id="text3122"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 65.7024 69.698402 76.372803 83.047203 89.721603 92.388 98.388 105.0624 108.396 111.0624 117.7368"
+               y="0"
+               id="tspan3124"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:Organization</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,306.8332,716.6672)"
+           id="g3126"><text
+             transform="translate(-97,18)"
+             id="text3128"><tspan
+               x="0 3.3336 10.008 16.6824 20.016001 23.3496 30.024 36.698399 46.694401 53.368801 60.376801 64.636803 73.3032 79.9776 86.652 90.648003 93.981598 97.315201 106.6488 113.3232 119.9976 126.672 130.668 137.34241 140.67599 147.3504 151.34641 157.34641 160.67999 164.0136 167.3472 174.02161 180.02161 183.35519"
+               y="0"
+               id="tspan3130"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">foaf:name=&quot;Chart Generators, Inc.&quot;</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3132"><path
+             d="m 309.0119,101.0068 0.5837,-17.84147"
+             id="path3134"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 525.6522,603.4932 0,33.35 38,16.65 38,-16.65 0,-33.35 -76,0 z"
+           id="path3136"
+           style="fill:#ffd479;fill-opacity:0.38999999;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3138"><path
+             d="m 529.1522,158.0068 0,-33.35 38,-16.65 38,16.65 0,33.35 -76,0 z"
+             id="path3140"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,563.1522,628.9932)"
+           id="g3142"><text
+             transform="translate(-28.68164,12.3)"
+             id="text3144"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 34.02 40.694401 43.360802 46.694401 53.368801"
+               y="0"
+               id="tspan3146"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:postEditor</tspan></text>
+</g><path
+           d="m 648.8189,729.5916 c 0,7.01 -2.1632,7.8773 -17.9651,14.8148 l -0.1669,0.0718 c -15.8853,7.01 -16.0505,7.01 -32.3531,7.01 -21.7073,0 -119.8482,0 -119.8482,0 l 0,-74 170.3333,0 0,52.1034 z"
+           id="path3148"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3150"><path
+             d="m 652.3189,31.90841 c 0,-7.01002 -2.1632,-7.8773 -17.9651,-14.8148 l -0.1669,-0.07178 c -15.8853,-7.01002 -16.0505,-7.01002 -32.3531,-7.01002 -21.7073,0 -119.8482,0 -119.8482,0 l 0,74 170.3333,0 0,-52.1034 z m 0,-0.36112 c 0,-6.6489 -0.1669,-6.6489 -34.1825,-6.6489 l 0,0 c 0,-14.81406 0,-14.88658 -15.3044,-14.88658"
+             id="path3152"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,563.1522,714.9882)"
+           id="g3154"><text
+             transform="translate(-80.16666,-10)"
+             id="text3156"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 64.372803 71.047203 74.380798 77.714401 86.380798 93.055199 97.051201 103.7256 111.7296 118.404 125.0784 131.75281"
+               y="0"
+               id="tspan3158"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:SoftwareAgent</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,563.1522,714.9882)"
+           id="g3160"><text
+             transform="translate(-80.16666,18)"
+             id="text3162"><tspan
+               x="0 3.3336 10.008 16.6824 20.016001 23.3496 30.024 36.698399 46.694401 53.368801 60.376801 64.636803 72.6408 79.315201 85.315201 88.648804 91.982399 99.986397 106.6608 109.3272 112.6608 119.3352 123.3312 126.6648 133.3392 140.0136 146.688 153.3624"
+               y="0"
+               id="tspan3164"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">foaf:name=&quot;Post Editor 3000&quot;</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3166"><path
+             d="m 567.1522,107.5068 0,-22.99499"
+             id="path3168"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 755.7358,538.6964 c 22.8458,-9.7631 22.8458,-25.5922 0,-35.3553 -22.8456,-9.7631 -59.8857,-9.7631 -82.7314,0 -22.8457,9.7631 -22.8457,25.5922 0,35.3553 22.8457,9.7632 59.8858,9.7632 82.7314,0"
+           id="path3170"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3172"><path
+             d="m 759.2358,222.8036 c 22.8458,9.7631 22.8458,25.5922 0,35.3553 -22.8456,9.7631 -59.8857,9.7631 -82.7314,0 -22.8457,-9.7631 -22.8457,-25.5922 0,-35.3553 22.8457,-9.7632 59.8858,-9.7632 82.7314,0"
+             id="path3174"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,713.8701,521.5188)"
+           id="g3176"><text
+             transform="translate(-39.0293,-3)"
+             id="text3178"><tspan
+               x="0 3.3336 10.008 16.6824 23.3568 27.3528 34.027199 40.701599 47.375999 50.709599 57.383999 64.058403 72.062401"
+               y="0"
+               id="tspan3180"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:aggregatedBy</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,713.8701,521.5188)"
+           id="g3182"><text
+             transform="translate(-22.01367,11)"
+             id="text3184"><tspan
+               x="0 8.6664 15.3408 22.0152 24.681601 31.356001 38.030399"
+               y="0"
+               id="tspan3186"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">Regions</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3188"><path
+             d="m 717.8701,214.9812 0,-47.0744"
+             id="path3190"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 714.3701,601.5932 -3,-8 6,0 -3,8 z"
+           id="path3192"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3194"><path
+             d="m 717.8701,159.9068 -3,8 6,0 -3,-8 z"
+             id="path3196"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 667.3701,586.8562 93,0 0,-24 -93,0 0,24 z"
+           id="path3198"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,713.8701,574.8562)"
+           id="g3200"><text
+             transform="translate(-41.02734,4)"
+             id="text3202"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 36.686401 43.360802 50.035198 56.035198 62.709599 66.043198 68.709602 75.384003"
+               y="0"
+               id="tspan3204"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:atLocation</tspan></text>
+</g><path
+           d="m 268.6083,169.367 c 25.189,-9.7631 25.189,-25.5922 0,-35.3553 -25.1888,-9.7632 -66.0278,-9.7632 -91.2166,0 -25.189,9.7631 -25.189,25.5922 0,35.3553 25.1888,9.7631 66.0278,9.7631 91.2166,0"
+           id="path3206"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3208"><path
+             d="m 272.1083,592.133 c 25.189,9.7631 25.189,25.5922 0,35.3553 -25.1888,9.7632 -66.0278,9.7632 -91.2166,0 -25.189,-9.7631 -25.189,-25.5922 0,-35.3553 25.1888,-9.7631 66.0278,-9.7631 91.2166,0"
+             id="path3210"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,222.5,152.1893)"
+           id="g3212"><text
+             transform="translate(-33.99902,-3)"
+             id="text3214"><tspan
+               x="0 3.3336 13.3296 20.004 24 30.6744 34.670399 40.670399 44.666401 47.332802 57.3288 64.003197"
+               y="0"
+               id="tspan3216"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:more-crime-</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,222.5,152.1893)"
+           id="g3218"><text
+             transform="translate(-45.35742,11)"
+             id="text3220"><tspan
+               x="0 6.6743999 13.3488 20.023199 26.697599 33.372002 40.046398 46.046398 50.0424 52.708801 59.383202 63.3792 69.379204 72.045601 75.379204 78.045601 84.720001"
+               y="0"
+               id="tspan3222"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">happens-in-cities</tspan></text>
+</g><path
+           d="m 258.889,259.5786 c 0,5.1154 -1.6503,5.7483 -13.7052,10.8108 l -0.1274,0.0523 c -12.1186,5.1155 -12.2446,5.1155 -24.6816,5.1155 -16.5601,0 -91.4301,0 -91.4301,0 l 0,-54 129.9443,0 0,38.0214 z"
+           id="path3224"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3226"><path
+             d="m 262.389,501.9214 c 0,-5.1154 -1.6503,-5.7483 -13.7052,-10.8108 l -0.1274,-0.0523 c -12.1186,-5.1155 -12.2446,-5.1155 -24.6816,-5.1155 -16.5601,0 -91.4301,0 -91.4301,0 l 0,54 129.9443,0 0,-38.0214 z m 0,-0.2635 c 0,-4.8519 -0.1274,-4.8519 -26.0772,-4.8519 l 0,0 c 0,-10.8102 0,-10.8632 -11.6755,-10.8632"
+             id="path3228"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,193.4168,249.0572)"
+           id="g3230"><text
+             transform="translate(-59.97216,-3)"
+             id="text3232"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 63.043201 69.717598 75.717598 82.391998 85.725601 88.391998 95.066399 101.7408 105.0744"
+               y="0"
+               id="tspan3234"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:Location, </tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,193.4168,249.0572)"
+           id="g3236"><text
+             transform="translate(-59.97216,11)"
+             id="text3238"><tspan
+               x="0 6 8.6664 15.3408 21.340799 24.6744 32.678398 39.352798 45.352798"
+               y="0"
+               id="tspan3240"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">sioc:Post</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3242"><path
+             d="M 218.9003,584.4983 205.667,540.4217"
+             id="path3244"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 648.8701,636.5705 131,0 c 2.7614,0 5,-2.2386 5,-5 l 0,-23.0773 c 0,-2.7614 -2.2386,-5 -5,-5 l -131,0 c -2.7614,0 -5,2.2386 -5,5 0,0 0,0 0,0 l 0,23.0773 c 0,2.7614 2.2386,5 5,5 0,0 0,0 0,0 z"
+           id="path3246"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3248"><path
+             d="m 652.3701,124.9295 131,0 c 2.7614,0 5,2.2386 5,5 l 0,23.0773 c 0,2.7614 -2.2386,5 -5,5 l -131,0 c -2.7614,0 -5,-2.2386 -5,-5 0,0 0,0 0,0 l 0,-23.0773 c 0,-2.7614 2.2386,-5 5,-5 0,0 0,0 0,0 z"
+             id="path3250"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,713.8701,620.5319)"
+           id="g3252"><text
+             transform="translate(-56.69531,4)"
+             id="text3254"><tspan
+               x="0 7.0079999 13.008 15.6744 22.348801 25.6824 29.016001 32.349602 41.015999 47.015999 53.690399 57.686401 63.686401 67.019997 73.694397 80.368797 87.043198 90.382797 93.7164 97.050003 103.05 106.3836"
+               y="0"
+               id="tspan3256"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">&lt;file://Users/aggr.txt&gt;</tspan></text>
+</g><path
+           d="m 598.3073,246.0061 c 33.2598,-9.7631 33.2598,-25.5922 0,-35.3553 -33.2596,-9.7632 -87.1841,-9.7632 -120.4437,0 -33.2598,9.7631 -33.2598,25.5922 0,35.3553 33.2596,9.7631 87.1841,9.7631 120.4437,0"
+           id="path3258"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3260"><path
+             d="m 601.8073,515.4939 c 33.2598,9.7631 33.2598,25.5922 0,35.3553 -33.2596,9.7632 -87.1841,9.7632 -120.4437,0 -33.2598,-9.7631 -33.2598,-25.5922 0,-35.3553 33.2596,-9.7631 87.1841,-9.7631 120.4437,0"
+             id="path3262"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,537.5854,228.8284)"
+           id="g3264"><text
+             transform="translate(-32.69238,4)"
+             id="text3266"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 32.690399 39.364799 46.0392 52.7136 58.7136"
+               y="0"
+               id="tspan3268"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:post9821v1</tspan></text>
+</g><path
+           d="m 945.2048,197.5402 c 0,9.5324 -3.6745,10.7117 -30.5161,20.1454 l -0.2835,0.0976 c -26.9834,9.5323 -27.2641,9.5323 -54.9563,9.5323 -36.8728,0 -203.5788,0 -203.5788,0 l 0,-100.6262 289.3347,0 0,70.8509 z"
+           id="path3270"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3272"><path
+             d="m 948.7048,563.9598 c 0,-9.5324 -3.6745,-10.7117 -30.5161,-20.1454 l -0.2835,-0.0976 c -26.9834,-9.5323 -27.2641,-9.5323 -54.9563,-9.5323 -36.8728,0 -203.5788,0 -203.5788,0 l 0,100.6262 289.3347,0 0,-70.8509 z m 0,-0.4911 c 0,-9.0413 -0.2835,-9.0413 -58.0637,-9.0413 l 0,0 c 0,-20.1443 0,-20.2429 -25.9967,-20.2429"
+             id="path3274"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,800.0375,177.5024)"
+           id="g3276"><text
+             transform="translate(-139.6674,-31)"
+             id="text3278"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 35.690399 38.3568 45.0312 51.0312 54.364799 62.368801 69.043198 75.043198"
+               y="0"
+               id="tspan3280"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=sioc:Post</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,800.0375,177.5024)"
+           id="g3282"><text
+             transform="translate(-139.6674,-3)"
+             id="text3284"><tspan
+               x="0 6 8.6664 15.3408 21.340799 24.6744 28.007999 30.6744 34.007999 36.6744 43.348801 50.3568 54.616798 64.612801 71.287201 75.283203 81.957603 85.291199 91.291199 95.287201 97.953598 107.9496 114.624 117.9576 124.632 131.3064 137.9808 144.6552 151.32961 158.004 164.004 167.3376 170.004 176.67841 180.01199 186.01199 188.67841 192.01199 194.67841 201.3528 207.3528 211.61279 217.24319 222.8736 228.8736 234.8736 241.548 244.88161 250.88161 254.21519 258.21121 260.87759 267.552"
+               y="0"
+               id="tspan3286"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">sioc:title=&quot;More crime happens in cities&quot;^^xsd:string</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,800.0375,177.5024)"
+           id="g3288"><text
+             transform="translate(-139.6674,25)"
+             id="text3290"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 40.027199 46.701599 53.375999 57.372002 64.046402 67.379997 74.054398 80.728798 88.732803 92.066399 98.956802 101.6232 111.6192 118.2936"
+               y="0"
+               id="tspan3292"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:generatedAtTime </tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,800.0375,177.5024)"
+           id="g3294"><text
+             transform="translate(-139.6674,39)"
+             id="text3296"><tspan
+               x="0 4.2600002 10.9344 17.608801 23.3976 30.072001 34.068001 40.742401 47.416801 51.4128 58.0872 64.761597 72.091202 78.765602 85.440002 88.773598 95.447998 102.1224 105.456 112.1304 118.8048 126.1344 130.39439 136.0248 141.6552 147.6552 153.6552 160.32961 163.66319 170.3376 177.01199 180.3456 187.02 193.9104 196.5768 206.5728"
+               y="0"
+               id="tspan3298"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">&quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3300"><path
+             d="m 612.8012,547.2047 46.0781,9.0796"
+             id="path3302"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3304"><path
+             d="M 281.6312,596.4009 465.8969,551.5815"
+             id="path3306"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 470.1703,211.8092 -8.4824,1.0243 1.418,-5.83 7.0644,4.8057 z"
+           id="path3308"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3310"><path
+             d="m 473.6703,549.6908 -8.4824,-1.0243 1.418,5.83 7.0644,-4.8057 z"
+             id="path3312"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 277.4797,192.8858 126,0 0,-24 -126,0 0,24 z"
+           id="path3314"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,340.4797,180.8858)"
+           id="g3316"><text
+             transform="translate(-57.69434,4)"
+             id="text3318"><tspan
+               x="0 6 8.6664 15.3408 21.340799 24.6744 31.348801 35.344799 42.019199 48.019199 50.6856 57.360001 64.034401 70.034401 76.708801 82.708801 89.383202 93.379204 99.379204 102.0456 108.72"
+               y="0"
+               id="tspan3320"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">sioc:previous_version</tspan></text>
+</g><path
+           d="m 579.1269,48.69047 c 22.8458,-9.7631 22.8458,-25.5922 0,-35.3553 -22.8457,-9.763153 -59.8858,-9.763153 -82.7314,0 -22.8458,9.7631 -22.8458,25.5922 0,35.3553 22.8456,9.76315 59.8857,9.76315 82.7314,0"
+           id="path3322"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3324"><path
+             d="m 582.6269,712.8095 c 22.8458,9.7631 22.8458,25.5922 0,35.3553 -22.8457,9.7632 -59.8858,9.7632 -82.7314,0 -22.8458,-9.7631 -22.8458,-25.5922 0,-35.3553 22.8456,-9.7631 59.8857,-9.7631 82.7314,0"
+             id="path3326"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,537.2612,31.51282)"
+           id="g3328"><text
+             transform="translate(-32.69238,4)"
+             id="text3330"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 32.690399 39.364799 46.0392 52.7136 58.7136"
+               y="0"
+               id="tspan3332"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:post9821v2</tspan></text>
+</g><path
+           d="m 805.5,43.28911 c 0,4.07339 -1.1811,4.57735 -9.8087,8.6086 l -0.0912,0.04171 c -8.6731,4.07339 -8.7633,4.07339 -17.6644,4.07339 -11.8519,0 -65.4357,0 -65.4357,0 l 0,-43 93,0 0,30.2763 z"
+           id="path3334"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3336"><path
+             d="m 809,718.2109 c 0,-4.0734 -1.1811,-4.5774 -9.8087,-8.6086 l -0.0912,-0.0417 c -8.6731,-4.0734 -8.7633,-4.0734 -17.6644,-4.0734 -11.8519,0 -65.4357,0 -65.4357,0 l 0,43 93,0 0,-30.2763 z m 0,-0.2098 c 0,-3.8636 -0.0911,-3.8636 -18.6632,-3.8636 l 0,0 c 0,-8.6082 0,-8.6503 -8.3561,-8.6503"
+             id="path3338"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,758.5,35.01281)"
+           id="g3340"><text
+             transform="translate(-41.5,4)"
+             id="text3342"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 35.690399 38.3568 45.0312 51.0312 54.364799 62.368801 69.043198 75.043198"
+               y="0"
+               id="tspan3344"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=sioc:Post</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3346"><path
+             d="m 600.2214,729.5545 115.2787,-1.8236"
+             id="path3348"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3350"><path
+             d="m 272.8233,627.5706 215.1813,82.4985"
+             id="path3352"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 491.9745,48.56703 -6.3959,5.66504 -2.1479,-5.60236 8.5438,-0.06268 z"
+           id="path3354"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3356"><path
+             d="m 495.4745,712.933 -6.3959,-5.6651 -2.1479,5.6024 8.5438,0.0627 z"
+             id="path3358"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 316.8612,107.1173 109,0 0,-23.99998 -109,0 0,23.99998 z"
+           id="path3360"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,371.3612,95.11732)"
+           id="g3362"><text
+             transform="translate(-49.35645,4)"
+             id="text3364"><tspan
+               x="0 6 8.6664 15.3408 21.340799 24.6744 27.340799 34.015202 37.348801 44.023201 50.023201 53.3568 60.0312 66.031197 72.705597 76.701599 82.701599 85.367996 92.042397"
+               y="0"
+               id="tspan3366"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">sioc:latest_version</tspan></text>
+</g><path
+           d="m 469.994,440.4044 141,0 0,-50 -141,0 0,50 z"
+           id="path3368"
+           style="fill:#d8d8ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3370"><path
+             d="m 473.494,321.0956 141,0 0,50 -141,0 0,-50 z"
+             id="path3372"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,539.994,415.9044)"
+           id="g3374"><text
+             transform="translate(-62.26172,4)"
+             id="text3376"><tspan
+               x="0 3.3336 10.008 16.6824 23.3568 26.023199 28.6896 34.689602 41.363998 44.697601 47.363998 54.038399 60.712799 68.716797 74.716797 78.0504 80.716797 86.716797 89.383202 92.716797 98.716797 104.5056 111.18 117.8544"
+               y="0"
+               id="tspan3378"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:publicationActivity1123</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3380"><path
+             d="m 541.9644,507.6719 1.8825,-126.6774"
+             id="path3382"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 540.4658,388.5046 -3.1186,-7.9546 5.9994,-0.0891 -2.8808,8.0437 z"
+           id="path3384"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3386"><path
+             d="m 543.9658,372.9954 -3.1186,7.9546 5.9994,0.0891 -2.8808,-8.0437 z"
+             id="path3388"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 474.3258,324.2963 129,0 0,-24 -129,0 0,24 z"
+           id="path3390"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,538.8258,312.2963)"
+           id="g3392"><text
+             transform="translate(-59.36426,4)"
+             id="text3394"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 57.352798 64.027199 70.701599 77.375999 81.372002 88.046402 91.379997 98.054398 104.7288 112.7328"
+               y="0"
+               id="tspan3396"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasGeneratedBy</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3398"><path
+             d="M 507.1752,371.4193 261.2118,580.3282"
+             id="path3400"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 251.6143,175.9929 8.0396,2.8923 -3.8842,4.5731 -4.1554,-7.4654 z"
+           id="path3402"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3404"><path
+             d="m 255.1143,585.5071 8.0396,-2.8923 -3.8842,-4.5731 -4.1554,7.4654 z"
+             id="path3406"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 261.2385,236.5866 93,0 0,-24 -93,0 0,24 z"
+           id="path3408"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,307.7385,224.5866)"
+           id="g3410"><text
+             transform="translate(-41.02734,4)"
+             id="text3412"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 36.686401 43.360802 50.035198 56.035198 62.709599 66.043198 68.709602 75.384003"
+               y="0"
+               id="tspan3414"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:atLocation</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3416"><path
+             d="m 618.5514,522.0798 157.193,-22.6535"
+             id="path3418"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 780.1626,263.2148 -8.3461,1.8282 0.8559,-5.9386 7.4902,4.1104 z"
+           id="path3420"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3422"><path
+             d="m 783.6626,498.2852 -8.3461,-1.8282 0.8559,5.9386 7.4902,-4.1104 z"
+             id="path3424"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 624.5651,262.0821 121,0 0,-24 -121,0 0,24 z"
+           id="path3426"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,685.0651,250.0821)"
+           id="g3428"><text
+             transform="translate(-55.03125,4)"
+             id="text3430"><tspan
+               x="0 9.9960003 15.996 19.329599 25.329599 32.004002 38.678398 45.352798 51.352798 58.027199 64.701599 68.035202 76.701599 83.375999 90.0504 93.384003 100.0584 106.7328"
+               y="0"
+               id="tspan3432"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">my:snapshotContent</tspan></text>
+</g><path
+           d="m 787.5381,275.5572 131,0 c 2.7614,0 5,-2.2386 5,-5 l 0,-14 c 0,-2.7615 -2.2386,-5 -5,-5 l -131,0 c -2.7614,0 -5,2.2385 -5,5 0,0 0,0 0,0 l 0,14 c 0,2.7614 2.2386,5 5,5 0,0 0,0 0,0 z"
+           id="path3434"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3436"><path
+             d="m 791.0381,485.9428 131,0 c 2.7614,0 5,2.2386 5,5 l 0,14 c 0,2.7615 -2.2386,5 -5,5 l -131,0 c -2.7614,0 -5,-2.2385 -5,-5 0,0 0,0 0,0 l 0,-14 c 0,-2.7614 2.2386,-5 5,-5 0,0 0,0 0,0 z"
+             id="path3438"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,852.5381,264.0572)"
+           id="g3440"><text
+             transform="translate(-37.35938,4)"
+             id="text3442"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 34.6824 41.3568 48.0312 51.364799 58.0392 64.7136 68.047203"
+               y="0"
+               id="tspan3444"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:postContent0</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3446"><path
+             d="M 597.353,513.9931 734,467 720.3882,275.8435"
+             id="path3448"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 716.32,493.6363 -2.4242,-8.1929 5.9848,0.4262 -3.5606,7.7667 z"
+           id="path3450"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3452"><path
+             d="m 719.82,267.8637 -2.4242,8.1929 5.9848,-0.4262 -3.5606,-7.7667 z"
+             id="path3454"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 659.3612,337.0359 137,0 0,-24 -137,0 0,24 z"
+           id="path3456"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,727.8612,325.0359)"
+           id="g3458"><text
+             transform="translate(-63.02637,4)"
+             id="text3460"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 40.027199 46.701599 54.705601 58.701599 61.368 71.363998 78.038399 82.034401 88.034401 96.038399 102.7128 109.3872 113.3832 119.3832"
+               y="0"
+               id="tspan3462"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:hadPrimarySource</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3464"><path
+             d="M 506.9226,509.9967 321.46,386 309.2761,273.0653"
+             id="path3466"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 304.918,496.3886 -2.1246,-8.2757 5.9654,0.6436 -3.8408,7.6321 z"
+           id="path3468"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3470"><path
+             d="m 308.418,265.1114 -2.1246,8.2757 5.9654,-0.6436 -3.8408,-7.6321 z"
+             id="path3472"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 390.4109,298.1087 123,0 0,-24 -123,0 0,24 z"
+           id="path3474"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,451.9109,286.1087)"
+           id="g3476"><text
+             transform="translate(-56.02734,4)"
+             id="text3478"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 59.3568 62.690399 66.686401 69.352798 76.027199 82.701599 86.035202 92.709602 99.384003 105.384"
+               y="0"
+               id="tspan3480"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasAttributedTo</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3482"><path
+             d="M 485.8486,721.7792 249,684.5587 236.9725,644.6019"
+             id="path3484"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 231.1666,124.5586 -0.5667,-8.5252 5.7453,1.7295 -5.1786,6.7957 z"
+           id="path3486"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3488"><path
+             d="m 234.6666,636.9414 -0.5667,8.5252 5.7453,-1.7295 -5.1786,-6.7957 z"
+             id="path3490"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 238.7411,83.11745 93,0 0,-24 -93,0 0,24 z"
+           id="path3492"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,285.2411,71.11745)"
+           id="g3494"><text
+             transform="translate(-41.02734,4)"
+             id="text3496"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 36.686401 43.360802 50.035198 56.035198 62.709599 66.043198 68.709602 75.384003"
+               y="0"
+               id="tspan3498"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:atLocation</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3500"><path
+             d="M 482.2909,729.6818 294.8991,727.1224"
+             id="path3502"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 283.3998,34.48684 7.9583,-3.10897 0.0819,5.99944 -8.0402,-2.89047 z"
+           id="path3504"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3506"><path
+             d="m 286.8998,727.0132 7.9583,3.1089 0.0819,-5.9994 -8.0402,2.8905 z"
+             id="path3508"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 306.6087,45.83673 121,0 0,-24 -121,0 0,24 z"
+           id="path3510"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,367.1087,33.83673)"
+           id="g3512"><text
+             transform="translate(-55.03125,4)"
+             id="text3514"><tspan
+               x="0 9.9960003 15.996 19.329599 25.329599 32.004002 38.678398 45.352798 51.352798 58.027199 64.701599 68.035202 76.701599 83.375999 90.0504 93.384003 100.0584 106.7328"
+               y="0"
+               id="tspan3516"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">my:snapshotContent</tspan></text>
+</g><path
+           d="m 184.3333,46.51279 92.1667,0 c 2.7614,0 5,-2.23858 5,-5 l 0,-14 c 0,-2.76143 -2.2386,-5 -5,-5 l -92.1667,0 c -2.7614,0 -5,2.23857 -5,5 0,0 0,0 0,0 l 0,14 c 0,2.76142 2.2386,5 5,5 0,0 0,0 0,0 z"
+           id="path3518"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3520"><path
+             d="m 187.8333,714.9872 92.1667,0 c 2.7614,0 5,2.2386 5,5 l 0,14 c 0,2.7614 -2.2386,5 -5,5 l -92.1667,0 c -2.7614,0 -5,-2.2386 -5,-5 0,0 0,0 0,0 l 0,-14 c 0,-2.7614 2.2386,-5 5,-5 0,0 0,0 0,0 z"
+             id="path3522"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,229.9166,35.01279)"
+           id="g3524"><text
+             transform="translate(-37.35938,4)"
+             id="text3526"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 34.6824 41.3568 48.0312 51.364799 58.0392 64.7136 68.047203"
+               y="0"
+               id="tspan3528"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:postContent1</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3530"><path
+             d="m 541.3031,704.9872 0.2242,-136.4156"
+             id="path3532"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 538.0404,200.9284 -3.0131,-7.9951 6,-0.01 -2.9869,8.0049 z"
+           id="path3534"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3536"><path
+             d="m 541.5404,560.5716 -3.0131,7.9951 6,0.01 -2.9869,-8.0049 z"
+             id="path3538"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 478.9104,134.3054 117,0 0,-24 -117,0 0,24 z"
+           id="path3540"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,537.4104,122.3054)"
+           id="g3542"><text
+             transform="translate(-53.35254,4)"
+             id="text3544"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.6856 63.360001 69.360001 72.026398 78.026398 80.692802 87.367203 94.041603 103.3752"
+               y="0"
+               id="tspan3546"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasRevisionOf</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3548"><path
+             d="M 579.8023,711.2894 628.5654,687 l 0,-69 -54.9835,-53.6234"
+             id="path3550"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 564.3547,202.7089 3.6326,-7.7333 4.1892,4.2955 -7.8218,3.4378 z"
+           id="path3552"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3554"><path
+             d="m 567.8547,558.7911 3.6326,7.7333 4.1892,-4.2955 -7.8218,-3.4378 z"
+             id="path3556"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 552.0654,101.4413 145,0 0,-24.00001 -145,0 0,24.00001 z"
+           id="path3558"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,624.5654,89.44129)"
+           id="g3560"><text
+             transform="translate(-67.36523,4)"
+             id="text3562"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 62.697601 69.372002 75.372002 78.038399 84.712799 87.379204 90.045601 96.045601 102.72 106.0536 108.72 115.3944 122.0688 131.4024"
+               y="0"
+               id="tspan3564"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasSpecializationOf</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3566"><path
+             d="M 522.829,706.3147 307,423.2711 l 1.1391,-150.149"
+             id="path3568"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 304.6998,496.3777 -3.0606,-7.9771 5.9998,-0.0455 -2.9392,8.0226 z"
+           id="path3570"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3572"><path
+             d="m 308.1998,265.1223 -3.0606,7.9771 5.9998,0.0455 -2.9392,-8.0226 z"
+             id="path3574"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 387.2059,159.6465 123,0 0,-24 -123,0 0,24 z"
+           id="path3576"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,448.7059,147.6465)"
+           id="g3578"><text
+             transform="translate(-56.02734,4)"
+             id="text3580"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 59.3568 62.690399 66.686401 69.352798 76.027199 82.701599 86.035202 92.709602 99.384003 105.384"
+               y="0"
+               id="tspan3582"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasAttributedTo</tspan></text>
+</g><path
+           d="m 945.2048,442.3456 c 0,12.5043 -2.341,14.0514 -19.4416,26.4264 l -0.1807,0.128 c -17.1909,12.5044 -17.3697,12.5044 -35.0123,12.5044 -23.4914,0 -129.6989,0 -129.6989,0 l 0,-132 184.3335,0 0,92.9412 z"
+           id="path3584"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3586"><path
+             d="m 948.7048,319.1544 c 0,-12.5043 -2.341,-14.0514 -19.4416,-26.4264 l -0.1807,-0.128 c -17.1909,-12.5044 -17.3697,-12.5044 -35.0123,-12.5044 -23.4914,0 -129.6989,0 -129.6989,0 l 0,132 184.3335,0 0,-92.9412 z m 0,-0.6441 c 0,-11.8602 -0.1806,-11.8602 -36.992,-11.8602 l 0,0 c 0,-26.4251 0,-26.5545 -16.5624,-26.5545"
+             id="path3588"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,852.5381,415.9044)"
+           id="g3590"><text
+             transform="translate(-87.16675,-24)"
+             id="text3592"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 59.3568 66.031197 70.027199 73.360802 80.035202 86.709602 94.7136 98.047203 105.0552 109.3152 115.9896 122.664 128.4528 135.1272 139.1232 145.79761 152.472 156.468 163.1424"
+               y="0"
+               id="tspan3594"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasStartedAt=&quot;2011-07-16</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,852.5381,415.9044)"
+           id="g3596"><text
+             transform="translate(-87.16675,-10)"
+             id="text3598"><tspan
+               x="0 7.3295999 14.004 20.6784 24.011999 30.686399 37.360802 40.694401 47.368801 54.043201 61.372799 65.632797 71.263199 76.8936 82.8936 88.8936 95.568001 98.901604 105.576 112.2504 115.584 122.2584 129.1488 131.8152 141.8112"
+               y="0"
+               id="tspan3600"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">T01:01:01Z&quot;^^xsd:dateTime</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,852.5381,415.9044)"
+           id="g3602"><text
+             transform="translate(-87.16675,18)"
+             id="text3604"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 62.697601 69.372002 76.046402 82.720802 90.7248 94.058403 101.0664 105.3264 112.0008 118.6752 124.464 131.1384 135.1344 141.80881 148.4832 152.4792 159.15359 165.828"
+               y="0"
+               id="tspan3606"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasEndedAt=&quot;2011-07-16T</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,852.5381,415.9044)"
+           id="g3608"><text
+             transform="translate(-87.16675,32)"
+             id="text3610"><tspan
+               x="0 6.6743999 13.3488 16.6824 23.3568 30.0312 33.364799 40.0392 46.7136 54.043201 58.3032 63.933601 69.564003 75.564003 81.564003 88.238403 91.571999 98.246399 104.9208 108.2544 114.9288 121.8192 124.4856 134.4816"
+               y="0"
+               id="tspan3612"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">01:52:02Z&quot;^^xsd:dateTime</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3614"><path
+             d="m 614.494,346.0956 149.3773,0"
+             id="path3616"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3618"><path
+             d="M 502.3316,320.868 349.5286,242.7298"
+             id="path3620"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 338.9058,522.4126 5.7569,-6.3134 2.7317,5.3421 -8.4886,0.9713 z"
+           id="path3622"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3624"><path
+             d="m 342.4058,239.0874 5.7569,6.3134 2.7317,-5.3421 -8.4886,-0.9713 z"
+             id="path3626"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 342.2632,496.8887 141,0 0,-24 -141,0 0,24 z"
+           id="path3628"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,412.7632,484.8887)"
+           id="g3630"><text
+             transform="translate(-65.3584,4)"
+             id="text3632"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 62.023201 68.023201 74.697601 80.697601 83.363998 90.038399 93.372002 100.0464 106.7208 118.0464 120.7128 124.0464"
+               y="0"
+               id="tspan3634"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasAssociatedWith</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3636"><path
+             d="M 583.443,322.1717 568.1298,167.8584"
+             id="path3638"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 563.8398,601.6025 -2.1953,-8.2571 5.9707,0.5925 -3.7754,7.6646 z"
+           id="path3640"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3642"><path
+             d="m 567.3398,159.8975 -2.1953,8.2571 5.9707,-0.5925 -3.7754,-7.6646 z"
+             id="path3644"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 497.9004,563.1067 141,0 0,-24 -141,0 0,24 z"
+           id="path3646"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,568.4004,551.1067)"
+           id="g3648"><text
+             transform="translate(-65.3584,4)"
+             id="text3650"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 62.023201 68.023201 74.697601 80.697601 83.363998 90.038399 93.372002 100.0464 106.7208 118.0464 120.7128 124.0464"
+               y="0"
+               id="tspan3652"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasAssociatedWith</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3654"><path
+             d="m 585.6411,320.836 89.6846,-54.5008"
+             id="path3656"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 678.6623,499.3194 -8.3946,-1.5909 3.116,-5.1274 5.2786,6.7183 z"
+           id="path3658"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3660"><path
+             d="m 682.1623,262.1806 -8.3946,1.5909 3.116,5.1274 5.2786,-6.7183 z"
+             id="path3662"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 592.3247,478.7988 63,0 0,-24 -63,0 0,24 z"
+           id="path3664"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,623.8247,466.7988)"
+           id="g3666"><text
+             transform="translate(-26.34961,4)"
+             id="text3668"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 39.352798 46.027199"
+               y="0"
+               id="tspan3670"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:used</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3672"><path
+             d="M 582.3432,371.5585 626,478.435 585.4445,504.7322"
+             id="path3674"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 575.2321,252.4153 8.3446,1.8353 -3.2644,5.0343 -5.0802,-6.8696 z"
+           id="path3676"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3678"><path
+             d="m 578.7321,509.0847 8.3446,-1.8353 -3.2644,-5.0343 -5.0802,6.8696 z"
+             id="path3680"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 549.4263,361.8442 91,0 0,-24 -91,0 0,24 z"
+           id="path3682"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,594.9263,349.8442)"
+           id="g3684"><text
+             transform="translate(-40.3623,4)"
+             id="text3686"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 40.027199 46.701599 53.375999 57.372002 64.046402 67.379997 74.054398"
+               y="0"
+               id="tspan3688"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:generated</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3690"><path
+             d="M 473.494,346.0956 390,336 315.61,269.8036"
+             id="path3692"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 306.1336,497.0145 3.9821,-7.5592 3.9886,4.4823 -7.9707,3.0769 z"
+           id="path3694"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3696"><path
+             d="m 309.6336,264.4855 3.9821,7.5592 3.9886,-4.4823 -7.9707,-3.0769 z"
+             id="path3698"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 318.5836,448.6039 111,0 0,-24 -111,0 0,24 z"
+           id="path3700"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,374.0836,436.6039)"
+           id="g3702"><text
+             transform="translate(-50.35547,4)"
+             id="text3704"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 59.3568 66.031197 70.027199 73.360802 80.035202 86.709602 94.7136"
+               y="0"
+               id="tspan3706"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasStartedBy</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3708"><path
+             d="M 504.6044,320.632 472.0317,240 350.6133,238.3564"
+             id="path3710"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 339.114,523.2519 7.9587,-3.108 0.0812,5.9994 -8.0399,-2.8914 z"
+           id="path3712"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-3.5,761.5)"
+           id="g3714"><path
+             d="m 342.614,238.2481 7.9587,3.108 0.0812,-5.9994 -8.0399,2.8914 z"
+             id="path3716"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 386.2038,534.3835 107,0 0,-24 -107,0 0,24 z"
+           id="path3718"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,439.7038,522.3835)"
+           id="g3720"><text
+             transform="translate(-48.36035,4)"
+             id="text3722"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 62.697601 69.372002 76.046402 82.720802 90.7248"
+               y="0"
+               id="tspan3724"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasEndedBy</tspan></text>
+</g></g></g></g></svg>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/diagrams/expanded-terms-example-bundlePost1.svg	Thu Jul 12 11:09:02 2012 +0100
@@ -0,0 +1,432 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   version="1.1"
+   width="922.5"
+   height="502.5"
+   id="svg3004"
+   xml:space="preserve"><metadata
+     id="metadata3010"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs3008"><clipPath
+       id="clipPath3020"><path
+         d="M 0,0 738,0 738,402 0,402 0,0 z"
+         id="path3022" /></clipPath></defs><g
+     transform="matrix(1.25,0,0,-1.25,0,502.5)"
+     id="g3012"><g
+       id="g3014" /><g
+       id="g3016"><g
+         clip-path="url(#clipPath3020)"
+         id="g3018"><path
+           d="m -2.5,411.5 1118,0 0,-783 -1118,0 0,783 z"
+           id="path3024"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
+           d="m 2.5,399.5 734,0 0,-398 -734,0 0,398 z"
+           id="path3026"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3028"><path
+             d="m 4,11 734,0 0,398 L 4,409 4,11 z"
+             id="path3030"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,369,201)"
+           id="g3032"><text
+             transform="translate(-362,-183)"
+             id="text3034"><tspan
+               x="0 3.3336 10.008 16.6824 23.3568 30.0312 32.697601 39.372002 47.375999 54.0504 60.0504 63.383999"
+               y="0"
+               id="tspan3036"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:bundlePost1</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,369,201)"
+           id="g3038"><text
+             transform="translate(-362,-169)"
+             id="text3040"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 63.043201 69.717598 76.391998 83.066399 85.732803"
+               y="0"
+               id="tspan3042"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:bundle</tspan></text>
+</g><path
+           d="m 564.5,253.5939 0,33.35 38,16.65 38,-16.65 0,-33.35 -76,0 z"
+           id="path3044"
+           style="fill:#ffd479;fill-opacity:0.38999999;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3046"><path
+             d="m 566,156.9061 0,-33.35 38,-16.65 38,16.65 0,33.35 -76,0 z"
+             id="path3048"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,602,279.0939)"
+           id="g3050"><text
+             transform="translate(-21.00879,12.3)"
+             id="text3052"><tspan
+               x="0 3.3336 13.3296 20.004 26.6784 29.344801 35.344799"
+               y="0"
+               id="tspan3054"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:monica</tspan></text>
+</g><path
+           d="m 724.5,170.9042 c 0,8.3113 -3.0988,9.3396 -25.7346,17.5649 l -0.2392,0.0851 c -22.7554,8.3114 -22.9921,8.3114 -46.3453,8.3114 -31.0954,0 -171.6809,0 -171.6809,0 l 0,-87.737 244,0 0,61.7756 z"
+           id="path3056"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3058"><path
+             d="m 726,239.5958 c 0,-8.3113 -3.0988,-9.3396 -25.7346,-17.5649 l -0.2392,-0.0851 c -22.7554,-8.3114 -22.9921,-8.3114 -46.3453,-8.3114 -31.0954,0 -171.6809,0 -171.6809,0 l 0,87.737 244,0 0,-61.7756 z m 0,-0.4282 c 0,-7.8831 -0.2391,-7.8831 -48.9659,-7.8831 l 0,0 c 0,-17.5641 0,-17.6501 -21.9234,-17.6501"
+             id="path3060"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,602,153.4971)"
+           id="g3062"><text
+             transform="translate(-117,-24)"
+             id="text3064"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 64.372803 71.047203 75.043198 81.043198 87.717598 94.391998 97.725601 101.0592 104.3928 111.0672 117.7416 121.0752 124.4088 132.4128 139.0872 143.08321 149.08321 155.7576"
+               y="0"
+               id="tspan3066"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:Person, foaf:Person</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,602,153.4971)"
+           id="g3068"><text
+             transform="translate(-117,4)"
+             id="text3070"><tspan
+               x="0 3.3336 10.008 16.6824 20.016001 23.3496 30.024 32.690399 38.690399 45.364799 52.0392 60.705601 67.379997 77.375999 84.0504 91.058403 95.318398 105.3144 111.9888 118.6632 121.3296 127.3296 134.004 138.26401 143.89439 149.5248 155.5248 161.5248 168.1992 171.53281 177.53281 180.86639 184.8624 187.52879 194.2032"
+               y="0"
+               id="tspan3072"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">foaf:givenName=&quot;Monica&quot;^^xsd:string</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,602,153.4971)"
+           id="g3074"><text
+             transform="translate(-117,32)"
+             id="text3076"><tspan
+               x="0 3.3336 10.008 16.6824 20.016001 23.3496 33.3456 40.02 46.694401 52.694401 59.7024 66.710403 76.706398 83.380798 86.047203 88.7136 92.047203 98.721603 102.0552 112.0512 118.7256 125.4 128.06641 134.06641 140.7408 152.922 159.59641 165.59641 172.2708 182.2668 188.94119 191.6076 198.282 201.6156 208.28999 212.286 218.9604"
+               y="0"
+               id="tspan3078"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">foaf:mbox=&lt;mailto:monica@example.org&gt;</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3080"><path
+             d="m 604,156.9061 0,56.2283"
+             id="path3082"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 376.3657,185.2197 c 22.8458,-9.7631 22.8458,-25.5922 0,-35.3553 -22.8457,-9.7631 -59.8857,-9.7631 -82.7314,0 -22.8458,9.7631 -22.8458,25.5922 0,35.3553 22.8457,9.7632 59.8857,9.7632 82.7314,0"
+           id="path3084"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3086"><path
+             d="m 377.8657,225.2803 c 22.8458,9.7631 22.8458,25.5922 0,35.3553 -22.8457,9.7631 -59.8857,9.7631 -82.7314,0 -22.8458,-9.7631 -22.8458,-25.5922 0,-35.3553 22.8457,-9.7632 59.8857,-9.7632 82.7314,0"
+             id="path3088"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,334.5,168.0421)"
+           id="g3090"><text
+             transform="translate(-26.35547,4)"
+             id="text3092"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 32.690399 39.364799 46.0392"
+               y="0"
+               id="tspan3094"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:post9822</tspan></text>
+</g><path
+           d="m 442.9311,81.39291 c 0,8.31132 -2.7425,9.3396 -22.7756,17.56493 l -0.2116,0.08511 c -20.139,8.31135 -20.3485,8.31135 -41.0165,8.31135 -27.5199,0 -151.9406,0 -151.9406,0 l 0,-87.73698 215.9443,0 0,61.77559 z"
+           id="path3096"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3098"><path
+             d="m 444.4311,329.1071 c 0,-8.3113 -2.7425,-9.3396 -22.7756,-17.5649 l -0.2116,-0.0851 c -20.139,-8.3114 -20.3485,-8.3114 -41.0165,-8.3114 -27.5199,0 -151.9406,0 -151.9406,0 l 0,87.737 215.9443,0 0,-61.7756 z m 0,-0.4282 c 0,-7.8831 -0.2116,-7.8831 -43.3357,-7.8831 l 0,0 c 0,-17.5641 0,-17.6501 -19.4026,-17.6501"
+             id="path3100"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,334.459,63.98579)"
+           id="g3102"><text
+             transform="translate(-102.9722,-17)"
+             id="text3104"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 35.690399 38.3568 45.0312 51.0312 54.364799 62.368801 69.043198 75.043198"
+               y="0"
+               id="tspan3106"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=sioc:Post</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,334.459,63.98579)"
+           id="g3108"><text
+             transform="translate(-102.9722,11)"
+             id="text3110"><tspan
+               x="0 6 8.6664 15.3408 21.340799 24.6744 28.007999 30.6744 34.007999 36.6744 43.348801 50.3568 53.690399 57.950401 67.946404 74.620796 78.616798 85.291199 88.624802 94.624802 98.620796 101.2872 111.2832 117.9576 121.2912 127.9656 134.64 141.31441 147.9888 154.66319 161.3376 167.3376 170.6712 173.3376 180.01199"
+               y="0"
+               id="tspan3112"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">sioc:title= &quot;More crime happens in </tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,334.459,63.98579)"
+           id="g3114"><text
+             transform="translate(-102.9722,25)"
+             id="text3116"><tspan
+               x="0 6 8.6664 12 14.6664 21.340799 27.340799 30.6744 34.670399 38.004002 44.678398 48.6744 52.007999 58.6824 65.356796 75.352798 85.348801 88.015198 94.689598 100.6896 104.6856 108.9456 114.576 120.2064 126.2064 132.20641 138.8808 142.2144 148.2144 151.548 155.54401 158.2104 164.8848"
+               y="0"
+               id="tspan3118"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">cities (for dummies)&quot;^^xsd:string</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3120"><path
+             d="m 336.4899,268.4579 -0.0134,34.1878"
+             id="path3122"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3124"><path
+             d="M 287.134,256.8344 162.5306,291.8596"
+             id="path3126"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 153.3291,116.4755 8.5134,-0.7232 -1.6237,5.7761 -6.8897,-5.0529 z"
+           id="path3128"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3130"><path
+             d="m 154.8291,294.0245 8.5134,0.7232 -1.6237,-5.7761 -6.8897,5.0529 z"
+             id="path3132"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 173.0968,147.7435 93,0 0,-24 -93,0 0,24 z"
+           id="path3134"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,219.5968,135.7435)"
+           id="g3136"><text
+             transform="translate(-41.02734,4)"
+             id="text3138"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 36.686401 43.360802 50.035198 56.035198 62.709599 66.043198 68.709602 75.384003"
+               y="0"
+               id="tspan3140"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:atLocation</tspan></text>
+</g><path
+           d="m 15.5,132.5 131,0 c 2.7614,0 5,-2.2386 5,-5 l 0,-23.0773 c 0,-2.7614 -2.2386,-4.99997 -5,-4.99997 l -131,0 c -2.76142,0 -5,2.23857 -5,4.99997 0,0 0,0 0,0 l 0,23.0773 c 0,2.7614 2.23858,5 5,5 0,0 0,0 0,0 z"
+           id="path3142"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3144"><path
+             d="m 17,278 131,0 c 2.7614,0 5,2.2386 5,5 l 0,23.0773 c 0,2.7614 -2.2386,5 -5,5 l -131,0 c -2.76142,0 -5,-2.2386 -5,-5 0,0 0,0 0,0 L 12,283 c 0,-2.7614 2.23858,-5 5,-5 0,0 0,0 0,0 z"
+             id="path3146"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,80.5,116.4614)"
+           id="g3148"><text
+             transform="translate(-59.01855,-3)"
+             id="text3150"><tspan
+               x="0 3.3336 13.3296 20.004 24 30.6744 34.670399 40.670399 44.666401 47.332802 57.3288 64.003197 67.999199 74.673599 81.348 88.0224 94.6968 101.3712 108.0456 114.0456"
+               y="0"
+               id="tspan3152"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:more-crime-happens-</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,80.5,116.4614)"
+           id="g3154"><text
+             transform="translate(-55.67578,11)"
+             id="text3156"><tspan
+               x="0 2.6664 9.3408003 13.3368 19.3368 22.003201 25.3368 28.003201 34.677601 40.677601 44.673599 48.007198 54.681599 58.677601 62.673599 69.348 76.0224 86.018402 96.014397 98.680801 105.3552"
+               y="0"
+               id="tspan3158"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">in-cities-for-dummies</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3160"><path
+             d="M 281.4132,233.8766 123.9348,207.9157"
+             id="path3162"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 114.5414,203.8856 7.4054,-4.2613 0.976,5.9201 -8.3814,-1.6588 z"
+           id="path3164"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3166"><path
+             d="m 116.0414,206.6144 7.4054,4.2613 0.976,-5.9201 -8.3814,1.6588 z"
+             id="path3168"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 134.5234,203.0354 121,0 0,-24 -121,0 0,24 z"
+           id="path3170"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,195.0234,191.0354)"
+           id="g3172"><text
+             transform="translate(-55.03125,4)"
+             id="text3174"><tspan
+               x="0 9.9960003 15.996 19.329599 25.329599 32.004002 38.678398 45.352798 51.352798 58.027199 64.701599 68.035202 76.701599 83.375999 90.0504 93.384003 100.0584 106.7328"
+               y="0"
+               id="tspan3176"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">my:snapshotContent</tspan></text>
+</g><path
+           d="m 15.5,216.1947 92.1667,0 c 2.7614,0 5,-2.2386 5,-5 l 0,-14 c 0,-2.7615 -2.2386,-5 -5,-5 l -92.1667,0 c -2.76142,0 -5,2.2385 -5,5 0,0 0,0 0,0 l 0,14 c 0,2.7614 2.23858,5 5,5 0,0 0,0 0,0 z"
+           id="path3178"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3180"><path
+             d="m 17,194.3053 92.1667,0 c 2.7614,0 5,2.2386 5,5 l 0,14 c 0,2.7615 -2.2386,5 -5,5 l -92.1667,0 c -2.76142,0 -5,-2.2385 -5,-5 0,0 0,0 0,0 l 0,-14 c 0,-2.7614 2.23858,-5 5,-5 0,0 0,0 0,0 z"
+             id="path3182"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,61.08333,204.6947)"
+           id="g3184"><text
+             transform="translate(-37.35938,4)"
+             id="text3186"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 34.6824 41.3568 48.0312 51.364799 58.0392 64.7136 68.047203"
+               y="0"
+               id="tspan3188"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:postContent2</tspan></text>
+</g><path
+           d="m 376.3657,371.1776 c 22.8458,-9.763 22.8458,-25.5922 0,-35.3552 -22.8457,-9.7632 -59.8857,-9.7632 -82.7314,0 -22.8458,9.763 -22.8458,25.5922 0,35.3552 22.8457,9.7632 59.8857,9.7632 82.7314,0"
+           id="path3190"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3192"><path
+             d="m 377.8657,39.32235 c 22.8458,9.7631 22.8458,25.5922 0,35.3553 -22.8457,9.76315 -59.8857,9.76315 -82.7314,0 -22.8458,-9.7631 -22.8458,-25.5922 0,-35.3553 22.8457,-9.76315 59.8857,-9.76315 82.7314,0"
+             id="path3194"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,334.5,354)"
+           id="g3196"><text
+             transform="translate(-32.69238,4)"
+             id="text3198"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 32.690399 39.364799 46.0392 52.7136 58.7136"
+               y="0"
+               id="tspan3200"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:post9821v2</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3202"><path
+             d="M 336.5034,217.4579 336.52,92.40001"
+             id="path3204"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 335.0211,326.1 -3.0011,-7.9996 6,-8e-4 -2.9989,8.0004 z"
+           id="path3206"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3208"><path
+             d="m 336.5211,84.40001 -3.0011,7.9996 6,8e-4 -2.9989,-8.0004 z"
+             id="path3210"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 286.0151,293.6957 97,0 0,-24 -97,0 0,24 z"
+           id="path3212"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,334.5151,281.6957)"
+           id="g3214"><text
+             transform="translate(-43.02246,4)"
+             id="text3216"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 36.019199 39.352798 46.027199 50.023201 56.697601 63.372002 66.705597 73.379997 82.7136"
+               y="0"
+               id="tspan3218"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:alternateOf</tspan></text>
+</g><path
+           d="m 217.4868,318.567 c 25.1889,-9.7631 25.1889,-25.5922 0,-35.3553 -25.1888,-9.7632 -66.0279,-9.7632 -91.2167,0 -25.1889,9.7631 -25.1889,25.5922 0,35.3553 25.1888,9.7631 66.0279,9.7631 91.2167,0"
+           id="path3220"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3222"><path
+             d="m 218.9868,91.93304 c 25.1889,9.76306 25.1889,25.59216 0,35.35526 -25.1888,9.7632 -66.0279,9.7632 -91.2167,0 -25.1889,-9.7631 -25.1889,-25.5922 0,-35.35526 25.1888,-9.76315 66.0279,-9.76315 91.2167,0"
+             id="path3224"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,171.3784,301.3893)"
+           id="g3226"><text
+             transform="translate(-33.99902,-3)"
+             id="text3228"><tspan
+               x="0 3.3336 13.3296 20.004 24 30.6744 34.670399 40.670399 44.666401 47.332802 57.3288 64.003197"
+               y="0"
+               id="tspan3230"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:more-crime-</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,171.3784,301.3893)"
+           id="g3232"><text
+             transform="translate(-45.35742,11)"
+             id="text3234"><tspan
+               x="0 6.6743999 13.3488 20.023199 26.697599 33.372002 40.046398 46.046398 50.0424 52.708801 59.383202 63.3792 69.379204 72.045601 75.379204 78.045601 84.720001"
+               y="0"
+               id="tspan3236"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">happens-in-cities</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3238"><path
+             d="m 309.0023,220.4806 -99.937,-81.6911"
+             id="path3240"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 201.3713,276.7736 4.2953,-7.3858 3.7973,4.6454 -8.0926,2.7404 z"
+           id="path3242"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3244"><path
+             d="m 202.8713,133.7264 4.2953,7.3858 3.7973,-4.6454 -8.0926,-2.7404 z"
+             id="path3246"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 182.8213,254.1652 122,0 0,-24 -122,0 0,24 z"
+           id="path3248"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,243.8213,242.1652)"
+           id="g3250"><text
+             transform="translate(-55.69336,4)"
+             id="text3252"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 32.678398 39.352798 46.027199 52.027199 54.6936 61.368 64.034401 66.700798 72.700798 79.375198 82.708801 85.375198 92.049599 98.723999 108.0576"
+               y="0"
+               id="tspan3254"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:specializationOf</tspan></text>
+</g><path
+           d="m 542.7248,354.1374 c 22.8458,-9.7631 22.8458,-25.5922 0,-35.3553 -22.8456,-9.7631 -59.8857,-9.7631 -82.7314,0 -22.8458,9.7631 -22.8458,25.5922 0,35.3553 22.8457,9.7632 59.8858,9.7632 82.7314,0"
+           id="path3256"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3258"><path
+             d="m 544.2248,56.36259 c 22.8458,9.7631 22.8458,25.5922 0,35.3553 -22.8456,9.76311 -59.8857,9.76311 -82.7314,0 -22.8458,-9.7631 -22.8458,-25.5922 0,-35.3553 22.8457,-9.76315 59.8858,-9.76315 82.7314,0"
+             id="path3260"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,500.8591,336.9598)"
+           id="g3262"><text
+             transform="translate(-39.0293,-3)"
+             id="text3264"><tspan
+               x="0 3.3336 10.008 16.6824 23.3568 27.3528 34.027199 40.701599 47.375999 50.709599 57.383999 64.058403 72.062401"
+               y="0"
+               id="tspan3266"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:aggregatedBy</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,500.8591,336.9598)"
+           id="g3268"><text
+             transform="translate(-22.01367,11)"
+             id="text3270"><tspan
+               x="0 8.6664 15.3408 22.0152 24.681601 31.356001 38.030399"
+               y="0"
+               id="tspan3272"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">Regions</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3274"><path
+             d="M 359.556,219.5544 472.8977,104.5042"
+             id="path3276"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 477.0121,311.6948 -7.7515,-3.5936 4.2742,-4.2108 3.4773,7.8044 z"
+           id="path3278"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3280"><path
+             d="m 478.5121,98.80523 -7.7515,3.59357 4.2742,4.2108 3.4773,-7.80437 z"
+             id="path3282"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 352.8771,263.6609 128,0 0,-24 -128,0 0,24 z"
+           id="path3284"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,416.8771,251.6609)"
+           id="g3286"><text
+             transform="translate(-58.69922,4)"
+             id="text3288"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 51.352798 58.027199 64.027199 70.701599 77.375999 84.0504 90.0504 96.7248 103.3992 111.4032"
+               y="0"
+               id="tspan3290"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasInfluencedBy</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3292"><path
+             d="M 383.72,227.7678 594.0998,160.0914"
+             id="path3294"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 600.2155,252.8585 -8.5344,0.406 1.8374,-5.7118 6.697,5.3058 z"
+           id="path3296"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-1.5,410.5)"
+           id="g3298"><path
+             d="m 601.7155,157.6415 -8.5344,-0.406 1.8374,5.7118 6.697,-5.3058 z"
+             id="path3300"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 439.1018,233.4749 123,0 0,-24 -123,0 0,24 z"
+           id="path3302"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,500.6018,221.4749)"
+           id="g3304"><text
+             transform="translate(-56.02734,4)"
+             id="text3306"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 59.3568 62.690399 66.686401 69.352798 76.027199 82.701599 86.035202 92.709602 99.384003 105.384"
+               y="0"
+               id="tspan3308"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasAttributedTo</tspan></text>
+</g></g></g></g></svg>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/diagrams/expanded-terms-example-bundlePost2.svg	Thu Jul 12 11:09:02 2012 +0100
@@ -0,0 +1,587 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   version="1.1"
+   width="887.5"
+   height="660"
+   id="svg3348"
+   xml:space="preserve"><metadata
+     id="metadata3354"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs3352"><clipPath
+       id="clipPath3364"><path
+         d="M 0,0 710,0 710,528 0,528 0,0 z"
+         id="path3366" /></clipPath></defs><g
+     transform="matrix(1.25,0,0,-1.25,0,660)"
+     id="g3356"><g
+       id="g3358" /><g
+       id="g3360"><g
+         clip-path="url(#clipPath3364)"
+         id="g3362"><path
+           d="m -3.5,536.5 1677,0 0,-783 -1677,0 0,783 z"
+           id="path3368"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
+           d="m 2.5,525.1381 706,0 0,-523.319069 -706,0 0,523.319069 z"
+           id="path3370"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3372"><path
+             d="m 5,10.36188 706,0 0,523.31912 -706,0 0,-523.31912 z"
+             id="path3374"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,355,263.9786)"
+           id="g3376"><text
+             transform="translate(-348,-245.6595)"
+             id="text3378"><tspan
+               x="0 3.3336 10.008 16.6824 23.3568 30.0312 32.697601 39.372002 47.375999 54.0504 60.0504 63.383999"
+               y="0"
+               id="tspan3380"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:bundlePost2</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,355,263.9786)"
+           id="g3382"><text
+             transform="translate(-348,-231.6595)"
+             id="text3384"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 36.364799 40.360802 47.035198 53.035198 56.368801 63.043201 69.717598 76.391998 83.066399 85.732803"
+               y="0"
+               id="tspan3386"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=prov:bundle</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,355,263.9786)"
+           id="g3388"><text
+             transform="translate(-348,-217.6595)"
+             id="text3390"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 40.027199 46.027199 54.0312 60.705601 67.379997 74.054398 77.388 84.062401 87.396004 90.062401 96.736801 103.4112 110.4192 113.7528 120.4272 127.1016 130.4352 137.1096 147.10561 153.78 160.45441 167.1288 175.1328 181.1328 189.1368 195.8112 199.80721 205.80721 212.4816"
+               y="0"
+               id="tspan3392"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:hasAnnotation=:noteMadeByParser</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3394"><path
+             d="M 457.0294,186.5405 481.811,90.1652"
+             id="path3396"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 622.4443,81.85068 0,33.35002 32.5,16.65 32.5,-16.65 0,-33.35002 -65,0 z"
+           id="path3398"
+           style="fill:#ffd479;fill-opacity:0.38999999;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3400"><path
+             d="m 624.9443,453.6493 0,-33.35 32.5,-16.65 32.5,16.65 0,33.35 -65,0 z"
+             id="path3402"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,654.4443,107.3507)"
+           id="g3404"><text
+             transform="translate(-13.01074,12.3)"
+             id="text3406"><tspan
+               x="0 3.3336 5.9952002 12.6648 19.3344"
+               y="0"
+               id="tspan3408"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:john</tspan></text>
+</g><path
+           d="m 342.3657,341.3016 c 22.8458,-9.7631 22.8458,-25.5922 0,-35.3553 -22.8457,-9.7632 -59.8857,-9.7632 -82.7314,0 -22.8458,9.7631 -22.8458,25.5922 0,35.3553 22.8457,9.7631 59.8857,9.7631 82.7314,0"
+           id="path3410"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3412"><path
+             d="m 344.8657,194.1984 c 22.8458,9.7631 22.8458,25.5922 0,35.3553 -22.8457,9.7632 -59.8857,9.7632 -82.7314,0 -22.8458,-9.7631 -22.8458,-25.5922 0,-35.3553 22.8457,-9.7631 59.8857,-9.7631 82.7314,0"
+             id="path3414"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,300.5,324.1239)"
+           id="g3416"><text
+             transform="translate(-20.01855,4)"
+             id="text3418"><tspan
+               x="0 3.3336 10.0032 16.6728 23.3424 26.676001 33.3456"
+               y="0"
+               id="tspan3420"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:quote1</tspan></text>
+</g><path
+           d="m 387.3945,446.3869 c 0,6.551 -2.3876,7.3614 -19.8284,13.8446 l -0.1842,0.0671 c -17.5329,6.5509 -17.7152,6.5509 -35.7087,6.5509 -23.9587,0 -132.2787,0 -132.2787,0 l 0,-69.1537 188,0 0,48.6911 z"
+           id="path3422"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3424"><path
+             d="m 389.8945,89.11308 c 0,-6.55093 -2.3876,-7.36141 -19.8284,-13.84457 l -0.1842,-0.06708 C 352.349,68.6505 352.1667,68.6505 334.1732,68.6505 c -23.9587,0 -132.2787,0 -132.2787,0 l 0,69.1537 188,0 0,-48.69112 z m 0,-0.33747 c 0,-6.21346 -0.1842,-6.21346 -37.7278,-6.21346 l 0,0 c 0,-13.84388 0,-13.91165 -16.8918,-13.91165"
+             id="path3426"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,292.8945,432.7727)"
+           id="g3428"><text
+             transform="translate(-72.33691,-10)"
+             id="text3430"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 32.678398 39.352798 42.019199 48.6936 55.368 62.375999 66.636002 74.639999 81.3144 87.9888 90.655197 96.655197 102.6552 105.3216 111.3216 114.6552 121.3296 124.6632 127.9968 131.3304 138.00481 144.6792"
+               y="0"
+               id="tspan3432"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:value=&quot;Analysis of the </tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,292.8945,432.7727)"
+           id="g3434"><text
+             transform="translate(-84.71777,4)"
+             id="text3436"><tspan
+               x="0 6.6743999 13.3488 16.6824 23.3568 29.3568 36.0312 39.364799 45.364799 48.698399 55.372799 62.047199 72.043198 78.717598 85.391998 91.391998 94.725601 98.721603 105.396 108.7296 115.404 118.7376 122.0712 128.74561 135.42 138.7536 142.0872 145.42081 152.0952 158.76961 162.76559 169.44"
+               y="0"
+               id="tspan3438"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">datasets demonstrate that there </tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,292.8945,432.7727)"
+           id="g3440"><text
+             transform="translate(-38.13281,18)"
+             id="text3442"><tspan
+               x="0 2.6664 8.6664 12 21.996 28.670401 32.666401 39.340801 42.6744 48.6744 52.670399 55.3368 65.332802 72.007202"
+               y="0"
+               id="tspan3444"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">is more crime&quot;</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3446"><path
+             d="m 301.7158,186.3884 -3.366,-48.0854"
+             id="path3448"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 145.3684,434.4967 c 27.5321,-9.7631 27.5321,-25.5922 0,-35.3553 -27.532,-9.7631 -72.17004,-9.7631 -99.70198,0 -27.53208,9.7631 -27.53208,25.5922 0,35.3553 27.53194,9.7632 72.16998,9.7632 99.70198,0"
+           id="path3450"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3452"><path
+             d="m 147.8684,101.0033 c 27.5321,9.7631 27.5321,25.5922 0,35.3553 -27.532,9.7631 -72.17004,9.7631 -99.70198,0 -27.53208,-9.7631 -27.53208,-25.5922 0,-35.3553 27.53194,-9.76318 72.16998,-9.76318 99.70198,0"
+             id="path3454"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,95.0174,417.3191)"
+           id="g3456"><text
+             transform="translate(-32.69238,4)"
+             id="text3458"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 32.690399 39.364799 46.0392 52.7136 58.7136"
+               y="0"
+               id="tspan3460"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:post9821v1</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3462"><path
+             d="M 262.9328,193.4715 150.9472,142.6657"
+             id="path3464"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 141.1619,396.1395 6.0458,-6.0372 2.4789,5.464 -8.5247,0.5732 z"
+           id="path3466"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3468"><path
+             d="m 143.6619,139.3605 6.0458,6.0372 2.4789,-5.464 -8.5247,-0.5732 z"
+             id="path3470"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 139.994,380.3606 126,0 0,-24 -126,0 0,24 z"
+           id="path3472"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,202.994,368.3606)"
+           id="g3474"><text
+             transform="translate(-57.68848,4)"
+             id="text3476"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 57.352798 64.027199 70.701599 74.035202 80.709602 87.384003 94.7136 98.709602 105.384"
+               y="0"
+               id="tspan3478"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasQuotedFrom</tspan></text>
+</g><path
+           d="m 489.3805,341.3016 c 22.8457,-9.7631 22.8457,-25.5922 0,-35.3553 -22.8457,-9.7632 -59.8858,-9.7632 -82.7314,0 -22.8458,9.7631 -22.8458,25.5922 0,35.3553 22.8456,9.7631 59.8857,9.7631 82.7314,0"
+           id="path3480"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3482"><path
+             d="m 491.8805,194.1984 c 22.8457,9.7631 22.8457,25.5922 0,35.3553 -22.8457,9.7632 -59.8858,9.7632 -82.7314,0 -22.8458,-9.7631 -22.8458,-25.5922 0,-35.3553 22.8456,-9.7631 59.8857,-9.7631 82.7314,0"
+             id="path3484"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,447.5148,324.1239)"
+           id="g3486"><text
+             transform="translate(-20.01855,4)"
+             id="text3488"><tspan
+               x="0 3.3336 10.0032 16.6728 23.3424 26.676001 33.3456"
+               y="0"
+               id="tspan3490"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:quote2</tspan></text>
+</g><path
+           d="m 582.3264,494.5102 c 0,6.5509 -2.3876,7.3614 -19.8284,13.8445 l -0.1842,0.0671 c -17.5329,6.5509 -17.7152,6.5509 -35.7087,6.5509 -23.9587,0 -132.2787,0 -132.2787,0 l 0,-69.1537 188,0 0,48.6912 z"
+           id="path3492"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3494"><path
+             d="m 584.8264,40.98983 c 0,-6.55093 -2.3876,-7.36141 -19.8284,-13.84457 l -0.1842,-0.06708 c -17.5329,-6.55093 -17.7152,-6.55093 -35.7087,-6.55093 -23.9587,0 -132.2787,0 -132.2787,0 l 0,69.1537 188,0 0,-48.69112 z m 0,-0.33747 c 0,-6.21346 -0.1842,-6.21346 -37.7278,-6.21346 l 0,0 c 0,-13.84388 0,-13.91165 -16.8918,-13.91165"
+             id="path3496"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,487.8264,480.8959)"
+           id="g3498"><text
+             transform="translate(-86.56348,-10)"
+             id="text3500"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 32.678398 39.352798 42.019199 48.6936 55.368 62.375999 66.636002 69.969597 76.643997 79.9776 85.9776 92.652 102.648 109.3224 113.3184 118.434 121.7676 125.1012 128.4348 135.10921 141.7836 145.7796 152.45399 155.7876 162.46201 166.45799 173.1324"
+               y="0"
+               id="tspan3502"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:value=&quot;In sumary, there are </tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,487.8264,480.8959)"
+           id="g3504"><text
+             transform="translate(-68.35254,4)"
+             id="text3506"><tspan
+               x="0 6 8.6664 15.3408 22.0152 26.0112 28.677601 34.677601 38.0112 48.007198 54.681599 58.677601 65.351997 68.6856 74.6856 78.681602 81.348 91.344002 98.018402 104.0184 107.352 110.0184 116.6928 120.0264 123.36 130.03439 136.7088"
+               y="0"
+               id="tspan3508"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">clearly more crimes in the </tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,487.8264,480.8959)"
+           id="g3510"><text
+             transform="translate(-21.80566,18)"
+             id="text3512"><tspan
+               x="0 6 12.6744 19.348801 26.023199 29.3568 33.352798 39.352798"
+               y="0"
+               id="tspan3514"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">country&quot;</tspan></text>
+</g><path
+           d="m 655.8673,438.4967 c 22.8458,-9.7631 22.8458,-25.5922 0,-35.3553 -22.8457,-9.7632 -59.8858,-9.7632 -82.7314,0 -22.8458,9.7631 -22.8458,25.5922 0,35.3553 22.8456,9.7631 59.8857,9.7631 82.7314,0"
+           id="path3516"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3518"><path
+             d="m 658.3673,97.0033 c 22.8458,9.7631 22.8458,25.5922 0,35.3553 -22.8457,9.7632 -59.8858,9.7632 -82.7314,0 -22.8458,-9.7631 -22.8458,-25.5922 0,-35.3553 22.8456,-9.76315 59.8857,-9.76315 82.7314,0"
+             id="path3520"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,614.0016,421.319)"
+           id="g3522"><text
+             transform="translate(-32.69238,4)"
+             id="text3524"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 32.690399 39.364799 46.0392 52.7136 58.7136"
+               y="0"
+               id="tspan3526"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:post9821v2</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3528"><path
+             d="m 485.5146,191.4512 87.9792,-51.3419"
+             id="path3530"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 577.9033,399.4229 -8.4216,-1.4411 3.0242,-5.1822 5.3974,6.6233 z"
+           id="path3532"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3534"><path
+             d="m 580.4033,136.0771 -8.4216,1.4411 3.0242,5.1822 5.3974,-6.6233 z"
+             id="path3536"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 464.9381,383.0565 126,0 0,-24 -126,0 0,24 z"
+           id="path3538"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,527.9381,371.0565)"
+           id="g3540"><text
+             transform="translate(-57.68848,4)"
+             id="text3542"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 57.352798 64.027199 70.701599 74.035202 80.709602 87.384003 94.7136 98.709602 105.384"
+               y="0"
+               id="tspan3544"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasQuotedFrom</tspan></text>
+</g><path
+           d="m 285,220.1573 141,0 0,-50 -141,0 0,50 z"
+           id="path3546"
+           style="fill:#d8d8ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3548"><path
+             d="m 287.5,315.3427 141,0 0,50 -141,0 0,-50 z"
+             id="path3550"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,355,195.6573)"
+           id="g3552"><text
+             transform="translate(-62.26172,4)"
+             id="text3554"><tspan
+               x="0 3.3336 10.008 16.6824 23.3568 26.023199 28.6896 34.689602 41.363998 44.697601 47.363998 54.038399 60.712799 68.716797 74.716797 78.0504 80.716797 86.716797 89.383202 92.716797 98.716797 104.5056 111.18 117.8544"
+               y="0"
+               id="tspan3556"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:publicationActivity1123</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3558"><path
+             d="M 357.767,314.9004 321.1955,245.4705"
+             id="path3560"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 314.9672,297.1076 1.074,-8.4762 5.3086,2.7962 -6.3826,5.68 z"
+           id="path3562"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3564"><path
+             d="m 317.4672,238.3924 1.074,8.4762 5.3086,-2.7962 -6.3826,-5.68 z"
+             id="path3566"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 305.5651,266.706 63,0 0,-24 -63,0 0,24 z"
+           id="path3568"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,337.0651,254.706)"
+           id="g3570"><text
+             transform="translate(-26.34961,4)"
+             id="text3572"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 39.352798 46.027199"
+               y="0"
+               id="tspan3574"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:used</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3576"><path
+             d="m 398.2209,314.8968 35.1545,-69.3139"
+             id="path3578"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 434.494,297.0519 -6.2942,-5.7778 5.3511,-2.714 0.9431,8.4918 z"
+           id="path3580"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3582"><path
+             d="m 436.994,238.4481 -6.2942,5.7778 5.3511,2.714 0.9431,-8.4918 z"
+             id="path3584"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 380.7553,266.6899 63,0 0,-24 -63,0 0,24 z"
+           id="path3586"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,412.2553,254.6899)"
+           id="g3588"><text
+             transform="translate(-26.34961,4)"
+             id="text3590"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 39.352798 46.027199"
+               y="0"
+               id="tspan3592"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:used</tspan></text>
+</g><path
+           d="m 212.3657,291.2629 c 22.8458,-9.7631 22.8458,-25.5922 0,-35.3553 -22.8457,-9.7632 -59.8857,-9.7632 -82.7314,0 -22.8458,9.7631 -22.8458,25.5922 0,35.3553 22.8457,9.7631 59.8857,9.7631 82.7314,0"
+           id="path3594"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3596"><path
+             d="m 214.8657,244.2371 c 22.8458,9.7631 22.8458,25.5922 0,35.3553 -22.8457,9.7632 -59.8857,9.7632 -82.7314,0 -22.8458,-9.7631 -22.8458,-25.5922 0,-35.3553 22.8457,-9.7631 59.8857,-9.7631 82.7314,0"
+             id="path3598"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,170.5,274.0852)"
+           id="g3600"><text
+             transform="translate(-39.0293,-3)"
+             id="text3602"><tspan
+               x="0 3.3336 10.008 16.6824 23.3568 27.3528 34.027199 40.701599 47.375999 50.709599 57.383999 64.058403 72.062401"
+               y="0"
+               id="tspan3604"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:aggregatedBy</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,170.5,274.0852)"
+           id="g3606"><text
+             transform="translate(-22.01367,11)"
+             id="text3608"><tspan
+               x="0 8.6664 15.3408 22.0152 24.681601 31.356001 38.030399"
+               y="0"
+               id="tspan3610"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">Regions</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3612"><path
+             d="m 287.0473,315.1306 -64.713,-30.3288"
+             id="path3614"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 212.5904,254.0932 5.9707,-6.1114 2.5463,5.4329 -8.517,0.6785 z"
+           id="path3616"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3618"><path
+             d="m 215.0904,281.4068 5.9707,6.1114 2.5463,-5.4329 -8.517,-0.6785 z"
+             id="path3620"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 220.88,247.7108 63,0 0,-24 -63,0 0,24 z"
+           id="path3622"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,252.38,235.7108)"
+           id="g3624"><text
+             transform="translate(-26.34961,4)"
+             id="text3626"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 39.352798 46.027199"
+               y="0"
+               id="tspan3628"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:used</tspan></text>
+</g><path
+           d="m 376.7313,53.18385 c 22.8457,-9.7631 22.8457,-25.5922 0,-35.3553 -22.8457,-9.763147 -59.8858,-9.763147 -82.7314,0 -22.8458,9.7631 -22.8458,25.5922 0,35.3553 22.8456,9.76315 59.8857,9.76315 82.7314,0"
+           id="path3630"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3632"><path
+             d="m 379.2313,482.3161 c 22.8457,9.7631 22.8457,25.5922 0,35.3553 -22.8457,9.7632 -59.8858,9.7632 -82.7314,0 -22.8458,-9.7631 -22.8458,-25.5922 0,-35.3553 22.8456,-9.7631 59.8857,-9.7631 82.7314,0"
+             id="path3634"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,334.8656,36.0062)"
+           id="g3636"><text
+             transform="translate(-29.69238,4)"
+             id="text3638"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 32.690399 39.364799 46.0392 52.7136"
+               y="0"
+               id="tspan3640"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:post19201</tspan></text>
+</g><path
+           d="m 606.4043,47.7825 c 0,4.07339 -1.1811,4.57735 -9.8087,8.6086 l -0.0912,0.04171 c -8.6731,4.07339 -8.7633,4.07339 -17.6644,4.07339 -11.8519,0 -65.4357,0 -65.4357,0 l 0,-43 93,0 0,30.2763 z"
+           id="path3642"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3644"><path
+             d="m 608.9043,487.7175 c 0,-4.0734 -1.1811,-4.5773 -9.8087,-8.6086 l -0.0912,-0.0417 c -8.6731,-4.0734 -8.7633,-4.0734 -17.6644,-4.0734 -11.8519,0 -65.4357,0 -65.4357,0 l 0,43 93,0 0,-30.2763 z m 0,-0.2098 c 0,-3.8636 -0.0911,-3.8636 -18.6632,-3.8636 l 0,0 c 0,-8.6082 0,-8.6503 -8.3561,-8.6503"
+             id="path3646"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,559.4043,39.5062)"
+           id="g3648"><text
+             transform="translate(-41.5,4)"
+             id="text3650"><tspan
+               x="0 3.3336 9.3336 16.007999 22.6824 29.690399 35.690399 38.3568 45.0312 51.0312 54.364799 62.368801 69.043198 75.043198"
+               y="0"
+               id="tspan3652"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">type=sioc:Post</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3654"><path
+             d="m 396.827,499.0754 118.5774,-1.847"
+             id="path3656"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3658"><path
+             d="M 321.5623,365.3427 299,421 l 22.2359,45.1942"
+             id="path3660"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 322.2677,62.12755 -0.84,8.50262 -5.3836,-2.64881 6.2236,-5.85381 z"
+           id="path3662"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3664"><path
+             d="m 324.7677,473.3725 -0.84,-8.5027 -5.3836,2.6488 6.2236,5.8539 z"
+             id="path3666"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 251.7694,130.1313 91,0 0,-24 -91,0 0,24 z"
+           id="path3668"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,297.2694,118.1313)"
+           id="g3670"><text
+             transform="translate(-40.3623,4)"
+             id="text3672"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 40.027199 46.701599 53.375999 57.372002 64.046402 67.379997 74.054398"
+               y="0"
+               id="tspan3674"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:generated</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3676"><path
+             d="M 388.9339,487.3024 614.8513,431.1576"
+             id="path3678"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 620.1152,106.2718 -8.4874,0.982 1.4471,-5.8229 7.0403,4.8409 z"
+           id="path3680"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3682"><path
+             d="m 622.6152,429.2282 -8.4874,-0.982 1.4471,5.8229 7.0403,-4.8409 z"
+             id="path3684"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 451.8184,92.3551 123,0 0,-24 -123,0 0,24 z"
+           id="path3686"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,513.3184,80.3551)"
+           id="g3688"><text
+             transform="translate(-56.02734,4)"
+             id="text3690"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 59.3568 62.690399 66.686401 69.352798 76.027199 82.701599 86.035202 92.709602 99.384003 105.384"
+               y="0"
+               id="tspan3692"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasAttributedTo</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3694"><path
+             d="M 296.4041,481.963 98,395.6809 l 0.01517,-241.6"
+             id="path3696"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 95.51567,389.4191 -3.0005,-7.9998 6,-4e-4 -2.9995,8.0002 z"
+           id="path3698"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3700"><path
+             d="m 98.01567,146.0809 -3.0005,7.9998 6.00003,4e-4 -2.99953,-8.0002 z"
+             id="path3702"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 31.0023,189.0057 128,0 0,-24 -128,0 0,24 z"
+           id="path3704"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,95.0023,177.0057)"
+           id="g3706"><text
+             transform="translate(-58.68164,4)"
+             id="text3708"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.6856 63.360001 67.356003 70.0224 76.0224 82.6968 89.371201 96.700798 100.6968 107.3712"
+               y="0"
+               id="tspan3710"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasDerivedFrom</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3712"><path
+             d="M 377.2417,481.1143 600.6449,374 614.7706,150.0513"
+             id="path3714"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 612.7742,393.4328 -3.4977,-7.7953 5.9881,-0.3777 -2.4904,8.173 z"
+           id="path3716"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3718"><path
+             d="m 615.2742,142.0672 -3.4977,7.7953 5.9881,0.3777 -2.4904,-8.173 z"
+             id="path3720"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 534.9479,194.6572 128,0 0,-24 -128,0 0,24 z"
+           id="path3722"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,598.9479,182.6572)"
+           id="g3724"><text
+             transform="translate(-58.68164,4)"
+             id="text3726"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.6856 63.360001 67.356003 70.0224 76.0224 82.6968 89.371201 96.700798 100.6968 107.3712"
+               y="0"
+               id="tspan3728"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasDerivedFrom</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3730"><path
+             d="M 359.9734,476.417 411,422 398.6686,374.9197"
+             id="path3732"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 394.1415,168.3193 -0.875,-8.4991 5.8042,1.5202 -4.9292,6.9789 z"
+           id="path3734"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3736"><path
+             d="m 396.6415,367.1807 -0.875,8.4991 5.8042,-1.5202 -4.9292,-6.9789 z"
+             id="path3738"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 337.9397,147.2286 129,0 0,-24 -129,0 0,24 z"
+           id="path3740"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,402.4397,135.2286)"
+           id="g3742"><text
+             transform="translate(-59.36426,4)"
+             id="text3744"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 57.352798 64.027199 70.701599 77.375999 81.372002 88.046402 91.379997 98.054398 104.7288 112.7328"
+               y="0"
+               id="tspan3746"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasGeneratedBy</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3748"><path
+             d="M 308.7143,477.9127 201.8945,397 180.8733,296.9927"
+             id="path3750"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 176.7277,246.3362 -1.2903,-8.446 5.8717,1.2342 -4.5814,7.2118 z"
+           id="path3752"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-2.5,535.5)"
+           id="g3754"><path
+             d="m 179.2277,289.1638 -1.2903,8.446 5.8717,-1.2342 -4.5814,-7.2118 z"
+             id="path3756"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 131.9965,149.7866 137,0 0,-24 -137,0 0,24 z"
+           id="path3758"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,200.4965,137.7866)"
+           id="g3760"><text
+             transform="translate(-63.02637,4)"
+             id="text3762"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 33.352798 40.027199 46.701599 54.705601 58.701599 61.368 71.363998 78.038399 82.034401 88.034401 96.038399 102.7128 109.3872 113.3832 119.3832"
+               y="0"
+               id="tspan3764"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:hadPrimarySource</tspan></text>
+</g></g></g></g></svg>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/diagrams/expanded-terms-example-hdd-failure.svg	Thu Jul 12 11:09:02 2012 +0100
@@ -0,0 +1,151 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   version="1.1"
+   width="486.25"
+   height="272.5"
+   id="svg3804"
+   xml:space="preserve"><metadata
+     id="metadata3810"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs3808"><clipPath
+       id="clipPath3820"><path
+         d="M 0,0 389,0 389,218 0,218 0,0 z"
+         id="path3822" /></clipPath></defs><g
+     transform="matrix(1.25,0,0,-1.25,0,272.5)"
+     id="g3812"><g
+       id="g3814" /><g
+       id="g3816"><g
+         clip-path="url(#clipPath3820)"
+         id="g3818"><path
+           d="m -29.5,265.5 559,0 0,-783 -559,0 0,783 z"
+           id="path3824"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
+           d="m 114.3657,52.17766 c 22.8458,-9.7631 22.8458,-25.5922 0,-35.3553 -22.84565,-9.763154 -59.88575,-9.763154 -82.7314,0 -22.845772,9.7631 -22.845772,25.5922 0,35.3553 22.84565,9.76315 59.88575,9.76315 82.7314,0"
+           id="path3826"
+           style="fill:#fffdca;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-28.5,264.5)"
+           id="g3828"><path
+             d="m 142.8657,212.3223 c 22.8458,9.7631 22.8458,25.5922 0,35.3553 -22.8457,9.7632 -59.88575,9.7632 -82.7314,0 -22.84577,-9.7631 -22.84577,-25.5922 0,-35.3553 22.84565,-9.7631 59.8857,-9.7631 82.7314,0"
+             id="path3830"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,72.5,35.00001)"
+           id="g3832"><text
+             transform="translate(-29.69238,4)"
+             id="text3834"><tspan
+               x="0 3.3336 10.008 16.6824 22.6824 26.016001 32.690399 39.364799 46.0392 52.7136"
+               y="0"
+               id="tspan3836"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:post19201</tspan></text>
+</g><path
+           d="m 387.265,47.76651 c 0,6.15745 -2.6738,6.91925 -22.2046,13.013 l -0.2064,0.06305 c -19.634,6.15745 -19.8382,6.15745 -39.988,6.15745 -26.8299,0 -148.1309,0 -148.1309,0 l 0,-65.000004 210.5299,0 0,45.766504 z"
+           id="path3838"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-28.5,264.5)"
+           id="g3840"><path
+             d="m 415.765,216.7335 c 0,-6.1575 -2.6738,-6.9193 -22.2046,-13.013 l -0.2064,-0.0631 C 373.72,197.5 373.5158,197.5 353.366,197.5 c -26.8299,0 -148.1309,0 -148.1309,0 l 0,65 210.5299,0 0,-45.7665 z m 0,-0.3172 c 0,-5.8403 -0.2064,-5.8403 -42.2492,-5.8403 l 0,0 c 0,-13.0123 0,-13.076 -18.9161,-13.076"
+             id="path3842"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,281.5,35.00001)"
+           id="g3844"><text
+             transform="translate(-100.2649,-3)"
+             id="text3846"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 29.344801 36.019199 42.019199 48.6936 51.360001 54.026402 60.700802 67.375198 70.708801 77.383202 84.057602 92.0616 95.395203 102.2856 104.952 114.948 121.6224 128.6304 132.8904 139.5648 146.2392 152.9136 159.588 163.584 170.25841 176.9328 180.9288 187.6032"
+               y="0"
+               id="tspan3848"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:invalidatedAtTime=&quot;2012-09-02</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,281.5,35.00001)"
+           id="g3850"><text
+             transform="translate(-100.2649,11)"
+             id="text3852"><tspan
+               x="0 7.3295999 14.004 20.6784 24.011999 30.686399 37.360802 40.694401 47.368801 54.043201 61.372799 65.632797 71.263199 76.8936 82.8936 88.8936 95.568001 98.901604 105.576 112.2504 115.584 122.2584 129.1488 131.8152 141.8112"
+               y="0"
+               id="tspan3854"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">T01:31:00Z&quot;^^xsd:dateTime</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-28.5,264.5)"
+           id="g3856"><path
+             d="m 160.5,230 44.2351,0"
+             id="path3858"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><path
+           d="m 2.5,207 141,0 0,-50 -141,0 0,50 z"
+           id="path3860"
+           style="fill:#d8d8ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-28.5,264.5)"
+           id="g3862"><path
+             d="m 31,57.49999 141,0 0,50.00001 -141,0 0,-50.00001 z"
+             id="path3864"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,72.5,182.5)"
+           id="g3866"><text
+             transform="translate(-47.36133,4)"
+             id="text3868"><tspan
+               x="0 3.3336 10.008 16.6824 20.6784 27.3528 34.027199 40.701599 43.368 49.368 55.368 62.0424 65.375999 72.0504 74.716797 77.383202 84.057602 88.053596"
+               y="0"
+               id="tspan3870"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">:hard_disk_failure</tspan></text>
+</g><path
+           d="m 358.5,195.2665 c 0,6.1575 -2.3084,6.9193 -19.1707,13.013 l -0.1782,0.0631 C 322.1997,214.5 322.0234,214.5 304.6267,214.5 c -23.1641,0 -127.8917,0 -127.8917,0 l 0,-65 181.765,0 0,45.7665 z"
+           id="path3872"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-28.5,264.5)"
+           id="g3874"><path
+             d="m 387,69.23349 c 0,-6.15745 -2.3084,-6.91925 -19.1707,-13.013 l -0.1782,-0.06305 c -16.9514,-6.15745 -17.1277,-6.15745 -34.5244,-6.15745 -23.1641,0 -127.8917,0 -127.8917,0 l 0,65.00001 181.765,0 0,-45.76651 z m 0,-0.3172 c 0,-5.84025 -0.1781,-5.84025 -36.4766,-5.84025 l 0,0 c 0,-13.01235 0,-13.07605 -16.3316,-13.07605"
+             id="path3876"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><g
+           transform="matrix(1,0,0,-1,267.1175,182.5)"
+           id="g3878"><text
+             transform="translate(-85.88248,-3)"
+             id="text3880"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 56.023201 62.697601 69.372002 76.046402 82.720802 90.7248 94.058403 101.0664 105.3264 112.0008 118.6752 125.3496 132.024 136.02 142.6944 149.3688 153.36481 160.0392"
+               y="0"
+               id="tspan3882"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasEndedAt=&quot;2012-09-02</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,267.1175,182.5)"
+           id="g3884"><text
+             transform="translate(-85.88248,11)"
+             id="text3886"><tspan
+               x="0 7.3295999 14.004 20.6784 24.011999 30.686399 37.360802 40.694401 47.368801 54.043201 61.372799 65.632797 71.263199 76.8936 82.8936 88.8936 95.568001 98.901604 105.576 112.2504 115.584 122.2584 129.1488 131.8152 141.8112"
+               y="0"
+               id="tspan3888"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">T01:31:00Z&quot;^^xsd:dateTime</tspan></text>
+</g><g
+           transform="matrix(1,0,0,-1,-28.5,264.5)"
+           id="g3890"><path
+             d="m 172,82.49999 32.735,0"
+             id="path3892"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" /></g><g
+           transform="matrix(1,0,0,-1,-28.5,264.5)"
+           id="g3894"><path
+             d="m 101.5002,204.5 8e-4,-86.6"
+             id="path3896"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 73.00106,154.6 -3.00007,-8 6,0 -2.99993,8 z"
+           id="path3898"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,-28.5,264.5)"
+           id="g3900"><path
+             d="m 101.5011,109.9 -3.00011,8 6.00001,0 -2.9999,-8 z"
+             id="path3902"
+             style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" /></g><path
+           d="m 7.000624,117.9095 130.999976,0 0,-24.00002 -130.999976,0 0,24.00002 z"
+           id="path3904"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+           transform="matrix(1,0,0,-1,72.50062,105.9095)"
+           id="g3906"><text
+             transform="translate(-60.03223,4)"
+             id="text3908"><tspan
+               x="0 6.6743999 10.6704 17.344801 23.344801 26.6784 35.344799 42.019199 48.019199 51.352798 58.027199 64.027199 70.701599 73.367996 76.034401 82.708801 89.383202 92.716797 99.391197 106.0656 114.0696"
+               y="0"
+               id="tspan3910"
+               style="font-size:12px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica;-inkscape-font-specification:Helvetica">prov:wasInvalidatedBy</tspan></text>
+</g></g></g></g></svg>
\ No newline at end of file
--- a/ontology/diagrams/qualified-patterns.svg	Thu Jul 12 11:08:38 2012 +0100
+++ b/ontology/diagrams/qualified-patterns.svg	Thu Jul 12 11:09:02 2012 +0100
@@ -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 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>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="21 14 899 1936" width="899pt" height="1936pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-07-11 16:38Z</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.66926" y1="357.09745" x2="686.8547" y2="386.4792" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="590.43706" y1="395.65298" x2="541.91948" y2="365.8269" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="631.12994" y1="447.84097" x2="631.58696" y2="471.4118" 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.184" x2="162.05044" y2="1016.184" 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.42899" y="991.7245" width="169" height="19" fill="white"/><text transform="translate(357.42899 991.7245)" 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.90703" y1="606.14017" x2="452.62542" y2="635.02737" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="356.42001" y1="641.84826" x2="312.70003" y2="613.1703" 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="222.45183" y="1389.3879" width="91.57894" height="19" fill="white"/><text transform="translate(227.45183 1389.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(210.31138 1531.8438)" 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="139.820475" y1="1590.9342" x2="263.86364" y2="1493.7998" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="114.98827" y1="1574.1671" x2="114.98827" y2="1426.3093" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="264.73966" y1="1442.3095" x2="155.25663" y2="1398.9941" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="30.598302" y="1486.6364" width="169" height="23" fill="white"/><text transform="translate(35.598302 1488.6364)" 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 278.38859 1432.36215 L 347.63096 1432.36215 C 357.04401 1432.36215 364.6836 1444.45815 364.6836 1459.36215 C 364.6836 1474.26615 357.04401 1486.36215 347.63096 1486.36215 L 278.38859 1486.36215 C 275.43882 1486.36215 272.63953 1485.0598 270.73948 1482.8035 L 256.42369 1465.8035 C 253.28917 1462.0813 253.28917 1456.643 256.42369 1452.9208 L 270.73948 1435.9208 C 272.63953 1433.6645 275.43882 1432.36215 278.38859 1432.36215 Z" fill="#fffedf"/><path d="M 278.38859 1432.36215 L 347.63096 1432.36215 C 357.04401 1432.36215 364.6836 1444.45815 364.6836 1459.36215 C 364.6836 1474.26615 357.04401 1486.36215 347.63096 1486.36215 L 278.38859 1486.36215 C 275.43882 1486.36215 272.63953 1485.0598 270.73948 1482.8035 L 256.42369 1465.8035 C 253.28917 1462.0813 253.28917 1456.643 256.42369 1452.9208 L 270.73948 1435.9208 C 272.63953 1433.6645 275.43882 1432.36215 278.38859 1432.36215 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(267.36781 1449.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><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="1698.1362" width="515.169" height="249.069" fill="white"/><path d="M 917.72274 1698.1362 L 402.55374 1698.1362 L 402.55374 1947.2052 L 917.72274 1947.2052 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(407.55374 1703.1362)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="14.5703125">k)</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="1547.7732" width="93.684196" height="19" fill="white"/><text transform="translate(492.84418 1547.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="1547.1157" width="200.36841" height="19" fill="white"/><text transform="translate(719.13226 1547.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.9973" y1="1529.869" x2="715.20257" y2="1554.1792" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="767.9515" y1="1503.4859" x2="533.55153" y2="1503.4856" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="611.27228" y1="1562.6981" x2="527.9563" y2="1522.4274" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="557.3078" y="1479.0261" width="184.99997" height="19.000246" fill="white"/><text transform="translate(562.3078 1479.0261) rotate(76293945e-12)" 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><line x1="767.9515" y1="1403.3892" x2="533.5514" y2="1403.3892" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="613.05333" y1="1329.1069" x2="528.13155" y2="1379.86395" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="568.3997" y="1378.9297" width="167" height="19" fill="white"/><text transform="translate(573.3997 1378.9297)" 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="1476.486" width="113.6842" height="54" fill="#fffedf"/><path d="M 882.1357 1476.486 L 768.4515 1476.486 L 768.4515 1530.486 L 882.1357 1530.486 Z M 870.76726 1476.486 L 870.76726 1530.486 M 779.8199 1530.486 L 779.8199 1476.486" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(784.8199 1493.986)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text><rect x="521.86433" y="1621.0644" width="108.270086" height="19" fill="white"/><text transform="translate(526.86433 1621.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="1606.5519" x2="631.96648" y2="1640.6518" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="562.14497" y="1654.0518" width="80.734715" height="29.597931" fill="#fffedf"/><rect x="562.14497" y="1654.0518" width="80.734715" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(567.14497 1659.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 1683.6497 L 675.91297 1683.6497 C 667.1897 1683.6497 660.1181 1676.5781 660.1181 1667.8549 C 660.1181 1667.8549 660.1181 1667.8549 660.1181 1667.8549 L 660.1181 1667.8549 C 660.1181 1659.1316 667.1897 1652.06 675.91296 1652.06 C 675.91297 1652.06 675.91297 1652.06 675.91297 1652.06 L 725.32324 1652.06 C 734.0465 1652.06 741.1181 1659.1316 741.1181 1667.8549 L 741.1181 1667.8549 C 741.1181 1676.5781 734.0465 1683.6497 725.32324 1683.6497 C 725.32324 1683.6497 725.32324 1683.6497 725.32324 1683.6497 Z" fill="#fffedf"/><path d="M 725.32324 1683.6497 L 675.91297 1683.6497 C 667.1897 1683.6497 660.1181 1676.5781 660.1181 1667.8549 C 660.1181 1667.8549 660.1181 1667.8549 660.1181 1667.8549 L 660.1181 1667.8549 C 660.1181 1659.1316 667.1897 1652.06 675.91296 1652.06 C 675.91297 1652.06 675.91297 1652.06 675.91297 1652.06 L 725.32324 1652.06 C 734.0465 1652.06 741.1181 1659.1316 741.1181 1667.8549 L 741.1181 1667.8549 C 741.1181 1676.5781 734.0465 1683.6497 725.32324 1683.6497 C 725.32324 1683.6497 725.32324 1683.6497 725.32324 1683.6497 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(665.1181 1658.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="1621.0644" width="108.270086" height="19" fill="white"/><text transform="translate(694.43706 1621.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="1598.06" x2="684.15115" y2="1638.6669" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 622.41777 1555.8437 L 693.9015 1555.8437 C 703.5891 1555.8437 711.4515 1567.9397 711.4515 1582.8437 C 711.4515 1597.7477 703.5891 1609.8437 693.9015 1609.8437 L 622.41777 1609.8437 C 619.5176 1609.8437 616.7603 1608.5847 614.86088 1606.393 L 600.12754 1589.393 C 596.87007 1585.6344 596.87007 1580.0531 600.12754 1576.2944 L 614.86088 1559.2944 C 616.7603 1557.1028 619.5176 1555.8437 622.41777 1555.8437 Z" fill="#fffedf"/><path d="M 622.41777 1555.8437 L 693.9015 1555.8437 C 703.5891 1555.8437 711.4515 1567.9397 711.4515 1582.8437 C 711.4515 1597.7477 703.5891 1609.8437 693.9015 1609.8437 L 622.41777 1609.8437 C 619.5176 1609.8437 616.7603 1608.5847 614.86088 1606.393 L 600.12754 1589.393 C 596.87007 1585.6344 596.87007 1580.0531 600.12754 1576.2944 L 614.86088 1559.2944 C 616.7603 1557.1028 619.5176 1555.8437 622.41777 1555.8437 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(611.15148 1573.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.38641" y1="833.5293" x2="115.86185" y2="794.63872" 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" 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><a xl:href="#Entity"><path d="M 465.96097 1529.8779 L 454.80406 1495.5404 C 454.1347 1493.4803 454.86798 1491.2234 456.62042 1489.9502 L 485.82958 1468.7285 C 487.58201 1467.4553 489.955 1467.4553 491.70743 1468.7285 L 520.9167 1489.9503 C 522.66915 1491.2235 523.40244 1493.4803 522.73306 1495.5404 L 511.57614 1529.8779 C 510.90677 1531.938 508.987 1533.3328 506.82086 1533.3328 L 470.71625 1533.3328 C 468.55012 1533.3328 466.63034 1531.938 465.96097 1529.8779 Z" fill="#fffedf"/><path d="M 465.96097 1529.8779 L 454.80406 1495.5404 C 454.1347 1493.4803 454.86798 1491.2234 456.62042 1489.9502 L 485.82958 1468.7285 C 487.58201 1467.4553 489.955 1467.4553 491.70743 1468.7285 L 520.9167 1489.9503 C 522.66915 1491.2235 523.40244 1493.4803 522.73306 1495.5404 L 511.57614 1529.8779 C 510.90677 1531.938 508.987 1533.3328 506.82086 1533.3328 L 470.71625 1533.3328 C 468.55012 1533.3328 466.63034 1531.938 465.96097 1529.8779 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></a><text transform="translate(467.76855 1491.3622)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".203125" y="15" textLength="41.59375">Agent</tspan></text><a xl:href="#Entity"><path d="M 465.96096 1429.78116 L 454.80406 1395.4436 C 454.1347 1393.3835 454.86798 1391.1267 456.6204 1389.8535 L 485.82957 1368.63174 C 487.582 1367.3585 489.955 1367.3585 491.70743 1368.63174 L 520.9167 1389.8535 C 522.66914 1391.12674 523.40243 1393.3836 522.73306 1395.4437 L 511.57613 1429.7811 C 510.90676 1431.8412 508.98698 1433.236 506.82085 1433.236 L 470.71625 1433.2361 C 468.55011 1433.2361 466.63033 1431.8413 465.96096 1429.78116 Z" fill="#fffedf"/><path d="M 465.96096 1429.78116 L 454.80406 1395.4436 C 454.1347 1393.3835 454.86798 1391.1267 456.6204 1389.8535 L 485.82957 1368.63174 C 487.582 1367.3585 489.955 1367.3585 491.70743 1368.63174 L 520.9167 1389.8535 C 522.66914 1391.12674 523.40243 1393.3836 522.73306 1395.4437 L 511.57613 1429.7811 C 510.90676 1431.8412 508.98698 1433.236 506.82085 1433.236 L 470.71625 1433.2361 C 468.55011 1433.2361 466.63033 1431.8413 465.96096 1429.78116 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></a><text transform="translate(467.76855 1391.9379)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".203125" y="15" textLength="41.59375">Agent</tspan></text><a xl:href="#Entity"><path d="M 96.935974 1412.9093 L 133.04058 1412.9093 C 135.20671 1412.9093 137.126485 1411.5145 137.79586 1409.4544 L 148.95278 1375.11696 C 149.62216 1373.05684 148.88887 1370.8 147.13643 1369.5268 L 117.92715 1348.305 C 116.17471 1347.0318 113.80173 1347.0318 112.049296 1348.305 L 82.840137 1369.5267 C 81.087703 1370.79994 80.354413 1373.0568 81.02378 1375.1169 L 92.180685 1409.4544 C 92.850056 1411.5145 94.76984 1412.9093 96.935974 1412.9093 Z" fill="#fffedf"/><path d="M 96.935974 1412.9093 L 133.04058 1412.9093 C 135.20671 1412.9093 137.126485 1411.5145 137.79586 1409.4544 L 148.95278 1375.11696 C 149.62216 1373.05684 148.88887 1370.8 147.13643 1369.5268 L 117.92715 1348.305 C 116.17471 1347.0318 113.80173 1347.0318 112.049296 1348.305 L 82.840137 1369.5267 C 81.087703 1370.79994 80.354413 1373.0568 81.02378 1375.1169 L 92.180685 1409.4544 C 92.850056 1411.5145 94.76984 1412.9093 96.935974 1412.9093 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></a><text transform="translate(94.098305 1373.5625)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".203125" y="15" textLength="41.59375">Agent</tspan></text><path d="M 96.935974 1640.2264 L 133.04058 1640.2263 C 135.20671 1640.2263 137.126485 1638.8315 137.79586 1636.7714 L 148.95278 1602.434 C 149.62216 1600.3739 148.88887 1598.117 147.13643 1596.8438 L 117.92715 1575.622 C 116.17471 1574.3488 113.80173 1574.3488 112.049296 1575.622 L 82.840137 1596.8437 C 81.087703 1598.117 80.354413 1600.3738 81.02378 1602.4339 L 92.180685 1636.7714 C 92.850056 1638.83155 94.76984 1640.2264 96.935974 1640.2264 Z" fill="#fffedf"/><path d="M 96.935974 1640.2264 L 133.04058 1640.2263 C 135.20671 1640.2263 137.126485 1638.8315 137.79586 1636.7714 L 148.95278 1602.434 C 149.62216 1600.3739 148.88887 1598.117 147.13643 1596.8438 L 117.92715 1575.622 C 116.17471 1574.3488 113.80173 1574.3488 112.049296 1575.622 L 82.840137 1596.8437 C 81.087703 1598.117 80.354413 1600.3738 81.02378 1602.4339 L 92.180685 1636.7714 C 92.850056 1638.83155 94.76984 1640.2264 96.935974 1640.2264 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(93.988266 1600.8795)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".203125" y="15" textLength="41.59375">Agent</tspan></text><rect x="655.46776" y="1862.1633" width="93.684196" height="19" fill="white"/><text transform="translate(660.46776 1862.1633)" 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="632.2084" y="1751.4888" width="207.02895" height="19" fill="white"/><text transform="translate(637.2084 1751.4888)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="3.748848" y="15" textLength="189.53125">prov:qualifiedMembership</tspan></text><line x1="602.6968" y1="1762.0771" x2="706.7354" y2="1799.8732" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="551.5325" y1="1770.9889" x2="551.53923" y2="1860.6955" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="718.9846" y1="1839.6523" x2="614.68434" y2="1877.9227" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="484.53618" y="1810.3987" width="134" height="19" fill="white"/><text transform="translate(489.53618 1810.3987)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".12890625" y="15" textLength="123.74219">prov:hadMember</tspan></text><path d="M 519.68835 1770.4889 L 583.37255 1770.4889 C 597.17966 1770.4889 608.37254 1759.296 608.37255 1745.4889 L 608.37255 1741.4889 C 608.37255 1727.6818 597.17966 1716.4889 583.37255 1716.4889 L 519.68835 1716.4889 C 505.88123 1716.4889 494.68835 1727.6818 494.68835 1741.4889 L 494.68835 1745.4889 C 494.68835 1759.296 505.88123 1770.4889 519.68835 1770.4889 C 519.68835 1770.4889 519.68835 1770.4889 519.68835 1770.4889 Z" fill="#fffedf"/><path d="M 519.68835 1770.4889 L 583.37255 1770.4889 C 597.17966 1770.4889 608.37254 1759.296 608.37255 1745.4889 L 608.37255 1741.4889 C 608.37255 1727.6818 597.17966 1716.4889 583.37255 1716.4889 L 519.68835 1716.4889 C 505.88123 1716.4889 494.68835 1727.6818 494.68835 1741.4889 L 494.68835 1745.4889 C 494.68835 1759.296 505.88123 1770.4889 519.68835 1770.4889 C 519.68835 1770.4889 519.68835 1770.4889 519.68835 1770.4889 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(499.68835 1733.9889)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="16.170225" y="15" textLength="71.34375">Collection</tspan></text><a xl:href="#Entity"><path d="M 519.68835 1928.0955 L 583.37255 1928.0955 C 597.17967 1928.0955 608.37255 1916.9026 608.37255 1903.0955 L 608.37255 1899.0955 C 608.37255 1885.2884 597.17967 1874.0955 583.37255 1874.0955 L 519.68835 1874.0955 C 505.88123 1874.0955 494.68835 1885.2884 494.68835 1899.0955 L 494.68835 1903.0955 C 494.68835 1916.9026 505.88123 1928.0955 519.68835 1928.0955 C 519.68835 1928.0955 519.68835 1928.0955 519.68835 1928.0955 Z" fill="#fffedf"/><path d="M 519.68835 1928.0955 L 583.37255 1928.0955 C 597.17967 1928.0955 608.37255 1916.9026 608.37255 1903.0955 L 608.37255 1899.0955 C 608.37255 1885.2884 597.17967 1874.0955 583.37255 1874.0955 L 519.68835 1874.0955 C 505.88123 1874.0955 494.68835 1885.2884 494.68835 1899.0955 L 494.68835 1903.0955 C 494.68835 1916.9026 505.88123 1928.0955 519.68835 1928.0955 C 519.68835 1928.0955 519.68835 1928.0955 519.68835 1928.0955 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(499.68835 1891.5955)" 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 732.7578 1848.8998 L 812.71626 1848.8998 C 823.44475 1848.8998 832.15194 1836.8038 832.15194 1821.8998 C 832.15194 1806.9958 823.44475 1794.8998 812.71626 1794.8998 L 732.7578 1794.8998 C 730.03447 1794.8998 727.42894 1796.0105 725.54316 1797.9753 L 709.2268 1814.9753 C 705.51298 1818.8447 705.51298 1824.9549 709.2268 1828.8244 L 725.54316 1845.8244 C 727.42894 1847.7891 730.03447 1848.8998 732.7578 1848.8998 Z" fill="#fffedf"/><path d="M 732.7578 1848.8998 L 812.71626 1848.8998 C 823.44475 1848.8998 832.15194 1836.8038 832.15194 1821.8998 C 832.15194 1806.9958 823.44475 1794.8998 812.71626 1794.8998 L 732.7578 1794.8998 C 730.03447 1794.8998 727.42894 1796.0105 725.54316 1797.9753 L 709.2268 1814.9753 C 705.51298 1818.8447 705.51298 1824.9549 709.2268 1828.8244 L 725.54316 1845.8244 C 727.42894 1847.7891 730.03447 1848.8998 732.7578 1848.8998 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(720.53785 1812.3998)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.8441101" y="15" textLength="89.96875">Membership</tspan></text></g></g></svg>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/diagrams/starting-points-example.svg	Thu Jul 12 11:09:02 2012 +0100
@@ -0,0 +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="10 13 827 536" width="827pt" height="536pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-07-10 13:32Z</dc:date><!-- Produced by OmniGraffle Professional 5.4 --></metadata><defs><font-face font-family="Helvetica" font-size="12" units-per-em="1000" underline-position="-75.683594" underline-thickness="49.316406" slope="0" x-height="522.94922" cap-height="717.28516" ascent="770.01953" descent="-229.98047" font-weight="500"><font-face-src><font-face-name name="Helvetica"/></font-face-src></font-face><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker" viewBox="-1 -4 10 8" markerWidth="10" markerHeight="8" color="black"><g><path d="M 8 0 L 0 -3 L 0 3 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Example 1</title><rect fill="white" width="1117.99995" height="783"/><g><title>Layer 1</title><ellipse cx="638.11248" cy="492.74044" rx="58.500095" ry="25.00004" fill="#ffffbe"/><ellipse cx="638.11248" cy="492.74044" rx="58.500095" ry="25.00004" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(596.31248 485.74044)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="8.4484375" y="11" textLength="66.703125">ex:bar_chart</tspan></text><rect x="289.53771" y="467.74046" width="126" height="50" fill="#cfceff"/><rect x="289.53771" y="467.74046" width="126" height="50" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(294.53771 485.74046)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="3.9824219" y="11" textLength="108.035156">ex:illustrationActivity</tspan></text><ellipse cx="474.8163" cy="349.61234" rx="58.500095" ry="25.00004" fill="#ffffbe"/><ellipse cx="474.8163" cy="349.61234" rx="58.500095" ry="25.00004" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(433.0163 335.61234)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="3.4357422" y="11" textLength="76.728516">ex:aggregated</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="12.784375" y="25" textLength="58.03125">ByRegions</tspan></text><rect x="127.71174" y="324.61234" width="133" height="50" fill="#cfceff"/><rect x="127.71174" y="324.61234" width="133" height="50" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(132.71174 342.61234)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="2.8007812" y="11" textLength="117.39844">ex:aggregationActivity</tspan></text><path d="M 742.3387 284.78868 L 742.3387 251.43868 L 774.8387 234.78868 L 807.3387 251.43868 L 807.3387 284.78868 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 742.3387 284.78868 L 742.3387 251.43868 L 774.8387 234.78868 L 807.3387 251.43868 L 807.3387 284.78868 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(747.3387 261.08868)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="4.4873047" y="11" textLength="46.02539">ex:derek</tspan></text><path d="M 727.7723 172.37749 L 727.7723 135.920935 L 774.8387 117.71999 L 821.9051 135.920935 L 821.9051 172.37749 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 727.7723 172.37749 L 727.7723 135.920935 L 774.8387 117.71999 L 821.9051 135.920935 L 821.9051 172.37749 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(732.7723 126.12188)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="25" textLength="52.04297">:national_</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="84.052734">newspaper_inc </tspan></text><line x1="579.11245" y1="492.74044" x2="425.43771" y2="492.74046" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="441.14408" y="483.74045" width="123" height="18" fill="white"/><text transform="translate(443.14408 485.74045)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".13574219" y="11" textLength="118.728516">prov:wasGeneratedBy</tspan></text><line x1="612.09177" y1="469.93345" x2="508.282" y2="378.94482" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="511.04523" y="435.90792" width="122" height="18" fill="white"/><text transform="translate(513.04523 437.90792)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".31835938" y="11" textLength="117.36328">prov:wasDerivedFrom</tspan></text><line x1="352.53771" y1="467.74046" x2="443.664" y2="379.70726" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="371.31282" y="413.07" width="57" height="18" fill="white"/><text transform="translate(373.31282 415.07)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".150390625" y="11" textLength="52.69922">prov:used</tspan></text><line x1="415.96312" y1="481.4307" x2="733.49023" y2="285.32565" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="558.67853" y="342.60146" width="135" height="18" fill="white"/><text transform="translate(560.67853 344.60146)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14160156" y="11" textLength="130.7168">prov:wasAssociatedWith</tspan></text><line x1="316.42722" y1="467.37423" x2="236.94676" y2="381.8637" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="217.30035" y="413.05126" width="114" height="18" fill="white"/><text transform="translate(219.30035 415.05126)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".31152344" y="11" textLength="109.37695">prov:wasInformedBy</tspan></text><line x1="415.81628" y1="349.61234" x2="270.61174" y2="349.61234" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="281.46345" y="340.61234" width="123" height="18" fill="white"/><text transform="translate(283.46345 342.61234)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".13574219" y="11" textLength="118.728516">prov:wasGeneratedBy</tspan></text><line x1="260.71174" y1="338.5653" x2="732.0587" y2="266.34361" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="497.8675" y="282.88471" width="135" height="18" fill="white"/><text transform="translate(499.8675 284.88471)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14160156" y="11" textLength="130.7168">prov:wasAssociatedWith</tspan></text><line x1="194.21174" y1="324.61234" x2="127.75041" y2="250.06377" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="121.32121" y="265.82022" width="57" height="18" fill="white"/><text transform="translate(123.32121 267.82022)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".150390625" y="11" textLength="52.69922">prov:used</tspan></text><line x1="194.21174" y1="324.61234" x2="245.87703" y2="251.93442" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="199.99399" y="267.38727" width="57" height="18" fill="white"/><text transform="translate(201.99399 269.38727)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".150390625" y="11" textLength="52.69922">prov:used</tspan></text><line x1="523.21542" y1="335.12214" x2="732.37566" y2="272.50169" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="527.52687" y="310.5515" width="117" height="18" fill="white"/><text transform="translate(529.52687 312.5515)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47265625" y="11" textLength="106.71094">prov:wasAttributedT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="105.853516" y="11" textLength="6.673828">o</tspan></text><line x1="652.60092" y1="468.0568" x2="754.9084" y2="293.75783" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="641.00724" y="379.14354" width="117" height="18" fill="white"/><text transform="translate(643.00724 381.14354)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47265625" y="11" textLength="106.71094">prov:wasAttributedT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="105.853516" y="11" textLength="6.673828">o</tspan></text><line x1="774.83885" y1="234.28861" x2="774.8391" y2="182.77749" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="713.339" y="199.7168" width="123" height="18" fill="white"/><text transform="translate(715.339 201.7168)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".1328125" y="11" textLength="118.734375">prov:actedOnBehalfOf</tspan></text><path d="M 153.6564 427.85181 C 153.6564 423.11531 151.8657 422.52931 138.78513 417.84181 L 138.64695 417.79331 C 125.49729 413.05681 125.36052 413.05681 111.86541 413.05681 C 93.89637 413.05681 12.656402 413.05681 12.656402 413.05681 L 12.656402 463.0568 L 153.6564 463.0568 L 153.6564 427.85181 Z" fill="white"/><path d="M 153.6564 427.85181 C 153.6564 423.11531 151.8657 422.52931 138.78513 417.84181 L 138.64695 417.79331 C 125.49729 413.05681 125.36052 413.05681 111.86541 413.05681 C 93.89637 413.05681 12.656402 413.05681 12.656402 413.05681 L 12.656402 463.0568 L 153.6564 463.0568 L 153.6564 427.85181 Z M 153.6564 427.60781 C 153.6564 423.11531 153.51822 423.11531 125.36052 423.11531 L 125.36052 423.11531 C 125.36052 413.10581 125.36052 413.05681 112.69167 413.05681" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(17.656402 424.05681)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".30566406" y="11" textLength="24.28125">"201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="23.702148" y="11" textLength="106.99219">1-07-14T01:01:01Z"</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="24.074219" y="25" textLength="63.95508">^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="87.589844" y="25" textLength="19.335938">ime</tspan></text><line x1="159.45616" y1="374.93107" x2="113.758686" y2="412.73836" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><rect x="80.717444" y="387.63938" width="105" height="18" fill="white"/><text transform="translate(82.717444 389.63938)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".036132812" y="11" textLength="82.03125">prov:startedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="81.62793" y="11" textLength="19.335938">ime</tspan></text><path d="M 256.99364 511.32613 C 256.99364 506.58963 255.20294 506.00363 242.12237 501.31613 L 241.98419 501.26763 C 228.83453 496.53113 228.69776 496.53113 215.20265 496.53113 C 197.2336 496.53113 115.993636 496.53113 115.993636 496.53113 L 115.993636 546.53113 L 256.99364 546.53113 L 256.99364 511.32613 Z" fill="white"/><path d="M 256.99364 511.32613 C 256.99364 506.58963 255.20294 506.00363 242.12237 501.31613 L 241.98419 501.26763 C 228.83453 496.53113 228.69776 496.53113 215.20265 496.53113 C 197.2336 496.53113 115.993636 496.53113 115.993636 496.53113 L 115.993636 546.53113 L 256.99364 546.53113 L 256.99364 511.32613 Z M 256.99364 511.08213 C 256.99364 506.58963 256.85546 506.58963 228.69776 506.58963 L 228.69776 506.58963 C 228.69776 496.58013 228.69776 496.53113 216.0289 496.53113" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(120.993636 507.53113)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="2.4355469" y="11" textLength="20.021484">201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="21.572266" y="11" textLength="106.99219">1-07-14T02:02:02Z"</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="24.074219" y="25" textLength="63.95508">^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="87.589844" y="25" textLength="19.335938">ime</tspan></text><line x1="194.18551" y1="375.11165" x2="187.8332" y2="496.03182" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><rect x="137.77629" y="469.0794" width="102" height="18" fill="white"/><text transform="translate(139.77629 471.0794)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".19433594" y="11" textLength="78.714844">prov:endedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="78.469727" y="11" textLength="19.335938">ime</tspan></text><path d="M 701.93295 162.54713 C 701.93295 153.547785 698.94504 152.434385 677.1192 143.528135 L 676.88863 143.435985 C 654.9475 134.436635 654.7193 134.436635 632.20175 134.436635 C 602.21915 134.436635 466.66455 134.436635 466.66455 134.436635 L 466.66455 229.43663 L 701.93295 229.43663 L 701.93295 162.54713 Z" fill="white"/><path d="M 701.93295 162.54713 C 701.93295 153.547785 698.94504 152.434385 677.1192 143.528135 L 676.88863 143.435985 C 654.9475 134.436635 654.7193 134.436635 632.20175 134.436635 C 602.21915 134.436635 466.66455 134.436635 466.66455 134.436635 L 466.66455 229.43663 L 701.93295 229.43663 L 701.93295 162.54713 Z M 701.93295 162.08353 C 701.93295 153.547785 701.7024 153.547785 654.7193 153.547785 L 654.7193 153.547785 C 654.7193 134.529735 654.7193 134.436635 633.58042 134.436635" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(471.66455 146.936635)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="91.060547">type=foaf:Person</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="194.19727">foaf:givenName="Derek"^^xsd:string</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="221.29102">foaf:mbox=&lt;mailto:dererk@example.org&gt;</tspan></text><line x1="747.22833" y1="248.50745" x2="701.01607" y2="229.62575" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 701.93295 37.957628 C 701.93295 30.884556 698.94505 30.009475 677.1192 23.009576 L 676.88863 22.93715 C 654.9475 15.864078 654.7193 15.864078 632.20175 15.864078 C 602.21915 15.864078 466.66455 15.864078 466.66455 15.864078 L 466.66455 90.529674 L 701.93295 90.529674 L 701.93295 37.957628 Z" fill="white"/><path d="M 701.93295 37.957628 C 701.93295 30.884556 698.94505 30.009475 677.1192 23.009576 L 676.88863 22.93715 C 654.9475 15.864078 654.7193 15.864078 632.20175 15.864078 C 602.21915 15.864078 466.66455 15.864078 466.66455 15.864078 L 466.66455 90.529674 L 701.93295 90.529674 L 701.93295 37.957628 Z M 701.93295 37.59326 C 701.93295 30.884556 701.7024 30.884556 654.7193 30.884556 L 654.7193 30.884556 C 654.7193 15.93725 654.7193 15.864078 633.58043 15.864078" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(471.66455 32.196876)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="124.40625">type=prov:Organization</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="199.62891">foaf:name="National Newspaper Inc."</tspan></text><line x1="742.9314" y1="129.66749" x2="662.1933" y2="90.746794" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><ellipse cx="99.996944" cy="218.93317" rx="58.500095" ry="25.00004" fill="#ffffbe"/><ellipse cx="99.996944" cy="218.93317" rx="58.500095" ry="25.00004" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(58.196944 211.93317)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="6.45625" y="11" textLength="70.6875">ex:crimeData</tspan></text><ellipse cx="269.3362" cy="218.93317" rx="89.590477" ry="25.00004" fill="#ffffbe"/><ellipse cx="269.3362" cy="218.93317" rx="89.590477" ry="25.00004" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(202.66394 211.93317)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="6.3001953" y="11" textLength="120.74414">ex:nationalRegionsList</tspan></text><path d="M 52.930545 143.01672 L 52.930545 109.66672 L 99.996944 93.01672 L 147.06334 109.66672 L 147.06334 143.01672 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 52.930545 143.01672 L 52.930545 109.66672 L 99.996944 93.01672 L 147.06334 109.66672 L 147.06334 143.01672 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(57.930545 119.31672)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="2.377923" y="11" textLength="79.376953">ex:government</tspan></text><path d="M 204.83621 143.01673 L 204.83621 109.666734 L 269.3362 93.016734 L 333.8362 109.666734 L 333.8362 143.01673 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 204.83621 143.01673 L 204.83621 109.666734 L 269.3362 93.016734 L 333.8362 109.666734 L 333.8362 143.01673 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(209.83621 119.316734)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="3.4667969" y="11" textLength="112.066406">ex:civil_action_group</tspan></text><line x1="99.996944" y1="193.43315" x2="99.996944" y2="152.91672" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="41.496944" y="164.79995" width="117" height="18" fill="white"/><text transform="translate(43.496944 166.79995)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47265625" y="11" textLength="106.71094">prov:wasAttributedT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="105.853516" y="11" textLength="6.673828">o</tspan></text><line x1="269.3362" y1="193.43316" x2="269.3362" y2="152.91673" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="207.83621" y="160.79996" width="123" height="24" fill="white"/><text transform="translate(212.83621 165.79996)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47265625" y="11" textLength="106.71094">prov:wasAttributedT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="105.853516" y="11" textLength="6.673828">o</tspan></text><path d="M 170.49694 30.659079 C 170.49694 25.922579 168.70624 25.336579 155.62567 20.649079 L 155.48749 20.600579 C 142.33783 15.864079 142.20106 15.864079 128.705954 15.864079 C 110.736914 15.864079 29.496944 15.864079 29.496944 15.864079 L 29.496944 65.86408 L 170.49694 65.86408 L 170.49694 30.659079 Z" fill="white"/><path d="M 170.49694 30.659079 C 170.49694 25.922579 168.70624 25.336579 155.62567 20.649079 L 155.48749 20.600579 C 142.33783 15.864079 142.20106 15.864079 128.705954 15.864079 C 110.736914 15.864079 29.496944 15.864079 29.496944 15.864079 L 29.496944 65.86408 L 170.49694 65.86408 L 170.49694 30.659079 Z M 170.49694 30.415079 C 170.49694 25.922579 170.35876 25.922579 142.20106 25.922579 L 142.20106 25.922579 C 142.20106 15.913079 142.20106 15.864079 129.532214 15.864079" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(34.496944 26.864079)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="1.6298828" y="11" textLength="131.07422">type=prov:Organization, </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="19.805664" y="25" textLength="91.38867">foaf:Organization</tspan></text><line x1="99.996944" y1="92.51672" x2="99.996944" y2="66.36408" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 339.8362 30.659081 C 339.8362 25.922581 338.0455 25.336581 324.96494 20.649081 L 324.82676 20.600581 C 311.6771 15.864081 311.54033 15.864081 298.04522 15.864081 C 280.07618 15.864081 198.83621 15.864081 198.83621 15.864081 L 198.83621 65.86408 L 339.8362 65.86408 L 339.8362 30.659081 Z" fill="white"/><path d="M 339.8362 30.659081 C 339.8362 25.922581 338.0455 25.336581 324.96494 20.649081 L 324.82676 20.600581 C 311.6771 15.864081 311.54033 15.864081 298.04522 15.864081 C 280.07618 15.864081 198.83621 15.864081 198.83621 15.864081 L 198.83621 65.86408 L 339.8362 65.86408 L 339.8362 30.659081 Z M 339.8362 30.415081 C 339.8362 25.922581 339.69803 25.922581 311.54033 25.922581 L 311.54033 25.922581 C 311.54033 15.913081 311.54033 15.864081 298.87148 15.864081" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(203.83621 26.864081)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="1.6298828" y="11" textLength="131.07422">type=prov:Organization, </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="19.805664" y="25" textLength="91.38867">foaf:Organization</tspan></text><line x1="269.3362" y1="93.016734" x2="269.3362" y2="66.36408" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/></g></g></svg>
--- a/ontology/prov-o-html-sections/description-expanded-terms.inc.html	Thu Jul 12 11:08:38 2012 +0100
+++ b/ontology/prov-o-html-sections/description-expanded-terms.inc.html	Thu Jul 12 11:09:02 2012 +0100
@@ -11,7 +11,7 @@
                  style="width: 60%; min-width: 25em; max-width: 60em" 
                  alt="PROV-O Starting Point terms"/>
             <div class="figcaption"><a href="#expanded-terms-figure">Figure 3</a>. The expanded terms build upon those in the Starting Points section. <br/>
-            The domain of <a hreef="atLocation">prov:atLocation</a> (<span class="repeated">prov:Activity</span> or <span class="repeated">prov:Entity</span> or <span class="repeated">prov:Agent</span> or <span class="repeated">prov:InstantaneousEvent</span>) is not illustrated.</div>
+            The domain of <a href="#atLocation">prov:atLocation</a> (<span class="repeated">prov:Activity</span> or <span class="repeated">prov:Entity</span> or <span class="repeated">prov:Agent</span> or <span class="repeated">prov:InstantaneousEvent</span>) is not illustrated.</div>
       </div>
 
 
--- a/ontology/prov-o-html-sections/description-qualified-terms.inc.html	Thu Jul 12 11:08:38 2012 +0100
+++ b/ontology/prov-o-html-sections/description-qualified-terms.inc.html	Thu Jul 12 11:09:02 2012 +0100
@@ -30,7 +30,7 @@
       </div>
 
       <div id="qualified-forms-expanded" style="padding: 10px">
-         <p>Six <a href="#description-expanded-terms">Expanded</a> relations that can be further described using the Qualification Pattern.
+         <p>Seven <a href="#description-expanded-terms">Expanded</a> relations that can be further described using the Qualification Pattern.
          </p>
          <div style="text-align: center">
             {% include "includes/qualifed-forms-expanded.html" %}
--- a/ontology/prov.ttl	Thu Jul 12 11:08:38 2012 +0100
+++ b/ontology/prov.ttl	Thu Jul 12 11:09:02 2012 +0100
@@ -34,7 +34,7 @@
 If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/). All feedback is welcome."""@en ;
     rdfs:label "PROV Ontology"@en ;
     rdfs:seeAlso <http://www.w3.org/TR/prov#>, <http://www.w3.org/TR/prov-o/> ;
-    owl:versionIRI <http://www.w3.org/TR/2012/WD-prov-o-20120703> .
+    owl:versionIRI <http://www.w3.org/TR/2012/WD-prov-o-20120711> .
 
 :Activity
     a owl:Class ;
@@ -131,7 +131,7 @@
     rdfs:subClassOf :Entity ;
     :category "expanded" ;
     :component "collections" ;
-    :definition "A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections. Many different types of collections exist, such as a sets, dictionaries, or lists. Using Collections, one can express the provenance of the collection itself in addition to that of the members."@en ;
+    :definition "A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections."@en ;
     :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection"^^xsd:anyURI .
 
 :Communication
@@ -150,11 +150,13 @@
 
 :CompleteCollection
     a owl:Class ;
-    rdfs:comment "Indicates that no other member belongs to the collection, that is all the prov:member stated for this CompleteMembership constitutes all members of the collection."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "CompleteMembership"@en ;
     rdfs:subClassOf :Collection ;
-    :category "collections" ;
-    :component "collections"@en .
+    :category "expanded" ;
+    :component "collections"@en ;
+    :definition "The collection is believed to include all and only the members specified in the entity-set."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-membership"^^xsd:anyURI .
 
 :Delegation
     a owl:Class ;
@@ -186,14 +188,13 @@
     :unqualifiedForm :wasDerivedFrom .
 
 :EmptyCollection
-    a owl:Class ;
-    rdfs:comment "An empty dictionary."@en ;
+    a owl:Class, owl:NamedIndividual ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "EmptyCollection"@en ;
     rdfs:subClassOf :Collection ;
-    :category "collections" ;
+    :category "expanded" ;
     :component "collections" ;
-    :definition "An empty collection is a collection without members."@en ;
-    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-dictionary" .
+    :definition "An empty collection is a collection without members."@en .
 
 :End
     a owl:Class ;
@@ -245,6 +246,16 @@
     :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation"^^xsd:anyURI ;
     :unqualifiedForm :wasGeneratedBy .
 
+:IncompleteCollection
+    a owl:Class ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "IncompleteCollection"@en ;
+    rdfs:subClassOf :Collection ;
+    :category "expanded" ;
+    :component "collections" ;
+    :definition "A collection that is believed to include more members in addition to those specified in the entity-set."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-membership"^^xsd:anyURI .
+
 :Influence
     a owl:Class ;
     rdfs:comment "An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some influenced Activity, Entity, or Agent to the influencing Activity, Entity, or Agent. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualifiedInfluence [ a prov:Influence; prov:entity :spoon; :foo :bar ] . Because prov:Influence is a broad relation, the more specific relations (Communication, Delegation, End, etc.) should be used when applicable."@en, "Any resource influenced by a prov:Entity, prov:Activity, or prov:Agent can qualify the influence by referencing an instance of prov:Influence. Instances of prov:Influence in turn cite the influencing Entity, Activity, or Agent (using prov:entity, prov:activity, or prov:agent, respectively) and may be further described with any kind of attributes, including user-defined attributes and those provided by PROV (prov:hadRole, prov:hadPlan, prov:atTime, prov:atLocation). A description (via prov:Influence) of the binary influence implies the assertion of the binary influence."@en ;
@@ -293,11 +304,12 @@
 
 :Membership
     a owl:Class ;
-    rdfs:comment "The descriptions on this Membership applies to the memberships of all KeyValuePairs cited by prov:pair."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:subClassOf :EntityInfluence ;
-    :category "collections" ;
+    :category "qualified" ;
     :component "collections" ;
-    :editorsDefinition "An optional set of descriptions about the membership of KeyValuePairs in a prov:Dictionary."@en ;
+    :definition "Membership is the belonging of an entity to a collection."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-membership"^^xsd:anyURI ;
     :unqualifiedForm :hadMember .
 
 :Organization
@@ -630,6 +642,7 @@
         a owl:Class ;
         owl:unionOf (:Delegation
             :Derivation
+            :End
             :Start
         )
     ] ;
@@ -660,9 +673,11 @@
     rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "hadMember" ;
     rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
     :category "expanded" ;
-    :component "collections" ;
+    :component "expanded" ;
     :inverse "wasMemberOf" ;
+    :qualifiedForm :Membership, :qualifiedMembership ;
     :sharesDefinitionWith :Collection .
 
 :hadPlan
@@ -743,6 +758,7 @@
     rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "influencer" ;
     :category "qualified" ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence"^^xsd:anyURI ;
     :editorialNote "This property and its subproperties are used in the same way as the rdf:object property, i.e. to reference the object of an unqualified prov:wasInfluencedBy or prov:influenced triple."@en ;
     :editorsDefinition "This property is used as part of the qualified influence pattern. Subclasses of prov:Influence use these subproperties to reference the resource (Entity, Agent, or Activity) whose influence is being qualified."@en ;
     :inverse "hadInfluence" .
@@ -944,12 +960,13 @@
     a owl:ObjectProperty ;
     rdfs:comment "The collection included the specified membership of keys-values."@en ;
     rdfs:domain :Collection ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "qualifiedMembership"@en ;
-    :category "collections" ;
+    :category "qualified" ;
     :component "collections" ;
-    :editorialNote "This property is NOT inverse functional, since the membership of many distinct KeyValuePairs can be qualified using a single instance of prov:Membership."@en ;
     :inverse "membershipOf" ;
-    :sharesDefinitionWith :Membership .
+    :sharesDefinitionWith :Membership ;
+    :unqualifiedForm :hadMember .
 
 :qualifiedQuotation
     a owl:ObjectProperty ;