prov-links
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Tue, 27 Nov 2012 11:44:38 +0000
changeset 5163 5818e477cf80
parent 5162 865797aaaf51 (current diff)
parent 5161 1ebcbec419ea (diff)
child 5164 b9979914a5b8
prov-links
model/provbib.js
ontology/releases/CR-prov-o-20121211/ns/prov-o-20121211.owl
ontology/releases/CR-prov-o-20121211/ns/prov-o-20121211.ttl
ontology/releases/CR-prov-o-20121211/ns/prov-o-inverses-20121211.owl
ontology/releases/CR-prov-o-20121211/ns/prov-o-inverses-20121211.ttl
ontology/releases/CR-prov-o-20121211/ns/prov-o-inverses.owl
ontology/releases/CR-prov-o-20121211/ns/prov-o-inverses.ttl
ontology/releases/CR-prov-o-20121211/ns/prov-o.owl
ontology/releases/CR-prov-o-20121211/ns/prov-o.ttl
testcases/constraints/derivation1-PASS.provn
testcases/constraints/derivation1-PASS.provx
testcases/constraints/derivation1-PASS.ttl
testcases/constraints/derivation2-FAIL-ordering.provn
testcases/constraints/derivation2-FAIL-ordering.provx
testcases/constraints/derivation2-FAIL-ordering.ttl
testcases/constraints/derivation3-PASS.provn
testcases/constraints/derivation3-PASS.provx
testcases/constraints/derivation3-PASS.ttl
--- a/.hgtags	Tue Nov 27 11:43:03 2012 +0000
+++ b/.hgtags	Tue Nov 27 11:44:38 2012 +0000
@@ -18,3 +18,8 @@
 e77662f297eae9064a422a405beb97475382072c CR-prov-o-html-20121211
 e77662f297eae9064a422a405beb97475382072c CR-prov-o-html-20121211
 5864295c058842789fb769959e79ec644c42e080 CR-prov-o-html-20121211
+b4d535b2ca50c95e5c39ac9a3cc8954c60590a35 CR-prov-o-20121211
+5864295c058842789fb769959e79ec644c42e080 CR-prov-o-html-20121211
+9dc6b345d89374c632e5c23cceee882cd4c05f79 CR-prov-o-html-20121211
+9dc6b345d89374c632e5c23cceee882cd4c05f79 CR-prov-o-html-20121211
+abe2a4d3fc1b50e6e5b6f3e9e1440bb192f064e2 CR-prov-o-html-20121211
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Bundle.ttl	Tue Nov 27 11:43:03 2012 +0000
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Bundle.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -12,7 +12,7 @@
 
 :report1
    a my:Report, prov:Entity;
-	my:version "1";
-	prov:generatedAtTime "2012-05-24T01:00:00"^^xsd:dateTime;
+   my:version "1";
+   prov:generatedAtTime "2012-05-24T01:00:00"^^xsd:dateTime;
    prov:wasAttributedTo :bob;
 .
--- a/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl	Tue Nov 27 11:43:03 2012 +0000
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -2,18 +2,18 @@
 @prefix foaf: <http://xmlns.com/foaf/0.1/> .
 @prefix sioc: <http://rdfs.org/sioc/ns#> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix my:   <http://example.org/vocab#> .
-@prefix :     <http://example.org#> .
+@prefix my:   <http://www.example.org/vocab#> .
+@prefix :     <http://www.example.org#> .
+@base         <http://www.example.com/derek-bundle.ttl> .
 
 <> 
    a prov:Bundle, prov:Entity;
    prov:wasAttributedTo :postEditor;
    prov:generatedAtTime "2011-07-16T02:52:02Z"^^xsd:dateTime;
-   :involvedUser        :derek;
 .
 
 :derek
-   a prov:Person, prov:Agent, foaf:Person; ## prov:Agent is inferred from prov:Person
+   a prov:Person, prov:Agent; ## prov:Agent is inferred from prov:Person
    foaf:givenName       "Derek";
    foaf:mbox            <mailto:derek@example.org>;
    prov:actedOnBehalfOf :national_newspaper_inc;
@@ -29,20 +29,8 @@
    foaf:name "Post Editor 3000";
 .   
 
-:government a prov:Organization, foaf:Organization .
-
-:aggregatedByRegions
-   a prov:Entity;
-   prov:atLocation <file://Users/aggr.txt>;
-.
-
-:crimeData
-   a prov:Entity;
-   prov:wasAttributedTo :government;
-.
-
 :more-crime-happens-in-cities
-   a sioc:Post, prov:Location, prov:Entity;
+   a sioc:Post, prov:Entity;
    sioc:latest_version   :post9821v2;
    sioc:previous_version :post9821v1;
 .
@@ -51,36 +39,48 @@
 
 :post9821v1
    a sioc:Post, prov:Entity;   
-   prov:atLocation       :more-crime-happens-in-cities; ## PERMALINK to the latest revision of the post.
-   sioc:title            "More crime happens in cities";
-   prov:value            "I was currious...";  ## Snapshot with the content of this version
-   prov:wasAttributedTo  :derek;
-   prov:generatedAtTime  "2011-07-16T01:52:02Z"^^xsd:dateTime;
-   prov:wasGeneratedBy   :publicationActivity1123;
-   prov:wasInfluencedBy  :aggregatedByRegions; ## This blog was influenced by Derek's data analysis.
-   prov:hadPrimarySource :crimeData;           ## Derek's blog derives from the crime data originally
-                                               ## gathered by the government.
+   prov:specializationOf  :more-crime-happens-in-cities; ## PERMALINK to the latest revision.
+   sioc:title             "More crime happens in cities";
+   prov:value             "I was currius...";            ## The text of this version (with a typo).
+   prov:generatedAtTime   "2011-07-16T01:52:02Z"^^xsd:dateTime;
+   prov:wasGeneratedBy    :publicationActivity1123;
+   prov:wasInfluencedBy   :aggregatedByRegions; ## This blog was influenced by Derek's data analysis.
+   prov:hadPrimarySource  :crimeData;           ## Derek's blog derives from the crime data originally
+                                                ## gathered by the government.
+   prov:invalidatedAtTime "2011-07-16T02:02:02Z"^^xsd:dateTime;
 .
 
 :publicationActivity1123 
    a prov:Activity;
-   prov:wasStartedBy      :derek;
    prov:startedAtTime     "2011-07-16T01:01:01Z"^^xsd:dateTime;
-   prov:wasAssociatedWith :derek,
-                          :postEditor;
-   prov:used              :aggregatedByRegions;   
+   prov:wasStartedBy      :derek;
+   prov:wasAssociatedWith :postEditor;
    prov:generated         :post9821v1;
+   prov:endedAtTime       "2011-07-16T01:52:02Z"^^xsd:dateTime;
    prov:wasEndedBy        :derek;
-   prov:endedAtTime       "2011-07-16T01:52:02Z"^^xsd:dateTime;
+.
+
+:aggregatedByRegions
+   a prov:Entity;
+   prov:atLocation <file://Users/aggr.txt>;
+.
+<file://Users/aggr.txt> a prov:Location .
+
+:crimeData
+   a prov:Entity;
+   prov:wasAttributedTo :government;
+.
+:government 
+   a prov:Organization, prov:Agent;
 .
 
 ## Version 2 of the post
 
 :post9821v2
    a sioc:Post, prov:Entity;
-   prov:atLocation       :more-crime-happens-in-cities; ## PERMALINK to the latest revision of the post.
-   prov:value            "I was curious..."; ## Snapshot with the content of this version
-   prov:wasAttributedTo  :derek;
+   prov:specializationOf :more-crime-happens-in-cities; ## PERMALINK to the latest revision.
+   prov:value            "I was curious...";            ## The text of this version (with fixed typo).
+   prov:generatedAtTime  "2011-07-16T02:02:02Z"^^xsd:dateTime;
    prov:wasRevisionOf    :post9821v1;
    prov:alternateOf      :post9821v1;
 .
--- a/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1_a.ttl	Tue Nov 27 11:43:03 2012 +0000
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1_a.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -2,20 +2,20 @@
 @prefix foaf: <http://xmlns.com/foaf/0.1/> .
 @prefix sioc: <http://rdfs.org/sioc/ns#> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix my:   <http://example.org#my> .
-@prefix :     <http://example.org#> .
+@prefix :     <http://www.example.org#> .
+@base         <http://www.example.com/monica-bundle.ttl> .
 
 <>
-   a prov:Bundle, prov:Entity ;
+   a prov:Bundle, prov:Entity;
    prov:wasAttributedTo :postEditor;
-   prov:generatedAtTime "2011-07-16T20:52:02Z"^^xsd:dateTime;
-   :involvedUser        :monica;
+   prov:wasDerivedFrom  <http://www.example.com/derek-bundle.ttl> .
+   prov:generatedAtTime "2011-07-16T03:03:03Z"^^xsd:dateTime;
 .
 
 :monica
-   a prov:Person, prov:Agent, foaf:Person;
+   a prov:Person, prov:Agent;
    foaf:givenName "Monica";
-   foaf:mbox      <mailto:monica@example.org>
+   foaf:mbox      <mailto:monica@example.org>;
 .
 
 ## Revised post for a different audience is a new resource.
@@ -23,12 +23,9 @@
 :post9822
    a sioc:Post, prov:Entity;
    sioc:title "More crime happens in cities (for dummies)";
-   prov:wasAttributedTo  :monica;
-   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:specializationOf :more-crime-happens-in-cities;             ## This post is an specialization of the post initially created by Derek.
-   prov:alternateOf      :post9821v2;                               ## This post is an alternate of the second version modified 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 "been derived from" it.
+   prov:wasAttributedTo  :monica,
+                         :postEditor;
+   prov:alternateOf      :more-crime-happens-in-cities;    ## This post is an alternate of Derek's blog.
+   prov:value            "A quick overview of Derek's..."; ## Snapshot with the content of this version
+   prov:wasRevisionOf    :post9821v2;                      ## Monica rewrote Derek's version 2 to create hers.
 .
--- a/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.ttl	Tue Nov 27 11:43:03 2012 +0000
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -2,13 +2,32 @@
 @prefix foaf: <http://xmlns.com/foaf/0.1/> .
 @prefix sioc: <http://rdfs.org/sioc/ns#> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix :     <http://example.org#> .
+@prefix :     <http://www.example.org#> .
+@base         <http://www.example.com/john-bundle.ttl> .
 
 <> 
    a prov:Bundle, prov:Entity;
    prov:wasAttributedTo :postEditor;
-   prov:generatedAtTime "2012-04-03T13:35:23Z"^^xsd:dateTime;
-   :involvedUser :john.
+   prov:wasDerivedFrom <http://www.example.com/derek-bundle.ttl>,
+                       <http://www.example.com/monica-bundle.ttl>;
+   prov:generatedAtTime "2012-08-08T08:08:08Z"^^xsd:dateTime;
+.
+
+:publicationActivity1124
+   a prov:Activity;
+   prov:wasAttributedTo :postEditor,
+                        :john;
+   prov:generated :post19201;
+.
+
+:post19201
+   a sioc:Post, prov:Entity;
+   prov:wasAttributedTo :john;
+   prov:value "I'm not so sure that...";
+   prov:wasDerivedFrom :quote_from_derek,
+                       :quote_from_monica,
+                       :aggregatedByRegions;
+   prov:wasGeneratedBy :publicationActivity1124;
 .
 
 :john 
@@ -16,35 +35,16 @@
    foaf:name "John";
 .
 
-# Rows of the post quoting post :post9821v1
-
-:quote1
+:quote_from_derek
    a prov:Entity;
    prov:value "Analysis of the datasets demonstrates that there is more crime.";
-   prov:wasQuotedFrom :post9821v1;
+   prov:wasQuotedFrom   :more-crime-happens-in-cities;
+   prov:generatedAtTime "2012-08-08T01:01:01Z"^^xsd:dateTime;
 .
    
-# Rows of the post quoting post :post9821v2
-
-:quote2
+:quote_from_monica
    a prov:Entity;
    prov:value "In summary, there are clearly more crimes in the country.";
-   prov:wasQuotedFrom :post9821v2;
+   prov:wasQuotedFrom   :post9822;
+   prov:generatedAtTime "2012-08-08T02:02:02Z"^^xsd:dateTime;
 .
-
-:publicationActivity1124
-   a prov:Activity;
-   prov:used :quote1,
-             :quote2,
-             :aggregatedByRegions;
-   prov:generated :post19201;
-.
-
-:post19201
-   a sioc:Post, prov:Entity;
-   prov:wasAttributedTo  :john;
-   prov:wasDerivedFrom   :post9821v1, 
-                         :post9821v2;
-   prov:wasGeneratedBy   :publicationActivity1124;
-   prov:hadPrimarySource :aggregatedByRegions;
-.
--- a/model/diff-c.html	Tue Nov 27 11:43:03 2012 +0000
+++ b/model/diff-c.html	Tue Nov 27 11:44:38 2012 +0000
@@ -1708,16 +1708,16 @@
 
 <span class="delete">How to read the PROV Family of Specifications</span>
 
-<li>The <span class="delete">primer is the entry point</span><span class="insert">Linked Data and Semantic Web community should focus on [</span><cite><a class="bibref" href="#bib-PROV-O"><span class="insert">PROV-O</span></a></cite><span class="insert">] defining PROV classes and properties specified in an OWL2 ontology. For further details, [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">] and [</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS"><span class="insert">PROV-CONSTRAINTS</span></a></cite><span class="insert">] specify the constraints applicable</span> to <span class="delete">PROV offering an introduction to the provenance model.</span><span class="insert">the data model, and its interpretation. </span></li>
+<li>The <span class="delete">primer is the entry point</span><span class="insert">Linked Data and Semantic Web community should focus on [</span><cite><a class="bibref" href="#bib-PROV-O"><span class="insert">PROV-O</span></a></cite><span class="insert">] defining PROV classes and properties specified in an OWL2 ontology. For further details, [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">] and PROV-CONSTRAINTS specify the constraints applicable</span> to <span class="delete">PROV offering an introduction to the provenance model.</span><span class="insert">the data model, and its interpretation. </span></li>
 <li>The <span class="delete">Linked Data and Semantic Web</span><span class="insert">XML</span> community should focus on <span class="delete">PROV-O
 </span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-XML"><span class="insert">PROV-XML</span></a></cite><span class="insert">] </span>defining <span class="delete">PROV classes and properties specified</span><span class="insert">an XML schema for PROV. Further details can also be found</span> in <span class="delete">an OWL2
-ontology. For further details, </span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-DM">PROV-DM<span class="delete"> and </span></a></cite><span class="insert">] and [</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS<span class="delete"> specify
+ontology. For further details, </span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-DM">PROV-DM<span class="delete"> and PROV-CONSTRAINTS specify
 the constraints applicable to the data model, and its interpretation.
 
-</span></a></cite><span class="insert">].</span></li>
+</span></a></cite><span class="insert">] and PROV-CONSTRAINTS.</span></li>
 <li>Developers seeking to retrieve or publish provenance should focus on <span class="delete">PROV-AQ.</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-AQ"><span class="insert">PROV-AQ</span></a></cite><span class="insert">].</span></li>
 <li>Readers seeking to implement other PROV serializations
-should focus on <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-DM">PROV-DM<span class="delete"> and PROV-CONSTRAINTS.</span></a></cite><span class="insert">] and [</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS"><span class="insert">PROV-CONSTRAINTS</span></a></cite><span class="insert">].</span>  <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-O">PROV-O<span class="delete"> and </span></a></cite><span class="insert">], [</span><cite><a class="bibref" href="#bib-PROV-N">PROV-N</a></cite><span class="insert">], and [</span><cite><a class="bibref" href="#bib-PROV-XML"><span class="insert">PROV-XML</span></a></cite><span class="insert">]</span> offer examples of mapping to <span class="delete">RDF and</span><span class="insert">RDF,</span> text,<span class="insert"> and XML,</span> respectively.</li>
+should focus on <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite><span class="insert">]</span> and PROV-CONSTRAINTS.  <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-O">PROV-O<span class="delete"> and </span></a></cite><span class="insert">], [</span><cite><a class="bibref" href="#bib-PROV-N">PROV-N</a></cite><span class="insert">], and [</span><cite><a class="bibref" href="#bib-PROV-XML"><span class="insert">PROV-XML</span></a></cite><span class="insert">]</span> offer examples of mapping to <span class="delete">RDF and</span><span class="insert">RDF,</span> text,<span class="insert"> and XML,</span> respectively.</li>
 </ul>
 <h4 id="please-comment-by-january-31-2013"><span class="insert">Please Comment By January 31, 2013</span></h4>
 
@@ -6215,10 +6215,9 @@
 
 
 
-<section id="references" class="appendix"><h2><span class="secno"><span class="delete">C.</span><span class="insert">D.</span> </span>References</h2><section id="normative-references"><h3><span class="secno"><span class="delete">C.1</span><span class="insert">D.1</span> </span>Normative references</h3><dl class="bibliography"><span class="delete">[IRI]</span><dt id="bib-PROV-CONSTRAINTS"><span class="insert">[PROV-CONSTRAINTS]</span></dt><dd><span class="delete">M. Duerst, M. Suignard. </span><span class="insert">James Cheney; Paolo Missier; Luc Moreau; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/"><cite><span class="delete">Internationalized Resource Identifiers (IRI).</span><span class="insert">Constraints of the PROV Data Model</span></cite></a><span class="delete"> January 2005. Internet RFC 3987.</span><span class="insert">. 11 December 2012, W3C Candidate Recommendation.</span> URL: <span class="delete">http://www.ietf.org/rfc/rfc3987.txt</span> 
-<a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-constraints-20121211/</span></a>
-</dd><span class="delete">[RDF]</span><dt id="bib-PROV-DM"><span class="insert">[PROV-DM]</span></dt><dd><span class="delete">Graham Klyne and Jeremy J. Carroll (eds.) </span><span class="insert">Luc Moreau; Paolo Missier; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><cite><span class="delete">Resource Description Framework (RDF): Concepts and Abstract Syntax</span><span class="insert">PROV-DM: The PROV Data Model</span></cite></a>. <span class="delete">2004,</span><span class="insert">11 December 2012,</span> W3C <span class="insert">Candidate </span>Recommendation. URL: <span class="delete">http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/</span><a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-dm-20121211/</span></a>
-</dd><dt id="bib-PROV-N"><span class="insert">[PROV-N]</span></dt><dd><span class="insert">Luc Moreau; Paolo Missier; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><cite><span class="insert">PROV-N: The Provenance Notation</span></cite></a><span class="insert">. 11 December 2012, W3C Candidate Recommendation. URL: </span><a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-n-20121211/</span></a>
+<section id="references" class="appendix"><h2><span class="secno"><span class="delete">C.</span><span class="insert">D.</span> </span>References</h2><section id="normative-references"><h3><span class="secno"><span class="delete">C.1</span><span class="insert">D.1</span> </span>Normative references</h3><dl class="bibliography"><span class="delete">[IRI]</span><dt id="bib-PROV-DM"><span class="insert">[PROV-DM]</span></dt><dd><span class="delete">M. Duerst, M. Suignard. </span><span class="insert">Luc Moreau; Paolo Missier; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><cite><span class="delete">Internationalized Resource Identifiers (IRI).</span><span class="insert">PROV-DM: The PROV Data Model</span></cite></a><span class="delete"> January 2005. Internet RFC 3987.</span><span class="insert">. 11 December 2012, W3C Candidate Recommendation.</span> URL: <span class="delete">http://www.ietf.org/rfc/rfc3987.txt</span> 
+<a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-dm-20121211/</span></a>
+</dd><span class="delete">[RDF]</span><dt id="bib-PROV-N"><span class="insert">[PROV-N]</span></dt><dd><span class="delete">Graham Klyne and Jeremy J. Carroll (eds.) </span><span class="insert">Luc Moreau; Paolo Missier; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><cite><span class="delete">Resource Description Framework (RDF): Concepts and Abstract Syntax</span><span class="insert">PROV-N: The Provenance Notation</span></cite></a>. <span class="delete">2004,</span><span class="insert">11 December 2012,</span> W3C <span class="insert">Candidate </span>Recommendation. URL: <span class="delete">http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/</span><a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-n-20121211/</span></a>
 </dd><dt id="bib-PROV-O"><span class="insert">[PROV-O]</span></dt><dd><span class="insert">Timothy Lebo; Satya Sahoo; Deborah McGuinness; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/"><cite><span class="insert">PROV-O: The PROV Ontology</span></cite></a><span class="insert">. 11 December 2012, W3C Candidate Recommendation. URL: </span><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-o-20121211/</span></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-RFC3987"><span class="insert">[RFC3987]</span></dt><dd><span class="insert">M. Dürst; M. Suignard. </span><a href="http://www.ietf.org/rfc/rfc3987.txt"><cite><span class="insert">Internationalized Resource Identifiers (IRIs).</span></cite></a><span class="insert"> January 2005. Internet RFC 3987. URL: </span><a href="http://www.ietf.org/rfc/rfc3987.txt"><span class="insert">http://www.ietf.org/rfc/rfc3987.txt</span></a> 
@@ -6227,7 +6226,7 @@
 </dd><dt id="bib-DBCONSTRAINTS">[DBCONSTRAINTS]</dt><dd> Ronald <span class="delete">Fagin,</span><span class="insert">Fagin;</span> Phokion G. <span class="delete">Kolaitis,</span><span class="insert">Kolaitis;</span> Renée J. <span class="delete">Miller, and</span><span class="insert">Miller;</span> Lucian <span class="delete">Popa</span><span class="insert">Popa.</span>  <a href="http://dx.doi.org/10.1016/j.tcs.2004.10.033"><cite>Data        exchange: Semantics and query answering</cite></a>.  Theoretical computer science 336(1):89-124   Elsevier  URL: <a href="http://dx.doi.org/10.1016/j.tcs.2004.10.033">http://dx.doi.org/10.1016/j.tcs.2004.10.033</a>
 </dd><dt id="bib-Logic">[Logic]</dt><dd>W. E. <span class="delete">Johnson</span><span class="insert">Johnson. </span><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>
 </dd><span class="delete">[PROV-DM]</span><dt id="bib-PROV-AQ"><span class="insert">[PROV-AQ]</span></dt><dd><span class="delete">Luc Moreau and Paolo Missier (eds.) Khalid Belhajjame, Reza B'Far, James Cheney, Stephen Cresswell, Yolanda Gil,</span><span class="insert">Graham Klyne;</span> Paul <span class="delete">Groth, Graham Klyne, Jim McCusker, Simon Miles, James Myers, Satya Sahoo, and Curt Tilmes </span><span class="insert">Groth; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/"><cite><span class="delete">PROV-DM: The PROV Data Model</span><span class="insert">Provenance Access and Query</span></cite></a>. <span class="insert">19 June </span>2012, Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-dm/</span><a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-aq-20120619/</span></a>
-</dd><span class="delete">[PROV-N]</span><dt id="bib-PROV-OVERVIEW"><span class="insert">[PROV-OVERVIEW]</span></dt><dd><span class="insert">Paul Groth and </span>Luc Moreau <span class="delete">and Paolo Missier (eds.), James Cheney, Stian Soiland-Reyes </span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite><span class="delete">PROV-N: The Provenance Notation</span><span class="insert">PROV-OVERVIEW: An Overview of the PROV Family of Documents</span></cite></a>. <span class="delete">2011,</span><span class="insert">11 December 2012,</span> Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-n/</span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</span></a>
+</dd><span class="delete">[PROV-N]</span><dt id="bib-PROV-OVERVIEW"><span class="insert">[PROV-OVERVIEW]</span></dt><dd><span class="insert">Paul Groth; </span>Luc <span class="delete">Moreau and Paolo Missier (eds.), James Cheney, Stian Soiland-Reyes </span><span class="insert">Moreau; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite><span class="delete">PROV-N: The Provenance Notation</span><span class="insert">PROV-OVERVIEW: An Overview of the PROV Family of Documents</span></cite></a>. <span class="delete">2011,</span><span class="insert">11 December 2012,</span> Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-n/</span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</span></a>
 </dd><span class="delete">[PROV-O]</span><dt id="bib-PROV-PRIMER"><span class="insert">[PROV-PRIMER]</span></dt><dd><span class="delete">Timothy Lebo, Satya Sahoo and Deborah McGuinness (eds.) Khalid Belhajjame, James Cheney, David Corsar, Daniel Garijo, Stian Soiland-Reyes, and Stephan Zednik </span><span class="insert">Yolanda Gil; Simon Miles; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><cite><span class="delete">Provenance Formal</span><span class="insert">PROV</span> Model<span class="insert"> Primer</span></cite></a>. <span class="delete">2011,</span><span class="insert">11 December 2012,</span> Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-o/</span><a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-primer-20121211/</span></a>
 </dd><dt id="bib-PROV-SEM">[PROV-SEM]</dt><dd>James <span class="delete">Cheney </span><span class="insert">Cheney; ed. </span><a href="http://www.w3.org/2011/prov/wiki/FormalSemanticsED"><cite>Formal Semantics <span class="delete">Strawman</span><span class="insert">of PROV</span></cite></a>. 2011, Work in progress. URL: <span class="delete">http://www.w3.org/2011/prov/wiki/FormalSemanticsStrawman</span><a href="http://www.w3.org/2011/prov/wiki/FormalSemanticsED"><span class="insert">http://www.w3.org/2011/prov/wiki/FormalSemanticsED</span></a><span class="insert">.
 </span></dd><dt id="bib-PROV-XML"><span class="insert">[PROV-XML]</span></dt><dd><span class="insert">Hook Hua; Curt Tilmes; Stephan Zednik; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/"><cite><span class="insert">PROV-XML: The PROV XML Schema</span></cite></a><span class="insert">. 11 December 2012, Working Draft. URL: </span><a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-xml-20121211/</span></a>
--- a/model/diff-n.html	Tue Nov 27 11:43:03 2012 +0000
+++ b/model/diff-n.html	Tue Nov 27 11:44:38 2012 +0000
@@ -1,3 +1,4 @@
+
 <!DOCTYPE html>
 <html lang="en" dir="ltr">
 <head><style type="text/css"><!--
@@ -1398,7 +1399,7 @@
 
 <li>Developers seeking to retrieve or publish provenance should focus on <span class="delete">PROV-AQ.</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-AQ"><span class="insert">PROV-AQ</span></a></cite><span class="insert">].</span></li>
 <li>Readers seeking to implement other PROV serializations
-should focus on <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite><span class="insert">]</span> and <span class="delete">PROV-CONSTRAINTS.</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS"><span class="insert">PROV-CONSTRAINTS</span></a></cite><span class="insert">].</span>  <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite><span class="insert">], [</span><cite><a class="bibref" href="#bib-PROV-N"><span class="insert">PROV-N</span></a></cite><span class="insert">],</span> and <span class="delete">PROV-N</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-XML"><span class="insert">PROV-XML</span></a></cite><span class="insert">]</span> offer examples of mapping to <span class="delete">RDF</span><span class="insert">RDF, text,</span> and <span class="delete">text,</span><span class="insert">XML,</span> respectively.</li>
+should focus on <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite><span class="insert">]</span> and <span class="delete">PROV-CONSTRAINTS.</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS"><span class="insert">PROV-CONSTRAINTS</span></a></cite><span class="insert">].</span>  <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite><span class="insert">], PROV-N,</span> and <span class="delete">PROV-N</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-XML"><span class="insert">PROV-XML</span></a></cite><span class="insert">]</span> offer examples of mapping to <span class="delete">RDF</span><span class="insert">RDF, text,</span> and <span class="delete">text,</span><span class="insert">XML,</span> respectively.</li>
 </ul>
 
 
@@ -1765,7 +1766,7 @@
 <h3><span class="secno">2.5 </span>Identifiers and attributes</h3>
 
 <p>Almost all expressions defined in the grammar include an identifier (see <a href="#expression-identifier">Section 3.7.1</a> for the full syntax of identifiers). Most expressions
-can aslo include a set of attribute-value pairs, delimited by square brackets. Identifiers are optional except for Entities, Activites, and Agents. Identifiers are always the first term in any expression.  <em>Optional</em> identifiers <em class="rfc2119" title="must">must</em> be separated using a semi-colon ';', but where the identifiers are required, a regular comma ',' <em class="rfc2119" title="must">must</em> be used. This makes it possible to completely omit an optional identifier with no ambiguity arising. Also, if the set of attribute-value pairs is present, it is always the last term in any expression.</p>
+can <span class="delete">aslo</span><span class="insert">also</span> include a set of attribute-value pairs, delimited by square brackets. Identifiers are optional except for Entities, Activites, and Agents. Identifiers are always the first term in any expression.  <em>Optional</em> identifiers <em class="rfc2119" title="must">must</em> be separated using a semi-colon ';', but where the identifiers are required, a regular comma ',' <em class="rfc2119" title="must">must</em> be used. This makes it possible to completely omit an optional identifier with no ambiguity arising. Also, if the set of attribute-value pairs is present, it is always the last term in any expression.</p>
 
 <div class="anexample" id="example_9"><div class="anexampleTitle"><a class="internalDFN" href="#example_9">Example 9</a></div>
 <p>Derivation has an optional identifier. In the first expression, the identifier is not available, while it is explicit in the second. The third example shows that one can optionally indicate the missing identifier using the <span class="name">-</span> marker. This is equivalent to the first expression. </p>
@@ -1780,7 +1781,7 @@
 
 
 <div class="anexample" id="example_10"><div class="anexampleTitle"><a class="internalDFN" href="#example_10">Example 10</a></div>
-<p>The first and second activity expressions <span class="delete">have no</span><span class="insert">do not speciy any</span> attributes, and are equivalent.
+<p>The first and second activity expressions <span class="delete">have no</span><span class="insert">do not specify any</span> attributes, and are equivalent.
 
 The third activity expression <span class="delete">has</span><span class="insert">specifies</span> two attributes. 
 </p><pre class="codeexample">activity(ex:a1)
@@ -2163,7 +2164,7 @@
 
 <div class="anexample" id="example_17"><div class="anexampleTitle"><a class="internalDFN" href="#example_17">Example 17</a></div>
 
-    <pre class="codeexample"><span class="delete">wasEndedBy(s;</span><span class="insert">wasEndedBy(end;</span> ex:act2, ex:trigger,ex:act3,  2011-11-16T16:00:00, [ex:param="a"])
+    <pre class="codeexample"><span class="delete">wasEndedBy(s;</span><span class="insert">wasEndedBy(end;</span> ex:act2, <span class="delete">ex:trigger,ex:act3,</span><span class="insert">ex:trigger, ex:act3,</span>  2011-11-16T16:00:00, [ex:param="a"])
   </pre>
 <p>  Here <span class="name"><span class="delete">s</span><span class="insert">end</span></span> is the optional <span class="delete">start</span><span class="insert">end</span> identifier,  
 <span class="name">ex:act2</span> is the identifier of the ending activity,
@@ -2570,7 +2571,7 @@
 
 
 <div class="anexample" id="example_26"><div class="anexampleTitle"><a class="internalDFN" href="#example_26"><span class="insert">Example 26</span></a></div>
-<p><span class="insert">The  following expressions illustrates a plan.
+<p><span class="insert">The  following expression illustrates a plan.
 </span></p><pre class="codeexample"><span class="insert">  entity(ex:pl1,   [ prov:type='prov:Plan' ])
 </span></pre>
 </div>
@@ -2697,7 +2698,7 @@
 
 <p><span class="delete">Named bundles</span><span class="insert">Bundles</span> cannot be nested because <span class="insert">a </span><code><span class="delete">namedBundle</span><a class="grammarRef" href="#prod-bundle"><span class="insert">bundle</span></a></code> is not an <code><a class="grammarRef" href="#prod-expression">expression</a></code>, and therefore cannot <span class="delete">occurs</span><span class="insert">occur</span> inside another <code><span class="delete">namedBundle</span><a class="grammarRef" href="#prod-bundle"><span class="insert">bundle</span></a></code>.</p>
 
-<p><span class="delete">Named bundles are self-contained: each</span><span class="insert">Each</span> identifier occuring in a<span class="delete"> named</span> bundle, including the bundle identifier itself, <em class="rfc2119" title="must">must</em> be interpreted with respect to the namespace declarations of that <span class="delete">bundle. In other words, for every identifier</span><span class="insert">bundle, or if the identifier's prefix is not declared in the bundle,</span> with <span class="insert">respect to the namespace declarations in the document. </span></p>
+<p><span class="delete">Named bundles are self-contained: each</span><span class="insert">Each</span> identifier <span class="delete">occuring</span><span class="insert">occurring</span> in a<span class="delete"> named</span> bundle, including the bundle identifier itself, <em class="rfc2119" title="must">must</em> be interpreted with respect to the namespace declarations of that <span class="delete">bundle. In other words, for every identifier</span><span class="insert">bundle, or if the identifier's prefix is not declared in the bundle,</span> with <span class="insert">respect to the namespace declarations in the document. </span></p>
 
 
 <p><span class="insert">The following table summarizes how each constituent of </span>a <span class="delete">prefix </span><span class="delete">p</span><span class="delete"> within</span><span class="insert">PROV-DM bundle maps to</span> a <span class="delete">named bundle, there </span><span class="delete">must</span><span class="delete"> be a namespace declaration for </span><span class="delete">p</span><span class="delete"> in this named bundled; for every identifier  without prefix, there </span><span class="delete">must</span><span class="delete"> be a default namespace declaration  in this named bundled.</span><span class="insert">PROV-N syntax element.</span></p>
@@ -3117,7 +3118,7 @@
 </div>
 
 
-<p><b>Note:</b>The productions for the terminals  <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and  <code class="content"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_PREFIX">PN_PREFIX</a></code> are conflicting.
+<p><b>Note:</b> The productions for the terminals  <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and  <code class="content"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_PREFIX">PN_PREFIX</a></code> are conflicting.
 Indeed,  for a tokenizer operating independently of the parse tree, <code>abc</code> matches both 
 <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and
 <code class="content"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_PREFIX">PN_PREFIX</a></code>.
@@ -3190,7 +3191,7 @@
 <p> In particular, a Literal may be an IRI-typed string (with datatype <span class="name">xsd:anyURI</span>);  such IRI has no specific interpretation in the context of PROV.</p>
 
 
-<p><b>Note:</b>The productions for terminals <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and
+<p><b>Note:</b> The productions for terminals <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and
 <code class="content"><a class="grammarRef" href="#prod-INT_LITERAL">INT_LITERAL</a></code> are conflicting.  
 Indeed, for a tokenizer operating independently of the parse tree, <code>1234</code> matches both <code class="content"><a class="grammarRef" href="#prod-INT_LITERAL">INT_LITERAL</a></code> and <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> (local name without prefix). In the context of
 a <code class="content"><a class="grammarRef" href="#prod-convenienceNotation">convenienceNotation</a></code>, a tokenizer should give preference to the production
@@ -3320,7 +3321,7 @@
 <span class="delete">
 the scope of a namespace</span><span class="insert">prefix-namespace</span> declaration directly occurring in a <code><a class="grammarRef" href="#prod-bundle"><span class="delete">toplevel </span>bundle</a></code> is the <code><a class="grammarRef" href="#prod-bundle"><span class="delete">toplevel </span>bundle</a></code> <span class="delete">itself, except and</span><span class="insert">itself.</span></li>
 <li><span class="insert">
-The scope of a prefix-namespace declaration directly occurring in a</span> <code><span class="delete">namedBundle</span><a class="grammarRef" href="#prod-document"><span class="insert">document</span></a></code><span class="insert"> is the </span><code><a class="grammarRef" href="#prod-document"><span class="insert">document</span></a></code><span class="insert"> including the </span><code><a class="grammarRef" href="#prod-bundle"><span class="insert">bundles</span></a></code> it <span class="delete">may contain.</span><span class="insert">contains but excluding those </span><code><a class="grammarRef" href="#prod-bundle"><span class="insert">bundles</span></a></code><span class="insert"> that redeclare this prefix.</span></li>
+The scope of a prefix-namespace declaration directly occurring in a</span> <code><span class="delete">namedBundle</span><a class="grammarRef" href="#prod-document"><span class="insert">document</span></a></code><span class="insert"> is the </span><code><a class="grammarRef" href="#prod-document"><span class="insert">document</span></a></code><span class="insert"> including the </span><code><a class="grammarRef" href="#prod-bundle"><span class="insert">bundles</span></a></code> it <span class="delete">may contain.</span><span class="insert">contains but excluding those </span><code><a class="grammarRef" href="#prod-bundle"><span class="insert">bundles</span></a></code><span class="insert"> that re-declare this prefix.</span></li>
 </ul>
 
 <p>A set of namespace declarations <code><a class="grammarRef" href="#prod-namespaceDeclarations">namespaceDeclarations</a></code> <em class="rfc2119" title="must not">must not</em> re-declare the same prefix.</p>
@@ -3397,7 +3398,7 @@
 
 <div style="text-align: left;">
 <table class="thinborder" style="margin-left: auto; margin-right: auto;">
-<caption id="validity-rules-table">Summary of additional semantic rules for grammar productions</caption>
+<caption id="validity-rules-table"><span class="insert">Table 2: </span>Summary of additional semantic rules for grammar productions</caption>
 <tbody><tr><td><a><b>Production</b></a></td>
      <td><b>Examples of syntactically correct expressions</b></td>
      <td><b>Additional semantic rule</b></td>
@@ -3604,7 +3605,7 @@
       <dd>PROV-N is used to express the provenance of arbitrary application data; security considerations will vary by domain of use. Security tools and protocols applicable to text (e.g. PGP encryption, MD5 sum validation, password-protected compression) may also be used on PROV-N documents. Security/privacy protocols must be imposed which reflect the sensitivity of the embedded information.  </dd> 
       <dd>PROV-N can express data which is presented to the user, for example, by means of label attributes. Application rendering strings retrieved from untrusted PROV-N documents must ensure that malignant strings may not be used to mislead the reader. The security considerations in the media type registration for XML ([<cite><a class="bibref" href="#bib-RFC3023">RFC3023</a></cite>] section 10) provide additional guidance around the expression of arbitrary data and markup.</dd> 
       <dd>PROV-N is a language for describing the provenance of things, and therefore a PROV-N document is metadata for other resources.  Untrusted PROV-N documents may mislead its consumers by indicating that a third-party resource has a reputable lineage, when it has not. Provenance of PROV-N document should be sought. </dd>
-      <dd>PROV-N uses qualified names mappeable to IRIs as term identifiers. Applications interpreting data expressed in PROV-N should address the security issues of
+      <dd>PROV-N uses qualified names <span class="delete">mappeable</span><span class="insert">mappable</span> to IRIs as term identifiers. Applications interpreting data expressed in PROV-N should address the security issues of
   <a class="norm" href="http://www.ietf.org/rfc/rfc3987.txt">Internationalized Resource Identifiers (IRIs)</a> [<cite><a class="bibref" href="#bib-RFC3987">RFC3987</a></cite>] Section 8, as well as
   <a class="norm" href="http://www.ietf.org/rfc/rfc3986.txt">Uniform Resource Identifier (URI): Generic Syntax</a> [<cite><a class="bibref" href="#bib-RFC3986">RFC3986</a></cite>] Section 7.</dd> 
       <dd>Multiple IRIs may have the same appearance. Characters in different scripts may 
@@ -3766,7 +3767,6 @@
 <section id="references" class="appendix"><h2><span class="secno"><span class="delete">B.</span><span class="insert">C.</span> </span>References</h2><section id="normative-references"><h3><span class="secno"><span class="delete">B.1</span><span class="insert">C.1</span> </span>Normative references</h3><dl class="bibliography"><span class="delete">[IRI]</span><dt id="bib-PROV-CONSTRAINTS"><span class="insert">[PROV-CONSTRAINTS]</span></dt><dd><span class="delete">M. Duerst, M. Suignard. </span><span class="insert">James Cheney; Paolo Missier; Luc Moreau; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/"><cite><span class="delete">Internationalized Resource Identifiers (IRI).</span><span class="insert">Constraints of the PROV Data Model</span></cite></a><span class="delete"> January 2005. Internet RFC 3987.</span><span class="insert">. 11 December 2012, W3C Candidate Recommendation.</span> URL: <span class="delete">http://www.ietf.org/rfc/rfc3987.txt</span> 
 <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-constraints-20121211/</span></a>
 </dd><dt id="bib-PROV-DM"><span class="insert">[PROV-DM]</span></dt><dd><span class="insert">Luc Moreau; Paolo Missier; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><cite><span class="insert">PROV-DM: The PROV Data Model</span></cite></a><span class="insert">. 11 December 2012, W3C Candidate Recommendation. URL: </span><a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-dm-20121211/</span></a>
-</dd><dt id="bib-PROV-N"><span class="insert">[PROV-N]</span></dt><dd><span class="insert">Luc Moreau; Paolo Missier; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><cite><span class="insert">PROV-N: The Provenance Notation</span></cite></a><span class="insert">. 11 December 2012, W3C Candidate Recommendation. URL: </span><a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-n-20121211/</span></a>
 </dd><dt id="bib-PROV-O"><span class="insert">[PROV-O]</span></dt><dd><span class="insert">Timothy Lebo; Satya Sahoo; Deborah McGuinness; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/"><cite><span class="insert">PROV-O: The PROV Ontology</span></cite></a><span class="insert">. 11 December 2012, W3C Candidate Recommendation. URL: </span><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-o-20121211/</span></a>
 </dd><dt id="bib-RDF-SPARQL-QUERY">[RDF-SPARQL-QUERY]</dt><dd>Andy Seaborne; Eric Prud'hommeaux. <a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115"><cite>SPARQL Query Language for RDF.</cite></a> 15 January 2008. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115">http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115</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> 
@@ -3779,7 +3779,7 @@
 </dd><dt id="bib-XML11">[XML11]</dt><dd>Eve Maler; et al. <a href="http://www.w3.org/TR/2006/REC-xml11-20060816"><cite>Extensible Markup Language (XML) 1.1 (Second Edition).</cite></a> 16 August 2006. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2006/REC-xml11-20060816">http://www.w3.org/TR/2006/REC-xml11-20060816</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></section><section id="informative-references"><h3><span class="secno"><span class="delete">B.2</span><span class="insert">C.2</span> </span>Informative references</h3><dl class="bibliography"><dt id="bib-PROV-AQ">[PROV-AQ]</dt><dd>Graham <span class="delete">Klyne and</span><span class="insert">Klyne;</span> Paul <span class="delete">Groth (eds.) Luc Moreau, Olaf Hartig, Yogesh Simmhan, James Meyers, Timothy Lebo, Khalid Belhajjame, and Simon Miles </span><span class="insert">Groth; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/"><cite>Provenance Access and Query</cite></a>. <span class="delete">2011,</span><span class="insert">19 June 2012,</span> Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-aq/</span><a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-aq-20120619/</span></a>
-</dd><span class="delete">[PROV-CONSTRAINTS]</span><dt id="bib-PROV-OVERVIEW"><span class="insert">[PROV-OVERVIEW]</span></dt><dd><span class="delete">James Cheney, Paolo Missier,</span><span class="insert">Paul Groth</span> and Luc Moreau <span class="delete">(eds.)</span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite><span class="delete">Constraints</span><span class="insert">PROV-OVERVIEW: An Overview</span> of the <span class="delete">Prov Data Model</span><span class="insert">PROV Family of Documents</span></cite></a>. <span class="insert">11 December </span>2012, Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-constraints/</span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</span></a>
+</dd><span class="delete">[PROV-CONSTRAINTS]</span><dt id="bib-PROV-OVERVIEW"><span class="insert">[PROV-OVERVIEW]</span></dt><dd><span class="delete">James Cheney, Paolo Missier, and</span><span class="insert">Paul Groth;</span> Luc <span class="delete">Moreau (eds.)</span><span class="insert">Moreau; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite><span class="delete">Constraints</span><span class="insert">PROV-OVERVIEW: An Overview</span> of the <span class="delete">Prov Data Model</span><span class="insert">PROV Family of Documents</span></cite></a>. <span class="insert">11 December </span>2012, Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-constraints/</span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</span></a>
 </dd><span class="delete">[PROV-DM]</span><dt id="bib-PROV-PRIMER"><span class="insert">[PROV-PRIMER]</span></dt><dd><span class="delete">Luc Moreau and Paolo Missier (eds.) Khalid Belhajjame, Reza B'Far, Stephen Cresswell, </span>Yolanda <span class="delete">Gil, Paul Groth, Graham Klyne, Jim McCusker,</span><span class="insert">Gil;</span> Simon <span class="delete">Miles, James Myers, Satya Sahoo, and Curt Tilmes</span><span class="insert">Miles; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><cite><span class="delete">PROV-DM: The </span>PROV <span class="delete">Data </span>Model<span class="insert"> Primer</span></cite></a>. <span class="insert">11 December </span>2012, Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-dm/</span><a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-primer-20121211/</span></a>
 </dd><dt id="bib-PROV-RDF">[PROV-RDF]</dt><dd>James Cheney <a href="http://www.w3.org/2011/prov/wiki/ProvRDF"><cite>PROV-RDF Mapping </cite></a>2012, Working in Progress. URL: <a href="http://www.w3.org/2011/prov/wiki/ProvRDF">http://www.w3.org/2011/prov/wiki/ProvRDF</a>
 </dd><dt id="bib-PROV-SEM">[PROV-SEM]</dt><dd>James <span class="delete">Cheney </span><span class="insert">Cheney; ed. </span><a href="http://www.w3.org/2011/prov/wiki/FormalSemanticsED"><cite>Formal Semantics <span class="delete">Strawman</span><span class="insert">of PROV</span></cite></a>. 2011, Work in progress. URL: <span class="delete">http://www.w3.org/2011/prov/wiki/FormalSemanticsStrawman</span><a href="http://www.w3.org/2011/prov/wiki/FormalSemanticsED"><span class="insert">http://www.w3.org/2011/prov/wiki/FormalSemanticsED</span></a><span class="insert">.</span>
--- a/model/diff.html	Tue Nov 27 11:43:03 2012 +0000
+++ b/model/diff.html	Tue Nov 27 11:44:38 2012 +0000
@@ -1,3 +1,4 @@
+
 <!DOCTYPE html>
 <html lang="en" dir="ltr">
 <head><style type="text/css"><!--
@@ -1743,11 +1744,11 @@
 <ul>
 <li><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-OVERVIEW"><span class="insert">PROV-OVERVIEW</span></a></cite><span class="insert">] overviews the PROV family of documents. </span></li>
 <li>The primer <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-PRIMER"><span class="insert">PROV-PRIMER</span></a></cite><span class="insert">] </span>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 <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite><span class="insert">]</span> defining PROV classes and properties specified in an OWL2 ontology. For further details, <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite><span class="insert">]</span> and <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite><span class="insert">]</span> specify the constraints applicable to the data model, and its interpretation. </li>
-<li><span class="insert">The XML community should focus on [</span><cite><a class="bibref" href="#bib-PROV-XML"><span class="insert">PROV-XML</span></a></cite><span class="insert">] defining an XML schema for PROV. Further details can also be found in [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">] and [</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS"><span class="insert">PROV-CONSTRAINTS</span></a></cite><span class="insert">].</span></li>
+<li>The Linked Data and Semantic Web community should focus on <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite><span class="insert">]</span> defining PROV classes and properties specified in an OWL2 ontology. For further details, PROV-DM and <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite><span class="insert">]</span> specify the constraints applicable to the data model, and its interpretation. </li>
+<li><span class="insert">The XML community should focus on [</span><cite><a class="bibref" href="#bib-PROV-XML"><span class="insert">PROV-XML</span></a></cite><span class="insert">] defining an XML schema for PROV. Further details can also be found in PROV-DM and [</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS"><span class="insert">PROV-CONSTRAINTS</span></a></cite><span class="insert">].</span></li>
 <li>Developers seeking to retrieve or publish provenance should focus on <span class="delete">PROV-AQ.</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-AQ"><span class="insert">PROV-AQ</span></a></cite><span class="insert">].</span></li>
 <li>Readers seeking to implement other PROV serializations
-should focus on <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite><span class="insert">]</span> and <span class="delete">PROV-CONSTRAINTS.</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS"><span class="insert">PROV-CONSTRAINTS</span></a></cite><span class="insert">].</span>  <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite><span class="insert">], [</span><cite><a class="bibref" href="#bib-PROV-N"><span class="insert">PROV-N</span></a></cite><span class="insert">],</span> and <span class="delete">PROV-N</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-XML"><span class="insert">PROV-XML</span></a></cite><span class="insert">]</span> offer examples of mapping to <span class="delete">RDF</span><span class="insert">RDF, text,</span> and <span class="delete">text,</span><span class="insert">XML,</span> respectively.</li>
+should focus on PROV-DM and <span class="delete">PROV-CONSTRAINTS.</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS"><span class="insert">PROV-CONSTRAINTS</span></a></cite><span class="insert">].</span>  <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite><span class="insert">], [</span><cite><a class="bibref" href="#bib-PROV-N"><span class="insert">PROV-N</span></a></cite><span class="insert">],</span> and <span class="delete">PROV-N</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-XML"><span class="insert">PROV-XML</span></a></cite><span class="insert">]</span> offer examples of mapping to <span class="delete">RDF</span><span class="insert">RDF, text,</span> and <span class="delete">text,</span><span class="insert">XML,</span> respectively.</li>
 </ul>
 
 
@@ -5225,7 +5226,6 @@
 
 <section id="references" class="appendix"><h2><span class="secno"><span class="delete">C.</span><span class="insert">D.</span> </span>References</h2><section id="normative-references"><h3><span class="secno"><span class="delete">C.1</span><span class="insert">D.1</span> </span>Normative references</h3><dl class="bibliography"><span class="delete">[IRI]</span><dt id="bib-PROV-CONSTRAINTS"><span class="insert">[PROV-CONSTRAINTS]</span></dt><dd><span class="delete">M. Duerst, M. Suignard. </span><span class="insert">James Cheney; Paolo Missier; Luc Moreau; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/"><cite><span class="delete">Internationalized Resource Identifiers (IRI).</span><span class="insert">Constraints of the PROV Data Model</span></cite></a><span class="delete"> January 2005. Internet RFC 3987.</span><span class="insert">. 11 December 2012, W3C Candidate Recommendation.</span> URL: <span class="delete">http://www.ietf.org/rfc/rfc3987.txt</span> 
 <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-constraints-20121211/</span></a>
-</dd><dt id="bib-PROV-DM"><span class="insert">[PROV-DM]</span></dt><dd><span class="insert">Luc Moreau; Paolo Missier; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><cite><span class="insert">PROV-DM: The PROV Data Model</span></cite></a><span class="insert">. 11 December 2012, W3C Candidate Recommendation. URL: </span><a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-dm-20121211/</span></a>
 </dd><dt id="bib-PROV-N"><span class="insert">[PROV-N]</span></dt><dd><span class="insert">Luc Moreau; Paolo Missier; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><cite><span class="insert">PROV-N: The Provenance Notation</span></cite></a><span class="insert">. 11 December 2012, W3C Candidate Recommendation. URL: </span><a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-n-20121211/</span></a>
 </dd><dt id="bib-PROV-O"><span class="insert">[PROV-O]</span></dt><dd><span class="insert">Timothy Lebo; Satya Sahoo; Deborah McGuinness; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/"><cite><span class="insert">PROV-O: The PROV Ontology</span></cite></a><span class="insert">. 11 December 2012, W3C Candidate Recommendation. URL: </span><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-o-20121211/</span></a>
 </dd><dt id="bib-RDF-CONCEPTS">[RDF-CONCEPTS]</dt><dd>Graham Klyne; Jeremy J. Carroll. <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210"><cite>Resource Description Framework (RDF): Concepts and Abstract Syntax.</cite></a> 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210">http://www.w3.org/TR/2004/REC-rdf-concepts-20040210</a> 
@@ -5237,7 +5237,7 @@
 </dd><dt id="bib-Mappings">[Mappings]</dt><dd>Satya <span class="delete">Sahoo and</span><span class="insert">Sahoo;</span> Paul <span class="delete">Groth and</span><span class="insert">Groth;</span> Olaf <span class="delete">Hartig and</span><span class="insert">Hartig;</span> Simon <span class="delete">Miles and</span><span class="insert">Miles;</span> Sam <span class="delete">Coppens and</span><span class="insert">Coppens;</span> James <span class="delete">Myers and</span><span class="insert">Myers;</span> Yolanda <span class="delete">Gil and</span><span class="insert">Gil;</span> Luc <span class="delete">Moreau and</span><span class="insert">Moreau;</span> Jun <span class="delete">Zhao and</span><span class="insert">Zhao;</span> Michael <span class="delete">Panzer and</span><span class="insert">Panzer;</span> 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>
 </dd><dt id="bib-PROV-AQ">[PROV-AQ]</dt><dd>Graham <span class="delete">Klyne and</span><span class="insert">Klyne;</span> Paul <span class="delete">Groth (eds.) Luc Moreau, Olaf Hartig, Yogesh Simmhan, James Meyers, Timothy Lebo, Khalid Belhajjame, and Simon Miles </span><span class="insert">Groth; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/"><cite>Provenance Access and Query</cite></a>. <span class="delete">2011,</span><span class="insert">19 June 2012,</span> Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-aq/</span><a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-aq-20120619/</span></a>
 </dd><span class="delete">[PROV-CONSTRAINTS]</span><dt id="bib-PROV-LAYOUT"><span class="insert">[PROV-LAYOUT]</span></dt><dd><span class="delete">James Cheney, Paolo Missier, and Luc Moreau (eds.) </span><span class="insert">W3C PROV Working Group. </span><a href="http://www.w3.org/2011/prov/wiki/Diagrams"><cite><span class="delete">Constraints of the </span>PROV <span class="delete">Data Model</span><span class="insert">Graph Layout Conventions</span></cite></a>. <span class="delete">2011, Working Draft.</span><span class="insert">2012.</span> URL: <span class="delete">http://www.w3.org/TR/prov-constraints/</span><a href="http://www.w3.org/2011/prov/wiki/Diagrams"><span class="insert">http://www.w3.org/2011/prov/wiki/Diagrams</span></a>
-</dd><span class="delete">[PROV-N]</span><dt id="bib-PROV-OVERVIEW"><span class="insert">[PROV-OVERVIEW]</span></dt><dd><span class="insert">Paul Groth and </span>Luc Moreau <span class="delete">and Paolo Missier (eds.) James Cheney, Stian Soiland-Reyes </span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite><span class="delete">PROV-N: The Provenance Notation</span><span class="insert">PROV-OVERVIEW: An Overview of the PROV Family of Documents</span></cite></a>. <span class="delete">2011,</span><span class="insert">11 December 2012,</span> Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-n/</span>
+</dd><span class="delete">[PROV-N]</span><dt id="bib-PROV-OVERVIEW"><span class="insert">[PROV-OVERVIEW]</span></dt><dd><span class="insert">Paul Groth; </span>Luc <span class="delete">Moreau and Paolo Missier (eds.) James Cheney, Stian Soiland-Reyes </span><span class="insert">Moreau; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite><span class="delete">PROV-N: The Provenance Notation</span><span class="insert">PROV-OVERVIEW: An Overview of the PROV Family of Documents</span></cite></a>. <span class="delete">2011,</span><span class="insert">11 December 2012,</span> Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-n/</span>
 <span class="delete">[PROV-O]</span><span class="delete">Timothy Lebo, Satya Sahoo and Deborah McGuinness (eds.) Khalid Belhajjame, James Cheney, David Corsar, Daniel Garijo, Stian Soiland-Reyes, and Stephan Zednik </span><span class="delete">Provenance Formal Model</span><span class="delete">. 2011, Working Draft. URL: </span><span class="delete">http://www.w3.org/TR/prov-o/</span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</span></a>
 </dd><dt id="bib-PROV-PRIMER">[PROV-PRIMER]</dt><dd>Yolanda <span class="delete">Gil and</span><span class="insert">Gil;</span> Simon <span class="delete">Miles (eds.) Khalid Belhajjame, Helena Deus, Daniel Garijo, Graham Klyne, Paolo Missier, Stian Soiland-Reyes, and Stephan Zednik </span><span class="insert">Miles; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><cite><span class="delete">Prov</span><span class="insert">PROV</span> Model Primer</cite></a>. <span class="delete">2011,</span><span class="insert">11 December 2012,</span> Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-primer/</span><a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-primer-20121211/</span></a>
 </dd><dt id="bib-PROV-XML"><span class="insert">[PROV-XML]</span></dt><dd><span class="insert">Hook Hua; Curt Tilmes; Stephan Zednik; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/"><cite><span class="insert">PROV-XML: The PROV XML Schema</span></cite></a><span class="insert">. 11 December 2012, Working Draft. URL: </span><a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-xml-20121211/</span></a>
--- a/model/prov-constraints.html	Tue Nov 27 11:43:03 2012 +0000
+++ b/model/prov-constraints.html	Tue Nov 27 11:44:38 2012 +0000
@@ -981,11 +981,11 @@
 <ul>
 <li>[[PROV-OVERVIEW]] overviews the PROV family of documents. </li>
 <li>The primer [[PROV-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>The XML community should focus on [[PROV-XML]] defining an XML schema for PROV. Further details can also be found in [[!PROV-DM]] and [[!PROV-CONSTRAINTS]].</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>The XML community should focus on [[PROV-XML]] defining an XML schema for PROV. Further details can also be found in [[!PROV-DM]] and PROV-CONSTRAINTS.</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]], [[!PROV-N]], and [[PROV-XML]] offer examples of mapping to RDF, text, and XML, respectively.</li>
+should focus on [[!PROV-DM]] and PROV-CONSTRAINTS.  [[!PROV-O]], [[!PROV-N]], and [[PROV-XML]] offer examples of mapping to RDF, text, and XML, respectively.</li>
 </ul>
 <h4>Please Comment By January 31, 2013</h4>
 
--- a/model/prov-dm.html	Tue Nov 27 11:43:03 2012 +0000
+++ b/model/prov-dm.html	Tue Nov 27 11:44:38 2012 +0000
@@ -868,11 +868,11 @@
 <ul>
 <li>[[PROV-OVERVIEW]] overviews the PROV family of documents. </li>
 <li>The primer [[PROV-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>The XML community should focus on [[PROV-XML]] defining an XML schema for PROV. Further details can also be found in [[!PROV-DM]] and [[!PROV-CONSTRAINTS]].</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>The XML community should focus on [[PROV-XML]] defining an XML schema for PROV. Further details can also be found in PROV-DM and [[!PROV-CONSTRAINTS]].</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]], [[!PROV-N]], and [[PROV-XML]] offer examples of mapping to RDF, text, and XML, respectively.</li>
+should focus on PROV-DM and [[!PROV-CONSTRAINTS]].  [[!PROV-O]], [[!PROV-N]], and [[PROV-XML]] offer examples of mapping to RDF, text, and XML, respectively.</li>
 </ul>
 
 <h4>Please Comment By January 31, 2013</h4>
--- a/model/prov-n.html	Tue Nov 27 11:43:03 2012 +0000
+++ b/model/prov-n.html	Tue Nov 27 11:44:38 2012 +0000
@@ -841,7 +841,7 @@
 <li>The XML community should focus on [[PROV-XML]] defining an XML schema for PROV. Further details can also be found in [[!PROV-DM]] and [[!PROV-CONSTRAINTS]].</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]], [[!PROV-N]], and [[PROV-XML]] offer examples of mapping to RDF, text, and XML, respectively.</li>
+should focus on [[!PROV-DM]] and [[!PROV-CONSTRAINTS]].  [[!PROV-O]], PROV-N, and [[PROV-XML]] offer examples of mapping to RDF, text, and XML, respectively.</li>
 </ul>
 
 <h4>Please Comment By January 31, 2013</h4>
@@ -1171,7 +1171,7 @@
 <h3>Identifiers and attributes</h3>
 
 <p>Almost all expressions defined in the grammar include an identifier (see <a href="#expression-identifier">Section 3.7.1</a> for the full syntax of identifiers). Most expressions
-can aslo include a set of attribute-value pairs, delimited by square brackets. Identifiers are optional except for Entities, Activites, and Agents. Identifiers are always the first term in any expression.  <em>Optional</em> identifiers MUST be separated using a semi-colon ';', but where the identifiers are required, a regular comma ',' MUST be used. This makes it possible to completely omit an optional identifier with no ambiguity arising. Also, if the set of attribute-value pairs is present, it is always the last term in any expression.</p>
+can also include a set of attribute-value pairs, delimited by square brackets. Identifiers are optional except for Entities, Activites, and Agents. Identifiers are always the first term in any expression.  <em>Optional</em> identifiers MUST be separated using a semi-colon ';', but where the identifiers are required, a regular comma ',' MUST be used. This makes it possible to completely omit an optional identifier with no ambiguity arising. Also, if the set of attribute-value pairs is present, it is always the last term in any expression.</p>
 
 <div class="anexample">
 <p>Derivation has an optional identifier. In the first expression, the identifier is not available, while it is explicit in the second. The third example shows that one can optionally indicate the missing identifier using the <span class="name">-</span> marker. This is equivalent to the first expression. </p>
@@ -1187,7 +1187,7 @@
 <!-- Expressions with no attributes A distinction is made between expressions with no attributes, and expressions that include an empty list of attributes.  -->
 
 <div class="anexample">
-<p>The first and second activity expressions do not speciy any attributes, and are equivalent.
+<p>The first and second activity expressions do not specify any attributes, and are equivalent.
 <!-- does not have any attributes. The second has an empty list of attributes. -->
 The third activity expression specifies two attributes. 
 <pre class="codeexample" >
@@ -1547,7 +1547,7 @@
 <div class="anexample">
 
     <pre class="codeexample">
-wasEndedBy(end; ex:act2, ex:trigger,ex:act3,  2011-11-16T16:00:00, [ex:param="a"])
+wasEndedBy(end; ex:act2, ex:trigger, ex:act3,  2011-11-16T16:00:00, [ex:param="a"])
   </pre>
 <p>  Here <span class="name">end</span> is the optional end identifier,  
 <span class="name">ex:act2</span> is the identifier of the ending activity,
@@ -1936,7 +1936,7 @@
 
 
 <div class="anexample">
-<p>The  following expressions illustrates a plan.
+<p>The  following expression illustrates a plan.
 <pre class="codeexample">
   entity(ex:pl1,   [ prov:type='prov:Plan' ])
 </pre>
@@ -2068,7 +2068,7 @@
 
 <p>Bundles cannot be nested because a <code><a class="grammarRef" href="#prod-bundle">bundle</a></code> is not an <code><a class="grammarRef" href="#prod-expression">expression</a></code>, and therefore cannot occur inside another <code><a class="grammarRef" href="#prod-bundle">bundle</a></code>.</p>
 
-<p>Each identifier occuring in a bundle, including the bundle identifier itself, MUST be interpreted with respect to the namespace declarations of that bundle, or if the identifier's prefix is not declared in the bundle, with respect to the namespace declarations in the document. </p>
+<p>Each identifier occurring in a bundle, including the bundle identifier itself, MUST be interpreted with respect to the namespace declarations of that bundle, or if the identifier's prefix is not declared in the bundle, with respect to the namespace declarations in the document. </p>
 
 
 <p>The following table summarizes how each constituent of a PROV-DM bundle maps to a PROV-N syntax element.</p>
@@ -2447,7 +2447,7 @@
 </div>
 
 
-<p><b>Note:</b>The productions for the terminals  <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and  <code class="content"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_PREFIX">PN_PREFIX</a></code> are conflicting.
+<p><b>Note:</b> The productions for the terminals  <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and  <code class="content"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_PREFIX">PN_PREFIX</a></code> are conflicting.
 Indeed,  for a tokenizer operating independently of the parse tree, <code>abc</code> matches both 
 <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and
 <code class="content"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_PREFIX">PN_PREFIX</a></code>.
@@ -2534,7 +2534,7 @@
 <p> In particular, a Literal may be an IRI-typed string (with datatype <span class="name">xsd:anyURI</span>);  such IRI has no specific interpretation in the context of PROV.</p>
 
 
-<p><b>Note:</b>The productions for terminals <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and
+<p><b>Note:</b> The productions for terminals <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and
 <code class="content"><a class="grammarRef" href="#prod-INT_LITERAL">INT_LITERAL</a></code> are conflicting.  
 Indeed, for a tokenizer operating independently of the parse tree, <code>1234</code> matches both <code class="content"><a class="grammarRef" href="#prod-INT_LITERAL">INT_LITERAL</a></code> and <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> (local name without prefix). In the context of
 a <code class="content"><a class="grammarRef" href="#prod-convenienceNotation">convenienceNotation</a></code>, a tokenizer should give preference to the production
@@ -2666,7 +2666,7 @@
 <li> 
 The scope of a prefix-namespace declaration directly occurring in a <code><a class="grammarRef" href="#prod-bundle">bundle</a></code> is the <code><a class="grammarRef" href="#prod-bundle">bundle</a></code> itself.</li>
 <li>
-The scope of a prefix-namespace declaration directly occurring in a <code><a class="grammarRef" href="#prod-document">document</a></code> is the <code><a class="grammarRef" href="#prod-document">document</a></code> including the <code><a class="grammarRef" href="#prod-bundle">bundles</a></code> it contains but excluding those <code><a class="grammarRef" href="#prod-bundle">bundles</a></code> that redeclare this prefix.</li>
+The scope of a prefix-namespace declaration directly occurring in a <code><a class="grammarRef" href="#prod-document">document</a></code> is the <code><a class="grammarRef" href="#prod-document">document</a></code> including the <code><a class="grammarRef" href="#prod-bundle">bundles</a></code> it contains but excluding those <code><a class="grammarRef" href="#prod-bundle">bundles</a></code> that re-declare this prefix.</li>
 </ul>
 
 <p>A set of namespace declarations <code><a class="grammarRef" href="#prod-namespaceDeclarations">namespaceDeclarations</a></code> MUST NOT re-declare the same prefix.</p>
@@ -2744,7 +2744,7 @@
 
 <div style="text-align: left;">
 <table class="thinborder" style="margin-left: auto; margin-right: auto;">
-<caption id="validity-rules-table">Summary of additional semantic rules for grammar productions</caption>
+<caption id="validity-rules-table">Table 2: 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>
@@ -2950,7 +2950,7 @@
       <dd>PROV-N is used to express the provenance of arbitrary application data; security considerations will vary by domain of use. Security tools and protocols applicable to text (e.g. PGP encryption, MD5 sum validation, password-protected compression) may also be used on PROV-N documents. Security/privacy protocols must be imposed which reflect the sensitivity of the embedded information.  </dd> 
       <dd>PROV-N can express data which is presented to the user, for example, by means of label attributes. Application rendering strings retrieved from untrusted PROV-N documents must ensure that malignant strings may not be used to mislead the reader. The security considerations in the media type registration for XML ([[!RFC3023]] section 10) provide additional guidance around the expression of arbitrary data and markup.</dd> 
       <dd>PROV-N is a language for describing the provenance of things, and therefore a PROV-N document is metadata for other resources.  Untrusted PROV-N documents may mislead its consumers by indicating that a third-party resource has a reputable lineage, when it has not. Provenance of PROV-N document should be sought. </dd>
-      <dd>PROV-N uses qualified names mappeable to IRIs as term identifiers. Applications interpreting data expressed in PROV-N should address the security issues of
+      <dd>PROV-N uses qualified names mappable to IRIs as term identifiers. Applications interpreting data expressed in PROV-N should address the security issues of
   <a class="norm" href="http://www.ietf.org/rfc/rfc3987.txt">Internationalized Resource Identifiers (IRIs)</a> [[!RFC3987]] Section 8, as well as
   <a class="norm" href="http://www.ietf.org/rfc/rfc3986.txt">Uniform Resource Identifier (URI): Generic Syntax</a> [[!RFC3986]] Section 7.</dd> 
       <dd>Multiple IRIs may have the same appearance. Characters in different scripts may 
--- a/model/provbib.js	Tue Nov 27 11:43:03 2012 +0000
+++ b/model/provbib.js	Tue Nov 27 11:44:38 2012 +0000
@@ -66,7 +66,7 @@
           "URL: <a href=\"http://www.w3.org/TR/2012/WD-prov-xml-20121211/\">http://www.w3.org/TR/2012/WD-prov-xml-20121211/</a>",
 
         "PROV-OVERVIEW":
-          "Paul Groth and Luc Moreau "+
+          "Paul Groth; Luc Moreau; eds. "+
           "<a href=\"http://www.w3.org/TR/2012/WD-prov-overview-20121211/\"><cite>PROV-OVERVIEW: An Overview of the PROV Family of Documents</cite></a>. "+
           "11 December 2012, Working Draft. "+
           "URL: <a href=\"http://www.w3.org/TR/2012/WD-prov-overview-20121211/\">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</a>",
--- a/model/releases/CR-prov-constraints-20121211/Overview.html	Tue Nov 27 11:43:03 2012 +0000
+++ b/model/releases/CR-prov-constraints-20121211/Overview.html	Tue Nov 27 11:44:38 2012 +0000
@@ -795,11 +795,11 @@
 <ul>
 <li>[<cite><a class="bibref" href="#bib-PROV-OVERVIEW">PROV-OVERVIEW</a></cite>] overviews the PROV family of documents. </li>
 <li>The primer [<cite><a class="bibref" href="#bib-PROV-PRIMER">PROV-PRIMER</a></cite>] 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 [<cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite>] defining PROV classes and properties specified in an OWL2 ontology. For further details, [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] and [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>] specify the constraints applicable to the data model, and its interpretation. </li>
-<li>The XML community should focus on [<cite><a class="bibref" href="#bib-PROV-XML">PROV-XML</a></cite>] defining an XML schema for PROV. Further details can also be found in [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] and [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>].</li>
+<li>The Linked Data and Semantic Web community should focus on [<cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite>] defining PROV classes and properties specified in an OWL2 ontology. For further details, [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] and PROV-CONSTRAINTS specify the constraints applicable to the data model, and its interpretation. </li>
+<li>The XML community should focus on [<cite><a class="bibref" href="#bib-PROV-XML">PROV-XML</a></cite>] defining an XML schema for PROV. Further details can also be found in [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] and PROV-CONSTRAINTS.</li>
 <li>Developers seeking to retrieve or publish provenance should focus on [<cite><a class="bibref" href="#bib-PROV-AQ">PROV-AQ</a></cite>].</li>
 <li>Readers seeking to implement other PROV serializations
-should focus on [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] and [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>].  [<cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite>], [<cite><a class="bibref" href="#bib-PROV-N">PROV-N</a></cite>], and [<cite><a class="bibref" href="#bib-PROV-XML">PROV-XML</a></cite>] offer examples of mapping to RDF, text, and XML, respectively.</li>
+should focus on [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] and PROV-CONSTRAINTS.  [<cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite>], [<cite><a class="bibref" href="#bib-PROV-N">PROV-N</a></cite>], and [<cite><a class="bibref" href="#bib-PROV-XML">PROV-XML</a></cite>] offer examples of mapping to RDF, text, and XML, respectively.</li>
 </ul>
 <h4 id="please-comment-by-january-31-2013">Please Comment By January 31, 2013</h4>
 
@@ -5382,8 +5382,7 @@
  -->
 <!--  LocalWords:  Thibodeau OpenLink Tilmes Zednik Zhao Yuting
  -->
-<section id="references" class="appendix"><!--OddPage--><h2><span class="secno">D. </span>References</h2><section id="normative-references"><h3><span class="secno">D.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-PROV-CONSTRAINTS">[PROV-CONSTRAINTS]</dt><dd>James Cheney; Paolo Missier; Luc Moreau; eds. <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/"><cite>Constraints of the PROV Data Model</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/">http://www.w3.org/TR/2012/CR-prov-constraints-20121211/</a>
-</dd><dt id="bib-PROV-DM">[PROV-DM]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><cite>PROV-DM: The PROV Data Model</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/">http://www.w3.org/TR/2012/CR-prov-dm-20121211/</a>
+<section id="references" class="appendix"><!--OddPage--><h2><span class="secno">D. </span>References</h2><section id="normative-references"><h3><span class="secno">D.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-PROV-DM">[PROV-DM]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><cite>PROV-DM: The PROV Data Model</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/">http://www.w3.org/TR/2012/CR-prov-dm-20121211/</a>
 </dd><dt id="bib-PROV-N">[PROV-N]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><cite>PROV-N: The Provenance Notation</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/">http://www.w3.org/TR/2012/CR-prov-n-20121211/</a>
 </dd><dt id="bib-PROV-O">[PROV-O]</dt><dd>Timothy Lebo; Satya Sahoo; Deborah McGuinness; eds. <a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/"><cite>PROV-O: The PROV Ontology</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/">http://www.w3.org/TR/2012/CR-prov-o-20121211/</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> 
@@ -5393,7 +5392,7 @@
 </dd><dt id="bib-DBCONSTRAINTS">[DBCONSTRAINTS]</dt><dd> Ronald Fagin; Phokion G. Kolaitis; Renée J. Miller; Lucian Popa.  <a href="http://dx.doi.org/10.1016/j.tcs.2004.10.033"><cite>Data        exchange: Semantics and query answering</cite></a>.  Theoretical computer science 336(1):89-124   Elsevier  URL: <a href="http://dx.doi.org/10.1016/j.tcs.2004.10.033">http://dx.doi.org/10.1016/j.tcs.2004.10.033</a>
 </dd><dt id="bib-Logic">[Logic]</dt><dd>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>
 </dd><dt id="bib-PROV-AQ">[PROV-AQ]</dt><dd>Graham Klyne; Paul Groth; eds. <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/"><cite>Provenance Access and Query</cite></a>. 19 June 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/">http://www.w3.org/TR/2012/WD-prov-aq-20120619/</a>
-</dd><dt id="bib-PROV-OVERVIEW">[PROV-OVERVIEW]</dt><dd>Paul Groth and Luc Moreau <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite>PROV-OVERVIEW: An Overview of the PROV Family of Documents</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</a>
+</dd><dt id="bib-PROV-OVERVIEW">[PROV-OVERVIEW]</dt><dd>Paul Groth; Luc Moreau; eds. <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite>PROV-OVERVIEW: An Overview of the PROV Family of Documents</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</a>
 </dd><dt id="bib-PROV-PRIMER">[PROV-PRIMER]</dt><dd>Yolanda Gil; Simon Miles; eds. <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><cite>PROV Model Primer</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/">http://www.w3.org/TR/2012/WD-prov-primer-20121211/</a>
 </dd><dt id="bib-PROV-SEM">[PROV-SEM]</dt><dd>James Cheney; ed. <a href="http://www.w3.org/2011/prov/wiki/FormalSemanticsED"><cite>Formal Semantics of PROV</cite></a>. 2011, Work in progress. URL: <a href="http://www.w3.org/2011/prov/wiki/FormalSemanticsED">http://www.w3.org/2011/prov/wiki/FormalSemanticsED</a>.
 </dd><dt id="bib-PROV-XML">[PROV-XML]</dt><dd>Hook Hua; Curt Tilmes; Stephan Zednik; eds. <a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/"><cite>PROV-XML: The PROV XML Schema</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/">http://www.w3.org/TR/2012/WD-prov-xml-20121211/</a>
--- a/model/releases/CR-prov-constraints-20121211/diff-c.html	Tue Nov 27 11:43:03 2012 +0000
+++ b/model/releases/CR-prov-constraints-20121211/diff-c.html	Tue Nov 27 11:44:38 2012 +0000
@@ -1708,16 +1708,16 @@
 
 <span class="delete">How to read the PROV Family of Specifications</span>
 
-<li>The <span class="delete">primer is the entry point</span><span class="insert">Linked Data and Semantic Web community should focus on [</span><cite><a class="bibref" href="#bib-PROV-O"><span class="insert">PROV-O</span></a></cite><span class="insert">] defining PROV classes and properties specified in an OWL2 ontology. For further details, [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">] and [</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS"><span class="insert">PROV-CONSTRAINTS</span></a></cite><span class="insert">] specify the constraints applicable</span> to <span class="delete">PROV offering an introduction to the provenance model.</span><span class="insert">the data model, and its interpretation. </span></li>
+<li>The <span class="delete">primer is the entry point</span><span class="insert">Linked Data and Semantic Web community should focus on [</span><cite><a class="bibref" href="#bib-PROV-O"><span class="insert">PROV-O</span></a></cite><span class="insert">] defining PROV classes and properties specified in an OWL2 ontology. For further details, [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">] and PROV-CONSTRAINTS specify the constraints applicable</span> to <span class="delete">PROV offering an introduction to the provenance model.</span><span class="insert">the data model, and its interpretation. </span></li>
 <li>The <span class="delete">Linked Data and Semantic Web</span><span class="insert">XML</span> community should focus on <span class="delete">PROV-O
 </span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-XML"><span class="insert">PROV-XML</span></a></cite><span class="insert">] </span>defining <span class="delete">PROV classes and properties specified</span><span class="insert">an XML schema for PROV. Further details can also be found</span> in <span class="delete">an OWL2
-ontology. For further details, </span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-DM">PROV-DM<span class="delete"> and </span></a></cite><span class="insert">] and [</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS<span class="delete"> specify
+ontology. For further details, </span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-DM">PROV-DM<span class="delete"> and PROV-CONSTRAINTS specify
 the constraints applicable to the data model, and its interpretation.
 
-</span></a></cite><span class="insert">].</span></li>
+</span></a></cite><span class="insert">] and PROV-CONSTRAINTS.</span></li>
 <li>Developers seeking to retrieve or publish provenance should focus on <span class="delete">PROV-AQ.</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-AQ"><span class="insert">PROV-AQ</span></a></cite><span class="insert">].</span></li>
 <li>Readers seeking to implement other PROV serializations
-should focus on <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-DM">PROV-DM<span class="delete"> and PROV-CONSTRAINTS.</span></a></cite><span class="insert">] and [</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS"><span class="insert">PROV-CONSTRAINTS</span></a></cite><span class="insert">].</span>  <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-O">PROV-O<span class="delete"> and </span></a></cite><span class="insert">], [</span><cite><a class="bibref" href="#bib-PROV-N">PROV-N</a></cite><span class="insert">], and [</span><cite><a class="bibref" href="#bib-PROV-XML"><span class="insert">PROV-XML</span></a></cite><span class="insert">]</span> offer examples of mapping to <span class="delete">RDF and</span><span class="insert">RDF,</span> text,<span class="insert"> and XML,</span> respectively.</li>
+should focus on <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite><span class="insert">]</span> and PROV-CONSTRAINTS.  <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-O">PROV-O<span class="delete"> and </span></a></cite><span class="insert">], [</span><cite><a class="bibref" href="#bib-PROV-N">PROV-N</a></cite><span class="insert">], and [</span><cite><a class="bibref" href="#bib-PROV-XML"><span class="insert">PROV-XML</span></a></cite><span class="insert">]</span> offer examples of mapping to <span class="delete">RDF and</span><span class="insert">RDF,</span> text,<span class="insert"> and XML,</span> respectively.</li>
 </ul>
 <h4 id="please-comment-by-january-31-2013"><span class="insert">Please Comment By January 31, 2013</span></h4>
 
@@ -6215,10 +6215,9 @@
 
 
 
-<section id="references" class="appendix"><h2><span class="secno"><span class="delete">C.</span><span class="insert">D.</span> </span>References</h2><section id="normative-references"><h3><span class="secno"><span class="delete">C.1</span><span class="insert">D.1</span> </span>Normative references</h3><dl class="bibliography"><span class="delete">[IRI]</span><dt id="bib-PROV-CONSTRAINTS"><span class="insert">[PROV-CONSTRAINTS]</span></dt><dd><span class="delete">M. Duerst, M. Suignard. </span><span class="insert">James Cheney; Paolo Missier; Luc Moreau; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/"><cite><span class="delete">Internationalized Resource Identifiers (IRI).</span><span class="insert">Constraints of the PROV Data Model</span></cite></a><span class="delete"> January 2005. Internet RFC 3987.</span><span class="insert">. 11 December 2012, W3C Candidate Recommendation.</span> URL: <span class="delete">http://www.ietf.org/rfc/rfc3987.txt</span> 
-<a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-constraints-20121211/</span></a>
-</dd><span class="delete">[RDF]</span><dt id="bib-PROV-DM"><span class="insert">[PROV-DM]</span></dt><dd><span class="delete">Graham Klyne and Jeremy J. Carroll (eds.) </span><span class="insert">Luc Moreau; Paolo Missier; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><cite><span class="delete">Resource Description Framework (RDF): Concepts and Abstract Syntax</span><span class="insert">PROV-DM: The PROV Data Model</span></cite></a>. <span class="delete">2004,</span><span class="insert">11 December 2012,</span> W3C <span class="insert">Candidate </span>Recommendation. URL: <span class="delete">http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/</span><a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-dm-20121211/</span></a>
-</dd><dt id="bib-PROV-N"><span class="insert">[PROV-N]</span></dt><dd><span class="insert">Luc Moreau; Paolo Missier; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><cite><span class="insert">PROV-N: The Provenance Notation</span></cite></a><span class="insert">. 11 December 2012, W3C Candidate Recommendation. URL: </span><a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-n-20121211/</span></a>
+<section id="references" class="appendix"><h2><span class="secno"><span class="delete">C.</span><span class="insert">D.</span> </span>References</h2><section id="normative-references"><h3><span class="secno"><span class="delete">C.1</span><span class="insert">D.1</span> </span>Normative references</h3><dl class="bibliography"><span class="delete">[IRI]</span><dt id="bib-PROV-DM"><span class="insert">[PROV-DM]</span></dt><dd><span class="delete">M. Duerst, M. Suignard. </span><span class="insert">Luc Moreau; Paolo Missier; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><cite><span class="delete">Internationalized Resource Identifiers (IRI).</span><span class="insert">PROV-DM: The PROV Data Model</span></cite></a><span class="delete"> January 2005. Internet RFC 3987.</span><span class="insert">. 11 December 2012, W3C Candidate Recommendation.</span> URL: <span class="delete">http://www.ietf.org/rfc/rfc3987.txt</span> 
+<a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-dm-20121211/</span></a>
+</dd><span class="delete">[RDF]</span><dt id="bib-PROV-N"><span class="insert">[PROV-N]</span></dt><dd><span class="delete">Graham Klyne and Jeremy J. Carroll (eds.) </span><span class="insert">Luc Moreau; Paolo Missier; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><cite><span class="delete">Resource Description Framework (RDF): Concepts and Abstract Syntax</span><span class="insert">PROV-N: The Provenance Notation</span></cite></a>. <span class="delete">2004,</span><span class="insert">11 December 2012,</span> W3C <span class="insert">Candidate </span>Recommendation. URL: <span class="delete">http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/</span><a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-n-20121211/</span></a>
 </dd><dt id="bib-PROV-O"><span class="insert">[PROV-O]</span></dt><dd><span class="insert">Timothy Lebo; Satya Sahoo; Deborah McGuinness; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/"><cite><span class="insert">PROV-O: The PROV Ontology</span></cite></a><span class="insert">. 11 December 2012, W3C Candidate Recommendation. URL: </span><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-o-20121211/</span></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-RFC3987"><span class="insert">[RFC3987]</span></dt><dd><span class="insert">M. Dürst; M. Suignard. </span><a href="http://www.ietf.org/rfc/rfc3987.txt"><cite><span class="insert">Internationalized Resource Identifiers (IRIs).</span></cite></a><span class="insert"> January 2005. Internet RFC 3987. URL: </span><a href="http://www.ietf.org/rfc/rfc3987.txt"><span class="insert">http://www.ietf.org/rfc/rfc3987.txt</span></a> 
@@ -6227,7 +6226,7 @@
 </dd><dt id="bib-DBCONSTRAINTS">[DBCONSTRAINTS]</dt><dd> Ronald <span class="delete">Fagin,</span><span class="insert">Fagin;</span> Phokion G. <span class="delete">Kolaitis,</span><span class="insert">Kolaitis;</span> Renée J. <span class="delete">Miller, and</span><span class="insert">Miller;</span> Lucian <span class="delete">Popa</span><span class="insert">Popa.</span>  <a href="http://dx.doi.org/10.1016/j.tcs.2004.10.033"><cite>Data        exchange: Semantics and query answering</cite></a>.  Theoretical computer science 336(1):89-124   Elsevier  URL: <a href="http://dx.doi.org/10.1016/j.tcs.2004.10.033">http://dx.doi.org/10.1016/j.tcs.2004.10.033</a>
 </dd><dt id="bib-Logic">[Logic]</dt><dd>W. E. <span class="delete">Johnson</span><span class="insert">Johnson. </span><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>
 </dd><span class="delete">[PROV-DM]</span><dt id="bib-PROV-AQ"><span class="insert">[PROV-AQ]</span></dt><dd><span class="delete">Luc Moreau and Paolo Missier (eds.) Khalid Belhajjame, Reza B'Far, James Cheney, Stephen Cresswell, Yolanda Gil,</span><span class="insert">Graham Klyne;</span> Paul <span class="delete">Groth, Graham Klyne, Jim McCusker, Simon Miles, James Myers, Satya Sahoo, and Curt Tilmes </span><span class="insert">Groth; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/"><cite><span class="delete">PROV-DM: The PROV Data Model</span><span class="insert">Provenance Access and Query</span></cite></a>. <span class="insert">19 June </span>2012, Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-dm/</span><a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-aq-20120619/</span></a>
-</dd><span class="delete">[PROV-N]</span><dt id="bib-PROV-OVERVIEW"><span class="insert">[PROV-OVERVIEW]</span></dt><dd><span class="insert">Paul Groth and </span>Luc Moreau <span class="delete">and Paolo Missier (eds.), James Cheney, Stian Soiland-Reyes </span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite><span class="delete">PROV-N: The Provenance Notation</span><span class="insert">PROV-OVERVIEW: An Overview of the PROV Family of Documents</span></cite></a>. <span class="delete">2011,</span><span class="insert">11 December 2012,</span> Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-n/</span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</span></a>
+</dd><span class="delete">[PROV-N]</span><dt id="bib-PROV-OVERVIEW"><span class="insert">[PROV-OVERVIEW]</span></dt><dd><span class="insert">Paul Groth; </span>Luc <span class="delete">Moreau and Paolo Missier (eds.), James Cheney, Stian Soiland-Reyes </span><span class="insert">Moreau; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite><span class="delete">PROV-N: The Provenance Notation</span><span class="insert">PROV-OVERVIEW: An Overview of the PROV Family of Documents</span></cite></a>. <span class="delete">2011,</span><span class="insert">11 December 2012,</span> Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-n/</span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</span></a>
 </dd><span class="delete">[PROV-O]</span><dt id="bib-PROV-PRIMER"><span class="insert">[PROV-PRIMER]</span></dt><dd><span class="delete">Timothy Lebo, Satya Sahoo and Deborah McGuinness (eds.) Khalid Belhajjame, James Cheney, David Corsar, Daniel Garijo, Stian Soiland-Reyes, and Stephan Zednik </span><span class="insert">Yolanda Gil; Simon Miles; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><cite><span class="delete">Provenance Formal</span><span class="insert">PROV</span> Model<span class="insert"> Primer</span></cite></a>. <span class="delete">2011,</span><span class="insert">11 December 2012,</span> Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-o/</span><a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-primer-20121211/</span></a>
 </dd><dt id="bib-PROV-SEM">[PROV-SEM]</dt><dd>James <span class="delete">Cheney </span><span class="insert">Cheney; ed. </span><a href="http://www.w3.org/2011/prov/wiki/FormalSemanticsED"><cite>Formal Semantics <span class="delete">Strawman</span><span class="insert">of PROV</span></cite></a>. 2011, Work in progress. URL: <span class="delete">http://www.w3.org/2011/prov/wiki/FormalSemanticsStrawman</span><a href="http://www.w3.org/2011/prov/wiki/FormalSemanticsED"><span class="insert">http://www.w3.org/2011/prov/wiki/FormalSemanticsED</span></a><span class="insert">.
 </span></dd><dt id="bib-PROV-XML"><span class="insert">[PROV-XML]</span></dt><dd><span class="insert">Hook Hua; Curt Tilmes; Stephan Zednik; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/"><cite><span class="insert">PROV-XML: The PROV XML Schema</span></cite></a><span class="insert">. 11 December 2012, Working Draft. URL: </span><a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-xml-20121211/</span></a>
--- a/model/releases/CR-prov-dm-20121211/Overview.html	Tue Nov 27 11:43:03 2012 +0000
+++ b/model/releases/CR-prov-dm-20121211/Overview.html	Tue Nov 27 11:44:38 2012 +0000
@@ -1,3 +1,4 @@
+
 <!DOCTYPE html>
 <html lang="en" dir="ltr">
 <head> 
@@ -901,11 +902,11 @@
 <ul>
 <li>[<cite><a class="bibref" href="#bib-PROV-OVERVIEW">PROV-OVERVIEW</a></cite>] overviews the PROV family of documents. </li>
 <li>The primer [<cite><a class="bibref" href="#bib-PROV-PRIMER">PROV-PRIMER</a></cite>] 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 [<cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite>] defining PROV classes and properties specified in an OWL2 ontology. For further details, [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] and [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>] specify the constraints applicable to the data model, and its interpretation. </li>
-<li>The XML community should focus on [<cite><a class="bibref" href="#bib-PROV-XML">PROV-XML</a></cite>] defining an XML schema for PROV. Further details can also be found in [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] and [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>].</li>
+<li>The Linked Data and Semantic Web community should focus on [<cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite>] defining PROV classes and properties specified in an OWL2 ontology. For further details, PROV-DM and [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>] specify the constraints applicable to the data model, and its interpretation. </li>
+<li>The XML community should focus on [<cite><a class="bibref" href="#bib-PROV-XML">PROV-XML</a></cite>] defining an XML schema for PROV. Further details can also be found in PROV-DM and [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>].</li>
 <li>Developers seeking to retrieve or publish provenance should focus on [<cite><a class="bibref" href="#bib-PROV-AQ">PROV-AQ</a></cite>].</li>
 <li>Readers seeking to implement other PROV serializations
-should focus on [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] and [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>].  [<cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite>], [<cite><a class="bibref" href="#bib-PROV-N">PROV-N</a></cite>], and [<cite><a class="bibref" href="#bib-PROV-XML">PROV-XML</a></cite>] offer examples of mapping to RDF, text, and XML, respectively.</li>
+should focus on PROV-DM and [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>].  [<cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite>], [<cite><a class="bibref" href="#bib-PROV-N">PROV-N</a></cite>], and [<cite><a class="bibref" href="#bib-PROV-XML">PROV-XML</a></cite>] offer examples of mapping to RDF, text, and XML, respectively.</li>
 </ul>
 
 <h4 id="please-comment-by-january-31-2013">Please Comment By January 31, 2013</h4>
@@ -4080,7 +4081,6 @@
  
 
 <section id="references" class="appendix"><!--OddPage--><h2><span class="secno">D. </span>References</h2><section id="normative-references"><h3><span class="secno">D.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-PROV-CONSTRAINTS">[PROV-CONSTRAINTS]</dt><dd>James Cheney; Paolo Missier; Luc Moreau; eds. <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/"><cite>Constraints of the PROV Data Model</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/">http://www.w3.org/TR/2012/CR-prov-constraints-20121211/</a>
-</dd><dt id="bib-PROV-DM">[PROV-DM]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><cite>PROV-DM: The PROV Data Model</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/">http://www.w3.org/TR/2012/CR-prov-dm-20121211/</a>
 </dd><dt id="bib-PROV-N">[PROV-N]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><cite>PROV-N: The Provenance Notation</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/">http://www.w3.org/TR/2012/CR-prov-n-20121211/</a>
 </dd><dt id="bib-PROV-O">[PROV-O]</dt><dd>Timothy Lebo; Satya Sahoo; Deborah McGuinness; eds. <a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/"><cite>PROV-O: The PROV Ontology</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/">http://www.w3.org/TR/2012/CR-prov-o-20121211/</a>
 </dd><dt id="bib-RDF-CONCEPTS">[RDF-CONCEPTS]</dt><dd>Graham Klyne; Jeremy J. Carroll. <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210"><cite>Resource Description Framework (RDF): Concepts and Abstract Syntax.</cite></a> 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210">http://www.w3.org/TR/2004/REC-rdf-concepts-20040210</a> 
@@ -4091,7 +4091,7 @@
 </dd><dt id="bib-Mappings">[Mappings]</dt><dd>Satya Sahoo; Paul Groth; Olaf Hartig; Simon Miles; Sam Coppens; James Myers; Yolanda Gil; Luc Moreau; Jun Zhao; Michael Panzer; 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>
 </dd><dt id="bib-PROV-AQ">[PROV-AQ]</dt><dd>Graham Klyne; Paul Groth; eds. <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/"><cite>Provenance Access and Query</cite></a>. 19 June 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/">http://www.w3.org/TR/2012/WD-prov-aq-20120619/</a>
 </dd><dt id="bib-PROV-LAYOUT">[PROV-LAYOUT]</dt><dd>W3C PROV Working Group. <a href="http://www.w3.org/2011/prov/wiki/Diagrams"><cite>PROV Graph Layout Conventions</cite></a>. 2012. URL: <a href="http://www.w3.org/2011/prov/wiki/Diagrams">http://www.w3.org/2011/prov/wiki/Diagrams</a>
-</dd><dt id="bib-PROV-OVERVIEW">[PROV-OVERVIEW]</dt><dd>Paul Groth and Luc Moreau <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite>PROV-OVERVIEW: An Overview of the PROV Family of Documents</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</a>
+</dd><dt id="bib-PROV-OVERVIEW">[PROV-OVERVIEW]</dt><dd>Paul Groth; Luc Moreau; eds. <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite>PROV-OVERVIEW: An Overview of the PROV Family of Documents</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</a>
 </dd><dt id="bib-PROV-PRIMER">[PROV-PRIMER]</dt><dd>Yolanda Gil; Simon Miles; eds. <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><cite>PROV Model Primer</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/">http://www.w3.org/TR/2012/WD-prov-primer-20121211/</a>
 </dd><dt id="bib-PROV-XML">[PROV-XML]</dt><dd>Hook Hua; Curt Tilmes; Stephan Zednik; eds. <a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/"><cite>PROV-XML: The PROV XML Schema</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/">http://www.w3.org/TR/2012/WD-prov-xml-20121211/</a>
 </dd><dt id="bib-RDF-CONCEPTS11">[RDF-CONCEPTS11]</dt><dd>Richard Cyganiak; David Wood; eds. <a href="http://www.w3.org/TR/rdf11-concepts/"><cite>RDF 1.1 Concepts and Abstract Syntax</cite></a>. Working Draft. URL: <a href="http://www.w3.org/TR/rdf11-concepts/">http://www.w3.org/TR/rdf11-concepts/</a>
--- a/model/releases/CR-prov-dm-20121211/diff.html	Tue Nov 27 11:43:03 2012 +0000
+++ b/model/releases/CR-prov-dm-20121211/diff.html	Tue Nov 27 11:44:38 2012 +0000
@@ -1,3 +1,4 @@
+
 <!DOCTYPE html>
 <html lang="en" dir="ltr">
 <head><style type="text/css"><!--
@@ -1743,11 +1744,11 @@
 <ul>
 <li><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-OVERVIEW"><span class="insert">PROV-OVERVIEW</span></a></cite><span class="insert">] overviews the PROV family of documents. </span></li>
 <li>The primer <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-PRIMER"><span class="insert">PROV-PRIMER</span></a></cite><span class="insert">] </span>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 <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite><span class="insert">]</span> defining PROV classes and properties specified in an OWL2 ontology. For further details, <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite><span class="insert">]</span> and <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite><span class="insert">]</span> specify the constraints applicable to the data model, and its interpretation. </li>
-<li><span class="insert">The XML community should focus on [</span><cite><a class="bibref" href="#bib-PROV-XML"><span class="insert">PROV-XML</span></a></cite><span class="insert">] defining an XML schema for PROV. Further details can also be found in [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">] and [</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS"><span class="insert">PROV-CONSTRAINTS</span></a></cite><span class="insert">].</span></li>
+<li>The Linked Data and Semantic Web community should focus on <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite><span class="insert">]</span> defining PROV classes and properties specified in an OWL2 ontology. For further details, PROV-DM and <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite><span class="insert">]</span> specify the constraints applicable to the data model, and its interpretation. </li>
+<li><span class="insert">The XML community should focus on [</span><cite><a class="bibref" href="#bib-PROV-XML"><span class="insert">PROV-XML</span></a></cite><span class="insert">] defining an XML schema for PROV. Further details can also be found in PROV-DM and [</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS"><span class="insert">PROV-CONSTRAINTS</span></a></cite><span class="insert">].</span></li>
 <li>Developers seeking to retrieve or publish provenance should focus on <span class="delete">PROV-AQ.</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-AQ"><span class="insert">PROV-AQ</span></a></cite><span class="insert">].</span></li>
 <li>Readers seeking to implement other PROV serializations
-should focus on <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite><span class="insert">]</span> and <span class="delete">PROV-CONSTRAINTS.</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS"><span class="insert">PROV-CONSTRAINTS</span></a></cite><span class="insert">].</span>  <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite><span class="insert">], [</span><cite><a class="bibref" href="#bib-PROV-N"><span class="insert">PROV-N</span></a></cite><span class="insert">],</span> and <span class="delete">PROV-N</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-XML"><span class="insert">PROV-XML</span></a></cite><span class="insert">]</span> offer examples of mapping to <span class="delete">RDF</span><span class="insert">RDF, text,</span> and <span class="delete">text,</span><span class="insert">XML,</span> respectively.</li>
+should focus on PROV-DM and <span class="delete">PROV-CONSTRAINTS.</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS"><span class="insert">PROV-CONSTRAINTS</span></a></cite><span class="insert">].</span>  <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite><span class="insert">], [</span><cite><a class="bibref" href="#bib-PROV-N"><span class="insert">PROV-N</span></a></cite><span class="insert">],</span> and <span class="delete">PROV-N</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-XML"><span class="insert">PROV-XML</span></a></cite><span class="insert">]</span> offer examples of mapping to <span class="delete">RDF</span><span class="insert">RDF, text,</span> and <span class="delete">text,</span><span class="insert">XML,</span> respectively.</li>
 </ul>
 
 
@@ -5225,7 +5226,6 @@
 
 <section id="references" class="appendix"><h2><span class="secno"><span class="delete">C.</span><span class="insert">D.</span> </span>References</h2><section id="normative-references"><h3><span class="secno"><span class="delete">C.1</span><span class="insert">D.1</span> </span>Normative references</h3><dl class="bibliography"><span class="delete">[IRI]</span><dt id="bib-PROV-CONSTRAINTS"><span class="insert">[PROV-CONSTRAINTS]</span></dt><dd><span class="delete">M. Duerst, M. Suignard. </span><span class="insert">James Cheney; Paolo Missier; Luc Moreau; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/"><cite><span class="delete">Internationalized Resource Identifiers (IRI).</span><span class="insert">Constraints of the PROV Data Model</span></cite></a><span class="delete"> January 2005. Internet RFC 3987.</span><span class="insert">. 11 December 2012, W3C Candidate Recommendation.</span> URL: <span class="delete">http://www.ietf.org/rfc/rfc3987.txt</span> 
 <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-constraints-20121211/</span></a>
-</dd><dt id="bib-PROV-DM"><span class="insert">[PROV-DM]</span></dt><dd><span class="insert">Luc Moreau; Paolo Missier; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><cite><span class="insert">PROV-DM: The PROV Data Model</span></cite></a><span class="insert">. 11 December 2012, W3C Candidate Recommendation. URL: </span><a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-dm-20121211/</span></a>
 </dd><dt id="bib-PROV-N"><span class="insert">[PROV-N]</span></dt><dd><span class="insert">Luc Moreau; Paolo Missier; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><cite><span class="insert">PROV-N: The Provenance Notation</span></cite></a><span class="insert">. 11 December 2012, W3C Candidate Recommendation. URL: </span><a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-n-20121211/</span></a>
 </dd><dt id="bib-PROV-O"><span class="insert">[PROV-O]</span></dt><dd><span class="insert">Timothy Lebo; Satya Sahoo; Deborah McGuinness; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/"><cite><span class="insert">PROV-O: The PROV Ontology</span></cite></a><span class="insert">. 11 December 2012, W3C Candidate Recommendation. URL: </span><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-o-20121211/</span></a>
 </dd><dt id="bib-RDF-CONCEPTS">[RDF-CONCEPTS]</dt><dd>Graham Klyne; Jeremy J. Carroll. <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210"><cite>Resource Description Framework (RDF): Concepts and Abstract Syntax.</cite></a> 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210">http://www.w3.org/TR/2004/REC-rdf-concepts-20040210</a> 
@@ -5237,7 +5237,7 @@
 </dd><dt id="bib-Mappings">[Mappings]</dt><dd>Satya <span class="delete">Sahoo and</span><span class="insert">Sahoo;</span> Paul <span class="delete">Groth and</span><span class="insert">Groth;</span> Olaf <span class="delete">Hartig and</span><span class="insert">Hartig;</span> Simon <span class="delete">Miles and</span><span class="insert">Miles;</span> Sam <span class="delete">Coppens and</span><span class="insert">Coppens;</span> James <span class="delete">Myers and</span><span class="insert">Myers;</span> Yolanda <span class="delete">Gil and</span><span class="insert">Gil;</span> Luc <span class="delete">Moreau and</span><span class="insert">Moreau;</span> Jun <span class="delete">Zhao and</span><span class="insert">Zhao;</span> Michael <span class="delete">Panzer and</span><span class="insert">Panzer;</span> 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>
 </dd><dt id="bib-PROV-AQ">[PROV-AQ]</dt><dd>Graham <span class="delete">Klyne and</span><span class="insert">Klyne;</span> Paul <span class="delete">Groth (eds.) Luc Moreau, Olaf Hartig, Yogesh Simmhan, James Meyers, Timothy Lebo, Khalid Belhajjame, and Simon Miles </span><span class="insert">Groth; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/"><cite>Provenance Access and Query</cite></a>. <span class="delete">2011,</span><span class="insert">19 June 2012,</span> Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-aq/</span><a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-aq-20120619/</span></a>
 </dd><span class="delete">[PROV-CONSTRAINTS]</span><dt id="bib-PROV-LAYOUT"><span class="insert">[PROV-LAYOUT]</span></dt><dd><span class="delete">James Cheney, Paolo Missier, and Luc Moreau (eds.) </span><span class="insert">W3C PROV Working Group. </span><a href="http://www.w3.org/2011/prov/wiki/Diagrams"><cite><span class="delete">Constraints of the </span>PROV <span class="delete">Data Model</span><span class="insert">Graph Layout Conventions</span></cite></a>. <span class="delete">2011, Working Draft.</span><span class="insert">2012.</span> URL: <span class="delete">http://www.w3.org/TR/prov-constraints/</span><a href="http://www.w3.org/2011/prov/wiki/Diagrams"><span class="insert">http://www.w3.org/2011/prov/wiki/Diagrams</span></a>
-</dd><span class="delete">[PROV-N]</span><dt id="bib-PROV-OVERVIEW"><span class="insert">[PROV-OVERVIEW]</span></dt><dd><span class="insert">Paul Groth and </span>Luc Moreau <span class="delete">and Paolo Missier (eds.) James Cheney, Stian Soiland-Reyes </span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite><span class="delete">PROV-N: The Provenance Notation</span><span class="insert">PROV-OVERVIEW: An Overview of the PROV Family of Documents</span></cite></a>. <span class="delete">2011,</span><span class="insert">11 December 2012,</span> Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-n/</span>
+</dd><span class="delete">[PROV-N]</span><dt id="bib-PROV-OVERVIEW"><span class="insert">[PROV-OVERVIEW]</span></dt><dd><span class="insert">Paul Groth; </span>Luc <span class="delete">Moreau and Paolo Missier (eds.) James Cheney, Stian Soiland-Reyes </span><span class="insert">Moreau; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite><span class="delete">PROV-N: The Provenance Notation</span><span class="insert">PROV-OVERVIEW: An Overview of the PROV Family of Documents</span></cite></a>. <span class="delete">2011,</span><span class="insert">11 December 2012,</span> Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-n/</span>
 <span class="delete">[PROV-O]</span><span class="delete">Timothy Lebo, Satya Sahoo and Deborah McGuinness (eds.) Khalid Belhajjame, James Cheney, David Corsar, Daniel Garijo, Stian Soiland-Reyes, and Stephan Zednik </span><span class="delete">Provenance Formal Model</span><span class="delete">. 2011, Working Draft. URL: </span><span class="delete">http://www.w3.org/TR/prov-o/</span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</span></a>
 </dd><dt id="bib-PROV-PRIMER">[PROV-PRIMER]</dt><dd>Yolanda <span class="delete">Gil and</span><span class="insert">Gil;</span> Simon <span class="delete">Miles (eds.) Khalid Belhajjame, Helena Deus, Daniel Garijo, Graham Klyne, Paolo Missier, Stian Soiland-Reyes, and Stephan Zednik </span><span class="insert">Miles; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><cite><span class="delete">Prov</span><span class="insert">PROV</span> Model Primer</cite></a>. <span class="delete">2011,</span><span class="insert">11 December 2012,</span> Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-primer/</span><a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-primer-20121211/</span></a>
 </dd><dt id="bib-PROV-XML"><span class="insert">[PROV-XML]</span></dt><dd><span class="insert">Hook Hua; Curt Tilmes; Stephan Zednik; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/"><cite><span class="insert">PROV-XML: The PROV XML Schema</span></cite></a><span class="insert">. 11 December 2012, Working Draft. URL: </span><a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-xml-20121211/</span></a>
--- a/model/releases/CR-prov-n-20121211/Overview.html	Tue Nov 27 11:43:03 2012 +0000
+++ b/model/releases/CR-prov-n-20121211/Overview.html	Tue Nov 27 11:44:38 2012 +0000
@@ -1,3 +1,4 @@
+
 <!DOCTYPE html>
 <html lang="en" dir="ltr">
 <head> 
@@ -893,7 +894,7 @@
 <li>The XML community should focus on [<cite><a class="bibref" href="#bib-PROV-XML">PROV-XML</a></cite>] defining an XML schema for PROV. Further details can also be found in [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] and [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>].</li>
 <li>Developers seeking to retrieve or publish provenance should focus on [<cite><a class="bibref" href="#bib-PROV-AQ">PROV-AQ</a></cite>].</li>
 <li>Readers seeking to implement other PROV serializations
-should focus on [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] and [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>].  [<cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite>], [<cite><a class="bibref" href="#bib-PROV-N">PROV-N</a></cite>], and [<cite><a class="bibref" href="#bib-PROV-XML">PROV-XML</a></cite>] offer examples of mapping to RDF, text, and XML, respectively.</li>
+should focus on [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] and [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>].  [<cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite>], PROV-N, and [<cite><a class="bibref" href="#bib-PROV-XML">PROV-XML</a></cite>] offer examples of mapping to RDF, text, and XML, respectively.</li>
 </ul>
 
 <h4 id="please-comment-by-january-31-2013">Please Comment By January 31, 2013</h4>
@@ -1266,7 +1267,7 @@
 <h3><span class="secno">2.5 </span>Identifiers and attributes</h3>
 
 <p>Almost all expressions defined in the grammar include an identifier (see <a href="#expression-identifier">Section 3.7.1</a> for the full syntax of identifiers). Most expressions
-can aslo include a set of attribute-value pairs, delimited by square brackets. Identifiers are optional except for Entities, Activites, and Agents. Identifiers are always the first term in any expression.  <em>Optional</em> identifiers <em class="rfc2119" title="must">must</em> be separated using a semi-colon ';', but where the identifiers are required, a regular comma ',' <em class="rfc2119" title="must">must</em> be used. This makes it possible to completely omit an optional identifier with no ambiguity arising. Also, if the set of attribute-value pairs is present, it is always the last term in any expression.</p>
+can also include a set of attribute-value pairs, delimited by square brackets. Identifiers are optional except for Entities, Activites, and Agents. Identifiers are always the first term in any expression.  <em>Optional</em> identifiers <em class="rfc2119" title="must">must</em> be separated using a semi-colon ';', but where the identifiers are required, a regular comma ',' <em class="rfc2119" title="must">must</em> be used. This makes it possible to completely omit an optional identifier with no ambiguity arising. Also, if the set of attribute-value pairs is present, it is always the last term in any expression.</p>
 
 <div class="anexample" id="example_9"><div class="anexampleTitle"><a class="internalDFN" href="#example_9">Example 9</a></div>
 <p>Derivation has an optional identifier. In the first expression, the identifier is not available, while it is explicit in the second. The third example shows that one can optionally indicate the missing identifier using the <span class="name">-</span> marker. This is equivalent to the first expression. </p>
@@ -1281,7 +1282,7 @@
 <!-- Expressions with no attributes A distinction is made between expressions with no attributes, and expressions that include an empty list of attributes.  -->
 
 <div class="anexample" id="example_10"><div class="anexampleTitle"><a class="internalDFN" href="#example_10">Example 10</a></div>
-<p>The first and second activity expressions do not speciy any attributes, and are equivalent.
+<p>The first and second activity expressions do not specify any attributes, and are equivalent.
 <!-- does not have any attributes. The second has an empty list of attributes. -->
 The third activity expression specifies two attributes. 
 </p><pre class="codeexample">activity(ex:a1)
@@ -1627,7 +1628,7 @@
 
 <div class="anexample" id="example_17"><div class="anexampleTitle"><a class="internalDFN" href="#example_17">Example 17</a></div>
 
-    <pre class="codeexample">wasEndedBy(end; ex:act2, ex:trigger,ex:act3,  2011-11-16T16:00:00, [ex:param="a"])
+    <pre class="codeexample">wasEndedBy(end; ex:act2, ex:trigger, ex:act3,  2011-11-16T16:00:00, [ex:param="a"])
   </pre>
 <p>  Here <span class="name">end</span> is the optional end identifier,  
 <span class="name">ex:act2</span> is the identifier of the ending activity,
@@ -2002,7 +2003,7 @@
 
 
 <div class="anexample" id="example_26"><div class="anexampleTitle"><a class="internalDFN" href="#example_26">Example 26</a></div>
-<p>The  following expressions illustrates a plan.
+<p>The  following expression illustrates a plan.
 </p><pre class="codeexample">  entity(ex:pl1,   [ prov:type='prov:Plan' ])
 </pre>
 </div>
@@ -2129,7 +2130,7 @@
 
 <p>Bundles cannot be nested because a <code><a class="grammarRef" href="#prod-bundle">bundle</a></code> is not an <code><a class="grammarRef" href="#prod-expression">expression</a></code>, and therefore cannot occur inside another <code><a class="grammarRef" href="#prod-bundle">bundle</a></code>.</p>
 
-<p>Each identifier occuring in a bundle, including the bundle identifier itself, <em class="rfc2119" title="must">must</em> be interpreted with respect to the namespace declarations of that bundle, or if the identifier's prefix is not declared in the bundle, with respect to the namespace declarations in the document. </p>
+<p>Each identifier occurring in a bundle, including the bundle identifier itself, <em class="rfc2119" title="must">must</em> be interpreted with respect to the namespace declarations of that bundle, or if the identifier's prefix is not declared in the bundle, with respect to the namespace declarations in the document. </p>
 
 
 <p>The following table summarizes how each constituent of a PROV-DM bundle maps to a PROV-N syntax element.</p>
@@ -2499,7 +2500,7 @@
 </div>
 
 
-<p><b>Note:</b>The productions for the terminals  <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and  <code class="content"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_PREFIX">PN_PREFIX</a></code> are conflicting.
+<p><b>Note:</b> The productions for the terminals  <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and  <code class="content"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_PREFIX">PN_PREFIX</a></code> are conflicting.
 Indeed,  for a tokenizer operating independently of the parse tree, <code>abc</code> matches both 
 <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and
 <code class="content"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_PREFIX">PN_PREFIX</a></code>.
@@ -2586,7 +2587,7 @@
 <p> In particular, a Literal may be an IRI-typed string (with datatype <span class="name">xsd:anyURI</span>);  such IRI has no specific interpretation in the context of PROV.</p>
 
 
-<p><b>Note:</b>The productions for terminals <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and
+<p><b>Note:</b> The productions for terminals <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and
 <code class="content"><a class="grammarRef" href="#prod-INT_LITERAL">INT_LITERAL</a></code> are conflicting.  
 Indeed, for a tokenizer operating independently of the parse tree, <code>1234</code> matches both <code class="content"><a class="grammarRef" href="#prod-INT_LITERAL">INT_LITERAL</a></code> and <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> (local name without prefix). In the context of
 a <code class="content"><a class="grammarRef" href="#prod-convenienceNotation">convenienceNotation</a></code>, a tokenizer should give preference to the production
@@ -2711,7 +2712,7 @@
 <li> 
 The scope of a prefix-namespace declaration directly occurring in a <code><a class="grammarRef" href="#prod-bundle">bundle</a></code> is the <code><a class="grammarRef" href="#prod-bundle">bundle</a></code> itself.</li>
 <li>
-The scope of a prefix-namespace declaration directly occurring in a <code><a class="grammarRef" href="#prod-document">document</a></code> is the <code><a class="grammarRef" href="#prod-document">document</a></code> including the <code><a class="grammarRef" href="#prod-bundle">bundles</a></code> it contains but excluding those <code><a class="grammarRef" href="#prod-bundle">bundles</a></code> that redeclare this prefix.</li>
+The scope of a prefix-namespace declaration directly occurring in a <code><a class="grammarRef" href="#prod-document">document</a></code> is the <code><a class="grammarRef" href="#prod-document">document</a></code> including the <code><a class="grammarRef" href="#prod-bundle">bundles</a></code> it contains but excluding those <code><a class="grammarRef" href="#prod-bundle">bundles</a></code> that re-declare this prefix.</li>
 </ul>
 
 <p>A set of namespace declarations <code><a class="grammarRef" href="#prod-namespaceDeclarations">namespaceDeclarations</a></code> <em class="rfc2119" title="must not">must not</em> re-declare the same prefix.</p>
@@ -2786,7 +2787,7 @@
 
 <div style="text-align: left;">
 <table class="thinborder" style="margin-left: auto; margin-right: auto;">
-<caption id="validity-rules-table">Summary of additional semantic rules for grammar productions</caption>
+<caption id="validity-rules-table">Table 2: Summary of additional semantic rules for grammar productions</caption>
 <tbody><tr><td><a><b>Production</b></a></td>
      <td><b>Examples of syntactically correct expressions</b></td>
      <td><b>Additional semantic rule</b></td>
@@ -2984,7 +2985,7 @@
       <dd>PROV-N is used to express the provenance of arbitrary application data; security considerations will vary by domain of use. Security tools and protocols applicable to text (e.g. PGP encryption, MD5 sum validation, password-protected compression) may also be used on PROV-N documents. Security/privacy protocols must be imposed which reflect the sensitivity of the embedded information.  </dd> 
       <dd>PROV-N can express data which is presented to the user, for example, by means of label attributes. Application rendering strings retrieved from untrusted PROV-N documents must ensure that malignant strings may not be used to mislead the reader. The security considerations in the media type registration for XML ([<cite><a class="bibref" href="#bib-RFC3023">RFC3023</a></cite>] section 10) provide additional guidance around the expression of arbitrary data and markup.</dd> 
       <dd>PROV-N is a language for describing the provenance of things, and therefore a PROV-N document is metadata for other resources.  Untrusted PROV-N documents may mislead its consumers by indicating that a third-party resource has a reputable lineage, when it has not. Provenance of PROV-N document should be sought. </dd>
-      <dd>PROV-N uses qualified names mappeable to IRIs as term identifiers. Applications interpreting data expressed in PROV-N should address the security issues of
+      <dd>PROV-N uses qualified names mappable to IRIs as term identifiers. Applications interpreting data expressed in PROV-N should address the security issues of
   <a class="norm" href="http://www.ietf.org/rfc/rfc3987.txt">Internationalized Resource Identifiers (IRIs)</a> [<cite><a class="bibref" href="#bib-RFC3987">RFC3987</a></cite>] Section 8, as well as
   <a class="norm" href="http://www.ietf.org/rfc/rfc3986.txt">Uniform Resource Identifier (URI): Generic Syntax</a> [<cite><a class="bibref" href="#bib-RFC3986">RFC3986</a></cite>] Section 7.</dd> 
       <dd>Multiple IRIs may have the same appearance. Characters in different scripts may 
@@ -3141,7 +3142,6 @@
  
 <section id="references" class="appendix"><!--OddPage--><h2><span class="secno">C. </span>References</h2><section id="normative-references"><h3><span class="secno">C.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-PROV-CONSTRAINTS">[PROV-CONSTRAINTS]</dt><dd>James Cheney; Paolo Missier; Luc Moreau; eds. <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/"><cite>Constraints of the PROV Data Model</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/">http://www.w3.org/TR/2012/CR-prov-constraints-20121211/</a>
 </dd><dt id="bib-PROV-DM">[PROV-DM]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><cite>PROV-DM: The PROV Data Model</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/">http://www.w3.org/TR/2012/CR-prov-dm-20121211/</a>
-</dd><dt id="bib-PROV-N">[PROV-N]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><cite>PROV-N: The Provenance Notation</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/">http://www.w3.org/TR/2012/CR-prov-n-20121211/</a>
 </dd><dt id="bib-PROV-O">[PROV-O]</dt><dd>Timothy Lebo; Satya Sahoo; Deborah McGuinness; eds. <a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/"><cite>PROV-O: The PROV Ontology</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/">http://www.w3.org/TR/2012/CR-prov-o-20121211/</a>
 </dd><dt id="bib-RDF-SPARQL-QUERY">[RDF-SPARQL-QUERY]</dt><dd>Andy Seaborne; Eric Prud'hommeaux. <a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115"><cite>SPARQL Query Language for RDF.</cite></a> 15 January 2008. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115">http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115</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> 
@@ -3154,7 +3154,7 @@
 </dd><dt id="bib-XML11">[XML11]</dt><dd>Eve Maler; et al. <a href="http://www.w3.org/TR/2006/REC-xml11-20060816"><cite>Extensible Markup Language (XML) 1.1 (Second Edition).</cite></a> 16 August 2006. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2006/REC-xml11-20060816">http://www.w3.org/TR/2006/REC-xml11-20060816</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></section><section id="informative-references"><h3><span class="secno">C.2 </span>Informative references</h3><dl class="bibliography"><dt id="bib-PROV-AQ">[PROV-AQ]</dt><dd>Graham Klyne; Paul Groth; eds. <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/"><cite>Provenance Access and Query</cite></a>. 19 June 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/">http://www.w3.org/TR/2012/WD-prov-aq-20120619/</a>
-</dd><dt id="bib-PROV-OVERVIEW">[PROV-OVERVIEW]</dt><dd>Paul Groth and Luc Moreau <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite>PROV-OVERVIEW: An Overview of the PROV Family of Documents</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</a>
+</dd><dt id="bib-PROV-OVERVIEW">[PROV-OVERVIEW]</dt><dd>Paul Groth; Luc Moreau; eds. <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite>PROV-OVERVIEW: An Overview of the PROV Family of Documents</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</a>
 </dd><dt id="bib-PROV-PRIMER">[PROV-PRIMER]</dt><dd>Yolanda Gil; Simon Miles; eds. <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><cite>PROV Model Primer</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/">http://www.w3.org/TR/2012/WD-prov-primer-20121211/</a>
 </dd><dt id="bib-PROV-RDF">[PROV-RDF]</dt><dd>James Cheney <a href="http://www.w3.org/2011/prov/wiki/ProvRDF"><cite>PROV-RDF Mapping </cite></a>2012, Working in Progress. URL: <a href="http://www.w3.org/2011/prov/wiki/ProvRDF">http://www.w3.org/2011/prov/wiki/ProvRDF</a>
 </dd><dt id="bib-PROV-SEM">[PROV-SEM]</dt><dd>James Cheney; ed. <a href="http://www.w3.org/2011/prov/wiki/FormalSemanticsED"><cite>Formal Semantics of PROV</cite></a>. 2011, Work in progress. URL: <a href="http://www.w3.org/2011/prov/wiki/FormalSemanticsED">http://www.w3.org/2011/prov/wiki/FormalSemanticsED</a>.
--- a/model/releases/CR-prov-n-20121211/diff-n.html	Tue Nov 27 11:43:03 2012 +0000
+++ b/model/releases/CR-prov-n-20121211/diff-n.html	Tue Nov 27 11:44:38 2012 +0000
@@ -1,3 +1,4 @@
+
 <!DOCTYPE html>
 <html lang="en" dir="ltr">
 <head><style type="text/css"><!--
@@ -1191,73 +1192,6 @@
 </style><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-CR"></head> 
 
   <body><div class="head">
-  <span class="delete">background-color: white;
-  color: black;
-  font-style: normal;
-  font-weight: normal;
-}
-
-pre.sh_sourceCode .sh_keyword { color: #005a9c; font-weight: bold; }           /* language keywords */
-pre.sh_sourceCode .sh_type { color: #666; }                            /* basic types */
-pre.sh_sourceCode .sh_usertype { color: teal; }                             /* user defined types */
-pre.sh_sourceCode .sh_string { color: red; font-family: monospace; }        /* strings and chars */
-pre.sh_sourceCode .sh_regexp { color: orange; font-family: monospace; }     /* regular expressions */
-pre.sh_sourceCode .sh_specialchar { color: 	#ffc0cb; font-family: monospace; }  /* e.g., \n, \t, \\ */
-pre.sh_sourceCode .sh_comment { color: #A52A2A; font-style: italic; }         /* comments */
-pre.sh_sourceCode .sh_number { color: purple; }                             /* literal numbers */
-pre.sh_sourceCode .sh_preproc { color: #00008B; font-weight: bold; }       /* e.g., #include, import */
-pre.sh_sourceCode .sh_symbol { color: blue; }                            /* e.g., *, + */
-pre.sh_sourceCode .sh_function { color: black; font-weight: bold; }         /* function calls and declarations */
-pre.sh_sourceCode .sh_cbracket { color: red; }                              /* block brackets (e.g., {, }) */
-pre.sh_sourceCode .sh_todo { font-weight: bold; background-color: #00FFFF; }   /* TODO and FIXME */
-
-/* Predefined variables and functions (for instance glsl) */
-pre.sh_sourceCode .sh_predef_var { color: #00008B; }
-pre.sh_sourceCode .sh_predef_func { color: #00008B; font-weight: bold; }
-
-/* for OOP */
-pre.sh_sourceCode .sh_classname { color: teal; }
-
-/* line numbers (not yet implemented) */
-pre.sh_sourceCode .sh_linenum { display: none; }
-
-/* Internet related */
-pre.sh_sourceCode .sh_url { color: blue; text-decoration: underline; font-family: monospace; }
-
-/* for ChangeLog and Log files */
-pre.sh_sourceCode .sh_date { color: blue; font-weight: bold; }
-pre.sh_sourceCode .sh_time, pre.sh_sourceCode .sh_file { color: #00008B; font-weight: bold; }
-pre.sh_sourceCode .sh_ip, pre.sh_sourceCode .sh_name { color: #006400; }
-
-/* for Prolog, Perl... */
-pre.sh_sourceCode .sh_variable { color: #006400; }
-
-/* for LaTeX */
-pre.sh_sourceCode .sh_italics { color: #006400; font-style: italic; }
-pre.sh_sourceCode .sh_bold { color: #006400; font-weight: bold; }
-pre.sh_sourceCode .sh_underline { color: #006400; text-decoration: underline; }
-pre.sh_sourceCode .sh_fixed { color: green; font-family: monospace; }
-pre.sh_sourceCode .sh_argument { color: #006400; }
-pre.sh_sourceCode .sh_optionalargument { color: purple; }
-pre.sh_sourceCode .sh_math { color: orange; }
-pre.sh_sourceCode .sh_bibtex { color: blue; }
-
-/* for diffs */
-pre.sh_sourceCode .sh_oldfile { color: orange; }
-pre.sh_sourceCode .sh_newfile { color: #006400; }
-pre.sh_sourceCode .sh_difflines { color: blue; }
-
-/* for css */
-pre.sh_sourceCode .sh_selector { color: purple; }
-pre.sh_sourceCode .sh_property { color: blue; }
-pre.sh_sourceCode .sh_value { color: #006400; font-style: italic; }
-
-/* other */
-pre.sh_sourceCode .sh_section { color: black; font-weight: bold; }
-pre.sh_sourceCode .sh_paren { color: red; }
-pre.sh_sourceCode .sh_attribute { color: #006400; }
-
-</span> 
   <p>
     
       <a href="http://www.w3.org/"><img width="72" height="48" src="http://www.w3.org/Icons/w3c_home" alt="W3C"></a>
@@ -1398,7 +1332,7 @@
 
 <li>Developers seeking to retrieve or publish provenance should focus on <span class="delete">PROV-AQ.</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-AQ"><span class="insert">PROV-AQ</span></a></cite><span class="insert">].</span></li>
 <li>Readers seeking to implement other PROV serializations
-should focus on <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite><span class="insert">]</span> and <span class="delete">PROV-CONSTRAINTS.</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS"><span class="insert">PROV-CONSTRAINTS</span></a></cite><span class="insert">].</span>  <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite><span class="insert">], [</span><cite><a class="bibref" href="#bib-PROV-N"><span class="insert">PROV-N</span></a></cite><span class="insert">],</span> and <span class="delete">PROV-N</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-XML"><span class="insert">PROV-XML</span></a></cite><span class="insert">]</span> offer examples of mapping to <span class="delete">RDF</span><span class="insert">RDF, text,</span> and <span class="delete">text,</span><span class="insert">XML,</span> respectively.</li>
+should focus on <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite><span class="insert">]</span> and <span class="delete">PROV-CONSTRAINTS.</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-CONSTRAINTS"><span class="insert">PROV-CONSTRAINTS</span></a></cite><span class="insert">].</span>  <span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite><span class="insert">], PROV-N,</span> and <span class="delete">PROV-N</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-XML"><span class="insert">PROV-XML</span></a></cite><span class="insert">]</span> offer examples of mapping to <span class="delete">RDF</span><span class="insert">RDF, text,</span> and <span class="delete">text,</span><span class="insert">XML,</span> respectively.</li>
 </ul>
 
 
@@ -1765,7 +1699,7 @@
 <h3><span class="secno">2.5 </span>Identifiers and attributes</h3>
 
 <p>Almost all expressions defined in the grammar include an identifier (see <a href="#expression-identifier">Section 3.7.1</a> for the full syntax of identifiers). Most expressions
-can aslo include a set of attribute-value pairs, delimited by square brackets. Identifiers are optional except for Entities, Activites, and Agents. Identifiers are always the first term in any expression.  <em>Optional</em> identifiers <em class="rfc2119" title="must">must</em> be separated using a semi-colon ';', but where the identifiers are required, a regular comma ',' <em class="rfc2119" title="must">must</em> be used. This makes it possible to completely omit an optional identifier with no ambiguity arising. Also, if the set of attribute-value pairs is present, it is always the last term in any expression.</p>
+can <span class="delete">aslo</span><span class="insert">also</span> include a set of attribute-value pairs, delimited by square brackets. Identifiers are optional except for Entities, Activites, and Agents. Identifiers are always the first term in any expression.  <em>Optional</em> identifiers <em class="rfc2119" title="must">must</em> be separated using a semi-colon ';', but where the identifiers are required, a regular comma ',' <em class="rfc2119" title="must">must</em> be used. This makes it possible to completely omit an optional identifier with no ambiguity arising. Also, if the set of attribute-value pairs is present, it is always the last term in any expression.</p>
 
 <div class="anexample" id="example_9"><div class="anexampleTitle"><a class="internalDFN" href="#example_9">Example 9</a></div>
 <p>Derivation has an optional identifier. In the first expression, the identifier is not available, while it is explicit in the second. The third example shows that one can optionally indicate the missing identifier using the <span class="name">-</span> marker. This is equivalent to the first expression. </p>
@@ -1780,7 +1714,7 @@
 
 
 <div class="anexample" id="example_10"><div class="anexampleTitle"><a class="internalDFN" href="#example_10">Example 10</a></div>
-<p>The first and second activity expressions <span class="delete">have no</span><span class="insert">do not speciy any</span> attributes, and are equivalent.
+<p>The first and second activity expressions <span class="delete">have no</span><span class="insert">do not specify any</span> attributes, and are equivalent.
 
 The third activity expression <span class="delete">has</span><span class="insert">specifies</span> two attributes. 
 </p><pre class="codeexample">activity(ex:a1)
@@ -2163,7 +2097,7 @@
 
 <div class="anexample" id="example_17"><div class="anexampleTitle"><a class="internalDFN" href="#example_17">Example 17</a></div>
 
-    <pre class="codeexample"><span class="delete">wasEndedBy(s;</span><span class="insert">wasEndedBy(end;</span> ex:act2, ex:trigger,ex:act3,  2011-11-16T16:00:00, [ex:param="a"])
+    <pre class="codeexample"><span class="delete">wasEndedBy(s;</span><span class="insert">wasEndedBy(end;</span> ex:act2, <span class="delete">ex:trigger,ex:act3,</span><span class="insert">ex:trigger, ex:act3,</span>  2011-11-16T16:00:00, [ex:param="a"])
   </pre>
 <p>  Here <span class="name"><span class="delete">s</span><span class="insert">end</span></span> is the optional <span class="delete">start</span><span class="insert">end</span> identifier,  
 <span class="name">ex:act2</span> is the identifier of the ending activity,
@@ -2570,7 +2504,7 @@
 
 
 <div class="anexample" id="example_26"><div class="anexampleTitle"><a class="internalDFN" href="#example_26"><span class="insert">Example 26</span></a></div>
-<p><span class="insert">The  following expressions illustrates a plan.
+<p><span class="insert">The  following expression illustrates a plan.
 </span></p><pre class="codeexample"><span class="insert">  entity(ex:pl1,   [ prov:type='prov:Plan' ])
 </span></pre>
 </div>
@@ -2697,7 +2631,7 @@
 
 <p><span class="delete">Named bundles</span><span class="insert">Bundles</span> cannot be nested because <span class="insert">a </span><code><span class="delete">namedBundle</span><a class="grammarRef" href="#prod-bundle"><span class="insert">bundle</span></a></code> is not an <code><a class="grammarRef" href="#prod-expression">expression</a></code>, and therefore cannot <span class="delete">occurs</span><span class="insert">occur</span> inside another <code><span class="delete">namedBundle</span><a class="grammarRef" href="#prod-bundle"><span class="insert">bundle</span></a></code>.</p>
 
-<p><span class="delete">Named bundles are self-contained: each</span><span class="insert">Each</span> identifier occuring in a<span class="delete"> named</span> bundle, including the bundle identifier itself, <em class="rfc2119" title="must">must</em> be interpreted with respect to the namespace declarations of that <span class="delete">bundle. In other words, for every identifier</span><span class="insert">bundle, or if the identifier's prefix is not declared in the bundle,</span> with <span class="insert">respect to the namespace declarations in the document. </span></p>
+<p><span class="delete">Named bundles are self-contained: each</span><span class="insert">Each</span> identifier <span class="delete">occuring</span><span class="insert">occurring</span> in a<span class="delete"> named</span> bundle, including the bundle identifier itself, <em class="rfc2119" title="must">must</em> be interpreted with respect to the namespace declarations of that <span class="delete">bundle. In other words, for every identifier</span><span class="insert">bundle, or if the identifier's prefix is not declared in the bundle,</span> with <span class="insert">respect to the namespace declarations in the document. </span></p>
 
 
 <p><span class="insert">The following table summarizes how each constituent of </span>a <span class="delete">prefix </span><span class="delete">p</span><span class="delete"> within</span><span class="insert">PROV-DM bundle maps to</span> a <span class="delete">named bundle, there </span><span class="delete">must</span><span class="delete"> be a namespace declaration for </span><span class="delete">p</span><span class="delete"> in this named bundled; for every identifier  without prefix, there </span><span class="delete">must</span><span class="delete"> be a default namespace declaration  in this named bundled.</span><span class="insert">PROV-N syntax element.</span></p>
@@ -3117,7 +3051,7 @@
 </div>
 
 
-<p><b>Note:</b>The productions for the terminals  <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and  <code class="content"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_PREFIX">PN_PREFIX</a></code> are conflicting.
+<p><b>Note:</b> The productions for the terminals  <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and  <code class="content"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_PREFIX">PN_PREFIX</a></code> are conflicting.
 Indeed,  for a tokenizer operating independently of the parse tree, <code>abc</code> matches both 
 <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and
 <code class="content"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_PREFIX">PN_PREFIX</a></code>.
@@ -3190,7 +3124,7 @@
 <p> In particular, a Literal may be an IRI-typed string (with datatype <span class="name">xsd:anyURI</span>);  such IRI has no specific interpretation in the context of PROV.</p>
 
 
-<p><b>Note:</b>The productions for terminals <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and
+<p><b>Note:</b> The productions for terminals <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> and
 <code class="content"><a class="grammarRef" href="#prod-INT_LITERAL">INT_LITERAL</a></code> are conflicting.  
 Indeed, for a tokenizer operating independently of the parse tree, <code>1234</code> matches both <code class="content"><a class="grammarRef" href="#prod-INT_LITERAL">INT_LITERAL</a></code> and <code class="content"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></code> (local name without prefix). In the context of
 a <code class="content"><a class="grammarRef" href="#prod-convenienceNotation">convenienceNotation</a></code>, a tokenizer should give preference to the production
@@ -3320,7 +3254,7 @@
 <span class="delete">
 the scope of a namespace</span><span class="insert">prefix-namespace</span> declaration directly occurring in a <code><a class="grammarRef" href="#prod-bundle"><span class="delete">toplevel </span>bundle</a></code> is the <code><a class="grammarRef" href="#prod-bundle"><span class="delete">toplevel </span>bundle</a></code> <span class="delete">itself, except and</span><span class="insert">itself.</span></li>
 <li><span class="insert">
-The scope of a prefix-namespace declaration directly occurring in a</span> <code><span class="delete">namedBundle</span><a class="grammarRef" href="#prod-document"><span class="insert">document</span></a></code><span class="insert"> is the </span><code><a class="grammarRef" href="#prod-document"><span class="insert">document</span></a></code><span class="insert"> including the </span><code><a class="grammarRef" href="#prod-bundle"><span class="insert">bundles</span></a></code> it <span class="delete">may contain.</span><span class="insert">contains but excluding those </span><code><a class="grammarRef" href="#prod-bundle"><span class="insert">bundles</span></a></code><span class="insert"> that redeclare this prefix.</span></li>
+The scope of a prefix-namespace declaration directly occurring in a</span> <code><span class="delete">namedBundle</span><a class="grammarRef" href="#prod-document"><span class="insert">document</span></a></code><span class="insert"> is the </span><code><a class="grammarRef" href="#prod-document"><span class="insert">document</span></a></code><span class="insert"> including the </span><code><a class="grammarRef" href="#prod-bundle"><span class="insert">bundles</span></a></code> it <span class="delete">may contain.</span><span class="insert">contains but excluding those </span><code><a class="grammarRef" href="#prod-bundle"><span class="insert">bundles</span></a></code><span class="insert"> that re-declare this prefix.</span></li>
 </ul>
 
 <p>A set of namespace declarations <code><a class="grammarRef" href="#prod-namespaceDeclarations">namespaceDeclarations</a></code> <em class="rfc2119" title="must not">must not</em> re-declare the same prefix.</p>
@@ -3397,7 +3331,7 @@
 
 <div style="text-align: left;">
 <table class="thinborder" style="margin-left: auto; margin-right: auto;">
-<caption id="validity-rules-table">Summary of additional semantic rules for grammar productions</caption>
+<caption id="validity-rules-table"><span class="insert">Table 2: </span>Summary of additional semantic rules for grammar productions</caption>
 <tbody><tr><td><a><b>Production</b></a></td>
      <td><b>Examples of syntactically correct expressions</b></td>
      <td><b>Additional semantic rule</b></td>
@@ -3604,7 +3538,7 @@
       <dd>PROV-N is used to express the provenance of arbitrary application data; security considerations will vary by domain of use. Security tools and protocols applicable to text (e.g. PGP encryption, MD5 sum validation, password-protected compression) may also be used on PROV-N documents. Security/privacy protocols must be imposed which reflect the sensitivity of the embedded information.  </dd> 
       <dd>PROV-N can express data which is presented to the user, for example, by means of label attributes. Application rendering strings retrieved from untrusted PROV-N documents must ensure that malignant strings may not be used to mislead the reader. The security considerations in the media type registration for XML ([<cite><a class="bibref" href="#bib-RFC3023">RFC3023</a></cite>] section 10) provide additional guidance around the expression of arbitrary data and markup.</dd> 
       <dd>PROV-N is a language for describing the provenance of things, and therefore a PROV-N document is metadata for other resources.  Untrusted PROV-N documents may mislead its consumers by indicating that a third-party resource has a reputable lineage, when it has not. Provenance of PROV-N document should be sought. </dd>
-      <dd>PROV-N uses qualified names mappeable to IRIs as term identifiers. Applications interpreting data expressed in PROV-N should address the security issues of
+      <dd>PROV-N uses qualified names <span class="delete">mappeable</span><span class="insert">mappable</span> to IRIs as term identifiers. Applications interpreting data expressed in PROV-N should address the security issues of
   <a class="norm" href="http://www.ietf.org/rfc/rfc3987.txt">Internationalized Resource Identifiers (IRIs)</a> [<cite><a class="bibref" href="#bib-RFC3987">RFC3987</a></cite>] Section 8, as well as
   <a class="norm" href="http://www.ietf.org/rfc/rfc3986.txt">Uniform Resource Identifier (URI): Generic Syntax</a> [<cite><a class="bibref" href="#bib-RFC3986">RFC3986</a></cite>] Section 7.</dd> 
       <dd>Multiple IRIs may have the same appearance. Characters in different scripts may 
@@ -3766,7 +3700,6 @@
 <section id="references" class="appendix"><h2><span class="secno"><span class="delete">B.</span><span class="insert">C.</span> </span>References</h2><section id="normative-references"><h3><span class="secno"><span class="delete">B.1</span><span class="insert">C.1</span> </span>Normative references</h3><dl class="bibliography"><span class="delete">[IRI]</span><dt id="bib-PROV-CONSTRAINTS"><span class="insert">[PROV-CONSTRAINTS]</span></dt><dd><span class="delete">M. Duerst, M. Suignard. </span><span class="insert">James Cheney; Paolo Missier; Luc Moreau; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/"><cite><span class="delete">Internationalized Resource Identifiers (IRI).</span><span class="insert">Constraints of the PROV Data Model</span></cite></a><span class="delete"> January 2005. Internet RFC 3987.</span><span class="insert">. 11 December 2012, W3C Candidate Recommendation.</span> URL: <span class="delete">http://www.ietf.org/rfc/rfc3987.txt</span> 
 <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-constraints-20121211/</span></a>
 </dd><dt id="bib-PROV-DM"><span class="insert">[PROV-DM]</span></dt><dd><span class="insert">Luc Moreau; Paolo Missier; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><cite><span class="insert">PROV-DM: The PROV Data Model</span></cite></a><span class="insert">. 11 December 2012, W3C Candidate Recommendation. URL: </span><a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-dm-20121211/</span></a>
-</dd><dt id="bib-PROV-N"><span class="insert">[PROV-N]</span></dt><dd><span class="insert">Luc Moreau; Paolo Missier; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><cite><span class="insert">PROV-N: The Provenance Notation</span></cite></a><span class="insert">. 11 December 2012, W3C Candidate Recommendation. URL: </span><a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-n-20121211/</span></a>
 </dd><dt id="bib-PROV-O"><span class="insert">[PROV-O]</span></dt><dd><span class="insert">Timothy Lebo; Satya Sahoo; Deborah McGuinness; eds. </span><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/"><cite><span class="insert">PROV-O: The PROV Ontology</span></cite></a><span class="insert">. 11 December 2012, W3C Candidate Recommendation. URL: </span><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/"><span class="insert">http://www.w3.org/TR/2012/CR-prov-o-20121211/</span></a>
 </dd><dt id="bib-RDF-SPARQL-QUERY">[RDF-SPARQL-QUERY]</dt><dd>Andy Seaborne; Eric Prud'hommeaux. <a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115"><cite>SPARQL Query Language for RDF.</cite></a> 15 January 2008. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115">http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115</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> 
@@ -3779,7 +3712,7 @@
 </dd><dt id="bib-XML11">[XML11]</dt><dd>Eve Maler; et al. <a href="http://www.w3.org/TR/2006/REC-xml11-20060816"><cite>Extensible Markup Language (XML) 1.1 (Second Edition).</cite></a> 16 August 2006. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2006/REC-xml11-20060816">http://www.w3.org/TR/2006/REC-xml11-20060816</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></section><section id="informative-references"><h3><span class="secno"><span class="delete">B.2</span><span class="insert">C.2</span> </span>Informative references</h3><dl class="bibliography"><dt id="bib-PROV-AQ">[PROV-AQ]</dt><dd>Graham <span class="delete">Klyne and</span><span class="insert">Klyne;</span> Paul <span class="delete">Groth (eds.) Luc Moreau, Olaf Hartig, Yogesh Simmhan, James Meyers, Timothy Lebo, Khalid Belhajjame, and Simon Miles </span><span class="insert">Groth; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/"><cite>Provenance Access and Query</cite></a>. <span class="delete">2011,</span><span class="insert">19 June 2012,</span> Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-aq/</span><a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-aq-20120619/</span></a>
-</dd><span class="delete">[PROV-CONSTRAINTS]</span><dt id="bib-PROV-OVERVIEW"><span class="insert">[PROV-OVERVIEW]</span></dt><dd><span class="delete">James Cheney, Paolo Missier,</span><span class="insert">Paul Groth</span> and Luc Moreau <span class="delete">(eds.)</span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite><span class="delete">Constraints</span><span class="insert">PROV-OVERVIEW: An Overview</span> of the <span class="delete">Prov Data Model</span><span class="insert">PROV Family of Documents</span></cite></a>. <span class="insert">11 December </span>2012, Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-constraints/</span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</span></a>
+</dd><span class="delete">[PROV-CONSTRAINTS]</span><dt id="bib-PROV-OVERVIEW"><span class="insert">[PROV-OVERVIEW]</span></dt><dd><span class="delete">James Cheney, Paolo Missier, and</span><span class="insert">Paul Groth;</span> Luc <span class="delete">Moreau (eds.)</span><span class="insert">Moreau; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite><span class="delete">Constraints</span><span class="insert">PROV-OVERVIEW: An Overview</span> of the <span class="delete">Prov Data Model</span><span class="insert">PROV Family of Documents</span></cite></a>. <span class="insert">11 December </span>2012, Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-constraints/</span><a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</span></a>
 </dd><span class="delete">[PROV-DM]</span><dt id="bib-PROV-PRIMER"><span class="insert">[PROV-PRIMER]</span></dt><dd><span class="delete">Luc Moreau and Paolo Missier (eds.) Khalid Belhajjame, Reza B'Far, Stephen Cresswell, </span>Yolanda <span class="delete">Gil, Paul Groth, Graham Klyne, Jim McCusker,</span><span class="insert">Gil;</span> Simon <span class="delete">Miles, James Myers, Satya Sahoo, and Curt Tilmes</span><span class="insert">Miles; eds. </span><a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><cite><span class="delete">PROV-DM: The </span>PROV <span class="delete">Data </span>Model<span class="insert"> Primer</span></cite></a>. <span class="insert">11 December </span>2012, Working Draft. URL: <span class="delete">http://www.w3.org/TR/prov-dm/</span><a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><span class="insert">http://www.w3.org/TR/2012/WD-prov-primer-20121211/</span></a>
 </dd><dt id="bib-PROV-RDF">[PROV-RDF]</dt><dd>James Cheney <a href="http://www.w3.org/2011/prov/wiki/ProvRDF"><cite>PROV-RDF Mapping </cite></a>2012, Working in Progress. URL: <a href="http://www.w3.org/2011/prov/wiki/ProvRDF">http://www.w3.org/2011/prov/wiki/ProvRDF</a>
 </dd><dt id="bib-PROV-SEM">[PROV-SEM]</dt><dd>James <span class="delete">Cheney </span><span class="insert">Cheney; ed. </span><a href="http://www.w3.org/2011/prov/wiki/FormalSemanticsED"><cite>Formal Semantics <span class="delete">Strawman</span><span class="insert">of PROV</span></cite></a>. 2011, Work in progress. URL: <span class="delete">http://www.w3.org/2011/prov/wiki/FormalSemanticsStrawman</span><a href="http://www.w3.org/2011/prov/wiki/FormalSemanticsED"><span class="insert">http://www.w3.org/2011/prov/wiki/FormalSemanticsED</span></a><span class="insert">.</span>
--- a/ontology/Overview.html	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/Overview.html	Tue Nov 27 11:44:38 2012 +0000
@@ -797,10 +797,10 @@
     
 }
 </style><link href="http://www.w3.org/StyleSheets/TR/W3C-CR" 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" src="http://www.w3.org/Icons/w3c_home" alt="W3C" /></a></p><h1 class="title" id="title">PROV-O: The PROV Ontology</h1><h2 id="w3c-candidate-recommendation-11-december-2012"><acronym title="World Wide Web Consortium">W3C</acronym> Candidate Recommendation 11 December 2012</h2><dl><dt>This version:</dt><dd><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/">http://www.w3.org/TR/2012/CR-prov-o-20121211/</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/2012/WD-prov-o-20120724/">http://www.w3.org/TR/2012/WD-prov-o-20120724/</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" src="http://www.w3.org/Icons/w3c_home" alt="W3C" /></a></p><h1 class="title" id="title">PROV-O: The PROV Ontology</h1><h2 id="w3c-candidate-recommendation-11-december-2012"><acronym title="World Wide Web Consortium">W3C</acronym> Candidate Recommendation 11 December 2012</h2><dl><dt>This version:</dt><dd><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/">http://www.w3.org/TR/2012/CR-prov-o-20121211/</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>Previous version:</dt><dd><a href="http://www.w3.org/TR/2012/WD-prov-o-20120724/">http://www.w3.org/TR/2012/WD-prov-o-20120724/</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>Contributors:</dt><dd><span>(In alphabetical order)</span></dd>
+<dt>Authors:</dt><dd><span>(In alphabetical order)</span></dd>
 <dd><a href="http://semanticweb.org/wiki/Khalid_Belhajjame">Khalid Belhajjame</a>, University of Manchester, UK</dd>
 <dd><a href="http://homepages.inf.ed.ac.uk/jcheney/">James Cheney</a>, University of Edinburgh, UK</dd>
 <dd><a href="http://homepages.abdn.ac.uk/dcorsar/pages/">David Corsar</a>, University of Aberdeen, UK</dd>
@@ -811,44 +811,54 @@
 </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. 
+         <p>The PROV Ontology (PROV-O) expresses the PROV Data Model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>] using the OWL2 Web Ontology Language (OWL2) [<cite><a class="bibref" rel="biblioentry" href="#bib-OWL2-OVERVIEW">OWL2-OVERVIEW</a></cite>]. 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.
+        The <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">PROV Document Overview</a> describes the overall state of PROV, and should be read before other PROV documents.
         </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="http://www.w3.org/ns/prov-o.owl">here</a>.
+        <p style="text-align: center;">The OWL encoding of the PROV Ontology is available <a href="http://www.w3.org/ns/prov-o">here</a>.
         </p>
-
     </div><div id="sotd" class="introductory section"><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="prov-family-of-documents">PROV Family of Documents</h4>
-         This document is part of the PROV family of documents, a set of documents defining various aspects that are necessary to achieve the vision of inter-operable 
-            interchange of provenance information in heterogeneous environments such as the Web.  These documents are:
-         <ul>
-         <li> <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">PROV-OVERVIEW</a> (Note), an overview of the PROV family of documents [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-OVERVIEW">PROV-OVERVIEW</a></cite>];</li>
-         <li> <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/">PROV-PRIMER</a> (Note), a primer for the PROV data model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-PRIMER">PROV-PRIMER</a></cite>];</li>
-         <li> PROV-O (Recommendation), the PROV ontology, an OWL2 ontology allowing the mapping of PROV to RDF (this document);</li>
-         <li> <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/">PROV-DM</a> (Recommendation), the PROV data model for provenance;</li>
-         <li> <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/">PROV-N</a> (Recommendation), a notation for provenance aimed at human consumption [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-N">PROV-N</a></cite>];</li>
-         <li> <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/">PROV-CONSTRAINTS</a> (Recommendation), a set of constraints applying to the PROV data model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>];</li>
-         <li> <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/">PROV-AQ</a> (Note), the mechanisms for accessing and querying provenance [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-AQ">PROV-AQ</a></cite>]; </li>
-         <li> <a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/">PROV-XML</a> (Note),  an XML schema for the PROV data model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-XML">PROV-XML</a></cite>].</li>
-
-         </ul>
-         <h4 id="how-to-read-the-prov-family-of-documentation">How to read the PROV Family of Documentation</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>
-      <p>This document was published by the <a href="http://www.w3.org/2011/prov/">Provenance Working Group</a> as a Candidate Recommendation. This document is intended to become a <acronym title="World Wide Web Consortium">W3C</acronym> Recommendation. 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>). <acronym title="World Wide Web Consortium">W3C</acronym> publishes a Candidate Recommendation to indicate that the document is believed to be stable and to encourage implementation by the developer community. This Candidate Recommendation is expected to advance to Proposed Recommendation no earlier than 31 January 2013. All feedback is welcome.</p><p>Publication as a Candidate Recommendation 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 href="http://www.w3.org/2004/01/pp-impl/46974/status" rel="disclosure">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><ul class="toc"><li class="tocline"><a href="#compliance" class="tocxref"><span class="secno">1.1 </span>Compliance with this Document</a></li><li class="tocline"><a href="#notations" class="tocxref"><span class="secno">1.2 </span>Notational Conventions</a></li><li class="tocline"><a href="#namespaces" class="tocxref"><span class="secno">1.3 </span>Namespaces</a></li></ul></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="#changes-since-wd-prov-o-20120724" class="tocxref"><span class="secno">C. </span>Changes since WD-prov-o-20120724</a></li><li class="tocline"><a href="#acknowledgements" class="tocxref"><span class="secno">D. </span>Acknowledgements</a></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">E. </span>References</a><ul class="toc"><li class="tocline"><a href="#normative-references" class="tocxref"><span class="secno">E.1 </span>Normative references</a></li><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno">E.2 </span>Informative references</a></li></ul></li></ul></div>
+      <h4 id="prov-family-of-documents">PROV Family of Documents</h4>
+      This document is part of the PROV family of documents, a set of documents defining various aspects that are necessary to achieve the vision of inter-operable
+      interchange of provenance information in heterogeneous environments such as the Web.  These documents are:
+      <ul>
+      <li> <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">PROV-OVERVIEW</a> (To be published as Note), an overview of the PROV family of documents [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-OVERVIEW">PROV-OVERVIEW</a></cite>];</li>
+      <li> <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/">PROV-PRIMER</a> (To be published as Note), a primer for the PROV data model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-PRIMER">PROV-PRIMER</a></cite>];</li>
+      <li> <a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/">PROV-O</a> (Candidate Recommendation), the PROV ontology, an OWL2 ontology allowing the mapping of PROV to RDF (this document);</li>
+      <li> <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/">PROV-DM</a> (Candidate Recommendation), the PROV data model for provenance [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>];</li>
+      <li> <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/">PROV-N</a> (Candidate Recommendation), a notation for provenance aimed at human consumption [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-N">PROV-N</a></cite>];</li>
+      <li> <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/">PROV-CONSTRAINTS</a> (Candidate Recommendation), a set of constraints applying to the PROV data model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>];</li>
+      <li> <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/">PROV-AQ</a> (To be published as Note), the mechanisms for accessing and querying provenance [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-AQ">PROV-AQ</a></cite>]; </li>
+      <li> <a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/">PROV-XML</a> (To be published as Note),  an XML schema for the PROV data model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-XML">PROV-XML</a></cite>].</li>
+
+      </ul>
+      <h4 id="how-to-read-the-prov-family-of-documents">How to read the PROV Family of Documents</h4>
+      <ul>
+      <li>[<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-OVERVIEW">PROV-OVERVIEW</a></cite>] overviews the PROV family of documents. </li>
+      <li>The primer [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-PRIMER">PROV-PRIMER</a></cite>] 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, [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>] and [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>] specify the constraints applicable to the data model, and its interpretation. </li>
+      <li>The XML community should focus on [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-XML">PROV-XML</a></cite>] defining an XML schema for PROV. Further details can also be found in [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>] and [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>].</li>
+      <li>Developers seeking to retrieve or publish provenance should focus on [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-AQ">PROV-AQ</a></cite>].</li>
+      <li>Readers seeking to implement other PROV serializations
+      should focus on [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>] and [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>].  PROV-O, [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-N">PROV-N</a></cite>], and [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-XML">PROV-XML</a></cite>] offer examples of mapping to RDF, text, and XML, respectively.</li>
+      </ul>
+
+      <h4 id="please-comment-by-january-31--2013">Please Comment By January 31, 2013</h4>
+
+      The Provenance Working Group seeks to gather experience from <a href="http://www.w3.org/2011/prov/wiki/ProvImplementations">implementations</a> in order to increase confidence in the specifications and meet specific <a href="http://www.w3.org/2011/prov/wiki/ProvCRExitCriteria">exit criteria</a>. This document will remain a Candidate Recommendation until at least 31 January 31, 2013. After that date, when and if the exit criteria are met, the group intends to request <a href="http://www.w3.org/2005/10/Process-20051014/tr.html#RecsPR">Proposed Recommendation</a> status.
+
+
+    <p>This document was published by the <a href="http://www.w3.org/2011/prov/">Provenance Working Group</a> as a Candidate Recommendation. This document is intended to become a <acronym title="World Wide Web Consortium">W3C</acronym> Recommendation. 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>). <acronym title="World Wide Web Consortium">W3C</acronym> publishes a Candidate Recommendation to indicate that the document is believed to be stable and to encourage implementation by the developer community. This Candidate Recommendation is expected to advance to Proposed Recommendation no earlier than 31 January 2013. All feedback is welcome.</p><p>Publication as a Candidate Recommendation 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 href="http://www.w3.org/2004/01/pp-impl/46974/status" rel="disclosure">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><ul class="toc"><li class="tocline"><a href="#compliance" class="tocxref"><span class="secno">1.1 </span>Compliance with this Document</a></li><li class="tocline"><a href="#notations" class="tocxref"><span class="secno">1.2 </span>Notational Conventions</a></li><li class="tocline"><a href="#namespaces" class="tocxref"><span class="secno">1.3 </span>Namespaces</a></li></ul></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="#owl-profile" class="tocxref"><span class="secno">A. </span>PROV-O OWL Profile</a></li><li class="tocline"><a href="#inverse-names" class="tocxref"><span class="secno">B. </span>Names of inverse properties</a></li><li class="tocline"><a href="#changes-since-wd-prov-o-20120724" class="tocxref"><span class="secno">C. </span>Changes since WD-prov-o-20120724</a></li><li class="tocline"><a href="#acknowledgements" class="tocxref"><span class="secno">D. </span>Acknowledgements</a></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">E. </span>References</a><ul class="toc"><li class="tocline"><a href="#normative-references" class="tocxref"><span class="secno">E.1 </span>Normative references</a></li><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno">E.2 </span>Informative references</a></li></ul></li></ul></div>
   
  
-
-      
+    
+
+
 
 
      <div id="introduction" class="section">    
@@ -858,12 +868,25 @@
          <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-AQ">PROV-AQ</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 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-OWL2-PRIMER">OWL2-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 facilitates 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 is a lightweight ontology that can be adopted in a wide 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-OWL2-PRIMER">OWL2-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 facilitates 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 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> 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-OVERVIEW">OWL2-OVERVIEW</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-XMLSCHEMA11-2">XMLSCHEMA11-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 named KITT. 
+         A set of individuals sharing common characteristics constitutes 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>
 
     <div id="compliance" class="section">    
@@ -871,8 +894,9 @@
       <p>For the purpose of compliance, the normative sections of this document are 
          <a href="#compliance">Section 1.1</a>, 
          <a href="#notations">Section 1.2</a>,
-         <a href="#description">Section 3</a>, and
-         <a href="#cross-reference">Section 4</a>.
+         <a href="#description">Section 3</a>,
+         <a href="#cross-reference">Section 4</a>, and
+         <a href="#inverse-names">Appendix B</a>
       </p>
       <ul>
          <li>Information in tables is normative if it appears in a normative section.</li>
@@ -889,7 +913,7 @@
 
       <div class="informative section" id="namespaces">
          <h3><span class="secno">1.3 </span>Namespaces</h3><p><em>This section is non-normative.</em></p>
-         <p>The following namespaces prefixes are used throughout this document.
+         <p>The following namespace prefixes are used throughout this document.
 
          </p><div style="text-align: left;">
             <table class="thinborder" style="margin-left: auto; margin-right: auto;">
@@ -898,15 +922,15 @@
 
             <tbody><tr><td><a><b>prefix</b></a></td><td><b>namespace IRI</b></td> <td><b>definition</b></td></tr>
 
-            <tr><td><a>prov</a></td><td>http://www.w3.org/ns/prov#</td>
-                <td>The PROV namespace [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>]</td></tr>
+            <tr><td><a>rdf</a></td><td>http://www.w3.org/1999/02/22-rdf-syntax-ns#</td><td>The RDF namespace [<cite><a class="bibref" rel="biblioentry" href="#bib-RDF-CONCEPTS">RDF-CONCEPTS</a></cite>]</td></tr>
 
             <tr><td><a>xsd</a></td><td>http://www.w3.org/2000/10/XMLSchema#</td><td>XML Schema Namespace [<cite><a class="bibref" rel="biblioentry" href="#bib-XMLSCHEMA11-2">XMLSCHEMA11-2</a></cite>]</td></tr>
 
-            <tr><td><a>rdf</a></td><td>http://www.w3.org/1999/02/22-rdf-syntax-ns#</td><td>The RDF namespace [<cite><a class="bibref" rel="biblioentry" href="#bib-RDF-CONCEPTS">RDF-CONCEPTS</a></cite>]</td></tr>
-
             <tr><td><a>owl</a></td><td>http://www.w3.org/2002/07/owl#</td><td>The OWL namespace [<cite><a class="bibref" rel="biblioentry" href="#bib-OWL2-OVERVIEW">OWL2-OVERVIEW</a></cite>]</td></tr>
 
+            <tr><td><a>prov</a></td><td>http://www.w3.org/ns/prov#</td>
+                <td>The PROV namespace [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>]</td></tr>
+
             <tr><td><a>(others)</a></td><td>(various)</td><td>All other namespace prefixes are used in examples only. <br /> 
                   In particular, IRIs starting with &quot;http://example.com&quot; represent<br /> some application-dependent IRI [<cite><a class="bibref" rel="biblioentry" href="#bib-IRI">IRI</a></cite>]</td></tr>
             </tbody></table>
@@ -914,10 +938,10 @@
       </div>
    </div>
 
-   <div id="prov-o-at-a-glance" class="section">
+   <div id="prov-o-at-a-glance" class="informative section">
       
 <!-- OddPage -->
-<h2><span class="secno">2. </span>PROV-O at a glance</h2>
+<h2><span class="secno">2. </span>PROV-O at a glance</h2><p><em>This section is non-normative.</em></p>
 
       <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>
@@ -1249,24 +1273,30 @@
       and during their lifespan can  <strong>use</strong> and <strong>generate</strong> a variety of Entities (described with 
       <a href="#used" class="qname">prov:used</a> and <a href="#wasGeneratedBy" class="qname">prov:wasGeneratedBy</a>, respectively). 
       For example, a blog writing activity may use a particular dataset and generate a bar chart. 
-      By applying usage and generation, one can construct provenance chains comprising both Activities and Entities.
+      By expressing usage and generation, one can construct provenance chains comprising both Activities and Entities.
       </p>
 
       <p>In addition, we can say that an Activity <a href="#wasInformedBy" class="qname">prov:wasInformedBy</a>
       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 or is unknown. 
-      So, the <span class="repeated">prov:wasInformedBy</span> property allows the assertion of provenance chains comprising only Activities.
+      Activity, but the Entity itself is unknown or is not of interest. 
+      So, the <span class="repeated">prov:wasInformedBy</span> property allows the construction of provenance chains comprising only Activities.
       </p>
 
       <p>Provenance chains comprising only Entities can be formed using the <a href="#wasDerivedFrom" class="qname">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 or is unknown,
+         A derivation is a transformation of one entity into another. For example, if the Activity that created the bar chart is not known or is not of interest,
           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, 
+         Arbitrary RDF properties can be used to describe the fixed aspects of an Entity that are interesting within 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 href="#wasAssociatedWith" class="qname">prov:wasAssociatedWith</a> and <a href="#wasAttributedTo" class="qname">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 href="#actedOnBehalfOf" class="qname">prov:actedOnBehalfOf</a> another Agent that also bears some responsibility for the resulting Activity or Entity.
+      <p>While the properties <span class="repeated">prov:used</span>, <span class="repeated">prov:wasGeneratedBy</span>, 
+         <span class="repeated">prov:wasInformedBy</span>, and <span class="repeated">prov:wasDerivedFrom</span> can be used to construct provenance chains among 
+         Activities and Entities, Agents may also be ascribed responsibility for any Activity or Entity within a provenance chain. 
+         An Agent's responsibility for an Activity or Entity is described using the properties <a href="#wasAssociatedWith" class="qname">prov:wasAssociatedWith</a> and 
+         <a href="#wasAttributedTo" class="qname">prov:wasAttributedTo</a>, respectively. 
+         Agents can also be responsible for other Agents' actions. In this case of delegation, the influencing Agent <a href="#actedOnBehalfOf" class="qname">prov:actedOnBehalfOf</a> 
+         another Agent that also bears responsibility for the influenced Activity or Entity.
 
       </p><div id="starting-points-figure" style="text-align: center;" class="figure">
             
@@ -1277,8 +1307,10 @@
 
             <img src="diagrams/starting-points.svg" style="width: 60%; min-width: 25em; max-width: 60em" alt="PROV-O Starting Point terms" />
             <div class="figcaption"><a href="#starting-points-figure">Figure 1</a>. 
-            The three Starting Point classes and the properties that relate them.
-            The diagrams in this document depict Entities as yellow ovals, Activities as blue rectangles, and Agents as orange pentagons.
+            The three Starting Point classes and the properties that relate them.<br />
+            The diagrams in this document depict Entities as yellow ovals,<br />
+            Activities as blue rectangles, and Agents as orange pentagons.<br />
+            The responsibility properties are shown in pink.
             </div>
       </div>
 
@@ -1287,14 +1319,27 @@
             <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 rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/khalid-jun-dropbox/eg16-journalism-simple-without-comments.ttl" class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&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.org#&gt; .
 
 :bar_chart
    a prov:Entity;
-   prov:wasGeneratedBy :illustrationActivity;
-   prov:wasDerivedFrom :aggregatedByRegions;
+   prov:wasGeneratedBy  :illustrationActivity;
+   prov:wasDerivedFrom  :aggregatedByRegions;
+   prov:wasAttributedTo :derek;
+.
+
+:derek
+   a foaf:Person, prov:Agent;
+   foaf:givenName       &quot;Derek&quot;;
+   foaf:mbox            &lt;mailto:derek@example.org&gt;;
+   prov:actedOnBehalfOf :natonal_newspaper_inc;
+.
+
+:national_newspaper_inc 
+   a foaf:Organization, prov:Agent;
+   foaf:name &quot;National Newspaper, Inc.&quot;;
 .
 
 :illustrationActivity 
@@ -1306,7 +1351,8 @@
 
 :aggregatedByRegions
    a prov:Entity;
-   prov:wasGeneratedBy :aggregationActivity;
+   prov:wasGeneratedBy  :aggregationActivity;
+   prov:wasAttributedTo :derek;
 .
 
 :aggregationActivity
@@ -1322,61 +1368,46 @@
    a prov:Entity;
    prov:wasAttributedTo :government;
 .
+:government a foaf:Organization, prov:Agent .
+
 :nationalRegionsList 
    a prov:Entity;
    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:derek@example.org&gt;;
-   prov:actedOnBehalfOf :natonal_newspaper_inc;
-.
-
-:national_newspaper_inc 
-   a prov:Agent;
-   a prov:Organization;
-   foaf:name &quot;National Newspaper, Inc.&quot;;
-. 
-
-:government         a prov:Organization, foaf:Organization .
-:civil_action_group a prov:Organization, foaf:Organization .</pre>
+:civil_action_group a foaf:Organization, prov:Agent .</pre>
         </div>
 
-      <p>The example states that the agent <code>ex:derek</code> was associated with two 
-      activities: <code>ex:aggregationActivity</code> and <code>ex:illustrationActivity</code>. The 
-      activity <code>ex:aggregationActivity</code> used 
-      the entities <code>ex:crimeData</code> (a crime statistics dataset) and <code>ex:nationalRegionsList</code> (a list of national regions), and 
-      generated a new entity, <code>ex:aggregatedByRegions</code>, that aggregates the statistics in
-       <code>ex:crimeData</code> according to the regions in <code>ex:nationalRegionsList</code>. 
-      The <code>ex:aggregatedByRegions</code> entity was then used by the <code>ex:illustrationActivity</code> activity, 
-      to generate a new entity <code>ex:chart1</code> that depicts the aggregated statistics.
+      <p>The example states that the agent <code>:derek</code> was associated with two 
+      activities: <code>:aggregationActivity</code> and <code>:illustrationActivity</code>. The 
+      activity <code>:aggregationActivity</code> used 
+      the entities <code>:crimeData</code> (a crime statistics dataset) and <code>:nationalRegionsList</code> (a list of national regions), and 
+      generated a new entity, <code>:aggregatedByRegions</code> that aggregates the statistics in
+       <code>:crimeData</code> according to the regions in <code>:nationalRegionsList</code>. 
+      The <code>:aggregatedByRegions</code> entity was then used by the <code>:illustrationActivity</code> activity, 
+      to generate a new entity <code>:bar_chart</code> that depicts the aggregated statistics.
       </p>
 
-      <p> The example also states that the activity <code>ex:illustrationActivity</code> was 
-      informed by the activity <code>ex:aggregationActivity</code>. Indeed, the former used
-       the entity <code>ex:aggregatedByRegions</code>, which was generated by the latter.
+      <p> The example also states that the activity <code>:illustrationActivity</code> was 
+      informed by the activity <code>:aggregationActivity</code>. Indeed, the former used
+       the entity <code>:aggregatedByRegions</code>, which was generated by the latter.
       </p>
 
-      <p> Because the agent <code>ex:derek</code> was associated with the activities 
-      <code>ex:aggregationActivity</code> and <code>ex:illustrationActivity</code>, the entities 
-      generated by these activities, i.e., <code>ex:aggregatedByRegions</code> and <code>ex:chart1</code>, were 
+      <p> Because the agent <code>:derek</code> was associated with the activities 
+      <code>:aggregationActivity</code> and <code>:illustrationActivity</code>, the entities 
+      generated by these activities, i.e., <code>:aggregatedByRegions</code> and <code>:bar_chart</code>, were also 
       attributed to him.
       </p>
 
-      <p>Finally, the example states that the agent <code>ex:derek</code> acted on behalf of the organization <code>ex:national_newspaper_inc</code>.
+      <p>Finally, the example states that the agent <code>:derek</code> acted on behalf of the organization <code>:national_newspaper_inc</code>.
       </p>   
 
       <div id="narrative-example-simple-1-figure" style="text-align: center;" class="figure">
             <img src="diagrams/starting-points-example.svg" style="width: 90%; min-width: 25em; max-width: 60em" alt="Illustration of Derek making a bar chart from some aggregated government data." />
             <div class="figcaption"><a href="#narrative-example-simple-1-figure">Figure 2</a>. 
-            The three Starting Point classes and the properties that relate them.
-            The diagrams in this document depict Entities as yellow ovals, Activities as blue rectangles, and Agents as orange pentagons.
+            A graphical illustration of the PROV-O in <a href="#narrative-example-simple-1">Example 1</a>, 
+            showing how the three Starting Point classes relate.<br />
+            The diagrams in this document depict Entities as yellow ovals, Activities as blue rectangles,<br />
+            and Agents as orange pentagons. The responsibility properties are shown in pink.
             </div>
       </div>
 
@@ -1387,315 +1418,333 @@
      <div id="description-expanded-terms" class="section">
       <h3><span class="secno">3.2 </span>Expanded Terms</h3>
 
-      <p>The terms introduced in this section provide additional ways to describe the provenance among Entities, Activities, and Agents. 
+      <p>The terms introduced in this section provide additional ways to describe the provenance among Entities, Activities, and Agents.
          The additional terms are illustrated in the following figure and can be separated into five different categories.</p>
 
       <div id="expanded-terms-figure" style="text-align: center;" class="figure">
             <img src="diagrams/expanded.svg" 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 diagrams in this document depict Entities as yellow ovals, Activities as blue rectangles, and Agents as orange pentagons.
+            <div class="figcaption"><a href="#expanded-terms-figure">Figure 3</a>.
+            The expanded terms build upon those in the <a href="#description-starting-point-terms">Starting Points section</a>.<br />
+            The diagrams in this document depict Entities as yellow ovals, Activities as blue rectangles, and Agents as orange pentagons.<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>
 
 
-     <p>The <strong>first</strong> category extends the <a href="#description-starting-point-terms">Starting Point terms</a> with subclasses, subproperties, and one superproperty.</p>
-
-     <p>Three subclasses of Agent (<a href="#Person" class="qname">prov:Person</a>, <a href="#Organization" class="qname">prov:Organization</a>, and 
+     <p>The <strong>first</strong> category extends the <a href="#description-starting-point-terms">Starting Point terms</a> with subclasses, subproperties, and a superproperty.</p>
+
+     <p>Three subclasses of Agent (<a href="#Person" class="qname">prov:Person</a>, <a href="#Organization" class="qname">prov:Organization</a>, and
       <a href="#SoftwareAgent" class="qname">prov:SoftwareAgent</a>) and
-      three subclasses of Entity are provided (<a href="#Collection" class="qname">prov:Collection</a>, <a href="#Bundle" class="qname">prov:Bundle</a>, 
-      and <a href="#Plan" class="qname">prov:Plan</a>). 
+      three subclasses of Entity are provided (<a href="#Collection" class="qname">prov:Collection</a>, <a href="#Bundle" class="qname">prov:Bundle</a>,
+      and <a href="#Plan" class="qname">prov:Plan</a>).
       </p>
 
       <p>
-      A <span class="repeated">prov:Collection</span> is an Entity that provides a structure (e.g. set, list, etc.) to some constituents (which are themselves Entities). 
-      The <span class="repeated">prov:Collection</span> class can be used 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. 
+      A <span class="repeated">prov:Collection</span> is an Entity that provides a structure (e.g. set, list, etc.) to some constituents (which are themselves Entities).
+      The <span class="repeated">prov:Collection</span> class can be used to express the provenance of the collection itself:
+      e.g. who maintained the collection, which members it contained as it evolved, and how it was assembled.
       The <a href="#hadMember" class="qname">prov:hadMember</a> property is used to assert membership in a collection.
       </p>
 
       <div id="description-bundle">
          <p>
-         A <span class="repeated">prov:Bundle</span> is a named set of provenance descriptions, which may itself have provenance. 
-         The named provenance descriptions may be expressed as PROV-O or in some other form.
-         The subclass of Bundle that contains PROV-O assertions is not provided by PROV-O, since it is more appropriate to do so using other recommendations, 
-         standards, or technologies. In any case, a Bundle of PROV-O assertions is an abstract set of RDF triples, and adding or removing a triple creates a distinct 
+         A <span class="repeated">prov:Bundle</span> is a named set of provenance descriptions, which may itself have provenance.
+         The named set of provenance descriptions may be expressed as PROV-O or any other form.
+         The subclass of Bundle that names a set of PROV-O assertions is not provided by PROV-O, since it is more appropriate to do so using other recommendations,
+         standards, or technologies. In any case, a Bundle of PROV-O assertions is an abstract set of RDF triples, and adding or removing a triple creates a new distinct
          Bundle of PROV-O assertions.
          </p>
       </div>
 
-      <p>A <span class="repeated">prov:Plan</span> is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals. 
+      <p>A <span class="repeated">prov:Plan</span> is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.
       </p>
 
 
      <p>
-      More general and more specific properties are also provided by the expanded terms. More generally, the property 
-      <a href="#wasInfluencedBy" class="qname">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: 
+      More general and more specific properties are also provided by the expanded terms. More generally, the property
+      <a href="#wasInfluencedBy" class="qname">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.
+
+      Three subproperties of <span class="repeated">prov:wasDerivedFrom</span> are also provided for certain kinds of derivation among Entities:
       <a href="#wasQuotedFrom" class="qname">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 href="#wasRevisionOf" class="qname">prov:wasRevisionOf</a> indicates that the derived Entity contains substantial content from the original Entity 
-      (e.g., two editions of a book), and 
-      <a href="#hadPrimarySource" class="qname">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). 
+      by repeating some or all of the original,
+      <a href="#wasRevisionOf" class="qname">prov:wasRevisionOf</a> indicates that the derived Entity contains substantial content from the original Entity
+      (e.g., two editions of a book), and
+      <a href="#hadPrimarySource" class="qname">prov:hadPrimarySource</a> cites a preceding 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 specific aspects than their more general counterparts. 
-      While <a href="#specializationOf" class="qname">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 href="#alternateOf" class="qname">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).
+   
+     <p>The <strong>second</strong> category of expanded terms relates Entities according to their levels of abstraction, where some Entities may present more specific aspects than their more general counterparts.
+      While <a href="#specializationOf" class="qname">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 href="#alternateOf" class="qname">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 or a backup copy of a computer file).
      </p>
-     
+   
       <p>
-      The <strong>third</strong> category allows further description of Entities. The property <a href="#value" class="qname">prov:value</a> holds a literal value for the Entity. For example, the <span class="repeated">prov:value</span> of a quote could be a string of the sentences stated, or the <span class="repeated">prov:value</span> of an Entity involved in a numeric calculation could be the xsd:integer four.
-       The property <a href="#atLocation" class="qname">prov:atLocation</a> can be used to describe the <a href="#Location" class="qname">prov:Location</a> of any 
-      Entity, Activity, Agent, or <a href="#InstantaneousEvent" class="qname">prov:InstantaneousEvent</a> 
-      (i.e., generation, usage, or invalidation of an entity and the starting or ending of an activity). 
-      The properties used to describe instances of <span class="repeated">prov:Location</span> are outside the scope of PROV-O; 
+      The <strong>third</strong> category of expanded terms allows further description of Entities. The property <a href="#value" class="qname">prov:value</a>
+      provides a literal value that is a direct representation of an entity.
+      For example, the <span class="repeated">prov:value</span> of a quote could be a string of the sentences stated, or the <span class="repeated">prov:value</span> of an Entity involved in a numeric calculation could be the xsd:integer four.
+      The property <a href="#atLocation" class="qname">prov:atLocation</a> can be used to describe the <a href="#Location" class="qname">prov:Location</a> of any
+      Entity, Activity, Agent, or <a href="#InstantaneousEvent" class="qname">prov:InstantaneousEvent</a>
+      (i.e., the starting or ending of an activity or the generation, usage, or invalidation of an entity).
+      The properties used to describe instances of <span class="repeated">prov:Location</span> are outside the scope of PROV-O;
       reuse of other existing vocabulary is encouraged.
       </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 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 href="#generatedAtTime" class="qname">prov:generatedAtTime</a> and <a href="#invalidatedAtTime" class="qname">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 href="#wasInvalidatedBy" class="qname">prov:wasInvalidatedBy</a>, respectively. 
-<a href="#generated" class="qname">prov:generated</a> and <a href="#invalidated" class="qname">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-as-subject as well as Entity-as-subject descriptions. 
+
+      <p>The <strong>fourth</strong> category of expanded terms 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 href="#generatedAtTime" class="qname">prov:generatedAtTime</a> and <a href="#invalidatedAtTime" class="qname">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 href="#wasInvalidatedBy" class="qname">prov:wasInvalidatedBy</a>, respectively.
+<a href="#generated" class="qname">prov:generated</a> and <a href="#invalidated" class="qname">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-as-subject as well as Entity-as-subject descriptions.
+      For more about inverses, see the non-normative <a href="#names-of-inverse-properties">Appendix B</a>.
       </p>
 
-      <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 href="#wasStartedBy" class="qname">prov:wasStartedBy</a> and <a href="#wasEndedBy" class="qname">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>The <strong>fifth</strong> category of expanded terms 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 href="#wasStartedBy" class="qname">prov:wasStartedBy</a>
+      and <a href="#wasEndedBy" class="qname">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 id="narrative-example-expanded-1" about="#narrative-example-expanded-1" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
-           <p>We illustrate below the use of the expanded terms using the crime file example from the previous section as reference. After his previous actions, 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 rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl" class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+           <p>The following examples illustrate the expanded terms by elaborating the <a href="#narrative-example-simple-1">crime chart example</a> from the previous section.
+              After aggregating the dataset and creating the chart, Derek published a post to exhibit his work.
+           </p>
+           <p>
+              <a href="#narrative-example-expanded-1">Example 2</a>:
+           </p>
+
+           <pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl" class="example">@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; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix my:   &lt;http://example.org/my#&gt; .
-@prefix :     &lt;http://example.org#&gt; .
-
-
-   &lt;&gt; a prov:Bundle, prov:Entity ;
-      prov:wasAttributedTo :postEditor;
-     prov:generatedAtTime &quot;2011-07-16T02:52:02Z&quot;^^xsd:dateTime;
-     :involvedUser        :derek.
-
-   :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:derek@example.org&gt;;
-      prov:actedOnBehalfOf :national_newspaper_inc;
-   .
-
-   :national_newspaper_inc 
-      a prov:Organization, prov:Agent;       ## Typically prov:Agent will be inferred from prov:Organization
-      foaf:name &quot;National Newspaper, Inc.&quot;;
-   .
-
-   :postEditor 
-      a prov:SoftwareAgent, prov:Agent;      ## Typically prov:Agent will be inferred from prov:SoftwareAgent
-      foaf:name &quot;Post Editor 3000&quot;;
-   .   
-   
-   :government  a prov:Organization, foaf:Organization .
-
-   :aggregatedByRegions
-      a prov:Entity;
-      prov:atLocation &lt;file://Users/aggr.txt&gt;;
-   .
-   
-   :crimeData
-     a prov:Entity;
-     prov:wasAttributedTo :government;
-   .
-   
-   :more-crime-happens-in-cities
-    a prov:Location, sioc:Post, prov:Entity;
-    sioc:latest_version :post9821v2;
-    sioc:previous_version :post9821v1;
-   .
-
-   ## Version 1 of the post
-   
-   :post9821v1
-      a prov:Entity, sioc:Post;   
-      prov:wasGeneratedBy :publicationActivity1123;
-      prov:atLocation     :more-crime-happens-in-cities;  ## PERMALINK to the (latest revision of the) post
-      my:snapshotContent  :postContent0;                  ## Snapshot with the content of this version
-      sioc:title &quot;More crime happens in cities&quot;^^xsd:string;
-      prov:hadPrimarySource :crimeData;               ## This version of the post used the file &quot;crimeData&quot; as a primary source. 
-                                                          ## The author stated that he based his post in the aggregatedByRegions file, 
-                                                          ## but the primary source is the file created by the government.
-      prov:wasAttributedTo   :derek;
-      prov:generatedAtTime &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
-   .
-
-   ## Version 2 of the post
-
-   :post9821v2
-      a prov:Entity, sioc:Post;
-      prov:atLocation       :more-crime-happens-in-cities;  ## PERMALINK to the (latest revision of the) post
-      my:snapshotContent    :postContent1;                  ## Snapshot with the content of this version
-      prov:wasRevisionOf    :post9821v1;
-      prov:alternateOf      :post9821v1;
-      prov:wasAttributedTo  :derek;
-   .
-
-   :publicationActivity1123 
-      a prov:Activity;
-      prov:startedAtTime     &quot;2011-07-16T01:01:01Z&quot;^^xsd:dateTime;
-      prov:endedAtTime       &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
-      prov:wasAssociatedWith :derek,
-                             :postEditor;
-      prov:used              :aggregatedByRegions;   
-      prov:generated         :post9821v1;
-      prov:wasStartedBy      :derek;
-      prov:wasEndedBy        :derek
-   .</pre> 
+@prefix my:   &lt;http://www.example.org/vocab#&gt; .
+@prefix :     &lt;http://www.example.org#&gt; .
+@base         &lt;http://www.example.com/derek-bundle.ttl&gt; .
+
+&lt;&gt; 
+   a prov:Bundle, prov:Entity;
+   prov:wasAttributedTo :postEditor;
+   prov:generatedAtTime &quot;2011-07-16T02:52:02Z&quot;^^xsd:dateTime;
+.
+
+:derek
+   a prov:Person, prov:Agent; ## prov:Agent is inferred from prov:Person
+   foaf:givenName       &quot;Derek&quot;;
+   foaf:mbox            &lt;mailto:derek@example.org&gt;;
+   prov:actedOnBehalfOf :national_newspaper_inc;
+.
+
+:national_newspaper_inc 
+   a prov:Organization, prov:Agent;        ## prov:Agent is inferred from prov:Organization
+   foaf:name &quot;National Newspaper, Inc.&quot;;
+.
+
+:postEditor 
+   a prov:SoftwareAgent, prov:Agent;       ## prov:Agent is inferred from prov:SoftwareAgent
+   foaf:name &quot;Post Editor 3000&quot;;
+.   
+
+:more-crime-happens-in-cities
+   a sioc:Post, prov:Entity;
+   sioc:latest_version   :post9821v2;
+   sioc:previous_version :post9821v1;
+.
+
+## Version 1 of the post
+
+:post9821v1
+   a sioc:Post, prov:Entity;   
+   prov:specializationOf  :more-crime-happens-in-cities; ## PERMALINK to the latest revision.
+   sioc:title             &quot;More crime happens in cities&quot;;
+   prov:value             &quot;I was currius...&quot;;            ## The text of this version (with a typo).
+   prov:generatedAtTime   &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+   prov:wasGeneratedBy    :publicationActivity1123;
+   prov:wasInfluencedBy   :aggregatedByRegions; ## This blog was influenced by Derek's data analysis.
+   prov:hadPrimarySource  :crimeData;           ## Derek's blog derives from the crime data originally
+                                                ## gathered by the government.
+   prov:invalidatedAtTime &quot;2011-07-16T02:02:02Z&quot;^^xsd:dateTime;
+.
+
+:publicationActivity1123 
+   a prov:Activity;
+   prov:startedAtTime     &quot;2011-07-16T01:01:01Z&quot;^^xsd:dateTime;
+   prov:wasStartedBy      :derek;
+   prov:wasAssociatedWith :postEditor;
+   prov:generated         :post9821v1;
+   prov:endedAtTime       &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+   prov:wasEndedBy        :derek;
+.
+
+:aggregatedByRegions
+   a prov:Entity;
+   prov:atLocation &lt;file://Users/aggr.txt&gt;;
+.
+&lt;file://Users/aggr.txt&gt; a prov:Location .
+
+:crimeData
+   a prov:Entity;
+   prov:wasAttributedTo :government;
+.
+:government 
+   a prov:Organization, prov:Agent;
+.
+
+## Version 2 of the post
+
+:post9821v2
+   a sioc:Post, prov:Entity;
+   prov:specializationOf :more-crime-happens-in-cities; ## PERMALINK to the latest revision.
+   prov:value            &quot;I was curious...&quot;;            ## The text of this version (with fixed typo).
+   prov:generatedAtTime  &quot;2011-07-16T02:02:02Z&quot;^^xsd:dateTime;
+   prov:wasRevisionOf    :post9821v1;
+   prov:alternateOf      :post9821v1;
+.</pre>
         </div>
-         
-         <p>
-         Agent <code>ex:derek</code>, acting again on behalf of the <code>:national_newspaper_inc</code> organization, 
-         published a post about his recent changes to the aggregated file (<code>ex:aggregatedByRegions</code>) using the tool <code>ex:postEditor</code> (which was included in a user action tracking system compliant to PROV). 
-         Since he was the one who started and ended the publishing activity (<code>ex:publicationActivity1123</code>), that information
-         was recorded as well. The post produced by <code>ex:derek</code> (<code>ex:post9821v1</code>) included 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 added additional metadata of the post, like the title.
+      
+         <p>Agent <code>:derek</code>, acting again on behalf of the <code>:national_newspaper_inc</code> organization,
+         used the <code>:postEditor</code> tool to publish a post about his recent data analysis <code>:aggregatedByRegions</code>.
+         The blog editing tool tracked Derek's actions as PROV-O assertions and published them as a Bundle (the current file <code>&lt;&gt;</code>).
+         The tool recorded that <code>:derek</code> started and ended the publishing activity (<code>:publicationActivity1123</code>)
+         that generated the post <code>:post9821v1</code>. The post
+         included a permanent link where the content of the latest version is available
+         (<code>:more-crime-happens-in-cities</code>) in addition to a textual snapshot of the current version (using prov:value).
+         Derek also included additional domain-specific descriptions of the post, such as its title.
          </p>
-         <p>
-         However, shortly after having published the post, Derek detected a typo. He didn't want to record the activity that led to the new version, so he just created a new version and 
-         summarized the changes in a revision of the original post (<code>ex:post9821v2</code>). This revision was also an alternate of the original post, 
-         since they were both forms of the long-standing blog.
-         Thus, the permalink to the latest version (<code>ex:more-crime-happens-in-cities</code>) remained the same in the new revision, but a different URL was given for its snapshot (<code>ex:postContent1</code>).
-         </p>        
+
+         <p>Shortly after publishing the post, Derek noticed a typographical error in his narrative.
+         Because the fix would be minimal, he did not record the activity that led to the new version.
+         Instead, he related the new version (<code>:post9821v2</code>) as a revision of the previous (<code>:post9821v1</code>).
+         Since both versions of the blog are forms of the long-standing blog permalink <code>:more-crime-happens-in-cities</code>,
+         the revisions are alternates of one another and each is a <a href="#specializationOf" class="qname">prov:specializationOf</a> of <code>:more-crime-happens-in-cities</code>.
+         </p>     
 
          <div id="expanded-example-illustration-1" style="text-align: center;" class="figure">
 
                <img src="diagrams/expanded-terms-example-bundlePost.svg" style="width: 95%; min-width: 25em; max-width: 60em" alt="PROV-O Starting Point terms" />
 
-               <div class="figcaption"><a href="#expanded-example-illustration-1">Figure 4</a>. 
-                  An illustration of the PROV-O assertions in <a href="#narrative-example-expanded-1">Example 3</a>, where Derek published two versions of a blog for the National Newspaper, Inc.
-         The diagrams in this document depict Entities as yellow ovals, Activities as blue rectangles, and Agents as orange pentagons.
+               <div class="figcaption"><a href="#expanded-example-illustration-1">Figure 4</a>.
+                  An illustration of the PROV-O assertions in <a href="#narrative-example-expanded-1">Example 2</a>, where Derek<br />
+                  published two versions of a blog for the National Newspaper, Inc.<br />
+                  The diagrams in this document depict Entities as yellow ovals, Activities as blue rectangles,<br />
+                  and Agents as orange pentagons. The responsibility properties are shown in pink.
                </div>
          </div>
 
 
- 
-       <div id="narrative-example-expanded-1-a" about="#narrative-example-expanded-1-a" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
-           <p>Shortly after Derek's post publication, Monica adapted the text for a wider audience in a new post (<code>ex:post9822</code>). This version was 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 corresponded to different user views, the system
-         automatically published it in different <a href="#Bundle" class="qname">prov:Bundles</a>. The system also tagged them as the involved users 
-         with the bundle (so as to be able to locate easily their actions) and added additional metadata, such as the date of creation of the bundle or the creator.
-            </p>        
-            <p>   
-               <a href="#narrative-example-expanded-1-a">Example 3</a>:
+
+       <div id="narrative-example-expanded-2" about="#narrative-example-expanded-2" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
+           <p>Shortly after Derek published his blog post, Monica adapted the text for a wider audience in a new post (<code>:post9822</code>).
+            This rewrite is an alternate, abbreviated view of the same topic that Derek wrote about and was created from his original text.
+            Since the provenance produced by the activities of Derek and Monica corresponded to different user views, the system
+            automatically published it in a different <a href="#Bundle" class="qname">prov:Bundle</a>.
+            The tool also asserted provenance about the bundle that it produced (e.g., the date of creation, its creator, and the fact that it Derek's bundle was used).
+            Because a bundle is a kind of entity, all provenance assertions that can be made about entities can also be made about bundles.
+            The use of bundles enables the creation of provenance of provenance.
+            </p>     
+            <p>
+               <a href="#narrative-example-expanded-2">Example 3</a>:
             </p>
             <pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1_a.ttl" class="example">@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; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix my:   &lt;http://example.org#my&gt; .
-@prefix :     &lt;http://example.org#&gt; .
-
-
-   &lt;&gt; a prov:Bundle, prov:Entity ;
-      prov:wasAttributedTo :postEditor;
-     prov:generatedAtTime &quot;2011-07-16T20:52:02Z&quot;^^xsd:dateTime;
-     :involvedUser        :monica .
-
-   :monica
-      a prov:Person, prov:Agent, foaf:Person;
-      foaf:givenName &quot;Monica&quot;^^xsd:string;
-      foaf:mbox      &lt;mailto:monica@example.org&gt;
-   .
-
-   ## Rephrasing of the post in a new resource for a different audience
-
-   :post9822
-      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 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;
-      prov:wasAttributedTo :monica;
-   .</pre> 
+@prefix :     &lt;http://www.example.org#&gt; .
+@base         &lt;http://www.example.com/monica-bundle.ttl&gt; .
+
+&lt;&gt;
+   a prov:Bundle, prov:Entity;
+   prov:wasAttributedTo :postEditor;
+   prov:wasDerivedFrom  &lt;http://www.example.com/derek-bundle.ttl&gt; .
+   prov:generatedAtTime &quot;2011-07-16T03:03:03Z&quot;^^xsd:dateTime;
+.
+
+:monica
+   a prov:Person, prov:Agent;
+   foaf:givenName &quot;Monica&quot;;
+   foaf:mbox      &lt;mailto:monica@example.org&gt;;
+.
+
+## Revised post for a different audience is a new resource.
+
+:post9822
+   a sioc:Post, prov:Entity;
+   sioc:title &quot;More crime happens in cities (for dummies)&quot;;
+   prov:wasAttributedTo  :monica,
+                         :postEditor;
+   prov:alternateOf      :more-crime-happens-in-cities;    ## This post is an alternate of Derek's blog.
+   prov:value            &quot;A quick overview of Derek's...&quot;; ## Snapshot with the content of this version
+   prov:wasRevisionOf    :post9821v2;                      ## Monica rewrote Derek's version 2 to create hers.
+.</pre>
         </div>
-         
-         <div id="narrative-example-expanded-2" about="#narrative-example-expanded-2" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
-            <p>After some time, John wrote his own conclusions quoting the previous two posts:
-            </p> 
-            <p>   
-               <a href="#narrative-example-expanded-2">Example 4</a>:
+      
+         <div id="narrative-example-expanded-3" about="#narrative-example-expanded-3" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
+            <p>After some time, John wrote his own conclusions in his own post (<code>:post19201</code>) quoting the previous two posts. 
+               Each quote that John makes (<code>:quote_from_monica</code> and <code>:quote_from_derek</code>) is a new entity derived from the 
+               previous blogs and is annotated with the time that the quote was taken.
+               The provenance of John's blog notes that his post is the result of the quotes that he took from Derek and Monica.
+               The blog post is also derived from Derek's <code>:aggregatedByRegions</code> dataset because John inspected it and found a 
+               concern that he discusses in his blog. All the provenance statements related to John's post are grouped in a new <span class="repeated">prov:Bundle</span>.
+            </p>
+            <p>
+               <a href="#narrative-example-expanded-3">Example 4</a>:
             </p>
             <pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.ttl" class="example">@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; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix :     &lt;http://example.org#&gt; .
-
-
-   &lt;&gt; a prov:Bundle, prov:Entity;
-     prov:wasAttributedTo :postEditor;
-     prov:generatedAtTime &quot;2012-04-03T13:35:23Z&quot;^^xsd:dateTime;
-     :involvedUser :john.
-   .
-   
-   :john 
-      a prov:Agent;
-   .
-   
-   # Rows of the post quoting post :post9821v1
-
-   :quote1
-      a prov:Entity;
-      prov:value &quot;Analysis of the datasets demonstrate that there is more crime&quot;;
-      prov:wasQuotedFrom :post9821v1.
-      
-   # Rows of the post quoting post :post9821v2
-
-   :quote2
-      a prov:Entity;
-      prov:value &quot;In sumary, there are clearly more crimes in the country&quot;;
-      prov:wasQuotedFrom :post9821v2.
+@prefix :     &lt;http://www.example.org#&gt; .
+@base         &lt;http://www.example.com/john-bundle.ttl&gt; .
+
+&lt;&gt; 
+   a prov:Bundle, prov:Entity;
+   prov:wasAttributedTo :postEditor;
+   prov:wasDerivedFrom &lt;http://www.example.com/derek-bundle.ttl&gt;,
+                       &lt;http://www.example.com/monica-bundle.ttl&gt;;
+   prov:generatedAtTime &quot;2012-08-08T08:08:08Z&quot;^^xsd:dateTime;
+.
+
+:publicationActivity1124
+   a prov:Activity;
+   prov:wasAttributedTo :postEditor,
+                        :john;
+   prov:generated :post19201;
+.
+
+:post19201
+   a sioc:Post, prov:Entity;
+   prov:wasAttributedTo :john;
+   prov:value &quot;I'm not so sure that...&quot;;
+   prov:wasDerivedFrom :quote_from_derek,
+                       :quote_from_monica,
+                       :aggregatedByRegions;
+   prov:wasGeneratedBy :publicationActivity1124;
+.
+
+:john 
+   a prov:Person, prov:Agent;
+   foaf:name &quot;John&quot;;
+.
+
+:quote_from_derek
+   a prov:Entity;
+   prov:value &quot;Analysis of the datasets demonstrates that there is more crime.&quot;;
+   prov:wasQuotedFrom   :more-crime-happens-in-cities;
+   prov:generatedAtTime &quot;2012-08-08T01:01:01Z&quot;^^xsd:dateTime;
+.
    
-   :publicationActivity1124
-      a prov:Activity;
-      prov:used :quote1,
-                :quote2,
-                :aggregatedByRegions;
-      prov:generated :post19201.
+:quote_from_monica
+   a prov:Entity;
+   prov:value &quot;In summary, there are clearly more crimes in the country.&quot;;
+   prov:wasQuotedFrom   :post9822;
+   prov:generatedAtTime &quot;2012-08-08T02:02:02Z&quot;^^xsd:dateTime;
+.</pre>
+         </div>
+      
    
-   :post19201
-      a prov:Entity, sioc:Post;
-      prov:wasAttributedTo   :john;
-      prov:wasDerivedFrom    :post9821v1, 
-                             :post9821v2;
-      prov:wasGeneratedBy    :publicationActivity1124;
-      prov:hadPrimarySource :aggregatedByRegions;
-   .</pre> 
-         </div>
-         
-         <p>
-         Agent <code>ex:John</code> also named the URI of the original source (<code>ex:aggregatedByRegions</code>). All the provenance statements related to his post
-         are grouped in a new <span class="repeated">prov:Bundle</span>.
-         
-         Unfortunately, there was a problem in the servers where <code>:post19201</code> was being stored, and all the data related to the post was lost permanently. Thus, the system
-         invalidated the entity automatically and notified John about the error.
-         </p>        
-         
-         <div id="narrative-example-expanded-3" about="#narrative-example-expanded-3" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
-            <p>   
-               <a href="#narrative-example-expanded-3">Example 5</a>:
+         <div id="narrative-example-expanded-4" about="#narrative-example-expanded-4" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
+            <p>Unfortunately, there was a problem in the servers where <code>:post19201</code> was being stored, and all the data related to the post was lost permanently.
+            Thus, the system invalidated the entity automatically and notified John about the error.
+            </p>     
+            <p>
+               <a href="#narrative-example-expanded-4">Example 5</a>:
             </p>
             <pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt4.ttl" class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
@@ -1704,14 +1753,14 @@
 @prefix :     &lt;http://example.org#&gt; .
 
 :post19201
-   a prov:Entity, sioc:Post;
+   a sioc:Post, prov:Entity;
    prov:invalidatedAtTime &quot;2012-09-02T01:31:00Z&quot;^^xsd:dateTime;
    prov:wasInvalidatedBy :hard_disk_failure;
 .
 
 :hard_disk_failure
    a prov:Activity;
-   prov:wasEndedAt &quot;2012-09-02T01:31:00Z&quot;^^xsd:dateTime;
+   prov:endedAtTime &quot;2012-09-02T01:31:00Z&quot;^^xsd:dateTime;
 .</pre>
          </div>
      </div>
@@ -1721,92 +1770,98 @@
 
      <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 provenance-related influence among
-         Entities, Activities, and Agents.  The terms in this category are the result of
+
+       <p>The Qualified Terms category is 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
+         The terms in this category are for users who wish to provide further details about the provenance-related influence among
+         Entities, Activities, and Agents.
+       </p>
+
+       <p>The Qualification Pattern restates an unqualified influence 
          relation by using an intermediate class that represents the influence between two resources. 
-      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.
-      </p>
+         This new instance, in turn, can be annotated with additional descriptions of the influence that one resource had upon another.
+         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>
+         that indicates the influencing entity with the <span class="repeated">prov:entity</span> property.
+         Meanwhile, the influenced <span class="repeated">prov:Activity</span> indicates the <span class="repeated">prov:Usage</span> with the property 
+         <span class="repeated">prov:qualifiedUsage</span>.
+         The resulting structure that qualifies the an Activity's usage of an Entity is illustrated in <a href="#qualified-terms-figure">Figure 4a</a> below.
+       </p>
 
       <div id="qualified-forms-starting-point" style="padding: 10px">
-         <p>Seven <a href="#description-starting-point-terms">Starting Point</a> relations that can be further described using the Qualification Pattern.
+         <p>Seven <a href="#description-starting-point-terms">Starting Point</a> relations can be further described using the Qualification Pattern.
+            They are listed in the following normative table.
          </p>
          <div style="text-align: center">
             <table class="qualified-forms">
-  <caption><a href="#qualified-forms-starting-point">Table 2</a>: Qualification Property and Influence Class used to qualify a Starting-point Property.</caption>
+  <caption><a href="#qualified-forms-starting-point">Table 2</a>: Qualification Property and Qualified Influence Class used to qualify a Starting-point Property.</caption>
   <tbody><tr>
     <th><span title="Influenced Class">Influenced Class</span></th>
     <th><span title="Unqualified Influence">Unqualified Influence</span></th>
+    <th><span title="Influencing Class">Influencing Class</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 title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlclass">prov:Agent</a></td>
     <td><a title="http://www.w3.org/ns/prov#actedOnBehalfOf" href="#actedOnBehalfOf" class="owlproperty">prov:actedOnBehalfOf</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlclass">prov:Agent</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedDelegation" href="#qualifiedDelegation" class="owlproperty">prov:qualifiedDelegation</a></td>
     <td><a title="http://www.w3.org/ns/prov#Delegation" href="#Delegation" class="owlclass">prov:Delegation</a></td>
     <td><a title="http://www.w3.org/ns/prov#agent" href="#agent" class="owlproperty">prov:agent</a></td>
-    <td><a title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlclass">prov:Agent</a></td>
   </tr>
   <tr>
     <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
     <td><a title="http://www.w3.org/ns/prov#used" href="#used" class="owlproperty">prov:used</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedUsage" href="#qualifiedUsage" class="owlproperty">prov:qualifiedUsage</a></td>
     <td><a title="http://www.w3.org/ns/prov#Usage" href="#Usage" class="owlclass">prov:Usage</a></td>
     <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#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
   </tr>
   <tr>
     <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
     <td><a title="http://www.w3.org/ns/prov#wasAssociatedWith" href="#wasAssociatedWith" class="owlproperty">prov:wasAssociatedWith</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlclass">prov:Agent</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedAssociation" href="#qualifiedAssociation" class="owlproperty">prov:qualifiedAssociation</a></td>
     <td><a title="http://www.w3.org/ns/prov#Association" href="#Association" class="owlclass">prov:Association</a></td>
     <td><a title="http://www.w3.org/ns/prov#agent" href="#agent" class="owlproperty">prov:agent</a></td>
-    <td><a title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlclass">prov:Agent</a></td>
   </tr>
   <tr>
     <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
     <td><a title="http://www.w3.org/ns/prov#wasAttributedTo" href="#wasAttributedTo" class="owlproperty">prov:wasAttributedTo</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlclass">prov:Agent</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedAttribution" href="#qualifiedAttribution" class="owlproperty">prov:qualifiedAttribution</a></td>
     <td><a title="http://www.w3.org/ns/prov#Attribution" href="#Attribution" class="owlclass">prov:Attribution</a></td>
     <td><a title="http://www.w3.org/ns/prov#agent" href="#agent" class="owlproperty">prov:agent</a></td>
-    <td><a title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlclass">prov:Agent</a></td>
   </tr>
   <tr>
     <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
     <td><a title="http://www.w3.org/ns/prov#wasDerivedFrom" href="#wasDerivedFrom" class="owlproperty">prov:wasDerivedFrom</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedDerivation" href="#qualifiedDerivation" class="owlproperty">prov:qualifiedDerivation</a></td>
     <td><a title="http://www.w3.org/ns/prov#Derivation" href="#Derivation" class="owlclass">prov:Derivation</a></td>
     <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#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
   </tr>
   <tr>
     <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
     <td><a title="http://www.w3.org/ns/prov#wasGeneratedBy" href="#wasGeneratedBy" class="owlproperty">prov:wasGeneratedBy</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedGeneration" href="#qualifiedGeneration" class="owlproperty">prov:qualifiedGeneration</a></td>
     <td><a title="http://www.w3.org/ns/prov#Generation" href="#Generation" class="owlclass">prov:Generation</a></td>
     <td><a title="http://www.w3.org/ns/prov#activity" href="#activity" class="owlproperty">prov:activity</a></td>
-    <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
   </tr>
   <tr>
     <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
     <td><a title="http://www.w3.org/ns/prov#wasInformedBy" href="#wasInformedBy" class="owlproperty">prov:wasInformedBy</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedCommunication" href="#qualifiedCommunication" class="owlproperty">prov:qualifiedCommunication</a></td>
     <td><a title="http://www.w3.org/ns/prov#Communication" href="#Communication" class="owlclass">prov:Communication</a></td>
     <td><a title="http://www.w3.org/ns/prov#activity" href="#activity" class="owlproperty">prov:activity</a></td>
-    <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
   </tr>
 </tbody></table>
 
@@ -1814,42 +1869,81 @@
       </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 can be further described using the Qualification Pattern.
+            They are listed in the following normative table.
          </p>
          <div style="text-align: center">
             <table class="qualified-forms">
-  <caption><a href="#qualified-forms-expanded">Table 3</a>: Qualification Property and Influence Class used to qualify an Expanded Property.</caption>
+  <caption><a href="#qualified-forms-expanded">Table 3</a>: Qualification Property and Qualified Influence Class used to qualify an Expanded Property.</caption>
   <tbody><tr>
     <th><span title="Influenced Class">Influenced Class</span></th>
     <th><span title="Unqualified Influence">Unqualified Influence</span></th>
+    <th><span title="Influencing Class">Influencing Class</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 style="text-align: center">
+        <a title="provEntity" href="#Entity" class="owlclass">prov:Entity</a> or
+        <a title="provActivity" href="#Activity" class="owlclass">prov:Activity</a> or
+        <a title="provAgent" href="#Agent" class="owlclass">prov:Agent</a>    </td>
+    <td><a title="provwasInfluencedBy" href="#wasInfluencedBy" class="owlproperty">prov:wasInfluencedBy</a></td>
+    <td style="text-align: center">
+        <a title="provEntity" href="#Entity" class="owlclass">prov:Entity</a> or
+        <a title="provActivity" href="#Activity" class="owlclass">prov:Activity</a> or
+        <a title="provAgent" href="#Agent" class="owlclass">prov:Agent</a>    </td>
+    <td><a title="provqualifiedInfluence" href="#qualifiedInfluence" class="owlproperty">prov:qualifiedInfluence</a></td>
+    <td><a title="provInfluence" href="#Influence" class="owlclass">prov:Influence</a></td>
+    <td><a title="provinfluencer" href="#influencer" class="owlproperty">prov:influencer</a></td>
+  </tr>
+  <tr>
+    <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
+    <td><a title="http://www.w3.org/ns/prov#hadPrimarySource" href="#hadPrimarySource" class="owlproperty">prov:hadPrimarySource</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
+    <td><a title="http://www.w3.org/ns/prov#qualifiedPrimarySource" href="#qualifiedPrimarySource" class="owlproperty">prov:qualifiedPrimarySource</a></td>
+    <td><a title="http://www.w3.org/ns/prov#PrimarySource" href="#PrimarySource" class="owlclass">prov:PrimarySource</a></td>
+    <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#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
     <td><a title="http://www.w3.org/ns/prov#wasEndedBy" href="#wasEndedBy" class="owlproperty">prov:wasEndedBy</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedEnd" href="#qualifiedEnd" class="owlproperty">prov:qualifiedEnd</a></td>
     <td><a title="http://www.w3.org/ns/prov#End" href="#End" class="owlclass">prov:End</a></td>
     <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#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
   </tr>
   <tr>
     <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
     <td><a title="http://www.w3.org/ns/prov#wasInvalidatedBy" href="#wasInvalidatedBy" class="owlproperty">prov:wasInvalidatedBy</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedInvalidation" href="#qualifiedInvalidation" class="owlproperty">prov:qualifiedInvalidation</a></td>
     <td><a title="http://www.w3.org/ns/prov#Invalidation" href="#Invalidation" class="owlclass">prov:Invalidation</a></td>
     <td><a title="http://www.w3.org/ns/prov#activity" href="#activity" class="owlproperty">prov:activity</a></td>
-    <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
+  </tr>
+  <tr>
+    <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
+    <td><a title="http://www.w3.org/ns/prov#wasQuotedFrom" href="#wasQuotedFrom" class="owlproperty">prov:wasQuotedFrom</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
+    <td><a title="http://www.w3.org/ns/prov#qualifiedQuotation" href="#qualifiedQuotation" class="owlproperty">prov:qualifiedQuotation</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Quotation" href="#Quotation" class="owlclass">prov:Quotation</a></td>
+    <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#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
+    <td><a title="http://www.w3.org/ns/prov#wasRevisionOf" href="#wasRevisionOf" class="owlproperty">prov:wasRevisionOf</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
+    <td><a title="http://www.w3.org/ns/prov#qualifiedRevision" href="#qualifiedRevision" class="owlproperty">prov:qualifiedRevision</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Revision" href="#Revision" class="owlclass">prov:Revision</a></td>
+    <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#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
     <td><a title="http://www.w3.org/ns/prov#wasStartedBy" href="#wasStartedBy" class="owlproperty">prov:wasStartedBy</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedStart" href="#qualifiedStart" class="owlproperty">prov:qualifiedStart</a></td>
     <td><a title="http://www.w3.org/ns/prov#Start" href="#Start" class="owlclass">prov:Start</a></td>
     <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#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
   </tr>
 </tbody></table>
 
@@ -1857,18 +1951,19 @@
       </div>
 
 
-      <p>
-       The qualification classes and properties shown in the previous two tables can also be found in the <a href="#cross-reference">cross reference</a> 
+      <p>The qualification classes and properties shown in the previous two tables can also be found in the normative <a href="#cross-reference">cross reference</a> 
         in the next section of this document. 
 
          All influence classes (e.g. <span class="repeated">prov:Association</span>, <span class="repeated">prov:Usage</span>) are extensions of 
          <a class="qname" href="#Influence">prov:Influence</a> and either 
          <a class="qname" href="#EntityInfluence">prov:EntityInfluence</a>, 
          <a class="qname" href="#ActivityInfluence">prov:ActivityInfluence</a>, or
-         <a class="qname" href="#AgentInfluence">prov:AgentInfluence</a>, which determine the property to use to cite the influencing resource (either
+         <a class="qname" href="#AgentInfluence">prov:AgentInfluence</a>, which determine the property used to cite the influencing resource (either
          <a class="qname" href="#entity">prov:entity</a>,
          <a class="qname" href="#activity">prov:activity</a>, or
-         <a class="qname" href="#agent">prov:agent</a>, respectively).
+         <a class="qname" href="#agent">prov:agent</a>, respectively). 
+         Because <span class="repeated">prov:Influence</span> is a broad relation, its most specific subclasses (e.g. <span class="repeated">prov:Communication</span>, 
+         <span class="repeated">prov:Delegation</span>, <span class="repeated">prov:End</span>, <span class="repeated">prov:Revision</span>, etc.) should be used when applicable.
 
          </p><div id="narrative-example-qualified-1" about="#narrative-example-qualified-1" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
             <p>
@@ -1886,8 +1981,9 @@
          </div>
 
          <p>One can find that <a class="qname" href="#wasGeneratedBy">prov:wasGeneratedBy</a> 
-            can be qualified using the qualification property <a class="qname" href="#qualifiedGeneration">prov:qualifiedGeneration</a> 
-            and the class <a class="qname" href="#Generation">prov:Generation</a> (a subclass of <a class="qname" href="#ActivityInfluence">prov:ActivityInfluence</a>). 
+            can be qualified using the qualification property <a class="qname" href="#qualifiedGeneration">prov:qualifiedGeneration</a>,
+            the class <a class="qname" href="#Generation">prov:Generation</a> (a subclass of <a class="qname" href="#ActivityInfluence">prov:ActivityInfluence</a>),
+            and the property <a class="qname" href="#activity">prov:activity</a>.
             From this, the influence relation above can be restated with the <em>qualification pattern</em> as:
          </p>
 
@@ -1898,16 +1994,16 @@
             <pre class="example">:e1 
    a prov:Entity;
    prov:wasGeneratedBy      :a1;
-   prov:qualifiedGeneration :e1Gen; # Add the qualification
-.
-
-:a1 a prov:Activity .
+   prov:qualifiedGeneration :e1Gen; # Add the qualification.
+.
 
 :e1Gen 
    a prov:Generation;
-   prov:activity :a1;               # Cite the influencing Activity.
-   ex:foo :bar;                     # Add additional attributes about the influence relation.
-.</pre>
+   prov:activity            :a1;    # Cite the influencing Activity.
+   ex:foo                   :bar;   # Describe the Activity :a1's influence upon the Entity :e1.
+.
+
+:a1 a prov:Activity .</pre>
          </div>
 
          <p>
@@ -1931,7 +2027,7 @@
 
 
       <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. 
+         illustrates the classes and properties needed to apply the qualification pattern to ten of the fourteen qualifiable influence relations. 
 
          For example, while <a class="qname" href="#qualifiedUsage">prov:qualifiedUsage</a>, 
          <a class="qname" href="#Usage">prov:Usage</a>, and <a class="qname" href="#entity">prov:entity</a> are used to qualify 
@@ -1939,7 +2035,7 @@
    
          <a class="qname" href="#qualifiedAssociation">prov:qualifiedAssociation</a>, <a class="qname" href="#Association">prov:Association</a>, 
          and <a class="qname" href="#agent">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.
+         relations. This pattern applies to the twelve 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 
@@ -1997,24 +2093,26 @@
          </p>
           <div class="exampleOuter">
              <div><b>Qualified Usage</b></div>
-               <p>The <span class="repeated">prov:qualifiedUsage</span> property parallels the <span class="repeated">prov:used</span> property to provide an additional description to <code>ex:illustrationActivity</code>. The instance of <span class="repeated">prov:Usage</span> cites the data used (<code>ex:aggregatedByRegions</code>) and the time the activity used it (<code>2011-07-14T03:03:03Z</code>).
+               <p>The <span class="repeated">prov:qualifiedUsage</span> property parallels the <span class="repeated">prov:used</span> property to provide an additional description to <code>:illustrationActivity</code>. The instance of <span class="repeated">prov:Usage</span> cites the data used (<code>:aggregatedByRegions</code>) and the time the activity used it (<code>2011-07-14T03:03:03Z</code>).
              </p>
                 <pre class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix ex:   &lt;http://example.org#&gt; .
-
-ex:illustrationActivity 
-   a prov:Activity;                   ## (Using Starting Point terms)
-   prov:used ex:aggregatedByRegions;  ## The aggregated data was used to create the chart.
-.
-
-ex:aggregatedByRegions a prov:Entity .
-
-ex:illustrationActivity    
-   prov:qualifiedUsage  [
-      a prov:Usage;
-      prov:entity ex:aggregatedByRegions;                ## Qualification: The aggregated data was used 
-      prov:atTime &quot;2011-07-14T03:03:03Z&quot;^^xsd:dateTime;  ## at a particular time when creating the chart.
+@prefix :     &lt;http://example.org#&gt; .
+
+:illustrationActivity 
+   a prov:Activity;                ## Using Starting Point terms,
+   prov:used :aggregatedByRegions; ##   the illustration activity used the aggregated data (to create the bar chart).
+.
+
+:aggregatedByRegions a prov:Entity .
+
+:illustrationActivity      
+   prov:qualifiedUsage [                                ## Qualify how the :illustrationActivity
+      a prov:Usage;                                     ##   used
+      prov:entity :aggregatedByRegions;                 ##     the Entity :aggregatedByRegions
+
+      prov:atTime &quot;2011-07-14T03:03:03Z&quot;^^xsd:dateTime; ## Qualification: The aggregated data was used 
+                                                        ##   at a particular time to create the bar chart..
    ];
 .</pre>
           </div>
@@ -2027,31 +2125,33 @@
         <div class="exampleOuter">
            <div><b>Qualified Association</b></div>
             <p>The <span class="repeated">prov:qualifiedAssociation</span> property parallels the 
-            <span class="repeated">prov:wasAssociatedWith</span> property to provide an additional description about the <code>ex:illustrationActivity</code> that Derek influenced. 
-            The instance of <span class="repeated">prov:Association</span> cites the influencing agent (<code>ex:derek</code>) that followed the instructions (<code>ex:tutorial_blog</code>). 
-            Further, Derek served the role of illustrationist during the activity.
+            <span class="repeated">prov:wasAssociatedWith</span> property to provide an additional description about the <code>:illustrationActivity</code> that Derek influenced. 
+            The instance of <span class="repeated">prov:Association</span> cites the influencing agent (<code>:derek</code>) that followed the instructions (<code>:tutorial_blog</code>). 
+            Further, Derek served the role of <code>:illustrationist</code> during the activity.
             </p>
               <pre class="example">@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix ex:   &lt;http://example.org#&gt; .
-
-ex:illustrationActivity             
-   a prov:Activity;                  ## (Using Starting Point terms)
-   prov:wasAssociatedWith ex:derek;  ## Derek was responsible for the chart making in some way.
-.
-
-ex:derek a prov:Agent .
-
-ex:illustrationActivity
-   prov:qualifiedAssociation [       ## Qualification: What plan (or recipe, instructions) 
-      a prov:Association;            ## did Derek follow when creating the graphical chart?
-      prov:agent   ex:derek
-      prov:hadPlan ex:tutorial_blog;
-      prov:hadRole ex:illustrationist;
+@prefix :     &lt;http://example.org#&gt; .
+
+:illustrationActivity
+   a prov:Activity;                ## Using Starting Point terms,
+   prov:wasAssociatedWith :derek;  ##   the illustration activity was associated with Derek in some way.
+.
+
+:derek a prov:Agent .
+
+:illustrationActivity
+   prov:qualifiedAssociation [       ## Qualify how the :illustrationActivity
+      a prov:Association;            ##   was associated with
+      prov:agent   :derek            ##     the Agent Derek.
+
+      prov:hadRole :illustrationist; ## Qualification: The role that Derek served.
+      prov:hadPlan :tutorial_blog;   ## Qualification: The plan (or recipe, instructions)
+                                     ##   that Derek followed when creating the graphical chart.
    ];
 .
 
-ex:tutorial_blog   a prov:Plan, prov:Entity .
-ex:illustrationist a prov:Role .</pre>
+:tutorial_blog   a prov:Plan, prov:Entity .
+:illustrationist a prov:Role .</pre>
         </div>
       </div>
 
@@ -2066,24 +2166,26 @@
          </p>
         <div class="exampleOuter">
            <div><b>Qualified Generation</b></div>
-            <p>The <span class="repeated">prov:qualifiedGeneration</span> property parallels the <span class="repeated">prov:wasGeneratedBy</span> property to provide an additional description to <code>ex:chart1</code>. The instance of <span class="repeated">prov:Generation</span> cites the time (2011-07-14T15:52:14Z) that the activity (<code>ex:illustrationActivity</code>) generated the chart (<code>ex:chart1</code>).
+            <p>The <span class="repeated">prov:qualifiedGeneration</span> property parallels the <span class="repeated">prov:wasGeneratedBy</span> property to provide an additional description to <code>:bar_chart</code>. The instance of <span class="repeated">prov:Generation</span> cites the time (2011-07-14T15:52:14Z) that the activity (<code>:illustrationActivity</code>) generated the chart (<code>:bar_chart</code>).
             </p>
               <pre class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix ex:   &lt;http://example.org#&gt; .
-
-ex:chart1 
-   a prov:Entity;                                ## (Using Starting Point terms)
-   prov:wasGeneratedBy ex:illustrationActivity;  ## The chart was generated in an illustration activity.
-.
-
-ex:illustrationActivity a prov:Activity .
-
-ex:chart1
-   prov:qualifiedGeneration [
-      a prov:Generation;
-      prov:activity ex:illustrationActivity;             ## Qualification: The chart was 
-      prov:atTime &quot;2011-07-14T15:52:14Z&quot;^^xsd:dateTime;  ## generated at a particular time.
+@prefix :     &lt;http://example.org#&gt; .
+
+:bar_chart
+   a prov:Entity;                              ## Using Starting Point terms,
+   prov:wasGeneratedBy :illustrationActivity;  ##   the chart was generated in an illustration activity.
+.
+
+:illustrationActivity a prov:Activity .
+
+:bar_chart
+   prov:qualifiedGeneration [                           ## Qualify how the :bar_chart
+      a prov:Generation;                                ##   was generated by
+      prov:activity :illustrationActivity;              ##     the Activity :illustrationActivity.
+
+      prov:atTime &quot;2011-07-14T15:52:14Z&quot;^^xsd:dateTime; ## Qualification: The Activity generated
+                                                        ##   the bar_chart at a particular time.
    ];
 .</pre>
         </div>
@@ -2095,26 +2197,29 @@
          </p>
         <div class="exampleOuter">
            <div><b>Qualified Derivation</b></div>
-            <p>The <span class="repeated">prov:qualifiedDerivation</span> property parallels the <span class="repeated">prov:wasDerivedFrom</span> property to provide an additional description to <code>ex:chart1</code>. The instance of <span class="repeated">prov:Derivation</span> cites the activity (<code>ex:illustrationActivity</code>) and the Usages and Generations that the activity conduced to create the chart (<code>ex:chart1</code>).
-            </p>
-              <pre class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+           <p>The <span class="repeated">prov:qualifiedDerivation</span> property parallels the <span class="repeated">prov:wasDerivedFrom</span> 
+              property to provide an additional description to <code>:bar_chart</code>. The instance of <span class="repeated">prov:Derivation</span> 
+              cites the activity (<code>:illustrationActivity</code>) and the Usages and Generations that the activity conduced to create the <code>:bar_chart</code>.
+           </p>
+           <pre class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix ex:   &lt;http://example.org#&gt; .
-
-ex:chart1
-   a prov:Entity;                               ## (Using Starting Point terms)
-   prov:wasDerivedFrom ex:aggregatedByRegions;  ## The chart was derived from the aggregate.
-.
-
-ex:aggregatedByRegions a prov:Entity .
-
-ex:chart1
-   prov:qualifiedDerivation   [           
-      a prov:Derivation;
-      prov:entity        ex:aggregatedByRegions;  ## Qualification: additional information about the derivation:
-      prov:hadUsage      ex:usage;                ## Which activity derived the aggregate?
-      prov:hadActivity   ex:activity;             ## What did the activity use to derive the aggregate?
-      prov:hadGeneration ex:generation;           ## How did the activity generate the derived aggregate?
+@prefix :     &lt;http://example.org#&gt; .
+
+:bar_chart
+   a prov:Entity;                             ## Using Starting Point terms,
+   prov:wasDerivedFrom :aggregatedByRegions;  ##   the chart was derived from the aggregated dataset.
+.
+
+:aggregatedByRegions a prov:Entity .
+
+:bar_chart
+   prov:qualifiedDerivation [                      ## Qualify
+      a prov:Derivation;                           ##   how :bar_chart was derived from
+      prov:entity        :aggregatedByRegions;     ##     the dataset Entity :aggregatedByRegions.
+
+      prov:hadActivity   :aggregating_activity;    ## Qualification: The activity that derived the :bar_chart.
+      prov:hadUsage      :use_of_aggregatedData;   ## Qualification: How the activity used :aggregatedByRegions.
+      prov:hadGeneration :generation_of_bar_chart; ## Qualification: How the activity generated the :bar_chart.
    ];
 .</pre>
         </div>
@@ -2127,9 +2232,7 @@
 
  
 
-   <div id="cross-reference" class="section"> 
-<!--  class='informative'  -->
-
+   <div id="cross-reference" class="normative section">
       
 <!--  prov:tracedTo [ prov:wasGeneratedBy [ a prov:Activity; 
            dcterms:description "python eg-24-prov-o-html-examples.py http://dvcs.w3.org/hg/prov/raw-file/default/ontology/ProvenanceOntology.owl" ] ] ]  -->
@@ -2166,8 +2269,9 @@
       </p>
 
       <p>Most examples shown in this cross reference are encoded using the Turtle RDF serialization. 
-         When an example requires a <span class="qname repeated">prov:Bundle</span>, it may use the [<cite><a class="bibref" rel="biblioentry" href="#bib-TRIG">TRIG</a></cite>] syntax. 
-         Although this document does not specify how to encode Bundles in RDF, TriG's named graph construct is used only to illustrate the concept.
+         When it is convenient to do so (e.g., when an example describes a <span class="qname repeated">prov:Bundle</span>), it may use the [<cite><a class="bibref" rel="biblioentry" href="#bib-TRIG">TRIG</a></cite>] syntax. 
+         Although this document does not specify how to encode Bundles in RDF, TriG's named graph construct is used only to illustrate the concept of 
+         creating a named set of PROV assertions. Note that <a href="#compliance">all examples are non-normative</a>.
       </p>
 
       <div id="cross-reference-starting-point-terms" class="section">
@@ -2259,18 +2363,18 @@
 
       <dt></dt>
       <dd>
-        <a title="http://www.w3.org/ns/prov#qualifiedEnd" href="#qualifiedEnd">prov:qualifiedEnd</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#invalidated" href="#invalidated">prov:invalidated</a> <sup class="type-op" title="object property">op</sup>
+        <a title="http://www.w3.org/ns/prov#invalidated" href="#invalidated">prov:invalidated</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#wasStartedBy" href="#wasStartedBy">prov:wasStartedBy</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#qualifiedStart" href="#qualifiedStart">prov:qualifiedStart</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#qualifiedCommunication" href="#qualifiedCommunication">prov:qualifiedCommunication</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#startedAtTime" href="#startedAtTime">prov:startedAtTime</a> <sup class="type-dp" title="data property">dp</sup>
         , <a title="http://www.w3.org/ns/prov#qualifiedAssociation" href="#qualifiedAssociation">prov:qualifiedAssociation</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#wasEndedBy" href="#wasEndedBy">prov:wasEndedBy</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#wasInformedBy" href="#wasInformedBy">prov:wasInformedBy</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#startedAtTime" href="#startedAtTime">prov:startedAtTime</a> <sup class="type-dp" title="data property">dp</sup>
-        , <a title="http://www.w3.org/ns/prov#qualifiedCommunication" href="#qualifiedCommunication">prov:qualifiedCommunication</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#wasEndedBy" href="#wasEndedBy">prov:wasEndedBy</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#generated" href="#generated">prov:generated</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#endedAtTime" href="#endedAtTime">prov:endedAtTime</a> <sup class="type-dp" title="data property">dp</sup>
         , <a title="http://www.w3.org/ns/prov#wasAssociatedWith" href="#wasAssociatedWith">prov:wasAssociatedWith</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#wasStartedBy" href="#wasStartedBy">prov:wasStartedBy</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#qualifiedEnd" href="#qualifiedEnd">prov:qualifiedEnd</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#qualifiedUsage" href="#qualifiedUsage">prov:qualifiedUsage</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#used" href="#used">prov:used</a> <sup class="type-op" title="object property">op</sup>
       </dd>
@@ -2281,10 +2385,10 @@
       </dd><dt>in range of</dt>
       <dd>
         <a title="http://www.w3.org/ns/prov#wasInformedBy" href="#wasInformedBy">prov:wasInformedBy</a> <sup class="type-op" title="object property">op</sup>
-        <a title="http://www.w3.org/ns/prov#activity" href="#activity">prov:activity</a> <sup class="type-op" title="object property">op</sup>
-        <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a> <sup class="type-op" title="object property">op</sup>
         <a title="http://www.w3.org/ns/prov#wasInvalidatedBy" href="#wasInvalidatedBy">prov:wasInvalidatedBy</a> <sup class="type-op" title="object property">op</sup>
         <a title="http://www.w3.org/ns/prov#wasGeneratedBy" href="#wasGeneratedBy">prov:wasGeneratedBy</a> <sup class="type-op" title="object property">op</sup>
+        <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a> <sup class="type-op" title="object property">op</sup>
+        <a title="http://www.w3.org/ns/prov#activity" href="#activity">prov:activity</a> <sup class="type-op" title="object property">op</sup>
       </dd>
 
       <dt>PROV-DM term</dt>
@@ -2399,24 +2503,24 @@
       <dt></dt>
       <dd>
         <a title="http://www.w3.org/ns/prov#hadPrimarySource" href="#hadPrimarySource">prov:hadPrimarySource</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#alternateOf" href="#alternateOf">prov:alternateOf</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#qualifiedQuotation" href="#qualifiedQuotation">prov:qualifiedQuotation</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#value" href="#value">prov:value</a> <sup class="type-dp" title="data property">dp</sup>
-        , <a title="http://www.w3.org/ns/prov#wasInvalidatedBy" href="#wasInvalidatedBy">prov:wasInvalidatedBy</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#qualifiedGeneration" href="#qualifiedGeneration">prov:qualifiedGeneration</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#qualifiedAttribution" href="#qualifiedAttribution">prov:qualifiedAttribution</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#wasQuotedFrom" href="#wasQuotedFrom">prov:wasQuotedFrom</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#wasGeneratedBy" href="#wasGeneratedBy">prov:wasGeneratedBy</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#qualifiedGeneration" href="#qualifiedGeneration">prov:qualifiedGeneration</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#qualifiedQuotation" href="#qualifiedQuotation">prov:qualifiedQuotation</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#alternateOf" href="#alternateOf">prov:alternateOf</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#wasRevisionOf" href="#wasRevisionOf">prov:wasRevisionOf</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#wasInvalidatedBy" href="#wasInvalidatedBy">prov:wasInvalidatedBy</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#invalidatedAtTime" href="#invalidatedAtTime">prov:invalidatedAtTime</a> <sup class="type-dp" title="data property">dp</sup>
+        , <a title="http://www.w3.org/ns/prov#qualifiedInvalidation" href="#qualifiedInvalidation">prov:qualifiedInvalidation</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#qualifiedRevision" href="#qualifiedRevision">prov:qualifiedRevision</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#qualifiedInvalidation" href="#qualifiedInvalidation">prov:qualifiedInvalidation</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#wasAttributedTo" href="#wasAttributedTo">prov:wasAttributedTo</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#wasDerivedFrom" href="#wasDerivedFrom">prov:wasDerivedFrom</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#qualifiedPrimarySource" href="#qualifiedPrimarySource">prov:qualifiedPrimarySource</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#qualifiedDerivation" href="#qualifiedDerivation">prov:qualifiedDerivation</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#generatedAtTime" href="#generatedAtTime">prov:generatedAtTime</a> <sup class="type-dp" title="data property">dp</sup>
         , <a title="http://www.w3.org/ns/prov#specializationOf" href="#specializationOf">prov:specializationOf</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#generatedAtTime" href="#generatedAtTime">prov:generatedAtTime</a> <sup class="type-dp" title="data property">dp</sup>
       </dd>
 
       <dt></dt>
@@ -2426,11 +2530,11 @@
       <dd>
         <a title="http://www.w3.org/ns/prov#hadMember" href="#hadMember">prov:hadMember</a> <sup class="type-op" title="object property">op</sup>
         <a title="http://www.w3.org/ns/prov#hadPrimarySource" href="#hadPrimarySource">prov:hadPrimarySource</a> <sup class="type-op" title="object property">op</sup>
-        <a title="http://www.w3.org/ns/prov#alternateOf" href="#alternateOf">prov:alternateOf</a> <sup class="type-op" title="object property">op</sup>
+        <a title="http://www.w3.org/ns/prov#invalidated" href="#invalidated">prov:invalidated</a> <sup class="type-op" title="object property">op</sup>
         <a title="http://www.w3.org/ns/prov#wasStartedBy" href="#wasStartedBy">prov:wasStartedBy</a> <sup class="type-op" title="object property">op</sup>
         <a title="http://www.w3.org/ns/prov#wasQuotedFrom" href="#wasQuotedFrom">prov:wasQuotedFrom</a> <sup class="type-op" title="object property">op</sup>
         <a title="http://www.w3.org/ns/prov#wasEndedBy" href="#wasEndedBy">prov:wasEndedBy</a> <sup class="type-op" title="object property">op</sup>
-        <a title="http://www.w3.org/ns/prov#invalidated" href="#invalidated">prov:invalidated</a> <sup class="type-op" title="object property">op</sup>
+        <a title="http://www.w3.org/ns/prov#alternateOf" href="#alternateOf">prov:alternateOf</a> <sup class="type-op" title="object property">op</sup>
         <a title="http://www.w3.org/ns/prov#wasRevisionOf" href="#wasRevisionOf">prov:wasRevisionOf</a> <sup class="type-op" title="object property">op</sup>
         <a title="http://www.w3.org/ns/prov#generated" href="#generated">prov:generated</a> <sup class="type-op" title="object property">op</sup>
         <a title="http://www.w3.org/ns/prov#wasDerivedFrom" href="#wasDerivedFrom">prov:wasDerivedFrom</a> <sup class="type-op" title="object property">op</sup>
@@ -5209,10 +5313,10 @@
     </div>
 
     <dl class="description">
+    <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>
     <dd class="comment"><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>
     </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>
@@ -5227,13 +5331,13 @@
 
       <dt></dt>
       <dd>
-        <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole">prov:hadRole</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#influencer" href="#influencer">prov:influencer</a>  <sup class="type-op" title="object property">op</sup>      </dd>
+        <a title="http://www.w3.org/ns/prov#influencer" href="#influencer">prov:influencer</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole">prov:hadRole</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a>  <sup class="type-op" title="object property">op</sup>      </dd>
 
       <dt>has subclasses</dt>
       <dd>
         <a title="http://www.w3.org/ns/prov#Invalidation" href="#Invalidation" class="owlclass">prov:Invalidation</a>
+        , <a title="http://www.w3.org/ns/prov#Generation" href="#Generation" class="owlclass">prov:Generation</a>
         , <a title="http://www.w3.org/ns/prov#Communication" href="#Communication" class="owlclass">prov:Communication</a>
-        , <a title="http://www.w3.org/ns/prov#Generation" href="#Generation" class="owlclass">prov:Generation</a>
       </dd>
     </dl>
   </div>
@@ -5294,7 +5398,7 @@
 
       <dt></dt>
       <dd>
-        <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole">prov:hadRole</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#influencer" href="#influencer">prov:influencer</a>  <sup class="type-op" title="object property">op</sup>      </dd>
+        <a title="http://www.w3.org/ns/prov#influencer" href="#influencer">prov:influencer</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole">prov:hadRole</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a>  <sup class="type-op" title="object property">op</sup>      </dd>
 
       <dt>has subclasses</dt>
       <dd>
@@ -5561,7 +5665,10 @@
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix ex:   &lt;http://example.com/vocab#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
-  
+
+### In this example, Frank (an insurance agent) acts on behalf of his company for performing
+### a policy sale
+ 
 :policySale
    a prov:Activity;
    prov:wasAssociatedWith :insuranceAgent_Frank;
@@ -5574,6 +5681,7 @@
       a prov:Delegation;
       prov:agent        :insuranceCompany_A;
       ex:rewardScheme   &quot;commission&quot;;
+      prov:hadActivity  :policySale ;
    ];
 .
 </pre>
@@ -5651,36 +5759,46 @@
       prov:entity      :aggregatedByRegions;  
                           
       # Derivations can cite the influencing Activity in doing the derivation.
-      prov:hadActivity   :illustration_activity;
+      prov:hadActivity   :create_the_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;
+      prov:hadUsage      :data_loading;
+      prov:hadGeneration :plot_the_chart;
    ];
 .
 
-:illustration_activity 
+### The process during which the chart was created, from loading the data to the software, to process the data and plot the chart.
+### Additional metadata was recorded, like when it started (before the usage), ended (after the generation of the chart) and who was associated with it.
+
+:create_the_chart 
    a prov:Activity;
-   prov:wasAttributedTo :derek;
-.
-
-:bar_chart_generation
+   prov:wasAssociatedWith :derek;
+   prov:startedAtTime &quot;2012-04-03T00:00:00Z&quot;^^xsd:dateTime;
+   prov:endedAtTime &quot;2012-04-03T00:00:10Z&quot;^^xsd:dateTime;
+.
+
+### The final chart was plotted
+
+:plot_the_chart
    a prov:Generation, prov:InstantaneousEvent;
    prov:atTime &quot;2012-04-03T00:00:01Z&quot;^^xsd:dateTime;
 .
 
-:how_illustration_activity_used_data
+### The data was getting used to create the chart
+
+:data_loading
    a prov:Usage;
+   prov:atTime &quot;2012-04-03T00:00:00Z&quot;^^xsd:dateTime;
 .
 </pre>
     </div>
 
     <dl class="description">
+    <dd class="comment"><p>The more specific forms of prov:Derivation (i.e., prov:Revision, prov:Quotation, prov:PrimarySource) should be asserted if they apply.</p>
+    </dd>
     <dd class="comment"><p>An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ].</p>
     </dd>
-    <dd class="comment"><p>The more specific forms of prov:Derivation (i.e., prov:Revision, prov:Quotation, prov:PrimarySource) should be asserted if they apply.</p>
-    </dd>
 
       <dt>is subclass of</dt>
       <dd>
@@ -5744,21 +5862,30 @@
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
-# End can be used to qualify wasEndedBy with time and location information
+### End can be used to qualify wasEndedBy with time and location information.
+### In this example, an experiment is stopped because an intermediate inconsitent resul.
 
 :experiment 
    a prov:Activity;
    prov:wasEndedBy :inconsistentResult;
    prov:qualifiedEnd [
       a prov:End;
-      prov:entity     :inconsistentResult;
-      prov:atTime     &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
-      prov:atLocation :scienceLab_003;
+      prov:entity       :inconsistentResult;
+      prov:atTime       &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+      prov:atLocation   :scienceLab_003;
+      prov:hadActivity  :analyse_intermediate_result ; 
    ];
 .
    
 :inconsistentResult a prov:Entity .
-</pre>
+
+### An implicit process analyzes the intermediate result to confirm its expected consistency
+
+analyse_intermediate_result
+   a   prov:Activity ;
+   prov:startedAtTime   &quot;2011-07-15T12:52:02Z&quot;^^xsd:dateTime;
+   prov:endedAtTime     &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+.</pre>
     </div>
 
     <dl class="description">
@@ -5777,7 +5904,7 @@
         <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a> <sup class="type-op" title="object property">op</sup>
       </dd><dt></dt>
       <dd>
-        <a title="http://www.w3.org/ns/prov#atTime" href="#atTime">prov:atTime</a>  <sup class="type-dp" title="data property">dp</sup>        , <a title="http://www.w3.org/ns/prov#entity" href="#entity">prov:entity</a>  <sup class="type-op" title="object property">op</sup>      </dd>
+        <a title="http://www.w3.org/ns/prov#entity" href="#entity">prov:entity</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#atTime" href="#atTime">prov:atTime</a>  <sup class="type-dp" title="data property">dp</sup>      </dd>
 
       <dt>in range of</dt>
       <dd>
@@ -5851,14 +5978,14 @@
 
       <dt></dt>
       <dd>
-        <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole">prov:hadRole</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#influencer" href="#influencer">prov:influencer</a>  <sup class="type-op" title="object property">op</sup>      </dd>
+        <a title="http://www.w3.org/ns/prov#influencer" href="#influencer">prov:influencer</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole">prov:hadRole</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a>  <sup class="type-op" title="object property">op</sup>      </dd>
 
       <dt>has subclasses</dt>
       <dd>
         <a title="http://www.w3.org/ns/prov#Usage" href="#Usage" class="owlclass">prov:Usage</a>
+        , <a title="http://www.w3.org/ns/prov#Start" href="#Start" class="owlclass">prov:Start</a>
+        , <a title="http://www.w3.org/ns/prov#End" href="#End" class="owlclass">prov:End</a>
         , <a title="http://www.w3.org/ns/prov#Derivation" href="#Derivation" class="owlclass">prov:Derivation</a>
-        , <a title="http://www.w3.org/ns/prov#End" href="#End" class="owlclass">prov:End</a>
-        , <a title="http://www.w3.org/ns/prov#Start" href="#Start" class="owlclass">prov:Start</a>
       </dd>
     </dl>
   </div>
@@ -6003,9 +6130,9 @@
 
       <dt></dt>
       <dd>
-        <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a> <sup class="type-op" title="object property">op</sup>
+        <a title="http://www.w3.org/ns/prov#influencer" href="#influencer">prov:influencer</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole">prov:hadRole</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#influencer" href="#influencer">prov:influencer</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a> <sup class="type-op" title="object property">op</sup>
       </dd>
 
       <dt>in range of</dt>
@@ -6085,11 +6212,11 @@
         <a title="http://www.w3.org/ns/prov#atLocation" href="#atLocation">prov:atLocation</a> <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole">prov:hadRole</a> <sup class="type-op" title="object property">op</sup>
       </dd><dt>has subclasses</dt>
       <dd>
-        <a title="http://www.w3.org/ns/prov#Generation" href="#Generation" class="owlclass">prov:Generation</a>
+        <a title="http://www.w3.org/ns/prov#Invalidation" href="#Invalidation" class="owlclass">prov:Invalidation</a>
         , <a title="http://www.w3.org/ns/prov#Start" href="#Start" class="owlclass">prov:Start</a>
+        , <a title="http://www.w3.org/ns/prov#End" href="#End" class="owlclass">prov:End</a>
         , <a title="http://www.w3.org/ns/prov#Usage" href="#Usage" class="owlclass">prov:Usage</a>
-        , <a title="http://www.w3.org/ns/prov#End" href="#End" class="owlclass">prov:End</a>
-        , <a title="http://www.w3.org/ns/prov#Invalidation" href="#Invalidation" class="owlclass">prov:Invalidation</a>
+        , <a title="http://www.w3.org/ns/prov#Generation" href="#Generation" class="owlclass">prov:Generation</a>
       </dd>
     </dl>
   </div>
@@ -6551,21 +6678,33 @@
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
-# Start can be used to qualify wasStartedBy with time and location information.
-
-:experimenting23
+### Start can be used to qualify wasStartedBy with time and location information.
+### In this example, a consistency checking activity is started by the update of a data record.
+
+:consistency_checking
    a prov:Activity;
-   prov:wasStartedBy :researcher;
+   prov:wasStartedBy :updated_data_record;
    prov:qualifiedStart [
       a prov:Start;
-      prov:entity    :researcher;
-      prov:atTime    &quot;2011-07-06T01:48:36Z&quot;^^xsd:dateTime;
-      prov:atLocation :scienceLab_003;
+      prov:entity       :updated_data_record;
+      prov:atTime       &quot;2011-07-06T01:48:36Z&quot;^^xsd:dateTime;
+      prov:atLocation   :scienceLab_003;
+      prov:hadActivity  :syntax_checking;
    ];
 .
 
-:researcher a prov:Agent .
-</pre>
+:updated_data_record a prov:Entity .
+
+### There is an explicit process of checking the syntax of the updated data record
+
+:syntax_checking
+   a   prov:Activity ;
+   prov:startedAtTime      &quot;2011-07-06T01:48:36Z&quot;^^xsd:dateTime;
+   prov:endedAtTime        &quot;2011-07-06T02:12:36Z&quot;^^xsd:dateTime;
+   prov:wasAssociatedWith  :syntax_checker ;
+.
+
+:syntax_checker   a   prov:SoftwareAgent .</pre>
     </div>
 
     <dl class="description">
@@ -6584,7 +6723,7 @@
         <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a> <sup class="type-op" title="object property">op</sup>
       </dd><dt></dt>
       <dd>
-        <a title="http://www.w3.org/ns/prov#atTime" href="#atTime">prov:atTime</a>  <sup class="type-dp" title="data property">dp</sup>        , <a title="http://www.w3.org/ns/prov#entity" href="#entity">prov:entity</a>  <sup class="type-op" title="object property">op</sup>      </dd>
+        <a title="http://www.w3.org/ns/prov#entity" href="#entity">prov:entity</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#atTime" href="#atTime">prov:atTime</a>  <sup class="type-dp" title="data property">dp</sup>      </dd>
 
       <dt>in range of</dt>
       <dd>
@@ -6661,7 +6800,7 @@
 
       <dt></dt>
       <dd>
-        <a title="http://www.w3.org/ns/prov#atTime" href="#atTime">prov:atTime</a>  <sup class="type-dp" title="data property">dp</sup>        , <a title="http://www.w3.org/ns/prov#entity" href="#entity">prov:entity</a>  <sup class="type-op" title="object property">op</sup>      </dd>
+        <a title="http://www.w3.org/ns/prov#entity" href="#entity">prov:entity</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#atTime" href="#atTime">prov:atTime</a>  <sup class="type-dp" title="data property">dp</sup>      </dd>
 
       <dt>in range of</dt>
       <dd>
@@ -7252,12 +7391,12 @@
         <dd>
           <ul>
             <li>
-              <a title="http://www.w3.org/ns/prov#Influence" href="#Influence" class="owlclass">prov:Influence</a>
-            </li>
-            <li>
               <a title="http://www.w3.org/ns/prov#Association" href="#Association" class="owlclass">prov:Association</a>
                or <a title="http://www.w3.org/ns/prov#InstantaneousEvent" href="#InstantaneousEvent" class="owlclass">prov:InstantaneousEvent</a>
             </li>
+            <li>
+              <a title="http://www.w3.org/ns/prov#Influence" href="#Influence" class="owlclass">prov:Influence</a>
+            </li>
           </ul>
         </dd>
 
@@ -7410,6 +7549,14 @@
           </ul>
         </dd>
 
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+            </li>
+          </ul>
+        </dd>
+
         <dt>has sub-properties</dt>
         <dd>
           <ul>
@@ -7737,7 +7884,7 @@
 @prefix :     &lt;http://example.com/&gt; .
 
 :traffic-stop
-    a prov:Activity;
+   a prov:Activity;
    prov:wasAssociatedWith :chauffeur, 
                           :traffic-officer-34;
    prov:qualifiedAssociation [
@@ -7745,14 +7892,14 @@
       prov:agent :chauffeur;
       
       # The chauffeur was the one violating traffic rules.
-      ex:hadRole :violator; 
+      prov:hadRole :violator; 
    ];
    prov:qualifiedAssociation [
       a prov:Association;
       prov:agent :traffic-officer-34;
       
       # The officer was the one enforcing the traffic rules.
-      ex:hadRole :enforcer; 
+      prov:hadRole :enforcer; 
    ];
 .
 
@@ -7764,10 +7911,22 @@
       prov:agent :celebrity-in-car;
       
       # The celebrity employed the chauffeur during the enforcement.
-      ex:hadRole :employer; 
+      prov:hadRole :employer; 
+      prov:hadActivity  :driving-during-the-year ;
    ];
 .
 
+#The chaffeur was employed for a whole year as a driver
+:driving-during-the-year   a   prov:Activity ;
+   prov:wasAssociatedWith :chaffeur;
+   prov:qualifiedAssociation [
+      a prov:Association;
+      prov:hadRole :driver;
+   ];
+   prov:startedAtTime &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+   prov:endedAtTime &quot;2012-07-16T01:52:02Z&quot;^^xsd:dateTime;;
+.
+
 :traffic_officer_34 
    a prov:Person;
    prov:actedOnBehalfOf :city-of-Paris;
@@ -7776,9 +7935,12 @@
       prov:agent :city-of-Paris;
       
       # The city of Paris employed the officer during the enforcement.
-      ex:hadRole :employer; 
+      prov:hadRole :employer; 
+      prov:hadActivity      :control-city-traffic ;
    ];
 .
+
+:control-city-traffic   a   prov:Activity .
 </pre>
     </div>
 
@@ -7848,15 +8010,34 @@
 @prefix :     &lt;http://example.com/&gt; .
 
 :bar_chart
+   a prov:Entity;
    prov:wasDerivedFrom :aggregatedByRegions;
    prov:qualifiedDerivation [
       a prov:Derivation;
       prov:entity :aggregatedByRegions; 
       
       ## More details about the activity underpinning the derivation        
-      prov:hadGeneration :illustration; 
+      prov:hadGeneration :chat_plotting; 
+      prov:hadActivity   :chart_creation ;
    ];
 .
+
+### The process of creating the chart, from loading the data, to process it, and plot it to end users
+
+:chart_creation
+    a    prov:Activity ;
+    prov:wasAssociatedWith :derek;
+    prov:startedAtTime  &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+    prov:endedAtTime &quot;2011-07-16T03:00:02Z&quot;^^xsd:dateTime;
+.
+
+#### Now the chart is plotted
+
+:chat_plotting
+    a    prov:Generation ;
+    prov:atTime    &quot;2011-07-16T03:00:02Z&quot;^^xsd:dateTime;
+.
+
 </pre>
     </div>
 
@@ -7925,21 +8106,29 @@
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
-## The end of the experiment might have been triggered by this inconsistent result
+### End can be used to qualify wasEndedBy with time and location information
 
 :experiment 
-   a prov:Acticity;
+   a prov:Activity;
    prov:wasEndedBy :inconsistentResult;
    prov:qualifiedEnd [
       a prov:End;
-      prov:entity     :inconsistentResult;
-      prov:atTime     &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
-      prov:atLocation :scienceLab003;
+      prov:entity       :inconsistentResult;
+      prov:atTime       &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+      prov:atLocation   :scienceLab_003;
+      prov:hadActivity  :analyse_intermediate_result ; 
    ];
 .
-
-:inconsistentResult a prov:Entity.
-</pre>
+   
+:inconsistentResult a prov:Entity .
+
+### An implicit process of analysing the intermediate result to confirm its expected consistency
+
+analyse_intermediate_result
+   a   prov:Activity ;
+   prov:startedAtTime   &quot;2011-07-15T12:52:02Z&quot;^^xsd:dateTime;
+   prov:endedAtTime     &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+.</pre>
     </div>
 
     <div class="description">
@@ -8151,15 +8340,15 @@
               <a title="http://www.w3.org/ns/prov#qualifiedGeneration" href="#qualifiedGeneration" class="owlclass">prov:qualifiedGeneration</a>
             </li>
             <li>
-              <a title="http://www.w3.org/ns/prov#qualifiedEnd" href="#qualifiedEnd" class="owlclass">prov:qualifiedEnd</a>
+              <a title="http://www.w3.org/ns/prov#qualifiedAttribution" href="#qualifiedAttribution" class="owlclass">prov:qualifiedAttribution</a>
+            </li>
+            <li>
+              <a title="http://www.w3.org/ns/prov#qualifiedInvalidation" href="#qualifiedInvalidation" class="owlclass">prov:qualifiedInvalidation</a>
             </li>
             <li>
               <a title="http://www.w3.org/ns/prov#qualifiedCommunication" href="#qualifiedCommunication" class="owlclass">prov:qualifiedCommunication</a>
             </li>
             <li>
-              <a title="http://www.w3.org/ns/prov#qualifiedAttribution" href="#qualifiedAttribution" class="owlclass">prov:qualifiedAttribution</a>
-            </li>
-            <li>
               <a title="http://www.w3.org/ns/prov#qualifiedDelegation" href="#qualifiedDelegation" class="owlclass">prov:qualifiedDelegation</a>
             </li>
             <li>
@@ -8169,7 +8358,7 @@
               <a title="http://www.w3.org/ns/prov#qualifiedRevision" href="#qualifiedRevision" class="owlclass">prov:qualifiedRevision</a>
             </li>
             <li>
-              <a title="http://www.w3.org/ns/prov#qualifiedInvalidation" href="#qualifiedInvalidation" class="owlclass">prov:qualifiedInvalidation</a>
+              <a title="http://www.w3.org/ns/prov#qualifiedEnd" href="#qualifiedEnd" class="owlclass">prov:qualifiedEnd</a>
             </li>
             <li>
               <a title="http://www.w3.org/ns/prov#qualifiedPrimarySource" href="#qualifiedPrimarySource" class="owlclass">prov:qualifiedPrimarySource</a>
@@ -8565,21 +8754,32 @@
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
-# Start can be used to qualify wasStartedBy with time and location information
-
-:experiment
+# Start can be used to qualify wasStartedBy with time and location information.
+
+:consistency_checking
    a prov:Activity;
-   prov:wasStartedBy :researcher;
+   prov:wasStartedBy :updated_data_record;
    prov:qualifiedStart [
       a prov:Start;
-      prov:entity     :researcher;
-      prov:atTime     &quot;2011-07-06T01:48:36Z&quot;^^xsd:dateTime;
-      prov:atLocation :scienceLab_003;
+      prov:entity       :updated_data_record;
+      prov:atTime       &quot;2011-07-06T01:48:36Z&quot;^^xsd:dateTime;
+      prov:atLocation   :scienceLab_003;
+      prov:hadActivity  :syntax_checking;
    ];
 .
 
-:researcher a prov:Agent .
-</pre>
+:updated_data_record a prov:Entity .
+
+### There is an explicit process of checking the syntax of the updated data record
+
+:syntax_checking
+   a   prov:Activity ;
+   prov:startedAtTime      &quot;2011-07-06T01:48:36Z&quot;^^xsd:dateTime;
+   prov:endedAtTime        &quot;2011-07-06T02:12:36Z&quot;^^xsd:dateTime;
+   prov:wasAssociatedWith  :syntax_checker ;
+.
+
+:syntax_checker   a   prov:SoftwareAgent .</pre>
     </div>
 
     <div class="description">
@@ -8752,7 +8952,7 @@
     <div class="description">
       <div class="comment "><p>This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#prov-o-owl-profile">PROV-O OWL Profile</a>.</p>
       </div>
-      <div class="comment "><p>Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable.</p>
+      <div class="comment "><p>Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable.</p>
       </div>
       <dl>
 
@@ -8788,10 +8988,13 @@
               <a title="http://www.w3.org/ns/prov#actedOnBehalfOf" href="#actedOnBehalfOf" class="owlclass">prov:actedOnBehalfOf</a>
             </li>
             <li>
+              <a title="http://www.w3.org/ns/prov#wasStartedBy" href="#wasStartedBy" class="owlclass">prov:wasStartedBy</a>
+            </li>
+            <li>
               <a title="http://www.w3.org/ns/prov#wasInvalidatedBy" href="#wasInvalidatedBy" class="owlclass">prov:wasInvalidatedBy</a>
             </li>
             <li>
-              <a title="http://www.w3.org/ns/prov#wasStartedBy" href="#wasStartedBy" class="owlclass">prov:wasStartedBy</a>
+              <a title="http://www.w3.org/ns/prov#wasInformedBy" href="#wasInformedBy" class="owlclass">prov:wasInformedBy</a>
             </li>
             <li>
               <a title="http://www.w3.org/ns/prov#wasAttributedTo" href="#wasAttributedTo" class="owlclass">prov:wasAttributedTo</a>
@@ -8800,9 +9003,6 @@
               <a title="http://www.w3.org/ns/prov#wasEndedBy" href="#wasEndedBy" class="owlclass">prov:wasEndedBy</a>
             </li>
             <li>
-              <a title="http://www.w3.org/ns/prov#wasInformedBy" href="#wasInformedBy" class="owlclass">prov:wasInformedBy</a>
-            </li>
-            <li>
               <a title="http://www.w3.org/ns/prov#wasAssociatedWith" href="#wasAssociatedWith" class="owlclass">prov:wasAssociatedWith</a>
             </li>
             <li>
@@ -8817,6 +9017,18 @@
           </ul>
         </dd>
 
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a title="http://www.w3.org/ns/prov#qualifiedInfluence" href="#qualifiedInfluence" class="owlproperty">prov:qualifiedInfluence</a> <sup class="type-op" title="object property">op</sup>
+            </li>
+            <li>
+              <a title="http://www.w3.org/ns/prov#Influence" href="#Influence" class="owlclass">prov:Influence</a>
+            </li>
+          </ul>
+        </dd>
+
       <dt>PROV-DM term</dt>
       <dd>
          <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence">influence</a>      </dd>
@@ -8847,10 +9059,10 @@
     </section -->
 
 
-    <div class="appendix section" id="prov-o-owl-profile">
+    <div id="owl-profile" class="appendix informative section">
       
 <!-- OddPage -->
-<h2><span class="secno">A. </span>PROV-O OWL Profile</h2>
+<h2><span class="secno">A. </span>PROV-O OWL Profile</h2><p><em>This section is non-normative.</em></p>
 
       <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-OWL2-PRIMER">OWL2-PRIMER</a></cite>], 
@@ -8959,7 +9171,7 @@
          </p>
     </div>
 
-    <div class="appendix section" id="names-of-inverse-properties">
+    <div class="appendix section" id="inverse-names">
       
 <!-- OddPage -->
 <h2><span class="secno">B. </span>Names of inverse properties</h2>
@@ -9039,7 +9251,7 @@
      </div>
 
       <p>The following table lists the recommended inverse names that should be used if a modeler does not want to use the recommended PROV-O property. 
-      For convenience, <a href="http://www.w3.org/ns/prov-o-inverses.owl">this file</a> lists the resulting inverse properties.
+      For convenience, <a href="http://www.w3.org/ns/prov-o-inverses">this file</a> lists the resulting inverse properties.
       </p>
 
 
@@ -9125,7 +9337,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>
@@ -9145,6 +9357,7 @@
  <td><a title="http://www.w3.org/ns/prov#Influence" href="#Influence" class="owlproperty">prov:Influence</a></td>
  <td><a title="http://www.w3.org/ns/prov#influencer" href="#influencer" class="owlproperty">prov:influencer</a></td>
  <td>prov:hadInfluence</td>
+ <td>union</td>
  </tr>
  <tr>
  <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
@@ -9324,10 +9537,10 @@
        </div>
 
 
-    <div class="appendix section" id="changes-since-wd-prov-o-20120724">
+    <div class="appendix informative section" id="changes-since-wd-prov-o-20120724">
       
 <!-- OddPage -->
-<h2><span class="secno">C. </span>Changes since WD-prov-o-20120724</h2>
+<h2><span class="secno">C. </span>Changes since WD-prov-o-20120724</h2><p><em>This section is non-normative.</em></p>
       <ul>
          <li>Restated <a href="#hadRole" class="qname">prov:hadRole</a>'s domain to 'Association or InstantaneousEvent' 
              instead of the original that enumerated the subclasses of InstantaneousEvent 
@@ -9376,13 +9589,15 @@
          <li>Corrected Turtle syntax for RL violations in <a href="#prov-o-owl-profile">PROV-O OWL Profile</a> section. They were missing owl:unionOf.</li>
 
          <li>Updated attributions for the tools used to produce this document in <a href="#acknowledgements">Acknowledgements</a> section.</li>
+
+         <li>Reworked the <a href="#description-expanded-terms">Expanded Terms</a> narrative and examples to better highlight each term.</li>
       </ul>
     </div>
 
-    <div class="appendix section" id="acknowledgements">
+    <div class="appendix informative section" id="acknowledgements">
       
 <!-- OddPage -->
-<h2><span class="secno">D. </span>Acknowledgements</h2>
+<h2><span class="secno">D. </span>Acknowledgements</h2><p><em>This section is non-normative.</em></p>
 
       <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 (<acronym title="World Wide Web Consortium">W3C</acronym>/<acronym title="Massachusetts Institute of Technology">MIT</acronym>) and Ivan Herman (<acronym title="World Wide Web Consortium">W3C</acronym>/<acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym>), <acronym title="World Wide Web Consortium">W3C</acronym> contacts for the PROV Working Group.</p>
 
@@ -9480,19 +9695,18 @@
 <!-- OddPage -->
 <h2><span class="secno">E. </span>References</h2><div id="normative-references" class="section"><h3><span class="secno">E.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-IRI">[IRI]</dt><dd>M. Duerst, M. Suignard. <a href="http://www.ietf.org/rfc/rfc3987.txt"><cite>Internationalized Resource Identifiers (IRI).</cite></a> January 2005. Internet RFC 3987. URL: <a href="http://www.ietf.org/rfc/rfc3986.txt">http://www.ietf.org/rfc/rfc3987.txt</a> 
 </dd><dt id="bib-OWL2-OVERVIEW">[OWL2-OVERVIEW]</dt><dd>W3C OWL Working Group. <a href="http://www.w3.org/TR/2009/REC-owl2-overview-20091027/"><cite>OWL 2 Web Ontology Language: Overview.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-overview-20091027/">http://www.w3.org/TR/2009/REC-owl2-overview-20091027/</a> 
-</dd><dt id="bib-OWL2-PRIMER">[OWL2-PRIMER]</dt><dd>Pascal Hitzler; Markus Krötzsch; Bijan Parsia; Peter F. Patel-Schneider; Sebastian Rudolph. <a href="http://www.w3.org/TR/2009/REC-owl2-primer-20091027/"><cite>OWL 2 Web Ontology Language:Primer.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-primer-20091027/">http://www.w3.org/TR/2009/REC-owl2-primer-20091027/</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-PROV-CONSTRAINTS">[PROV-CONSTRAINTS]</dt><dd>James Cheney; Paolo Missier; Luc Moreau; eds. <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/"><cite>Constraints of the PROV Data Model</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/">http://www.w3.org/TR/2012/CR-prov-constraints-20121211/</a>
 </dd><dt id="bib-PROV-DM">[PROV-DM]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><cite>PROV-DM: The PROV Data Model</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/">http://www.w3.org/TR/2012/CR-prov-dm-20121211/</a>
 </dd><dt id="bib-PROV-N">[PROV-N]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><cite>PROV-N: The Provenance Notation</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/">http://www.w3.org/TR/2012/CR-prov-n-20121211/</a>
 </dd><dt id="bib-RDF-CONCEPTS">[RDF-CONCEPTS]</dt><dd>Graham Klyne; Jeremy J. Carroll. <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210"><cite>Resource Description Framework (RDF): Concepts and Abstract Syntax.</cite></a> 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210">http://www.w3.org/TR/2004/REC-rdf-concepts-20040210</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-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">E.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 01 June 2012 URL: <a href="http://patterns.dataincubator.org/book/qualified-relation.html">http://patterns.dataincubator.org/book/qualified-relation.html</a>
+</dd></dl></div><div id="informative-references" class="section"><h3><span class="secno">E.2 </span>Informative references</h3><dl class="bibliography"><dt id="bib-LD-Patterns-QR">[LD-Patterns-QR]</dt><dd>Leigh Dodds; Ian Davis. <a href="http://patterns.dataincubator.org/book/qualified-relation.html"><cite>Qualified Relation</cite></a>. modified 31 May 2012, accessed 01 June 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-OWL2-PRIMER">[OWL2-PRIMER]</dt><dd>Pascal Hitzler; Markus Krötzsch; Bijan Parsia; Peter F. Patel-Schneider; Sebastian Rudolph. <a href="http://www.w3.org/TR/2009/REC-owl2-primer-20091027/"><cite>OWL 2 Web Ontology Language:Primer.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-primer-20091027/">http://www.w3.org/TR/2009/REC-owl2-primer-20091027/</a> 
 </dd><dt id="bib-PROV-AQ">[PROV-AQ]</dt><dd>Graham Klyne; Paul Groth; eds. <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/"><cite>Provenance Access and Query</cite></a>. 19 June 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/">http://www.w3.org/TR/2012/WD-prov-aq-20120619/</a>
-</dd><dt id="bib-PROV-OVERVIEW">[PROV-OVERVIEW]</dt><dd>Editors TBD. <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite>PROV-OVERVIEW: The PROV Family of Documents</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</a>
-</dd><dt id="bib-PROV-PRIMER">[PROV-PRIMER]</dt><dd>Yolanda Gil; Simon Miles; eds. <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><cite>Prov Model Primer</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/">http://www.w3.org/TR/2012/WD-prov-primer-20121211/</a>
+</dd><dt id="bib-PROV-OVERVIEW">[PROV-OVERVIEW]</dt><dd>Paul Groth; Luc Moreau; eds. <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite>PROV-OVERVIEW: An Overview of the PROV Family of Documents</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</a>
+</dd><dt id="bib-PROV-PRIMER">[PROV-PRIMER]</dt><dd>Yolanda Gil; Simon Miles; eds. <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><cite>PROV Model Primer</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/">http://www.w3.org/TR/2012/WD-prov-primer-20121211/</a>
 </dd><dt id="bib-PROV-XML">[PROV-XML]</dt><dd>Hook Hua; Curt Tilmes; Stephan Zednik; eds. <a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/"><cite>PROV-XML: The PROV XML Schema</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/">http://www.w3.org/TR/2012/WD-prov-xml-20121211/</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><dt id="bib-TRIG">[TRIG]</dt><dd>Chris Bizer and Richard Cyganiak <a href="http://wifo5-03.informatik.uni-mannheim.de/bizer/trig/"><cite>The TriG Syntax</cite></a>. modified 30 July 2007, accessed 05 November 2012 URL: <a href="http://wifo5-03.informatik.uni-mannheim.de/bizer/trig/">http://wifo5-03.informatik.uni-mannheim.de/bizer/trig/</a>
+</dd><dt id="bib-TRIG">[TRIG]</dt><dd>Chris Bizer; Richard Cyganiak. <a href="http://wifo5-03.informatik.uni-mannheim.de/bizer/trig/"><cite>The TriG Syntax</cite></a>. modified 30 July 2007, accessed 05 November 2012 URL: <a href="http://wifo5-03.informatik.uni-mannheim.de/bizer/trig/">http://wifo5-03.informatik.uni-mannheim.de/bizer/trig/</a>
 </dd></dl></div></div></body></html>
--- a/ontology/ProvenanceOntology.owl	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/ProvenanceOntology.owl	Tue Nov 27 11:44:38 2012 +0000
@@ -20,11 +20,11 @@
         <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/ns/prov-o-20121211"/>
-        <wasRevisionOf    rdf:resource="http://www.w3.org/ns/prov-o-20120724"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov"/>
         <specializationOf rdf:resource="http://www.w3.org/ns/prov-o"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/"/>
+        <wasRevisionOf rdf:resource="http://www.w3.org/ns/prov-o-20120724"/>
+        <owl:versionIRI rdf:resource="http://www.w3.org/ns/prov-o-20121211"/>
     </owl:Ontology>
     
     <owl:Ontology rdf:about="http://www.w3.org/ns/prov#"/>
@@ -87,10 +87,22 @@
         <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#specializationOf">
+        <rdfs:label>specializationOf</rdfs:label>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization</n>
+        <component>alternate</component>
+        <inverse>generalizationOf</inverse>
+        <category>expanded</category>
+        <definition xml:lang="en">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.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#alternateOf"/>
+    </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"/>
@@ -349,8 +361,8 @@
         <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"/>
@@ -467,6 +479,7 @@
         <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>
         <editorialNote xml:lang="en">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.</editorialNote>
         <editorsDefinition xml:lang="en">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.</editorsDefinition>
+        <rdfs:range rdf:resource="&owl;Thing"/>
         <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
     </owl:ObjectProperty>
@@ -920,7 +933,7 @@
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
         <rdfs:label>wasInfluencedBy</rdfs:label>
-        <rdfs:comment xml:lang="en">Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable.</rdfs:comment>
+        <rdfs:comment xml:lang="en">Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable.</rdfs:comment>
         <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
         <editorialNote xml:lang="en">The sub-properties of prov:wasInfluencedBy can be elaborated in more detail using the Qualification Pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :spoon; prov:atLocation :kitchen ] .
 
@@ -932,7 +945,9 @@
         <inverse>influenced</inverse>
         <component>agents-responsibility</component>
         <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Influence"/>
         <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
         <rdfs:domain>
             <owl:Class>
                 <owl:unionOf rdf:parseType="Collection">
@@ -953,9 +968,9 @@
         </rdfs:range>
     </owl:ObjectProperty>
     <owl:Axiom>
-        <definition>influencer: an identifier (o1) for an ancestor entity, activity, or agent that the former depends on;</definition>
+        <definition>influencee: an identifier (o2) for an entity, activity, or agent; </definition>
         <dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
-        <owl:annotatedProperty rdf:resource="&rdfs;range"/>
+        <owl:annotatedProperty rdf:resource="&rdfs;domain"/>
         <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
         <owl:annotatedTarget>
             <owl:Class>
@@ -969,8 +984,8 @@
     </owl:Axiom>
     <owl:Axiom>
         <dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
-        <definition>influencee: an identifier (o2) for an entity, activity, or agent; </definition>
-        <owl:annotatedProperty rdf:resource="&rdfs;domain"/>
+        <definition>influencer: an identifier (o1) for an ancestor entity, activity, or agent that the former depends on;</definition>
+        <owl:annotatedProperty rdf:resource="&rdfs;range"/>
         <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
         <owl:annotatedTarget>
             <owl:Class>
@@ -1241,7 +1256,6 @@
 
     <!-- http://www.w3.org/ns/prov#Activity -->
 
-
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Activity">
         <rdfs:label>Activity</rdfs:label>
         <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#Entity"/>
--- a/ontology/diagram-history/2012-07-09-david/expanded-terms-example-bundlePost.graffle	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/diagram-history/2012-07-09-david/expanded-terms-example-bundlePost.graffle	Tue Nov 27 11:44:38 2012 +0000
@@ -668,6 +668,190 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
+			<string>{{504.20771965940821, 78.922326848809035}, {119, 18}}</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>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Helvetica</string>
+				<key>Size</key>
+				<real>12</real>
+			</dict>
+			<key>ID</key>
+			<integer>126</integer>
+			<key>Layer</key>
+			<integer>1</integer>
+			<key>Line</key>
+			<dict>
+				<key>ID</key>
+				<integer>125</integer>
+				<key>Offset</key>
+				<real>7.5352110862731934</real>
+				<key>Position</key>
+				<real>0.40963149070739746</real>
+				<key>RotationType</key>
+				<integer>0</integer>
+			</dict>
+			<key>Shape</key>
+			<string>Rectangle</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.95</string>
+						<key>g</key>
+						<string>0.95</string>
+						<key>r</key>
+						<string>0.95</string>
+					</dict>
+				</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>Pad</key>
+				<integer>3</integer>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340
+\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs24 \cf0 prov:wasAttributedTo}</string>
+				<key>VerticalPad</key>
+				<integer>2</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>124</integer>
+			</dict>
+			<key>ID</key>
+			<integer>125</integer>
+			<key>Layer</key>
+			<integer>1</integer>
+			<key>Points</key>
+			<array>
+				<string>{570.41931129070338, 106.70347404567937}</string>
+				<string>{572.41196662297227, 61.667703849714421}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.501961</string>
+						<key>g</key>
+						<string>0</string>
+						<key>r</key>
+						<string>1</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>FilledArrow</string>
+					<key>Legacy</key>
+					<true/>
+					<key>TailArrow</key>
+					<string>0</string>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>117</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{533.1210591322299, 15.515074275019799}, {78.624767867543596, 45.653091019864021}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FontInfo</key>
+			<dict>
+				<key>Font</key>
+				<string>Helvetica</string>
+				<key>Size</key>
+				<real>12</real>
+			</dict>
+			<key>ID</key>
+			<integer>124</integer>
+			<key>Layer</key>
+			<integer>1</integer>
+			<key>Magnets</key>
+			<array>
+				<string>{0, 1}</string>
+				<string>{0, -1}</string>
+				<string>{1, 0}</string>
+				<string>{-1, 0}</string>
+			</array>
+			<key>Shape</key>
+			<string>House</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>a</key>
+						<string>0.39</string>
+						<key>b</key>
+						<string>0.4</string>
+						<key>g</key>
+						<string>0.8</string>
+						<key>r</key>
+						<string>1</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340
+\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
+
+\f0\fs24 \cf0 :government}</string>
+				<key>VerticalPad</key>
+				<integer>0</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
 			<string>{{486.7256561639158, 476.08400382456097}, {118, 18}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
@@ -1686,9 +1870,9 @@
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720
 
-\f0\fs24 \cf0 prov:wasStartedAt="2011-07-16T01:01:01Z"^^xsd:dateTime\
+\f0\fs24 \cf0 prov:startedAtTime="2011-07-16T01:01:01Z"^^xsd:dateTime\
 \
-prov:wasEndedAt="2011-07-16T01:52:02Z"^^xsd:dateTime}</string>
+prov:endedAtTime="2011-07-16T01:52:02Z"^^xsd:dateTime}</string>
 			</dict>
 			<key>TextPlacement</key>
 			<integer>2</integer>
@@ -2082,7 +2266,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{719.23096666304764, 478.02812612905802}, {89, 18}}</string>
+			<string>{{704.645834477172, 474.38761472615386}, {118, 18}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FitText</key>
@@ -2110,7 +2294,7 @@
 				<key>ID</key>
 				<integer>91</integer>
 				<key>Position</key>
-				<real>0.50895541906356812</real>
+				<real>0.5306733250617981</real>
 				<key>RotationType</key>
 				<integer>0</integer>
 			</dict>
@@ -2151,7 +2335,7 @@
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
 
-\f0\fs24 \cf0 prov:atLocation}</string>
+\f0\fs24 \cf0 prov:specializationOf}</string>
 				<key>VerticalPad</key>
 				<integer>2</integer>
 			</dict>
@@ -2238,7 +2422,7 @@
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
 
-\f0\fs24 \cf0 "I was currious..."}</string>
+\f0\fs24 \cf0 "I was currius..."}</string>
 			</dict>
 		</dict>
 		<dict>
@@ -2930,8 +3114,8 @@
 			<integer>2</integer>
 			<key>Points</key>
 			<array>
-				<string>{281.97819314421491, 559.12487351297148}</string>
-				<string>{266.15495204891982, 559.741676738612}</string>
+				<string>{281.1387148569907, 557.9299026190846}</string>
+				<string>{264.28495503406725, 558.34373822108762}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -2955,7 +3139,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{37.383175737546168, 518.39898178909266}, {228.27215576171872, 91.622581481933594}}</string>
+			<string>{{35.514016950668854, 498.60172423949587}, {228.27215576171872, 135.51400756835938}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>ID</key>
@@ -2986,7 +3170,9 @@
 \
 sioc:title="More crime happens in cities"\
 \
-prov:generatedAtTime "2011-07-16T01:52:02Z"^^xsd:dateTime}</string>
+prov:generatedAtTime "2011-07-16T01:52:02Z"^^xsd:dateTime\
+\
+prov:invalidatedAtTime "2011-07-16T02:02:02Z"^^xsd:dateTime;}</string>
 				<key>VerticalPad</key>
 				<integer>0</integer>
 			</dict>
@@ -3056,7 +3242,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{398.13928732970811, 48.262032843452332}, {145.36691284179688, 24}}</string>
+			<string>{{371.04712883696726, 26.341622182418771}, {145.36691284179688, 24}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FontInfo</key>
@@ -3183,7 +3369,7 @@
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720
 
-\f0\fs24 \cf0 type=prov:Location, sioc:Post}</string>
+\f0\fs24 \cf0 type=sioc:Post, prov:Entity}</string>
 			</dict>
 			<key>TextPlacement</key>
 			<integer>2</integer>
@@ -3212,14 +3398,12 @@
 				<dict>
 					<key>Color</key>
 					<dict>
-						<key>a</key>
-						<string>0.39</string>
 						<key>b</key>
-						<string>0</string>
+						<string>0.745836</string>
 						<key>g</key>
-						<string>0.25098</string>
+						<string>1</string>
 						<key>r</key>
-						<string>0.501961</string>
+						<string>1</string>
 					</dict>
 				</dict>
 				<key>shadow</key>
@@ -3243,7 +3427,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{426.32274375060655, 99.885294782167165}, {89, 18}}</string>
+			<string>{{398.91837071723575, 94.08433834602765}, {89, 18}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FitText</key>
@@ -3333,8 +3517,9 @@
 			<integer>2</integer>
 			<key>Points</key>
 			<array>
-				<string>{470.82274375060655, 151.69998779021466}</string>
-				<string>{470.82274375060655, 72.262032843452317}</string>
+				<string>{460.18539459700105, 151.8908234001342}</string>
+				<string>{444.8597912767994, 125.51215570370512}</string>
+				<string>{443.7305852578657, 50.341622182418774}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -3344,6 +3529,8 @@
 					<string>FilledArrow</string>
 					<key>Legacy</key>
 					<true/>
+					<key>LineType</key>
+					<integer>1</integer>
 					<key>TailArrow</key>
 					<string>0</string>
 				</dict>
@@ -3431,8 +3618,8 @@
 			<integer>2</integer>
 			<key>Points</key>
 			<array>
-				<string>{647.23221676868047, 150.58542295458079}</string>
-				<string>{694.3130109286044, 105.21791482714211}</string>
+				<string>{646.64141484937022, 150.35239857029862}</string>
+				<string>{691.57948729281225, 105.22540725137608}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -3456,7 +3643,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{636.44196619804291, 46.205365091661577}, {177.33914615485457, 58.665596008300781}}</string>
+			<string>{{628.45286718577677, 46.205365091661577}, {185.32824516712083, 58.665596008300781}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>ID</key>
@@ -3483,7 +3670,8 @@
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720
 
-\f0\fs24 \cf0 type=prov:SoftwareAgent\
+\f0\fs24 \cf0 type=prov:SoftwareAgent,\
+prov:Agent\
 \
 foaf:name="Post Editor 3000"}</string>
 				<key>VerticalPad</key>
@@ -3558,7 +3746,7 @@
 			<key>Points</key>
 			<array>
 				<string>{268.36028538147616, 51.314312489828929}</string>
-				<string>{242.33682296080008, 51.768784991334201}</string>
+				<string>{242.33658098830949, 52.243231073243635}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -3582,7 +3770,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{27.727844643143133, 24.314312769499402}, {214.10905456542969, 58.665596008300781}}</string>
+			<string>{{27.727844643143129, 24.314312769499402}, {214.10905456542969, 63.536151885986328}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>ID</key>
@@ -3609,12 +3797,12 @@
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720
 
-\f0\fs24 \cf0 type=prov:Organization\
+\f0\fs24 \cf0 type=prov:Organization, prov:Agent\
 \
 foaf:name="National Newspaper, Inc."}</string>
-				<key>VerticalPad</key>
-				<integer>0</integer>
-			</dict>
+			</dict>
+			<key>TextPlacement</key>
+			<integer>2</integer>
 		</dict>
 		<dict>
 			<key>Bounds</key>
@@ -3865,7 +4053,7 @@
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720
 
-\f0\fs24 \cf0 type=prov:Person, foaf:Person\
+\f0\fs24 \cf0 type=prov:Person, prov:Agent\
 \
 foaf:givenName="Derek"\
 \
@@ -4317,7 +4505,7 @@
 	<key>MasterSheets</key>
 	<array/>
 	<key>ModificationDate</key>
-	<string>2012-11-25 23:00:55 +0000</string>
+	<string>2012-11-26 14:44:55 +0000</string>
 	<key>Modifier</key>
 	<string>lebot</string>
 	<key>NotesVisible</key>
@@ -4403,7 +4591,7 @@
 			</dict>
 		</array>
 		<key>Frame</key>
-		<string>{{604, -259}, {1192, 1137}}</string>
+		<string>{{604, 41}, {1192, 1137}}</string>
 		<key>ListView</key>
 		<true/>
 		<key>OutlineWidth</key>
--- a/ontology/diagram-history/2012-07-09-david/expanded-terms-example-bundlePost.svg	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/diagram-history/2012-07-09-david/expanded-terms-example-bundlePost.svg	Tue Nov 27 11:44:38 2012 +0000
@@ -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="11 9 842 651" width="842pt" height="651pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-11-25 23:00Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.2 --></metadata><defs><font-face font-family="Courier" font-size="18" units-per-em="1000" underline-position="-178.22266" underline-thickness="57.617188" slope="0" x-height="462.40234" cap-height="594.72656" ascent="753.90625" descent="-246.09375" font-weight="500"><font-face-src><font-face-name name="Courier"/></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><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_2" viewBox="-1 -4 10 8" markerWidth="10" markerHeight="8" color="#ff0080"><g><path d="M 8 0 L 0 -3 L 0 3 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_3" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M 4.7999992 0 L 0 -1.7999997 L 0 1.7999997 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><font-face font-family="Courier" font-size="12" units-per-em="1000" underline-position="-178.22266" underline-thickness="57.617188" slope="0" x-height="462.40234" cap-height="594.72656" ascent="753.90625" descent="-246.09375" font-weight="500"><font-face-src><font-face-name name="Courier"/></font-face-src></font-face></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 1</title><rect fill="white" width="1074" height="1044"/><g><title>Layer 1</title><rect x="13.407654" y="12" width="837.05957" height="645.47662" fill="#f3f3f3"/><path d="M 13.407654 12 L 850.4672 12 L 850.4672 657.47662 L 13.407654 657.47662 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><text transform="translate(28.407654 17)" fill="black"><tspan font-family="Courier" font-size="18" font-weight="500" x="785.45605" y="18" textLength="21.603516">&lt;&gt;</tspan></text><path d="M 379.6676 537.652 C 398.13138 512.64278 420.3065 483.06455 435.06447 462.6168 C 449.82244 442.16905 462.2979 460.6015 468.22428 414.95325 C 473.89543 371.27092 470.17924 273.06047 470.5502 198.60149" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M 413.2911 429.43223 L 520.67825 367.43223 L 529.67825 383.02069 L 422.2911 445.0207 Z" fill="#f3f3f3"/><text transform="translate(416.88918 429.66428) rotate(-30)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".30078125" y="11" textLength="64.02539">prov:wasInfl</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="64.32617" y="11" textLength="53.373047">uencedBy</tspan></text><path d="M 358.01796 312.57124 C 373.25655 342.33423 401.61885 364.40507 403.7383 401.86914 C 405.70955 436.71365 384.98066 484.89345 373.2223 527.7988" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="349.94896" y="357.99702" width="87" height="18" fill="#f3f3f3"/><text transform="translate(352.94896 359.99702)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".13769531" y="11" textLength="80.72461">prov:generated</tspan></text><path d="M 268.36029 192.49313 L 268.36029 156.47513 L 314.81444 138.49313 L 361.2686 156.47513 L 361.2686 192.49313 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 268.36029 192.49313 L 268.36029 156.47513 L 314.81444 138.49313 L 361.2686 156.47513 L 361.2686 192.49313 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(273.36029 167.45713)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="24.778373" y="11" textLength="33.351562">:derek</tspan></text><path d="M 256 149.01971 C 256 141.49396 253.10094 140.56287 231.92414 133.11497 L 231.70043 133.03791 C 210.41177 125.512156 210.19034 125.512156 188.34242 125.512156 C 159.25141 125.512156 27.727844 125.512156 27.727844 125.512156 L 27.727844 204.95642 L 256 204.95642 L 256 149.01971 Z" fill="white"/><path d="M 256 149.01971 C 256 141.49396 253.10094 140.56287 231.92414 133.11497 L 231.70043 133.03791 C 210.41177 125.512156 210.19034 125.512156 188.34242 125.512156 C 159.25141 125.512156 27.727844 125.512156 27.727844 125.512156 L 27.727844 204.95642 L 256 204.95642 L 256 149.01971 Z M 256 148.63203 C 256 141.49396 255.7763 141.49396 210.19034 141.49396 L 210.19034 141.49396 C 210.19034 125.59001 210.19034 125.512156 189.68009 125.512156" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(32.727844 130.23429)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="162.42773">type=prov:Person, foaf:Person</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="131.583984">foaf:givenName="Derek"</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="217.29492">foaf:mbox=&lt;mailto:derek@example.org&gt;</tspan></text><line x1="267.86029" y1="165.42286" x2="256.5" y2="165.40585" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 268.36029 78.314312 L 268.36029 42.296312 L 314.86029 24.314312 L 361.36029 42.296312 L 361.36029 78.314312 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 268.36029 78.314312 L 268.36029 42.296312 L 314.86029 24.314312 L 361.36029 42.296312 L 361.36029 78.314312 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(273.36029 46.278312)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="15.478516" y="11" textLength="52.04297">:national_</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="1.140625" y="25" textLength="80.71875">newspaper_inc</tspan></text><line x1="314.8289" y1="137.99862" x2="314.85508" y2="88.21431" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="252.34176" y="104.55005" width="125" height="18" fill="#f3f3f3"/><text transform="translate(255.34176 106.55005)" 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 241.8369 41.673463 C 241.8369 36.11607 239.11771 35.42851 219.25482 29.92861 L 219.04499 29.871705 C 199.07718 24.314313 198.8695 24.314313 178.37712 24.314313 C 151.09106 24.314313 27.727845 24.314313 27.727845 24.314313 L 27.727845 82.97991 L 241.8369 82.97991 L 241.8369 41.673463 Z" fill="white"/><path d="M 241.8369 41.673463 C 241.8369 36.11607 239.11771 35.42851 219.25482 29.92861 L 219.04499 29.871705 C 199.07718 24.314313 198.8695 24.314313 178.37712 24.314313 C 151.09106 24.314313 27.727845 24.314313 27.727845 24.314313 L 27.727845 82.97991 L 241.8369 82.97991 L 241.8369 41.673463 Z M 241.8369 41.387175 C 241.8369 36.11607 241.62707 36.11607 198.8695 36.11607 L 198.8695 36.11607 C 198.8695 24.371805 198.8695 24.314313 179.6318 24.314313" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(32.727845 32.64711)" 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="172.69336">foaf:name="National Newspaper</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="172.03711" y="39" textLength="30.269531">, Inc."</tspan></text><line x1="268.36029" y1="51.314312" x2="242.33682" y2="51.768785" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 580.3769 197.19999 L 580.3769 161.182 L 626.8769 143.2 L 673.3769 161.182 L 673.3769 197.19999 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 580.3769 197.19999 L 580.3769 161.182 L 626.8769 143.2 L 673.3769 161.182 L 673.3769 197.19999 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(585.3769 172.164)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="12.818359" y="11" textLength="57.36328">:postEditor</tspan></text><path d="M 813.7811 63.564515 C 813.7811 58.007123 811.5289 57.319562 795.07715 51.819663 L 794.90336 51.762757 C 778.3647 46.205365 778.1927 46.205365 761.21956 46.205365 C 738.61946 46.205365 636.44197 46.205365 636.44197 46.205365 L 636.44197 104.87096 L 813.7811 104.87096 L 813.7811 63.564515 Z" fill="white"/><path d="M 813.7811 63.564515 C 813.7811 58.007123 811.5289 57.319562 795.07715 51.819663 L 794.90336 51.762757 C 778.3647 46.205365 778.1927 46.205365 761.21956 46.205365 C 738.61946 46.205365 636.44197 46.205365 636.44197 46.205365 L 636.44197 104.87096 L 813.7811 104.87096 L 813.7811 63.564515 Z M 813.7811 63.278227 C 813.7811 58.007123 813.6073 58.007123 778.1927 58.007123 L 778.1927 58.007123 C 778.1927 46.262857 778.1927 46.205365 762.25877 46.205365" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(641.44197 54.538163)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="135.08203">type=prov:SoftwareAgent</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="157.61719">foaf:name="Post Editor 3000"</tspan></text><line x1="647.2322" y1="150.58542" x2="694.313" y2="105.217915" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><ellipse cx="470.82274" cy="170.2" rx="88.669716" ry="18.000029" fill="#ffffbe"/><ellipse cx="470.82274" cy="170.2" rx="88.669716" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(404.88709 163.2)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="4.8926897" y="11" textLength="122.08594">:aggregatedByRegions</tspan></text><line x1="470.82274" y1="151.69999" x2="470.82274" y2="82.162033" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="426.32274" y="99.885295" width="89" height="18" fill="#f3f3f3"/><text transform="translate(429.32274 101.885295)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47265625" y="11" textLength="82.054688">prov:atLocation</tspan></text><ellipse cx="697.7087" cy="422.20628" rx="107.054695" ry="16.295786" fill="#804000" fill-opacity=".38999999"/><ellipse cx="697.7087" cy="422.20628" rx="107.054695" ry="16.295786" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(617.0651 415.20628)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="1.2871765" y="11" textLength="158.71289">:more-crime-happens-in-cities</tspan></text><path d="M 834.0487 376.65743 C 834.0487 373.95763 831.695 373.6236 814.5021 370.95173 L 814.3205 370.92409 C 797.0368 368.22428 796.857 368.22428 779.11924 368.22428 C 755.501 368.22428 648.72044 368.22428 648.72044 368.22428 L 648.72044 396.72428 L 834.0487 396.72428 L 834.0487 376.65743 Z" fill="white"/><path d="M 834.0487 376.65743 C 834.0487 373.95763 831.695 373.6236 814.5021 370.95173 L 814.3205 370.92409 C 797.0368 368.22428 796.857 368.22428 779.11924 368.22428 C 755.501 368.22428 648.72044 368.22428 648.72044 368.22428 L 648.72044 396.72428 L 834.0487 396.72428 L 834.0487 376.65743 Z M 834.0487 376.51835 C 834.0487 373.95763 833.86706 373.95763 796.857 373.95763 L 796.857 373.95763 C 796.857 368.25221 796.857 368.22428 780.20527 368.22428" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(653.72044 378.22428)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="157.08984">type=prov:Location, sioc:Post</tspan></text><line x1="715.49632" y1="405.7873" x2="724.95526" y2="397.05618" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 403.13929 48.262033 L 538.5062 48.262033 C 541.26762 48.262033 543.5062 50.50061 543.5062 53.262033 L 543.5062 67.262033 C 543.5062 70.023457 541.26762 72.262033 538.5062 72.262033 L 403.13929 72.262033 C 400.37786 72.262033 398.13929 70.023457 398.13929 67.262033 C 398.13929 67.262032 398.13929 67.26203 398.13929 67.26203 L 398.13929 53.262033 C 398.13929 50.50061 400.37786 48.262033 403.13929 48.262033 C 403.13929 48.262033 403.13929 48.262033 403.13929 48.262033 Z" fill="#804000" fill-opacity=".38999999"/><path d="M 403.13929 48.262033 L 538.5062 48.262033 C 541.26762 48.262033 543.5062 50.50061 543.5062 53.262033 L 543.5062 67.262033 C 543.5062 70.023457 541.26762 72.262033 538.5062 72.262033 L 403.13929 72.262033 C 400.37786 72.262033 398.13929 70.023457 398.13929 67.262033 C 398.13929 67.262032 398.13929 67.26203 398.13929 67.26203 L 398.13929 53.262033 C 398.13929 50.50061 400.37786 48.262033 403.13929 48.262033 C 403.13929 48.262033 403.13929 48.262033 403.13929 48.262033 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(403.13929 53.262033)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="10.988144" y="11" textLength="13.0078125">&lt;fi</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="23.995956" y="11" textLength="78.029297">le://Users/aggr</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="101.369003" y="11" textLength="23.009766">.txt&gt;</tspan></text><ellipse cx="366.2396" cy="555.8403" rx="85.16678" ry="18.000029" fill="#ffffbe"/><ellipse cx="366.2396" cy="555.8403" rx="85.16678" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(303.10628 548.8403)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="30.44093" y="11" textLength="65.384766">:post9821v1</tspan></text><path d="M 265.65533 545.5101 C 265.65533 536.8307 262.75628 535.75688 241.57947 527.16726 L 241.35576 527.0784 C 220.0671 518.39898 219.84568 518.39898 197.99775 518.39898 C 168.90674 518.39898 37.383176 518.39898 37.383176 518.39898 L 37.383176 610.02156 L 265.65533 610.02156 L 265.65533 545.5101 Z" fill="white"/><path d="M 265.65533 545.5101 C 265.65533 536.8307 262.75628 535.75688 241.57947 527.16726 L 241.35576 527.0784 C 220.0671 518.39898 219.84568 518.39898 197.99775 518.39898 C 168.90674 518.39898 37.383176 518.39898 37.383176 518.39898 L 37.383176 610.02156 L 265.65533 610.02156 L 265.65533 545.5101 Z M 265.65533 545.063 C 265.65533 536.8307 265.43162 536.8307 219.84568 536.8307 L 219.84568 536.8307 C 219.84568 518.48877 219.84568 518.39898 199.33542 518.39898" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(42.383176 522.21027)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="78.375">type=sioc:Post</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="211.60547">sioc:title="More crime happens in cities"</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="99.39258">prov:generatedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="98.953125" y="67" textLength="22.669922">ime </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="81" textLength="24.28125">"201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="23.396484" y="81" textLength="170.94727">1-07-16T01:52:02Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="193.9043" y="81" textLength="19.335938">ime</tspan></text><line x1="281.9782" y1="559.12487" x2="266.15495" y2="559.74168" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 676.783 438.50853 C 648.07625 460.8726 618.71334 494.26967 590.65418 505.60745 C 562.59502 516.94523 538.3426 500.76002 508.4112 506.54203 C 481.32678 511.77407 450.1079 525.96752 420.36996 536.9576" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="485.43592" y="498.6017" width="122" height="18" fill="#f3f3f3"/><text transform="translate(488.43592 500.6017)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".30566406" y="11" textLength="115.38867">sioc:previous_version</tspan></text><ellipse cx="697.67173" cy="555.8403" rx="85.16678" ry="18.000029" fill="#ffffbe"/><ellipse cx="697.67173" cy="555.8403" rx="85.16678" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(634.53842 548.8403)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="30.44093" y="11" textLength="65.384766">:post9821v2</tspan></text><path d="M 834.04867 592.04168 C 834.04867 588.86822 832.86757 588.4756 824.23996 585.33498 L 824.1488 585.3025 C 815.47564 582.12903 815.38543 582.12903 806.4844 582.12903 C 794.6325 582.12903 741.04867 582.12903 741.04867 582.12903 L 741.04867 615.629 L 834.04867 615.629 L 834.04867 592.04168 Z" fill="white"/><path d="M 834.04867 592.04168 C 834.04867 588.86822 832.86757 588.4756 824.23996 585.33498 L 824.1488 585.3025 C 815.47564 582.12903 815.38543 582.12903 806.4844 582.12903 C 794.6325 582.12903 741.04867 582.12903 741.04867 582.12903 L 741.04867 615.629 L 834.04867 615.629 L 834.04867 592.04168 Z M 834.04867 591.8782 C 834.04867 588.86822 833.95753 588.86822 815.38543 588.86822 L 815.38543 588.86822 C 815.38543 582.16186 815.38543 582.12903 807.0294 582.12903" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(746.04867 591.87902)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="78.375">type=sioc:Post</tspan></text><line x1="732.5205" y1="572.52808" x2="752.11903" y2="581.9131" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><line x1="697.70406" y1="439.00205" x2="697.6796" y2="527.44028" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="645.18593" y="495.51286" width="105" height="18" fill="#f3f3f3"/><text transform="translate(648.18593 497.51286)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14355469" y="11" textLength="98.71289">sioc:latest_version</tspan></text><rect x="274.49015" y="262.12619" width="141" height="50" fill="#cfceff"/><rect x="274.49015" y="262.12619" width="141" height="50" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(279.49015 280.12619)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="3.2382812" y="11" textLength="105.38672">:publicationActivity1</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="107.740234" y="11" textLength="20.021484">123</tspan></text><path d="M 353.54786 537.62088 C 341.4024 520.18565 319.1317 522.80615 317.1078 485.30997 C 315.19666 449.9028 331.33806 378.70444 339.9608 322.4179" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="257.31008" y="434.28879" width="125" height="18" fill="#f3f3f3"/><text transform="translate(260.31008 436.28879)" 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="366.2396" y1="574.3403" x2="366.2396" y2="621.02084" marker-end="url(#FilledArrow_Marker_3)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="335.2396" y="586.84834" width="62" height="18" fill="#f3f3f3"/><text transform="translate(338.2396 588.84834)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".31738281" y="11" textLength="55.365234">prov:value</tspan></text><path d="M 316.7545 627.72084 L 415.7247 627.72084 C 418.48613 627.72084 420.7247 629.9594 420.7247 632.72084 L 420.7247 646.72084 C 420.7247 649.48226 418.48613 651.72084 415.7247 651.72084 L 316.7545 651.72084 C 313.99307 651.72084 311.7545 649.48226 311.7545 646.72084 C 311.7545 646.72084 311.7545 646.72084 311.7545 646.72084 L 311.7545 632.72084 C 311.7545 629.9594 313.99307 627.72084 316.7545 627.72084 C 316.7545 627.72084 316.7545 627.72084 316.7545 627.72084 Z" fill="white"/><text transform="translate(316.7545 632.72084)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="3.213622" y="11" textLength="92.54297">"I was currious..."</tspan></text><path d="M 727.5206 538.69433 C 738.43943 532.42228 754.97668 534.21526 760.28034 519.8763 C 765.584 505.53735 764.4435 466.29603 759.34576 452.652 C 755.7375 442.99458 747.332 442.11575 739.22306 440.69537" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="719.23097" y="478.02813" width="89" height="18" fill="#f3f3f3"/><text transform="translate(722.23097 480.02813)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47265625" y="11" textLength="82.054688">prov:atLocation</tspan></text><line x1="697.67174" y1="574.3403" x2="697.67174" y2="617.82087" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="666.67174" y="588.28118" width="62" height="18" fill="#f3f3f3"/><text transform="translate(669.67174 590.28118)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".31738281" y="11" textLength="55.365234">prov:value</tspan></text><path d="M 648.18665 627.72087 L 747.15686 627.72087 C 749.9183 627.72087 752.15686 629.95945 752.15686 632.72087 L 752.15686 646.72087 C 752.15686 649.4823 749.9183 651.72087 747.15686 651.72087 L 648.18665 651.72087 C 645.42523 651.72087 643.18665 649.4823 643.18665 646.72087 C 643.18665 646.72087 643.18665 646.72087 643.18665 646.72087 L 643.18665 632.72087 C 643.18665 629.95945 645.42523 627.72087 648.18665 627.72087 C 648.18665 627.72087 648.18665 627.72087 648.18665 627.72087 Z" fill="white"/><text transform="translate(648.18665 632.72087)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="5.211669" y="11" textLength="88.546875">"I was curious..."</tspan></text><line x1="612.00516" y1="555.8115" x2="461.8054" y2="555.76103" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="476.21896" y="546.78486" width="113" height="18" fill="#f3f3f3"/><text transform="translate(479.21896 548.78486)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14746094" y="11" textLength="106.70508">prov:wasRevisionOf</tspan></text><path d="M 635.87855 568.4354 C 619.5811 571.75728 617.7997 577.4719 586.98128 578.402 C 556.16287 579.3321 477.69488 575.62184 450.94958 574.0165 C 443.14017 573.54774 438.50118 573.05445 435.64404 572.54737" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="487.75528" y="568.74698" width="93" height="18" fill="#f3f3f3"/><text transform="translate(490.75528 570.74698)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47753906" y="11" textLength="86.04492">prov:alternateOf</tspan></text><path d="M 210 266.58838 C 210 257.05605 207.68514 255.87671 190.77576 246.443 L 190.59713 246.3454 C 173.59843 236.81307 173.42162 236.81307 155.97636 236.81307 C 132.74759 236.81307 27.727844 236.81307 27.727844 236.81307 L 27.727844 337.4393 L 210 337.4393 L 210 266.58838 Z" fill="white"/><path d="M 210 266.58838 C 210 257.05605 207.68514 255.87671 190.77576 246.443 L 190.59713 246.3454 C 173.59843 236.81307 173.42162 236.81307 155.97636 236.81307 C 132.74759 236.81307 27.727844 236.81307 27.727844 236.81307 L 27.727844 337.4393 L 210 337.4393 L 210 266.58838 Z M 210 266.09732 C 210 257.05605 209.82137 257.05605 173.42162 257.05605 L 173.42162 257.05605 C 173.42162 236.91169 173.42162 236.81307 157.04447 236.81307" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(32.727844 262.9393)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="129.333984">prov:wasStartedAt="201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="128.44922" y="11" textLength="41.361328">1-07-16</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="25" textLength="129.58594">T01:01:01Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="129.146484" y="25" textLength="19.335938">ime</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="53" textLength="125.34375">prov:wasEndedAt="201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="124.458984" y="53" textLength="41.361328">1-07-16</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="129.58594">T01:52:02Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="129.146484" y="67" textLength="19.335938">ime</tspan></text><line x1="273.99015" y1="287.1262" x2="210.5" y2="287.1262" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 317.68671 261.78605 C 307.10487 251.96512 288.39401 243.79148 285.93801 232.3203 C 284.01734 223.34948 292.0368 212.35777 298.33576 201.71671" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="212.7865" y="221.05066" width="107" height="18" fill="#f3f3f3"/><text transform="translate(215.7865 223.05066)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14453125" y="11" textLength="100.71094">prov:wasStartedBy</tspan></text><path d="M 360.41604 261.6987 C 366.06912 252.38035 380.79547 245.21255 377.377 233.74086 C 374.53472 224.20278 359.1475 211.68467 346.86206 199.9043" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="334.53373" y="220.86382" width="103" height="18" fill="#f3f3f3"/><text transform="translate(337.53373 222.86382)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".13964844" y="11" textLength="96.720703">prov:wasEndedBy</tspan></text><ellipse cx="569.6009" cy="125.2" rx="43.500069" ry="18.000029" fill="#ffffbe"/><ellipse cx="569.6009" cy="125.2" rx="43.500069" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(539.8009 118.2)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".79316406" y="11" textLength="58.013672">:crimeData</tspan></text><path d="M 389.86913 538.22047 C 418.64965 516.7597 448.67692 491.88227 476.21933 473.83175 C 503.76175 455.78123 539.76255 472.73713 555.14016 429.90652 C 570.51777 387.07592 566.1216 264.51878 568.49424 216.82242 C 570.49987 176.50409 569.5355 169.51383 569.36696 153.5949" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M 494.01793 426.70648 L 609.1993 360.20648 L 618.1993 375.79494 L 503.01793 442.29494 Z" fill="#f3f3f3"/><text transform="translate(497.616 426.93853) rotate(-30)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".4736328" y="11" textLength="126.052734">prov:hadPrimarySource</tspan></text><path d="M 415.99011 286.2916 C 431.26997 286.11199 448.24307 286.79067 465.6537 287.69099 C 465.94816 282.19888 476.9278 282.78756 476.63334 288.27967 C 506.61217 289.92949 537.10134 291.83748 561.82986 290.8242 C 561.48667 285.33491 572.4631 284.64866 572.8063 290.13794 C 584.3211 289.13486 594.1219 287.26262 601.40184 284.11214 C 631.81647 270.94981 618.24663 235.46908 619.5037 207.51515" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="568.49424" y="239.70503" width="137" height="18" fill="#f3f3f3"/><text transform="translate(571.49424 241.70503)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14160156" y="11" textLength="130.7168">prov:wasAssociatedWith</tspan></text></g><g><title>hide</title><path d="M 750.10575 200.79259 C 757.2349 207.5446 770.5906 210.89071 771.4953 221.05066 C 772.39998 231.21061 760.85417 248.1905 755.5344 261.75839" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><ellipse cx="732.1455" cy="183.78242" rx="46.500072" ry="18.000029" fill="#ffffbe"/><ellipse cx="732.1455" cy="183.78242" rx="46.500072" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(699.9455 176.78242)" fill="black"><tspan font-family="Courier" font-size="12" font-weight="500" x="24.998828" y="11" textLength="14.402344">&lt;&gt;</tspan></text><path d="M 826.05956 289.33501 C 826.05956 280.6556 823.80735 279.58179 807.3556 270.99217 L 807.1818 270.9033 C 790.64316 262.22389 790.47114 262.22389 773.498 262.22389 C 750.8979 262.22389 648.7204 262.22389 648.7204 262.22389 L 648.7204 353.84647 L 826.05956 353.84647 L 826.05956 289.33501 Z" fill="white"/><path d="M 826.05956 289.33501 C 826.05956 280.6556 823.80735 279.58179 807.3556 270.99217 L 807.1818 270.9033 C 790.64316 262.22389 790.47114 262.22389 773.498 262.22389 C 750.8979 262.22389 648.7204 262.22389 648.7204 262.22389 L 648.7204 353.84647 L 826.05956 353.84647 L 826.05956 289.33501 Z M 826.05956 288.8879 C 826.05956 280.6556 825.88577 280.6556 790.47114 280.6556 L 790.47114 280.6556 C 790.47114 262.31368 790.47114 262.22389 774.5372 262.22389" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(653.7204 266.03518)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="97.066406">type=prov:Bundle,</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="25" textLength="56.689453">prov:Entity</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="53" textLength="99.39258">prov:generatedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="98.953125" y="53" textLength="22.669922">ime </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="24.28125">"201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="23.396484" y="67" textLength="140.26172">1-07-16T02:52:02Z"^^xsd:</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="81" textLength="30.685547">dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="30.246094" y="81" textLength="22.669922">ime;</tspan></text><path d="M 709.48435 199.88223 C 701.6678 205.43558 693.98984 216.93954 686.0323 216.54393 C 680.4372 216.26577 674.7015 210.10452 668.9739 204.26534" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="634.96065" y="217.44091" width="119" height="18" fill="#f3f3f3"/><text transform="translate(637.96065 219.44091)" 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 401.0034 539.1441 C 434.7451 522.9388 470.63333 500.3174 502.23863 490.52334 C 533.84393 480.72927 562.96595 489.1036 590.65418 480.3738 C 615.2545 472.6176 637.0497 456.4164 659.77545 443.02645" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="486.72566" y="476.084" width="118" height="18" fill="#f3f3f3"/><text transform="translate(489.72566 478.084)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".30664062" y="11" textLength="111.38672">prov:specializationOf</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="11 9 842 651" width="842pt" height="651pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-11-26 14:44Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.2 --></metadata><defs><font-face font-family="Courier" font-size="18" units-per-em="1000" underline-position="-178.22266" underline-thickness="57.617188" slope="0" x-height="462.40234" cap-height="594.72656" ascent="753.90625" descent="-246.09375" font-weight="500"><font-face-src><font-face-name name="Courier"/></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><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_2" viewBox="-1 -4 10 8" markerWidth="10" markerHeight="8" color="#ff0080"><g><path d="M 8 0 L 0 -3 L 0 3 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_3" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M 4.7999992 0 L 0 -1.7999997 L 0 1.7999997 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><font-face font-family="Courier" font-size="12" units-per-em="1000" underline-position="-178.22266" underline-thickness="57.617188" slope="0" x-height="462.40234" cap-height="594.72656" ascent="753.90625" descent="-246.09375" font-weight="500"><font-face-src><font-face-name name="Courier"/></font-face-src></font-face><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_4" viewBox="-1 -4 10 8" markerWidth="10" markerHeight="8" color="#ff0080"><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>Canvas 1</title><rect fill="white" width="1074" height="1044"/><g><title>Layer 1</title><rect x="13.407654" y="12" width="837.05957" height="645.47662" fill="#f3f3f3"/><path d="M 13.407654 12 L 850.4672 12 L 850.4672 657.47662 L 13.407654 657.47662 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><text transform="translate(28.407654 17)" fill="black"><tspan font-family="Courier" font-size="18" font-weight="500" x="785.45605" y="18" textLength="21.603516">&lt;&gt;</tspan></text><path d="M 379.6676 537.652 C 398.13138 512.64278 420.3065 483.06455 435.06447 462.6168 C 449.82244 442.16905 462.2979 460.6015 468.22428 414.95325 C 473.89543 371.27092 470.17924 273.06047 470.5502 198.60149" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M 413.2911 429.43223 L 520.67825 367.43223 L 529.67825 383.02069 L 422.2911 445.0207 Z" fill="#f3f3f3"/><text transform="translate(416.88918 429.66428) rotate(-30)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".30078125" y="11" textLength="64.02539">prov:wasInfl</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="64.32617" y="11" textLength="53.373047">uencedBy</tspan></text><path d="M 358.01796 312.57124 C 373.25655 342.33423 401.61885 364.40507 403.7383 401.86914 C 405.70955 436.71365 384.98066 484.89345 373.2223 527.7988" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="349.94896" y="357.99702" width="87" height="18" fill="#f3f3f3"/><text transform="translate(352.94896 359.99702)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".13769531" y="11" textLength="80.72461">prov:generated</tspan></text><path d="M 268.36029 192.49313 L 268.36029 156.47513 L 314.81444 138.49313 L 361.2686 156.47513 L 361.2686 192.49313 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 268.36029 192.49313 L 268.36029 156.47513 L 314.81444 138.49313 L 361.2686 156.47513 L 361.2686 192.49313 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(273.36029 167.45713)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="24.778373" y="11" textLength="33.351562">:derek</tspan></text><path d="M 256 149.01971 C 256 141.49396 253.10094 140.56287 231.92414 133.11497 L 231.70043 133.03791 C 210.41177 125.512156 210.19034 125.512156 188.34242 125.512156 C 159.25141 125.512156 27.727844 125.512156 27.727844 125.512156 L 27.727844 204.95642 L 256 204.95642 L 256 149.01971 Z" fill="white"/><path d="M 256 149.01971 C 256 141.49396 253.10094 140.56287 231.92414 133.11497 L 231.70043 133.03791 C 210.41177 125.512156 210.19034 125.512156 188.34242 125.512156 C 159.25141 125.512156 27.727844 125.512156 27.727844 125.512156 L 27.727844 204.95642 L 256 204.95642 L 256 149.01971 Z M 256 148.63203 C 256 141.49396 255.7763 141.49396 210.19034 141.49396 L 210.19034 141.49396 C 210.19034 125.59001 210.19034 125.512156 189.68009 125.512156" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(32.727844 130.23429)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="159.09375">type=prov:Person, prov:Agent</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="131.583984">foaf:givenName="Derek"</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="217.29492">foaf:mbox=&lt;mailto:derek@example.org&gt;</tspan></text><line x1="267.86029" y1="165.42286" x2="256.5" y2="165.40585" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 268.36029 78.314312 L 268.36029 42.296312 L 314.86029 24.314312 L 361.36029 42.296312 L 361.36029 78.314312 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 268.36029 78.314312 L 268.36029 42.296312 L 314.86029 24.314312 L 361.36029 42.296312 L 361.36029 78.314312 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(273.36029 46.278312)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="15.478516" y="11" textLength="52.04297">:national_</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="1.140625" y="25" textLength="80.71875">newspaper_inc</tspan></text><line x1="314.8289" y1="137.99862" x2="314.85508" y2="88.21431" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="252.34176" y="104.55005" width="125" height="18" fill="#f3f3f3"/><text transform="translate(255.34176 106.55005)" 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 241.8369 43.11466 C 241.8369 37.09588 239.11771 36.351237 219.25482 30.394723 L 219.04499 30.333092 C 199.07718 24.314313 198.8695 24.314313 178.37712 24.314313 C 151.09106 24.314313 27.727845 24.314313 27.727845 24.314313 L 27.727845 87.850465 L 241.8369 87.850465 L 241.8369 43.11466 Z" fill="white"/><path d="M 241.8369 43.11466 C 241.8369 37.09588 239.11771 36.351237 219.25482 30.394723 L 219.04499 30.333092 C 199.07718 24.314313 198.8695 24.314313 178.37712 24.314313 C 151.09106 24.314313 27.727845 24.314313 27.727845 24.314313 L 27.727845 87.850465 L 241.8369 87.850465 L 241.8369 43.11466 Z M 241.8369 42.804604 C 241.8369 37.09588 241.62707 37.09588 198.8695 37.09588 L 198.8695 37.09588 C 198.8695 24.376578 198.8695 24.314313 179.6318 24.314313" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(32.727845 41.350465)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="189.11133">type=prov:Organization, prov:Agent</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="172.69336">foaf:name="National Newspaper</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="172.03711" y="39" textLength="30.269531">, Inc."</tspan></text><line x1="268.36029" y1="51.314312" x2="242.33658" y2="52.24323" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 580.3769 197.19999 L 580.3769 161.182 L 626.8769 143.2 L 673.3769 161.182 L 673.3769 197.19999 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 580.3769 197.19999 L 580.3769 161.182 L 626.8769 143.2 L 673.3769 161.182 L 673.3769 197.19999 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(585.3769 172.164)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="12.818359" y="11" textLength="57.36328">:postEditor</tspan></text><path d="M 813.7811 63.564515 C 813.7811 58.007123 811.42744 57.319562 794.23454 51.819663 L 794.0529 51.762757 C 776.7692 46.205365 776.58944 46.205365 758.85167 46.205365 C 735.23344 46.205365 628.45287 46.205365 628.45287 46.205365 L 628.45287 104.87096 L 813.7811 104.87096 L 813.7811 63.564515 Z" fill="white"/><path d="M 813.7811 63.564515 C 813.7811 58.007123 811.42744 57.319562 794.23454 51.819663 L 794.0529 51.762757 C 776.7692 46.205365 776.58944 46.205365 758.85167 46.205365 C 735.23344 46.205365 628.45287 46.205365 628.45287 46.205365 L 628.45287 104.87096 L 813.7811 104.87096 L 813.7811 63.564515 Z M 813.7811 63.278227 C 813.7811 58.007123 813.5995 58.007123 776.58944 58.007123 L 776.58944 58.007123 C 776.58944 46.262857 776.58944 46.205365 759.9377 46.205365" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(633.45287 47.538163)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="138.416016">type=prov:SoftwareAgent,</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="25" textLength="58.03711">prov:Agent</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="53" textLength="157.61719">foaf:name="Post Editor 3000"</tspan></text><line x1="646.6414" y1="150.3524" x2="691.5795" y2="105.22541" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><ellipse cx="470.82274" cy="170.2" rx="88.669716" ry="18.000029" fill="#ffffbe"/><ellipse cx="470.82274" cy="170.2" rx="88.669716" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(404.88709 163.2)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="4.8926897" y="11" textLength="122.08594">:aggregatedByRegions</tspan></text><path d="M 460.1854 151.89082 C 455.07737 143.09881 447.60199 142.43533 444.8598 125.512156 C 442.46626 110.740736 443.67756 83.57381 443.774 60.243032" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="398.91837" y="94.08434" width="89" height="18" fill="#f3f3f3"/><text transform="translate(401.91837 96.08434)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47265625" y="11" textLength="82.054688">prov:atLocation</tspan></text><ellipse cx="697.7087" cy="422.20628" rx="107.054695" ry="16.295786" fill="#ffffbe"/><ellipse cx="697.7087" cy="422.20628" rx="107.054695" ry="16.295786" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(617.0651 415.20628)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="1.2871765" y="11" textLength="158.71289">:more-crime-happens-in-cities</tspan></text><path d="M 834.0487 376.65743 C 834.0487 373.95763 831.695 373.6236 814.5021 370.95173 L 814.3205 370.92409 C 797.0368 368.22428 796.857 368.22428 779.11924 368.22428 C 755.501 368.22428 648.72044 368.22428 648.72044 368.22428 L 648.72044 396.72428 L 834.0487 396.72428 L 834.0487 376.65743 Z" fill="white"/><path d="M 834.0487 376.65743 C 834.0487 373.95763 831.695 373.6236 814.5021 370.95173 L 814.3205 370.92409 C 797.0368 368.22428 796.857 368.22428 779.11924 368.22428 C 755.501 368.22428 648.72044 368.22428 648.72044 368.22428 L 648.72044 396.72428 L 834.0487 396.72428 L 834.0487 376.65743 Z M 834.0487 376.51835 C 834.0487 373.95763 833.86706 373.95763 796.857 373.95763 L 796.857 373.95763 C 796.857 368.25221 796.857 368.22428 780.20527 368.22428" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(653.72044 378.22428)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="141.73242">type=sioc:Post, prov:Entity</tspan></text><line x1="715.49632" y1="405.7873" x2="724.95526" y2="397.05618" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 376.04713 26.341622 L 511.41404 26.341622 C 514.17547 26.341622 516.41404 28.580198 516.41404 31.341622 L 516.41404 45.341622 C 516.41404 48.103046 514.17547 50.341622 511.41404 50.341622 L 376.04713 50.341622 C 373.2857 50.341622 371.04713 48.103046 371.04713 45.341622 C 371.04713 45.341622 371.04713 45.34162 371.04713 45.34162 L 371.04713 31.341622 C 371.04713 28.580198 373.2857 26.341622 376.04713 26.341622 C 376.04713 26.341622 376.04713 26.341622 376.04713 26.341622 Z" fill="#804000" fill-opacity=".38999999"/><path d="M 376.04713 26.341622 L 511.41404 26.341622 C 514.17547 26.341622 516.41404 28.580198 516.41404 31.341622 L 516.41404 45.341622 C 516.41404 48.103046 514.17547 50.341622 511.41404 50.341622 L 376.04713 50.341622 C 373.2857 50.341622 371.04713 48.103046 371.04713 45.341622 C 371.04713 45.341622 371.04713 45.34162 371.04713 45.34162 L 371.04713 31.341622 C 371.04713 28.580198 373.2857 26.341622 376.04713 26.341622 C 376.04713 26.341622 376.04713 26.341622 376.04713 26.341622 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(376.04713 31.341622)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="10.988144" y="11" textLength="13.0078125">&lt;fi</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="23.995956" y="11" textLength="78.029297">le://Users/aggr</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="101.369003" y="11" textLength="23.009766">.txt&gt;</tspan></text><ellipse cx="366.2396" cy="555.8403" rx="85.16678" ry="18.000029" fill="#ffffbe"/><ellipse cx="366.2396" cy="555.8403" rx="85.16678" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(303.10628 548.8403)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="30.44093" y="11" textLength="65.384766">:post9821v1</tspan></text><path d="M 263.78617 538.70032 C 263.78617 525.86308 260.88712 524.27485 239.71031 511.5704 L 239.4866 511.43897 C 218.19794 498.60172 217.97652 498.60172 196.12859 498.60172 C 167.03758 498.60172 35.514017 498.60172 35.514017 498.60172 L 35.514017 634.11573 L 263.78617 634.11573 L 263.78617 538.70032 Z" fill="white"/><path d="M 263.78617 538.70032 C 263.78617 525.86308 260.88712 524.27485 239.71031 511.5704 L 239.4866 511.43897 C 218.19794 498.60172 217.97652 498.60172 196.12859 498.60172 C 167.03758 498.60172 35.514017 498.60172 35.514017 498.60172 L 35.514017 634.11573 L 263.78617 634.11573 L 263.78617 538.70032 Z M 263.78617 538.039 C 263.78617 525.86308 263.56247 525.86308 217.97652 525.86308 L 217.97652 525.86308 C 217.97652 498.73453 217.97652 498.60172 197.46626 498.60172" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(40.514017 503.35873)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="78.375">type=sioc:Post</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="211.60547">sioc:title="More crime happens in cities"</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="99.39258">prov:generatedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="98.953125" y="67" textLength="22.669922">ime </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="81" textLength="24.28125">"201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="23.396484" y="81" textLength="170.94727">1-07-16T01:52:02Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="193.9043" y="81" textLength="19.335938">ime</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="109" textLength="102.720703">prov:invalidatedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="102.28125" y="109" textLength="22.669922">ime </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="123" textLength="24.28125">"201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="23.396484" y="123" textLength="170.94727">1-07-16T02:02:02Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="193.9043" y="123" textLength="22.669922">ime;</tspan></text><line x1="281.13871" y1="557.9299" x2="264.28496" y2="558.34374" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 676.783 438.50853 C 648.07625 460.8726 618.71334 494.26967 590.65418 505.60745 C 562.59502 516.94523 538.3426 500.76002 508.4112 506.54203 C 481.32678 511.77407 450.1079 525.96752 420.36996 536.9576" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="485.43592" y="498.6017" width="122" height="18" fill="#f3f3f3"/><text transform="translate(488.43592 500.6017)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".30566406" y="11" textLength="115.38867">sioc:previous_version</tspan></text><ellipse cx="697.67173" cy="555.8403" rx="85.16678" ry="18.000029" fill="#ffffbe"/><ellipse cx="697.67173" cy="555.8403" rx="85.16678" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(634.53842 548.8403)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="30.44093" y="11" textLength="65.384766">:post9821v2</tspan></text><path d="M 834.04867 592.04168 C 834.04867 588.86822 832.86757 588.4756 824.23996 585.33498 L 824.1488 585.3025 C 815.47564 582.12903 815.38543 582.12903 806.4844 582.12903 C 794.6325 582.12903 741.04867 582.12903 741.04867 582.12903 L 741.04867 615.629 L 834.04867 615.629 L 834.04867 592.04168 Z" fill="white"/><path d="M 834.04867 592.04168 C 834.04867 588.86822 832.86757 588.4756 824.23996 585.33498 L 824.1488 585.3025 C 815.47564 582.12903 815.38543 582.12903 806.4844 582.12903 C 794.6325 582.12903 741.04867 582.12903 741.04867 582.12903 L 741.04867 615.629 L 834.04867 615.629 L 834.04867 592.04168 Z M 834.04867 591.8782 C 834.04867 588.86822 833.95753 588.86822 815.38543 588.86822 L 815.38543 588.86822 C 815.38543 582.16186 815.38543 582.12903 807.0294 582.12903" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(746.04867 591.87902)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="78.375">type=sioc:Post</tspan></text><line x1="732.5205" y1="572.52808" x2="752.11903" y2="581.9131" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><line x1="697.70406" y1="439.00205" x2="697.6796" y2="527.44028" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="645.18593" y="495.51286" width="105" height="18" fill="#f3f3f3"/><text transform="translate(648.18593 497.51286)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14355469" y="11" textLength="98.71289">sioc:latest_version</tspan></text><rect x="274.49015" y="262.12619" width="141" height="50" fill="#cfceff"/><rect x="274.49015" y="262.12619" width="141" height="50" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(279.49015 280.12619)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="3.2382812" y="11" textLength="105.38672">:publicationActivity1</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="107.740234" y="11" textLength="20.021484">123</tspan></text><path d="M 353.54786 537.62088 C 341.4024 520.18565 319.1317 522.80615 317.1078 485.30997 C 315.19666 449.9028 331.33806 378.70444 339.9608 322.4179" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="257.31008" y="434.28879" width="125" height="18" fill="#f3f3f3"/><text transform="translate(260.31008 436.28879)" 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="366.2396" y1="574.3403" x2="366.2396" y2="621.02084" marker-end="url(#FilledArrow_Marker_3)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="335.2396" y="586.84834" width="62" height="18" fill="#f3f3f3"/><text transform="translate(338.2396 588.84834)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".31738281" y="11" textLength="55.365234">prov:value</tspan></text><path d="M 316.7545 627.72084 L 415.7247 627.72084 C 418.48613 627.72084 420.7247 629.9594 420.7247 632.72084 L 420.7247 646.72084 C 420.7247 649.48226 418.48613 651.72084 415.7247 651.72084 L 316.7545 651.72084 C 313.99307 651.72084 311.7545 649.48226 311.7545 646.72084 C 311.7545 646.72084 311.7545 646.72084 311.7545 646.72084 L 311.7545 632.72084 C 311.7545 629.9594 313.99307 627.72084 316.7545 627.72084 C 316.7545 627.72084 316.7545 627.72084 316.7545 627.72084 Z" fill="white"/><text transform="translate(316.7545 632.72084)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="6.550536" y="11" textLength="85.86914">"I was currius..."</tspan></text><path d="M 727.5206 538.69433 C 738.43943 532.42228 754.97668 534.21526 760.28034 519.8763 C 765.584 505.53735 764.4435 466.29603 759.34576 452.652 C 755.7375 442.99458 747.332 442.11575 739.22306 440.69537" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="704.64583" y="474.38761" width="118" height="18" fill="#f3f3f3"/><text transform="translate(707.64583 476.38761)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".30664062" y="11" textLength="111.38672">prov:specializationOf</tspan></text><line x1="697.67174" y1="574.3403" x2="697.67174" y2="617.82087" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="666.67174" y="588.28118" width="62" height="18" fill="#f3f3f3"/><text transform="translate(669.67174 590.28118)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".31738281" y="11" textLength="55.365234">prov:value</tspan></text><path d="M 648.18665 627.72087 L 747.15686 627.72087 C 749.9183 627.72087 752.15686 629.95945 752.15686 632.72087 L 752.15686 646.72087 C 752.15686 649.4823 749.9183 651.72087 747.15686 651.72087 L 648.18665 651.72087 C 645.42523 651.72087 643.18665 649.4823 643.18665 646.72087 C 643.18665 646.72087 643.18665 646.72087 643.18665 646.72087 L 643.18665 632.72087 C 643.18665 629.95945 645.42523 627.72087 648.18665 627.72087 C 648.18665 627.72087 648.18665 627.72087 648.18665 627.72087 Z" fill="white"/><text transform="translate(648.18665 632.72087)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="5.211669" y="11" textLength="88.546875">"I was curious..."</tspan></text><line x1="612.00516" y1="555.8115" x2="461.8054" y2="555.76103" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="476.21896" y="546.78486" width="113" height="18" fill="#f3f3f3"/><text transform="translate(479.21896 548.78486)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14746094" y="11" textLength="106.70508">prov:wasRevisionOf</tspan></text><path d="M 635.87855 568.4354 C 619.5811 571.75728 617.7997 577.4719 586.98128 578.402 C 556.16287 579.3321 477.69488 575.62184 450.94958 574.0165 C 443.14017 573.54774 438.50118 573.05445 435.64404 572.54737" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="487.75528" y="568.74698" width="93" height="18" fill="#f3f3f3"/><text transform="translate(490.75528 570.74698)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47753906" y="11" textLength="86.04492">prov:alternateOf</tspan></text><path d="M 210 266.58838 C 210 257.05605 207.68514 255.87671 190.77576 246.443 L 190.59713 246.3454 C 173.59843 236.81307 173.42162 236.81307 155.97636 236.81307 C 132.74759 236.81307 27.727844 236.81307 27.727844 236.81307 L 27.727844 337.4393 L 210 337.4393 L 210 266.58838 Z" fill="white"/><path d="M 210 266.58838 C 210 257.05605 207.68514 255.87671 190.77576 246.443 L 190.59713 246.3454 C 173.59843 236.81307 173.42162 236.81307 155.97636 236.81307 C 132.74759 236.81307 27.727844 236.81307 27.727844 236.81307 L 27.727844 337.4393 L 210 337.4393 L 210 266.58838 Z M 210 266.09732 C 210 257.05605 209.82137 257.05605 173.42162 257.05605 L 173.42162 257.05605 C 173.42162 236.91169 173.42162 236.81307 157.04447 236.81307" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(32.727844 262.9393)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="82.03125">prov:startedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="81.591797" y="11" textLength="50.625">ime="201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="131.33203" y="11" textLength="34.6875">1-07-1</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="25" textLength="136.259766">6T01:01:01Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="135.82031" y="25" textLength="19.335938">ime</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="53" textLength="78.714844">prov:endedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="78.27539" y="53" textLength="50.625">ime="201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="128.015625" y="53" textLength="41.361328">1-07-16</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="129.58594">T01:52:02Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="129.146484" y="67" textLength="19.335938">ime</tspan></text><line x1="273.99015" y1="287.1262" x2="210.5" y2="287.1262" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 317.68671 261.78605 C 307.10487 251.96512 288.39401 243.79148 285.93801 232.3203 C 284.01734 223.34948 292.0368 212.35777 298.33576 201.71671" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="212.7865" y="221.05066" width="107" height="18" fill="#f3f3f3"/><text transform="translate(215.7865 223.05066)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14453125" y="11" textLength="100.71094">prov:wasStartedBy</tspan></text><path d="M 360.41604 261.6987 C 366.06912 252.38035 380.79547 245.21255 377.377 233.74086 C 374.53472 224.20278 359.1475 211.68467 346.86206 199.9043" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="334.53373" y="220.86382" width="103" height="18" fill="#f3f3f3"/><text transform="translate(337.53373 222.86382)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".13964844" y="11" textLength="96.720703">prov:wasEndedBy</tspan></text><ellipse cx="569.6009" cy="125.2" rx="43.500069" ry="18.000029" fill="#ffffbe"/><ellipse cx="569.6009" cy="125.2" rx="43.500069" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(539.8009 118.2)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".79316406" y="11" textLength="58.013672">:crimeData</tspan></text><path d="M 389.86913 538.22047 C 418.64965 516.7597 448.67692 491.88227 476.21933 473.83175 C 503.76175 455.78123 539.76255 472.73713 555.14016 429.90652 C 570.51777 387.07592 566.1216 264.51878 568.49424 216.82242 C 570.49987 176.50409 569.5355 169.51383 569.36696 153.5949" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M 494.01793 426.70648 L 609.1993 360.20648 L 618.1993 375.79494 L 503.01793 442.29494 Z" fill="#f3f3f3"/><text transform="translate(497.616 426.93853) rotate(-30)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".4736328" y="11" textLength="126.052734">prov:hadPrimarySource</tspan></text><path d="M 415.99011 286.2916 C 431.26997 286.11199 448.24307 286.79067 465.6537 287.69099 C 465.94816 282.19888 476.9278 282.78756 476.63334 288.27967 C 506.61217 289.92949 537.10134 291.83748 561.82986 290.8242 C 561.48667 285.33491 572.4631 284.64866 572.8063 290.13794 C 584.3211 289.13486 594.1219 287.26262 601.40184 284.11214 C 631.81647 270.94981 618.24663 235.46908 619.5037 207.51515" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="568.49424" y="239.70503" width="137" height="18" fill="#f3f3f3"/><text transform="translate(571.49424 241.70503)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14160156" y="11" textLength="130.7168">prov:wasAssociatedWith</tspan></text></g><g><title>hide</title><path d="M 750.10575 200.79259 C 757.2349 207.5446 770.5906 210.89071 771.4953 221.05066 C 772.39998 231.21061 760.85417 248.1905 755.5344 261.75839" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><ellipse cx="732.1455" cy="183.78242" rx="46.500072" ry="18.000029" fill="#ffffbe"/><ellipse cx="732.1455" cy="183.78242" rx="46.500072" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(699.9455 176.78242)" fill="black"><tspan font-family="Courier" font-size="12" font-weight="500" x="24.998828" y="11" textLength="14.402344">&lt;&gt;</tspan></text><path d="M 826.05956 289.33501 C 826.05956 280.6556 823.80735 279.58179 807.3556 270.99217 L 807.1818 270.9033 C 790.64316 262.22389 790.47114 262.22389 773.498 262.22389 C 750.8979 262.22389 648.7204 262.22389 648.7204 262.22389 L 648.7204 353.84647 L 826.05956 353.84647 L 826.05956 289.33501 Z" fill="white"/><path d="M 826.05956 289.33501 C 826.05956 280.6556 823.80735 279.58179 807.3556 270.99217 L 807.1818 270.9033 C 790.64316 262.22389 790.47114 262.22389 773.498 262.22389 C 750.8979 262.22389 648.7204 262.22389 648.7204 262.22389 L 648.7204 353.84647 L 826.05956 353.84647 L 826.05956 289.33501 Z M 826.05956 288.8879 C 826.05956 280.6556 825.88577 280.6556 790.47114 280.6556 L 790.47114 280.6556 C 790.47114 262.31368 790.47114 262.22389 774.5372 262.22389" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(653.7204 266.03518)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="97.066406">type=prov:Bundle,</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="25" textLength="56.689453">prov:Entity</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="53" textLength="99.39258">prov:generatedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="98.953125" y="53" textLength="22.669922">ime </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="24.28125">"201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="23.396484" y="67" textLength="140.26172">1-07-16T02:52:02Z"^^xsd:</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="81" textLength="30.685547">dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="30.246094" y="81" textLength="22.669922">ime;</tspan></text><path d="M 709.48435 199.88223 C 701.6678 205.43558 693.98984 216.93954 686.0323 216.54393 C 680.4372 216.26577 674.7015 210.10452 668.9739 204.26534" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="634.96065" y="217.44091" width="119" height="18" fill="#f3f3f3"/><text transform="translate(637.96065 219.44091)" 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 401.0034 539.1441 C 434.7451 522.9388 470.63333 500.3174 502.23863 490.52334 C 533.84393 480.72927 562.96595 489.1036 590.65418 480.3738 C 615.2545 472.6176 637.0497 456.4164 659.77545 443.02645" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="486.72566" y="476.084" width="118" height="18" fill="#f3f3f3"/><text transform="translate(489.72566 478.084)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".30664062" y="11" textLength="111.38672">prov:specializationOf</tspan></text><path d="M 533.12106 61.168165 L 533.12106 30.717554 L 572.43344 15.515074 L 611.74583 30.717554 L 611.74583 61.168165 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 533.12106 61.168165 L 533.12106 30.717554 L 572.43344 15.515074 L 611.74583 30.717554 L 611.74583 61.168165 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(538.12106 38.920033)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".96082143" y="11" textLength="66.703125">:government</tspan></text><line x1="570.4193" y1="106.703474" x2="571.97436" y2="71.558027" marker-end="url(#FilledArrow_Marker_4)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="504.20772" y="78.922327" width="119" height="18" fill="#f3f3f3"/><text transform="translate(507.20772 80.922327)" 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></g></g></svg>
--- a/ontology/diagram-history/2012-07-09-david/starting-points-example.graffle	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/diagram-history/2012-07-09-david/starting-points-example.graffle	Tue Nov 27 11:44:38 2012 +0000
@@ -174,7 +174,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{573.17041681042838, 430.12435349296095}, {122, 18}}</string>
+			<string>{{573.17041679573447, 430.12435349869025}, {122, 18}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FitText</key>
@@ -252,8 +252,8 @@
 			<integer>1</integer>
 			<key>Points</key>
 			<array>
-				<string>{703.46209972051815, 475.04816418152001}</string>
-				<string>{499.17098840077989, 369.13480055419529}</string>
+				<string>{703.46209971635881, 475.04816418376799}</string>
+				<string>{499.1709883655617, 369.13480056670716}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -364,7 +364,7 @@
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
 
-\f0\fs24 \cf0 type=prov:Organization, foaf:Organization}</string>
+\f0\fs24 \cf0 type=foaf:Organization, prov:Agent}</string>
 				<key>VerticalPad</key>
 				<integer>0</integer>
 			</dict>
@@ -454,7 +454,7 @@
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc
 
-\f0\fs24 \cf0 type=prov:Organization, foaf:Organization}</string>
+\f0\fs24 \cf0 type=foaf:Organization, prov:Agent}</string>
 				<key>VerticalPad</key>
 				<integer>0</integer>
 			</dict>
@@ -935,8 +935,8 @@
 			<integer>1</integer>
 			<key>Points</key>
 			<array>
-				<string>{504.83585582145423, 94.259365995496211}</string>
-				<string>{550.17197121903371, 82.867322136308232}</string>
+				<string>{504.83806344468621, 94.260233217140765}</string>
+				<string>{550.17197403759201, 82.870231335355854}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -1008,7 +1008,7 @@
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720
 
-\f0\fs24 \cf0 type=prov:Organization\
+\f0\fs24 \cf0 type=foaf:Organization, prov:Agent\
 \
 foaf:name="National Newspaper Inc."}</string>
 				<key>VerticalPad</key>
@@ -1029,8 +1029,8 @@
 			<integer>1</integer>
 			<key>Points</key>
 			<array>
-				<string>{492.31385626378182, 210.2698849113597}</string>
-				<string>{550.1796194604625, 192.20480121377196}</string>
+				<string>{492.31419965183591, 210.27006423288725}</string>
+				<string>{550.17962039832685, 192.20562576537196}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -1102,9 +1102,9 @@
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720
 
-\f0\fs24 \cf0 type=foaf:Person\
+\f0\fs24 \cf0 type=foaf:Person, prov:Agent\
 \
-foaf:givenName="Derek"^^xsd:string\
+foaf:givenName="Derek"\
 \
 foaf:mbox=&lt;mailto:dererk@example.org&gt;}</string>
 				<key>VerticalPad</key>
@@ -2965,7 +2965,7 @@
 	<key>MasterSheets</key>
 	<array/>
 	<key>ModificationDate</key>
-	<string>2012-11-25 20:27:55 +0000</string>
+	<string>2012-11-26 13:47:08 +0000</string>
 	<key>Modifier</key>
 	<string>lebot</string>
 	<key>NotesVisible</key>
--- a/ontology/diagram-history/2012-07-09-david/starting-points-example.svg	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/diagram-history/2012-07-09-david/starting-points-example.svg	Tue Nov 27 11:44:38 2012 +0000
@@ -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="14 13 774 507" width="774pt" height="507pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-11-25 20:27Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.2 --></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><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_2" viewBox="-1 -4 10 8" markerWidth="10" markerHeight="8" color="#ff0080"><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="1105" height="736"/><g><title>Layer 1</title><ellipse cx="737.58786" cy="492.74044" rx="47.066475" ry="25.00004" fill="#ffffbe"/><ellipse cx="737.58786" cy="492.74044" rx="47.066475" ry="25.00004" stroke="#7e7e7e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(704.93474 485.74044)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="5.6384712" y="11" textLength="54.029297">:bar_chart</tspan></text><rect x="398.51506" y="467.74046" width="126" height="50" fill="#cfceff"/><rect x="398.51506" y="467.74046" width="126" height="50" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(403.51506 485.74046)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="10.319336" y="11" textLength="95.36133">:illustrationActivity</tspan></text><ellipse cx="461.51506" cy="349.61234" rx="58.500095" ry="25.00004" fill="#ffffbe"/><ellipse cx="461.51506" cy="349.61234" rx="58.500095" ry="25.00004" stroke="#7e7e7e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(419.71506 335.61234)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="2.7707031" y="11" textLength="78.058594">:aggregatedBy</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="19.786328" y="25" textLength="44.027344">Regions</tspan></text><rect x="114.410495" y="324.61234" width="133" height="50" fill="#cfceff"/><rect x="114.410495" y="324.61234" width="133" height="50" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(119.410495 342.61234)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="9.1376953" y="11" textLength="104.72461">:aggregationActivity</tspan></text><line x1="690.02144" y1="492.74046" x2="534.41506" y2="492.74046" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="551.15006" y="483.74046" width="123" height="18" fill="white"/><text transform="translate(553.15006 485.74046)" 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="461.51506" y1="467.24046" x2="461.51506" y2="385.01235" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="434.78856" y="414.7914" width="57" height="18" fill="white"/><text transform="translate(436.78856 416.7914)" 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="424.07495" y1="467.50523" x2="256.14656" y2="377.97901" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="280.75762" y="412.48762" width="114" height="18" fill="white"/><text transform="translate(282.75762 414.48762)" 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="402.51503" y1="349.61234" x2="257.8105" y2="349.61234" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="268.39705" y="340.61234" width="123" height="18" fill="white"/><text transform="translate(270.39705 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="247.85964" y1="324.39265" x2="419.6728" y2="240.35173" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="264.15736" y="274.40372" width="135" height="18" fill="white"/><text transform="translate(266.15736 276.40372)" 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="180.57609" y1="324.24063" x2="114.64908" y2="250.9574" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="107.99011" y="266.23547" width="57" height="18" fill="white"/><text transform="translate(109.99011 268.23547)" 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="181.20193" y1="324.20606" x2="232.38667" y2="252.8519" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="186.71774" y="267.78627" width="57" height="18" fill="white"/><text transform="translate(188.71774 269.78627)" 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="461.51507" y1="324.11233" x2="461.51507" y2="255.28495" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="406.11366" y="281.33986" width="117" height="18" fill="white"/><text transform="translate(408.11366 283.33986)" 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 726.56338 467.94975 C 699.1894 406.39405 683.10865 322.70028 644.4332 283.2642 C 608.15987 246.27745 551.99094 248.20068 503.92244 234.29607" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="588.50726" y="276.98972" width="117" height="18" fill="white"/><text transform="translate(590.50726 278.98972)" 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 429.01506 244.88494 L 429.01506 211.53494 L 461.51506 194.88494 L 494.01506 211.53494 L 494.01506 244.88494 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 429.01506 244.88494 L 429.01506 211.53494 L 461.51506 194.88494 L 494.01506 211.53494 L 494.01506 244.88494 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(434.01506 221.18494)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="10.824219" y="11" textLength="33.351562">:derek</tspan></text><path d="M 414.44866 132.47375 L 414.44866 96.0172 L 461.51506 77.81625 L 508.58146 96.0172 L 508.58146 132.47375 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 414.44866 132.47375 L 414.44866 96.0172 L 461.51506 77.81625 L 508.58146 96.0172 L 508.58146 132.47375 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(419.44866 86.218145)" 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="461.51506" y1="194.38494" x2="461.51506" y2="142.87375" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="400.01506" y="159.81311" width="123" height="18" fill="white"/><text transform="translate(402.01506 161.81311)" 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 157.1957 482.5355 C 157.1957 477.799 155.405 477.213 142.32443 472.5255 L 142.18625 472.477 C 129.03659 467.7405 128.89982 467.7405 115.40471 467.7405 C 97.43567 467.7405 16.195698 467.7405 16.195698 467.7405 L 16.195698 517.7405 L 157.1957 517.7405 L 157.1957 482.5355 Z" fill="white"/><path d="M 157.1957 482.5355 C 157.1957 477.799 155.405 477.213 142.32443 472.5255 L 142.18625 472.477 C 129.03659 467.7405 128.89982 467.7405 115.40471 467.7405 C 97.43567 467.7405 16.195698 467.7405 16.195698 467.7405 L 16.195698 517.7405 L 157.1957 517.7405 L 157.1957 482.5355 Z M 157.1957 482.2915 C 157.1957 477.799 157.05752 477.799 128.89982 477.799 L 128.89982 477.799 C 128.89982 467.7895 128.89982 467.7405 116.23097 467.7405" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(21.195698 478.7405)" 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="146.54016" y1="374.61234" x2="99.586816" y2="467.29447" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><rect x="58.289885" y="436.1805" width="105" height="18" fill="white"/><text transform="translate(60.289885 438.1805)" 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 310.42497 482.53547 C 310.42497 477.79897 308.63427 477.21297 295.5537 472.52547 L 295.41552 472.47697 C 282.26586 467.74047 282.12909 467.74047 268.63398 467.74047 C 250.66494 467.74047 169.42497 467.74047 169.42497 467.74047 L 169.42497 517.74047 L 310.42497 517.74047 L 310.42497 482.53547 Z" fill="white"/><path d="M 310.42497 482.53547 C 310.42497 477.79897 308.63427 477.21297 295.5537 472.52547 L 295.41552 472.47697 C 282.26586 467.74047 282.12909 467.74047 268.63398 467.74047 C 250.66494 467.74047 169.42497 467.74047 169.42497 467.74047 L 169.42497 517.74047 L 310.42497 517.74047 L 310.42497 482.53547 Z M 310.42497 482.29147 C 310.42497 477.79897 310.28679 477.79897 282.12909 477.79897 L 282.12909 477.79897 C 282.12909 467.78947 282.12909 467.74047 269.46024 467.74047" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(174.42497 478.74047)" 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="180.9105" y1="374.61234" x2="227.212" y2="467.29318" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><rect x="164.73027" y="435.31041" width="102" height="18" fill="white"/><text transform="translate(166.73027 437.31041)" 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 785.9253 135.944644 C 785.9253 126.945294 782.9374 125.831894 761.11155 116.925644 L 760.881 116.833494 C 738.93985 107.834144 738.71164 107.834144 716.1941 107.834144 C 686.2115 107.834144 550.6569 107.834144 550.6569 107.834144 L 550.6569 202.83414 L 785.9253 202.83414 L 785.9253 135.944644 Z" fill="white"/><path d="M 785.9253 135.944644 C 785.9253 126.945294 782.9374 125.831894 761.11155 116.925644 L 760.881 116.833494 C 738.93985 107.834144 738.71164 107.834144 716.1941 107.834144 C 686.2115 107.834144 550.6569 107.834144 550.6569 107.834144 L 550.6569 202.83414 L 785.9253 202.83414 L 785.9253 135.944644 Z M 785.9253 135.481044 C 785.9253 126.945294 785.69474 126.945294 738.71164 126.945294 L 738.71164 126.945294 C 738.71164 107.927244 738.71164 107.834144 717.57278 107.834144" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(555.6569 120.334144)" 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="492.31386" y1="210.26988" x2="550.17962" y2="192.2048" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 785.9253 37.957629 C 785.9253 30.884557 782.9374 30.009476 761.11155 23.009576 L 760.881 22.937151 C 738.93985 15.864079 738.71164 15.864079 716.1941 15.864079 C 686.2115 15.864079 550.6569 15.864079 550.6569 15.864079 L 550.6569 90.529675 L 785.9253 90.529675 L 785.9253 37.957629 Z" fill="white"/><path d="M 785.9253 37.957629 C 785.9253 30.884557 782.9374 30.009476 761.11155 23.009576 L 760.881 22.937151 C 738.93985 15.864079 738.71164 15.864079 716.1941 15.864079 C 686.2115 15.864079 550.6569 15.864079 550.6569 15.864079 L 550.6569 90.529675 L 785.9253 90.529675 L 785.9253 37.957629 Z M 785.9253 37.59326 C 785.9253 30.884557 785.69474 30.884557 738.71164 30.884557 L 738.71164 30.884557 C 738.71164 15.937251 738.71164 15.864079 717.57278 15.864079" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(555.6569 32.196877)" 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="504.83586" y1="94.259366" x2="550.17197" y2="82.86732" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><ellipse cx="86.6957" cy="219.88494" rx="58.500095" ry="25.00004" fill="#ffffbe"/><ellipse cx="86.6957" cy="219.88494" rx="58.500095" ry="25.00004" stroke="#7e7e7e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(44.8957 212.88494)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="12.793164" y="11" textLength="58.013672">:crimeData</tspan></text><ellipse cx="256.03496" cy="219.88494" rx="89.590477" ry="25.00004" fill="#ffffbe"/><ellipse cx="256.03496" cy="219.88494" rx="89.590477" ry="25.00004" stroke="#7e7e7e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(189.3627 212.88494)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="12.637109" y="11" textLength="108.07031">:nationalRegionsList</tspan></text><path d="M 39.6293 143.9685 L 39.6293 110.6185 L 86.6957 93.9685 L 133.7621 110.6185 L 133.7621 143.9685 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 39.6293 143.9685 L 39.6293 110.6185 L 86.6957 93.9685 L 133.7621 110.6185 L 133.7621 143.9685 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(44.6293 120.2685)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="8.714837" y="11" textLength="66.703125">:government</tspan></text><path d="M 191.53496 143.96851 L 191.53496 110.61851 L 256.03496 93.96851 L 320.53496 110.61851 L 320.53496 143.96851 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 191.53496 143.96851 L 191.53496 110.61851 L 256.03496 93.96851 L 320.53496 110.61851 L 320.53496 143.96851 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(196.53496 120.26851)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="9.803711" y="11" textLength="99.39258">:civil_action_group</tspan></text><line x1="86.6957" y1="194.38493" x2="86.6957" y2="153.8685" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="28.195699" y="165.75173" width="117" height="18" fill="white"/><text transform="translate(30.195699 167.75173)" 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="256.03496" y1="194.38493" x2="256.03496" y2="153.86851" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="194.53496" y="161.75173" width="123" height="24" fill="white"/><text transform="translate(199.53496 166.75173)" 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 157.1957 31.610854 C 157.1957 26.874354 155.405 26.288354 142.32443 21.600854 L 142.18625 21.552354 C 129.03659 16.815854 128.89982 16.815854 115.40471 16.815854 C 97.43567 16.815854 16.195698 16.815854 16.195698 16.815854 L 16.195698 66.815854 L 157.1957 66.815854 L 157.1957 31.610854 Z" fill="white"/><path d="M 157.1957 31.610854 C 157.1957 26.874354 155.405 26.288354 142.32443 21.600854 L 142.18625 21.552354 C 129.03659 16.815854 128.89982 16.815854 115.40471 16.815854 C 97.43567 16.815854 16.195698 16.815854 16.195698 16.815854 L 16.195698 66.815854 L 157.1957 66.815854 L 157.1957 31.610854 Z M 157.1957 31.366854 C 157.1957 26.874354 157.05752 26.874354 128.89982 26.874354 L 128.89982 26.874354 C 128.89982 16.864854 128.89982 16.815854 116.23097 16.815854" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(21.195698 27.815854)" 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="86.6957" y1="93.9685" x2="86.6957" y2="67.315854" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 326.53496 31.610857 C 326.53496 26.874357 324.74426 26.288357 311.66369 21.600857 L 311.52551 21.552357 C 298.37585 16.815857 298.23908 16.815857 284.74397 16.815857 C 266.77493 16.815857 185.53496 16.815857 185.53496 16.815857 L 185.53496 66.815857 L 326.53496 66.815857 L 326.53496 31.610857 Z" fill="white"/><path d="M 326.53496 31.610857 C 326.53496 26.874357 324.74426 26.288357 311.66369 21.600857 L 311.52551 21.552357 C 298.37585 16.815857 298.23908 16.815857 284.74397 16.815857 C 266.77493 16.815857 185.53496 16.815857 185.53496 16.815857 L 185.53496 66.815857 L 326.53496 66.815857 L 326.53496 31.610857 Z M 326.53496 31.366857 C 326.53496 26.874357 326.39678 26.874357 298.23908 26.874357 L 298.23908 26.874357 C 298.23908 16.864857 298.23908 16.815857 285.57023 16.815857" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(190.53496 27.815857)" 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="256.03496" y1="93.96851" x2="256.03496" y2="67.315857" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><line x1="703.4621" y1="475.04816" x2="507.96003" y2="373.69142" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="573.1704" y="430.12435" width="122" height="18" fill="white"/><text transform="translate(575.1704 432.12435)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".31835938" y="11" textLength="117.36328">prov:wasDerivedFrom</tspan></text></g><g><title>hide</title><path d="M 524.51506 481.69342 C 531.89383 456.94035 544.86346 429.90035 554.77153 404.11094 C 549.6115 402.20724 553.4182 391.8891 558.57822 393.7928 C 565.75737 373.37952 570.20603 354.08188 567.42732 337.7384 C 561.25417 301.42992 519.4073 279.68142 491.19914 252.37133" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="487.1306" y="300.81968" width="135" height="18" fill="white"/><text transform="translate(489.1306 302.81968)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14160156" y="11" textLength="130.7168">prov:wasAssociatedWith</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="14 13 774 507" width="774pt" height="507pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-11-26 13:47Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.2 --></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><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_2" viewBox="-1 -4 10 8" markerWidth="10" markerHeight="8" color="#ff0080"><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="1105" height="736"/><g><title>Layer 1</title><ellipse cx="737.58786" cy="492.74044" rx="47.066475" ry="25.00004" fill="#ffffbe"/><ellipse cx="737.58786" cy="492.74044" rx="47.066475" ry="25.00004" stroke="#7e7e7e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(704.93474 485.74044)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="5.6384712" y="11" textLength="54.029297">:bar_chart</tspan></text><rect x="398.51506" y="467.74046" width="126" height="50" fill="#cfceff"/><rect x="398.51506" y="467.74046" width="126" height="50" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(403.51506 485.74046)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="10.319336" y="11" textLength="95.36133">:illustrationActivity</tspan></text><ellipse cx="461.51506" cy="349.61234" rx="58.500095" ry="25.00004" fill="#ffffbe"/><ellipse cx="461.51506" cy="349.61234" rx="58.500095" ry="25.00004" stroke="#7e7e7e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(419.71506 335.61234)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="2.7707031" y="11" textLength="78.058594">:aggregatedBy</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="19.786328" y="25" textLength="44.027344">Regions</tspan></text><rect x="114.410495" y="324.61234" width="133" height="50" fill="#cfceff"/><rect x="114.410495" y="324.61234" width="133" height="50" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(119.410495 342.61234)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="9.1376953" y="11" textLength="104.72461">:aggregationActivity</tspan></text><line x1="690.02144" y1="492.74046" x2="534.41506" y2="492.74046" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="551.15006" y="483.74046" width="123" height="18" fill="white"/><text transform="translate(553.15006 485.74046)" 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="461.51506" y1="467.24046" x2="461.51506" y2="385.01235" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="434.78856" y="414.7914" width="57" height="18" fill="white"/><text transform="translate(436.78856 416.7914)" 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="424.07495" y1="467.50523" x2="256.14656" y2="377.97901" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="280.75762" y="412.48762" width="114" height="18" fill="white"/><text transform="translate(282.75762 414.48762)" 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="402.51503" y1="349.61234" x2="257.8105" y2="349.61234" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="268.39705" y="340.61234" width="123" height="18" fill="white"/><text transform="translate(270.39705 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="247.85964" y1="324.39265" x2="419.6728" y2="240.35173" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="264.15736" y="274.40372" width="135" height="18" fill="white"/><text transform="translate(266.15736 276.40372)" 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="180.57609" y1="324.24063" x2="114.64908" y2="250.9574" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="107.99011" y="266.23547" width="57" height="18" fill="white"/><text transform="translate(109.99011 268.23547)" 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="181.20193" y1="324.20606" x2="232.38667" y2="252.8519" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="186.71774" y="267.78627" width="57" height="18" fill="white"/><text transform="translate(188.71774 269.78627)" 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="461.51507" y1="324.11233" x2="461.51507" y2="255.28495" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="406.11366" y="281.33986" width="117" height="18" fill="white"/><text transform="translate(408.11366 283.33986)" 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 726.56338 467.94975 C 699.1894 406.39405 683.10865 322.70028 644.4332 283.2642 C 608.15987 246.27745 551.99094 248.20068 503.92244 234.29607" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="588.50726" y="276.98972" width="117" height="18" fill="white"/><text transform="translate(590.50726 278.98972)" 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 429.01506 244.88494 L 429.01506 211.53494 L 461.51506 194.88494 L 494.01506 211.53494 L 494.01506 244.88494 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 429.01506 244.88494 L 429.01506 211.53494 L 461.51506 194.88494 L 494.01506 211.53494 L 494.01506 244.88494 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(434.01506 221.18494)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="10.824219" y="11" textLength="33.351562">:derek</tspan></text><path d="M 414.44866 132.47375 L 414.44866 96.0172 L 461.51506 77.81625 L 508.58146 96.0172 L 508.58146 132.47375 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 414.44866 132.47375 L 414.44866 96.0172 L 461.51506 77.81625 L 508.58146 96.0172 L 508.58146 132.47375 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(419.44866 86.218145)" 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="461.51506" y1="194.38494" x2="461.51506" y2="142.87375" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="400.01506" y="159.81311" width="123" height="18" fill="white"/><text transform="translate(402.01506 161.81311)" 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 157.1957 482.5355 C 157.1957 477.799 155.405 477.213 142.32443 472.5255 L 142.18625 472.477 C 129.03659 467.7405 128.89982 467.7405 115.40471 467.7405 C 97.43567 467.7405 16.195698 467.7405 16.195698 467.7405 L 16.195698 517.7405 L 157.1957 517.7405 L 157.1957 482.5355 Z" fill="white"/><path d="M 157.1957 482.5355 C 157.1957 477.799 155.405 477.213 142.32443 472.5255 L 142.18625 472.477 C 129.03659 467.7405 128.89982 467.7405 115.40471 467.7405 C 97.43567 467.7405 16.195698 467.7405 16.195698 467.7405 L 16.195698 517.7405 L 157.1957 517.7405 L 157.1957 482.5355 Z M 157.1957 482.2915 C 157.1957 477.799 157.05752 477.799 128.89982 477.799 L 128.89982 477.799 C 128.89982 467.7895 128.89982 467.7405 116.23097 467.7405" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(21.195698 478.7405)" 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="146.54016" y1="374.61234" x2="99.586816" y2="467.29447" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><rect x="58.289885" y="436.1805" width="105" height="18" fill="white"/><text transform="translate(60.289885 438.1805)" 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 310.42497 482.53547 C 310.42497 477.79897 308.63427 477.21297 295.5537 472.52547 L 295.41552 472.47697 C 282.26586 467.74047 282.12909 467.74047 268.63398 467.74047 C 250.66494 467.74047 169.42497 467.74047 169.42497 467.74047 L 169.42497 517.74047 L 310.42497 517.74047 L 310.42497 482.53547 Z" fill="white"/><path d="M 310.42497 482.53547 C 310.42497 477.79897 308.63427 477.21297 295.5537 472.52547 L 295.41552 472.47697 C 282.26586 467.74047 282.12909 467.74047 268.63398 467.74047 C 250.66494 467.74047 169.42497 467.74047 169.42497 467.74047 L 169.42497 517.74047 L 310.42497 517.74047 L 310.42497 482.53547 Z M 310.42497 482.29147 C 310.42497 477.79897 310.28679 477.79897 282.12909 477.79897 L 282.12909 477.79897 C 282.12909 467.78947 282.12909 467.74047 269.46024 467.74047" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(174.42497 478.74047)" 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="180.9105" y1="374.61234" x2="227.212" y2="467.29318" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><rect x="164.73027" y="435.31041" width="102" height="18" fill="white"/><text transform="translate(166.73027 437.31041)" 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 785.9253 135.944644 C 785.9253 126.945294 782.9374 125.831894 761.11155 116.925644 L 760.881 116.833494 C 738.93985 107.834144 738.71164 107.834144 716.1941 107.834144 C 686.2115 107.834144 550.6569 107.834144 550.6569 107.834144 L 550.6569 202.83414 L 785.9253 202.83414 L 785.9253 135.944644 Z" fill="white"/><path d="M 785.9253 135.944644 C 785.9253 126.945294 782.9374 125.831894 761.11155 116.925644 L 760.881 116.833494 C 738.93985 107.834144 738.71164 107.834144 716.1941 107.834144 C 686.2115 107.834144 550.6569 107.834144 550.6569 107.834144 L 550.6569 202.83414 L 785.9253 202.83414 L 785.9253 135.944644 Z M 785.9253 135.481044 C 785.9253 126.945294 785.69474 126.945294 738.71164 126.945294 L 738.71164 126.945294 C 738.71164 107.927244 738.71164 107.834144 717.57278 107.834144" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(555.6569 120.334144)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="155.765625">type=foaf:Person, prov:Agent</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="131.583984">foaf:givenName="Derek"</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="492.3142" y1="210.27006" x2="550.17962" y2="192.20563" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 785.9253 37.957629 C 785.9253 30.884557 782.9374 30.009476 761.11155 23.009576 L 760.881 22.937151 C 738.93985 15.864079 738.71164 15.864079 716.1941 15.864079 C 686.2115 15.864079 550.6569 15.864079 550.6569 15.864079 L 550.6569 90.529675 L 785.9253 90.529675 L 785.9253 37.957629 Z" fill="white"/><path d="M 785.9253 37.957629 C 785.9253 30.884557 782.9374 30.009476 761.11155 23.009576 L 760.881 22.937151 C 738.93985 15.864079 738.71164 15.864079 716.1941 15.864079 C 686.2115 15.864079 550.6569 15.864079 550.6569 15.864079 L 550.6569 90.529675 L 785.9253 90.529675 L 785.9253 37.957629 Z M 785.9253 37.59326 C 785.9253 30.884557 785.69474 30.884557 738.71164 30.884557 L 738.71164 30.884557 C 738.71164 15.937251 738.71164 15.864079 717.57278 15.864079" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(555.6569 32.196877)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="185.7832">type=foaf:Organization, prov:Agent</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="504.83806" y1="94.260233" x2="550.17197" y2="82.87023" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><ellipse cx="86.6957" cy="219.88494" rx="58.500095" ry="25.00004" fill="#ffffbe"/><ellipse cx="86.6957" cy="219.88494" rx="58.500095" ry="25.00004" stroke="#7e7e7e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(44.8957 212.88494)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="12.793164" y="11" textLength="58.013672">:crimeData</tspan></text><ellipse cx="256.03496" cy="219.88494" rx="89.590477" ry="25.00004" fill="#ffffbe"/><ellipse cx="256.03496" cy="219.88494" rx="89.590477" ry="25.00004" stroke="#7e7e7e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(189.3627 212.88494)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="12.637109" y="11" textLength="108.07031">:nationalRegionsList</tspan></text><path d="M 39.6293 143.9685 L 39.6293 110.6185 L 86.6957 93.9685 L 133.7621 110.6185 L 133.7621 143.9685 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 39.6293 143.9685 L 39.6293 110.6185 L 86.6957 93.9685 L 133.7621 110.6185 L 133.7621 143.9685 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(44.6293 120.2685)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="8.714837" y="11" textLength="66.703125">:government</tspan></text><path d="M 191.53496 143.96851 L 191.53496 110.61851 L 256.03496 93.96851 L 320.53496 110.61851 L 320.53496 143.96851 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 191.53496 143.96851 L 191.53496 110.61851 L 256.03496 93.96851 L 320.53496 110.61851 L 320.53496 143.96851 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(196.53496 120.26851)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="9.803711" y="11" textLength="99.39258">:civil_action_group</tspan></text><line x1="86.6957" y1="194.38493" x2="86.6957" y2="153.8685" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="28.195699" y="165.75173" width="117" height="18" fill="white"/><text transform="translate(30.195699 167.75173)" 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="256.03496" y1="194.38493" x2="256.03496" y2="153.86851" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="194.53496" y="161.75173" width="123" height="24" fill="white"/><text transform="translate(199.53496 166.75173)" 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 157.1957 31.610854 C 157.1957 26.874354 155.405 26.288354 142.32443 21.600854 L 142.18625 21.552354 C 129.03659 16.815854 128.89982 16.815854 115.40471 16.815854 C 97.43567 16.815854 16.195698 16.815854 16.195698 16.815854 L 16.195698 66.815854 L 157.1957 66.815854 L 157.1957 31.610854 Z" fill="white"/><path d="M 157.1957 31.610854 C 157.1957 26.874354 155.405 26.288354 142.32443 21.600854 L 142.18625 21.552354 C 129.03659 16.815854 128.89982 16.815854 115.40471 16.815854 C 97.43567 16.815854 16.195698 16.815854 16.195698 16.815854 L 16.195698 66.815854 L 157.1957 66.815854 L 157.1957 31.610854 Z M 157.1957 31.366854 C 157.1957 26.874354 157.05752 26.874354 128.89982 26.874354 L 128.89982 26.874354 C 128.89982 16.864854 128.89982 16.815854 116.23097 16.815854" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(21.195698 27.815854)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="3.2939453" y="11" textLength="127.74609">type=foaf:Organization, </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="36.481445" y="25" textLength="58.03711">prov:Agent</tspan></text><line x1="86.6957" y1="93.9685" x2="86.6957" y2="67.315854" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 326.53496 31.610857 C 326.53496 26.874357 324.74426 26.288357 311.66369 21.600857 L 311.52551 21.552357 C 298.37585 16.815857 298.23908 16.815857 284.74397 16.815857 C 266.77493 16.815857 185.53496 16.815857 185.53496 16.815857 L 185.53496 66.815857 L 326.53496 66.815857 L 326.53496 31.610857 Z" fill="white"/><path d="M 326.53496 31.610857 C 326.53496 26.874357 324.74426 26.288357 311.66369 21.600857 L 311.52551 21.552357 C 298.37585 16.815857 298.23908 16.815857 284.74397 16.815857 C 266.77493 16.815857 185.53496 16.815857 185.53496 16.815857 L 185.53496 66.815857 L 326.53496 66.815857 L 326.53496 31.610857 Z M 326.53496 31.366857 C 326.53496 26.874357 326.39678 26.874357 298.23908 26.874357 L 298.23908 26.874357 C 298.23908 16.864857 298.23908 16.815857 285.57023 16.815857" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(190.53496 27.815857)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="3.2939453" y="11" textLength="127.74609">type=foaf:Organization, </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="36.481445" y="25" textLength="58.03711">prov:Agent</tspan></text><line x1="256.03496" y1="93.96851" x2="256.03496" y2="67.315857" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><line x1="703.4621" y1="475.04816" x2="507.96003" y2="373.69142" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="573.1704" y="430.12435" width="122" height="18" fill="white"/><text transform="translate(575.1704 432.12435)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".31835938" y="11" textLength="117.36328">prov:wasDerivedFrom</tspan></text></g><g><title>hide</title><path d="M 524.51506 481.69342 C 531.89383 456.94035 544.86346 429.90035 554.77153 404.11094 C 549.6115 402.20724 553.4182 391.8891 558.57822 393.7928 C 565.75737 373.37952 570.20603 354.08188 567.42732 337.7384 C 561.25417 301.42992 519.4073 279.68142 491.19914 252.37133" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="487.1306" y="300.81968" width="135" height="18" fill="white"/><text transform="translate(489.1306 302.81968)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14160156" y="11" textLength="130.7168">prov:wasAssociatedWith</tspan></text></g></g></svg>
--- a/ontology/diagrams/expanded-terms-example-bundlePost.svg	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/diagrams/expanded-terms-example-bundlePost.svg	Tue Nov 27 11:44:38 2012 +0000
@@ -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="11 10 963 711" width="963pt" height="711pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-11-16 14:21Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.2 --></metadata><defs><font-face font-family="Courier" font-size="18" units-per-em="1000" underline-position="-178.22266" underline-thickness="57.617188" slope="0" x-height="462.40234" cap-height="594.72656" ascent="753.90625" descent="-246.09375" font-weight="500"><font-face-src><font-face-name name="Courier"/></font-face-src></font-face><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><font-face font-family="Helvetica" font-size="12" units-per-em="1000" underline-position="-75.683594" underline-thickness="49.316406" slope="0" x-height="532.22656" cap-height="719.72656" ascent="770.01953" descent="-229.98047" font-weight="bold"><font-face-src><font-face-name name="Helvetica-Bold"/></font-face-src></font-face><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_2" viewBox="-1 -3 5 6" markerWidth="5" markerHeight="6" color="black"><g><path d="M 2.8799996 0 L 0 -1.07999986 L 0 1.07999986 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><font-face font-family="Courier" font-size="12" units-per-em="1000" underline-position="-178.22266" underline-thickness="57.617188" slope="0" x-height="462.40234" cap-height="594.72656" ascent="753.90625" descent="-246.09375" font-weight="500"><font-face-src><font-face-name name="Courier"/></font-face-src></font-face></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 1</title><rect fill="white" width="1068" height="852"/><g><title>Layer 1</title><rect x="13.407654" y="12" width="958.59235" height="707" fill="#f3f3f3"/><path d="M 13.407654 12 L 972 12 L 972 719 L 13.407654 719 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><text transform="translate(18.407654 17)" fill="black"><tspan font-family="Courier" font-size="18" font-weight="500" x="463.49442" y="18" textLength="21.603516">&lt;&gt;</tspan></text><path d="M 268.36029 221.29313 L 268.36029 185.27513 L 314.81444 167.29313 L 361.2686 185.27513 L 361.2686 221.29313 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 268.36029 221.29313 L 268.36029 185.27513 L 314.81444 167.29313 L 361.2686 185.27513 L 361.2686 221.29313 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(273.36029 196.25713)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="24.778373" y="11" textLength="33.351562">:derek</tspan></text><path d="M 256 177.81971 C 256 170.29396 253.10094 169.36287 231.92414 161.91497 L 231.70043 161.83791 C 210.41177 154.31216 210.19034 154.31216 188.34242 154.31216 C 159.25141 154.31216 27.727844 154.31216 27.727844 154.31216 L 27.727844 233.75642 L 256 233.75642 L 256 177.81971 Z" fill="white"/><path d="M 256 177.81971 C 256 170.29396 253.10094 169.36287 231.92414 161.91497 L 231.70043 161.83791 C 210.41177 154.31216 210.19034 154.31216 188.34242 154.31216 C 159.25141 154.31216 27.727844 154.31216 27.727844 154.31216 L 27.727844 233.75642 L 256 233.75642 L 256 177.81971 Z M 256 177.43203 C 256 170.29396 255.7763 170.29396 210.19034 170.29396 L 210.19034 170.29396 C 210.19034 154.39001 210.19034 154.31216 189.68009 154.31216" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(32.727844 159.03429)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="162.42773">type=prov:Person, 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="217.29492">foaf:mbox=&lt;mailto:derek@example.org&gt;</tspan></text><line x1="267.86029" y1="194.22305" x2="256.5" y2="194.20609" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 268.36029 107.11431 L 268.36029 71.096312 L 314.86029 53.114312 L 361.36029 71.096312 L 361.36029 107.11431 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 268.36029 107.11431 L 268.36029 71.096312 L 314.86029 53.114312 L 361.36029 71.096312 L 361.36029 107.11431 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(273.36029 75.078312)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="15.478516" y="11" textLength="52.04297">:national_</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="1.140625" y="25" textLength="80.71875">newspaper_inc</tspan></text><line x1="314.8289" y1="166.79862" x2="314.85508" y2="117.01431" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="252.34423" y="128.63718" width="125" height="18" fill="#f3f3f3"/><text transform="translate(255.34423 130.63718)" 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 599.75835 70.473465 C 599.75835 64.916073 597.03916 64.228512 577.17626 58.728613 L 576.96644 58.671707 C 556.99863 53.114315 556.79094 53.114315 536.29856 53.114315 C 509.0125 53.114315 385.6493 53.114315 385.6493 53.114315 L 385.6493 111.77991 L 599.75835 111.77991 L 599.75835 70.473465 Z" fill="white"/><path d="M 599.75835 70.473465 C 599.75835 64.916073 597.03916 64.228512 577.17626 58.728613 L 576.96644 58.671707 C 556.99863 53.114315 556.79094 53.114315 536.29856 53.114315 C 509.0125 53.114315 385.6493 53.114315 385.6493 53.114315 L 385.6493 111.77991 L 599.75835 111.77991 L 599.75835 70.473465 Z M 599.75835 70.187177 C 599.75835 64.916073 599.54852 64.916073 556.79094 64.916073 L 556.79094 64.916073 C 556.79094 53.171807 556.79094 53.114315 537.55324 53.114315" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(390.6493 61.447113)" 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="172.69336">foaf:name="National Newspaper</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="172.03711" y="39" textLength="30.269531">, Inc."</tspan></text><line x1="361.36029" y1="80.114312" x2="385.14937" y2="80.53683" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 723 221.29312 L 723 185.27513 L 769.5 167.29313 L 816 185.27513 L 816 221.29312 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 723 221.29312 L 723 185.27513 L 769.5 167.29313 L 816 185.27513 L 816 221.29312 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(728 196.25713)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="12.818359" y="11" textLength="57.36328">:postEditor</tspan></text><path d="M 955.4086 255.35018 C 955.4086 249.79279 953.1564 249.10523 936.70464 243.60533 L 936.53085 243.54842 C 919.9922 237.99103 919.8202 237.99103 902.84705 237.99103 C 880.24695 237.99103 778.06946 237.99103 778.06946 237.99103 L 778.06946 296.65662 L 955.4086 296.65662 L 955.4086 255.35018 Z" fill="white"/><path d="M 955.4086 255.35018 C 955.4086 249.79279 953.1564 249.10523 936.70464 243.60533 L 936.53085 243.54842 C 919.9922 237.99103 919.8202 237.99103 902.84705 237.99103 C 880.24695 237.99103 778.06946 237.99103 778.06946 237.99103 L 778.06946 296.65662 L 955.4086 296.65662 L 955.4086 255.35018 Z M 955.4086 255.06389 C 955.4086 249.79279 955.2348 249.79279 919.8202 249.79279 L 919.8202 249.79279 C 919.8202 238.04852 919.8202 237.99103 903.88626 237.99103" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(783.06946 246.32383)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="135.08203">type=prov:SoftwareAgent</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="157.61719">foaf:name="Post Editor 3000"</tspan></text><line x1="805.84973" y1="221.59339" x2="827.28304" y2="237.69076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><ellipse cx="547.96495" cy="141.77951" rx="88.669716" ry="18.000029" fill="#ffffbe"/><ellipse cx="547.96495" cy="141.77951" rx="88.669716" ry="18.000029" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(482.0293 134.77951)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="4.8926897" y="11" textLength="122.08594">:aggregatedByRegions</tspan></text><line x1="599.5855" y1="126.93316" x2="716.48567" y2="93.312046" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="616.85097" y="100.16908" width="89" height="18" fill="#f3f3f3"/><text transform="translate(619.85097 102.16908)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47265625" y="11" textLength="82.054688">prov:atLocation</tspan></text><ellipse cx="134.78237" cy="485.98342" rx="107.054695" ry="16.295786" fill="#804000" fill-opacity=".38999999"/><ellipse cx="134.78237" cy="485.98342" rx="107.054695" ry="16.295786" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(54.13875 478.98342)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="1.2871765" y="11" textLength="158.71289">:more-crime-happens-in-cities</tspan></text><path d="M 210 398.43315 C 210 395.73334 207.68514 395.39932 190.77576 392.72745 L 190.59713 392.6998 C 173.59843 390 173.42162 390 155.97636 390 C 132.74759 390 27.727844 390 27.727844 390 L 27.727844 418.5 L 210 418.5 L 210 398.43315 Z" fill="white"/><path d="M 210 398.43315 C 210 395.73334 207.68514 395.39932 190.77576 392.72745 L 190.59713 392.6998 C 173.59843 390 173.42162 390 155.97636 390 C 132.74759 390 27.727844 390 27.727844 390 L 27.727844 418.5 L 210 418.5 L 210 398.43315 Z M 210 398.29407 C 210 395.73334 209.82137 395.73334 173.42162 395.73334 L 173.42162 395.73334 C 173.42162 390.02793 173.42162 390 157.04447 390" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(32.727844 400)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="157.08984">type=prov:Location, sioc:Post</tspan></text><line x1="131.5144" y1="469.20398" x2="121.734845" y2="418.99078" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 731 74.037043 L 808 74.037043 C 810.7614 74.037043 813 76.27562 813 79.037043 L 813 102.11431 C 813 104.875733 810.7614 107.11431 808 107.11431 L 731 107.11431 C 728.23856 107.11431 726 104.875733 726 102.11431 C 726 102.11431 726 102.11431 726 102.11431 L 726 79.037043 C 726 76.27562 728.23856 74.037043 731 74.037043 C 731 74.037043 731 74.037043 731 74.037043 Z" fill="#804000" fill-opacity=".38999999"/><path d="M 731 74.037043 L 808 74.037043 C 810.7614 74.037043 813 76.27562 813 79.037043 L 813 102.11431 C 813 104.875733 810.7614 107.11431 808 107.11431 L 731 107.11431 C 728.23856 107.11431 726 104.875733 726 102.11431 C 726 102.11431 726 102.11431 726 102.11431 L 726 79.037043 C 726 76.27562 728.23856 74.037043 731 74.037043 C 731 74.037043 731 74.037043 731 74.037043 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(731 76.575676)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="2.649414" y="11" textLength="14.337891">&lt;fi</tspan><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="16.987305" y="11" textLength="57.36328">le://Users/</tspan><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="13.322266" y="25" textLength="26.003906">aggr</tspan><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="38.669922" y="25" textLength="25.007812">.txt&gt;</tspan></text><ellipse cx="547.96495" cy="485.98342" rx="85.16678" ry="18.000029" fill="#ffffbe"/><ellipse cx="547.96495" cy="485.98342" rx="85.16678" ry="18.000029" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(484.83163 478.98342)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="30.44093" y="11" textLength="65.384766">:post9821v1</tspan></text><path d="M 955.40866 539.99504 C 955.40866 531.31563 951.7341 530.2418 924.89253 521.6522 L 924.609 521.56332 C 897.6256 512.8839 897.34497 512.8839 869.65274 512.8839 C 832.77993 512.8839 666.07394 512.8839 666.07394 512.8839 L 666.07394 604.5065 L 955.40866 604.5065 L 955.40866 539.99504 Z" fill="white"/><path d="M 955.40866 539.99504 C 955.40866 531.31563 951.7341 530.2418 924.89253 521.6522 L 924.609 521.56332 C 897.6256 512.8839 897.34497 512.8839 869.65274 512.8839 C 832.77993 512.8839 666.07394 512.8839 666.07394 512.8839 L 666.07394 604.5065 L 955.40866 604.5065 L 955.40866 539.99504 Z M 955.40866 539.54792 C 955.40866 531.31563 955.1251 531.31563 897.34497 531.31563 L 897.34497 531.31563 C 897.34497 512.9737 897.34497 512.8839 871.34825 512.8839" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(671.07394 516.6952)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="78.375">type=sioc:Post</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="274.21875">sioc:title="More crime happens in cities"^^xsd:string</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="99.39258">prov:generatedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="98.953125" y="67" textLength="22.669922">ime </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="81" textLength="24.28125">"201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="23.396484" y="81" textLength="170.94727">1-07-16T01:52:02Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="193.9043" y="81" textLength="19.335938">ime</tspan></text><line x1="600.14892" y1="500.42303" x2="665.59205" y2="518.53154" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><line x1="242.33695" y1="485.98343" x2="453.23826" y2="485.98343" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="258.17447" y="476.98343" width="122" height="18" fill="#f3f3f3"/><text transform="translate(261.17447 478.98343)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".30566406" y="11" textLength="115.38867">sioc:previous_version</tspan></text><ellipse cx="547.96495" cy="679.29907" rx="85.16678" ry="18.000029" fill="#ffffbe"/><ellipse cx="547.96495" cy="679.29907" rx="85.16678" ry="18.000029" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(484.83163 672.29907)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="30.44093" y="11" textLength="65.384766">:post9821v2</tspan></text><path d="M 955.40866 679.46175 C 955.40866 676.2883 951.7341 675.89567 924.89253 672.75505 L 924.609 672.72256 C 897.6256 669.5491 897.34497 669.5491 869.65274 669.5491 C 832.77993 669.5491 666.07394 669.5491 666.07394 669.5491 L 666.07394 703.0491 L 955.40866 703.0491 L 955.40866 679.46175 Z" fill="white"/><path d="M 955.40866 679.46175 C 955.40866 676.2883 951.7341 675.89567 924.89253 672.75505 L 924.609 672.72256 C 897.6256 669.5491 897.34497 669.5491 869.65274 669.5491 C 832.77993 669.5491 666.07394 669.5491 666.07394 669.5491 L 666.07394 703.0491 L 955.40866 703.0491 L 955.40866 679.46175 Z M 955.40866 679.29827 C 955.40866 676.2883 955.1251 676.2883 897.34497 676.2883 L 897.34497 676.2883 C 897.34497 669.58193 897.34497 669.5491 871.34825 669.5491" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(671.07394 679.2991)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="78.375">type=sioc:Post</tspan></text><line x1="632.96684" y1="681.5634" x2="665.57412" y2="682.43202" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 191.33892 499.98973 C 234.41974 510.65875 265.63543 505.0158 320.59429 532 C 373.29629 557.87612 447.8618 613.7697 512.83345 656.49778" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="259.62091" y="519.00885" width="105" height="18" fill="#f3f3f3"/><text transform="translate(262.62091 521.00885)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14355469" y="11" textLength="98.71289">sioc:latest_version</tspan></text><rect x="477.46495" y="276.90751" width="141" height="50" fill="#cfceff"/><rect x="477.46495" y="276.90751" width="141" height="50" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(482.46495 294.90751)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="3.2382812" y="11" textLength="105.38672">:publicationActivity1</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="107.740234" y="11" textLength="20.021484">123</tspan></text><path d="M 542.40252 467.54095 C 532.6976 435.36385 514.48643 394.3621 513.28483 371 C 512.33552 352.54304 522.00248 345.08733 529.70427 335.59681" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="454.78407" y="383.55922" width="125" height="18" fill="#f3f3f3"/><text transform="translate(457.78407 385.55922)" 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="491.39243" y1="327.11099" x2="178.90336" y2="466.3272" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="199.01489" y="428.54228" width="89" height="18" fill="#f3f3f3"/><text transform="translate(202.01489 430.54228)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47265625" y="11" textLength="82.054688">prov:atLocation</tspan></text><line x1="633.63163" y1="485.98342" x2="782.38645" y2="485.98342" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="641.77025" y="476.98342" width="117" height="18" fill="#f3f3f3"/><text transform="translate(644.77025 478.98342)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".46875" y="11" textLength="110.0625">my:snapshotContent</tspan></text><path d="M 796.44644 473.98342 L 895.41666 473.98342 C 898.1781 473.98342 900.41666 476.222 900.41666 478.98342 L 900.41666 492.98342 C 900.41666 495.74484 898.1781 497.98342 895.41666 497.98342 L 796.44644 497.98342 C 793.685 497.98342 791.44644 495.74484 791.44644 492.98342 C 791.44644 492.98342 791.44644 492.98342 791.44644 492.98342 L 791.44644 478.98342 C 791.44644 476.222 793.685 473.98342 796.44644 473.98342 C 796.44644 473.98342 796.44644 473.98342 796.44644 473.98342 Z" fill="white"/><path d="M 796.44644 473.98342 L 895.41666 473.98342 C 898.1781 473.98342 900.41666 476.222 900.41666 478.98342 L 900.41666 492.98342 C 900.41666 495.74484 898.1781 497.98342 895.41666 497.98342 L 796.44644 497.98342 C 793.685 497.98342 791.44644 495.74484 791.44644 492.98342 C 791.44644 492.98342 791.44644 492.98342 791.44644 492.98342 L 791.44644 478.98342 C 791.44644 476.222 793.685 473.98342 796.44644 473.98342 C 796.44644 473.98342 796.44644 473.98342 796.44644 473.98342 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(796.44644 478.98342)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="12.1257314" y="11" textLength="74.71875">:postContent0</tspan></text><path d="M 570.8603 468.31422 C 608.56975 439.2124 686.0797 432.36455 684 381 C 681.99997 331.603 606.38982 241.00596 563.3608 168.65147" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="611.69082" y="395.6205" width="133" height="18" fill="#f3f3f3"/><text transform="translate(614.69082 397.6205)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".4736328" y="11" textLength="126.052734">prov:hadPrimarySource</tspan></text><path d="M 523.2048 468.4423 C 467.86335 429.23608 390.65288 391.91886 357.16384 350.8119 C 326.16848 312.76586 332.60851 271.45232 324.51356 231.41268" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="393.45426" y="414.459" width="119" height="18" fill="#f3f3f3"/><text transform="translate(396.45426 416.459)" 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 502.00006 663.91865 C 436.33994 641.94797 362.10615 624.9609 305 598 C 251.15068 572.5767 212.50063 538.27034 167.5573 507.6496" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="271.33964" y="593.91483" width="89" height="18" fill="#f3f3f3"/><text transform="translate(274.33964 595.91483)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47265625" y="11" textLength="82.054688">prov:atLocation</tspan></text><line x1="617.4146" y1="668.6545" x2="777.1367" y2="644.1738" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="649.56874" y="645.7599" width="117" height="18" fill="#f3f3f3"/><text transform="translate(652.56874 647.7599)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".46875" y="11" textLength="110.0625">my:snapshotContent</tspan></text><path d="M 792.41666 630.5982 L 891.38687 630.5982 C 894.1483 630.5982 896.38687 632.8368 896.38687 635.5982 L 896.38687 649.5982 C 896.38687 652.35963 894.1483 654.5982 891.38687 654.5982 L 792.41666 654.5982 C 789.65523 654.5982 787.41666 652.35963 787.41666 649.5982 C 787.41666 649.5982 787.41666 649.5982 787.41666 649.5982 L 787.41666 635.5982 C 787.41666 632.8368 789.65523 630.5982 792.41666 630.5982 C 792.41666 630.5982 792.41666 630.5982 792.41666 630.5982 Z" fill="white"/><path d="M 792.41666 630.5982 L 891.38687 630.5982 C 894.1483 630.5982 896.38687 632.8368 896.38687 635.5982 L 896.38687 649.5982 C 896.38687 652.35963 894.1483 654.5982 891.38687 654.5982 L 792.41666 654.5982 C 789.65523 654.5982 787.41666 652.35963 787.41666 649.5982 C 787.41666 649.5982 787.41666 649.5982 787.41666 649.5982 L 787.41666 635.5982 C 787.41666 632.8368 789.65523 630.5982 792.41666 630.5982 C 792.41666 630.5982 792.41666 630.5982 792.41666 630.5982 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(792.41666 635.5982)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="12.1257314" y="11" textLength="74.71875">:postContent1</tspan></text><line x1="547.96495" y1="660.79906" x2="547.96495" y2="514.38343" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="491.46495" y="574.38687" width="113" height="18" fill="#f3f3f3"/><text transform="translate(494.46495 576.38687)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14746094" y="11" textLength="106.70508">prov:wasRevisionOf</tspan></text><path d="M 572.8858 661.7694 C 591.34508 648.78485 619.03955 640.803 628.2692 622.8119 C 637.49883 604.82077 638.1425 573.65017 628.2692 553.8119 C 619.62715 536.4476 595.85195 523.92056 576.8145 509.88143" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="578.5145" y="618.87222" width="93" height="18" fill="#f3f3f3"/><text transform="translate(581.5145 620.87222)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47753906" y="11" textLength="86.04492">prov:alternateOf</tspan></text><path d="M 534.5846 661.10874 C 468.39635 571.1271 372.1315 464.3492 336 391.13679 C 302.01027 322.2642 321.2169 283.05678 318.5561 231.66154" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="389.47669" y="542.41128" width="119" height="18" fill="#f3f3f3"/><text transform="translate(392.47669 544.41128)" 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 210 281.36968 C 210 271.83736 207.68514 270.65802 190.77576 261.22431 L 190.59713 261.1267 C 173.59843 251.59438 173.42162 251.59438 155.97636 251.59438 C 132.74759 251.59438 27.727844 251.59438 27.727844 251.59438 L 27.727844 352.22061 L 210 352.22061 L 210 281.36968 Z" fill="white"/><path d="M 210 281.36968 C 210 271.83736 207.68514 270.65802 190.77576 261.22431 L 190.59713 261.1267 C 173.59843 251.59438 173.42162 251.59438 155.97636 251.59438 C 132.74759 251.59438 27.727844 251.59438 27.727844 251.59438 L 27.727844 352.22061 L 210 352.22061 L 210 281.36968 Z M 210 280.87863 C 210 271.83736 209.82137 271.83736 173.42162 271.83736 L 173.42162 271.83736 C 173.42162 251.693 173.42162 251.59438 157.04447 251.59438" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(32.727844 277.72061)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="129.333984">prov:wasStartedAt="201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="128.44922" y="11" textLength="41.361328">1-07-16</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="25" textLength="129.58594">T01:01:01Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="129.146484" y="25" textLength="19.335938">ime</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="53" textLength="125.34375">prov:wasEndedAt="201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="124.458984" y="53" textLength="41.361328">1-07-16</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="129.58594">T01:52:02Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="129.146484" y="67" textLength="19.335938">ime</tspan></text><line x1="476.96495" y1="301.9075" x2="210.5" y2="301.9075" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><line x1="493.34754" y1="276.69797" x2="370.71127" y2="220.09324" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="355.15868" y="235.53197" width="137" height="18" fill="#f3f3f3"/><text transform="translate(358.15868 237.53197)" 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="599.87974" y1="276.68904" x2="713.6453" y2="221.42553" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="626.77534" y="234.14484" width="137" height="18" fill="#f3f3f3"/><text transform="translate(629.77534 236.14484)" 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="547.96495" y1="276.40751" x2="547.96495" y2="170.17952" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="518.46495" y="233.49457" width="59" height="18" fill="#f3f3f3"/><text transform="translate(521.46495 235.49457)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".150390625" y="11" textLength="52.69922">prov:used</tspan></text><path d="M 559.1092 327.36555 C 571.6395 355.9898 596.52436 389.8527 596.70383 413.24692 C 596.85667 433.17083 579.09017 445.51173 566.29723 459.95516" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="537.6208" y="360.5745" width="87" height="18" fill="#f3f3f3"/><text transform="translate(540.6208 362.5745)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".13769531" y="11" textLength="80.72461">prov:generated</tspan></text><path d="M 476.9691 292.69403 C 443.884 288.40042 401.36863 291.64372 377.70383 279.81189 C 357.27445 269.59769 350.88296 248.14338 340.35276 230.0059" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="339.22021" y="266.8352" width="107" height="18" fill="#f3f3f3"/><text transform="translate(342.22021 268.8352)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14453125" y="11" textLength="100.71094">prov:wasStartedBy</tspan></text><path d="M 526.4213 276.52632 C 509.52774 256.6235 503.1757 229.42117 475.73553 216.81189 C 450.61062 205.26652 407.79225 205.94916 371.58565 202.06601" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="417.38754" y="205.0977" width="103" height="18" fill="#f3f3f3"/><text transform="translate(420.38754 207.0977)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".13964844" y="11" textLength="96.720703">prov:wasEndedBy</tspan></text></g><g><title>hide</title><line x1="97.117643" y1="68.87342" x2="105.00401" y2="94.63958" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><ellipse cx="91.5" cy="50.519592" rx="46.500072" ry="18.000029" fill="#ffffbe"/><ellipse cx="91.5" cy="50.519592" rx="46.500072" ry="18.000029" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(59.3 43.519592)" fill="black"><tspan font-family="Courier" font-size="12" font-weight="500" x="24.998828" y="11" textLength="14.402344">&lt;&gt;</tspan></text><path d="M 165.6382 104.761464 C 165.6382 101.674086 164.2285 101.292115 153.93103 98.236677 L 153.82225 98.205063 C 143.47039 95.117685 143.36272 95.117685 132.73891 95.117685 C 118.593074 95.117685 54.638204 95.117685 54.638204 95.117685 L 54.638204 127.70903 L 165.6382 127.70903 L 165.6382 104.761464 Z" fill="white"/><path d="M 165.6382 104.761464 C 165.6382 101.674086 164.2285 101.292115 153.93103 98.236677 L 153.82225 98.205063 C 143.47039 95.117685 143.36272 95.117685 132.73891 95.117685 C 118.593074 95.117685 54.638204 95.117685 54.638204 95.117685 L 54.638204 127.70903 L 165.6382 127.70903 L 165.6382 104.761464 Z M 165.6382 104.60242 C 165.6382 101.674086 165.52942 101.674086 143.36272 101.674086 L 143.36272 101.674086 C 143.36272 95.149624 143.36272 95.117685 133.38937 95.117685" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(59.638204 104.41336)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="3.633789" y="11" textLength="93.73242">type=prov:Bundle</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="11 9 842 651" width="842pt" height="651pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-11-26 14:44Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.2 --></metadata><defs><font-face font-family="Courier" font-size="18" units-per-em="1000" underline-position="-178.22266" underline-thickness="57.617188" slope="0" x-height="462.40234" cap-height="594.72656" ascent="753.90625" descent="-246.09375" font-weight="500"><font-face-src><font-face-name name="Courier"/></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><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_2" viewBox="-1 -4 10 8" markerWidth="10" markerHeight="8" color="#ff0080"><g><path d="M 8 0 L 0 -3 L 0 3 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_3" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M 4.7999992 0 L 0 -1.7999997 L 0 1.7999997 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><font-face font-family="Courier" font-size="12" units-per-em="1000" underline-position="-178.22266" underline-thickness="57.617188" slope="0" x-height="462.40234" cap-height="594.72656" ascent="753.90625" descent="-246.09375" font-weight="500"><font-face-src><font-face-name name="Courier"/></font-face-src></font-face><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_4" viewBox="-1 -4 10 8" markerWidth="10" markerHeight="8" color="#ff0080"><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>Canvas 1</title><rect fill="white" width="1074" height="1044"/><g><title>Layer 1</title><rect x="13.407654" y="12" width="837.05957" height="645.47662" fill="#f3f3f3"/><path d="M 13.407654 12 L 850.4672 12 L 850.4672 657.47662 L 13.407654 657.47662 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><text transform="translate(28.407654 17)" fill="black"><tspan font-family="Courier" font-size="18" font-weight="500" x="785.45605" y="18" textLength="21.603516">&lt;&gt;</tspan></text><path d="M 379.6676 537.652 C 398.13138 512.64278 420.3065 483.06455 435.06447 462.6168 C 449.82244 442.16905 462.2979 460.6015 468.22428 414.95325 C 473.89543 371.27092 470.17924 273.06047 470.5502 198.60149" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M 413.2911 429.43223 L 520.67825 367.43223 L 529.67825 383.02069 L 422.2911 445.0207 Z" fill="#f3f3f3"/><text transform="translate(416.88918 429.66428) rotate(-30)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".30078125" y="11" textLength="64.02539">prov:wasInfl</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="64.32617" y="11" textLength="53.373047">uencedBy</tspan></text><path d="M 358.01796 312.57124 C 373.25655 342.33423 401.61885 364.40507 403.7383 401.86914 C 405.70955 436.71365 384.98066 484.89345 373.2223 527.7988" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="349.94896" y="357.99702" width="87" height="18" fill="#f3f3f3"/><text transform="translate(352.94896 359.99702)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".13769531" y="11" textLength="80.72461">prov:generated</tspan></text><path d="M 268.36029 192.49313 L 268.36029 156.47513 L 314.81444 138.49313 L 361.2686 156.47513 L 361.2686 192.49313 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 268.36029 192.49313 L 268.36029 156.47513 L 314.81444 138.49313 L 361.2686 156.47513 L 361.2686 192.49313 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(273.36029 167.45713)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="24.778373" y="11" textLength="33.351562">:derek</tspan></text><path d="M 256 149.01971 C 256 141.49396 253.10094 140.56287 231.92414 133.11497 L 231.70043 133.03791 C 210.41177 125.512156 210.19034 125.512156 188.34242 125.512156 C 159.25141 125.512156 27.727844 125.512156 27.727844 125.512156 L 27.727844 204.95642 L 256 204.95642 L 256 149.01971 Z" fill="white"/><path d="M 256 149.01971 C 256 141.49396 253.10094 140.56287 231.92414 133.11497 L 231.70043 133.03791 C 210.41177 125.512156 210.19034 125.512156 188.34242 125.512156 C 159.25141 125.512156 27.727844 125.512156 27.727844 125.512156 L 27.727844 204.95642 L 256 204.95642 L 256 149.01971 Z M 256 148.63203 C 256 141.49396 255.7763 141.49396 210.19034 141.49396 L 210.19034 141.49396 C 210.19034 125.59001 210.19034 125.512156 189.68009 125.512156" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(32.727844 130.23429)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="159.09375">type=prov:Person, prov:Agent</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="131.583984">foaf:givenName="Derek"</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="217.29492">foaf:mbox=&lt;mailto:derek@example.org&gt;</tspan></text><line x1="267.86029" y1="165.42286" x2="256.5" y2="165.40585" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 268.36029 78.314312 L 268.36029 42.296312 L 314.86029 24.314312 L 361.36029 42.296312 L 361.36029 78.314312 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 268.36029 78.314312 L 268.36029 42.296312 L 314.86029 24.314312 L 361.36029 42.296312 L 361.36029 78.314312 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(273.36029 46.278312)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="15.478516" y="11" textLength="52.04297">:national_</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="1.140625" y="25" textLength="80.71875">newspaper_inc</tspan></text><line x1="314.8289" y1="137.99862" x2="314.85508" y2="88.21431" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="252.34176" y="104.55005" width="125" height="18" fill="#f3f3f3"/><text transform="translate(255.34176 106.55005)" 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 241.8369 43.11466 C 241.8369 37.09588 239.11771 36.351237 219.25482 30.394723 L 219.04499 30.333092 C 199.07718 24.314313 198.8695 24.314313 178.37712 24.314313 C 151.09106 24.314313 27.727845 24.314313 27.727845 24.314313 L 27.727845 87.850465 L 241.8369 87.850465 L 241.8369 43.11466 Z" fill="white"/><path d="M 241.8369 43.11466 C 241.8369 37.09588 239.11771 36.351237 219.25482 30.394723 L 219.04499 30.333092 C 199.07718 24.314313 198.8695 24.314313 178.37712 24.314313 C 151.09106 24.314313 27.727845 24.314313 27.727845 24.314313 L 27.727845 87.850465 L 241.8369 87.850465 L 241.8369 43.11466 Z M 241.8369 42.804604 C 241.8369 37.09588 241.62707 37.09588 198.8695 37.09588 L 198.8695 37.09588 C 198.8695 24.376578 198.8695 24.314313 179.6318 24.314313" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(32.727845 41.350465)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="189.11133">type=prov:Organization, prov:Agent</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="172.69336">foaf:name="National Newspaper</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="172.03711" y="39" textLength="30.269531">, Inc."</tspan></text><line x1="268.36029" y1="51.314312" x2="242.33658" y2="52.24323" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 580.3769 197.19999 L 580.3769 161.182 L 626.8769 143.2 L 673.3769 161.182 L 673.3769 197.19999 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 580.3769 197.19999 L 580.3769 161.182 L 626.8769 143.2 L 673.3769 161.182 L 673.3769 197.19999 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(585.3769 172.164)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="12.818359" y="11" textLength="57.36328">:postEditor</tspan></text><path d="M 813.7811 63.564515 C 813.7811 58.007123 811.42744 57.319562 794.23454 51.819663 L 794.0529 51.762757 C 776.7692 46.205365 776.58944 46.205365 758.85167 46.205365 C 735.23344 46.205365 628.45287 46.205365 628.45287 46.205365 L 628.45287 104.87096 L 813.7811 104.87096 L 813.7811 63.564515 Z" fill="white"/><path d="M 813.7811 63.564515 C 813.7811 58.007123 811.42744 57.319562 794.23454 51.819663 L 794.0529 51.762757 C 776.7692 46.205365 776.58944 46.205365 758.85167 46.205365 C 735.23344 46.205365 628.45287 46.205365 628.45287 46.205365 L 628.45287 104.87096 L 813.7811 104.87096 L 813.7811 63.564515 Z M 813.7811 63.278227 C 813.7811 58.007123 813.5995 58.007123 776.58944 58.007123 L 776.58944 58.007123 C 776.58944 46.262857 776.58944 46.205365 759.9377 46.205365" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(633.45287 47.538163)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="138.416016">type=prov:SoftwareAgent,</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="25" textLength="58.03711">prov:Agent</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="53" textLength="157.61719">foaf:name="Post Editor 3000"</tspan></text><line x1="646.6414" y1="150.3524" x2="691.5795" y2="105.22541" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><ellipse cx="470.82274" cy="170.2" rx="88.669716" ry="18.000029" fill="#ffffbe"/><ellipse cx="470.82274" cy="170.2" rx="88.669716" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(404.88709 163.2)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="4.8926897" y="11" textLength="122.08594">:aggregatedByRegions</tspan></text><path d="M 460.1854 151.89082 C 455.07737 143.09881 447.60199 142.43533 444.8598 125.512156 C 442.46626 110.740736 443.67756 83.57381 443.774 60.243032" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="398.91837" y="94.08434" width="89" height="18" fill="#f3f3f3"/><text transform="translate(401.91837 96.08434)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47265625" y="11" textLength="82.054688">prov:atLocation</tspan></text><ellipse cx="697.7087" cy="422.20628" rx="107.054695" ry="16.295786" fill="#ffffbe"/><ellipse cx="697.7087" cy="422.20628" rx="107.054695" ry="16.295786" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(617.0651 415.20628)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="1.2871765" y="11" textLength="158.71289">:more-crime-happens-in-cities</tspan></text><path d="M 834.0487 376.65743 C 834.0487 373.95763 831.695 373.6236 814.5021 370.95173 L 814.3205 370.92409 C 797.0368 368.22428 796.857 368.22428 779.11924 368.22428 C 755.501 368.22428 648.72044 368.22428 648.72044 368.22428 L 648.72044 396.72428 L 834.0487 396.72428 L 834.0487 376.65743 Z" fill="white"/><path d="M 834.0487 376.65743 C 834.0487 373.95763 831.695 373.6236 814.5021 370.95173 L 814.3205 370.92409 C 797.0368 368.22428 796.857 368.22428 779.11924 368.22428 C 755.501 368.22428 648.72044 368.22428 648.72044 368.22428 L 648.72044 396.72428 L 834.0487 396.72428 L 834.0487 376.65743 Z M 834.0487 376.51835 C 834.0487 373.95763 833.86706 373.95763 796.857 373.95763 L 796.857 373.95763 C 796.857 368.25221 796.857 368.22428 780.20527 368.22428" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(653.72044 378.22428)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="141.73242">type=sioc:Post, prov:Entity</tspan></text><line x1="715.49632" y1="405.7873" x2="724.95526" y2="397.05618" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 376.04713 26.341622 L 511.41404 26.341622 C 514.17547 26.341622 516.41404 28.580198 516.41404 31.341622 L 516.41404 45.341622 C 516.41404 48.103046 514.17547 50.341622 511.41404 50.341622 L 376.04713 50.341622 C 373.2857 50.341622 371.04713 48.103046 371.04713 45.341622 C 371.04713 45.341622 371.04713 45.34162 371.04713 45.34162 L 371.04713 31.341622 C 371.04713 28.580198 373.2857 26.341622 376.04713 26.341622 C 376.04713 26.341622 376.04713 26.341622 376.04713 26.341622 Z" fill="#804000" fill-opacity=".38999999"/><path d="M 376.04713 26.341622 L 511.41404 26.341622 C 514.17547 26.341622 516.41404 28.580198 516.41404 31.341622 L 516.41404 45.341622 C 516.41404 48.103046 514.17547 50.341622 511.41404 50.341622 L 376.04713 50.341622 C 373.2857 50.341622 371.04713 48.103046 371.04713 45.341622 C 371.04713 45.341622 371.04713 45.34162 371.04713 45.34162 L 371.04713 31.341622 C 371.04713 28.580198 373.2857 26.341622 376.04713 26.341622 C 376.04713 26.341622 376.04713 26.341622 376.04713 26.341622 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(376.04713 31.341622)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="10.988144" y="11" textLength="13.0078125">&lt;fi</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="23.995956" y="11" textLength="78.029297">le://Users/aggr</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="101.369003" y="11" textLength="23.009766">.txt&gt;</tspan></text><ellipse cx="366.2396" cy="555.8403" rx="85.16678" ry="18.000029" fill="#ffffbe"/><ellipse cx="366.2396" cy="555.8403" rx="85.16678" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(303.10628 548.8403)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="30.44093" y="11" textLength="65.384766">:post9821v1</tspan></text><path d="M 263.78617 538.70032 C 263.78617 525.86308 260.88712 524.27485 239.71031 511.5704 L 239.4866 511.43897 C 218.19794 498.60172 217.97652 498.60172 196.12859 498.60172 C 167.03758 498.60172 35.514017 498.60172 35.514017 498.60172 L 35.514017 634.11573 L 263.78617 634.11573 L 263.78617 538.70032 Z" fill="white"/><path d="M 263.78617 538.70032 C 263.78617 525.86308 260.88712 524.27485 239.71031 511.5704 L 239.4866 511.43897 C 218.19794 498.60172 217.97652 498.60172 196.12859 498.60172 C 167.03758 498.60172 35.514017 498.60172 35.514017 498.60172 L 35.514017 634.11573 L 263.78617 634.11573 L 263.78617 538.70032 Z M 263.78617 538.039 C 263.78617 525.86308 263.56247 525.86308 217.97652 525.86308 L 217.97652 525.86308 C 217.97652 498.73453 217.97652 498.60172 197.46626 498.60172" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(40.514017 503.35873)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="78.375">type=sioc:Post</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="211.60547">sioc:title="More crime happens in cities"</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="99.39258">prov:generatedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="98.953125" y="67" textLength="22.669922">ime </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="81" textLength="24.28125">"201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="23.396484" y="81" textLength="170.94727">1-07-16T01:52:02Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="193.9043" y="81" textLength="19.335938">ime</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="109" textLength="102.720703">prov:invalidatedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="102.28125" y="109" textLength="22.669922">ime </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="123" textLength="24.28125">"201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="23.396484" y="123" textLength="170.94727">1-07-16T02:02:02Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="193.9043" y="123" textLength="22.669922">ime;</tspan></text><line x1="281.13871" y1="557.9299" x2="264.28496" y2="558.34374" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 676.783 438.50853 C 648.07625 460.8726 618.71334 494.26967 590.65418 505.60745 C 562.59502 516.94523 538.3426 500.76002 508.4112 506.54203 C 481.32678 511.77407 450.1079 525.96752 420.36996 536.9576" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="485.43592" y="498.6017" width="122" height="18" fill="#f3f3f3"/><text transform="translate(488.43592 500.6017)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".30566406" y="11" textLength="115.38867">sioc:previous_version</tspan></text><ellipse cx="697.67173" cy="555.8403" rx="85.16678" ry="18.000029" fill="#ffffbe"/><ellipse cx="697.67173" cy="555.8403" rx="85.16678" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(634.53842 548.8403)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="30.44093" y="11" textLength="65.384766">:post9821v2</tspan></text><path d="M 834.04867 592.04168 C 834.04867 588.86822 832.86757 588.4756 824.23996 585.33498 L 824.1488 585.3025 C 815.47564 582.12903 815.38543 582.12903 806.4844 582.12903 C 794.6325 582.12903 741.04867 582.12903 741.04867 582.12903 L 741.04867 615.629 L 834.04867 615.629 L 834.04867 592.04168 Z" fill="white"/><path d="M 834.04867 592.04168 C 834.04867 588.86822 832.86757 588.4756 824.23996 585.33498 L 824.1488 585.3025 C 815.47564 582.12903 815.38543 582.12903 806.4844 582.12903 C 794.6325 582.12903 741.04867 582.12903 741.04867 582.12903 L 741.04867 615.629 L 834.04867 615.629 L 834.04867 592.04168 Z M 834.04867 591.8782 C 834.04867 588.86822 833.95753 588.86822 815.38543 588.86822 L 815.38543 588.86822 C 815.38543 582.16186 815.38543 582.12903 807.0294 582.12903" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(746.04867 591.87902)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="78.375">type=sioc:Post</tspan></text><line x1="732.5205" y1="572.52808" x2="752.11903" y2="581.9131" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><line x1="697.70406" y1="439.00205" x2="697.6796" y2="527.44028" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="645.18593" y="495.51286" width="105" height="18" fill="#f3f3f3"/><text transform="translate(648.18593 497.51286)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14355469" y="11" textLength="98.71289">sioc:latest_version</tspan></text><rect x="274.49015" y="262.12619" width="141" height="50" fill="#cfceff"/><rect x="274.49015" y="262.12619" width="141" height="50" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(279.49015 280.12619)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="3.2382812" y="11" textLength="105.38672">:publicationActivity1</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="107.740234" y="11" textLength="20.021484">123</tspan></text><path d="M 353.54786 537.62088 C 341.4024 520.18565 319.1317 522.80615 317.1078 485.30997 C 315.19666 449.9028 331.33806 378.70444 339.9608 322.4179" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="257.31008" y="434.28879" width="125" height="18" fill="#f3f3f3"/><text transform="translate(260.31008 436.28879)" 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="366.2396" y1="574.3403" x2="366.2396" y2="621.02084" marker-end="url(#FilledArrow_Marker_3)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="335.2396" y="586.84834" width="62" height="18" fill="#f3f3f3"/><text transform="translate(338.2396 588.84834)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".31738281" y="11" textLength="55.365234">prov:value</tspan></text><path d="M 316.7545 627.72084 L 415.7247 627.72084 C 418.48613 627.72084 420.7247 629.9594 420.7247 632.72084 L 420.7247 646.72084 C 420.7247 649.48226 418.48613 651.72084 415.7247 651.72084 L 316.7545 651.72084 C 313.99307 651.72084 311.7545 649.48226 311.7545 646.72084 C 311.7545 646.72084 311.7545 646.72084 311.7545 646.72084 L 311.7545 632.72084 C 311.7545 629.9594 313.99307 627.72084 316.7545 627.72084 C 316.7545 627.72084 316.7545 627.72084 316.7545 627.72084 Z" fill="white"/><text transform="translate(316.7545 632.72084)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="6.550536" y="11" textLength="85.86914">"I was currius..."</tspan></text><path d="M 727.5206 538.69433 C 738.43943 532.42228 754.97668 534.21526 760.28034 519.8763 C 765.584 505.53735 764.4435 466.29603 759.34576 452.652 C 755.7375 442.99458 747.332 442.11575 739.22306 440.69537" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="704.64583" y="474.38761" width="118" height="18" fill="#f3f3f3"/><text transform="translate(707.64583 476.38761)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".30664062" y="11" textLength="111.38672">prov:specializationOf</tspan></text><line x1="697.67174" y1="574.3403" x2="697.67174" y2="617.82087" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="666.67174" y="588.28118" width="62" height="18" fill="#f3f3f3"/><text transform="translate(669.67174 590.28118)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".31738281" y="11" textLength="55.365234">prov:value</tspan></text><path d="M 648.18665 627.72087 L 747.15686 627.72087 C 749.9183 627.72087 752.15686 629.95945 752.15686 632.72087 L 752.15686 646.72087 C 752.15686 649.4823 749.9183 651.72087 747.15686 651.72087 L 648.18665 651.72087 C 645.42523 651.72087 643.18665 649.4823 643.18665 646.72087 C 643.18665 646.72087 643.18665 646.72087 643.18665 646.72087 L 643.18665 632.72087 C 643.18665 629.95945 645.42523 627.72087 648.18665 627.72087 C 648.18665 627.72087 648.18665 627.72087 648.18665 627.72087 Z" fill="white"/><text transform="translate(648.18665 632.72087)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="5.211669" y="11" textLength="88.546875">"I was curious..."</tspan></text><line x1="612.00516" y1="555.8115" x2="461.8054" y2="555.76103" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="476.21896" y="546.78486" width="113" height="18" fill="#f3f3f3"/><text transform="translate(479.21896 548.78486)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14746094" y="11" textLength="106.70508">prov:wasRevisionOf</tspan></text><path d="M 635.87855 568.4354 C 619.5811 571.75728 617.7997 577.4719 586.98128 578.402 C 556.16287 579.3321 477.69488 575.62184 450.94958 574.0165 C 443.14017 573.54774 438.50118 573.05445 435.64404 572.54737" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="487.75528" y="568.74698" width="93" height="18" fill="#f3f3f3"/><text transform="translate(490.75528 570.74698)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47753906" y="11" textLength="86.04492">prov:alternateOf</tspan></text><path d="M 210 266.58838 C 210 257.05605 207.68514 255.87671 190.77576 246.443 L 190.59713 246.3454 C 173.59843 236.81307 173.42162 236.81307 155.97636 236.81307 C 132.74759 236.81307 27.727844 236.81307 27.727844 236.81307 L 27.727844 337.4393 L 210 337.4393 L 210 266.58838 Z" fill="white"/><path d="M 210 266.58838 C 210 257.05605 207.68514 255.87671 190.77576 246.443 L 190.59713 246.3454 C 173.59843 236.81307 173.42162 236.81307 155.97636 236.81307 C 132.74759 236.81307 27.727844 236.81307 27.727844 236.81307 L 27.727844 337.4393 L 210 337.4393 L 210 266.58838 Z M 210 266.09732 C 210 257.05605 209.82137 257.05605 173.42162 257.05605 L 173.42162 257.05605 C 173.42162 236.91169 173.42162 236.81307 157.04447 236.81307" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(32.727844 262.9393)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="82.03125">prov:startedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="81.591797" y="11" textLength="50.625">ime="201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="131.33203" y="11" textLength="34.6875">1-07-1</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="25" textLength="136.259766">6T01:01:01Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="135.82031" y="25" textLength="19.335938">ime</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="53" textLength="78.714844">prov:endedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="78.27539" y="53" textLength="50.625">ime="201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="128.015625" y="53" textLength="41.361328">1-07-16</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="129.58594">T01:52:02Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="129.146484" y="67" textLength="19.335938">ime</tspan></text><line x1="273.99015" y1="287.1262" x2="210.5" y2="287.1262" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 317.68671 261.78605 C 307.10487 251.96512 288.39401 243.79148 285.93801 232.3203 C 284.01734 223.34948 292.0368 212.35777 298.33576 201.71671" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="212.7865" y="221.05066" width="107" height="18" fill="#f3f3f3"/><text transform="translate(215.7865 223.05066)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14453125" y="11" textLength="100.71094">prov:wasStartedBy</tspan></text><path d="M 360.41604 261.6987 C 366.06912 252.38035 380.79547 245.21255 377.377 233.74086 C 374.53472 224.20278 359.1475 211.68467 346.86206 199.9043" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="334.53373" y="220.86382" width="103" height="18" fill="#f3f3f3"/><text transform="translate(337.53373 222.86382)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".13964844" y="11" textLength="96.720703">prov:wasEndedBy</tspan></text><ellipse cx="569.6009" cy="125.2" rx="43.500069" ry="18.000029" fill="#ffffbe"/><ellipse cx="569.6009" cy="125.2" rx="43.500069" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(539.8009 118.2)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".79316406" y="11" textLength="58.013672">:crimeData</tspan></text><path d="M 389.86913 538.22047 C 418.64965 516.7597 448.67692 491.88227 476.21933 473.83175 C 503.76175 455.78123 539.76255 472.73713 555.14016 429.90652 C 570.51777 387.07592 566.1216 264.51878 568.49424 216.82242 C 570.49987 176.50409 569.5355 169.51383 569.36696 153.5949" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M 494.01793 426.70648 L 609.1993 360.20648 L 618.1993 375.79494 L 503.01793 442.29494 Z" fill="#f3f3f3"/><text transform="translate(497.616 426.93853) rotate(-30)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".4736328" y="11" textLength="126.052734">prov:hadPrimarySource</tspan></text><path d="M 415.99011 286.2916 C 431.26997 286.11199 448.24307 286.79067 465.6537 287.69099 C 465.94816 282.19888 476.9278 282.78756 476.63334 288.27967 C 506.61217 289.92949 537.10134 291.83748 561.82986 290.8242 C 561.48667 285.33491 572.4631 284.64866 572.8063 290.13794 C 584.3211 289.13486 594.1219 287.26262 601.40184 284.11214 C 631.81647 270.94981 618.24663 235.46908 619.5037 207.51515" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="568.49424" y="239.70503" width="137" height="18" fill="#f3f3f3"/><text transform="translate(571.49424 241.70503)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14160156" y="11" textLength="130.7168">prov:wasAssociatedWith</tspan></text></g><g><title>hide</title><path d="M 750.10575 200.79259 C 757.2349 207.5446 770.5906 210.89071 771.4953 221.05066 C 772.39998 231.21061 760.85417 248.1905 755.5344 261.75839" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><ellipse cx="732.1455" cy="183.78242" rx="46.500072" ry="18.000029" fill="#ffffbe"/><ellipse cx="732.1455" cy="183.78242" rx="46.500072" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(699.9455 176.78242)" fill="black"><tspan font-family="Courier" font-size="12" font-weight="500" x="24.998828" y="11" textLength="14.402344">&lt;&gt;</tspan></text><path d="M 826.05956 289.33501 C 826.05956 280.6556 823.80735 279.58179 807.3556 270.99217 L 807.1818 270.9033 C 790.64316 262.22389 790.47114 262.22389 773.498 262.22389 C 750.8979 262.22389 648.7204 262.22389 648.7204 262.22389 L 648.7204 353.84647 L 826.05956 353.84647 L 826.05956 289.33501 Z" fill="white"/><path d="M 826.05956 289.33501 C 826.05956 280.6556 823.80735 279.58179 807.3556 270.99217 L 807.1818 270.9033 C 790.64316 262.22389 790.47114 262.22389 773.498 262.22389 C 750.8979 262.22389 648.7204 262.22389 648.7204 262.22389 L 648.7204 353.84647 L 826.05956 353.84647 L 826.05956 289.33501 Z M 826.05956 288.8879 C 826.05956 280.6556 825.88577 280.6556 790.47114 280.6556 L 790.47114 280.6556 C 790.47114 262.31368 790.47114 262.22389 774.5372 262.22389" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(653.7204 266.03518)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="97.066406">type=prov:Bundle,</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="25" textLength="56.689453">prov:Entity</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="53" textLength="99.39258">prov:generatedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="98.953125" y="53" textLength="22.669922">ime </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="24.28125">"201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="23.396484" y="67" textLength="140.26172">1-07-16T02:52:02Z"^^xsd:</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="81" textLength="30.685547">dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="30.246094" y="81" textLength="22.669922">ime;</tspan></text><path d="M 709.48435 199.88223 C 701.6678 205.43558 693.98984 216.93954 686.0323 216.54393 C 680.4372 216.26577 674.7015 210.10452 668.9739 204.26534" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="634.96065" y="217.44091" width="119" height="18" fill="#f3f3f3"/><text transform="translate(637.96065 219.44091)" 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 401.0034 539.1441 C 434.7451 522.9388 470.63333 500.3174 502.23863 490.52334 C 533.84393 480.72927 562.96595 489.1036 590.65418 480.3738 C 615.2545 472.6176 637.0497 456.4164 659.77545 443.02645" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="486.72566" y="476.084" width="118" height="18" fill="#f3f3f3"/><text transform="translate(489.72566 478.084)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".30664062" y="11" textLength="111.38672">prov:specializationOf</tspan></text><path d="M 533.12106 61.168165 L 533.12106 30.717554 L 572.43344 15.515074 L 611.74583 30.717554 L 611.74583 61.168165 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 533.12106 61.168165 L 533.12106 30.717554 L 572.43344 15.515074 L 611.74583 30.717554 L 611.74583 61.168165 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(538.12106 38.920033)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".96082143" y="11" textLength="66.703125">:government</tspan></text><line x1="570.4193" y1="106.703474" x2="571.97436" y2="71.558027" marker-end="url(#FilledArrow_Marker_4)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="504.20772" y="78.922327" width="119" height="18" fill="#f3f3f3"/><text transform="translate(507.20772 80.922327)" 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></g></g></svg>
--- a/ontology/diagrams/expanded.svg	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/diagrams/expanded.svg	Tue Nov 27 11:44:38 2012 +0000
@@ -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="10 8 670 403" width="670pt" height="403pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-11-12 02:55Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.2 --></metadata><defs><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="gray"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><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="481.4453" cap-height="692.8711" 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="FilledArrow_Marker_2" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><font-face font-family="Georgia" font-size="16" panose-1="2 4 8 2 5 4 5 2 2 3" units-per-em="1000" underline-position="-87.890625" underline-thickness="59.570312" slope="0" x-height="484.375" cap-height="692.8711" ascent="916.9922" descent="-219.23828" font-weight="bold"><font-face-src><font-face-name name="Georgia-Bold"/></font-face-src></font-face></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 1</title><rect fill="white" width="1305" height="894"/><g><title>Layer 1</title><path d="M 522.28573 181.52013 C 534.64443 186.23081 553.7143 185.14286 552.5052 165.28379 C 551.65642 151.34365 543.78284 153.00529 534.65193 156.84767" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><text transform="translate(46.714286 71.635623)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".09765625" y="15" textLength="122.80469">generatedAtTime</tspan></text><rect x="293.6579" y="108.609524" width="42" height="19" fill="white"/><text transform="translate(295.6579 108.609524)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x=".23828125" y="15" textLength="37.523438">value</tspan></text><line x1="292" y1="135.63159" x2="288.80014" y2="100.73598" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="185.42857" y="262.2159" width="91" height="19" fill="white"/><text transform="translate(187.42857 262.2159)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".26171875" y="15" textLength="86.47656">hadMember</tspan></text><line x1="510.8789" y1="137.70018" x2="534.40035" y2="62.335676" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="191.57476" y1="137.70018" x2="166.92918" y2="62.283358" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><text transform="translate(532.90176 71.635623)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".109375" y="15" textLength="131.78125">invalidatedAtTime</tspan></text><rect x="191.14286" y="306.45955" width="119" height="48" fill="white"/><text transform="translate(196.14286 311.45955)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="0" y="15" textLength="108.03125">wasStartedBy /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" x="0" y="34" textLength="91.125">wasEndedBy</tspan></text><rect x="405.4461" y="252.21588" width="136" height="29" fill="white"/><text transform="translate(410.4461 257.21588)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".1171875" y="15" textLength="125.765625">wasInvalidatedBy</tspan></text><path d="M 335.481 354.02096 C 323.43629 332.01617 305.5385 307.97743 299.34327 288 C 294.66297 272.90768 296.6596 260.12644 297.76686 247.03851" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 403.3244 234.14447 C 403.23353 255.50086 408.96974 278.23999 403.05175 298.22004 C 398.27343 314.35237 385.89507 328.69378 375.12226 343.41185" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="342.42495" y="8.5714286" width="143" height="76" fill="white"/><text transform="translate(347.42495 8.5714286)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x=".2421875" y="15" textLength="132.515625">wasInfluencedBy /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x="1.9140625" y="34" textLength="129.171875">wasQuotedFrom /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x="8.2421875" y="53" textLength="116.515625">wasRevisionOf /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x=".24609375" y="72" textLength="132.50781">hadPrimarySource</tspan></text><path d="M 420.44032 135.35876 C 425.151 123.00006 436.52857 93.41418 407.96623 93.297036 C 386.62257 93.20956 388.32384 109.18481 392.49374 122.7099" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 405.34209 408.45955 L 295.65789 408.45955 C 294.55332 408.45955 293.65789 407.56412 293.65789 406.45955 C 293.65789 406.45955 293.65789 406.45955 293.65789 406.45955 L 293.65789 356.45955 C 293.65789 355.35498 294.55332 354.45955 295.65789 354.45955 C 295.65789 354.45955 295.65789 354.45955 295.65789 354.45955 L 405.34209 354.45955 C 406.44666 354.45955 407.34209 355.35498 407.34209 356.45955 L 407.34209 406.45955 C 407.34209 407.56412 406.44666 408.45955 405.34209 408.45955 C 405.34209 408.45955 405.34209 408.45955 405.34209 408.45955 Z" fill="#cfceff"/><path d="M 405.34209 408.45955 L 295.65789 408.45955 C 294.55332 408.45955 293.65789 407.56412 293.65789 406.45955 C 293.65789 406.45955 293.65789 406.45955 293.65789 406.45955 L 293.65789 356.45955 C 293.65789 355.35498 294.55332 354.45955 295.65789 354.45955 C 295.65789 354.45955 295.65789 354.45955 295.65789 354.45955 L 405.34209 354.45955 C 406.44666 354.45955 407.34209 355.35498 407.34209 356.45955 L 407.34209 406.45955 C 407.34209 407.56412 406.44666 408.45955 405.34209 408.45955 C 405.34209 408.45955 405.34209 408.45955 405.34209 408.45955 Z M 395.97367 408.45955 L 395.97367 354.45955 M 305.0263 354.45955 L 305.0263 408.45955" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(310.0263 371.95955)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="9.110399" y="15" textLength="62.726562">Activity</tspan></text><path d="M 505.28573 135.35876 L 198.14284 135.35876 C 188.754 135.35876 181.14284 142.96992 181.14284 152.35876 L 181.14284 216.64447 C 181.14284 226.03331 188.754 233.64447 198.14284 233.64447 L 505.28573 233.64447 C 514.67457 233.64447 522.28572 226.03331 522.28573 216.64448 L 522.28573 152.35876 C 522.28573 142.96992 514.67457 135.35876 505.28573 135.35876 C 505.28573 135.35876 505.28573 135.35876 505.28573 135.35876 Z" fill="#fffedf"/><path d="M 505.28573 135.35876 L 198.14284 135.35876 C 188.754 135.35876 181.14284 142.96992 181.14284 152.35876 L 181.14284 216.64447 C 181.14284 226.03331 188.754 233.64447 198.14284 233.64447 L 505.28573 233.64447 C 514.67457 233.64447 522.28572 226.03331 522.28573 216.64448 L 522.28573 152.35876 C 522.28573 142.96992 514.67457 135.35876 505.28573 135.35876 C 505.28573 135.35876 505.28573 135.35876 505.28573 135.35876 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(186.14284 140.35876)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="140.598785" y="15" textLength="49.945312">Entity</tspan></text><path d="M 274.0143 222.21985 L 214.4143 222.21985 C 205.02546 222.21985 197.4143 214.60869 197.4143 205.21985 C 197.4143 205.21985 197.4143 205.21985 197.4143 205.21985 L 197.4143 185.21986 C 197.41429 175.83102 205.02545 168.21985 214.41429 168.21985 C 214.41429 168.21985 214.4143 168.21985 214.4143 168.21985 L 274.0143 168.21985 C 283.40314 168.21985 291.0143 175.83101 291.0143 185.21985 L 291.0143 205.21985 C 291.0143 214.60869 283.40314 222.21985 274.0143 222.21985 C 274.0143 222.21985 274.0143 222.21985 274.0143 222.21985 Z" fill="#fffedf"/><path d="M 274.0143 222.21985 L 214.4143 222.21985 C 205.02546 222.21985 197.4143 214.60869 197.4143 205.21985 C 197.4143 205.21985 197.4143 205.21985 197.4143 205.21985 L 197.4143 185.21986 C 197.41429 175.83102 205.02545 168.21985 214.41429 168.21985 C 214.41429 168.21985 214.4143 168.21985 214.4143 168.21985 L 274.0143 168.21985 C 283.40314 168.21985 291.0143 175.83101 291.0143 185.21985 L 291.0143 205.21985 C 291.0143 214.60869 283.40314 222.21985 274.0143 222.21985 C 274.0143 222.21985 274.0143 222.21985 274.0143 222.21985 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(202.4143 185.71985)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="6.1281242" y="15" textLength="71.34375">Collection</tspan></text><rect x="538.24364" y="21.02149" width="114.63639" height="29.000002" fill="#e6e6e6"/><rect x="538.24364" y="21.02149" width="114.63639" height="29.000002" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(543.24364 26.02149)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.2674138" y="15" textLength="96.10156">xsd:dateTime</tspan></text><rect x="48.285714" y="21.02149" width="114.63639" height="29.000002" fill="#e6e6e6"/><rect x="48.285714" y="21.02149" width="114.63639" height="29.000002" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(53.285714 26.02149)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.2674138" y="15" textLength="96.10156">xsd:dateTime</tspan></text><rect x="555.90588" y="147.42857" width="124" height="38" fill="white"/><text transform="translate(560.90588 147.42857)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x="11.152344" y="15" textLength="95.55469">alternateOf / </tspan><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x=".18359375" y="34" textLength="113.63281">specializationOf</tspan></text><rect x="559.80857" y="368.99763" width="86" height="19" fill="white"/><text transform="translate(564.80857 368.99763)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x=".2578125" y="15" textLength="75.484375">atLocation</tspan></text><path d="M 485.27884 365.2119 L 568.3384 365.2119 C 571.0998 365.2119 573.33838 362.97333 573.3384 360.2119 L 573.3384 316.2119 C 573.3384 313.45048 571.0998 311.2119 568.3384 311.2119 L 485.27884 311.2119 C 482.51742 311.2119 480.27884 313.45048 480.27884 316.2119 L 480.27884 360.2119 C 480.27884 362.97333 482.51742 365.2119 485.27884 365.2119 Z" fill="#804000" fill-opacity=".38999999"/><path d="M 485.27884 365.2119 L 568.3384 365.2119 C 571.0998 365.2119 573.33838 362.97333 573.3384 360.2119 L 573.3384 316.2119 C 573.3384 313.45048 571.0998 311.2119 568.3384 311.2119 L 485.27884 311.2119 C 482.51742 311.2119 480.27884 313.45048 480.27884 316.2119 L 480.27884 360.2119 C 480.27884 362.97333 482.51742 365.2119 485.27884 365.2119 Z" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(485.27884 328.7119)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x="10.580551" y="15" textLength="61.898438">Location</tspan></text><path d="M 652.88002 355.28333 C 649.8089 365.4868 657.57056 380.03323 643.66577 385.8968 C 629.76097 391.76037 585.19345 393.85084 569.44292 390.46827 C 560.12796 388.4678 557.09956 383.03442 554.78106 377.21376" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 12.571433 175.31832 L 12.571433 329.73334 C 12.571433 339.00131 20.182592 346.5145 29.571433 346.5145 L 139.57143 346.5145 C 148.96027 346.5145 156.57143 339.00132 156.57143 329.73334 L 156.57143 329.73334 L 156.57143 150.07622 C 156.57143 150.07221 156.57143 150.0682 156.57143 150.064195 L 156.57143 139.69491 C 156.57143 137.123435 154.89051 134.84575 152.41095 134.05737 L 86.41095 113.072546 C 85.21486 112.69225 83.927997 112.69225 82.731907 113.07255 L 16.731907 134.05737 C 14.252351 134.84575 12.571428 137.123436 12.571429 139.69491 L 12.571429 139.69491 L 12.5714286 175.31125 L 12.5714286 175.31125 C 12.5714286 175.31361 12.57143 175.31596 12.571433 175.31832 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 12.571433 175.31832 L 12.571433 329.73334 C 12.571433 339.00131 20.182592 346.5145 29.571433 346.5145 L 139.57143 346.5145 C 148.96027 346.5145 156.57143 339.00132 156.57143 329.73334 L 156.57143 329.73334 L 156.57143 150.07622 C 156.57143 150.07221 156.57143 150.0682 156.57143 150.064195 L 156.57143 139.69491 C 156.57143 137.123435 154.89051 134.84575 152.41095 134.05737 L 86.41095 113.072546 C 85.21486 112.69225 83.927997 112.69225 82.731907 113.07255 L 16.731907 134.05737 C 14.252351 134.84575 12.571428 137.123436 12.571429 139.69491 L 12.571429 139.69491 L 12.5714286 175.31125 L 12.5714286 175.31125 C 12.5714286 175.31361 12.57143 175.31596 12.571433 175.31832 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(17.571429 117.78732)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="43.046877" y="34" textLength="47.90625">Agent</tspan></text><path d="M 138.61848 216.59006 L 30.52446 216.59006 C 28.315322 216.59006 26.524461 214.7992 26.524461 212.59006 C 26.524461 212.59005 26.524461 212.59005 26.524461 212.59005 L 26.524461 166.59006 C 26.52446 164.38092 28.31532 162.59006 30.52446 162.59006 C 30.52446 162.59006 30.52446 162.59006 30.52446 162.59006 L 138.61848 162.59006 C 140.82762 162.59006 142.61848 164.38092 142.61848 166.59006 L 142.61848 212.59006 C 142.61848 214.7992 140.82762 216.59006 138.61848 216.59006 C 138.61848 216.59006 138.61848 216.59006 138.61848 216.59006 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 138.61848 216.59006 L 30.52446 216.59006 C 28.315322 216.59006 26.524461 214.7992 26.524461 212.59006 C 26.524461 212.59005 26.524461 212.59005 26.524461 212.59005 L 26.524461 166.59006 C 26.52446 164.38092 28.31532 162.59006 30.52446 162.59006 C 30.52446 162.59006 30.52446 162.59006 30.52446 162.59006 L 138.61848 162.59006 C 140.82762 162.59006 142.61848 164.38092 142.61848 166.59006 L 142.61848 212.59006 C 142.61848 214.7992 140.82762 216.59006 138.61848 216.59006 C 138.61848 216.59006 138.61848 216.59006 138.61848 216.59006 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(31.52446 180.09006)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="28.527479" y="15" textLength="49.039062">Person</tspan></text><path d="M 138.61848 337.5445 L 30.52446 337.5445 C 28.315322 337.5445 26.524461 335.75363 26.524461 333.5445 C 26.524461 333.5445 26.524461 333.5445 26.524461 333.5445 L 26.524461 287.5445 C 26.52446 285.33536 28.31532 283.5445 30.52446 283.5445 C 30.52446 283.5445 30.52446 283.5445 30.52446 283.5445 L 138.61848 283.5445 C 140.82762 283.5445 142.61848 285.33536 142.61848 287.5445 L 142.61848 333.5445 C 142.61848 335.75363 140.82762 337.5445 138.61848 337.5445 C 138.61848 337.5445 138.61848 337.5445 138.61848 337.5445 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 138.61848 337.5445 L 30.52446 337.5445 C 28.315322 337.5445 26.524461 335.75363 26.524461 333.5445 C 26.524461 333.5445 26.524461 333.5445 26.524461 333.5445 L 26.524461 287.5445 C 26.52446 285.33536 28.31532 283.5445 30.52446 283.5445 C 30.52446 283.5445 30.52446 283.5445 30.52446 283.5445 L 138.61848 283.5445 C 140.82762 283.5445 142.61848 285.33536 142.61848 287.5445 L 142.61848 333.5445 C 142.61848 335.75363 140.82762 337.5445 138.61848 337.5445 C 138.61848 337.5445 138.61848 337.5445 138.61848 337.5445 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(31.52446 301.0445)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="1.01185375" y="15" textLength="104.07031">SoftwareAgent</tspan></text><path d="M 138.61848 277.06699 L 30.52446 277.06699 C 28.315322 277.06699 26.524461 275.27612 26.524461 273.06699 C 26.524461 273.06698 26.524461 273.06698 26.524461 273.06698 L 26.524461 227.06699 C 26.52446 224.85785 28.31532 223.06699 30.52446 223.06699 C 30.52446 223.06699 30.52446 223.06699 30.52446 223.06699 L 138.61848 223.06699 C 140.82762 223.06699 142.61848 224.85785 142.61848 227.06699 L 142.61848 273.06699 C 142.61848 275.27612 140.82762 277.06699 138.61848 277.06699 C 138.61848 277.06699 138.61848 277.06699 138.61848 277.06699 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 138.61848 277.06699 L 30.52446 277.06699 C 28.315322 277.06699 26.524461 275.27612 26.524461 273.06699 C 26.524461 273.06698 26.524461 273.06698 26.524461 273.06698 L 26.524461 227.06699 C 26.52446 224.85785 28.31532 223.06699 30.52446 223.06699 C 30.52446 223.06699 30.52446 223.06699 30.52446 223.06699 L 138.61848 223.06699 C 140.82762 223.06699 142.61848 224.85785 142.61848 227.06699 L 142.61848 273.06699 C 142.61848 275.27612 140.82762 277.06699 138.61848 277.06699 C 138.61848 277.06699 138.61848 277.06699 138.61848 277.06699 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(31.52446 240.56699)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="6.9141975" y="15" textLength="92.265625">Organization</tspan></text><rect x="269.3731" y="74.38137" width="36.49817" height="13.508503" fill="#e6e6e6"/><rect x="269.3731" y="74.38137" width="36.49817" height="13.508503" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M 426.98572 222.21985 L 486.58572 222.21985 C 495.97456 222.21985 503.58572 214.6087 503.58572 205.21986 L 503.58572 185.21985 C 503.58572 175.83101 495.97456 168.21985 486.58572 168.21985 L 426.98572 168.21985 C 417.59688 168.21985 409.98572 175.83101 409.98572 185.21985 L 409.98572 205.21985 C 409.98572 214.60869 417.59688 222.21985 426.98572 222.21985 Z" fill="#fffedf"/><path d="M 426.98572 222.21985 L 486.58572 222.21985 C 495.97456 222.21985 503.58572 214.6087 503.58572 205.21986 L 503.58572 185.21985 C 503.58572 175.83101 495.97456 168.21985 486.58572 168.21985 L 426.98572 168.21985 C 417.59688 168.21985 409.98572 175.83101 409.98572 185.21985 L 409.98572 205.21985 C 409.98572 214.60869 417.59688 222.21985 426.98572 222.21985 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(414.98572 185.71985)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x="16.491405" y="15" textLength="50.617188">Bundle</tspan></text><path d="M 209.59375 221.52671 C 210.11007 232.50689 205.59951 248.52295 211.14286 254.47055 C 216.6862 260.41816 236.39109 260.6069 242.85714 257.2159 C 246.1912 255.4674 247.34303 251.42863 248.0004 246.87111" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 320.7 222.21985 L 380.3 222.21985 C 389.68885 222.21985 397.3 214.60869 397.3 205.21985 L 397.3 185.21985 C 397.3 175.83101 389.68885 168.21985 380.3 168.21985 L 320.7 168.21985 C 311.31117 168.21985 303.70001 175.83101 303.70001 185.21985 L 303.70001 205.21985 C 303.70001 214.60869 311.31117 222.21985 320.7 222.21985 Z" fill="#fffedf"/><path d="M 320.7 222.21985 L 380.3 222.21985 C 389.68885 222.21985 397.3 214.60869 397.3 205.21985 L 397.3 185.21985 C 397.3 175.83101 389.68885 168.21985 380.3 168.21985 L 320.7 168.21985 C 311.31117 168.21985 303.70001 175.83101 303.70001 185.21985 L 303.70001 205.21985 C 303.70001 214.60869 311.31117 222.21985 320.7 222.21985 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(308.70001 185.71985)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="25.874218" y="15" textLength="31.851562">Plan</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="10 8 670 403" width="670pt" height="403pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-11-25 18:02Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.2 --></metadata><defs><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="gray"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><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="481.4453" cap-height="692.8711" 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="FilledArrow_Marker_2" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><font-face font-family="Georgia" font-size="16" panose-1="2 4 8 2 5 4 5 2 2 3" units-per-em="1000" underline-position="-87.890625" underline-thickness="59.570312" slope="0" x-height="484.375" cap-height="692.8711" ascent="916.9922" descent="-219.23828" font-weight="bold"><font-face-src><font-face-name name="Georgia-Bold"/></font-face-src></font-face></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 1</title><rect fill="white" width="1305" height="894"/><g><title>Layer 1</title><path d="M 522.28573 181.52013 C 534.64443 186.23081 553.7143 185.14286 552.5052 165.28379 C 551.65642 151.34365 543.78284 153.00529 534.65193 156.84767" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><text transform="translate(46.714286 71.635623)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".09765625" y="15" textLength="122.80469">generatedAtTime</tspan></text><rect x="293.6579" y="108.609524" width="42" height="19" fill="white"/><text transform="translate(295.6579 108.609524)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".23828125" y="15" textLength="37.523438">value</tspan></text><line x1="292" y1="135.63159" x2="288.80014" y2="100.73598" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="185.42857" y="262.2159" width="91" height="19" fill="white"/><text transform="translate(187.42857 262.2159)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".26171875" y="15" textLength="86.47656">hadMember</tspan></text><line x1="510.8789" y1="137.70018" x2="534.40035" y2="62.335676" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="191.57476" y1="137.70018" x2="166.92918" y2="62.283358" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><text transform="translate(532.90176 71.635623)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".109375" y="15" textLength="131.78125">invalidatedAtTime</tspan></text><rect x="191.14286" y="306.45955" width="119" height="48" fill="white"/><text transform="translate(196.14286 311.45955)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="0" y="15" textLength="108.03125">wasStartedBy /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" x="0" y="34" textLength="91.125">wasEndedBy</tspan></text><rect x="405.4461" y="252.21588" width="136" height="29" fill="white"/><text transform="translate(410.4461 257.21588)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".1171875" y="15" textLength="125.765625">wasInvalidatedBy</tspan></text><path d="M 335.481 354.02096 C 323.43629 332.01617 305.5385 307.97743 299.34327 288 C 294.66297 272.90768 296.6596 260.12644 297.76686 247.03851" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 403.3244 234.14447 C 403.23353 255.50086 408.96974 278.23999 403.05175 298.22004 C 398.27343 314.35237 385.89507 328.69378 375.12226 343.41185" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="342.42495" y="8.5714286" width="143" height="76" fill="white"/><text transform="translate(347.42495 8.5714286)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".2421875" y="15" textLength="132.515625">wasInfluencedBy /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" x="1.9140625" y="34" textLength="129.171875">wasQuotedFrom /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" x="8.2421875" y="53" textLength="116.515625">wasRevisionOf /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" x=".24609375" y="72" textLength="132.50781">hadPrimarySource</tspan></text><path d="M 420.44032 135.35876 C 425.151 123.00006 436.52857 93.41418 407.96623 93.297036 C 386.62257 93.20956 388.32384 109.18481 392.49374 122.7099" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 405.34209 408.45955 L 295.65789 408.45955 C 294.55332 408.45955 293.65789 407.56412 293.65789 406.45955 C 293.65789 406.45955 293.65789 406.45955 293.65789 406.45955 L 293.65789 356.45955 C 293.65789 355.35498 294.55332 354.45955 295.65789 354.45955 C 295.65789 354.45955 295.65789 354.45955 295.65789 354.45955 L 405.34209 354.45955 C 406.44666 354.45955 407.34209 355.35498 407.34209 356.45955 L 407.34209 406.45955 C 407.34209 407.56412 406.44666 408.45955 405.34209 408.45955 C 405.34209 408.45955 405.34209 408.45955 405.34209 408.45955 Z" fill="#cfceff"/><path d="M 405.34209 408.45955 L 295.65789 408.45955 C 294.55332 408.45955 293.65789 407.56412 293.65789 406.45955 C 293.65789 406.45955 293.65789 406.45955 293.65789 406.45955 L 293.65789 356.45955 C 293.65789 355.35498 294.55332 354.45955 295.65789 354.45955 C 295.65789 354.45955 295.65789 354.45955 295.65789 354.45955 L 405.34209 354.45955 C 406.44666 354.45955 407.34209 355.35498 407.34209 356.45955 L 407.34209 406.45955 C 407.34209 407.56412 406.44666 408.45955 405.34209 408.45955 C 405.34209 408.45955 405.34209 408.45955 405.34209 408.45955 Z M 395.97367 408.45955 L 395.97367 354.45955 M 305.0263 354.45955 L 305.0263 408.45955" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(310.0263 371.95955)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="9.110399" y="15" textLength="62.726562">Activity</tspan></text><path d="M 505.28573 135.35876 L 198.14284 135.35876 C 188.754 135.35876 181.14284 142.96992 181.14284 152.35876 L 181.14284 216.64447 C 181.14284 226.03331 188.754 233.64447 198.14284 233.64447 L 505.28573 233.64447 C 514.67457 233.64447 522.28572 226.03331 522.28573 216.64448 L 522.28573 152.35876 C 522.28573 142.96992 514.67457 135.35876 505.28573 135.35876 C 505.28573 135.35876 505.28573 135.35876 505.28573 135.35876 Z" fill="#fffedf"/><path d="M 505.28573 135.35876 L 198.14284 135.35876 C 188.754 135.35876 181.14284 142.96992 181.14284 152.35876 L 181.14284 216.64447 C 181.14284 226.03331 188.754 233.64447 198.14284 233.64447 L 505.28573 233.64447 C 514.67457 233.64447 522.28572 226.03331 522.28573 216.64448 L 522.28573 152.35876 C 522.28573 142.96992 514.67457 135.35876 505.28573 135.35876 C 505.28573 135.35876 505.28573 135.35876 505.28573 135.35876 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(186.14284 140.35876)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="140.598785" y="15" textLength="49.945312">Entity</tspan></text><path d="M 274.0143 222.21985 L 214.4143 222.21985 C 205.02546 222.21985 197.4143 214.60869 197.4143 205.21985 C 197.4143 205.21985 197.4143 205.21985 197.4143 205.21985 L 197.4143 185.21986 C 197.41429 175.83102 205.02545 168.21985 214.41429 168.21985 C 214.41429 168.21985 214.4143 168.21985 214.4143 168.21985 L 274.0143 168.21985 C 283.40314 168.21985 291.0143 175.83101 291.0143 185.21985 L 291.0143 205.21985 C 291.0143 214.60869 283.40314 222.21985 274.0143 222.21985 C 274.0143 222.21985 274.0143 222.21985 274.0143 222.21985 Z" fill="#fffedf"/><path d="M 274.0143 222.21985 L 214.4143 222.21985 C 205.02546 222.21985 197.4143 214.60869 197.4143 205.21985 C 197.4143 205.21985 197.4143 205.21985 197.4143 205.21985 L 197.4143 185.21986 C 197.41429 175.83102 205.02545 168.21985 214.41429 168.21985 C 214.41429 168.21985 214.4143 168.21985 214.4143 168.21985 L 274.0143 168.21985 C 283.40314 168.21985 291.0143 175.83101 291.0143 185.21985 L 291.0143 205.21985 C 291.0143 214.60869 283.40314 222.21985 274.0143 222.21985 C 274.0143 222.21985 274.0143 222.21985 274.0143 222.21985 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(202.4143 185.71985)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="6.1281242" y="15" textLength="71.34375">Collection</tspan></text><rect x="538.24364" y="21.02149" width="114.63639" height="29.000002" fill="#e6e6e6"/><rect x="538.24364" y="21.02149" width="114.63639" height="29.000002" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(543.24364 26.02149)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.2674138" y="15" textLength="96.10156">xsd:dateTime</tspan></text><rect x="48.285714" y="21.02149" width="114.63639" height="29.000002" fill="#e6e6e6"/><rect x="48.285714" y="21.02149" width="114.63639" height="29.000002" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(53.285714 26.02149)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.2674138" y="15" textLength="96.10156">xsd:dateTime</tspan></text><rect x="555.90588" y="147.42857" width="124" height="38" fill="white"/><text transform="translate(560.90588 147.42857)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="11.152344" y="15" textLength="95.55469">alternateOf / </tspan><tspan font-family="Georgia" font-size="16" font-weight="500" x=".18359375" y="34" textLength="113.63281">specializationOf</tspan></text><rect x="559.80857" y="368.99763" width="86" height="19" fill="white"/><text transform="translate(564.80857 368.99763)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".2578125" y="15" textLength="75.484375">atLocation</tspan></text><path d="M 485.27884 365.2119 L 568.3384 365.2119 C 571.0998 365.2119 573.33838 362.97333 573.3384 360.2119 L 573.3384 316.2119 C 573.3384 313.45048 571.0998 311.2119 568.3384 311.2119 L 485.27884 311.2119 C 482.51742 311.2119 480.27884 313.45048 480.27884 316.2119 L 480.27884 360.2119 C 480.27884 362.97333 482.51742 365.2119 485.27884 365.2119 Z" fill="#804000" fill-opacity=".38999999"/><path d="M 485.27884 365.2119 L 568.3384 365.2119 C 571.0998 365.2119 573.33838 362.97333 573.3384 360.2119 L 573.3384 316.2119 C 573.3384 313.45048 571.0998 311.2119 568.3384 311.2119 L 485.27884 311.2119 C 482.51742 311.2119 480.27884 313.45048 480.27884 316.2119 L 480.27884 360.2119 C 480.27884 362.97333 482.51742 365.2119 485.27884 365.2119 Z" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(485.27884 328.7119)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="10.580551" y="15" textLength="61.898438">Location</tspan></text><path d="M 652.88002 355.28333 C 649.8089 365.4868 657.57056 380.03323 643.66577 385.8968 C 629.76097 391.76037 585.19345 393.85084 569.44292 390.46827 C 560.12796 388.4678 557.09956 383.03442 554.78106 377.21376" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 12.571433 175.31832 L 12.571433 329.73334 C 12.571433 339.00131 20.182592 346.5145 29.571433 346.5145 L 139.57143 346.5145 C 148.96027 346.5145 156.57143 339.00132 156.57143 329.73334 L 156.57143 329.73334 L 156.57143 150.07622 C 156.57143 150.07221 156.57143 150.0682 156.57143 150.064195 L 156.57143 139.69491 C 156.57143 137.123435 154.89051 134.84575 152.41095 134.05737 L 86.41095 113.072546 C 85.21486 112.69225 83.927997 112.69225 82.731907 113.07255 L 16.731907 134.05737 C 14.252351 134.84575 12.571428 137.123436 12.571429 139.69491 L 12.571429 139.69491 L 12.5714286 175.31125 L 12.5714286 175.31125 C 12.5714286 175.31361 12.57143 175.31596 12.571433 175.31832 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 12.571433 175.31832 L 12.571433 329.73334 C 12.571433 339.00131 20.182592 346.5145 29.571433 346.5145 L 139.57143 346.5145 C 148.96027 346.5145 156.57143 339.00132 156.57143 329.73334 L 156.57143 329.73334 L 156.57143 150.07622 C 156.57143 150.07221 156.57143 150.0682 156.57143 150.064195 L 156.57143 139.69491 C 156.57143 137.123435 154.89051 134.84575 152.41095 134.05737 L 86.41095 113.072546 C 85.21486 112.69225 83.927997 112.69225 82.731907 113.07255 L 16.731907 134.05737 C 14.252351 134.84575 12.571428 137.123436 12.571429 139.69491 L 12.571429 139.69491 L 12.5714286 175.31125 L 12.5714286 175.31125 C 12.5714286 175.31361 12.57143 175.31596 12.571433 175.31832 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(17.571429 117.78732)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="43.046877" y="34" textLength="47.90625">Agent</tspan></text><path d="M 138.61848 216.59006 L 30.52446 216.59006 C 28.315322 216.59006 26.524461 214.7992 26.524461 212.59006 C 26.524461 212.59005 26.524461 212.59005 26.524461 212.59005 L 26.524461 166.59006 C 26.52446 164.38092 28.31532 162.59006 30.52446 162.59006 C 30.52446 162.59006 30.52446 162.59006 30.52446 162.59006 L 138.61848 162.59006 C 140.82762 162.59006 142.61848 164.38092 142.61848 166.59006 L 142.61848 212.59006 C 142.61848 214.7992 140.82762 216.59006 138.61848 216.59006 C 138.61848 216.59006 138.61848 216.59006 138.61848 216.59006 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 138.61848 216.59006 L 30.52446 216.59006 C 28.315322 216.59006 26.524461 214.7992 26.524461 212.59006 C 26.524461 212.59005 26.524461 212.59005 26.524461 212.59005 L 26.524461 166.59006 C 26.52446 164.38092 28.31532 162.59006 30.52446 162.59006 C 30.52446 162.59006 30.52446 162.59006 30.52446 162.59006 L 138.61848 162.59006 C 140.82762 162.59006 142.61848 164.38092 142.61848 166.59006 L 142.61848 212.59006 C 142.61848 214.7992 140.82762 216.59006 138.61848 216.59006 C 138.61848 216.59006 138.61848 216.59006 138.61848 216.59006 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(31.52446 180.09006)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="28.527479" y="15" textLength="49.039062">Person</tspan></text><path d="M 138.61848 337.5445 L 30.52446 337.5445 C 28.315322 337.5445 26.524461 335.75363 26.524461 333.5445 C 26.524461 333.5445 26.524461 333.5445 26.524461 333.5445 L 26.524461 287.5445 C 26.52446 285.33536 28.31532 283.5445 30.52446 283.5445 C 30.52446 283.5445 30.52446 283.5445 30.52446 283.5445 L 138.61848 283.5445 C 140.82762 283.5445 142.61848 285.33536 142.61848 287.5445 L 142.61848 333.5445 C 142.61848 335.75363 140.82762 337.5445 138.61848 337.5445 C 138.61848 337.5445 138.61848 337.5445 138.61848 337.5445 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 138.61848 337.5445 L 30.52446 337.5445 C 28.315322 337.5445 26.524461 335.75363 26.524461 333.5445 C 26.524461 333.5445 26.524461 333.5445 26.524461 333.5445 L 26.524461 287.5445 C 26.52446 285.33536 28.31532 283.5445 30.52446 283.5445 C 30.52446 283.5445 30.52446 283.5445 30.52446 283.5445 L 138.61848 283.5445 C 140.82762 283.5445 142.61848 285.33536 142.61848 287.5445 L 142.61848 333.5445 C 142.61848 335.75363 140.82762 337.5445 138.61848 337.5445 C 138.61848 337.5445 138.61848 337.5445 138.61848 337.5445 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(31.52446 301.0445)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="1.01185375" y="15" textLength="104.07031">SoftwareAgent</tspan></text><path d="M 138.61848 277.06699 L 30.52446 277.06699 C 28.315322 277.06699 26.524461 275.27612 26.524461 273.06699 C 26.524461 273.06698 26.524461 273.06698 26.524461 273.06698 L 26.524461 227.06699 C 26.52446 224.85785 28.31532 223.06699 30.52446 223.06699 C 30.52446 223.06699 30.52446 223.06699 30.52446 223.06699 L 138.61848 223.06699 C 140.82762 223.06699 142.61848 224.85785 142.61848 227.06699 L 142.61848 273.06699 C 142.61848 275.27612 140.82762 277.06699 138.61848 277.06699 C 138.61848 277.06699 138.61848 277.06699 138.61848 277.06699 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 138.61848 277.06699 L 30.52446 277.06699 C 28.315322 277.06699 26.524461 275.27612 26.524461 273.06699 C 26.524461 273.06698 26.524461 273.06698 26.524461 273.06698 L 26.524461 227.06699 C 26.52446 224.85785 28.31532 223.06699 30.52446 223.06699 C 30.52446 223.06699 30.52446 223.06699 30.52446 223.06699 L 138.61848 223.06699 C 140.82762 223.06699 142.61848 224.85785 142.61848 227.06699 L 142.61848 273.06699 C 142.61848 275.27612 140.82762 277.06699 138.61848 277.06699 C 138.61848 277.06699 138.61848 277.06699 138.61848 277.06699 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(31.52446 240.56699)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="6.9141975" y="15" textLength="92.265625">Organization</tspan></text><rect x="269.3731" y="74.38137" width="36.49817" height="13.508503" fill="#e6e6e6"/><rect x="269.3731" y="74.38137" width="36.49817" height="13.508503" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M 426.98572 222.21985 L 486.58572 222.21985 C 495.97456 222.21985 503.58572 214.6087 503.58572 205.21986 L 503.58572 185.21985 C 503.58572 175.83101 495.97456 168.21985 486.58572 168.21985 L 426.98572 168.21985 C 417.59688 168.21985 409.98572 175.83101 409.98572 185.21985 L 409.98572 205.21985 C 409.98572 214.60869 417.59688 222.21985 426.98572 222.21985 Z" fill="#fffedf"/><path d="M 426.98572 222.21985 L 486.58572 222.21985 C 495.97456 222.21985 503.58572 214.6087 503.58572 205.21986 L 503.58572 185.21985 C 503.58572 175.83101 495.97456 168.21985 486.58572 168.21985 L 426.98572 168.21985 C 417.59688 168.21985 409.98572 175.83101 409.98572 185.21985 L 409.98572 205.21985 C 409.98572 214.60869 417.59688 222.21985 426.98572 222.21985 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(414.98572 185.71985)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="25.874218" y="15" textLength="31.851562">Plan</tspan></text><path d="M 209.59375 221.52671 C 210.11007 232.50689 205.59951 248.52295 211.14286 254.47055 C 216.6862 260.41816 236.39109 260.6069 242.85714 257.2159 C 246.1912 255.4674 247.34303 251.42863 248.0004 246.87111" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 320.7 222.21985 L 380.3 222.21985 C 389.68885 222.21985 397.3 214.60869 397.3 205.21985 L 397.3 185.21985 C 397.3 175.83101 389.68885 168.21985 380.3 168.21985 L 320.7 168.21985 C 311.31117 168.21985 303.70001 175.83101 303.70001 185.21985 L 303.70001 205.21985 C 303.70001 214.60869 311.31117 222.21985 320.7 222.21985 Z" fill="#fffedf"/><path d="M 320.7 222.21985 L 380.3 222.21985 C 389.68885 222.21985 397.3 214.60869 397.3 205.21985 L 397.3 185.21985 C 397.3 175.83101 389.68885 168.21985 380.3 168.21985 L 320.7 168.21985 C 311.31117 168.21985 303.70001 175.83101 303.70001 185.21985 L 303.70001 205.21985 C 303.70001 214.60869 311.31117 222.21985 320.7 222.21985 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(308.70001 185.71985)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="16.491405" y="15" textLength="50.617188">Bundle</tspan></text></g></g></svg>
--- a/ontology/diagrams/starting-points-example.svg	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/diagrams/starting-points-example.svg	Tue Nov 27 11:44:38 2012 +0000
@@ -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="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>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="14 13 774 507" width="774pt" height="507pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-11-26 13:47Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.2 --></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><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_2" viewBox="-1 -4 10 8" markerWidth="10" markerHeight="8" color="#ff0080"><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="1105" height="736"/><g><title>Layer 1</title><ellipse cx="737.58786" cy="492.74044" rx="47.066475" ry="25.00004" fill="#ffffbe"/><ellipse cx="737.58786" cy="492.74044" rx="47.066475" ry="25.00004" stroke="#7e7e7e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(704.93474 485.74044)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="5.6384712" y="11" textLength="54.029297">:bar_chart</tspan></text><rect x="398.51506" y="467.74046" width="126" height="50" fill="#cfceff"/><rect x="398.51506" y="467.74046" width="126" height="50" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(403.51506 485.74046)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="10.319336" y="11" textLength="95.36133">:illustrationActivity</tspan></text><ellipse cx="461.51506" cy="349.61234" rx="58.500095" ry="25.00004" fill="#ffffbe"/><ellipse cx="461.51506" cy="349.61234" rx="58.500095" ry="25.00004" stroke="#7e7e7e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(419.71506 335.61234)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="2.7707031" y="11" textLength="78.058594">:aggregatedBy</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="19.786328" y="25" textLength="44.027344">Regions</tspan></text><rect x="114.410495" y="324.61234" width="133" height="50" fill="#cfceff"/><rect x="114.410495" y="324.61234" width="133" height="50" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(119.410495 342.61234)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="9.1376953" y="11" textLength="104.72461">:aggregationActivity</tspan></text><line x1="690.02144" y1="492.74046" x2="534.41506" y2="492.74046" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="551.15006" y="483.74046" width="123" height="18" fill="white"/><text transform="translate(553.15006 485.74046)" 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="461.51506" y1="467.24046" x2="461.51506" y2="385.01235" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="434.78856" y="414.7914" width="57" height="18" fill="white"/><text transform="translate(436.78856 416.7914)" 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="424.07495" y1="467.50523" x2="256.14656" y2="377.97901" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="280.75762" y="412.48762" width="114" height="18" fill="white"/><text transform="translate(282.75762 414.48762)" 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="402.51503" y1="349.61234" x2="257.8105" y2="349.61234" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="268.39705" y="340.61234" width="123" height="18" fill="white"/><text transform="translate(270.39705 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="247.85964" y1="324.39265" x2="419.6728" y2="240.35173" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="264.15736" y="274.40372" width="135" height="18" fill="white"/><text transform="translate(266.15736 276.40372)" 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="180.57609" y1="324.24063" x2="114.64908" y2="250.9574" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="107.99011" y="266.23547" width="57" height="18" fill="white"/><text transform="translate(109.99011 268.23547)" 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="181.20193" y1="324.20606" x2="232.38667" y2="252.8519" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="186.71774" y="267.78627" width="57" height="18" fill="white"/><text transform="translate(188.71774 269.78627)" 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="461.51507" y1="324.11233" x2="461.51507" y2="255.28495" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="406.11366" y="281.33986" width="117" height="18" fill="white"/><text transform="translate(408.11366 283.33986)" 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 726.56338 467.94975 C 699.1894 406.39405 683.10865 322.70028 644.4332 283.2642 C 608.15987 246.27745 551.99094 248.20068 503.92244 234.29607" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="588.50726" y="276.98972" width="117" height="18" fill="white"/><text transform="translate(590.50726 278.98972)" 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 429.01506 244.88494 L 429.01506 211.53494 L 461.51506 194.88494 L 494.01506 211.53494 L 494.01506 244.88494 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 429.01506 244.88494 L 429.01506 211.53494 L 461.51506 194.88494 L 494.01506 211.53494 L 494.01506 244.88494 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(434.01506 221.18494)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="10.824219" y="11" textLength="33.351562">:derek</tspan></text><path d="M 414.44866 132.47375 L 414.44866 96.0172 L 461.51506 77.81625 L 508.58146 96.0172 L 508.58146 132.47375 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 414.44866 132.47375 L 414.44866 96.0172 L 461.51506 77.81625 L 508.58146 96.0172 L 508.58146 132.47375 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(419.44866 86.218145)" 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="461.51506" y1="194.38494" x2="461.51506" y2="142.87375" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="400.01506" y="159.81311" width="123" height="18" fill="white"/><text transform="translate(402.01506 161.81311)" 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 157.1957 482.5355 C 157.1957 477.799 155.405 477.213 142.32443 472.5255 L 142.18625 472.477 C 129.03659 467.7405 128.89982 467.7405 115.40471 467.7405 C 97.43567 467.7405 16.195698 467.7405 16.195698 467.7405 L 16.195698 517.7405 L 157.1957 517.7405 L 157.1957 482.5355 Z" fill="white"/><path d="M 157.1957 482.5355 C 157.1957 477.799 155.405 477.213 142.32443 472.5255 L 142.18625 472.477 C 129.03659 467.7405 128.89982 467.7405 115.40471 467.7405 C 97.43567 467.7405 16.195698 467.7405 16.195698 467.7405 L 16.195698 517.7405 L 157.1957 517.7405 L 157.1957 482.5355 Z M 157.1957 482.2915 C 157.1957 477.799 157.05752 477.799 128.89982 477.799 L 128.89982 477.799 C 128.89982 467.7895 128.89982 467.7405 116.23097 467.7405" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(21.195698 478.7405)" 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="146.54016" y1="374.61234" x2="99.586816" y2="467.29447" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><rect x="58.289885" y="436.1805" width="105" height="18" fill="white"/><text transform="translate(60.289885 438.1805)" 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 310.42497 482.53547 C 310.42497 477.79897 308.63427 477.21297 295.5537 472.52547 L 295.41552 472.47697 C 282.26586 467.74047 282.12909 467.74047 268.63398 467.74047 C 250.66494 467.74047 169.42497 467.74047 169.42497 467.74047 L 169.42497 517.74047 L 310.42497 517.74047 L 310.42497 482.53547 Z" fill="white"/><path d="M 310.42497 482.53547 C 310.42497 477.79897 308.63427 477.21297 295.5537 472.52547 L 295.41552 472.47697 C 282.26586 467.74047 282.12909 467.74047 268.63398 467.74047 C 250.66494 467.74047 169.42497 467.74047 169.42497 467.74047 L 169.42497 517.74047 L 310.42497 517.74047 L 310.42497 482.53547 Z M 310.42497 482.29147 C 310.42497 477.79897 310.28679 477.79897 282.12909 477.79897 L 282.12909 477.79897 C 282.12909 467.78947 282.12909 467.74047 269.46024 467.74047" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(174.42497 478.74047)" 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="180.9105" y1="374.61234" x2="227.212" y2="467.29318" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><rect x="164.73027" y="435.31041" width="102" height="18" fill="white"/><text transform="translate(166.73027 437.31041)" 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 785.9253 135.944644 C 785.9253 126.945294 782.9374 125.831894 761.11155 116.925644 L 760.881 116.833494 C 738.93985 107.834144 738.71164 107.834144 716.1941 107.834144 C 686.2115 107.834144 550.6569 107.834144 550.6569 107.834144 L 550.6569 202.83414 L 785.9253 202.83414 L 785.9253 135.944644 Z" fill="white"/><path d="M 785.9253 135.944644 C 785.9253 126.945294 782.9374 125.831894 761.11155 116.925644 L 760.881 116.833494 C 738.93985 107.834144 738.71164 107.834144 716.1941 107.834144 C 686.2115 107.834144 550.6569 107.834144 550.6569 107.834144 L 550.6569 202.83414 L 785.9253 202.83414 L 785.9253 135.944644 Z M 785.9253 135.481044 C 785.9253 126.945294 785.69474 126.945294 738.71164 126.945294 L 738.71164 126.945294 C 738.71164 107.927244 738.71164 107.834144 717.57278 107.834144" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(555.6569 120.334144)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="155.765625">type=foaf:Person, prov:Agent</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="131.583984">foaf:givenName="Derek"</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="492.3142" y1="210.27006" x2="550.17962" y2="192.20563" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 785.9253 37.957629 C 785.9253 30.884557 782.9374 30.009476 761.11155 23.009576 L 760.881 22.937151 C 738.93985 15.864079 738.71164 15.864079 716.1941 15.864079 C 686.2115 15.864079 550.6569 15.864079 550.6569 15.864079 L 550.6569 90.529675 L 785.9253 90.529675 L 785.9253 37.957629 Z" fill="white"/><path d="M 785.9253 37.957629 C 785.9253 30.884557 782.9374 30.009476 761.11155 23.009576 L 760.881 22.937151 C 738.93985 15.864079 738.71164 15.864079 716.1941 15.864079 C 686.2115 15.864079 550.6569 15.864079 550.6569 15.864079 L 550.6569 90.529675 L 785.9253 90.529675 L 785.9253 37.957629 Z M 785.9253 37.59326 C 785.9253 30.884557 785.69474 30.884557 738.71164 30.884557 L 738.71164 30.884557 C 738.71164 15.937251 738.71164 15.864079 717.57278 15.864079" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(555.6569 32.196877)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="185.7832">type=foaf:Organization, prov:Agent</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="504.83806" y1="94.260233" x2="550.17197" y2="82.87023" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><ellipse cx="86.6957" cy="219.88494" rx="58.500095" ry="25.00004" fill="#ffffbe"/><ellipse cx="86.6957" cy="219.88494" rx="58.500095" ry="25.00004" stroke="#7e7e7e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(44.8957 212.88494)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="12.793164" y="11" textLength="58.013672">:crimeData</tspan></text><ellipse cx="256.03496" cy="219.88494" rx="89.590477" ry="25.00004" fill="#ffffbe"/><ellipse cx="256.03496" cy="219.88494" rx="89.590477" ry="25.00004" stroke="#7e7e7e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(189.3627 212.88494)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="12.637109" y="11" textLength="108.07031">:nationalRegionsList</tspan></text><path d="M 39.6293 143.9685 L 39.6293 110.6185 L 86.6957 93.9685 L 133.7621 110.6185 L 133.7621 143.9685 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 39.6293 143.9685 L 39.6293 110.6185 L 86.6957 93.9685 L 133.7621 110.6185 L 133.7621 143.9685 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(44.6293 120.2685)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="8.714837" y="11" textLength="66.703125">:government</tspan></text><path d="M 191.53496 143.96851 L 191.53496 110.61851 L 256.03496 93.96851 L 320.53496 110.61851 L 320.53496 143.96851 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 191.53496 143.96851 L 191.53496 110.61851 L 256.03496 93.96851 L 320.53496 110.61851 L 320.53496 143.96851 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(196.53496 120.26851)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="9.803711" y="11" textLength="99.39258">:civil_action_group</tspan></text><line x1="86.6957" y1="194.38493" x2="86.6957" y2="153.8685" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="28.195699" y="165.75173" width="117" height="18" fill="white"/><text transform="translate(30.195699 167.75173)" 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="256.03496" y1="194.38493" x2="256.03496" y2="153.86851" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="194.53496" y="161.75173" width="123" height="24" fill="white"/><text transform="translate(199.53496 166.75173)" 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 157.1957 31.610854 C 157.1957 26.874354 155.405 26.288354 142.32443 21.600854 L 142.18625 21.552354 C 129.03659 16.815854 128.89982 16.815854 115.40471 16.815854 C 97.43567 16.815854 16.195698 16.815854 16.195698 16.815854 L 16.195698 66.815854 L 157.1957 66.815854 L 157.1957 31.610854 Z" fill="white"/><path d="M 157.1957 31.610854 C 157.1957 26.874354 155.405 26.288354 142.32443 21.600854 L 142.18625 21.552354 C 129.03659 16.815854 128.89982 16.815854 115.40471 16.815854 C 97.43567 16.815854 16.195698 16.815854 16.195698 16.815854 L 16.195698 66.815854 L 157.1957 66.815854 L 157.1957 31.610854 Z M 157.1957 31.366854 C 157.1957 26.874354 157.05752 26.874354 128.89982 26.874354 L 128.89982 26.874354 C 128.89982 16.864854 128.89982 16.815854 116.23097 16.815854" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(21.195698 27.815854)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="3.2939453" y="11" textLength="127.74609">type=foaf:Organization, </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="36.481445" y="25" textLength="58.03711">prov:Agent</tspan></text><line x1="86.6957" y1="93.9685" x2="86.6957" y2="67.315854" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 326.53496 31.610857 C 326.53496 26.874357 324.74426 26.288357 311.66369 21.600857 L 311.52551 21.552357 C 298.37585 16.815857 298.23908 16.815857 284.74397 16.815857 C 266.77493 16.815857 185.53496 16.815857 185.53496 16.815857 L 185.53496 66.815857 L 326.53496 66.815857 L 326.53496 31.610857 Z" fill="white"/><path d="M 326.53496 31.610857 C 326.53496 26.874357 324.74426 26.288357 311.66369 21.600857 L 311.52551 21.552357 C 298.37585 16.815857 298.23908 16.815857 284.74397 16.815857 C 266.77493 16.815857 185.53496 16.815857 185.53496 16.815857 L 185.53496 66.815857 L 326.53496 66.815857 L 326.53496 31.610857 Z M 326.53496 31.366857 C 326.53496 26.874357 326.39678 26.874357 298.23908 26.874357 L 298.23908 26.874357 C 298.23908 16.864857 298.23908 16.815857 285.57023 16.815857" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(190.53496 27.815857)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="3.2939453" y="11" textLength="127.74609">type=foaf:Organization, </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="36.481445" y="25" textLength="58.03711">prov:Agent</tspan></text><line x1="256.03496" y1="93.96851" x2="256.03496" y2="67.315857" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><line x1="703.4621" y1="475.04816" x2="507.96003" y2="373.69142" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="573.1704" y="430.12435" width="122" height="18" fill="white"/><text transform="translate(575.1704 432.12435)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".31835938" y="11" textLength="117.36328">prov:wasDerivedFrom</tspan></text></g><g><title>hide</title><path d="M 524.51506 481.69342 C 531.89383 456.94035 544.86346 429.90035 554.77153 404.11094 C 549.6115 402.20724 553.4182 391.8891 558.57822 393.7928 C 565.75737 373.37952 570.20603 354.08188 567.42732 337.7384 C 561.25417 301.42992 519.4073 279.68142 491.19914 252.37133" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="487.1306" y="300.81968" width="135" height="18" fill="white"/><text transform="translate(489.1306 302.81968)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14160156" y="11" textLength="130.7168">prov:wasAssociatedWith</tspan></text></g></g></svg>
--- a/ontology/diagrams/starting-points.svg	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/diagrams/starting-points.svg	Tue Nov 27 11:44:38 2012 +0000
@@ -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="8 10 630 355" width="630pt" height="355pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-07-17 18:21Z</dc:date><!-- Produced by OmniGraffle Professional 5.4 --></metadata><defs><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="gray"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><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="FilledArrow_Marker_2" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_3" viewBox="-6 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M -4.8000002 0 L 0 1.8000001 L 0 -1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><font-face font-family="Georgia" font-size="16" panose-1="2 4 8 2 5 4 5 2 2 3" units-per-em="1000" underline-position="-87.890625" underline-thickness="59.570312" slope="0" x-height="499.02344" cap-height="711.91406" ascent="916.9922" descent="-219.23828" font-weight="bold"><font-face-src><font-face-name name="Georgia-Bold"/></font-face-src></font-face></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 1</title><rect fill="white" width="694" height="406"/><g><title>Layer 1</title><line x1="455.7823" y1="283.52519" x2="510.46198" y2="325.54177" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="387.03948" y1="283.53818" x2="336.3846" y2="325.2067" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><text transform="translate(497.15226 296.39702)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".015625" y="15" textLength="95.96875">endedAtTime</tspan></text><rect x="192.47014" y="228.09374" width="148" height="19" fill="white"/><text transform="translate(197.47014 228.09374)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x=".22265625" y="15" textLength="137.55469">wasAssociatedWith</tspan></text><rect x="8.368844" y="210.53593" width="132" height="19" fill="white"/><text transform="translate(13.368844 210.53593)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x=".203125" y="15" textLength="121.59375">actedOnBehalfOf</tspan></text><rect x="453.69215" y="150.13326" width="129" height="29" fill="white"/><text transform="translate(458.69215 155.13326)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".15234375" y="15" textLength="118.69531">wasGeneratedBy</tspan></text><rect x="211.47013" y="116.69822" width="129" height="19" fill="white"/><text transform="translate(216.47013 116.69822)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x=".03515625" y="15" textLength="118.92969">wasAttributedTo</tspan></text><rect x="351.0433" y="10.081995" width="132" height="19" fill="white"/><text transform="translate(356.0433 10.081995)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".26953125" y="15" textLength="121.46094">wasDerivedFrom</tspan></text><path d="M 424.76745 80.57143 C 429.47813 68.21273 447.59373 30.68857 419.03138 30.571429 C 396.97366 30.481023 404.24545 52.568385 410.85013 68.64262" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="355.65806" y="330.8197" width="123" height="19" fill="white"/><text transform="translate(360.65806 330.8197)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".40234375" y="15" textLength="112.19531">wasInformedBy</tspan></text><path d="M 424.7402 283.71702 C 429.45087 296.07572 447.59373 331.45429 419.03138 331.57143 C 397.0908 331.66135 404.20494 311.07593 410.7974 295.61202" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 406.5677 228.77305 C 399.72294 215.04055 385.712 203.19351 386.03138 187.57143 C 386.28151 175.33617 395.32208 160.77952 402.8255 146.62993" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="341.84837" y="180.4197" width="44" height="29" fill="white"/><text transform="translate(346.84837 185.4197)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".48046875" y="15" textLength="33.039062">used</tspan></text><path d="M 434.30098 135.01629 C 440.21052 146.533515 452.6941 153.95052 452.03138 169.57143 C 451.49823 182.13833 442.45644 200.02093 435.17428 216.80303" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 127.59024 185.08037 C 107.01324 179.21836 72.15942 172.4132 72.612994 188.84755 C 73.18448 209.55223 95.32728 199.16384 140.36884 199.30667" marker-start="url(#FilledArrow_Marker_3)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 363.04477 107.916754 C 344.61697 125.51417 325.85744 149.86644 307.75584 160.71428 C 293.99226 168.96245 280.60278 169.407 267.1619 170.9479" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 475.09058 283.22054 L 365.40638 283.22054 C 364.3018 283.22054 363.40638 282.3251 363.40638 281.22054 C 363.40638 281.22054 363.40638 281.22054 363.40638 281.22054 L 363.40638 231.22054 C 363.40638 230.11597 364.3018 229.22054 365.40638 229.22054 C 365.40638 229.22054 365.40638 229.22054 365.40638 229.22054 L 475.09058 229.22054 C 476.19515 229.22054 477.09058 230.11597 477.09058 231.22054 L 477.09058 281.22054 C 477.09058 282.3251 476.19515 283.22054 475.09058 283.22054 C 475.09058 283.22054 475.09058 283.22054 475.09058 283.22054 Z" fill="#cfceff"/><path d="M 475.09058 283.22054 L 365.40638 283.22054 C 364.3018 283.22054 363.40638 282.3251 363.40638 281.22054 C 363.40638 281.22054 363.40638 281.22054 363.40638 281.22054 L 363.40638 231.22054 C 363.40638 230.11597 364.3018 229.22054 365.40638 229.22054 C 365.40638 229.22054 365.40638 229.22054 365.40638 229.22054 L 475.09058 229.22054 C 476.19515 229.22054 477.09058 230.11597 477.09058 231.22054 L 477.09058 281.22054 C 477.09058 282.3251 476.19515 283.22054 475.09058 283.22054 C 475.09058 283.22054 475.09058 283.22054 475.09058 283.22054 Z M 465.72216 283.22054 L 465.72216 229.22054 M 374.7748 229.22054 L 374.7748 283.22054" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(379.7748 246.72054)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="9.110399" y="15" textLength="62.726562">Activity</tspan></text><path d="M 452.03138 80.57143 L 388.40638 80.57143 C 374.59926 80.57143 363.40638 91.76431 363.40638 105.57143 L 363.40638 109.57143 C 363.40638 123.37855 374.59926 134.57143 388.40638 134.57143 L 452.03138 134.57143 C 465.8385 134.57143 477.03138 123.37855 477.03138 109.571435 L 477.03138 105.57143 C 477.03138 91.76431 465.8385 80.57143 452.03138 80.57143 C 452.03138 80.57143 452.03138 80.57143 452.03138 80.57143 Z" fill="#fffedf"/><path d="M 452.03138 80.57143 L 388.40638 80.57143 C 374.59926 80.57143 363.40638 91.76431 363.40638 105.57143 L 363.40638 109.57143 C 363.40638 123.37855 374.59926 134.57143 388.40638 134.57143 L 452.03138 134.57143 C 465.8385 134.57143 477.03138 123.37855 477.03138 109.571435 L 477.03138 105.57143 C 477.03138 91.76431 465.8385 80.57143 452.03138 80.57143 C 452.03138 80.57143 452.03138 80.57143 452.03138 80.57143 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(368.40638 98.07143)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="26.839844" y="15" textLength="49.945312">Entity</tspan></text><path d="M 140.36884 210.71741 L 140.36884 174.29784 C 140.36884 171.85943 141.84455 169.66355 144.10228 168.74242 L 194.94438 147.99929 C 196.39728 147.40652 198.0246 147.40652 199.4775 147.99929 L 250.3196 168.74242 C 252.57733 169.66355 254.05304 171.85943 254.05304 174.29784 L 254.05304 210.71741 C 254.05304 214.03112 251.36675 216.71741 248.05304 216.71741 L 146.36884 216.71741 C 143.05513 216.71741 140.36884 214.03112 140.36884 210.71741 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 140.36884 210.71741 L 140.36884 174.29784 C 140.36884 171.85943 141.84455 169.66355 144.10228 168.74242 L 194.94438 147.99929 C 196.39728 147.40652 198.0246 147.40652 199.4775 147.99929 L 250.3196 168.74242 C 252.57733 169.66355 254.05304 171.85943 254.05304 174.29784 L 254.05304 210.71741 C 254.05304 214.03112 251.36675 216.71741 248.05304 216.71741 L 146.36884 216.71741 C 143.05513 216.71741 140.36884 214.03112 140.36884 210.71741 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(145.36884 183.9567)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="27.888975" y="15" textLength="47.90625">Agent</tspan></text><path d="M 363.06606 255.85426 C 346.20245 237.70235 330.55564 212.50016 312.47016 201.39307 C 298.32675 192.70697 282.68527 192.63697 267.30442 191.07628" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="520.69087" y="333.40178" width="114.63639" height="29.000002" fill="#e6e6e6"/><rect x="520.69087" y="333.40178" width="114.63639" height="29.000002" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(525.69087 338.40178)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.2674138" y="15" textLength="96.10156">xsd:dateTime</tspan></text><text transform="translate(245.98162 296.39702)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".4140625" y="15" textLength="102.171875">startedAtTime</tspan></text><rect x="211.78576" y="333.40178" width="114.63639" height="29.000002" fill="#e6e6e6"/><rect x="211.78576" y="333.40178" width="114.63639" height="29.000002" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(216.78576 338.40178)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.2674138" y="15" textLength="96.10156">xsd:dateTime</tspan></text></g></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="8 10 630 355" width="630pt" height="355pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-11-25 17:39Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.2 --></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="481.4453" cap-height="692.8711" 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="FilledArrow_Marker" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="gray"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_2" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_3" viewBox="-6 -3 7 6" markerWidth="7" markerHeight="6" color="#ff0080"><g><path d="M -4.8000002 0 L 0 1.8000001 L 0 -1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_4" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="#ff0080"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><font-face font-family="Georgia" font-size="16" panose-1="2 4 8 2 5 4 5 2 2 3" units-per-em="1000" underline-position="-87.890625" underline-thickness="59.570312" slope="0" x-height="484.375" cap-height="692.8711" ascent="916.9922" descent="-219.23828" font-weight="bold"><font-face-src><font-face-name name="Georgia-Bold"/></font-face-src></font-face></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 1</title><rect fill="white" width="1278" height="801"/><g><title>Layer 1</title><rect x="341.84837" y="180.4197" width="44" height="29" fill="white"/><text transform="translate(346.84837 185.4197)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".48046875" y="15" textLength="33.039062">used</tspan></text><line x1="455.7823" y1="283.52519" x2="510.46198" y2="325.54177" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="387.03948" y1="283.53818" x2="336.3846" y2="325.2067" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><text transform="translate(497.15226 296.39702)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".015625" y="15" textLength="95.96875">endedAtTime</tspan></text><rect x="192.47014" y="228.09374" width="148" height="19" fill="white"/><text transform="translate(197.47014 228.09374)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".22265625" y="15" textLength="137.55469">wasAssociatedWith</tspan></text><rect x="8.368844" y="210.53593" width="132" height="19" fill="white"/><text transform="translate(13.368844 210.53593)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".203125" y="15" textLength="121.59375">actedOnBehalfOf</tspan></text><rect x="453.69215" y="150.13326" width="129" height="29" fill="white"/><text transform="translate(458.69215 155.13326)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".15234375" y="15" textLength="118.69531">wasGeneratedBy</tspan></text><rect x="211.47013" y="116.69822" width="129" height="19" fill="white"/><text transform="translate(216.47013 116.69822)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".03515625" y="15" textLength="118.92969">wasAttributedTo</tspan></text><rect x="351.0433" y="10.081995" width="132" height="19" fill="white"/><text transform="translate(356.0433 10.081995)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".26953125" y="15" textLength="121.46094">wasDerivedFrom</tspan></text><path d="M 424.76745 80.57143 C 429.47813 68.21273 447.59373 30.68857 419.03138 30.571429 C 396.97366 30.481023 404.24545 52.568385 410.85013 68.64262" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="355.65806" y="330.8197" width="123" height="19" fill="white"/><text transform="translate(360.65806 330.8197)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".40234375" y="15" textLength="112.19531">wasInformedBy</tspan></text><path d="M 424.7402 283.71702 C 429.45087 296.07572 447.59373 331.45429 419.03138 331.57143 C 397.0908 331.66135 404.20494 311.07593 410.7974 295.61202" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 406.5677 228.77305 C 399.72294 215.04055 385.712 203.19351 386.03138 187.57143 C 386.28151 175.33617 395.32208 160.77952 402.8255 146.62993" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 434.30098 135.01629 C 440.21052 146.533515 452.6941 153.95052 452.03138 169.57143 C 451.49823 182.13833 442.45644 200.02093 435.17428 216.80303" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 127.59024 185.08037 C 107.01324 179.21836 72.15942 172.4132 72.612994 188.84755 C 73.18448 209.55223 95.32728 199.16384 140.36884 199.30667" marker-start="url(#FilledArrow_Marker_3)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 363.04477 107.916754 C 344.61697 125.51417 325.85744 149.86644 307.75584 160.71428 C 293.99226 168.96245 280.60278 169.407 267.1619 170.9479" marker-end="url(#FilledArrow_Marker_4)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 475.09058 283.22054 L 365.40638 283.22054 C 364.3018 283.22054 363.40638 282.3251 363.40638 281.22054 C 363.40638 281.22054 363.40638 281.22054 363.40638 281.22054 L 363.40638 231.22054 C 363.40638 230.11597 364.3018 229.22054 365.40638 229.22054 C 365.40638 229.22054 365.40638 229.22054 365.40638 229.22054 L 475.09058 229.22054 C 476.19515 229.22054 477.09058 230.11597 477.09058 231.22054 L 477.09058 281.22054 C 477.09058 282.3251 476.19515 283.22054 475.09058 283.22054 C 475.09058 283.22054 475.09058 283.22054 475.09058 283.22054 Z" fill="#cfceff"/><path d="M 475.09058 283.22054 L 365.40638 283.22054 C 364.3018 283.22054 363.40638 282.3251 363.40638 281.22054 C 363.40638 281.22054 363.40638 281.22054 363.40638 281.22054 L 363.40638 231.22054 C 363.40638 230.11597 364.3018 229.22054 365.40638 229.22054 C 365.40638 229.22054 365.40638 229.22054 365.40638 229.22054 L 475.09058 229.22054 C 476.19515 229.22054 477.09058 230.11597 477.09058 231.22054 L 477.09058 281.22054 C 477.09058 282.3251 476.19515 283.22054 475.09058 283.22054 C 475.09058 283.22054 475.09058 283.22054 475.09058 283.22054 Z M 465.72216 283.22054 L 465.72216 229.22054 M 374.7748 229.22054 L 374.7748 283.22054" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(379.7748 246.72054)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="9.110399" y="15" textLength="62.726562">Activity</tspan></text><path d="M 452.03138 80.57143 L 388.40638 80.57143 C 374.59926 80.57143 363.40638 91.76431 363.40638 105.57143 L 363.40638 109.57143 C 363.40638 123.37855 374.59926 134.57143 388.40638 134.57143 L 452.03138 134.57143 C 465.8385 134.57143 477.03138 123.37855 477.03138 109.571435 L 477.03138 105.57143 C 477.03138 91.76431 465.8385 80.57143 452.03138 80.57143 C 452.03138 80.57143 452.03138 80.57143 452.03138 80.57143 Z" fill="#fffedf"/><path d="M 452.03138 80.57143 L 388.40638 80.57143 C 374.59926 80.57143 363.40638 91.76431 363.40638 105.57143 L 363.40638 109.57143 C 363.40638 123.37855 374.59926 134.57143 388.40638 134.57143 L 452.03138 134.57143 C 465.8385 134.57143 477.03138 123.37855 477.03138 109.571435 L 477.03138 105.57143 C 477.03138 91.76431 465.8385 80.57143 452.03138 80.57143 C 452.03138 80.57143 452.03138 80.57143 452.03138 80.57143 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(368.40638 98.07143)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="26.839844" y="15" textLength="49.945312">Entity</tspan></text><path d="M 140.36884 210.71741 L 140.36884 174.29784 C 140.36884 171.85943 141.84455 169.66355 144.10228 168.74242 L 194.94438 147.99929 C 196.39728 147.40652 198.0246 147.40652 199.4775 147.99929 L 250.3196 168.74242 C 252.57733 169.66355 254.05304 171.85943 254.05304 174.29784 L 254.05304 210.71741 C 254.05304 214.03112 251.36675 216.71741 248.05304 216.71741 L 146.36884 216.71741 C 143.05513 216.71741 140.36884 214.03112 140.36884 210.71741 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 140.36884 210.71741 L 140.36884 174.29784 C 140.36884 171.85943 141.84455 169.66355 144.10228 168.74242 L 194.94438 147.99929 C 196.39728 147.40652 198.0246 147.40652 199.4775 147.99929 L 250.3196 168.74242 C 252.57733 169.66355 254.05304 171.85943 254.05304 174.29784 L 254.05304 210.71741 C 254.05304 214.03112 251.36675 216.71741 248.05304 216.71741 L 146.36884 216.71741 C 143.05513 216.71741 140.36884 214.03112 140.36884 210.71741 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(145.36884 183.9567)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="27.888975" y="15" textLength="47.90625">Agent</tspan></text><path d="M 363.06606 255.85426 C 346.20245 237.70235 330.55564 212.50016 312.47016 201.39307 C 298.32675 192.70697 282.68527 192.63697 267.30442 191.07628" marker-end="url(#FilledArrow_Marker_4)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="520.69087" y="333.40178" width="114.63639" height="29.000002" fill="#e6e6e6"/><rect x="520.69087" y="333.40178" width="114.63639" height="29.000002" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(525.69087 338.40178)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.2674138" y="15" textLength="96.10156">xsd:dateTime</tspan></text><text transform="translate(245.98162 296.39702)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".4140625" y="15" textLength="102.171875">startedAtTime</tspan></text><rect x="211.78576" y="333.40178" width="114.63639" height="29.000002" fill="#e6e6e6"/><rect x="211.78576" y="333.40178" width="114.63639" height="29.000002" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(216.78576 338.40178)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.2674138" y="15" textLength="96.10156">xsd:dateTime</tspan></text></g></g></svg>
--- a/ontology/khalid-jun-dropbox/eg16-journalism-qualified-association.ttl	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/khalid-jun-dropbox/eg16-journalism-qualified-association.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -1,21 +1,23 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix ex:   <http://example.org#> .
+@prefix :     <http://example.org#> .
 
-ex:illustrationActivity             
-   a prov:Activity;                  ## (Using Starting Point terms)
-   prov:wasAssociatedWith ex:derek;  ## Derek was responsible for the chart making in some way.
+:illustrationActivity
+   a prov:Activity;                ## Using Starting Point terms,
+   prov:wasAssociatedWith :derek;  ##   the illustration activity was associated with Derek in some way.
 .
 
-ex:derek a prov:Agent .
+:derek a prov:Agent .
 
-ex:illustrationActivity
-   prov:qualifiedAssociation [       ## Qualification: What plan (or recipe, instructions) 
-      a prov:Association;            ## did Derek follow when creating the graphical chart?
-      prov:agent   ex:derek
-      prov:hadPlan ex:tutorial_blog;
-      prov:hadRole ex:illustrationist;
+:illustrationActivity
+   prov:qualifiedAssociation [       ## Qualify how the :illustrationActivity
+      a prov:Association;            ##   was associated with
+      prov:agent   :derek            ##     the Agent Derek.
+
+      prov:hadRole :illustrationist; ## Qualification: The role that Derek served.
+      prov:hadPlan :tutorial_blog;   ## Qualification: The plan (or recipe, instructions)
+                                     ##   that Derek followed when creating the graphical chart.
    ];
 .
 
-ex:tutorial_blog   a prov:Plan, prov:Entity .
-ex:illustrationist a prov:Role .
+:tutorial_blog   a prov:Plan, prov:Entity .
+:illustrationist a prov:Role .
--- a/ontology/khalid-jun-dropbox/eg16-journalism-qualified-derivation.ttl	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/khalid-jun-dropbox/eg16-journalism-qualified-derivation.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -1,20 +1,21 @@
 @prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix ex:   <http://example.org#> .
+@prefix :     <http://example.org#> .
 
-ex:chart1
-   a prov:Entity;                               ## (Using Starting Point terms)
-   prov:wasDerivedFrom ex:aggregatedByRegions;  ## The chart was derived from the aggregate.
+:bar_chart
+   a prov:Entity;                             ## Using Starting Point terms,
+   prov:wasDerivedFrom :aggregatedByRegions;  ##   the chart was derived from the aggregated dataset.
 .
 
-ex:aggregatedByRegions a prov:Entity .
+:aggregatedByRegions a prov:Entity .
 
-ex:chart1
-   prov:qualifiedDerivation   [           
-      a prov:Derivation;
-      prov:entity        ex:aggregatedByRegions;  ## Qualification: additional information about the derivation:
-      prov:hadUsage      ex:usage;                ## Which activity derived the aggregate?
-      prov:hadActivity   ex:activity;             ## What did the activity use to derive the aggregate?
-      prov:hadGeneration ex:generation;           ## How did the activity generate the derived aggregate?
+:bar_chart
+   prov:qualifiedDerivation [                      ## Qualify
+      a prov:Derivation;                           ##   how :bar_chart was derived from
+      prov:entity        :aggregatedByRegions;     ##     the dataset Entity :aggregatedByRegions.
+
+      prov:hadActivity   :aggregating_activity;    ## Qualification: The activity that derived the :bar_chart.
+      prov:hadUsage      :use_of_aggregatedData;   ## Qualification: How the activity used :aggregatedByRegions.
+      prov:hadGeneration :generation_of_bar_chart; ## Qualification: How the activity generated the :bar_chart.
    ];
 .
--- a/ontology/khalid-jun-dropbox/eg16-journalism-qualified-generation.ttl	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/khalid-jun-dropbox/eg16-journalism-qualified-generation.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -1,18 +1,20 @@
 @prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix ex:   <http://example.org#> .
+@prefix :     <http://example.org#> .
 
-ex:chart1 
-   a prov:Entity;                                ## (Using Starting Point terms)
-   prov:wasGeneratedBy ex:illustrationActivity;  ## The chart was generated in an illustration activity.
+:bar_chart
+   a prov:Entity;                              ## Using Starting Point terms,
+   prov:wasGeneratedBy :illustrationActivity;  ##   the chart was generated in an illustration activity.
 .
 
-ex:illustrationActivity a prov:Activity .
+:illustrationActivity a prov:Activity .
 
-ex:chart1
-   prov:qualifiedGeneration [
-      a prov:Generation;
-      prov:activity ex:illustrationActivity;             ## Qualification: The chart was 
-      prov:atTime "2011-07-14T15:52:14Z"^^xsd:dateTime;  ## generated at a particular time.
+:bar_chart
+   prov:qualifiedGeneration [                           ## Qualify how the :bar_chart
+      a prov:Generation;                                ##   was generated by
+      prov:activity :illustrationActivity;              ##     the Activity :illustrationActivity.
+
+      prov:atTime "2011-07-14T15:52:14Z"^^xsd:dateTime; ## Qualification: The Activity generated
+                                                        ##   the bar_chart at a particular time.
    ];
 .
--- a/ontology/khalid-jun-dropbox/eg16-journalism-qualified-usage.ttl	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/khalid-jun-dropbox/eg16-journalism-qualified-usage.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -1,18 +1,20 @@
 @prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix ex:   <http://example.org#> .
+@prefix :     <http://example.org#> .
 
-ex:illustrationActivity 
-   a prov:Activity;                   ## (Using Starting Point terms)
-   prov:used ex:aggregatedByRegions;  ## The aggregated data was used to create the chart.
+:illustrationActivity 
+   a prov:Activity;                ## Using Starting Point terms,
+   prov:used :aggregatedByRegions; ##   the illustration activity used the aggregated data (to create the bar chart).
 .
 
-ex:aggregatedByRegions a prov:Entity .
+:aggregatedByRegions a prov:Entity .
 
-ex:illustrationActivity		
-   prov:qualifiedUsage  [
-      a prov:Usage;
-      prov:entity ex:aggregatedByRegions;                ## Qualification: The aggregated data was used 
-      prov:atTime "2011-07-14T03:03:03Z"^^xsd:dateTime;  ## at a particular time when creating the chart.
+:illustrationActivity		
+   prov:qualifiedUsage [                                ## Qualify how the :illustrationActivity
+      a prov:Usage;                                     ##   used
+      prov:entity :aggregatedByRegions;                 ##     the Entity :aggregatedByRegions
+
+      prov:atTime "2011-07-14T03:03:03Z"^^xsd:dateTime; ## Qualification: The aggregated data was used 
+                                                        ##   at a particular time to create the bar chart..
    ];
 .
--- a/ontology/khalid-jun-dropbox/eg16-journalism-simple-without-comments.ttl	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/khalid-jun-dropbox/eg16-journalism-simple-without-comments.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -1,6 +1,6 @@
 @prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
 @prefix :     <http://example.org#> .
 
 :bar_chart
@@ -18,7 +18,7 @@
 .
 
 :national_newspaper_inc 
-   a prov:Agent;
+   a foaf:Organization, prov:Agent;
    foaf:name "National Newspaper, Inc.";
 .
 
@@ -48,10 +48,10 @@
    a prov:Entity;
    prov:wasAttributedTo :government;
 .
-:government a foaf:Organization .
+:government a foaf:Organization, prov:Agent .
 
 :nationalRegionsList 
    a prov:Entity;
    prov:wasAttributedTo :civil_action_group;
 .
-:civil_action_group a foaf:Organization .
+:civil_action_group a foaf:Organization, prov:Agent .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/ns/CR-prov-o-20121211/prov-o-20121211.owl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,1788 @@
+<?xml version="1.0"?>
+
+
+<!DOCTYPE rdf:RDF [
+    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
+    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
+    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
+    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
+]>
+
+
+<rdf:RDF xmlns="http://www.w3.org/ns/prov#"
+     xml:base="http://www.w3.org/ns/prov"
+     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+     xmlns:owl="http://www.w3.org/2002/07/owl#"
+     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+    <owl:Ontology rdf:about="http://www.w3.org/ns/prov-o#">
+        <rdfs:label xml:lang="en">PROV-O</rdfs:label>
+        <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>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov"/>
+        <specializationOf rdf:resource="http://www.w3.org/ns/prov-o"/>
+        <wasRevisionOf rdf:resource="http://www.w3.org/ns/prov-o-20120724"/>
+        <owl:versionIRI rdf:resource="http://www.w3.org/ns/prov-o-20121211"/>
+    </owl:Ontology>
+    
+    <owl:Ontology rdf:about="http://www.w3.org/ns/prov#"/>
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Annotation properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#unqualifiedForm">
+        <rdfs:comment xml:lang="en">Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation.</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#wasRevisionOf">
+        <rdfs:label>wasRevisionOf</rdfs:label>
+        <component>derivations</component>
+        <rdfs:comment xml:lang="en">A revision is a derivation that revises an entity into a revised version.</rdfs:comment>
+        <inverse>hadRevision</inverse>
+        <category>expanded</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Revision"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedRevision"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#aq">
+        <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#sharesDefinitionWith">
+        <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#definition">
+        <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#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"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="&rdfs;comment">
+        <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#constraints">
+        <rdfs:comment xml:lang="en">A reference to the principal section of the PROV-CONSTRAINTS 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="&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#specializationOf">
+        <rdfs:label>specializationOf</rdfs:label>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization</n>
+        <component>alternate</component>
+        <inverse>generalizationOf</inverse>
+        <category>expanded</category>
+        <definition xml:lang="en">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.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#alternateOf"/>
+    </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="http://www.w3.org/ns/prov#order">
+        <rdfs:comment xml:lang="en">The position that this OWL term should be listed within documentation. The scope of the documentation (e.g., among all terms, among terms within a prov:category, among properties applying to a particular class, etc.) is unspecified.</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>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#definition"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#component">
+        <rdfs:comment xml:lang="en">Classify prov-o terms into six components according to prov-dm, including &#39;agents-responsibility&#39;, &#39;alternate&#39;, &#39;annotations&#39;, &#39;collections&#39;, &#39;derivations&#39;, and &#39;entities-activities&#39;. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#qualifiedForm">
+        <rdfs:comment xml:lang="en">This annotation property links a subproperty of prov:wasInfluencedBy with the subclass of prov:Influence and the qualifying property that are used to qualify it. 
+
+Example annotation:
+
+    prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation .
+
+Then this unqualified assertion:
+
+    :entity1 prov:wasGeneratedBy :activity1 .
+
+can be qualified by adding:
+
+   :entity1 prov:qualifiedGeneration :entity1Gen .
+   :entity1Gen 
+       a prov:Generation, prov:Influence;
+       prov:activity :activity1;
+       :customValue 1337 .
+
+Note how the value of the unqualified influence (prov:wasGeneratedBy :activity1) is mirrored as the value of the prov:activity (or prov:entity, or prov:agent) property on the influence class.</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#todo"/>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#n">
+        <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>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Object Properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://www.w3.org/ns/prov#actedOnBehalfOf -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#actedOnBehalfOf">
+        <rdfs:label>actedOnBehalfOf</rdfs:label>
+        <component>agents-responsibility</component>
+        <inverse>hadDelegate</inverse>
+        <rdfs:comment xml:lang="en">An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. </rdfs:comment>
+        <category>starting-point</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Delegation"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedDelegation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDelegation"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#activity -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#activity">
+        <rdfs:label>activity</rdfs:label>
+        <editorsDefinition>The prov:activity property references an prov:Activity which influenced a resource. This property applies to an prov:ActivityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.</editorsDefinition>
+        <inverse>activityOfInfluence</inverse>
+        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
+        <category>qualified</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#agent -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#agent">
+        <rdfs:label>agent</rdfs:label>
+        <editorsDefinition xml:lang="en">The prov:agent property references an prov:Agent which influenced a resource. This property applies to an prov:AgentInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.</editorsDefinition>
+        <inverse>agentOfInfluence</inverse>
+        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
+        <category>qualified</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#alternateOf -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#alternateOf">
+        <rdfs:label>alternateOf</rdfs:label>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate</n>
+        <definition xml:lang="en">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.</definition>
+        <category>expanded</category>
+        <component>alternate</component>
+        <inverse>alternateOf</inverse>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#specializationOf"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#atLocation -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#atLocation">
+        <rdfs:label>atLocation</rdfs:label>
+        <rdfs:comment xml:lang="en">The Location of any resource.</rdfs:comment>
+        <inverse>locationOf</inverse>
+        <editorialNote xml:lang="en">The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Influence classes.</editorialNote>
+        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
+        <editorialNote xml:lang="en">This property is not functional because the many values could be at a variety of granularies (In this building, in this room, in that chair).</editorialNote>
+        <category>expanded</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Location"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Location"/>
+        <rdfs:domain>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+                </owl:unionOf>
+            </owl:Class>
+        </rdfs:domain>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#entity -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#entity">
+        <rdfs:label>entity</rdfs:label>
+        <editorsDefinition>The prov:entity property references an prov:Entity which influenced a resource. This property applies to an prov:EntityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.</editorsDefinition>
+        <inverse>entityOfInfluence</inverse>
+        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
+        <category>qualified</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#generated -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#generated">
+        <rdfs:label>generated</rdfs:label>
+        <component>entities-activities</component>
+        <inverse>wasGeneratedBy</inverse>
+        <category>expanded</category>
+        <editorialNote xml:lang="en">prov:generated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.</editorialNote>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influenced"/>
+        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadActivity -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadActivity">
+        <rdfs:label>hadActivity</rdfs:label>
+        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
+        <rdfs:comment xml:lang="en">The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead).</rdfs:comment>
+        <editorialNote xml:lang="en">The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL.</editorialNote>
+        <component>derivations</component>
+        <category>qualified</category>
+        <inverse>wasActivityOfInfluence</inverse>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <rdfs:domain>
+            <owl:Class>
+                <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>
+        </rdfs:domain>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadGeneration -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadGeneration">
+        <rdfs:label>hadGeneration</rdfs:label>
+        <inverse>generatedAsDerivation</inverse>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">The _optional_ Generation involved in an Entity&#39;s Derivation.</rdfs:comment>
+        <component>derivations</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadMember -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadMember">
+        <rdfs:label>hadMember</rdfs:label>
+        <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"/>
+        <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>
+        <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"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadPlan -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadPlan">
+        <rdfs:label>hadPlan</rdfs:label>
+        <category>qualified</category>
+        <component>agents-responsibility</component>
+        <inverse>wasPlanOf</inverse>
+        <rdfs:comment xml:lang="en">The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Association"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Plan"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Plan"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadPrimarySource -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadPrimarySource">
+        <rdfs:label>hadPrimarySource</rdfs:label>
+        <component>derivations</component>
+        <category>expanded</category>
+        <inverse>wasPrimarySourceOf</inverse>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#PrimarySource"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedPrimarySource"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedPrimarySource"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <rdfs:comment>hadPrimarySource property is a particular case of wasDerivedFrom (see http://www.w3.org/TR/prov-dm/#term-original-source) that aims to give credit to the source that originated some information.</rdfs:comment>
+        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadRole -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadRole">
+        <rdfs:label>hadRole</rdfs:label>
+        <component>agents-responsibility</component>
+        <inverse>wasRoleIn</inverse>
+        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].</rdfs:comment>
+        <editorsDefinition xml:lang="en">prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of an instantaneous usage, generation, association, start, and end.</editorsDefinition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Role"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Role"/>
+        <rdfs:domain>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Association"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+                </owl:unionOf>
+            </owl:Class>
+        </rdfs:domain>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadUsage -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadUsage">
+        <rdfs:label>hadUsage</rdfs:label>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">The _optional_ Usage involved in an Entity&#39;s Derivation.</rdfs:comment>
+        <inverse>wasUsedInDerivation</inverse>
+        <component>derivations</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Usage"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Usage"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#influenced -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#influenced">
+        <rdfs:label>influenced</rdfs:label>
+        <inverse>wasInfluencedBy</inverse>
+        <component>agents-responsibility</component>
+        <category>expanded</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#influencer -->
+
+    <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>
+        <editorialNote xml:lang="en">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.</editorialNote>
+        <editorsDefinition xml:lang="en">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.</editorsDefinition>
+        <rdfs:range rdf:resource="&owl;Thing"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#invalidated -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#invalidated">
+        <rdfs:label>invalidated</rdfs:label>
+        <category>expanded</category>
+        <inverse>wasInvalidatedBy</inverse>
+        <component>entities-activities</component>
+        <editorialNote xml:lang="en">prov:invalidated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.</editorialNote>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influenced"/>
+        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedAssociation -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedAssociation">
+        <rdfs:label>qualifiedAssociation</rdfs:label>
+        <inverse>qualifiedAssociationOf</inverse>
+        <rdfs:comment xml:lang="en">If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association;  prov:agent :ag; :foo :bar ].</rdfs:comment>
+        <component>agents-responsibility</component>
+        <category>qualified</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Association"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Association"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedAttribution -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedAttribution">
+        <rdfs:label>qualifiedAttribution</rdfs:label>
+        <inverse>qualifiedAttributionOf</inverse>
+        <category>qualified</category>
+        <component>agents-responsibility</component>
+        <rdfs:comment xml:lang="en">If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was influenced using prov:qualifiedAttribution [ a prov:Attribution;  prov:agent :ag; :foo :bar ].</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedCommunication -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedCommunication">
+        <rdfs:label>qualifiedCommunication</rdfs:label>
+        <inverse>qualifiedCommunicationOf</inverse>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was influenced using prov:qualifiedCommunication [ a prov:Communication;  prov:activity :a; :foo :bar ].</rdfs:comment>
+        <category>qualified</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Communication"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Communication"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Communication"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedDelegation -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedDelegation">
+        <rdfs:label>qualifiedDelegation</rdfs:label>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility;  prov:agent :ag; :foo :bar ].</rdfs:comment>
+        <inverse>qualifiedDelegationOf</inverse>
+        <component>agents-responsibility</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Delegation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Delegation"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#actedOnBehalfOf"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedDerivation -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedDerivation">
+        <rdfs:label>qualifiedDerivation</rdfs:label>
+        <component>derivations</component>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">If this Entity prov:wasDerivedFrom Entity :e, then it can qualify how it was derived using prov:qualifiedDerivation [ a prov:Derivation;  prov:entity :e; :foo :bar ].</rdfs:comment>
+        <inverse>qualifiedDerivationOf</inverse>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedEnd -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedEnd">
+        <rdfs:label>qualifiedEnd</rdfs:label>
+        <category>qualified</category>
+        <inverse>qualifiedEndOf</inverse>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">If this Activity prov:wasEndedBy Entity :e1, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End;  prov:entity :e1; :foo :bar ].</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#End"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#End"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasEndedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedGeneration -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedGeneration">
+        <rdfs:label>qualifiedGeneration</rdfs:label>
+        <inverse>qualifiedGenerationOf</inverse>
+        <component>entities-activities</component>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">If this Activity prov:generated Entity :e, then it can qualify how it performed the Generation using prov:qualifiedGeneration [ a prov:Generation;  prov:entity :e; :foo :bar ].</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedInfluence -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedInfluence">
+        <rdfs:label>qualifiedInfluence</rdfs:label>
+        <rdfs:comment xml:lang="en">Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable.</rdfs:comment>
+        <category>qualified</category>
+        <inverse>qualifiedInfluenceOf</inverse>
+        <component>derivations</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <rdfs:domain>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                </owl:unionOf>
+            </owl:Class>
+        </rdfs:domain>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedInvalidation -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidation">
+        <rdfs:label>qualifiedInvalidation</rdfs:label>
+        <rdfs:comment xml:lang="en">If this Entity prov:wasInvalidatedBy Activity :a, then it can qualify how it was invalidated using prov:qualifiedInvalidation [ a prov:Invalidation;  prov:activity :a; :foo :bar ].</rdfs:comment>
+        <component>entities-activities</component>
+        <category>qualified</category>
+        <inverse>qualifiedInvalidationOf</inverse>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedPrimarySource -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedPrimarySource">
+        <rdfs:label>qualifiedPrimarySource</rdfs:label>
+        <rdfs:comment xml:lang="en">If this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ].</rdfs:comment>
+        <component>derivations</component>
+        <category>qualified</category>
+        <inverse>qualifiedSourceOf</inverse>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#PrimarySource"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#PrimarySource"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedQuotation -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedQuotation">
+        <rdfs:label>qualifiedQuotation</rdfs:label>
+        <category>qualified</category>
+        <inverse>qualifiedQuotationOf</inverse>
+        <rdfs:comment xml:lang="en">If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation;  prov:entity :e; :foo :bar ].</rdfs:comment>
+        <component>derivations</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedRevision -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedRevision">
+        <rdfs:label>qualifiedRevision</rdfs:label>
+        <rdfs:comment xml:lang="en">If this Entity prov:wasRevisionOf Entity :e, then it can qualify how it was revised using prov:qualifiedRevision [ a prov:Revision;  prov:entity :e; :foo :bar ].</rdfs:comment>
+        <category>qualified</category>
+        <inverse>revisedEntity</inverse>
+        <component>derivations</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Revision"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Revision"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedStart -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedStart">
+        <rdfs:label>qualifiedStart</rdfs:label>
+        <inverse>qualifiedStartOf</inverse>
+        <category>qualified</category>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">If this Activity prov:wasStartedBy Entity :e1, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start;  prov:entity :e1; :foo :bar ].</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Start"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Start"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasStartedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedUsage -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedUsage">
+        <rdfs:label>qualifiedUsage</rdfs:label>
+        <category>qualified</category>
+        <inverse>qualifiedUsingActivity</inverse>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">If this Activity prov:used Entity :e, then it can qualify how it used it using prov:qualifiedUsage [ a prov:Usage; prov:entity :e; :foo :bar ].</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Usage"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Usage"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#used"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#specializationOf -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#specializationOf">
+        <rdfs:label>specializationOf</rdfs:label>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization</n>
+        <component>alternate</component>
+        <category>expanded</category>
+        <inverse>generalizationOf</inverse>
+        <definition xml:lang="en">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.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#alternateOf"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#alternateOf"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#used -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#used">
+        <rdfs:label>used</rdfs:label>
+        <inverse>wasUsedBy</inverse>
+        <rdfs:comment xml:lang="en">A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .</rdfs:comment>
+        <category>starting-point</category>
+        <component>entities-activities</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Usage"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedUsage"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedUsage"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasAssociatedWith -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasAssociatedWith">
+        <rdfs:label>wasAssociatedWith</rdfs:label>
+        <component>agents-responsibility</component>
+        <inverse>wasAssociateFor</inverse>
+        <rdfs:comment xml:lang="en">An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.</rdfs:comment>
+        <category>starting-point</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Association"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedAssociation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAssociation"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasAttributedTo -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasAttributedTo">
+        <rdfs:label>wasAttributedTo</rdfs:label>
+        <component>agents-responsibility</component>
+        <category>starting-point</category>
+        <inverse>contributed</inverse>
+        <definition xml:lang="en">Attribution is the ascribing of an entity to an agent.</definition>
+        <rdfs:comment xml:lang="en">Attribution is the ascribing of an entity to an agent.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedAttribution"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAttribution"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <definition>IF wasAttributedTo(e2,ag1,aAttr) holds, THEN wasInfluencedBy(e2,ag1) also holds. </definition>
+        <rdfs:comment>Attribution is a particular case of trace (see http://www.w3.org/TR/prov-dm/#concept-trace), in the sense that it links an entity to the agent that ascribed it.</rdfs:comment>
+        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasDerivedFrom -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasDerivedFrom">
+        <rdfs:label>wasDerivedFrom</rdfs:label>
+        <inverse>hadDerivation</inverse>
+        <definition xml:lang="en">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.</definition>
+        <category>starting-point</category>
+        <rdfs:comment xml:lang="en">The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable.</rdfs:comment>
+        <component>derivations</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedDerivation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDerivation"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <rdfs:comment>Derivation is a particular case of trace (see http://www.w3.org/TR/prov-dm/#term-trace), since it links an entity to another entity that contributed to its existence.</rdfs:comment>
+        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasEndedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasEndedBy">
+        <rdfs:label>wasEndedBy</rdfs:label>
+        <category>expanded</category>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity.</rdfs:comment>
+        <inverse>ended</inverse>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#End"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedEnd"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedEnd"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasGeneratedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasGeneratedBy">
+        <rdfs:label>wasGeneratedBy</rdfs:label>
+        <inverse>generated</inverse>
+        <category>starting-point</category>
+        <component>entities-activities</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedGeneration"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedGeneration"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasInfluencedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
+        <rdfs:label>wasInfluencedBy</rdfs:label>
+        <rdfs:comment xml:lang="en">Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable.</rdfs:comment>
+        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
+        <editorialNote xml:lang="en">The sub-properties of prov:wasInfluencedBy can be elaborated in more detail using the Qualification Pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :spoon; prov:atLocation :kitchen ] .
+
+Subproperties of prov:wasInfluencedBy may also be asserted directly without being qualified.
+
+prov:wasInfluencedBy should not be used without also using one of its subproperties. 
+</editorialNote>
+        <category>qualified</category>
+        <inverse>influenced</inverse>
+        <component>agents-responsibility</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <rdfs:domain>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                </owl:unionOf>
+            </owl:Class>
+        </rdfs:domain>
+        <rdfs:range>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                </owl:unionOf>
+            </owl:Class>
+        </rdfs:range>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <definition>influencee: an identifier (o2) for an entity, activity, or agent; </definition>
+        <dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
+        <owl:annotatedProperty rdf:resource="&rdfs;domain"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:annotatedTarget>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                </owl:unionOf>
+            </owl:Class>
+        </owl:annotatedTarget>
+    </owl:Axiom>
+    <owl:Axiom>
+        <dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
+        <definition>influencer: an identifier (o1) for an ancestor entity, activity, or agent that the former depends on;</definition>
+        <owl:annotatedProperty rdf:resource="&rdfs;range"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:annotatedTarget>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                </owl:unionOf>
+            </owl:Class>
+        </owl:annotatedTarget>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasInformedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInformedBy">
+        <rdfs:label>wasInformedBy</rdfs:label>
+        <inverse>informed</inverse>
+        <rdfs:comment xml:lang="en">An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2.</rdfs:comment>
+        <category>starting-point</category>
+        <component>entities-activities</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Communication"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedCommunication"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedCommunication"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasInvalidatedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInvalidatedBy">
+        <rdfs:label>wasInvalidatedBy</rdfs:label>
+        <component>entities-activities</component>
+        <inverse>invalidated</inverse>
+        <category>expanded</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedInvalidation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidation"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasQuotedFrom -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasQuotedFrom">
+        <rdfs:label>wasQuotedFrom</rdfs:label>
+        <category>expanded</category>
+        <component>derivations</component>
+        <inverse>quotedAs</inverse>
+        <rdfs:comment xml:lang="en">An entity is derived from an original entity by copying, or &#39;quoting&#39;, some or all of it.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedQuotation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedQuotation"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <rdfs:comment>Quotation is a particular case of derivation (see http://www.w3.org/TR/prov-dm/#term-quotation) in which an entity is derived from an original entity by copying, or &quot;quoting&quot;, some or all of it. </rdfs:comment>
+        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasRevisionOf -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasRevisionOf">
+        <rdfs:label>wasRevisionOf</rdfs:label>
+        <rdfs:comment xml:lang="en">A revision is a derivation that revises an entity into a revised version.</rdfs:comment>
+        <component>derivations</component>
+        <inverse>hadRevision</inverse>
+        <category>expanded</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Revision"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedRevision"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedRevision"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <rdfs:comment>Revision is a derivation (see http://www.w3.org/TR/prov-dm/#term-Revision). Moreover, according to 
+http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Revision 23 April 2012 &#39;wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.&#39;</rdfs:comment>
+        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasStartedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasStartedBy">
+        <rdfs:label>wasStartedBy</rdfs:label>
+        <inverse>started</inverse>
+        <category>expanded</category>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Start"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedStart"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedStart"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Data properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://www.w3.org/ns/prov#atTime -->
+
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#atTime">
+        <rdfs:label>atTime</rdfs:label>
+        <component>entities-activities</component>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime.</rdfs:comment>
+        <rdfs:range rdf:resource="&xsd;dateTime"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#endedAtTime"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#generatedAtTime"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#invalidatedAtTime"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#startedAtTime"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#endedAtTime -->
+
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#endedAtTime">
+        <rdfs:label>endedAtTime</rdfs:label>
+        <component>entities-activities</component>
+        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedEnd o prov:atTime) rdfs:subPropertyOf prov:endedAtTime.</editorialNote>
+        <rdfs:comment xml:lang="en">The time at which an activity ended. See also prov:startedAtTime.</rdfs:comment>
+        <category>starting-point</category>
+        <rdfs:range rdf:resource="&xsd;dateTime"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#End"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#generatedAtTime -->
+
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#generatedAtTime">
+        <rdfs:label>generatedAtTime</rdfs:label>
+        <category>expanded</category>
+        <component>entities-activities</component>
+        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedGeneration o prov:atTime) rdfs:subPropertyOf prov:generatedAtTime.</editorialNote>
+        <rdfs:comment xml:lang="en">The time at which an entity was completely created and is available for use.</rdfs:comment>
+        <rdfs:range rdf:resource="&xsd;dateTime"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#invalidatedAtTime -->
+
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#invalidatedAtTime">
+        <rdfs:label>invalidatedAtTime</rdfs:label>
+        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedInvalidation o prov:atTime) rdfs:subPropertyOf prov:invalidatedAtTime.</editorialNote>
+        <category>expanded</category>
+        <rdfs:comment xml:lang="en">The time at which an entity was invalidated (i.e., no longer usable).</rdfs:comment>
+        <component>entities-activities</component>
+        <rdfs:range rdf:resource="&xsd;dateTime"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#startedAtTime -->
+
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#startedAtTime">
+        <rdfs:label>startedAtTime</rdfs:label>
+        <category>starting-point</category>
+        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedStart o prov:atTime) rdfs:subPropertyOf prov:startedAtTime.</editorialNote>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">The time at which an activity started. See also prov:endedAtTime.</rdfs:comment>
+        <rdfs:range rdf:resource="&xsd;dateTime"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Start"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#value -->
+
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#value">
+        <rdfs:label>value</rdfs:label>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value</dm>
+        <category>expanded</category>
+        <editorialNote>The editor&#39;s definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue</editorialNote>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">Provides a value for an Entity.</rdfs:comment>
+        <editorsDefinition xml:lang="en">The main value (if there is one) of a structured value.</editorsDefinition>
+        <editorialNote xml:lang="en">This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, &#39;may be used in describing structured values&#39;).</editorialNote>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Classes
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://www.w3.org/2002/07/owl#Thing -->
+
+    <owl:Class rdf:about="&owl;Thing"/>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Activity -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Activity">
+        <rdfs:label>Activity</rdfs:label>
+        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Activity</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity</n>
+        <component>entities-activities</component>
+        <category>starting-point</category>
+        <definition>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.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#ActivityInfluence -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#ActivityInfluence">
+        <rdfs:label>ActivityInfluence</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <rdfs:subClassOf>
+            <owl:Restriction>
+                <owl:onProperty rdf:resource="http://www.w3.org/ns/prov#hadActivity"/>
+                <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:maxCardinality>
+            </owl:Restriction>
+        </rdfs:subClassOf>
+        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <editorsDefinition xml:lang="en">ActivitiyInfluence is the capacity of an activity to have an effect on the character, development, or behavior of another by means of generation, invalidation, communication, or other.</editorsDefinition>
+        <rdfs:comment xml:lang="en">ActivityInfluence provides additional descriptions of an Activity&#39;s binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity.</rdfs:comment>
+        <rdfs:comment xml:lang="en">It is not recommended that the type ActivityInfluence be asserted without also asserting one of its more specific subclasses.</rdfs:comment>
+        <category>qualified</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#activity"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Agent -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Agent">
+        <rdfs:label>Agent</rdfs:label>
+        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent</n>
+        <definition xml:lang="en">An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent&#39;s activity. </definition>
+        <category>starting-point</category>
+        <component>agents-responsibility</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#AgentInfluence -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#AgentInfluence">
+        <rdfs:label>AgentInfluence</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <editorsDefinition xml:lang="en">AgentInfluence is the capacity of an agent to have an effect on the character, development, or behavior of another by means of attribution, association, delegation, or other.</editorsDefinition>
+        <rdfs:comment xml:lang="en">AgentInfluence provides additional descriptions of an Agent&#39;s binary influence upon any other kind of resource. Instances of AgentInfluence use the prov:agent property to cite the influencing Agent.</rdfs:comment>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">It is not recommended that the type AgentInfluence be asserted without also asserting one of its more specific subclasses.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#agent"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Association -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Association">
+        <rdfs:label>Association</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</n>
+        <component>agents-responsibility</component>
+        <rdfs:comment xml:lang="en">An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that had some responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ].</rdfs:comment>
+        <category>qualified</category>
+        <definition xml:lang="en">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.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Attribution -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Attribution">
+        <rdfs:label>Attribution</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution</n>
+        <rdfs:comment xml:lang="en">An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that had some responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualifiedAttribution [ a prov:Attribution; prov:entity :baker; :foo :bar ].</rdfs:comment>
+        <definition xml:lang="en">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.</definition>
+        <category>qualified</category>
+        <component>agents-responsibility</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Bundle -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Bundle">
+        <rdfs:label>Bundle</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-bundle-entity</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-bundle-declaration</n>
+        <category>expanded</category>
+        <definition xml:lang="en">A bundle is a named set of provenance descriptions, and is itself an Entity, so allowing provenance of provenance to be expressed.</definition>
+        <rdfs:comment xml:lang="en">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.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Collection -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Collection">
+        <rdfs:label>Collection</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <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.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Communication -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Communication">
+        <rdfs:label>Communication</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Communication</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy</n>
+        <component>entities-activities</component>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:activity :everyone_else_jumping_off_bridge; :foo :bar ].</rdfs:comment>
+        <definition>Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInformedBy"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Delegation -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Delegation">
+        <rdfs:label>Delegation</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-delegation</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-delegation</n>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ].</rdfs:comment>
+        <definition xml:lang="en">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.</definition>
+        <component>agents-responsibility</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#actedOnBehalfOf"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Derivation -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Derivation">
+        <rdfs:label>Derivation</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Derivation</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#Derivation-Relation</n>
+        <definition xml:lang="en">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.</definition>
+        <component>derivations</component>
+        <rdfs:comment xml:lang="en">An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ].</rdfs:comment>
+        <rdfs:comment xml:lang="en">The more specific forms of prov:Derivation (i.e., prov:Revision, prov:Quotation, prov:PrimarySource) should be asserted if they apply.</rdfs:comment>
+        <category>qualified</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+    </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"/>
+        <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">
+        <rdfs:label>End</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-End</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-End</n>
+        <rdfs:comment xml:lang="en">An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualifiedEnd [ a prov:End; prov:entity :buzzer; :foo :bar; prov:atTime &#39;2012-03-09T08:05:08-05:00&#39;^^xsd:dateTime ].</rdfs:comment>
+        <category>qualified</category>
+        <definition xml:lang="en">End is when an activity is deemed to have been ended by an entity, known as trigger. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity&#39;s end. An end may refer to a trigger entity that terminated the activity, or to an activity, known as ender that generated the trigger.</definition>
+        <component>entities-activities</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasEndedBy"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Entity -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Entity">
+        <rdfs:label>Entity</rdfs:label>
+        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-entity</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Entity</n>
+        <component>entities-activities</component>
+        <definition xml:lang="en">An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. </definition>
+        <category>starting-point</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#EntityInfluence -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#EntityInfluence">
+        <rdfs:label>EntityInfluence</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <editorsDefinition xml:lang="en">EntityInfluence is the capacity of an entity to have an effect on the character, development, or behavior of another by means of usage, start, end, derivation, or other. </editorsDefinition>
+        <rdfs:comment xml:lang="en">EntityInfluence provides additional descriptions of an Entity&#39;s binary influence upon any other kind of resource. Instances of EntityInfluence use the prov:entity property to cite the influencing Entity.</rdfs:comment>
+        <rdfs:comment xml:lang="en">It is not recommended that the type EntityInfluence be asserted without also asserting one of its more specific subclasses.</rdfs:comment>
+        <category>qualified</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#entity"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Generation -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Generation">
+        <rdfs:label>Generation</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation</n>
+        <rdfs:comment xml:lang="en">An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ].</rdfs:comment>
+        <category>qualified</category>
+        <component>entities-activities</component>
+        <definition xml:lang="en">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.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Influence -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Influence">
+        <rdfs:label>Influence</rdfs:label>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-influence</n>
+        <component>derivations</component>
+        <rdfs:comment xml:lang="en">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.</rdfs:comment>
+        <rdfs:comment xml:lang="en">Because prov:Influence is a broad relation, its most specific subclasses (e.g. prov:Communication, prov:Delegation, prov:End, prov:Revision, etc.) should be used when applicable.</rdfs:comment>
+        <category>qualified</category>
+        <definition xml:lang="en">Influence is the capacity of 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.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#InstantaneousEvent -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent">
+        <rdfs:label>InstantaneousEvent</rdfs:label>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#dfn-event</constraints>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term &#39;event&#39; is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.</rdfs:comment>
+        <definition xml:lang="en">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.</definition>
+        <category>qualified</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Invalidation -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Invalidation">
+        <rdfs:label>Invalidation</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Invalidation</n>
+        <component>entities-activities</component>
+        <definition>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.</definition>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">An instance of prov:Invalidation provides additional descriptions about the binary prov:wasInvalidatedBy relation from an invalidated prov:Entity to the prov:Activity that invalidated it. For example, :uncracked_egg prov:wasInvalidatedBy :baking; prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :baking; :foo :bar ].</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Location -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Location">
+        <rdfs:label>Location</rdfs:label>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute</n>
+        <definition xml:lang="en">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.</definition>
+        <category>expanded</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#atLocation"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Organization -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Organization">
+        <rdfs:label>Organization</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</n>
+        <definition>Agents of type Organization are social institutions such as companies, societies etc.</definition>
+        <category>expanded</category>
+        <component>agents-responsibility</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Person -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Person">
+        <rdfs:label>Person</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</n>
+        <category>expanded</category>
+        <definition xml:lang="en">Agents of type Person are people.</definition>
+        <component>agents-responsibility</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Plan -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Plan">
+        <rdfs:label>Plan</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</n>
+        <definition>A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.</definition>
+        <category>expanded</category>
+        <rdfs:comment xml:lang="en">There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations.</rdfs:comment>
+        <category>qualified</category>
+        <component>agents-responsibility</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#PrimarySource -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#PrimarySource">
+        <rdfs:label>PrimarySource</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-primary-source</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source</n>
+        <category>qualified</category>
+        <component>derivations</component>
+        <definition xml:lang="en">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&#39;s study, without benefit from hindsight.
+
+Because of the directness of primary sources, they &#39;speak for themselves&#39; 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.
+
+A primary source relation is a particular case of derivation 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&#39;s domain.</definition>
+        <rdfs:comment xml:lang="en">An instance of prov:PrimarySource provides additional descriptions about the binary prov:hadPrimarySource relation from some secondary prov:Entity to an earlier, primary prov:Entity. For example, :blog prov:hadPrimarySource :newsArticle; prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :newsArticle; :foo :bar ] .</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Quotation -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Quotation">
+        <rdfs:label>Quotation</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation</n>
+        <rdfs:comment xml:lang="en">An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some taken prov:Entity from an earlier, larger prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualifiedQuotation [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ].</rdfs:comment>
+        <component>derivations</component>
+        <category>qualified</category>
+        <definition xml:lang="en">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.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Revision -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Revision">
+        <rdfs:label>Revision</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-revision</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision</n>
+        <component>derivations</component>
+        <category>qualified</category>
+        <definition xml:lang="en">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.</definition>
+        <rdfs:comment xml:lang="en">An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some newer prov:Entity to an earlier prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualifiedRevision [ a prov:Revision; prov:entity :draft_1; :foo :bar ].</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Role -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Role">
+        <rdfs:label>Role</rdfs:label>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute</n>
+        <definition xml:lang="en">A role is the function of an entity or agent with respect to an activity, in the context of a usage, generation, invalidation, association, start, and end.</definition>
+        <category>qualified</category>
+        <component>agents-responsibility</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#hadRole"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#SoftwareAgent -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#SoftwareAgent">
+        <rdfs:label>SoftwareAgent</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</n>
+        <component>agents-responsibility</component>
+        <definition xml:lang="en">A software agent is running software.</definition>
+        <category>expanded</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Start -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Start">
+        <rdfs:label>Start</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start</n>
+        <component>entities-activities</component>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualifiedStart [ a prov:Start; prov:entity :bang; :foo :bar; prov:atTime &#39;2012-03-09T08:05:08-05:00&#39;^^xsd:dateTime ] .</rdfs:comment>
+        <definition xml:lang="en">Start is when an activity is deemed to have been started by an entity, known as trigger. The activity did not exist before its start. Any usage, generation, or invalidation involving an activity follows the activity&#39;s start. A start may refer to a trigger entity that set off the activity, or to an activity, known as starter, that generated the trigger.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasStartedBy"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Usage -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Usage">
+        <rdfs:label>Usage</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Usage</n>
+        <rdfs:comment xml:lang="en">An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualifiedUsage [ a prov:Usage; prov:entity :podium; :foo :bar ].</rdfs:comment>
+        <definition xml:lang="en">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.</definition>
+        <category>qualified</category>
+        <component>entities-activities</component>
+        <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>
+
+
+
+<!-- Generated by the OWL API (version 3.1.0.20069) http://owlapi.sourceforge.net -->
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/ns/CR-prov-o-20121211/prov-o-20121211.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,1321 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix : <http://www.w3.org/ns/prov#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+rdfs:comment
+    a owl:AnnotationProperty ;
+    rdfs:comment ""@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+rdfs:isDefinedBy
+    a owl:AnnotationProperty .
+
+rdfs:label
+    a owl:AnnotationProperty ;
+    rdfs:comment ""@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+rdfs:seeAlso
+    a owl:AnnotationProperty ;
+    rdfs:comment ""@en .
+
+owl:Thing
+    a owl:Class .
+
+owl:versionInfo
+    a owl:AnnotationProperty .
+
+<http://www.w3.org/ns/prov#>
+    a owl:Ontology .
+
+:Activity
+    a owl:Class ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Activity" ;
+    owl:disjointWith :Entity ;
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "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." ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Activity"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity"^^xsd:anyURI .
+
+:ActivityInfluence
+    a owl:Class ;
+    rdfs:comment "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."@en, "It is not recommended that the type ActivityInfluence be asserted without also asserting one of its more specific subclasses."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "ActivityInfluence" ;
+    rdfs:seeAlso :activity ;
+    rdfs:subClassOf :Influence, [
+        a owl:Restriction ;
+        owl:maxCardinality "0"^^xsd:nonNegativeInteger ;
+        owl:onProperty :hadActivity
+    ] ;
+    owl:disjointWith :EntityInfluence ;
+    :category "qualified" ;
+    :editorsDefinition "ActivitiyInfluence is the capacity of an activity to have an effect on the character, development, or behavior of another by means of generation, invalidation, communication, or other."@en .
+
+:Agent
+    a owl:Class ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Agent" ;
+    owl:disjointWith :InstantaneousEvent ;
+    :category "starting-point" ;
+    :component "agents-responsibility" ;
+    :definition "An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. "@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent"^^xsd:anyURI .
+
+:AgentInfluence
+    a owl:Class ;
+    rdfs:comment "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."@en, "It is not recommended that the type AgentInfluence be asserted without also asserting one of its more specific subclasses."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "AgentInfluence" ;
+    rdfs:seeAlso :agent ;
+    rdfs:subClassOf :Influence ;
+    :category "qualified" ;
+    :editorsDefinition "AgentInfluence is the capacity of an agent to have an effect on the character, development, or behavior of another by means of attribution, association, delegation, or other."@en .
+
+:Association
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that had some responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Association" ;
+    rdfs:subClassOf :AgentInfluence ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :definition "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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association"^^xsd:anyURI ;
+    :unqualifiedForm :wasAssociatedWith .
+
+:Attribution
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that had some responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualifiedAttribution [ a prov:Attribution; prov:entity :baker; :foo :bar ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Attribution" ;
+    rdfs:subClassOf :AgentInfluence ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition """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."""@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution"^^xsd:anyURI ;
+    :unqualifiedForm :wasAttributedTo .
+
+:Bundle
+    a owl:Class ;
+    rdfs:comment "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."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Bundle" ;
+    rdfs:subClassOf :Entity ;
+    :category "expanded" ;
+    :definition "A bundle is a named set of provenance descriptions, and is itself an Entity, so allowing provenance of provenance to be expressed."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-bundle-entity"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-bundle-declaration"^^xsd:anyURI .
+
+:Collection
+    a owl:Class ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Collection" ;
+    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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection"^^xsd:anyURI .
+
+:Communication
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:activity :everyone_else_jumping_off_bridge; :foo :bar ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Communication" ;
+    rdfs:subClassOf :ActivityInfluence ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "Communication is the exchange of an entity by two activities, one activity using the entity generated by the other." ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Communication"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy"^^xsd:anyURI ;
+    :unqualifiedForm :wasInformedBy .
+
+:Delegation
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Delegation" ;
+    rdfs:subClassOf :AgentInfluence ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :definition """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."""@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-delegation"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-delegation"^^xsd:anyURI ;
+    :unqualifiedForm :actedOnBehalfOf .
+
+:Derivation
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ]."@en, "The more specific forms of prov:Derivation (i.e., prov:Revision, prov:Quotation, prov:PrimarySource) should be asserted if they apply."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Derivation" ;
+    rdfs:subClassOf :EntityInfluence ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Derivation"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#Derivation-Relation"^^xsd:anyURI ;
+    :unqualifiedForm :wasDerivedFrom .
+
+:EmptyCollection
+    a owl:Class, owl:NamedIndividual ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "EmptyCollection"@en ;
+    rdfs:subClassOf :Collection ;
+    :category "expanded" ;
+    :component "collections" ;
+    :definition "An empty collection is a collection without members."@en .
+
+:End
+    a owl:Class ;
+    rdfs:comment "An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualifiedEnd [ a prov:End; prov:entity :buzzer; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "End" ;
+    rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "End is when an activity is deemed to have been ended by an entity, known as trigger. 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 a trigger entity that terminated the activity, or to an activity, known as ender that generated the trigger."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-End"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-End"^^xsd:anyURI ;
+    :unqualifiedForm :wasEndedBy .
+
+:Entity
+    a owl:Class ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Entity" ;
+    owl:disjointWith :InstantaneousEvent ;
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. "@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-entity"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Entity"^^xsd:anyURI .
+
+:EntityInfluence
+    a owl:Class ;
+    rdfs:comment "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."@en, "It is not recommended that the type EntityInfluence be asserted without also asserting one of its more specific subclasses."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "EntityInfluence" ;
+    rdfs:seeAlso :entity ;
+    rdfs:subClassOf :Influence ;
+    :category "qualified" ;
+    :editorsDefinition "EntityInfluence is the capacity of an entity to have an effect on the character, development, or behavior of another by means of usage, start, end, derivation, or other. "@en .
+
+:Generation
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Generation" ;
+    rdfs:subClassOf :ActivityInfluence, :InstantaneousEvent ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation"^^xsd:anyURI ;
+    :unqualifiedForm :wasGeneratedBy .
+
+: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, "Because prov:Influence is a broad relation, its most specific subclasses (e.g. prov:Communication, prov:Delegation, prov:End, prov:Revision, etc.) should be used when applicable."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Influence" ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :definition "Influence is the capacity of 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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-influence"^^xsd:anyURI ;
+    :unqualifiedForm :wasInfluencedBy .
+
+:InstantaneousEvent
+    a owl:Class ;
+    rdfs:comment "An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "InstantaneousEvent" ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#dfn-event"^^xsd:anyURI ;
+    :definition "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."@en .
+
+:Invalidation
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Invalidation provides additional descriptions about the binary prov:wasInvalidatedBy relation from an invalidated prov:Entity to the prov:Activity that invalidated it. For example, :uncracked_egg prov:wasInvalidatedBy :baking; prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :baking; :foo :bar ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Invalidation" ;
+    rdfs:subClassOf :ActivityInfluence, :InstantaneousEvent ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "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." ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Invalidation"^^xsd:anyURI ;
+    :unqualifiedForm :wasInvalidatedBy .
+
+:Location
+    a owl:Class ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Location" ;
+    rdfs:seeAlso :atLocation ;
+    :category "expanded" ;
+    :definition "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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute"^^xsd:anyURI .
+
+:Organization
+    a owl:Class ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Organization" ;
+    rdfs:subClassOf :Agent ;
+    :category "expanded" ;
+    :component "agents-responsibility" ;
+    :definition "Agents of type Organization are social institutions such as companies, societies etc." ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types"^^xsd:anyURI .
+
+:Person
+    a owl:Class ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Person" ;
+    rdfs:subClassOf :Agent ;
+    :category "expanded" ;
+    :component "agents-responsibility" ;
+    :definition "Agents of type Person are people."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types"^^xsd:anyURI .
+
+:Plan
+    a owl:Class ;
+    rdfs:comment "There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Plan" ;
+    rdfs:subClassOf :Entity ;
+    :category "expanded", "qualified" ;
+    :component "agents-responsibility" ;
+    :definition "A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals." ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association"^^xsd:anyURI .
+
+:PrimarySource
+    a owl:Class ;
+    rdfs:comment "An instance of prov:PrimarySource provides additional descriptions about the binary prov:hadPrimarySource relation from some secondary prov:Entity to an earlier, primary prov:Entity. For example, :blog prov:hadPrimarySource :newsArticle; prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :newsArticle; :foo :bar ] ."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "PrimarySource" ;
+    rdfs:subClassOf :Derivation ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :definition """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.
+
+A primary source relation is a particular case of derivation 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."""@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-primary-source"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source"^^xsd:anyURI ;
+    :unqualifiedForm :hadPrimarySource .
+
+:Quotation
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some taken prov:Entity from an earlier, larger prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualifiedQuotation [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Quotation" ;
+    rdfs:subClassOf :Derivation ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :definition "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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation"^^xsd:anyURI ;
+    :unqualifiedForm :wasQuotedFrom .
+
+:Revision
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some newer prov:Entity to an earlier prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualifiedRevision [ a prov:Revision; prov:entity :draft_1; :foo :bar ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Revision" ;
+    rdfs:subClassOf :Derivation ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :definition "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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-revision"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision"^^xsd:anyURI ;
+    :unqualifiedForm :wasRevisionOf .
+
+:Role
+    a owl:Class ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Role" ;
+    rdfs:seeAlso :hadRole ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :definition "A role is the function of an entity or agent with respect to an activity, in the context of a usage, generation, invalidation, association, start, and end."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute"^^xsd:anyURI .
+
+:SoftwareAgent
+    a owl:Class ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "SoftwareAgent" ;
+    rdfs:subClassOf :Agent ;
+    :category "expanded" ;
+    :component "agents-responsibility" ;
+    :definition "A software agent is running software."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types"^^xsd:anyURI .
+
+:Start
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualifiedStart [ a prov:Start; prov:entity :bang; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ] ."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Start" ;
+    rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "Start is when an activity is deemed to have been started by an entity, known as trigger. The activity did not exist before its start. Any usage, generation, or invalidation involving an activity follows the activity's start. A start may refer to a trigger entity that set off the activity, or to an activity, known as starter, that generated the trigger."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start"^^xsd:anyURI ;
+    :unqualifiedForm :wasStartedBy .
+
+:Usage
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualifiedUsage [ a prov:Usage; prov:entity :podium; :foo :bar ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Usage" ;
+    rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Usage"^^xsd:anyURI ;
+    :unqualifiedForm :used .
+
+:actedOnBehalfOf
+    a owl:ObjectProperty ;
+    rdfs:comment "An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. "@en ;
+    rdfs:domain :Agent ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "actedOnBehalfOf" ;
+    rdfs:range :Agent ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedDelegation
+        :agent
+    ) ;
+    :category "starting-point" ;
+    :component "agents-responsibility" ;
+    :inverse "hadDelegate" ;
+    :qualifiedForm :Delegation, :qualifiedDelegation .
+
+:activity
+    a owl:ObjectProperty ;
+    rdfs:domain :ActivityInfluence ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "activity" ;
+    rdfs:range :Activity ;
+    rdfs:subPropertyOf :influencer ;
+    :category "qualified" ;
+    :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple."@en ;
+    :editorsDefinition "The prov:activity property references an prov:Activity which influenced a resource. This property applies to an prov:ActivityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent." ;
+    :inverse "activityOfInfluence" .
+
+:agent
+    a owl:ObjectProperty ;
+    rdfs:domain :AgentInfluence ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "agent" ;
+    rdfs:range :Agent ;
+    rdfs:subPropertyOf :influencer ;
+    :category "qualified" ;
+    :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple."@en ;
+    :editorsDefinition "The prov:agent property references an prov:Agent which influenced a resource. This property applies to an prov:AgentInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent."@en ;
+    :inverse "agentOfInfluence" .
+
+:alternateOf
+    a owl:ObjectProperty ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "alternateOf" ;
+    rdfs:range :Entity ;
+    rdfs:seeAlso :specializationOf ;
+    :category "expanded" ;
+    :component "alternate" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate"^^xsd:anyURI ;
+    :inverse "alternateOf" ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate"^^xsd:anyURI .
+
+:aq
+    a owl:AnnotationProperty ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
+:atLocation
+    a owl:ObjectProperty ;
+    rdfs:comment "The Location of any resource."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
+    rdfs:domain [
+        a owl:Class ;
+        owl:unionOf (:Activity
+            :Agent
+            :Entity
+            :InstantaneousEvent
+        )
+    ] ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "atLocation" ;
+    rdfs:range :Location ;
+    :category "expanded" ;
+    :editorialNote "The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Influence classes."@en, "This property is not functional because the many values could be at a variety of granularies (In this building, in this room, in that chair)."@en ;
+    :inverse "locationOf" ;
+    :sharesDefinitionWith :Location .
+
+:atTime
+    a owl:DatatypeProperty ;
+    rdfs:comment "The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime."@en ;
+    rdfs:domain :InstantaneousEvent ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "atTime" ;
+    rdfs:range xsd:dateTime ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :sharesDefinitionWith :InstantaneousEvent ;
+    :unqualifiedForm :endedAtTime, :generatedAtTime, :invalidatedAtTime, :startedAtTime .
+
+:category
+    a owl:AnnotationProperty ;
+    rdfs:comment "Classify prov-o terms into three categories, including 'starting-point', 'qualifed', and 'extended'. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. "@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+:component
+    a owl:AnnotationProperty ;
+    rdfs:comment "Classify prov-o terms into six components according to prov-dm, including 'agents-responsibility', 'alternate', 'annotations', 'collections', 'derivations', and 'entities-activities'. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+:constraints
+    a owl:AnnotationProperty ;
+    rdfs:comment "A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
+:definition
+    a owl:AnnotationProperty ;
+    rdfs:comment "A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+:dm
+    a owl:AnnotationProperty ;
+    rdfs:comment "A reference to the principal section of the PROV-DM document that describes this concept."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
+:editorialNote
+    a owl:AnnotationProperty ;
+    rdfs:comment "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."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+:editorsDefinition
+    a owl:AnnotationProperty ;
+    rdfs:comment "When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:subPropertyOf :definition .
+
+:endedAtTime
+    a owl:DatatypeProperty ;
+    rdfs:comment "The time at which an activity ended. See also prov:startedAtTime."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "endedAtTime" ;
+    rdfs:range xsd:dateTime ;
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :editorialNote "It is the intent that the property chain holds: (prov:qualifiedEnd o prov:atTime) rdfs:subPropertyOf prov:endedAtTime."@en ;
+    :qualifiedForm :End, :atTime .
+
+:entity
+    a owl:ObjectProperty ;
+    rdfs:domain :EntityInfluence ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "entity" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :influencer ;
+    :category "qualified" ;
+    :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple."@en ;
+    :editorsDefinition "The prov:entity property references an prov:Entity which influenced a resource. This property applies to an prov:EntityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent." ;
+    :inverse "entityOfInfluence" .
+
+:generated
+    a owl:ObjectProperty ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "generated" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :influenced ;
+    owl:inverseOf :wasGeneratedBy ;
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :editorialNote "prov:generated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions."@en ;
+    :inverse "wasGeneratedBy" ;
+    :sharesDefinitionWith :Generation .
+
+:generatedAtTime
+    a owl:DatatypeProperty ;
+    rdfs:comment "The time at which an entity was completely created and is available for use."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "generatedAtTime" ;
+    rdfs:range xsd:dateTime ;
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :editorialNote "It is the intent that the property chain holds: (prov:qualifiedGeneration o prov:atTime) rdfs:subPropertyOf prov:generatedAtTime."@en ;
+    :qualifiedForm :Generation, :atTime .
+
+:hadActivity
+    a owl:ObjectProperty ;
+    rdfs:comment "The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead)."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
+    rdfs:domain :Influence, [
+        a owl:Class ;
+        owl:unionOf (:Delegation
+            :Derivation
+            :End
+            :Start
+        )
+    ] ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "hadActivity" ;
+    rdfs:range :Activity ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :editorialNote "The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL."@en ;
+    :inverse "wasActivityOfInfluence" ;
+    :sharesDefinitionWith :Activity .
+
+:hadGeneration
+    a owl:ObjectProperty ;
+    rdfs:comment "The _optional_ Generation involved in an Entity's Derivation."@en ;
+    rdfs:domain :Derivation ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "hadGeneration" ;
+    rdfs:range :Generation ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "generatedAsDerivation" ;
+    :sharesDefinitionWith :Generation .
+
+:hadMember
+    a owl:ObjectProperty ;
+    rdfs:domain :Collection ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "hadMember" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    :category "expanded" ;
+    :component "expanded" ;
+    :inverse "wasMemberOf" ;
+    :sharesDefinitionWith :Collection .
+
+:hadPlan
+    a owl:ObjectProperty ;
+    rdfs:comment "The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification."@en ;
+    rdfs:domain :Association ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "hadPlan" ;
+    rdfs:range :Plan ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :inverse "wasPlanOf" ;
+    :sharesDefinitionWith :Plan .
+
+:hadPrimarySource
+    a owl:ObjectProperty ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "hadPrimarySource" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasDerivedFrom ;
+    owl:propertyChainAxiom (:qualifiedPrimarySource
+        :entity
+    ) ;
+    :category "expanded" ;
+    :component "derivations" ;
+    :inverse "wasPrimarySourceOf" ;
+    :qualifiedForm :PrimarySource, :qualifiedPrimarySource .
+
+:hadRole
+    a owl:ObjectProperty ;
+    rdfs:comment "The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ]."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
+    rdfs:domain :Influence, [
+        a owl:Class ;
+        owl:unionOf (:Association
+            :InstantaneousEvent
+        )
+    ] ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "hadRole" ;
+    rdfs:range :Role ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :editorsDefinition "prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of an instantaneous usage, generation, association, start, and end."@en ;
+    :inverse "wasRoleIn" ;
+    :sharesDefinitionWith :Role .
+
+:hadUsage
+    a owl:ObjectProperty ;
+    rdfs:comment "The _optional_ Usage involved in an Entity's Derivation."@en ;
+    rdfs:domain :Derivation ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "hadUsage" ;
+    rdfs:range :Usage ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "wasUsedInDerivation" ;
+    :sharesDefinitionWith :Usage .
+
+:influenced
+    a owl:ObjectProperty ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "influenced" ;
+    owl:inverseOf :wasInfluencedBy ;
+    :category "expanded" ;
+    :component "agents-responsibility" ;
+    :inverse "wasInfluencedBy" ;
+    :sharesDefinitionWith :Influence .
+
+:influencer
+    a owl:ObjectProperty ;
+    rdfs:comment "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."@en ;
+    rdfs:domain :Influence ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "influencer" ;
+    rdfs:range owl:Thing ;
+    :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" .
+
+:invalidated
+    a owl:ObjectProperty ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "invalidated" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :influenced ;
+    owl:inverseOf :wasInvalidatedBy ;
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :editorialNote "prov:invalidated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions."@en ;
+    :inverse "wasInvalidatedBy" ;
+    :sharesDefinitionWith :Invalidation .
+
+:invalidatedAtTime
+    a owl:DatatypeProperty ;
+    rdfs:comment "The time at which an entity was invalidated (i.e., no longer usable)."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "invalidatedAtTime" ;
+    rdfs:range xsd:dateTime ;
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :editorialNote "It is the intent that the property chain holds: (prov:qualifiedInvalidation o prov:atTime) rdfs:subPropertyOf prov:invalidatedAtTime."@en ;
+    :qualifiedForm :Invalidation, :atTime .
+
+:inverse
+    a owl:AnnotationProperty ;
+    rdfs:comment "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."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:seeAlso <http://www.w3.org/TR/prov-o/#names-of-inverse-properties> .
+
+:n
+    a owl:AnnotationProperty ;
+    rdfs:comment "A reference to the principal section of the PROV-DM document that describes this concept."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
+:order
+    a owl:AnnotationProperty ;
+    rdfs:comment "The position that this OWL term should be listed within documentation. The scope of the documentation (e.g., among all terms, among terms within a prov:category, among properties applying to a particular class, etc.) is unspecified."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+:qualifiedAssociation
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association;  prov:agent :ag; :foo :bar ]."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedAssociation" ;
+    rdfs:range :Association ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :inverse "qualifiedAssociationOf" ;
+    :sharesDefinitionWith :Association ;
+    :unqualifiedForm :wasAssociatedWith .
+
+:qualifiedAttribution
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was influenced using prov:qualifiedAttribution [ a prov:Attribution;  prov:agent :ag; :foo :bar ]."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedAttribution" ;
+    rdfs:range :Attribution ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :inverse "qualifiedAttributionOf" ;
+    :sharesDefinitionWith :Attribution ;
+    :unqualifiedForm :wasAttributedTo .
+
+:qualifiedCommunication
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was influenced using prov:qualifiedCommunication [ a prov:Communication;  prov:activity :a; :foo :bar ]."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedCommunication" ;
+    rdfs:range :Communication ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :inverse "qualifiedCommunicationOf" ;
+    :qualifiedForm :Communication ;
+    :sharesDefinitionWith :Communication .
+
+:qualifiedDelegation
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility;  prov:agent :ag; :foo :bar ]."@en ;
+    rdfs:domain :Agent ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedDelegation" ;
+    rdfs:range :Delegation ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :inverse "qualifiedDelegationOf" ;
+    :sharesDefinitionWith :Delegation ;
+    :unqualifiedForm :actedOnBehalfOf .
+
+:qualifiedDerivation
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Entity prov:wasDerivedFrom Entity :e, then it can qualify how it was derived using prov:qualifiedDerivation [ a prov:Derivation;  prov:entity :e; :foo :bar ]."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedDerivation" ;
+    rdfs:range :Derivation ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "qualifiedDerivationOf" ;
+    :sharesDefinitionWith :Derivation ;
+    :unqualifiedForm :wasDerivedFrom .
+
+:qualifiedEnd
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Activity prov:wasEndedBy Entity :e1, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End;  prov:entity :e1; :foo :bar ]."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedEnd" ;
+    rdfs:range :End ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :inverse "qualifiedEndOf" ;
+    :sharesDefinitionWith :End ;
+    :unqualifiedForm :wasEndedBy .
+
+:qualifiedForm
+    a owl:AnnotationProperty ;
+    rdfs:comment """This annotation property links a subproperty of prov:wasInfluencedBy with the subclass of prov:Influence and the qualifying property that are used to qualify it. 
+
+Example annotation:
+
+    prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation .
+
+Then this unqualified assertion:
+
+    :entity1 prov:wasGeneratedBy :activity1 .
+
+can be qualified by adding:
+
+   :entity1 prov:qualifiedGeneration :entity1Gen .
+   :entity1Gen 
+       a prov:Generation, prov:Influence;
+       prov:activity :activity1;
+       :customValue 1337 .
+
+Note how the value of the unqualified influence (prov:wasGeneratedBy :activity1) is mirrored as the value of the prov:activity (or prov:entity, or prov:agent) property on the influence class."""@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
+:qualifiedGeneration
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Activity prov:generated Entity :e, then it can qualify how it performed the Generation using prov:qualifiedGeneration [ a prov:Generation;  prov:entity :e; :foo :bar ]."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedGeneration" ;
+    rdfs:range :Generation ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :inverse "qualifiedGenerationOf" ;
+    :sharesDefinitionWith :Generation ;
+    :unqualifiedForm :wasGeneratedBy .
+
+:qualifiedInfluence
+    a owl:ObjectProperty ;
+    rdfs:comment "Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable."@en ;
+    rdfs:domain [
+        a owl:Class ;
+        owl:unionOf (:Activity
+            :Agent
+            :Entity
+        )
+    ] ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedInfluence" ;
+    rdfs:range :Influence ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "qualifiedInfluenceOf" ;
+    :sharesDefinitionWith :Influence ;
+    :unqualifiedForm :wasInfluencedBy .
+
+:qualifiedInvalidation
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Entity prov:wasInvalidatedBy Activity :a, then it can qualify how it was invalidated using prov:qualifiedInvalidation [ a prov:Invalidation;  prov:activity :a; :foo :bar ]."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedInvalidation" ;
+    rdfs:range :Invalidation ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :inverse "qualifiedInvalidationOf" ;
+    :sharesDefinitionWith :Invalidation ;
+    :unqualifiedForm :wasInvalidatedBy .
+
+:qualifiedPrimarySource
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ]."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedPrimarySource" ;
+    rdfs:range :PrimarySource ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "qualifiedSourceOf" ;
+    :sharesDefinitionWith :PrimarySource ;
+    :unqualifiedForm :hadPrimarySource .
+
+:qualifiedQuotation
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation;  prov:entity :e; :foo :bar ]."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedQuotation" ;
+    rdfs:range :Quotation ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "qualifiedQuotationOf" ;
+    :sharesDefinitionWith :Quotation ;
+    :unqualifiedForm :wasQuotedFrom .
+
+:qualifiedRevision
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Entity prov:wasRevisionOf Entity :e, then it can qualify how it was revised using prov:qualifiedRevision [ a prov:Revision;  prov:entity :e; :foo :bar ]."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedRevision" ;
+    rdfs:range :Revision ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "revisedEntity" ;
+    :sharesDefinitionWith :Revision ;
+    :unqualifiedForm :wasRevisionOf .
+
+:qualifiedStart
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Activity prov:wasStartedBy Entity :e1, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start;  prov:entity :e1; :foo :bar ]."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedStart" ;
+    rdfs:range :Start ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :inverse "qualifiedStartOf" ;
+    :sharesDefinitionWith :Start ;
+    :unqualifiedForm :wasStartedBy .
+
+:qualifiedUsage
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Activity prov:used Entity :e, then it can qualify how it used it using prov:qualifiedUsage [ a prov:Usage; prov:entity :e; :foo :bar ]."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedUsage" ;
+    rdfs:range :Usage ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :inverse "qualifiedUsingActivity" ;
+    :sharesDefinitionWith :Usage ;
+    :unqualifiedForm :used .
+
+:sharesDefinitionWith
+    a owl:AnnotationProperty ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
+:specializationOf
+    a owl:AnnotationProperty, owl:ObjectProperty ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "specializationOf" ;
+    rdfs:range :Entity ;
+    rdfs:seeAlso :alternateOf ;
+    rdfs:subPropertyOf :alternateOf ;
+    :category "expanded" ;
+    :component "alternate" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization"^^xsd:anyURI ;
+    :inverse "generalizationOf" ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization"^^xsd:anyURI .
+
+:startedAtTime
+    a owl:DatatypeProperty ;
+    rdfs:comment "The time at which an activity started. See also prov:endedAtTime."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "startedAtTime" ;
+    rdfs:range xsd:dateTime ;
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :editorialNote "It is the intent that the property chain holds: (prov:qualifiedStart o prov:atTime) rdfs:subPropertyOf prov:startedAtTime."@en ;
+    :qualifiedForm :Start, :atTime .
+
+:todo
+    a owl:AnnotationProperty .
+
+:unqualifiedForm
+    a owl:AnnotationProperty ;
+    rdfs:comment "Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
+:used
+    a owl:ObjectProperty ;
+    rdfs:comment "A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven ."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "used" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedUsage
+        :entity
+    ) ;
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :inverse "wasUsedBy" ;
+    :qualifiedForm :Usage, :qualifiedUsage .
+
+:value
+    a owl:DatatypeProperty ;
+    rdfs:comment "Provides a value for an Entity."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "value" ;
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value"^^xsd:anyURI ;
+    :editorialNote "The editor's definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue", "This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, 'may be used in describing structured values')."@en ;
+    :editorsDefinition "The main value (if there is one) of a structured value."@en .
+
+:wasAssociatedWith
+    a owl:ObjectProperty ;
+    rdfs:comment "An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasAssociatedWith" ;
+    rdfs:range :Agent ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedAssociation
+        :agent
+    ) ;
+    :category "starting-point" ;
+    :component "agents-responsibility" ;
+    :inverse "wasAssociateFor" ;
+    :qualifiedForm :Association, :qualifiedAssociation .
+
+:wasAttributedTo
+    a owl:ObjectProperty ;
+    rdfs:comment "Attribution is the ascribing of an entity to an agent."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasAttributedTo" ;
+    rdfs:range :Agent ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedAttribution
+        :agent
+    ) ;
+    :category "starting-point" ;
+    :component "agents-responsibility" ;
+    :definition "Attribution is the ascribing of an entity to an agent."@en ;
+    :inverse "contributed" ;
+    :qualifiedForm :Attribution, :qualifiedAttribution .
+
+:wasDerivedFrom
+    a owl:ObjectProperty ;
+    rdfs:comment "The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasDerivedFrom" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedDerivation
+        :entity
+    ) ;
+    :category "starting-point" ;
+    :component "derivations" ;
+    :definition "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."@en ;
+    :inverse "hadDerivation" ;
+    :qualifiedForm :Derivation, :qualifiedDerivation .
+
+:wasEndedBy
+    a owl:ObjectProperty ;
+    rdfs:comment "End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasEndedBy" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedEnd
+        :entity
+    ) ;
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :inverse "ended" ;
+    :qualifiedForm :End, :qualifiedEnd .
+
+:wasGeneratedBy
+    a owl:ObjectProperty ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasGeneratedBy" ;
+    rdfs:range :Activity ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedGeneration
+        :activity
+    ) ;
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :inverse "generated" ;
+    :qualifiedForm :Generation, :qualifiedGeneration .
+
+:wasInfluencedBy
+    a owl:ObjectProperty ;
+    rdfs:comment "Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
+    rdfs:domain [
+        a owl:Class ;
+        owl:unionOf (:Activity
+            :Agent
+            :Entity
+        )
+    ] ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasInfluencedBy" ;
+    rdfs:range [
+        a owl:Class ;
+        owl:unionOf (:Activity
+            :Agent
+            :Entity
+        )
+    ] ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :editorialNote """The sub-properties of prov:wasInfluencedBy can be elaborated in more detail using the Qualification Pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :spoon; prov:atLocation :kitchen ] .
+
+Subproperties of prov:wasInfluencedBy may also be asserted directly without being qualified.
+
+prov:wasInfluencedBy should not be used without also using one of its subproperties. 
+"""@en ;
+    :inverse "influenced" ;
+    :qualifiedForm :Influence, :qualifiedInfluence ;
+    :sharesDefinitionWith :Influence .
+
+:wasInformedBy
+    a owl:ObjectProperty ;
+    rdfs:comment "An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasInformedBy" ;
+    rdfs:range :Activity ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedCommunication
+        :activity
+    ) ;
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :inverse "informed" ;
+    :qualifiedForm :Communication, :qualifiedCommunication .
+
+:wasInvalidatedBy
+    a owl:ObjectProperty ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasInvalidatedBy" ;
+    rdfs:range :Activity ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedInvalidation
+        :activity
+    ) ;
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :inverse "invalidated" ;
+    :qualifiedForm :Invalidation, :qualifiedInvalidation .
+
+:wasQuotedFrom
+    a owl:ObjectProperty ;
+    rdfs:comment "An entity is derived from an original entity by copying, or 'quoting', some or all of it."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasQuotedFrom" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasDerivedFrom ;
+    owl:propertyChainAxiom (:qualifiedQuotation
+        :entity
+    ) ;
+    :category "expanded" ;
+    :component "derivations" ;
+    :inverse "quotedAs" ;
+    :qualifiedForm :Quotation, :qualifiedQuotation .
+
+:wasRevisionOf
+    a owl:AnnotationProperty, owl:ObjectProperty ;
+    rdfs:comment "A revision is a derivation that revises an entity into a revised version."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasRevisionOf" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasDerivedFrom ;
+    owl:propertyChainAxiom (:qualifiedRevision
+        :entity
+    ) ;
+    :category "expanded" ;
+    :component "derivations" ;
+    :inverse "hadRevision" ;
+    :qualifiedForm :Revision, :qualifiedRevision .
+
+:wasStartedBy
+    a owl:ObjectProperty ;
+    rdfs:comment "Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasStartedBy" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedStart
+        :entity
+    ) ;
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :inverse "started" ;
+    :qualifiedForm :Start, :qualifiedStart .
+
+<http://www.w3.org/ns/prov-o#>
+    a owl:Ontology ;
+    rdfs:comment """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."""@en ;
+    rdfs:label "PROV-O"@en ;
+    rdfs:seeAlso <http://www.w3.org/TR/prov-o/>, <http://www.w3.org/ns/prov> ;
+    owl:versionIRI <http://www.w3.org/ns/prov-o-20121211> ;
+    :specializationOf <http://www.w3.org/ns/prov-o> ;
+    :wasRevisionOf <http://www.w3.org/ns/prov-o-20120724> .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment "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 ;
+    owl:annotatedProperty rdfs:range ;
+    owl:annotatedSource :hadMember ;
+    owl:annotatedTarget :Entity ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection" .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment "hadPrimarySource property is a particular case of wasDerivedFrom (see http://www.w3.org/TR/prov-dm/#term-original-source) that aims to give credit to the source that originated some information." ;
+    owl:annotatedProperty rdfs:subPropertyOf ;
+    owl:annotatedSource :hadPrimarySource ;
+    owl:annotatedTarget :wasDerivedFrom .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment "Attribution is a particular case of trace (see http://www.w3.org/TR/prov-dm/#concept-trace), in the sense that it links an entity to the agent that ascribed it." ;
+    owl:annotatedProperty rdfs:subPropertyOf ;
+    owl:annotatedSource :wasAttributedTo ;
+    owl:annotatedTarget :wasInfluencedBy ;
+    :definition "IF wasAttributedTo(e2,ag1,aAttr) holds, THEN wasInfluencedBy(e2,ag1) also holds. " .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment "Derivation is a particular case of trace (see http://www.w3.org/TR/prov-dm/#term-trace), since it links an entity to another entity that contributed to its existence." ;
+    owl:annotatedProperty rdfs:subPropertyOf ;
+    owl:annotatedSource :wasDerivedFrom ;
+    owl:annotatedTarget :wasInfluencedBy .
+
+[]
+    a owl:Axiom ;
+    owl:annotatedProperty rdfs:domain ;
+    owl:annotatedSource :wasInfluencedBy ;
+    owl:annotatedTarget [
+        a owl:Class ;
+        owl:unionOf (:Activity
+            :Agent
+            :Entity
+        )
+    ] ;
+    :definition "influencee: an identifier (o2) for an entity, activity, or agent; " ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence" .
+
+[]
+    a owl:Axiom ;
+    owl:annotatedProperty rdfs:range ;
+    owl:annotatedSource :wasInfluencedBy ;
+    owl:annotatedTarget [
+        a owl:Class ;
+        owl:unionOf (:Activity
+            :Agent
+            :Entity
+        )
+    ] ;
+    :definition "influencer: an identifier (o1) for an ancestor entity, activity, or agent that the former depends on;" ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence" .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment "Quotation is a particular case of derivation (see http://www.w3.org/TR/prov-dm/#term-quotation) in which an entity is derived from an original entity by copying, or \"quoting\", some or all of it. " ;
+    owl:annotatedProperty rdfs:subPropertyOf ;
+    owl:annotatedSource :wasQuotedFrom ;
+    owl:annotatedTarget :wasDerivedFrom .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment """Revision is a derivation (see http://www.w3.org/TR/prov-dm/#term-Revision). Moreover, according to 
+http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Revision 23 April 2012 'wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.'""" ;
+    owl:annotatedProperty rdfs:subPropertyOf ;
+    owl:annotatedSource :wasRevisionOf ;
+    owl:annotatedTarget :wasDerivedFrom .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/ns/CR-prov-o-20121211/prov-o-inverses-20121211.owl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,354 @@
+<?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#" xml:base="http://www.w3.org/ns/prov-o-inverses">
+  <rdf:Description rdf:about="prov#actedOnBehalfOf">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#activity">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#activityOfInfluence">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>activityOfInfluence</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#activity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#agent">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#agentOfInfluence">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>agentOfInfluence</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#agent"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#alternateOf">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>alternateOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#alternateOf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#atLocation">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#contributed">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>contributed</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasAttributedTo"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#ended">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>ended</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasEndedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#entity">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#entityOfInfluence">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>entityOfInfluence</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#entity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#generalizationOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>generalizationOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#specializationOf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#generated">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>generated</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasGeneratedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#generatedAsDerivation">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>generatedAsDerivation</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#hadGeneration"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadActivity">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadDelegate">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>hadDelegate</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#actedOnBehalfOf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadDerivation">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>hadDerivation</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasDerivedFrom"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadGeneration">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadInfluence">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>hadInfluence</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#influencer"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadMember">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadPlan">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadPrimarySource">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadRevision">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>hadRevision</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasRevisionOf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadRole">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadUsage">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#influenced">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>influenced</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasInfluencedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#influencer">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#informed">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>informed</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasInformedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#invalidated">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>invalidated</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasInvalidatedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#locationOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>locationOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#atLocation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedAssociation">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedAssociationOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedAssociationOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedAssociation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedAttribution">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedAttributionOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedAttributionOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedAttribution"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedCommunication">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedCommunicationOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedCommunicationOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedCommunication"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedDelegation">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedDelegationOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedDelegationOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedDelegation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedDerivation">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedDerivationOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedDerivationOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedDerivation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedEnd">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedEndOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedEndOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedEnd"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedGeneration">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedGenerationOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedGenerationOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedGeneration"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedInfluence">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedInfluenceOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedInfluenceOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedInfluence"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedInvalidation">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedInvalidationOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedInvalidationOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedInvalidation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedPrimarySource">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedQuotation">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedQuotationOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedQuotationOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedQuotation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedRevision">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedSourceOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedSourceOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedPrimarySource"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedStart">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedStartOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedStartOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedStart"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedUsage">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedUsingActivity">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedUsingActivity</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedUsage"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#quotedAs">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>quotedAs</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasQuotedFrom"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#revisedEntity">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>revisedEntity</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedRevision"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#specializationOf">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#started">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>started</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasStartedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#used">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasActivityOfInfluence">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasActivityOfInfluence</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#hadActivity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasAssociateFor">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasAssociateFor</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasAssociatedWith"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasAssociatedWith">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasAttributedTo">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasDerivedFrom">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasEndedBy">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasGeneratedBy">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasGeneratedBy</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#generated"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasInfluencedBy">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasInfluencedBy</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#influenced"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasInformedBy">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasInvalidatedBy">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasInvalidatedBy</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#invalidated"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasMemberOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasMemberOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#hadMember"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasPlanOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasPlanOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#hadPlan"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasPrimarySourceOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasPrimarySourceOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#hadPrimarySource"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasQuotedFrom">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasRevisionOf">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasRoleIn">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasRoleIn</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#hadRole"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasStartedBy">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasUsedBy">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasUsedBy</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#used"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasUsedInDerivation">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasUsedInDerivation</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#hadUsage"/>
+  </rdf:Description>
+  <owl:Ontology rdf:about="#">
+    <rdfs:seeAlso rdf:resource="../TR/prov-o/#names-of-inverse-properties"/>
+    <owl:imports rdf:resource="prov-o#"/>
+    <owl:versionIRI rdf:resource="prov-o-inverses-20121211"/>
+    <prov:specializationOf rdf:resource=""/>
+    <prov:wasDerivedFrom rdf:resource="prov-o-20121211"/>
+    <prov:wasRevisionOf rdf:resource="prov-o-inverses-20120724"/>
+  </owl:Ontology>
+</rdf:RDF>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/ns/CR-prov-o-20121211/prov-o-inverses-20121211.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,366 @@
+@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#> .
+
+<#> a owl:Ontology;
+   owl:versionIRI        <http://www.w3.org/ns/prov-o-inverses-20121211>;
+   prov:wasRevisionOf    <http://www.w3.org/ns/prov-o-inverses-20120724>;
+   prov:specializationOf <http://www.w3.org/ns/prov-o-inverses>;
+   prov:wasDerivedFrom   <http://www.w3.org/ns/prov-o-20121211>;
+   owl:imports           <http://www.w3.org/ns/prov-o#>;
+   rdfs:seeAlso          <http://www.w3.org/TR/prov-o/#names-of-inverse-properties> .
+
+prov:hadDelegate
+   rdfs:label       "hadDelegate";
+   owl:inverseOf    prov:actedOnBehalfOf;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:actedOnBehalfOf rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:activityOfInfluence
+   rdfs:label       "activityOfInfluence";
+   owl:inverseOf    prov:activity;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:activity rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:agentOfInfluence
+   rdfs:label       "agentOfInfluence";
+   owl:inverseOf    prov:agent;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:agent rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:alternateOf
+   rdfs:label       "alternateOf";
+   owl:inverseOf    prov:alternateOf;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:alternateOf rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:locationOf
+   rdfs:label       "locationOf";
+   owl:inverseOf    prov:atLocation;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:atLocation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:entityOfInfluence
+   rdfs:label       "entityOfInfluence";
+   owl:inverseOf    prov:entity;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:entity rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasGeneratedBy
+   rdfs:label       "wasGeneratedBy";
+   owl:inverseOf    prov:generated;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:generated rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasActivityOfInfluence
+   rdfs:label       "wasActivityOfInfluence";
+   owl:inverseOf    prov:hadActivity;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:hadActivity rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:generatedAsDerivation
+   rdfs:label       "generatedAsDerivation";
+   owl:inverseOf    prov:hadGeneration;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:hadGeneration rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasMemberOf
+   rdfs:label       "wasMemberOf";
+   owl:inverseOf    prov:hadMember;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:hadMember rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasPlanOf
+   rdfs:label       "wasPlanOf";
+   owl:inverseOf    prov:hadPlan;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:hadPlan rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasPrimarySourceOf
+   rdfs:label       "wasPrimarySourceOf";
+   owl:inverseOf    prov:hadPrimarySource;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:hadPrimarySource rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasRoleIn
+   rdfs:label       "wasRoleIn";
+   owl:inverseOf    prov:hadRole;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:hadRole rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasUsedInDerivation
+   rdfs:label       "wasUsedInDerivation";
+   owl:inverseOf    prov:hadUsage;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:hadUsage rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasInfluencedBy
+   rdfs:label       "wasInfluencedBy";
+   owl:inverseOf    prov:influenced;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:influenced rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:hadInfluence
+   rdfs:label       "hadInfluence";
+   owl:inverseOf    prov:influencer;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:influencer rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasInvalidatedBy
+   rdfs:label       "wasInvalidatedBy";
+   owl:inverseOf    prov:invalidated;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:invalidated rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedAssociationOf
+   rdfs:label       "qualifiedAssociationOf";
+   owl:inverseOf    prov:qualifiedAssociation;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedAssociation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedAttributionOf
+   rdfs:label       "qualifiedAttributionOf";
+   owl:inverseOf    prov:qualifiedAttribution;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedAttribution rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedCommunicationOf
+   rdfs:label       "qualifiedCommunicationOf";
+   owl:inverseOf    prov:qualifiedCommunication;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedCommunication rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedDelegationOf
+   rdfs:label       "qualifiedDelegationOf";
+   owl:inverseOf    prov:qualifiedDelegation;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedDelegation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedDerivationOf
+   rdfs:label       "qualifiedDerivationOf";
+   owl:inverseOf    prov:qualifiedDerivation;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedDerivation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedEndOf
+   rdfs:label       "qualifiedEndOf";
+   owl:inverseOf    prov:qualifiedEnd;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedEnd rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedGenerationOf
+   rdfs:label       "qualifiedGenerationOf";
+   owl:inverseOf    prov:qualifiedGeneration;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedGeneration rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedInfluenceOf
+   rdfs:label       "qualifiedInfluenceOf";
+   owl:inverseOf    prov:qualifiedInfluence;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedInfluence rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedInvalidationOf
+   rdfs:label       "qualifiedInvalidationOf";
+   owl:inverseOf    prov:qualifiedInvalidation;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedInvalidation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedSourceOf
+   rdfs:label       "qualifiedSourceOf";
+   owl:inverseOf    prov:qualifiedPrimarySource;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedPrimarySource rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedQuotationOf
+   rdfs:label       "qualifiedQuotationOf";
+   owl:inverseOf    prov:qualifiedQuotation;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedQuotation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:revisedEntity
+   rdfs:label       "revisedEntity";
+   owl:inverseOf    prov:qualifiedRevision;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedRevision rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedStartOf
+   rdfs:label       "qualifiedStartOf";
+   owl:inverseOf    prov:qualifiedStart;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedStart rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedUsingActivity
+   rdfs:label       "qualifiedUsingActivity";
+   owl:inverseOf    prov:qualifiedUsage;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedUsage rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:generalizationOf
+   rdfs:label       "generalizationOf";
+   owl:inverseOf    prov:specializationOf;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:specializationOf rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasUsedBy
+   rdfs:label       "wasUsedBy";
+   owl:inverseOf    prov:used;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:used rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasAssociateFor
+   rdfs:label       "wasAssociateFor";
+   owl:inverseOf    prov:wasAssociatedWith;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasAssociatedWith rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:contributed
+   rdfs:label       "contributed";
+   owl:inverseOf    prov:wasAttributedTo;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasAttributedTo rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:hadDerivation
+   rdfs:label       "hadDerivation";
+   owl:inverseOf    prov:wasDerivedFrom;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasDerivedFrom rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:ended
+   rdfs:label       "ended";
+   owl:inverseOf    prov:wasEndedBy;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasEndedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:generated
+   rdfs:label       "generated";
+   owl:inverseOf    prov:wasGeneratedBy;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasGeneratedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:influenced
+   rdfs:label       "influenced";
+   owl:inverseOf    prov:wasInfluencedBy;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasInfluencedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:informed
+   rdfs:label       "informed";
+   owl:inverseOf    prov:wasInformedBy;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasInformedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:invalidated
+   rdfs:label       "invalidated";
+   owl:inverseOf    prov:wasInvalidatedBy;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasInvalidatedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:quotedAs
+   rdfs:label       "quotedAs";
+   owl:inverseOf    prov:wasQuotedFrom;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasQuotedFrom rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:hadRevision
+   rdfs:label       "hadRevision";
+   owl:inverseOf    prov:wasRevisionOf;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasRevisionOf rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:started
+   rdfs:label       "started";
+   owl:inverseOf    prov:wasStartedBy;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasStartedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/ns/CR-prov-o-20121211/prov-o-inverses.owl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,354 @@
+<?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#" xml:base="http://www.w3.org/ns/prov-o-inverses">
+  <rdf:Description rdf:about="prov#actedOnBehalfOf">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#activity">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#activityOfInfluence">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>activityOfInfluence</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#activity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#agent">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#agentOfInfluence">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>agentOfInfluence</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#agent"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#alternateOf">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>alternateOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#alternateOf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#atLocation">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#contributed">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>contributed</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasAttributedTo"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#ended">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>ended</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasEndedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#entity">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#entityOfInfluence">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>entityOfInfluence</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#entity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#generalizationOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>generalizationOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#specializationOf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#generated">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>generated</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasGeneratedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#generatedAsDerivation">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>generatedAsDerivation</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#hadGeneration"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadActivity">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadDelegate">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>hadDelegate</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#actedOnBehalfOf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadDerivation">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>hadDerivation</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasDerivedFrom"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadGeneration">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadInfluence">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>hadInfluence</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#influencer"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadMember">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadPlan">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadPrimarySource">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadRevision">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>hadRevision</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasRevisionOf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadRole">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#hadUsage">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#influenced">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>influenced</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasInfluencedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#influencer">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#informed">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>informed</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasInformedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#invalidated">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>invalidated</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasInvalidatedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#locationOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>locationOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#atLocation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedAssociation">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedAssociationOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedAssociationOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedAssociation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedAttribution">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedAttributionOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedAttributionOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedAttribution"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedCommunication">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedCommunicationOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedCommunicationOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedCommunication"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedDelegation">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedDelegationOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedDelegationOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedDelegation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedDerivation">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedDerivationOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedDerivationOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedDerivation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedEnd">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedEndOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedEndOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedEnd"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedGeneration">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedGenerationOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedGenerationOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedGeneration"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedInfluence">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedInfluenceOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedInfluenceOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedInfluence"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedInvalidation">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedInvalidationOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedInvalidationOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedInvalidation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedPrimarySource">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedQuotation">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedQuotationOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedQuotationOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedQuotation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedRevision">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedSourceOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedSourceOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedPrimarySource"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedStart">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedStartOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedStartOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedStart"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedUsage">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#qualifiedUsingActivity">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>qualifiedUsingActivity</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedUsage"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#quotedAs">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>quotedAs</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasQuotedFrom"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#revisedEntity">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>revisedEntity</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#qualifiedRevision"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#specializationOf">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#started">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>started</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasStartedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#used">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasActivityOfInfluence">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasActivityOfInfluence</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#hadActivity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasAssociateFor">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasAssociateFor</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#wasAssociatedWith"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasAssociatedWith">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasAttributedTo">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasDerivedFrom">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasEndedBy">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasGeneratedBy">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasGeneratedBy</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#generated"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasInfluencedBy">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasInfluencedBy</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#influenced"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasInformedBy">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasInvalidatedBy">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasInvalidatedBy</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#invalidated"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasMemberOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasMemberOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#hadMember"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasPlanOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasPlanOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#hadPlan"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasPrimarySourceOf">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasPrimarySourceOf</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#hadPrimarySource"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasQuotedFrom">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasRevisionOf">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasRoleIn">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasRoleIn</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#hadRole"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasStartedBy">
+    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasUsedBy">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasUsedBy</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#used"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="prov#wasUsedInDerivation">
+    <rdfs:isDefinedBy rdf:resource="#"/>
+    <rdfs:label>wasUsedInDerivation</rdfs:label>
+    <owl:inverseOf rdf:resource="prov#hadUsage"/>
+  </rdf:Description>
+  <owl:Ontology rdf:about="#">
+    <rdfs:seeAlso rdf:resource="../TR/prov-o/#names-of-inverse-properties"/>
+    <owl:imports rdf:resource="prov-o#"/>
+    <owl:versionIRI rdf:resource="prov-o-inverses-20121211"/>
+    <prov:specializationOf rdf:resource=""/>
+    <prov:wasDerivedFrom rdf:resource="prov-o-20121211"/>
+    <prov:wasRevisionOf rdf:resource="prov-o-inverses-20120724"/>
+  </owl:Ontology>
+</rdf:RDF>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/ns/CR-prov-o-20121211/prov-o-inverses.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,366 @@
+@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#> .
+
+<#> a owl:Ontology;
+   owl:versionIRI        <http://www.w3.org/ns/prov-o-inverses-20121211>;
+   prov:wasRevisionOf    <http://www.w3.org/ns/prov-o-inverses-20120724>;
+   prov:specializationOf <http://www.w3.org/ns/prov-o-inverses>;
+   prov:wasDerivedFrom   <http://www.w3.org/ns/prov-o-20121211>;
+   owl:imports           <http://www.w3.org/ns/prov-o#>;
+   rdfs:seeAlso          <http://www.w3.org/TR/prov-o/#names-of-inverse-properties> .
+
+prov:hadDelegate
+   rdfs:label       "hadDelegate";
+   owl:inverseOf    prov:actedOnBehalfOf;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:actedOnBehalfOf rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:activityOfInfluence
+   rdfs:label       "activityOfInfluence";
+   owl:inverseOf    prov:activity;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:activity rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:agentOfInfluence
+   rdfs:label       "agentOfInfluence";
+   owl:inverseOf    prov:agent;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:agent rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:alternateOf
+   rdfs:label       "alternateOf";
+   owl:inverseOf    prov:alternateOf;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:alternateOf rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:locationOf
+   rdfs:label       "locationOf";
+   owl:inverseOf    prov:atLocation;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:atLocation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:entityOfInfluence
+   rdfs:label       "entityOfInfluence";
+   owl:inverseOf    prov:entity;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:entity rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasGeneratedBy
+   rdfs:label       "wasGeneratedBy";
+   owl:inverseOf    prov:generated;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:generated rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasActivityOfInfluence
+   rdfs:label       "wasActivityOfInfluence";
+   owl:inverseOf    prov:hadActivity;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:hadActivity rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:generatedAsDerivation
+   rdfs:label       "generatedAsDerivation";
+   owl:inverseOf    prov:hadGeneration;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:hadGeneration rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasMemberOf
+   rdfs:label       "wasMemberOf";
+   owl:inverseOf    prov:hadMember;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:hadMember rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasPlanOf
+   rdfs:label       "wasPlanOf";
+   owl:inverseOf    prov:hadPlan;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:hadPlan rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasPrimarySourceOf
+   rdfs:label       "wasPrimarySourceOf";
+   owl:inverseOf    prov:hadPrimarySource;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:hadPrimarySource rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasRoleIn
+   rdfs:label       "wasRoleIn";
+   owl:inverseOf    prov:hadRole;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:hadRole rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasUsedInDerivation
+   rdfs:label       "wasUsedInDerivation";
+   owl:inverseOf    prov:hadUsage;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:hadUsage rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasInfluencedBy
+   rdfs:label       "wasInfluencedBy";
+   owl:inverseOf    prov:influenced;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:influenced rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:hadInfluence
+   rdfs:label       "hadInfluence";
+   owl:inverseOf    prov:influencer;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:influencer rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasInvalidatedBy
+   rdfs:label       "wasInvalidatedBy";
+   owl:inverseOf    prov:invalidated;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:invalidated rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedAssociationOf
+   rdfs:label       "qualifiedAssociationOf";
+   owl:inverseOf    prov:qualifiedAssociation;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedAssociation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedAttributionOf
+   rdfs:label       "qualifiedAttributionOf";
+   owl:inverseOf    prov:qualifiedAttribution;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedAttribution rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedCommunicationOf
+   rdfs:label       "qualifiedCommunicationOf";
+   owl:inverseOf    prov:qualifiedCommunication;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedCommunication rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedDelegationOf
+   rdfs:label       "qualifiedDelegationOf";
+   owl:inverseOf    prov:qualifiedDelegation;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedDelegation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedDerivationOf
+   rdfs:label       "qualifiedDerivationOf";
+   owl:inverseOf    prov:qualifiedDerivation;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedDerivation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedEndOf
+   rdfs:label       "qualifiedEndOf";
+   owl:inverseOf    prov:qualifiedEnd;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedEnd rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedGenerationOf
+   rdfs:label       "qualifiedGenerationOf";
+   owl:inverseOf    prov:qualifiedGeneration;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedGeneration rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedInfluenceOf
+   rdfs:label       "qualifiedInfluenceOf";
+   owl:inverseOf    prov:qualifiedInfluence;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedInfluence rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedInvalidationOf
+   rdfs:label       "qualifiedInvalidationOf";
+   owl:inverseOf    prov:qualifiedInvalidation;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedInvalidation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedSourceOf
+   rdfs:label       "qualifiedSourceOf";
+   owl:inverseOf    prov:qualifiedPrimarySource;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedPrimarySource rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedQuotationOf
+   rdfs:label       "qualifiedQuotationOf";
+   owl:inverseOf    prov:qualifiedQuotation;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedQuotation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:revisedEntity
+   rdfs:label       "revisedEntity";
+   owl:inverseOf    prov:qualifiedRevision;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedRevision rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedStartOf
+   rdfs:label       "qualifiedStartOf";
+   owl:inverseOf    prov:qualifiedStart;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedStart rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:qualifiedUsingActivity
+   rdfs:label       "qualifiedUsingActivity";
+   owl:inverseOf    prov:qualifiedUsage;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:qualifiedUsage rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:generalizationOf
+   rdfs:label       "generalizationOf";
+   owl:inverseOf    prov:specializationOf;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:specializationOf rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasUsedBy
+   rdfs:label       "wasUsedBy";
+   owl:inverseOf    prov:used;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:used rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:wasAssociateFor
+   rdfs:label       "wasAssociateFor";
+   owl:inverseOf    prov:wasAssociatedWith;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasAssociatedWith rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:contributed
+   rdfs:label       "contributed";
+   owl:inverseOf    prov:wasAttributedTo;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasAttributedTo rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:hadDerivation
+   rdfs:label       "hadDerivation";
+   owl:inverseOf    prov:wasDerivedFrom;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasDerivedFrom rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:ended
+   rdfs:label       "ended";
+   owl:inverseOf    prov:wasEndedBy;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasEndedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:generated
+   rdfs:label       "generated";
+   owl:inverseOf    prov:wasGeneratedBy;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasGeneratedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:influenced
+   rdfs:label       "influenced";
+   owl:inverseOf    prov:wasInfluencedBy;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasInfluencedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:informed
+   rdfs:label       "informed";
+   owl:inverseOf    prov:wasInformedBy;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasInformedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:invalidated
+   rdfs:label       "invalidated";
+   owl:inverseOf    prov:wasInvalidatedBy;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasInvalidatedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:quotedAs
+   rdfs:label       "quotedAs";
+   owl:inverseOf    prov:wasQuotedFrom;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasQuotedFrom rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:hadRevision
+   rdfs:label       "hadRevision";
+   owl:inverseOf    prov:wasRevisionOf;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasRevisionOf rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
+prov:started
+   rdfs:label       "started";
+   owl:inverseOf    prov:wasStartedBy;
+   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
+
+prov:wasStartedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/ns/CR-prov-o-20121211/prov-o.owl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,1788 @@
+<?xml version="1.0"?>
+
+
+<!DOCTYPE rdf:RDF [
+    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
+    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
+    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
+    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
+]>
+
+
+<rdf:RDF xmlns="http://www.w3.org/ns/prov#"
+     xml:base="http://www.w3.org/ns/prov"
+     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+     xmlns:owl="http://www.w3.org/2002/07/owl#"
+     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+    <owl:Ontology rdf:about="http://www.w3.org/ns/prov-o#">
+        <rdfs:label xml:lang="en">PROV-O</rdfs:label>
+        <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>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov"/>
+        <specializationOf rdf:resource="http://www.w3.org/ns/prov-o"/>
+        <wasRevisionOf rdf:resource="http://www.w3.org/ns/prov-o-20120724"/>
+        <owl:versionIRI rdf:resource="http://www.w3.org/ns/prov-o-20121211"/>
+    </owl:Ontology>
+    
+    <owl:Ontology rdf:about="http://www.w3.org/ns/prov#"/>
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Annotation properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#unqualifiedForm">
+        <rdfs:comment xml:lang="en">Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation.</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#wasRevisionOf">
+        <rdfs:label>wasRevisionOf</rdfs:label>
+        <component>derivations</component>
+        <rdfs:comment xml:lang="en">A revision is a derivation that revises an entity into a revised version.</rdfs:comment>
+        <inverse>hadRevision</inverse>
+        <category>expanded</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Revision"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedRevision"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#aq">
+        <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#sharesDefinitionWith">
+        <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#definition">
+        <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#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"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="&rdfs;comment">
+        <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#constraints">
+        <rdfs:comment xml:lang="en">A reference to the principal section of the PROV-CONSTRAINTS 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="&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#specializationOf">
+        <rdfs:label>specializationOf</rdfs:label>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization</n>
+        <component>alternate</component>
+        <inverse>generalizationOf</inverse>
+        <category>expanded</category>
+        <definition xml:lang="en">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.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#alternateOf"/>
+    </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="http://www.w3.org/ns/prov#order">
+        <rdfs:comment xml:lang="en">The position that this OWL term should be listed within documentation. The scope of the documentation (e.g., among all terms, among terms within a prov:category, among properties applying to a particular class, etc.) is unspecified.</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>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#definition"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#component">
+        <rdfs:comment xml:lang="en">Classify prov-o terms into six components according to prov-dm, including &#39;agents-responsibility&#39;, &#39;alternate&#39;, &#39;annotations&#39;, &#39;collections&#39;, &#39;derivations&#39;, and &#39;entities-activities&#39;. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#qualifiedForm">
+        <rdfs:comment xml:lang="en">This annotation property links a subproperty of prov:wasInfluencedBy with the subclass of prov:Influence and the qualifying property that are used to qualify it. 
+
+Example annotation:
+
+    prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation .
+
+Then this unqualified assertion:
+
+    :entity1 prov:wasGeneratedBy :activity1 .
+
+can be qualified by adding:
+
+   :entity1 prov:qualifiedGeneration :entity1Gen .
+   :entity1Gen 
+       a prov:Generation, prov:Influence;
+       prov:activity :activity1;
+       :customValue 1337 .
+
+Note how the value of the unqualified influence (prov:wasGeneratedBy :activity1) is mirrored as the value of the prov:activity (or prov:entity, or prov:agent) property on the influence class.</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#todo"/>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#n">
+        <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>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Object Properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://www.w3.org/ns/prov#actedOnBehalfOf -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#actedOnBehalfOf">
+        <rdfs:label>actedOnBehalfOf</rdfs:label>
+        <component>agents-responsibility</component>
+        <inverse>hadDelegate</inverse>
+        <rdfs:comment xml:lang="en">An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. </rdfs:comment>
+        <category>starting-point</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Delegation"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedDelegation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDelegation"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#activity -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#activity">
+        <rdfs:label>activity</rdfs:label>
+        <editorsDefinition>The prov:activity property references an prov:Activity which influenced a resource. This property applies to an prov:ActivityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.</editorsDefinition>
+        <inverse>activityOfInfluence</inverse>
+        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
+        <category>qualified</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#agent -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#agent">
+        <rdfs:label>agent</rdfs:label>
+        <editorsDefinition xml:lang="en">The prov:agent property references an prov:Agent which influenced a resource. This property applies to an prov:AgentInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.</editorsDefinition>
+        <inverse>agentOfInfluence</inverse>
+        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
+        <category>qualified</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#alternateOf -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#alternateOf">
+        <rdfs:label>alternateOf</rdfs:label>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate</n>
+        <definition xml:lang="en">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.</definition>
+        <category>expanded</category>
+        <component>alternate</component>
+        <inverse>alternateOf</inverse>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#specializationOf"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#atLocation -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#atLocation">
+        <rdfs:label>atLocation</rdfs:label>
+        <rdfs:comment xml:lang="en">The Location of any resource.</rdfs:comment>
+        <inverse>locationOf</inverse>
+        <editorialNote xml:lang="en">The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Influence classes.</editorialNote>
+        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
+        <editorialNote xml:lang="en">This property is not functional because the many values could be at a variety of granularies (In this building, in this room, in that chair).</editorialNote>
+        <category>expanded</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Location"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Location"/>
+        <rdfs:domain>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+                </owl:unionOf>
+            </owl:Class>
+        </rdfs:domain>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#entity -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#entity">
+        <rdfs:label>entity</rdfs:label>
+        <editorsDefinition>The prov:entity property references an prov:Entity which influenced a resource. This property applies to an prov:EntityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.</editorsDefinition>
+        <inverse>entityOfInfluence</inverse>
+        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
+        <category>qualified</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#generated -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#generated">
+        <rdfs:label>generated</rdfs:label>
+        <component>entities-activities</component>
+        <inverse>wasGeneratedBy</inverse>
+        <category>expanded</category>
+        <editorialNote xml:lang="en">prov:generated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.</editorialNote>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influenced"/>
+        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadActivity -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadActivity">
+        <rdfs:label>hadActivity</rdfs:label>
+        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
+        <rdfs:comment xml:lang="en">The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead).</rdfs:comment>
+        <editorialNote xml:lang="en">The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL.</editorialNote>
+        <component>derivations</component>
+        <category>qualified</category>
+        <inverse>wasActivityOfInfluence</inverse>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <rdfs:domain>
+            <owl:Class>
+                <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>
+        </rdfs:domain>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadGeneration -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadGeneration">
+        <rdfs:label>hadGeneration</rdfs:label>
+        <inverse>generatedAsDerivation</inverse>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">The _optional_ Generation involved in an Entity&#39;s Derivation.</rdfs:comment>
+        <component>derivations</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadMember -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadMember">
+        <rdfs:label>hadMember</rdfs:label>
+        <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"/>
+        <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>
+        <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"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadPlan -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadPlan">
+        <rdfs:label>hadPlan</rdfs:label>
+        <category>qualified</category>
+        <component>agents-responsibility</component>
+        <inverse>wasPlanOf</inverse>
+        <rdfs:comment xml:lang="en">The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Association"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Plan"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Plan"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadPrimarySource -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadPrimarySource">
+        <rdfs:label>hadPrimarySource</rdfs:label>
+        <component>derivations</component>
+        <category>expanded</category>
+        <inverse>wasPrimarySourceOf</inverse>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#PrimarySource"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedPrimarySource"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedPrimarySource"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <rdfs:comment>hadPrimarySource property is a particular case of wasDerivedFrom (see http://www.w3.org/TR/prov-dm/#term-original-source) that aims to give credit to the source that originated some information.</rdfs:comment>
+        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadRole -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadRole">
+        <rdfs:label>hadRole</rdfs:label>
+        <component>agents-responsibility</component>
+        <inverse>wasRoleIn</inverse>
+        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].</rdfs:comment>
+        <editorsDefinition xml:lang="en">prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of an instantaneous usage, generation, association, start, and end.</editorsDefinition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Role"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Role"/>
+        <rdfs:domain>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Association"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+                </owl:unionOf>
+            </owl:Class>
+        </rdfs:domain>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadUsage -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadUsage">
+        <rdfs:label>hadUsage</rdfs:label>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">The _optional_ Usage involved in an Entity&#39;s Derivation.</rdfs:comment>
+        <inverse>wasUsedInDerivation</inverse>
+        <component>derivations</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Usage"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Usage"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#influenced -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#influenced">
+        <rdfs:label>influenced</rdfs:label>
+        <inverse>wasInfluencedBy</inverse>
+        <component>agents-responsibility</component>
+        <category>expanded</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#influencer -->
+
+    <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>
+        <editorialNote xml:lang="en">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.</editorialNote>
+        <editorsDefinition xml:lang="en">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.</editorsDefinition>
+        <rdfs:range rdf:resource="&owl;Thing"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#invalidated -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#invalidated">
+        <rdfs:label>invalidated</rdfs:label>
+        <category>expanded</category>
+        <inverse>wasInvalidatedBy</inverse>
+        <component>entities-activities</component>
+        <editorialNote xml:lang="en">prov:invalidated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.</editorialNote>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influenced"/>
+        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedAssociation -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedAssociation">
+        <rdfs:label>qualifiedAssociation</rdfs:label>
+        <inverse>qualifiedAssociationOf</inverse>
+        <rdfs:comment xml:lang="en">If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association;  prov:agent :ag; :foo :bar ].</rdfs:comment>
+        <component>agents-responsibility</component>
+        <category>qualified</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Association"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Association"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedAttribution -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedAttribution">
+        <rdfs:label>qualifiedAttribution</rdfs:label>
+        <inverse>qualifiedAttributionOf</inverse>
+        <category>qualified</category>
+        <component>agents-responsibility</component>
+        <rdfs:comment xml:lang="en">If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was influenced using prov:qualifiedAttribution [ a prov:Attribution;  prov:agent :ag; :foo :bar ].</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedCommunication -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedCommunication">
+        <rdfs:label>qualifiedCommunication</rdfs:label>
+        <inverse>qualifiedCommunicationOf</inverse>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was influenced using prov:qualifiedCommunication [ a prov:Communication;  prov:activity :a; :foo :bar ].</rdfs:comment>
+        <category>qualified</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Communication"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Communication"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Communication"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedDelegation -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedDelegation">
+        <rdfs:label>qualifiedDelegation</rdfs:label>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility;  prov:agent :ag; :foo :bar ].</rdfs:comment>
+        <inverse>qualifiedDelegationOf</inverse>
+        <component>agents-responsibility</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Delegation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Delegation"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#actedOnBehalfOf"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedDerivation -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedDerivation">
+        <rdfs:label>qualifiedDerivation</rdfs:label>
+        <component>derivations</component>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">If this Entity prov:wasDerivedFrom Entity :e, then it can qualify how it was derived using prov:qualifiedDerivation [ a prov:Derivation;  prov:entity :e; :foo :bar ].</rdfs:comment>
+        <inverse>qualifiedDerivationOf</inverse>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedEnd -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedEnd">
+        <rdfs:label>qualifiedEnd</rdfs:label>
+        <category>qualified</category>
+        <inverse>qualifiedEndOf</inverse>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">If this Activity prov:wasEndedBy Entity :e1, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End;  prov:entity :e1; :foo :bar ].</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#End"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#End"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasEndedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedGeneration -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedGeneration">
+        <rdfs:label>qualifiedGeneration</rdfs:label>
+        <inverse>qualifiedGenerationOf</inverse>
+        <component>entities-activities</component>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">If this Activity prov:generated Entity :e, then it can qualify how it performed the Generation using prov:qualifiedGeneration [ a prov:Generation;  prov:entity :e; :foo :bar ].</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedInfluence -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedInfluence">
+        <rdfs:label>qualifiedInfluence</rdfs:label>
+        <rdfs:comment xml:lang="en">Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable.</rdfs:comment>
+        <category>qualified</category>
+        <inverse>qualifiedInfluenceOf</inverse>
+        <component>derivations</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <rdfs:domain>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                </owl:unionOf>
+            </owl:Class>
+        </rdfs:domain>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedInvalidation -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidation">
+        <rdfs:label>qualifiedInvalidation</rdfs:label>
+        <rdfs:comment xml:lang="en">If this Entity prov:wasInvalidatedBy Activity :a, then it can qualify how it was invalidated using prov:qualifiedInvalidation [ a prov:Invalidation;  prov:activity :a; :foo :bar ].</rdfs:comment>
+        <component>entities-activities</component>
+        <category>qualified</category>
+        <inverse>qualifiedInvalidationOf</inverse>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedPrimarySource -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedPrimarySource">
+        <rdfs:label>qualifiedPrimarySource</rdfs:label>
+        <rdfs:comment xml:lang="en">If this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ].</rdfs:comment>
+        <component>derivations</component>
+        <category>qualified</category>
+        <inverse>qualifiedSourceOf</inverse>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#PrimarySource"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#PrimarySource"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedQuotation -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedQuotation">
+        <rdfs:label>qualifiedQuotation</rdfs:label>
+        <category>qualified</category>
+        <inverse>qualifiedQuotationOf</inverse>
+        <rdfs:comment xml:lang="en">If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation;  prov:entity :e; :foo :bar ].</rdfs:comment>
+        <component>derivations</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedRevision -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedRevision">
+        <rdfs:label>qualifiedRevision</rdfs:label>
+        <rdfs:comment xml:lang="en">If this Entity prov:wasRevisionOf Entity :e, then it can qualify how it was revised using prov:qualifiedRevision [ a prov:Revision;  prov:entity :e; :foo :bar ].</rdfs:comment>
+        <category>qualified</category>
+        <inverse>revisedEntity</inverse>
+        <component>derivations</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Revision"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Revision"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedStart -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedStart">
+        <rdfs:label>qualifiedStart</rdfs:label>
+        <inverse>qualifiedStartOf</inverse>
+        <category>qualified</category>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">If this Activity prov:wasStartedBy Entity :e1, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start;  prov:entity :e1; :foo :bar ].</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Start"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Start"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasStartedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedUsage -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedUsage">
+        <rdfs:label>qualifiedUsage</rdfs:label>
+        <category>qualified</category>
+        <inverse>qualifiedUsingActivity</inverse>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">If this Activity prov:used Entity :e, then it can qualify how it used it using prov:qualifiedUsage [ a prov:Usage; prov:entity :e; :foo :bar ].</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Usage"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Usage"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#used"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#specializationOf -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#specializationOf">
+        <rdfs:label>specializationOf</rdfs:label>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization</n>
+        <component>alternate</component>
+        <category>expanded</category>
+        <inverse>generalizationOf</inverse>
+        <definition xml:lang="en">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.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#alternateOf"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#alternateOf"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#used -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#used">
+        <rdfs:label>used</rdfs:label>
+        <inverse>wasUsedBy</inverse>
+        <rdfs:comment xml:lang="en">A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .</rdfs:comment>
+        <category>starting-point</category>
+        <component>entities-activities</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Usage"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedUsage"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedUsage"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasAssociatedWith -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasAssociatedWith">
+        <rdfs:label>wasAssociatedWith</rdfs:label>
+        <component>agents-responsibility</component>
+        <inverse>wasAssociateFor</inverse>
+        <rdfs:comment xml:lang="en">An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.</rdfs:comment>
+        <category>starting-point</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Association"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedAssociation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAssociation"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasAttributedTo -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasAttributedTo">
+        <rdfs:label>wasAttributedTo</rdfs:label>
+        <component>agents-responsibility</component>
+        <category>starting-point</category>
+        <inverse>contributed</inverse>
+        <definition xml:lang="en">Attribution is the ascribing of an entity to an agent.</definition>
+        <rdfs:comment xml:lang="en">Attribution is the ascribing of an entity to an agent.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedAttribution"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAttribution"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <definition>IF wasAttributedTo(e2,ag1,aAttr) holds, THEN wasInfluencedBy(e2,ag1) also holds. </definition>
+        <rdfs:comment>Attribution is a particular case of trace (see http://www.w3.org/TR/prov-dm/#concept-trace), in the sense that it links an entity to the agent that ascribed it.</rdfs:comment>
+        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasDerivedFrom -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasDerivedFrom">
+        <rdfs:label>wasDerivedFrom</rdfs:label>
+        <inverse>hadDerivation</inverse>
+        <definition xml:lang="en">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.</definition>
+        <category>starting-point</category>
+        <rdfs:comment xml:lang="en">The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable.</rdfs:comment>
+        <component>derivations</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedDerivation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDerivation"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <rdfs:comment>Derivation is a particular case of trace (see http://www.w3.org/TR/prov-dm/#term-trace), since it links an entity to another entity that contributed to its existence.</rdfs:comment>
+        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasEndedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasEndedBy">
+        <rdfs:label>wasEndedBy</rdfs:label>
+        <category>expanded</category>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity.</rdfs:comment>
+        <inverse>ended</inverse>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#End"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedEnd"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedEnd"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasGeneratedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasGeneratedBy">
+        <rdfs:label>wasGeneratedBy</rdfs:label>
+        <inverse>generated</inverse>
+        <category>starting-point</category>
+        <component>entities-activities</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedGeneration"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedGeneration"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasInfluencedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
+        <rdfs:label>wasInfluencedBy</rdfs:label>
+        <rdfs:comment xml:lang="en">Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable.</rdfs:comment>
+        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
+        <editorialNote xml:lang="en">The sub-properties of prov:wasInfluencedBy can be elaborated in more detail using the Qualification Pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :spoon; prov:atLocation :kitchen ] .
+
+Subproperties of prov:wasInfluencedBy may also be asserted directly without being qualified.
+
+prov:wasInfluencedBy should not be used without also using one of its subproperties. 
+</editorialNote>
+        <category>qualified</category>
+        <inverse>influenced</inverse>
+        <component>agents-responsibility</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+        <rdfs:domain>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                </owl:unionOf>
+            </owl:Class>
+        </rdfs:domain>
+        <rdfs:range>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                </owl:unionOf>
+            </owl:Class>
+        </rdfs:range>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <definition>influencee: an identifier (o2) for an entity, activity, or agent; </definition>
+        <dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
+        <owl:annotatedProperty rdf:resource="&rdfs;domain"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:annotatedTarget>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                </owl:unionOf>
+            </owl:Class>
+        </owl:annotatedTarget>
+    </owl:Axiom>
+    <owl:Axiom>
+        <dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
+        <definition>influencer: an identifier (o1) for an ancestor entity, activity, or agent that the former depends on;</definition>
+        <owl:annotatedProperty rdf:resource="&rdfs;range"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:annotatedTarget>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                </owl:unionOf>
+            </owl:Class>
+        </owl:annotatedTarget>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasInformedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInformedBy">
+        <rdfs:label>wasInformedBy</rdfs:label>
+        <inverse>informed</inverse>
+        <rdfs:comment xml:lang="en">An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2.</rdfs:comment>
+        <category>starting-point</category>
+        <component>entities-activities</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Communication"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedCommunication"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedCommunication"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasInvalidatedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInvalidatedBy">
+        <rdfs:label>wasInvalidatedBy</rdfs:label>
+        <component>entities-activities</component>
+        <inverse>invalidated</inverse>
+        <category>expanded</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedInvalidation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidation"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasQuotedFrom -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasQuotedFrom">
+        <rdfs:label>wasQuotedFrom</rdfs:label>
+        <category>expanded</category>
+        <component>derivations</component>
+        <inverse>quotedAs</inverse>
+        <rdfs:comment xml:lang="en">An entity is derived from an original entity by copying, or &#39;quoting&#39;, some or all of it.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedQuotation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedQuotation"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <rdfs:comment>Quotation is a particular case of derivation (see http://www.w3.org/TR/prov-dm/#term-quotation) in which an entity is derived from an original entity by copying, or &quot;quoting&quot;, some or all of it. </rdfs:comment>
+        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasRevisionOf -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasRevisionOf">
+        <rdfs:label>wasRevisionOf</rdfs:label>
+        <rdfs:comment xml:lang="en">A revision is a derivation that revises an entity into a revised version.</rdfs:comment>
+        <component>derivations</component>
+        <inverse>hadRevision</inverse>
+        <category>expanded</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Revision"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedRevision"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedRevision"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <rdfs:comment>Revision is a derivation (see http://www.w3.org/TR/prov-dm/#term-Revision). Moreover, according to 
+http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Revision 23 April 2012 &#39;wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.&#39;</rdfs:comment>
+        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasStartedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasStartedBy">
+        <rdfs:label>wasStartedBy</rdfs:label>
+        <inverse>started</inverse>
+        <category>expanded</category>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Start"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedStart"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedStart"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Data properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://www.w3.org/ns/prov#atTime -->
+
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#atTime">
+        <rdfs:label>atTime</rdfs:label>
+        <component>entities-activities</component>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime.</rdfs:comment>
+        <rdfs:range rdf:resource="&xsd;dateTime"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#endedAtTime"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#generatedAtTime"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#invalidatedAtTime"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#startedAtTime"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#endedAtTime -->
+
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#endedAtTime">
+        <rdfs:label>endedAtTime</rdfs:label>
+        <component>entities-activities</component>
+        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedEnd o prov:atTime) rdfs:subPropertyOf prov:endedAtTime.</editorialNote>
+        <rdfs:comment xml:lang="en">The time at which an activity ended. See also prov:startedAtTime.</rdfs:comment>
+        <category>starting-point</category>
+        <rdfs:range rdf:resource="&xsd;dateTime"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#End"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#generatedAtTime -->
+
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#generatedAtTime">
+        <rdfs:label>generatedAtTime</rdfs:label>
+        <category>expanded</category>
+        <component>entities-activities</component>
+        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedGeneration o prov:atTime) rdfs:subPropertyOf prov:generatedAtTime.</editorialNote>
+        <rdfs:comment xml:lang="en">The time at which an entity was completely created and is available for use.</rdfs:comment>
+        <rdfs:range rdf:resource="&xsd;dateTime"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#invalidatedAtTime -->
+
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#invalidatedAtTime">
+        <rdfs:label>invalidatedAtTime</rdfs:label>
+        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedInvalidation o prov:atTime) rdfs:subPropertyOf prov:invalidatedAtTime.</editorialNote>
+        <category>expanded</category>
+        <rdfs:comment xml:lang="en">The time at which an entity was invalidated (i.e., no longer usable).</rdfs:comment>
+        <component>entities-activities</component>
+        <rdfs:range rdf:resource="&xsd;dateTime"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#startedAtTime -->
+
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#startedAtTime">
+        <rdfs:label>startedAtTime</rdfs:label>
+        <category>starting-point</category>
+        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedStart o prov:atTime) rdfs:subPropertyOf prov:startedAtTime.</editorialNote>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">The time at which an activity started. See also prov:endedAtTime.</rdfs:comment>
+        <rdfs:range rdf:resource="&xsd;dateTime"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Start"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#value -->
+
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#value">
+        <rdfs:label>value</rdfs:label>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value</dm>
+        <category>expanded</category>
+        <editorialNote>The editor&#39;s definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue</editorialNote>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">Provides a value for an Entity.</rdfs:comment>
+        <editorsDefinition xml:lang="en">The main value (if there is one) of a structured value.</editorsDefinition>
+        <editorialNote xml:lang="en">This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, &#39;may be used in describing structured values&#39;).</editorialNote>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Classes
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://www.w3.org/2002/07/owl#Thing -->
+
+    <owl:Class rdf:about="&owl;Thing"/>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Activity -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Activity">
+        <rdfs:label>Activity</rdfs:label>
+        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Activity</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity</n>
+        <component>entities-activities</component>
+        <category>starting-point</category>
+        <definition>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.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#ActivityInfluence -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#ActivityInfluence">
+        <rdfs:label>ActivityInfluence</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <rdfs:subClassOf>
+            <owl:Restriction>
+                <owl:onProperty rdf:resource="http://www.w3.org/ns/prov#hadActivity"/>
+                <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:maxCardinality>
+            </owl:Restriction>
+        </rdfs:subClassOf>
+        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <editorsDefinition xml:lang="en">ActivitiyInfluence is the capacity of an activity to have an effect on the character, development, or behavior of another by means of generation, invalidation, communication, or other.</editorsDefinition>
+        <rdfs:comment xml:lang="en">ActivityInfluence provides additional descriptions of an Activity&#39;s binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity.</rdfs:comment>
+        <rdfs:comment xml:lang="en">It is not recommended that the type ActivityInfluence be asserted without also asserting one of its more specific subclasses.</rdfs:comment>
+        <category>qualified</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#activity"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Agent -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Agent">
+        <rdfs:label>Agent</rdfs:label>
+        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent</n>
+        <definition xml:lang="en">An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent&#39;s activity. </definition>
+        <category>starting-point</category>
+        <component>agents-responsibility</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#AgentInfluence -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#AgentInfluence">
+        <rdfs:label>AgentInfluence</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <editorsDefinition xml:lang="en">AgentInfluence is the capacity of an agent to have an effect on the character, development, or behavior of another by means of attribution, association, delegation, or other.</editorsDefinition>
+        <rdfs:comment xml:lang="en">AgentInfluence provides additional descriptions of an Agent&#39;s binary influence upon any other kind of resource. Instances of AgentInfluence use the prov:agent property to cite the influencing Agent.</rdfs:comment>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">It is not recommended that the type AgentInfluence be asserted without also asserting one of its more specific subclasses.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#agent"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Association -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Association">
+        <rdfs:label>Association</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</n>
+        <component>agents-responsibility</component>
+        <rdfs:comment xml:lang="en">An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that had some responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ].</rdfs:comment>
+        <category>qualified</category>
+        <definition xml:lang="en">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.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Attribution -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Attribution">
+        <rdfs:label>Attribution</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution</n>
+        <rdfs:comment xml:lang="en">An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that had some responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualifiedAttribution [ a prov:Attribution; prov:entity :baker; :foo :bar ].</rdfs:comment>
+        <definition xml:lang="en">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.</definition>
+        <category>qualified</category>
+        <component>agents-responsibility</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Bundle -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Bundle">
+        <rdfs:label>Bundle</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-bundle-entity</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-bundle-declaration</n>
+        <category>expanded</category>
+        <definition xml:lang="en">A bundle is a named set of provenance descriptions, and is itself an Entity, so allowing provenance of provenance to be expressed.</definition>
+        <rdfs:comment xml:lang="en">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.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Collection -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Collection">
+        <rdfs:label>Collection</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <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.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Communication -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Communication">
+        <rdfs:label>Communication</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Communication</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy</n>
+        <component>entities-activities</component>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:activity :everyone_else_jumping_off_bridge; :foo :bar ].</rdfs:comment>
+        <definition>Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInformedBy"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Delegation -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Delegation">
+        <rdfs:label>Delegation</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-delegation</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-delegation</n>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ].</rdfs:comment>
+        <definition xml:lang="en">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.</definition>
+        <component>agents-responsibility</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#actedOnBehalfOf"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Derivation -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Derivation">
+        <rdfs:label>Derivation</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Derivation</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#Derivation-Relation</n>
+        <definition xml:lang="en">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.</definition>
+        <component>derivations</component>
+        <rdfs:comment xml:lang="en">An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ].</rdfs:comment>
+        <rdfs:comment xml:lang="en">The more specific forms of prov:Derivation (i.e., prov:Revision, prov:Quotation, prov:PrimarySource) should be asserted if they apply.</rdfs:comment>
+        <category>qualified</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+    </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"/>
+        <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">
+        <rdfs:label>End</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-End</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-End</n>
+        <rdfs:comment xml:lang="en">An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualifiedEnd [ a prov:End; prov:entity :buzzer; :foo :bar; prov:atTime &#39;2012-03-09T08:05:08-05:00&#39;^^xsd:dateTime ].</rdfs:comment>
+        <category>qualified</category>
+        <definition xml:lang="en">End is when an activity is deemed to have been ended by an entity, known as trigger. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity&#39;s end. An end may refer to a trigger entity that terminated the activity, or to an activity, known as ender that generated the trigger.</definition>
+        <component>entities-activities</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasEndedBy"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Entity -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Entity">
+        <rdfs:label>Entity</rdfs:label>
+        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-entity</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Entity</n>
+        <component>entities-activities</component>
+        <definition xml:lang="en">An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. </definition>
+        <category>starting-point</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#EntityInfluence -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#EntityInfluence">
+        <rdfs:label>EntityInfluence</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <editorsDefinition xml:lang="en">EntityInfluence is the capacity of an entity to have an effect on the character, development, or behavior of another by means of usage, start, end, derivation, or other. </editorsDefinition>
+        <rdfs:comment xml:lang="en">EntityInfluence provides additional descriptions of an Entity&#39;s binary influence upon any other kind of resource. Instances of EntityInfluence use the prov:entity property to cite the influencing Entity.</rdfs:comment>
+        <rdfs:comment xml:lang="en">It is not recommended that the type EntityInfluence be asserted without also asserting one of its more specific subclasses.</rdfs:comment>
+        <category>qualified</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#entity"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Generation -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Generation">
+        <rdfs:label>Generation</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation</n>
+        <rdfs:comment xml:lang="en">An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ].</rdfs:comment>
+        <category>qualified</category>
+        <component>entities-activities</component>
+        <definition xml:lang="en">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.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Influence -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Influence">
+        <rdfs:label>Influence</rdfs:label>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-influence</n>
+        <component>derivations</component>
+        <rdfs:comment xml:lang="en">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.</rdfs:comment>
+        <rdfs:comment xml:lang="en">Because prov:Influence is a broad relation, its most specific subclasses (e.g. prov:Communication, prov:Delegation, prov:End, prov:Revision, etc.) should be used when applicable.</rdfs:comment>
+        <category>qualified</category>
+        <definition xml:lang="en">Influence is the capacity of 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.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#InstantaneousEvent -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent">
+        <rdfs:label>InstantaneousEvent</rdfs:label>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#dfn-event</constraints>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term &#39;event&#39; is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.</rdfs:comment>
+        <definition xml:lang="en">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.</definition>
+        <category>qualified</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Invalidation -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Invalidation">
+        <rdfs:label>Invalidation</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Invalidation</n>
+        <component>entities-activities</component>
+        <definition>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.</definition>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">An instance of prov:Invalidation provides additional descriptions about the binary prov:wasInvalidatedBy relation from an invalidated prov:Entity to the prov:Activity that invalidated it. For example, :uncracked_egg prov:wasInvalidatedBy :baking; prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :baking; :foo :bar ].</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Location -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Location">
+        <rdfs:label>Location</rdfs:label>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute</n>
+        <definition xml:lang="en">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.</definition>
+        <category>expanded</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#atLocation"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Organization -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Organization">
+        <rdfs:label>Organization</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</n>
+        <definition>Agents of type Organization are social institutions such as companies, societies etc.</definition>
+        <category>expanded</category>
+        <component>agents-responsibility</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Person -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Person">
+        <rdfs:label>Person</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</n>
+        <category>expanded</category>
+        <definition xml:lang="en">Agents of type Person are people.</definition>
+        <component>agents-responsibility</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Plan -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Plan">
+        <rdfs:label>Plan</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</n>
+        <definition>A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.</definition>
+        <category>expanded</category>
+        <rdfs:comment xml:lang="en">There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations.</rdfs:comment>
+        <category>qualified</category>
+        <component>agents-responsibility</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#PrimarySource -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#PrimarySource">
+        <rdfs:label>PrimarySource</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-primary-source</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source</n>
+        <category>qualified</category>
+        <component>derivations</component>
+        <definition xml:lang="en">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&#39;s study, without benefit from hindsight.
+
+Because of the directness of primary sources, they &#39;speak for themselves&#39; 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.
+
+A primary source relation is a particular case of derivation 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&#39;s domain.</definition>
+        <rdfs:comment xml:lang="en">An instance of prov:PrimarySource provides additional descriptions about the binary prov:hadPrimarySource relation from some secondary prov:Entity to an earlier, primary prov:Entity. For example, :blog prov:hadPrimarySource :newsArticle; prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :newsArticle; :foo :bar ] .</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Quotation -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Quotation">
+        <rdfs:label>Quotation</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation</n>
+        <rdfs:comment xml:lang="en">An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some taken prov:Entity from an earlier, larger prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualifiedQuotation [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ].</rdfs:comment>
+        <component>derivations</component>
+        <category>qualified</category>
+        <definition xml:lang="en">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.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Revision -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Revision">
+        <rdfs:label>Revision</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-revision</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision</n>
+        <component>derivations</component>
+        <category>qualified</category>
+        <definition xml:lang="en">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.</definition>
+        <rdfs:comment xml:lang="en">An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some newer prov:Entity to an earlier prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualifiedRevision [ a prov:Revision; prov:entity :draft_1; :foo :bar ].</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Role -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Role">
+        <rdfs:label>Role</rdfs:label>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute</n>
+        <definition xml:lang="en">A role is the function of an entity or agent with respect to an activity, in the context of a usage, generation, invalidation, association, start, and end.</definition>
+        <category>qualified</category>
+        <component>agents-responsibility</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#hadRole"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#SoftwareAgent -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#SoftwareAgent">
+        <rdfs:label>SoftwareAgent</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</n>
+        <component>agents-responsibility</component>
+        <definition xml:lang="en">A software agent is running software.</definition>
+        <category>expanded</category>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Start -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Start">
+        <rdfs:label>Start</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start</n>
+        <component>entities-activities</component>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualifiedStart [ a prov:Start; prov:entity :bang; :foo :bar; prov:atTime &#39;2012-03-09T08:05:08-05:00&#39;^^xsd:dateTime ] .</rdfs:comment>
+        <definition xml:lang="en">Start is when an activity is deemed to have been started by an entity, known as trigger. The activity did not exist before its start. Any usage, generation, or invalidation involving an activity follows the activity&#39;s start. A start may refer to a trigger entity that set off the activity, or to an activity, known as starter, that generated the trigger.</definition>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasStartedBy"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Usage -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Usage">
+        <rdfs:label>Usage</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage</dm>
+        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Usage</n>
+        <rdfs:comment xml:lang="en">An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualifiedUsage [ a prov:Usage; prov:entity :podium; :foo :bar ].</rdfs:comment>
+        <definition xml:lang="en">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.</definition>
+        <category>qualified</category>
+        <component>entities-activities</component>
+        <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>
+
+
+
+<!-- Generated by the OWL API (version 3.1.0.20069) http://owlapi.sourceforge.net -->
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/ns/CR-prov-o-20121211/prov-o.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,1321 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix : <http://www.w3.org/ns/prov#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+rdfs:comment
+    a owl:AnnotationProperty ;
+    rdfs:comment ""@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+rdfs:isDefinedBy
+    a owl:AnnotationProperty .
+
+rdfs:label
+    a owl:AnnotationProperty ;
+    rdfs:comment ""@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+rdfs:seeAlso
+    a owl:AnnotationProperty ;
+    rdfs:comment ""@en .
+
+owl:Thing
+    a owl:Class .
+
+owl:versionInfo
+    a owl:AnnotationProperty .
+
+<http://www.w3.org/ns/prov#>
+    a owl:Ontology .
+
+:Activity
+    a owl:Class ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Activity" ;
+    owl:disjointWith :Entity ;
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "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." ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Activity"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity"^^xsd:anyURI .
+
+:ActivityInfluence
+    a owl:Class ;
+    rdfs:comment "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."@en, "It is not recommended that the type ActivityInfluence be asserted without also asserting one of its more specific subclasses."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "ActivityInfluence" ;
+    rdfs:seeAlso :activity ;
+    rdfs:subClassOf :Influence, [
+        a owl:Restriction ;
+        owl:maxCardinality "0"^^xsd:nonNegativeInteger ;
+        owl:onProperty :hadActivity
+    ] ;
+    owl:disjointWith :EntityInfluence ;
+    :category "qualified" ;
+    :editorsDefinition "ActivitiyInfluence is the capacity of an activity to have an effect on the character, development, or behavior of another by means of generation, invalidation, communication, or other."@en .
+
+:Agent
+    a owl:Class ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Agent" ;
+    owl:disjointWith :InstantaneousEvent ;
+    :category "starting-point" ;
+    :component "agents-responsibility" ;
+    :definition "An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. "@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent"^^xsd:anyURI .
+
+:AgentInfluence
+    a owl:Class ;
+    rdfs:comment "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."@en, "It is not recommended that the type AgentInfluence be asserted without also asserting one of its more specific subclasses."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "AgentInfluence" ;
+    rdfs:seeAlso :agent ;
+    rdfs:subClassOf :Influence ;
+    :category "qualified" ;
+    :editorsDefinition "AgentInfluence is the capacity of an agent to have an effect on the character, development, or behavior of another by means of attribution, association, delegation, or other."@en .
+
+:Association
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that had some responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Association" ;
+    rdfs:subClassOf :AgentInfluence ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :definition "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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association"^^xsd:anyURI ;
+    :unqualifiedForm :wasAssociatedWith .
+
+:Attribution
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that had some responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualifiedAttribution [ a prov:Attribution; prov:entity :baker; :foo :bar ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Attribution" ;
+    rdfs:subClassOf :AgentInfluence ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition """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."""@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution"^^xsd:anyURI ;
+    :unqualifiedForm :wasAttributedTo .
+
+:Bundle
+    a owl:Class ;
+    rdfs:comment "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."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Bundle" ;
+    rdfs:subClassOf :Entity ;
+    :category "expanded" ;
+    :definition "A bundle is a named set of provenance descriptions, and is itself an Entity, so allowing provenance of provenance to be expressed."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-bundle-entity"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-bundle-declaration"^^xsd:anyURI .
+
+:Collection
+    a owl:Class ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Collection" ;
+    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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection"^^xsd:anyURI .
+
+:Communication
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:activity :everyone_else_jumping_off_bridge; :foo :bar ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Communication" ;
+    rdfs:subClassOf :ActivityInfluence ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "Communication is the exchange of an entity by two activities, one activity using the entity generated by the other." ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Communication"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy"^^xsd:anyURI ;
+    :unqualifiedForm :wasInformedBy .
+
+:Delegation
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Delegation" ;
+    rdfs:subClassOf :AgentInfluence ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :definition """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."""@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-delegation"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-delegation"^^xsd:anyURI ;
+    :unqualifiedForm :actedOnBehalfOf .
+
+:Derivation
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ]."@en, "The more specific forms of prov:Derivation (i.e., prov:Revision, prov:Quotation, prov:PrimarySource) should be asserted if they apply."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Derivation" ;
+    rdfs:subClassOf :EntityInfluence ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Derivation"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#Derivation-Relation"^^xsd:anyURI ;
+    :unqualifiedForm :wasDerivedFrom .
+
+:EmptyCollection
+    a owl:Class, owl:NamedIndividual ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "EmptyCollection"@en ;
+    rdfs:subClassOf :Collection ;
+    :category "expanded" ;
+    :component "collections" ;
+    :definition "An empty collection is a collection without members."@en .
+
+:End
+    a owl:Class ;
+    rdfs:comment "An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualifiedEnd [ a prov:End; prov:entity :buzzer; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "End" ;
+    rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "End is when an activity is deemed to have been ended by an entity, known as trigger. 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 a trigger entity that terminated the activity, or to an activity, known as ender that generated the trigger."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-End"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-End"^^xsd:anyURI ;
+    :unqualifiedForm :wasEndedBy .
+
+:Entity
+    a owl:Class ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Entity" ;
+    owl:disjointWith :InstantaneousEvent ;
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. "@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-entity"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Entity"^^xsd:anyURI .
+
+:EntityInfluence
+    a owl:Class ;
+    rdfs:comment "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."@en, "It is not recommended that the type EntityInfluence be asserted without also asserting one of its more specific subclasses."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "EntityInfluence" ;
+    rdfs:seeAlso :entity ;
+    rdfs:subClassOf :Influence ;
+    :category "qualified" ;
+    :editorsDefinition "EntityInfluence is the capacity of an entity to have an effect on the character, development, or behavior of another by means of usage, start, end, derivation, or other. "@en .
+
+:Generation
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Generation" ;
+    rdfs:subClassOf :ActivityInfluence, :InstantaneousEvent ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation"^^xsd:anyURI ;
+    :unqualifiedForm :wasGeneratedBy .
+
+: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, "Because prov:Influence is a broad relation, its most specific subclasses (e.g. prov:Communication, prov:Delegation, prov:End, prov:Revision, etc.) should be used when applicable."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Influence" ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :definition "Influence is the capacity of 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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-influence"^^xsd:anyURI ;
+    :unqualifiedForm :wasInfluencedBy .
+
+:InstantaneousEvent
+    a owl:Class ;
+    rdfs:comment "An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "InstantaneousEvent" ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#dfn-event"^^xsd:anyURI ;
+    :definition "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."@en .
+
+:Invalidation
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Invalidation provides additional descriptions about the binary prov:wasInvalidatedBy relation from an invalidated prov:Entity to the prov:Activity that invalidated it. For example, :uncracked_egg prov:wasInvalidatedBy :baking; prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :baking; :foo :bar ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Invalidation" ;
+    rdfs:subClassOf :ActivityInfluence, :InstantaneousEvent ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "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." ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Invalidation"^^xsd:anyURI ;
+    :unqualifiedForm :wasInvalidatedBy .
+
+:Location
+    a owl:Class ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Location" ;
+    rdfs:seeAlso :atLocation ;
+    :category "expanded" ;
+    :definition "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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute"^^xsd:anyURI .
+
+:Organization
+    a owl:Class ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Organization" ;
+    rdfs:subClassOf :Agent ;
+    :category "expanded" ;
+    :component "agents-responsibility" ;
+    :definition "Agents of type Organization are social institutions such as companies, societies etc." ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types"^^xsd:anyURI .
+
+:Person
+    a owl:Class ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Person" ;
+    rdfs:subClassOf :Agent ;
+    :category "expanded" ;
+    :component "agents-responsibility" ;
+    :definition "Agents of type Person are people."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types"^^xsd:anyURI .
+
+:Plan
+    a owl:Class ;
+    rdfs:comment "There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Plan" ;
+    rdfs:subClassOf :Entity ;
+    :category "expanded", "qualified" ;
+    :component "agents-responsibility" ;
+    :definition "A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals." ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association"^^xsd:anyURI .
+
+:PrimarySource
+    a owl:Class ;
+    rdfs:comment "An instance of prov:PrimarySource provides additional descriptions about the binary prov:hadPrimarySource relation from some secondary prov:Entity to an earlier, primary prov:Entity. For example, :blog prov:hadPrimarySource :newsArticle; prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :newsArticle; :foo :bar ] ."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "PrimarySource" ;
+    rdfs:subClassOf :Derivation ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :definition """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.
+
+A primary source relation is a particular case of derivation 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."""@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-primary-source"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source"^^xsd:anyURI ;
+    :unqualifiedForm :hadPrimarySource .
+
+:Quotation
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some taken prov:Entity from an earlier, larger prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualifiedQuotation [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Quotation" ;
+    rdfs:subClassOf :Derivation ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :definition "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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation"^^xsd:anyURI ;
+    :unqualifiedForm :wasQuotedFrom .
+
+:Revision
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some newer prov:Entity to an earlier prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualifiedRevision [ a prov:Revision; prov:entity :draft_1; :foo :bar ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Revision" ;
+    rdfs:subClassOf :Derivation ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :definition "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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-revision"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision"^^xsd:anyURI ;
+    :unqualifiedForm :wasRevisionOf .
+
+:Role
+    a owl:Class ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Role" ;
+    rdfs:seeAlso :hadRole ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :definition "A role is the function of an entity or agent with respect to an activity, in the context of a usage, generation, invalidation, association, start, and end."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute"^^xsd:anyURI .
+
+:SoftwareAgent
+    a owl:Class ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "SoftwareAgent" ;
+    rdfs:subClassOf :Agent ;
+    :category "expanded" ;
+    :component "agents-responsibility" ;
+    :definition "A software agent is running software."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types"^^xsd:anyURI .
+
+:Start
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualifiedStart [ a prov:Start; prov:entity :bang; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ] ."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Start" ;
+    rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "Start is when an activity is deemed to have been started by an entity, known as trigger. The activity did not exist before its start. Any usage, generation, or invalidation involving an activity follows the activity's start. A start may refer to a trigger entity that set off the activity, or to an activity, known as starter, that generated the trigger."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start"^^xsd:anyURI ;
+    :unqualifiedForm :wasStartedBy .
+
+:Usage
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualifiedUsage [ a prov:Usage; prov:entity :podium; :foo :bar ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "Usage" ;
+    rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage"^^xsd:anyURI ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Usage"^^xsd:anyURI ;
+    :unqualifiedForm :used .
+
+:actedOnBehalfOf
+    a owl:ObjectProperty ;
+    rdfs:comment "An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. "@en ;
+    rdfs:domain :Agent ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "actedOnBehalfOf" ;
+    rdfs:range :Agent ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedDelegation
+        :agent
+    ) ;
+    :category "starting-point" ;
+    :component "agents-responsibility" ;
+    :inverse "hadDelegate" ;
+    :qualifiedForm :Delegation, :qualifiedDelegation .
+
+:activity
+    a owl:ObjectProperty ;
+    rdfs:domain :ActivityInfluence ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "activity" ;
+    rdfs:range :Activity ;
+    rdfs:subPropertyOf :influencer ;
+    :category "qualified" ;
+    :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple."@en ;
+    :editorsDefinition "The prov:activity property references an prov:Activity which influenced a resource. This property applies to an prov:ActivityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent." ;
+    :inverse "activityOfInfluence" .
+
+:agent
+    a owl:ObjectProperty ;
+    rdfs:domain :AgentInfluence ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "agent" ;
+    rdfs:range :Agent ;
+    rdfs:subPropertyOf :influencer ;
+    :category "qualified" ;
+    :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple."@en ;
+    :editorsDefinition "The prov:agent property references an prov:Agent which influenced a resource. This property applies to an prov:AgentInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent."@en ;
+    :inverse "agentOfInfluence" .
+
+:alternateOf
+    a owl:ObjectProperty ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "alternateOf" ;
+    rdfs:range :Entity ;
+    rdfs:seeAlso :specializationOf ;
+    :category "expanded" ;
+    :component "alternate" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate"^^xsd:anyURI ;
+    :inverse "alternateOf" ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate"^^xsd:anyURI .
+
+:aq
+    a owl:AnnotationProperty ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
+:atLocation
+    a owl:ObjectProperty ;
+    rdfs:comment "The Location of any resource."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
+    rdfs:domain [
+        a owl:Class ;
+        owl:unionOf (:Activity
+            :Agent
+            :Entity
+            :InstantaneousEvent
+        )
+    ] ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "atLocation" ;
+    rdfs:range :Location ;
+    :category "expanded" ;
+    :editorialNote "The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Influence classes."@en, "This property is not functional because the many values could be at a variety of granularies (In this building, in this room, in that chair)."@en ;
+    :inverse "locationOf" ;
+    :sharesDefinitionWith :Location .
+
+:atTime
+    a owl:DatatypeProperty ;
+    rdfs:comment "The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime."@en ;
+    rdfs:domain :InstantaneousEvent ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "atTime" ;
+    rdfs:range xsd:dateTime ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :sharesDefinitionWith :InstantaneousEvent ;
+    :unqualifiedForm :endedAtTime, :generatedAtTime, :invalidatedAtTime, :startedAtTime .
+
+:category
+    a owl:AnnotationProperty ;
+    rdfs:comment "Classify prov-o terms into three categories, including 'starting-point', 'qualifed', and 'extended'. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. "@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+:component
+    a owl:AnnotationProperty ;
+    rdfs:comment "Classify prov-o terms into six components according to prov-dm, including 'agents-responsibility', 'alternate', 'annotations', 'collections', 'derivations', and 'entities-activities'. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+:constraints
+    a owl:AnnotationProperty ;
+    rdfs:comment "A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
+:definition
+    a owl:AnnotationProperty ;
+    rdfs:comment "A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+:dm
+    a owl:AnnotationProperty ;
+    rdfs:comment "A reference to the principal section of the PROV-DM document that describes this concept."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
+:editorialNote
+    a owl:AnnotationProperty ;
+    rdfs:comment "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."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+:editorsDefinition
+    a owl:AnnotationProperty ;
+    rdfs:comment "When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:subPropertyOf :definition .
+
+:endedAtTime
+    a owl:DatatypeProperty ;
+    rdfs:comment "The time at which an activity ended. See also prov:startedAtTime."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "endedAtTime" ;
+    rdfs:range xsd:dateTime ;
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :editorialNote "It is the intent that the property chain holds: (prov:qualifiedEnd o prov:atTime) rdfs:subPropertyOf prov:endedAtTime."@en ;
+    :qualifiedForm :End, :atTime .
+
+:entity
+    a owl:ObjectProperty ;
+    rdfs:domain :EntityInfluence ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "entity" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :influencer ;
+    :category "qualified" ;
+    :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple."@en ;
+    :editorsDefinition "The prov:entity property references an prov:Entity which influenced a resource. This property applies to an prov:EntityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent." ;
+    :inverse "entityOfInfluence" .
+
+:generated
+    a owl:ObjectProperty ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "generated" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :influenced ;
+    owl:inverseOf :wasGeneratedBy ;
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :editorialNote "prov:generated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions."@en ;
+    :inverse "wasGeneratedBy" ;
+    :sharesDefinitionWith :Generation .
+
+:generatedAtTime
+    a owl:DatatypeProperty ;
+    rdfs:comment "The time at which an entity was completely created and is available for use."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "generatedAtTime" ;
+    rdfs:range xsd:dateTime ;
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :editorialNote "It is the intent that the property chain holds: (prov:qualifiedGeneration o prov:atTime) rdfs:subPropertyOf prov:generatedAtTime."@en ;
+    :qualifiedForm :Generation, :atTime .
+
+:hadActivity
+    a owl:ObjectProperty ;
+    rdfs:comment "The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead)."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
+    rdfs:domain :Influence, [
+        a owl:Class ;
+        owl:unionOf (:Delegation
+            :Derivation
+            :End
+            :Start
+        )
+    ] ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "hadActivity" ;
+    rdfs:range :Activity ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :editorialNote "The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL."@en ;
+    :inverse "wasActivityOfInfluence" ;
+    :sharesDefinitionWith :Activity .
+
+:hadGeneration
+    a owl:ObjectProperty ;
+    rdfs:comment "The _optional_ Generation involved in an Entity's Derivation."@en ;
+    rdfs:domain :Derivation ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "hadGeneration" ;
+    rdfs:range :Generation ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "generatedAsDerivation" ;
+    :sharesDefinitionWith :Generation .
+
+:hadMember
+    a owl:ObjectProperty ;
+    rdfs:domain :Collection ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "hadMember" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    :category "expanded" ;
+    :component "expanded" ;
+    :inverse "wasMemberOf" ;
+    :sharesDefinitionWith :Collection .
+
+:hadPlan
+    a owl:ObjectProperty ;
+    rdfs:comment "The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification."@en ;
+    rdfs:domain :Association ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "hadPlan" ;
+    rdfs:range :Plan ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :inverse "wasPlanOf" ;
+    :sharesDefinitionWith :Plan .
+
+:hadPrimarySource
+    a owl:ObjectProperty ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "hadPrimarySource" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasDerivedFrom ;
+    owl:propertyChainAxiom (:qualifiedPrimarySource
+        :entity
+    ) ;
+    :category "expanded" ;
+    :component "derivations" ;
+    :inverse "wasPrimarySourceOf" ;
+    :qualifiedForm :PrimarySource, :qualifiedPrimarySource .
+
+:hadRole
+    a owl:ObjectProperty ;
+    rdfs:comment "The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ]."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
+    rdfs:domain :Influence, [
+        a owl:Class ;
+        owl:unionOf (:Association
+            :InstantaneousEvent
+        )
+    ] ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "hadRole" ;
+    rdfs:range :Role ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :editorsDefinition "prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of an instantaneous usage, generation, association, start, and end."@en ;
+    :inverse "wasRoleIn" ;
+    :sharesDefinitionWith :Role .
+
+:hadUsage
+    a owl:ObjectProperty ;
+    rdfs:comment "The _optional_ Usage involved in an Entity's Derivation."@en ;
+    rdfs:domain :Derivation ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "hadUsage" ;
+    rdfs:range :Usage ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "wasUsedInDerivation" ;
+    :sharesDefinitionWith :Usage .
+
+:influenced
+    a owl:ObjectProperty ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "influenced" ;
+    owl:inverseOf :wasInfluencedBy ;
+    :category "expanded" ;
+    :component "agents-responsibility" ;
+    :inverse "wasInfluencedBy" ;
+    :sharesDefinitionWith :Influence .
+
+:influencer
+    a owl:ObjectProperty ;
+    rdfs:comment "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."@en ;
+    rdfs:domain :Influence ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "influencer" ;
+    rdfs:range owl:Thing ;
+    :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" .
+
+:invalidated
+    a owl:ObjectProperty ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "invalidated" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :influenced ;
+    owl:inverseOf :wasInvalidatedBy ;
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :editorialNote "prov:invalidated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions."@en ;
+    :inverse "wasInvalidatedBy" ;
+    :sharesDefinitionWith :Invalidation .
+
+:invalidatedAtTime
+    a owl:DatatypeProperty ;
+    rdfs:comment "The time at which an entity was invalidated (i.e., no longer usable)."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "invalidatedAtTime" ;
+    rdfs:range xsd:dateTime ;
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :editorialNote "It is the intent that the property chain holds: (prov:qualifiedInvalidation o prov:atTime) rdfs:subPropertyOf prov:invalidatedAtTime."@en ;
+    :qualifiedForm :Invalidation, :atTime .
+
+:inverse
+    a owl:AnnotationProperty ;
+    rdfs:comment "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."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:seeAlso <http://www.w3.org/TR/prov-o/#names-of-inverse-properties> .
+
+:n
+    a owl:AnnotationProperty ;
+    rdfs:comment "A reference to the principal section of the PROV-DM document that describes this concept."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
+:order
+    a owl:AnnotationProperty ;
+    rdfs:comment "The position that this OWL term should be listed within documentation. The scope of the documentation (e.g., among all terms, among terms within a prov:category, among properties applying to a particular class, etc.) is unspecified."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+:qualifiedAssociation
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association;  prov:agent :ag; :foo :bar ]."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedAssociation" ;
+    rdfs:range :Association ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :inverse "qualifiedAssociationOf" ;
+    :sharesDefinitionWith :Association ;
+    :unqualifiedForm :wasAssociatedWith .
+
+:qualifiedAttribution
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was influenced using prov:qualifiedAttribution [ a prov:Attribution;  prov:agent :ag; :foo :bar ]."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedAttribution" ;
+    rdfs:range :Attribution ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :inverse "qualifiedAttributionOf" ;
+    :sharesDefinitionWith :Attribution ;
+    :unqualifiedForm :wasAttributedTo .
+
+:qualifiedCommunication
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was influenced using prov:qualifiedCommunication [ a prov:Communication;  prov:activity :a; :foo :bar ]."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedCommunication" ;
+    rdfs:range :Communication ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :inverse "qualifiedCommunicationOf" ;
+    :qualifiedForm :Communication ;
+    :sharesDefinitionWith :Communication .
+
+:qualifiedDelegation
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility;  prov:agent :ag; :foo :bar ]."@en ;
+    rdfs:domain :Agent ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedDelegation" ;
+    rdfs:range :Delegation ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :inverse "qualifiedDelegationOf" ;
+    :sharesDefinitionWith :Delegation ;
+    :unqualifiedForm :actedOnBehalfOf .
+
+:qualifiedDerivation
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Entity prov:wasDerivedFrom Entity :e, then it can qualify how it was derived using prov:qualifiedDerivation [ a prov:Derivation;  prov:entity :e; :foo :bar ]."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedDerivation" ;
+    rdfs:range :Derivation ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "qualifiedDerivationOf" ;
+    :sharesDefinitionWith :Derivation ;
+    :unqualifiedForm :wasDerivedFrom .
+
+:qualifiedEnd
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Activity prov:wasEndedBy Entity :e1, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End;  prov:entity :e1; :foo :bar ]."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedEnd" ;
+    rdfs:range :End ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :inverse "qualifiedEndOf" ;
+    :sharesDefinitionWith :End ;
+    :unqualifiedForm :wasEndedBy .
+
+:qualifiedForm
+    a owl:AnnotationProperty ;
+    rdfs:comment """This annotation property links a subproperty of prov:wasInfluencedBy with the subclass of prov:Influence and the qualifying property that are used to qualify it. 
+
+Example annotation:
+
+    prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation .
+
+Then this unqualified assertion:
+
+    :entity1 prov:wasGeneratedBy :activity1 .
+
+can be qualified by adding:
+
+   :entity1 prov:qualifiedGeneration :entity1Gen .
+   :entity1Gen 
+       a prov:Generation, prov:Influence;
+       prov:activity :activity1;
+       :customValue 1337 .
+
+Note how the value of the unqualified influence (prov:wasGeneratedBy :activity1) is mirrored as the value of the prov:activity (or prov:entity, or prov:agent) property on the influence class."""@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
+:qualifiedGeneration
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Activity prov:generated Entity :e, then it can qualify how it performed the Generation using prov:qualifiedGeneration [ a prov:Generation;  prov:entity :e; :foo :bar ]."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedGeneration" ;
+    rdfs:range :Generation ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :inverse "qualifiedGenerationOf" ;
+    :sharesDefinitionWith :Generation ;
+    :unqualifiedForm :wasGeneratedBy .
+
+:qualifiedInfluence
+    a owl:ObjectProperty ;
+    rdfs:comment "Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable."@en ;
+    rdfs:domain [
+        a owl:Class ;
+        owl:unionOf (:Activity
+            :Agent
+            :Entity
+        )
+    ] ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedInfluence" ;
+    rdfs:range :Influence ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "qualifiedInfluenceOf" ;
+    :sharesDefinitionWith :Influence ;
+    :unqualifiedForm :wasInfluencedBy .
+
+:qualifiedInvalidation
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Entity prov:wasInvalidatedBy Activity :a, then it can qualify how it was invalidated using prov:qualifiedInvalidation [ a prov:Invalidation;  prov:activity :a; :foo :bar ]."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedInvalidation" ;
+    rdfs:range :Invalidation ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :inverse "qualifiedInvalidationOf" ;
+    :sharesDefinitionWith :Invalidation ;
+    :unqualifiedForm :wasInvalidatedBy .
+
+:qualifiedPrimarySource
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ]."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedPrimarySource" ;
+    rdfs:range :PrimarySource ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "qualifiedSourceOf" ;
+    :sharesDefinitionWith :PrimarySource ;
+    :unqualifiedForm :hadPrimarySource .
+
+:qualifiedQuotation
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation;  prov:entity :e; :foo :bar ]."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedQuotation" ;
+    rdfs:range :Quotation ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "qualifiedQuotationOf" ;
+    :sharesDefinitionWith :Quotation ;
+    :unqualifiedForm :wasQuotedFrom .
+
+:qualifiedRevision
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Entity prov:wasRevisionOf Entity :e, then it can qualify how it was revised using prov:qualifiedRevision [ a prov:Revision;  prov:entity :e; :foo :bar ]."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedRevision" ;
+    rdfs:range :Revision ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "revisedEntity" ;
+    :sharesDefinitionWith :Revision ;
+    :unqualifiedForm :wasRevisionOf .
+
+:qualifiedStart
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Activity prov:wasStartedBy Entity :e1, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start;  prov:entity :e1; :foo :bar ]."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedStart" ;
+    rdfs:range :Start ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :inverse "qualifiedStartOf" ;
+    :sharesDefinitionWith :Start ;
+    :unqualifiedForm :wasStartedBy .
+
+:qualifiedUsage
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Activity prov:used Entity :e, then it can qualify how it used it using prov:qualifiedUsage [ a prov:Usage; prov:entity :e; :foo :bar ]."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "qualifiedUsage" ;
+    rdfs:range :Usage ;
+    rdfs:subPropertyOf :qualifiedInfluence ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :inverse "qualifiedUsingActivity" ;
+    :sharesDefinitionWith :Usage ;
+    :unqualifiedForm :used .
+
+:sharesDefinitionWith
+    a owl:AnnotationProperty ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
+:specializationOf
+    a owl:AnnotationProperty, owl:ObjectProperty ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "specializationOf" ;
+    rdfs:range :Entity ;
+    rdfs:seeAlso :alternateOf ;
+    rdfs:subPropertyOf :alternateOf ;
+    :category "expanded" ;
+    :component "alternate" ;
+    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :definition "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."@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization"^^xsd:anyURI ;
+    :inverse "generalizationOf" ;
+    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization"^^xsd:anyURI .
+
+:startedAtTime
+    a owl:DatatypeProperty ;
+    rdfs:comment "The time at which an activity started. See also prov:endedAtTime."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "startedAtTime" ;
+    rdfs:range xsd:dateTime ;
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :editorialNote "It is the intent that the property chain holds: (prov:qualifiedStart o prov:atTime) rdfs:subPropertyOf prov:startedAtTime."@en ;
+    :qualifiedForm :Start, :atTime .
+
+:todo
+    a owl:AnnotationProperty .
+
+:unqualifiedForm
+    a owl:AnnotationProperty ;
+    rdfs:comment "Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
+:used
+    a owl:ObjectProperty ;
+    rdfs:comment "A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven ."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "used" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedUsage
+        :entity
+    ) ;
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :inverse "wasUsedBy" ;
+    :qualifiedForm :Usage, :qualifiedUsage .
+
+:value
+    a owl:DatatypeProperty ;
+    rdfs:comment "Provides a value for an Entity."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "value" ;
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value"^^xsd:anyURI ;
+    :editorialNote "The editor's definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue", "This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, 'may be used in describing structured values')."@en ;
+    :editorsDefinition "The main value (if there is one) of a structured value."@en .
+
+:wasAssociatedWith
+    a owl:ObjectProperty ;
+    rdfs:comment "An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasAssociatedWith" ;
+    rdfs:range :Agent ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedAssociation
+        :agent
+    ) ;
+    :category "starting-point" ;
+    :component "agents-responsibility" ;
+    :inverse "wasAssociateFor" ;
+    :qualifiedForm :Association, :qualifiedAssociation .
+
+:wasAttributedTo
+    a owl:ObjectProperty ;
+    rdfs:comment "Attribution is the ascribing of an entity to an agent."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasAttributedTo" ;
+    rdfs:range :Agent ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedAttribution
+        :agent
+    ) ;
+    :category "starting-point" ;
+    :component "agents-responsibility" ;
+    :definition "Attribution is the ascribing of an entity to an agent."@en ;
+    :inverse "contributed" ;
+    :qualifiedForm :Attribution, :qualifiedAttribution .
+
+:wasDerivedFrom
+    a owl:ObjectProperty ;
+    rdfs:comment "The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasDerivedFrom" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedDerivation
+        :entity
+    ) ;
+    :category "starting-point" ;
+    :component "derivations" ;
+    :definition "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."@en ;
+    :inverse "hadDerivation" ;
+    :qualifiedForm :Derivation, :qualifiedDerivation .
+
+:wasEndedBy
+    a owl:ObjectProperty ;
+    rdfs:comment "End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasEndedBy" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedEnd
+        :entity
+    ) ;
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :inverse "ended" ;
+    :qualifiedForm :End, :qualifiedEnd .
+
+:wasGeneratedBy
+    a owl:ObjectProperty ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasGeneratedBy" ;
+    rdfs:range :Activity ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedGeneration
+        :activity
+    ) ;
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :inverse "generated" ;
+    :qualifiedForm :Generation, :qualifiedGeneration .
+
+:wasInfluencedBy
+    a owl:ObjectProperty ;
+    rdfs:comment "Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
+    rdfs:domain [
+        a owl:Class ;
+        owl:unionOf (:Activity
+            :Agent
+            :Entity
+        )
+    ] ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasInfluencedBy" ;
+    rdfs:range [
+        a owl:Class ;
+        owl:unionOf (:Activity
+            :Agent
+            :Entity
+        )
+    ] ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :editorialNote """The sub-properties of prov:wasInfluencedBy can be elaborated in more detail using the Qualification Pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :spoon; prov:atLocation :kitchen ] .
+
+Subproperties of prov:wasInfluencedBy may also be asserted directly without being qualified.
+
+prov:wasInfluencedBy should not be used without also using one of its subproperties. 
+"""@en ;
+    :inverse "influenced" ;
+    :qualifiedForm :Influence, :qualifiedInfluence ;
+    :sharesDefinitionWith :Influence .
+
+:wasInformedBy
+    a owl:ObjectProperty ;
+    rdfs:comment "An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasInformedBy" ;
+    rdfs:range :Activity ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedCommunication
+        :activity
+    ) ;
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :inverse "informed" ;
+    :qualifiedForm :Communication, :qualifiedCommunication .
+
+:wasInvalidatedBy
+    a owl:ObjectProperty ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasInvalidatedBy" ;
+    rdfs:range :Activity ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedInvalidation
+        :activity
+    ) ;
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :inverse "invalidated" ;
+    :qualifiedForm :Invalidation, :qualifiedInvalidation .
+
+:wasQuotedFrom
+    a owl:ObjectProperty ;
+    rdfs:comment "An entity is derived from an original entity by copying, or 'quoting', some or all of it."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasQuotedFrom" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasDerivedFrom ;
+    owl:propertyChainAxiom (:qualifiedQuotation
+        :entity
+    ) ;
+    :category "expanded" ;
+    :component "derivations" ;
+    :inverse "quotedAs" ;
+    :qualifiedForm :Quotation, :qualifiedQuotation .
+
+:wasRevisionOf
+    a owl:AnnotationProperty, owl:ObjectProperty ;
+    rdfs:comment "A revision is a derivation that revises an entity into a revised version."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasRevisionOf" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasDerivedFrom ;
+    owl:propertyChainAxiom (:qualifiedRevision
+        :entity
+    ) ;
+    :category "expanded" ;
+    :component "derivations" ;
+    :inverse "hadRevision" ;
+    :qualifiedForm :Revision, :qualifiedRevision .
+
+:wasStartedBy
+    a owl:ObjectProperty ;
+    rdfs:comment "Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity."@en ;
+    rdfs:domain :Activity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "wasStartedBy" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
+    owl:propertyChainAxiom (:qualifiedStart
+        :entity
+    ) ;
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :inverse "started" ;
+    :qualifiedForm :Start, :qualifiedStart .
+
+<http://www.w3.org/ns/prov-o#>
+    a owl:Ontology ;
+    rdfs:comment """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."""@en ;
+    rdfs:label "PROV-O"@en ;
+    rdfs:seeAlso <http://www.w3.org/TR/prov-o/>, <http://www.w3.org/ns/prov> ;
+    owl:versionIRI <http://www.w3.org/ns/prov-o-20121211> ;
+    :specializationOf <http://www.w3.org/ns/prov-o> ;
+    :wasRevisionOf <http://www.w3.org/ns/prov-o-20120724> .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment "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 ;
+    owl:annotatedProperty rdfs:range ;
+    owl:annotatedSource :hadMember ;
+    owl:annotatedTarget :Entity ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection" .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment "hadPrimarySource property is a particular case of wasDerivedFrom (see http://www.w3.org/TR/prov-dm/#term-original-source) that aims to give credit to the source that originated some information." ;
+    owl:annotatedProperty rdfs:subPropertyOf ;
+    owl:annotatedSource :hadPrimarySource ;
+    owl:annotatedTarget :wasDerivedFrom .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment "Attribution is a particular case of trace (see http://www.w3.org/TR/prov-dm/#concept-trace), in the sense that it links an entity to the agent that ascribed it." ;
+    owl:annotatedProperty rdfs:subPropertyOf ;
+    owl:annotatedSource :wasAttributedTo ;
+    owl:annotatedTarget :wasInfluencedBy ;
+    :definition "IF wasAttributedTo(e2,ag1,aAttr) holds, THEN wasInfluencedBy(e2,ag1) also holds. " .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment "Derivation is a particular case of trace (see http://www.w3.org/TR/prov-dm/#term-trace), since it links an entity to another entity that contributed to its existence." ;
+    owl:annotatedProperty rdfs:subPropertyOf ;
+    owl:annotatedSource :wasDerivedFrom ;
+    owl:annotatedTarget :wasInfluencedBy .
+
+[]
+    a owl:Axiom ;
+    owl:annotatedProperty rdfs:domain ;
+    owl:annotatedSource :wasInfluencedBy ;
+    owl:annotatedTarget [
+        a owl:Class ;
+        owl:unionOf (:Activity
+            :Agent
+            :Entity
+        )
+    ] ;
+    :definition "influencee: an identifier (o2) for an entity, activity, or agent; " ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence" .
+
+[]
+    a owl:Axiom ;
+    owl:annotatedProperty rdfs:range ;
+    owl:annotatedSource :wasInfluencedBy ;
+    owl:annotatedTarget [
+        a owl:Class ;
+        owl:unionOf (:Activity
+            :Agent
+            :Entity
+        )
+    ] ;
+    :definition "influencer: an identifier (o1) for an ancestor entity, activity, or agent that the former depends on;" ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence" .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment "Quotation is a particular case of derivation (see http://www.w3.org/TR/prov-dm/#term-quotation) in which an entity is derived from an original entity by copying, or \"quoting\", some or all of it. " ;
+    owl:annotatedProperty rdfs:subPropertyOf ;
+    owl:annotatedSource :wasQuotedFrom ;
+    owl:annotatedTarget :wasDerivedFrom .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment """Revision is a derivation (see http://www.w3.org/TR/prov-dm/#term-Revision). Moreover, according to 
+http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Revision 23 April 2012 'wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.'""" ;
+    owl:annotatedProperty rdfs:subPropertyOf ;
+    owl:annotatedSource :wasRevisionOf ;
+    owl:annotatedTarget :wasDerivedFrom .
+
--- a/ontology/prov-o-html-sections/description-expanded-terms.inc.html	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/prov-o-html-sections/description-expanded-terms.inc.html	Tue Nov 27 11:44:38 2012 +0000
@@ -1,12 +1,12 @@
      <section id="description-expanded-terms">
 	  	<h3>Expanded Terms</h3>
 
-      <p>The terms introduced in this section provide additional ways to describe the provenance among Entities, Activities, and Agents. 
+      <p>The terms introduced in this section provide additional ways to describe the provenance among Entities, Activities, and Agents.
          The additional terms are illustrated in the following figure and can be separated into five different categories.</p>
 
       <div id="expanded-terms-figure" style="text-align: center;" class="figure">
             <img src="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/diagram-history/2012-05-03/expanded.svg"
-                 style="width: 60%; min-width: 25em; max-width: 60em" 
+                 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 <a href="#description-starting-point-terms">Starting Points section</a>.<br/>
@@ -18,113 +18,113 @@
 
 	  <p>The <strong>first</strong> category extends the <a href="#description-starting-point-terms">Starting Point terms</a> with subclasses, subproperties, and a superproperty.</p>
 
-     <p>Three subclasses of Agent (<a href="#Person" class="qname">prov:Person</a>, <a href="#Organization" class="qname">prov:Organization</a>, and 
+     <p>Three subclasses of Agent (<a href="#Person" class="qname">prov:Person</a>, <a href="#Organization" class="qname">prov:Organization</a>, and
       <a href="#SoftwareAgent" class="qname">prov:SoftwareAgent</a>) and
-      three subclasses of Entity are provided (<a href="#Collection" class="qname">prov:Collection</a>, <a href="#Bundle" class="qname">prov:Bundle</a>, 
-      and <a href="#Plan" class="qname">prov:Plan</a>). 
+      three subclasses of Entity are provided (<a href="#Collection" class="qname">prov:Collection</a>, <a href="#Bundle" class="qname">prov:Bundle</a>,
+      and <a href="#Plan" class="qname">prov:Plan</a>).
       </p>
 
       <p>
-      A <span class="repeated">prov:Collection</span> is an Entity that provides a structure (e.g. set, list, etc.) to some constituents (which are themselves Entities). 
-      The <span class="repeated">prov:Collection</span> class can be used to express the provenance of the collection itself: 
-      e.g. who maintained the collection, which members it contained as it evolved, and how it was assembled. 
+      A <span class="repeated">prov:Collection</span> is an Entity that provides a structure (e.g. set, list, etc.) to some constituents (which are themselves Entities).
+      The <span class="repeated">prov:Collection</span> class can be used to express the provenance of the collection itself:
+      e.g. who maintained the collection, which members it contained as it evolved, and how it was assembled.
       The <a href="#hadMember" class="qname">prov:hadMember</a> property is used to assert membership in a collection.
       </p>
 
       <div id="description-bundle">
          <p>
-         A <span class="repeated">prov:Bundle</span> is a named set of provenance descriptions, which may itself have provenance. 
+         A <span class="repeated">prov:Bundle</span> is a named set of provenance descriptions, which may itself have provenance.
          The named set of provenance descriptions may be expressed as PROV-O or any other form.
-         The subclass of Bundle that names a set of PROV-O assertions is not provided by PROV-O, since it is more appropriate to do so using other recommendations, 
-         standards, or technologies. In any case, a Bundle of PROV-O assertions is an abstract set of RDF triples, and adding or removing a triple creates a distinct 
+         The subclass of Bundle that names a set of PROV-O assertions is not provided by PROV-O, since it is more appropriate to do so using other recommendations,
+         standards, or technologies. In any case, a Bundle of PROV-O assertions is an abstract set of RDF triples, and adding or removing a triple creates a new distinct
          Bundle of PROV-O assertions.
          </p>
       </div>
 
-      <p>A <span class="repeated">prov:Plan</span> is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals. 
+      <p>A <span class="repeated">prov:Plan</span> is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.
       </p>
 
 
 	  <p>
-      More general and more specific properties are also provided by the expanded terms. More generally, the property 
-      <a href="#wasInfluencedBy" class="qname">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 general and more specific properties are also provided by the expanded terms. More generally, the property
+      <a href="#wasInfluencedBy" class="qname">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.
 
-      Three subproperties of <span class="repeated">prov:wasDerivedFrom</span> are also provided for certain kinds of derivation among Entities: 
+      Three subproperties of <span class="repeated">prov:wasDerivedFrom</span> are also provided for certain kinds of derivation among Entities:
       <a href="#wasQuotedFrom" class="qname">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 href="#wasRevisionOf" class="qname">prov:wasRevisionOf</a> indicates that the derived Entity contains substantial content from the original Entity 
-      (e.g., two editions of a book), and 
-      <a href="#hadPrimarySource" class="qname">prov:hadPrimarySource</a> cites an preceding 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). 
+      by repeating some or all of the original,
+      <a href="#wasRevisionOf" class="qname">prov:wasRevisionOf</a> indicates that the derived Entity contains substantial content from the original Entity
+      (e.g., two editions of a book), and
+      <a href="#hadPrimarySource" class="qname">prov:hadPrimarySource</a> cites a preceding 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 of expanded terms relates Entities according to their levels of abstraction, where some Entities may present more specific aspects than their more general counterparts. 
+	
+	  <p>The <strong>second</strong> category of expanded terms relates Entities according to their levels of abstraction, where some Entities may present more specific aspects than their more general counterparts.
       While <a href="#specializationOf" class="qname">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 href="#alternateOf" class="qname">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 or a backup copy of a computer file).
 	  </p>
-	  
+	
       <p>
-      The <strong>third</strong> category of expanded terms allows further description of Entities. The property <a href="#value" class="qname">prov:value</a> 
-      provides a literal value that is a direct representation of an entity. 
+      The <strong>third</strong> category of expanded terms allows further description of Entities. The property <a href="#value" class="qname">prov:value</a>
+      provides a literal value that is a direct representation of an entity.
       For example, the <span class="repeated">prov:value</span> of a quote could be a string of the sentences stated, or the <span class="repeated">prov:value</span> of an Entity involved in a numeric calculation could be the xsd:integer four.
-	   The property <a href="#atLocation" class="qname">prov:atLocation</a> can be used to describe the <a href="#Location" class="qname">prov:Location</a> of any 
-      Entity, Activity, Agent, or <a href="#InstantaneousEvent" class="qname">prov:InstantaneousEvent</a> 
-      (i.e., the starting or ending of an activity or the generation, usage, or invalidation of an entity). 
-      The properties used to describe instances of <span class="repeated">prov:Location</span> are outside the scope of PROV-O; 
+	   The property <a href="#atLocation" class="qname">prov:atLocation</a> can be used to describe the <a href="#Location" class="qname">prov:Location</a> of any
+      Entity, Activity, Agent, or <a href="#InstantaneousEvent" class="qname">prov:InstantaneousEvent</a>
+      (i.e., the starting or ending of an activity or the generation, usage, or invalidation of an entity).
+      The properties used to describe instances of <span class="repeated">prov:Location</span> are outside the scope of PROV-O;
       reuse of other existing vocabulary is encouraged.
 		</p>
 
- 
-      <p>The <strong>fourth</strong> category of expanded terms 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 href="#generatedAtTime" class="qname">prov:generatedAtTime</a> and <a href="#invalidatedAtTime" class="qname">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 href="#wasInvalidatedBy" class="qname">prov:wasInvalidatedBy</a>, respectively. 
-<a href="#generated" class="qname">prov:generated</a> and <a href="#invalidated" class="qname">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-as-subject as well as Entity-as-subject descriptions. 
+
+      <p>The <strong>fourth</strong> category of expanded terms 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 href="#generatedAtTime" class="qname">prov:generatedAtTime</a> and <a href="#invalidatedAtTime" class="qname">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 href="#wasInvalidatedBy" class="qname">prov:wasInvalidatedBy</a>, respectively.
+<a href="#generated" class="qname">prov:generated</a> and <a href="#invalidated" class="qname">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-as-subject as well as Entity-as-subject descriptions.
       For more about inverses, see the non-normative <a href="#names-of-inverse-properties">Appendix B</a>.
       </p>
 
-      <p>The <strong>fifth</strong> category of expanded terms 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 href="#wasStartedBy" class="qname">prov:wasStartedBy</a> 
-      and <a href="#wasEndedBy" class="qname">prov:wasEndedBy</a>, respectively. Since Entities may start or end Activities, and Agents may be Entities, 
+      <p>The <strong>fifth</strong> category of expanded terms 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 href="#wasStartedBy" class="qname">prov:wasStartedBy</a>
+      and <a href="#wasEndedBy" class="qname">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 id="narrative-example-expanded-1" about="#narrative-example-expanded-1" 
+        <div id="narrative-example-expanded-1" about="#narrative-example-expanded-1"
             typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
-           <p>The following examples illustrate the expanded terms by elaborating the <a href="#narrative-example-simple-1">crime chart example</a> from the previous section. 
+           <p>The following examples illustrate the expanded terms by elaborating the <a href="#narrative-example-simple-1">crime chart example</a> from the previous section.
               After aggregating the dataset and creating the chart, Derek published a post to exhibit his work.
-           </p> 
+           </p>
            <p>
               <a href="#narrative-example-expanded-1"/>Example 2</a>:
            </p>
 
            <pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl"
-                class="example">{% escape %}{% include "includes/prov/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl" %}{% endescape %}</pre> 
+                class="example">{% escape %}{% include "includes/prov/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl" %}{% endescape %}</pre>
         </div>
-		   
-		   <p>Agent <code>:derek</code>, acting again on behalf of the <code>:national_newspaper_inc</code> organization, 
+		
+		   <p>Agent <code>:derek</code>, acting again on behalf of the <code>:national_newspaper_inc</code> organization,
 		   used the <code>:postEditor</code> tool to publish a post about his recent data analysis <code>:aggregatedByRegions</code>.
-         The blog editing tool that Derek used tracked his actions as PROV-O assertions and published them as a Bundle (the current file <code>&lt;&gt;</code>).
+         The blog editing tool tracked Derek's actions as PROV-O assertions and published them as a Bundle (the current file <code>&lt;&gt;</code>).
 		   The tool recorded that <code>:derek</code> started and ended the publishing activity (<code>:publicationActivity1123</code>)
          that generated the post <code>:post9821v1</code>. The post
 		   included a permanent link where the content of the latest version is available
-		   (<code>:more-crime-happens-in-cities</code>) in addition to a textual snapshot of the current version (using prov:value). 
+		   (<code>:more-crime-happens-in-cities</code>) in addition to a textual snapshot of the current version (using prov:value).
          Derek also included additional domain-specific descriptions of the post, such as its title.
 		   </p>
 
 		   <p>Shortly after publishing the post, Derek noticed a typographical error in his narrative.
          Because the fix would be minimal, he did not record the activity that led to the new version.
          Instead, he related the new version (<code>:post9821v2</code>) as a revision of the previous (<code>:post9821v1</code>).
-		   Since both versions of the blog are forms of the long-standing blog permalink <code>:more-crime-happens-in-cities</code>, 
+		   Since both versions of the blog are forms of the long-standing blog permalink <code>:more-crime-happens-in-cities</code>,
          the revisions are alternates of one another and each is a <a href="#specializationOf" class="qname">prov:specializationOf</a> of <code>:more-crime-happens-in-cities</code>.
-		   </p>		   
+		   </p>		
 
          <div id="expanded-example-illustration-1" style="text-align: center;" class="figure">
 
                <img src="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/diagram-history/2012-07-09-david/expanded-terms-example-bundlePost.svg"
-                    style="width: 95%; min-width: 25em; max-width: 60em" 
+                    style="width: 95%; min-width: 25em; max-width: 60em"
                     alt="PROV-O Starting Point terms"/>
 
-               <div class="figcaption"><a href="#expanded-example-illustration-1">Figure 4</a>. 
+               <div class="figcaption"><a href="#expanded-example-illustration-1">Figure 4</a>.
                   An illustration of the PROV-O assertions in <a href="#narrative-example-expanded-1">Example 2</a>, where Derek<br/>
                   published two versions of a blog for the National Newspaper, Inc.<br/>
                   The diagrams in this document depict Entities as yellow ovals, Activities as blue rectangles,<br/>
@@ -133,42 +133,45 @@
          </div>
 
 
- 
-		 <div id="narrative-example-expanded-1-a" about="#narrative-example-expanded-1-a" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
-           <p>Shortly after Derek published his blog post, Monica adapted the text for a wider audience in a new post (<code>:post9822</code>). 
-            This version was a specialization of the original post, and an alternate of the version modified by Derek. 
+
+		 <div id="narrative-example-expanded-2" about="#narrative-example-expanded-2" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
+           <p>Shortly after Derek published his blog post, Monica adapted the text for a wider audience in a new post (<code>:post9822</code>).
+            This rewrite is an alternate, abbreviated view of the same topic that Derek wrote about and was created from his original text.
             Since the provenance produced by the activities of Derek and Monica corresponded to different user views, the system
-		      automatically published it in different <a href="#Bundle" class="qname">prov:Bundles</a>. 
-            The system also tagged them as the involved users 
-			   with the bundle (so as to be able to locate easily their actions) and added additional metadata, such as the date of creation of the bundle or the creator.
-            </p> 		   
-            <p>   
-               <a href="#narrative-example-expanded-1-a"/>Example 3</a>:
+		      automatically published it in a different <a href="#Bundle" class="qname">prov:Bundle</a>.
+            The tool also asserted provenance about the bundle that it produced (e.g., the date of creation, its creator, and the fact that it Derek's bundle was used).
+            Because a bundle is a kind of entity, all provenance assertions that can be made about entities can also be made about bundles.
+            The use of bundles enables the creation of provenance of provenance.
+            </p> 		
+            <p>
+               <a href="#narrative-example-expanded-2"/>Example 3</a>:
             </p>
             <pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1_a.ttl"
-                 class="example">{% escape %}{% include "includes/prov/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1_a.ttl" %}{% endescape %}</pre> 
+                 class="example">{% escape %}{% include "includes/prov/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1_a.ttl" %}{% endescape %}</pre>
         </div>
-		   
-         <div id="narrative-example-expanded-2" about="#narrative-example-expanded-2" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
-            <p>After some time, John wrote his own conclusions quoting the previous two posts:
-            </p> 
-            <p>   
-               <a href="#narrative-example-expanded-2"/>Example 4</a>:
+		
+         <div id="narrative-example-expanded-3" about="#narrative-example-expanded-3" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
+            <p>After some time, John wrote his own conclusions in his own post (<code>:post19201</code>) quoting the previous two posts. 
+               Each quote that John makes (<code>:quote_from_monica</code> and <code>:quote_from_derek</code>) is a new entity derived from the 
+               previous blogs and is annotated with the time that the quote was taken.
+               The provenance of John's blog notes that his post is the result of the quotes that he took from Derek and Monica.
+               The blog post is also derived from Derek's <code>:aggregatedByRegions</code> dataset because John inspected it and found a 
+               concern that he discusses in his blog. All the provenance statements related to John's post are grouped in a new <span class="repeated">prov:Bundle</span>.
+            </p>
+            <p>
+               <a href="#narrative-example-expanded-3"/>Example 4</a>:
             </p>
             <pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.ttl"
-                 class="example">{% escape %}{% include "includes/prov/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.ttl" %}{% endescape %}</pre> 
+                 class="example">{% escape %}{% include "includes/prov/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.ttl" %}{% endescape %}</pre>
          </div>
-		   
-	   
-         <div id="narrative-example-expanded-3" about="#narrative-example-expanded-3" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
-            <p>Agent <code>:john</code> also named the URI of the original source (<code>:aggregatedByRegions</code>). All the provenance statements related to his post
-            are grouped in a new <span class="repeated">prov:Bundle</span>.
-            
-            Unfortunately, there was a problem in the servers where <code>:post19201</code> was being stored, and all the data related to the post was lost permanently. 
+		
+	
+         <div id="narrative-example-expanded-4" about="#narrative-example-expanded-4" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
+            <p>Unfortunately, there was a problem in the servers where <code>:post19201</code> was being stored, and all the data related to the post was lost permanently.
             Thus, the system invalidated the entity automatically and notified John about the error.
-            </p> 		   
-	         <p>   
-               <a href="#narrative-example-expanded-3"/>Example 5</a>:
+            </p> 		
+	         <p>
+               <a href="#narrative-example-expanded-4"/>Example 5</a>:
             </p>
             <pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt4.ttl"
                  class="example">{% escape %}{% include "includes/prov/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt4.ttl" %}{% endescape %}</pre>
--- a/ontology/prov-o-html-sections/description-qualified-terms.inc.html	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/prov-o-html-sections/description-qualified-terms.inc.html	Tue Nov 27 11:44:38 2012 +0000
@@ -17,14 +17,15 @@
 
          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>
-         that cites the influencing entity with the <span class="repeated">prov:entity</span> property.
-         The influenced <span class="repeated">prov:Activity</span> references the <span class="repeated">prov:Usage</span> with the property 
+         that indicates the influencing entity with the <span class="repeated">prov:entity</span> property.
+         Meanwhile, the influenced <span class="repeated">prov:Activity</span> indicates the <span class="repeated">prov:Usage</span> with the property 
          <span class="repeated">prov:qualifiedUsage</span>.
-         The resulting structure for most of the qualified forms is illustrated in <a href="#qualified-terms-figure">Figure 4a</a> below.
+         The resulting structure that qualifies the an Activity's usage of an Entity is illustrated in <a href="#qualified-terms-figure">Figure 4a</a> below.
        </p>
 
       <div id="qualified-forms-starting-point" style="padding: 10px">
-         <p>Seven <a href="#description-starting-point-terms">Starting Point</a> relations that can be further described using the Qualification Pattern.
+         <p>Seven <a href="#description-starting-point-terms">Starting Point</a> relations can be further described using the Qualification Pattern.
+            They are listed in the following normative table.
          </p>
          <div style="text-align: center">
             {% include "includes/qualifed-forms-starting-point.html" %}
@@ -32,7 +33,8 @@
       </div>
 
       <div id="qualified-forms-expanded" style="padding: 10px">
-         <p>Seven <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 can be further described using the Qualification Pattern.
+            They are listed in the following normative table.
          </p>
          <div style="text-align: center">
             {% include "includes/qualifed-forms-expanded.html" %}
@@ -40,8 +42,7 @@
       </div>
 
 
-      <p>
-       The qualification classes and properties shown in the previous two tables can also be found in the normative <a href="#cross-reference">cross reference</a> 
+      <p>The qualification classes and properties shown in the previous two tables can also be found in the normative <a href="#cross-reference">cross reference</a> 
         in the next section of this document. 
 
          All influence classes (e.g. <span class="repeated">prov:Association</span>, <span class="repeated">prov:Usage</span>) are extensions of 
@@ -51,7 +52,9 @@
          <a class="qname" href="#AgentInfluence">prov:AgentInfluence</a>, which determine the property used to cite the influencing resource (either
          <a class="qname" href="#entity">prov:entity</a>,
          <a class="qname" href="#activity">prov:activity</a>, or
-         <a class="qname" href="#agent">prov:agent</a>, respectively).
+         <a class="qname" href="#agent">prov:agent</a>, respectively). 
+         Because <span class="repeated">prov:Influence</span> is a broad relation, its most specific subclasses (e.g. <span class="repeated">prov:Communication</span>, 
+         <span class="repeated">prov:Delegation</span>, <span class="repeated">prov:End</span>, <span class="repeated">prov:Revision</span>, etc.) should be used when applicable.
 
          <div id="narrative-example-qualified-1" about="#narrative-example-qualified-1" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
             <p>
@@ -71,8 +74,9 @@
          </div>
 
          <p>One can find that <a class="qname" href="#wasGeneratedBy">prov:wasGeneratedBy</a> 
-            can be qualified using the qualification property <a class="qname" href='#qualifiedGeneration'>prov:qualifiedGeneration</a> 
-            and the class <a class="qname" href='#Generation'>prov:Generation</a> (a subclass of <a class ="qname" href="#ActivityInfluence">prov:ActivityInfluence</a>). 
+            can be qualified using the qualification property <a class="qname" href='#qualifiedGeneration'>prov:qualifiedGeneration</a>,
+            the class <a class="qname" href='#Generation'>prov:Generation</a> (a subclass of <a class ="qname" href="#ActivityInfluence">prov:ActivityInfluence</a>),
+            and the property <a class="qname" href='#activity'>prov:activity</a>.
             From this, the influence relation above can be restated with the <em>qualification pattern</em> as:
          </p>
 
@@ -84,16 +88,16 @@
             :e1 
                a prov:Entity;
                prov:wasGeneratedBy      :a1;
-               prov:qualifiedGeneration :e1Gen; # Add the qualification
+               prov:qualifiedGeneration :e1Gen; # Add the qualification.
+            .
+
+            :e1Gen 
+               a prov:Generation;
+               prov:activity            :a1;    # Cite the influencing Activity.
+               ex:foo                   :bar;   # Describe the Activity :a1's influence upon the Entity :e1.
             .
 
             :a1 a prov:Activity .
-
-            :e1Gen 
-               a prov:Generation;
-               prov:activity :a1;               # Cite the influencing Activity.
-               ex:foo :bar;                     # Add additional attributes about the influence relation.
-            .
             </pre>
          </div>
 
@@ -116,7 +120,7 @@
             asserted unless it adds additional information. -->
 
       <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 fourteen unqualified influence relations. 
+         illustrates the classes and properties needed to apply the qualification pattern to ten of the fourteen qualifiable influence relations. 
 
          For example, while <a class="qname" href="#qualifiedUsage">prov:qualifiedUsage</a>, 
          <a class="qname" href="#Usage">prov:Usage</a>, and <a class="qname" href="#entity">prov:entity</a> are used to qualify 
@@ -180,7 +184,7 @@
          </p>
           <div class="exampleOuter">
              <div><b>Qualified Usage</b></div>
-               <p>The <span class="repeated">prov:qualifiedUsage</span> property parallels the <span class="repeated">prov:used</span> property to provide an additional description to <code>ex:illustrationActivity</code>. The instance of <span class="repeated">prov:Usage</span> cites the data used (<code>ex:aggregatedByRegions</code>) and the time the activity used it (<code>2011-07-14T03:03:03Z</code>).
+               <p>The <span class="repeated">prov:qualifiedUsage</span> property parallels the <span class="repeated">prov:used</span> property to provide an additional description to <code>:illustrationActivity</code>. The instance of <span class="repeated">prov:Usage</span> cites the data used (<code>:aggregatedByRegions</code>) and the time the activity used it (<code>2011-07-14T03:03:03Z</code>).
              </p>
                 <pre class="example">{% include "includes/eg16-journalism-qualified-usage.ttl" %}</pre>
           </div>
@@ -193,9 +197,9 @@
         <div class="exampleOuter">
            <div><b>Qualified Association</b></div>
             <p>The <span class="repeated">prov:qualifiedAssociation</span> property parallels the 
-            <span class="repeated">prov:wasAssociatedWith</span> property to provide an additional description about the <code>ex:illustrationActivity</code> that Derek influenced. 
-            The instance of <span class="repeated">prov:Association</span> cites the influencing agent (<code>ex:derek</code>) that followed the instructions (<code>ex:tutorial_blog</code>). 
-            Further, Derek served the role of illustrationist during the activity.
+            <span class="repeated">prov:wasAssociatedWith</span> property to provide an additional description about the <code>:illustrationActivity</code> that Derek influenced. 
+            The instance of <span class="repeated">prov:Association</span> cites the influencing agent (<code>:derek</code>) that followed the instructions (<code>:tutorial_blog</code>). 
+            Further, Derek served the role of <code>:illustrationist</code> during the activity.
             </p>
               <pre class="example">{% include "includes/eg16-journalism-qualified-association.ttl" %}</pre>
         </div>
@@ -212,7 +216,7 @@
          </p>
         <div class="exampleOuter">
            <div><b>Qualified Generation</b></div>
-            <p>The <span class="repeated">prov:qualifiedGeneration</span> property parallels the <span class="repeated">prov:wasGeneratedBy</span> property to provide an additional description to <code>ex:chart1</code>. The instance of <span class="repeated">prov:Generation</span> cites the time (2011-07-14T15:52:14Z) that the activity (<code>ex:illustrationActivity</code>) generated the chart (<code>ex:chart1</code>).
+            <p>The <span class="repeated">prov:qualifiedGeneration</span> property parallels the <span class="repeated">prov:wasGeneratedBy</span> property to provide an additional description to <code>:bar_chart</code>. The instance of <span class="repeated">prov:Generation</span> cites the time (2011-07-14T15:52:14Z) that the activity (<code>:illustrationActivity</code>) generated the chart (<code>:bar_chart</code>).
             </p>
               <pre class="example">{% include "includes/eg16-journalism-qualified-generation.ttl" %}</pre>
         </div>
@@ -224,9 +228,11 @@
          </p>
         <div class="exampleOuter">
            <div><b>Qualified Derivation</b></div>
-            <p>The <span class="repeated">prov:qualifiedDerivation</span> property parallels the <span class="repeated">prov:wasDerivedFrom</span> property to provide an additional description to <code>ex:chart1</code>. The instance of <span class="repeated">prov:Derivation</span> cites the activity (<code>ex:illustrationActivity</code>) and the Usages and Generations that the activity conduced to create the chart (<code>ex:chart1</code>).
-            </p>
-              <pre class="example">{% include "includes/eg16-journalism-qualified-derivation.ttl" %}</pre>
+           <p>The <span class="repeated">prov:qualifiedDerivation</span> property parallels the <span class="repeated">prov:wasDerivedFrom</span> 
+              property to provide an additional description to <code>:bar_chart</code>. The instance of <span class="repeated">prov:Derivation</span> 
+              cites the activity (<code>:illustrationActivity</code>) and the Usages and Generations that the activity conduced to create the <code>:bar_chart</code>.
+           </p>
+           <pre class="example">{% include "includes/eg16-journalism-qualified-derivation.ttl" %}</pre>
         </div>
       </div>
 
--- a/ontology/prov-o.ttl	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/prov-o.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -699,6 +699,7 @@
     rdfs:domain :Influence ;
     rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "influencer" ;
+    rdfs:range owl:Thing ;
     :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 ;
@@ -979,7 +980,7 @@
     rdfs:subPropertyOf rdfs:seeAlso .
 
 :specializationOf
-    a owl:ObjectProperty ;
+    a owl:AnnotationProperty, owl:ObjectProperty ;
     rdfs:domain :Entity ;
     rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "specializationOf" ;
@@ -1126,7 +1127,7 @@
 
 :wasInfluencedBy
     a owl:ObjectProperty ;
-    rdfs:comment "Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
+    rdfs:comment "Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
     rdfs:domain [
         a owl:Class ;
         owl:unionOf (:Activity
@@ -1152,6 +1153,7 @@
 prov:wasInfluencedBy should not be used without also using one of its subproperties. 
 """@en ;
     :inverse "influenced" ;
+    :qualifiedForm :Influence, :qualifiedInfluence ;
     :sharesDefinitionWith :Influence .
 
 :wasInformedBy
@@ -1276,6 +1278,20 @@
 
 []
     a owl:Axiom ;
+    owl:annotatedProperty rdfs:domain ;
+    owl:annotatedSource :wasInfluencedBy ;
+    owl:annotatedTarget [
+        a owl:Class ;
+        owl:unionOf (:Activity
+            :Agent
+            :Entity
+        )
+    ] ;
+    :definition "influencee: an identifier (o2) for an entity, activity, or agent; " ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence" .
+
+[]
+    a owl:Axiom ;
     owl:annotatedProperty rdfs:range ;
     owl:annotatedSource :wasInfluencedBy ;
     owl:annotatedTarget [
@@ -1290,20 +1306,6 @@
 
 []
     a owl:Axiom ;
-    owl:annotatedProperty rdfs:domain ;
-    owl:annotatedSource :wasInfluencedBy ;
-    owl:annotatedTarget [
-        a owl:Class ;
-        owl:unionOf (:Activity
-            :Agent
-            :Entity
-        )
-    ] ;
-    :definition "influencee: an identifier (o2) for an entity, activity, or agent; " ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence" .
-
-[]
-    a owl:Axiom ;
     rdfs:comment "Quotation is a particular case of derivation (see http://www.w3.org/TR/prov-dm/#term-quotation) in which an entity is derived from an original entity by copying, or \"quoting\", some or all of it. " ;
     owl:annotatedProperty rdfs:subPropertyOf ;
     owl:annotatedSource :wasQuotedFrom ;
--- a/ontology/releases/CR-prov-o-20121211/Overview.html	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/releases/CR-prov-o-20121211/Overview.html	Tue Nov 27 11:44:38 2012 +0000
@@ -797,7 +797,14 @@
     
 }
 </style><link href="http://www.w3.org/StyleSheets/TR/W3C-CR" 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" src="http://www.w3.org/Icons/w3c_home" alt="W3C" /></a></p><h1 class="title" id="title">PROV-O: The PROV Ontology</h1><h2 id="w3c-candidate-recommendation-11-december-2012"><acronym title="World Wide Web Consortium">W3C</acronym> Candidate Recommendation 11 December 2012</h2><dl><dt>This version:</dt><dd><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/">http://www.w3.org/TR/2012/CR-prov-o-20121211/</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/2012/WD-prov-o-20120724/">http://www.w3.org/TR/2012/WD-prov-o-20120724/</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" src="http://www.w3.org/Icons/w3c_home" alt="W3C" /></a></p><h1 class="title" id="title">PROV-O: The PROV Ontology</h1><h2 id="w3c-candidate-recommendation-11-december-2012"><acronym title="World Wide Web Consortium">W3C</acronym> Candidate Recommendation 11 December 2012</h2><dl><dt>This version:</dt><dd><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/">http://www.w3.org/TR/2012/CR-prov-o-20121211/</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>Implementation report:</dt>
+      <dd><a href="http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html">http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov
+-implementations.html</a></dd>
+
+<dt>Previous version:</dt><dd><a href="http://www.w3.org/TR/2012/WD-prov-o-20120724/">http://www.w3.org/TR/2012/WD-prov-o-20120724/</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>Contributors:</dt><dd><span>(In alphabetical order)</span></dd>
@@ -811,44 +818,54 @@
 </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. 
+         <p>The PROV Ontology (PROV-O) expresses the PROV Data Model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>] using the OWL2 Web Ontology Language (OWL2) [<cite><a class="bibref" rel="biblioentry" href="#bib-OWL2-OVERVIEW">OWL2-OVERVIEW</a></cite>]. 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.
+        The <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">PROV Document Overview</a> describes the overall state of PROV, and should be read before other PROV documents.
         </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="http://www.w3.org/ns/prov-o.owl">here</a>.
+        <p style="text-align: center;">The OWL encoding of the PROV Ontology is available <a href="http://www.w3.org/ns/prov-o">here</a>.
         </p>
-
     </div><div id="sotd" class="introductory section"><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="prov-family-of-documents">PROV Family of Documents</h4>
-         This document is part of the PROV family of documents, a set of documents defining various aspects that are necessary to achieve the vision of inter-operable 
-            interchange of provenance information in heterogeneous environments such as the Web.  These documents are:
-         <ul>
-         <li> <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">PROV-OVERVIEW</a> (Note), an overview of the PROV family of documents [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-OVERVIEW">PROV-OVERVIEW</a></cite>];</li>
-         <li> <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/">PROV-PRIMER</a> (Note), a primer for the PROV data model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-PRIMER">PROV-PRIMER</a></cite>];</li>
-         <li> PROV-O (Recommendation), the PROV ontology, an OWL2 ontology allowing the mapping of PROV to RDF (this document);</li>
-         <li> <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/">PROV-DM</a> (Recommendation), the PROV data model for provenance;</li>
-         <li> <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/">PROV-N</a> (Recommendation), a notation for provenance aimed at human consumption [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-N">PROV-N</a></cite>];</li>
-         <li> <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/">PROV-CONSTRAINTS</a> (Recommendation), a set of constraints applying to the PROV data model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>];</li>
-         <li> <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/">PROV-AQ</a> (Note), the mechanisms for accessing and querying provenance [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-AQ">PROV-AQ</a></cite>]; </li>
-         <li> <a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/">PROV-XML</a> (Note),  an XML schema for the PROV data model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-XML">PROV-XML</a></cite>].</li>
-
-         </ul>
-         <h4 id="how-to-read-the-prov-family-of-documentation">How to read the PROV Family of Documentation</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>
-      <p>This document was published by the <a href="http://www.w3.org/2011/prov/">Provenance Working Group</a> as a Candidate Recommendation. This document is intended to become a <acronym title="World Wide Web Consortium">W3C</acronym> Recommendation. 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>). <acronym title="World Wide Web Consortium">W3C</acronym> publishes a Candidate Recommendation to indicate that the document is believed to be stable and to encourage implementation by the developer community. This Candidate Recommendation is expected to advance to Proposed Recommendation no earlier than 31 January 2013. All feedback is welcome.</p><p>Publication as a Candidate Recommendation 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 href="http://www.w3.org/2004/01/pp-impl/46974/status" rel="disclosure">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><ul class="toc"><li class="tocline"><a href="#compliance" class="tocxref"><span class="secno">1.1 </span>Compliance with this Document</a></li><li class="tocline"><a href="#notations" class="tocxref"><span class="secno">1.2 </span>Notational Conventions</a></li><li class="tocline"><a href="#namespaces" class="tocxref"><span class="secno">1.3 </span>Namespaces</a></li></ul></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="#changes-since-wd-prov-o-20120724" class="tocxref"><span class="secno">C. </span>Changes since WD-prov-o-20120724</a></li><li class="tocline"><a href="#acknowledgements" class="tocxref"><span class="secno">D. </span>Acknowledgements</a></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">E. </span>References</a><ul class="toc"><li class="tocline"><a href="#normative-references" class="tocxref"><span class="secno">E.1 </span>Normative references</a></li><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno">E.2 </span>Informative references</a></li></ul></li></ul></div>
+      <h4 id="prov-family-of-documents">PROV Family of Documents</h4>
+      This document is part of the PROV family of documents, a set of documents defining various aspects that are necessary to achieve the vision of inter-operable
+      interchange of provenance information in heterogeneous environments such as the Web.  These documents are:
+      <ul>
+      <li> <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">PROV-OVERVIEW</a> (To be published as Note), an overview of the PROV family of documents [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-OVERVIEW">PROV-OVERVIEW</a></cite>];</li>
+      <li> <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/">PROV-PRIMER</a> (To be published as Note), a primer for the PROV data model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-PRIMER">PROV-PRIMER</a></cite>];</li>
+      <li> <a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/">PROV-O</a> (Candidate Recommendation), the PROV ontology, an OWL2 ontology allowing the mapping of PROV to RDF (this document);</li>
+      <li> <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/">PROV-DM</a> (Candidate Recommendation), the PROV data model for provenance [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>];</li>
+      <li> <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/">PROV-N</a> (Candidate Recommendation), a notation for provenance aimed at human consumption [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-N">PROV-N</a></cite>];</li>
+      <li> <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/">PROV-CONSTRAINTS</a> (Candidate Recommendation), a set of constraints applying to the PROV data model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>];</li>
+      <li> <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/">PROV-AQ</a> (To be published as Note), the mechanisms for accessing and querying provenance [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-AQ">PROV-AQ</a></cite>]; </li>
+      <li> <a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/">PROV-XML</a> (To be published as Note),  an XML schema for the PROV data model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-XML">PROV-XML</a></cite>].</li>
+
+      </ul>
+      <h4 id="how-to-read-the-prov-family-of-documents">How to read the PROV Family of Documents</h4>
+      <ul>
+      <li>[<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-OVERVIEW">PROV-OVERVIEW</a></cite>] overviews the PROV family of documents. </li>
+      <li>The primer [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-PRIMER">PROV-PRIMER</a></cite>] 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, [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>] and [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>] specify the constraints applicable to the data model, and its interpretation. </li>
+      <li>The XML community should focus on [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-XML">PROV-XML</a></cite>] defining an XML schema for PROV. Further details can also be found in [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>] and [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>].</li>
+      <li>Developers seeking to retrieve or publish provenance should focus on [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-AQ">PROV-AQ</a></cite>].</li>
+      <li>Readers seeking to implement other PROV serializations
+      should focus on [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>] and [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>].  PROV-O, [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-N">PROV-N</a></cite>], and [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-XML">PROV-XML</a></cite>] offer examples of mapping to RDF, text, and XML, respectively.</li>
+      </ul>
+
+      <h4 id="please-comment-by-january-31--2013">Please Comment By January 31, 2013</h4>
+
+      The Provenance Working Group seeks to gather experience from <a href="http://www.w3.org/2011/prov/wiki/ProvImplementations">implementations</a> in order to increase confidence in the specifications and meet specific <a href="http://www.w3.org/2011/prov/wiki/ProvCRExitCriteria">exit criteria</a>. This document will remain a Candidate Recommendation until at least 31 January 31, 2013. After that date, when and if the exit criteria are met, the group intends to request <a href="http://www.w3.org/2005/10/Process-20051014/tr.html#RecsPR">Proposed Recommendation</a> status.
+
+
+    <p>This document was published by the <a href="http://www.w3.org/2011/prov/">Provenance Working Group</a> as a Candidate Recommendation. This document is intended to become a <acronym title="World Wide Web Consortium">W3C</acronym> Recommendation. 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>). <acronym title="World Wide Web Consortium">W3C</acronym> publishes a Candidate Recommendation to indicate that the document is believed to be stable and to encourage implementation by the developer community. This Candidate Recommendation is expected to advance to Proposed Recommendation no earlier than 31 January 2013. All feedback is welcome.</p><p>Publication as a Candidate Recommendation 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 href="http://www.w3.org/2004/01/pp-impl/46974/status" rel="disclosure">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><ul class="toc"><li class="tocline"><a href="#compliance" class="tocxref"><span class="secno">1.1 </span>Compliance with this Document</a></li><li class="tocline"><a href="#notations" class="tocxref"><span class="secno">1.2 </span>Notational Conventions</a></li><li class="tocline"><a href="#namespaces" class="tocxref"><span class="secno">1.3 </span>Namespaces</a></li></ul></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="#owl-profile" class="tocxref"><span class="secno">A. </span>PROV-O OWL Profile</a></li><li class="tocline"><a href="#inverse-names" class="tocxref"><span class="secno">B. </span>Names of inverse properties</a></li><li class="tocline"><a href="#changes-since-wd-prov-o-20120724" class="tocxref"><span class="secno">C. </span>Changes since WD-prov-o-20120724</a></li><li class="tocline"><a href="#acknowledgements" class="tocxref"><span class="secno">D. </span>Acknowledgements</a></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">E. </span>References</a><ul class="toc"><li class="tocline"><a href="#normative-references" class="tocxref"><span class="secno">E.1 </span>Normative references</a></li><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno">E.2 </span>Informative references</a></li></ul></li></ul></div>
   
  
-
-      
+    
+
+
 
 
      <div id="introduction" class="section">    
@@ -858,12 +875,25 @@
          <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-AQ">PROV-AQ</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 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-OWL2-PRIMER">OWL2-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 facilitates 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 is a lightweight ontology that can be adopted in a wide range of applications. 
+         With the exception of <a href="#owl-profile">five axioms</a>, PROV-O conforms to the OWL-RL profile [<cite><a class="bibref" rel="biblioentry" href="#bib-OWL2-PRIMER">OWL2-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 facilitates 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 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> 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-OVERVIEW">OWL2-OVERVIEW</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-XMLSCHEMA11-2">XMLSCHEMA11-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 named KITT. 
+         A set of individuals sharing common characteristics constitutes 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>
 
     <div id="compliance" class="section">    
@@ -871,8 +901,9 @@
       <p>For the purpose of compliance, the normative sections of this document are 
          <a href="#compliance">Section 1.1</a>, 
          <a href="#notations">Section 1.2</a>,
-         <a href="#description">Section 3</a>, and
-         <a href="#cross-reference">Section 4</a>.
+         <a href="#description">Section 3</a>,
+         <a href="#cross-reference">Section 4</a>, and
+         <a href="#inverse-names">Appendix B</a>
       </p>
       <ul>
          <li>Information in tables is normative if it appears in a normative section.</li>
@@ -889,7 +920,7 @@
 
       <div class="informative section" id="namespaces">
          <h3><span class="secno">1.3 </span>Namespaces</h3><p><em>This section is non-normative.</em></p>
-         <p>The following namespaces prefixes are used throughout this document.
+         <p>The following namespace prefixes are used throughout this document.
 
          </p><div style="text-align: left;">
             <table class="thinborder" style="margin-left: auto; margin-right: auto;">
@@ -898,15 +929,15 @@
 
             <tbody><tr><td><a><b>prefix</b></a></td><td><b>namespace IRI</b></td> <td><b>definition</b></td></tr>
 
-            <tr><td><a>prov</a></td><td>http://www.w3.org/ns/prov#</td>
-                <td>The PROV namespace [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>]</td></tr>
+            <tr><td><a>rdf</a></td><td>http://www.w3.org/1999/02/22-rdf-syntax-ns#</td><td>The RDF namespace [<cite><a class="bibref" rel="biblioentry" href="#bib-RDF-CONCEPTS">RDF-CONCEPTS</a></cite>]</td></tr>
 
             <tr><td><a>xsd</a></td><td>http://www.w3.org/2000/10/XMLSchema#</td><td>XML Schema Namespace [<cite><a class="bibref" rel="biblioentry" href="#bib-XMLSCHEMA11-2">XMLSCHEMA11-2</a></cite>]</td></tr>
 
-            <tr><td><a>rdf</a></td><td>http://www.w3.org/1999/02/22-rdf-syntax-ns#</td><td>The RDF namespace [<cite><a class="bibref" rel="biblioentry" href="#bib-RDF-CONCEPTS">RDF-CONCEPTS</a></cite>]</td></tr>
-
             <tr><td><a>owl</a></td><td>http://www.w3.org/2002/07/owl#</td><td>The OWL namespace [<cite><a class="bibref" rel="biblioentry" href="#bib-OWL2-OVERVIEW">OWL2-OVERVIEW</a></cite>]</td></tr>
 
+            <tr><td><a>prov</a></td><td>http://www.w3.org/ns/prov#</td>
+                <td>The PROV namespace [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>]</td></tr>
+
             <tr><td><a>(others)</a></td><td>(various)</td><td>All other namespace prefixes are used in examples only. <br /> 
                   In particular, IRIs starting with &quot;http://example.com&quot; represent<br /> some application-dependent IRI [<cite><a class="bibref" rel="biblioentry" href="#bib-IRI">IRI</a></cite>]</td></tr>
             </tbody></table>
@@ -914,10 +945,10 @@
       </div>
    </div>
 
-   <div id="prov-o-at-a-glance" class="section">
+   <div id="prov-o-at-a-glance" class="informative section">
       
 <!-- OddPage -->
-<h2><span class="secno">2. </span>PROV-O at a glance</h2>
+<h2><span class="secno">2. </span>PROV-O at a glance</h2><p><em>This section is non-normative.</em></p>
 
       <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>
@@ -1249,24 +1280,30 @@
       and during their lifespan can  <strong>use</strong> and <strong>generate</strong> a variety of Entities (described with 
       <a href="#used" class="qname">prov:used</a> and <a href="#wasGeneratedBy" class="qname">prov:wasGeneratedBy</a>, respectively). 
       For example, a blog writing activity may use a particular dataset and generate a bar chart. 
-      By applying usage and generation, one can construct provenance chains comprising both Activities and Entities.
+      By expressing usage and generation, one can construct provenance chains comprising both Activities and Entities.
       </p>
 
       <p>In addition, we can say that an Activity <a href="#wasInformedBy" class="qname">prov:wasInformedBy</a>
       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 or is unknown. 
-      So, the <span class="repeated">prov:wasInformedBy</span> property allows the assertion of provenance chains comprising only Activities.
+      Activity, but the Entity itself is unknown or is not of interest. 
+      So, the <span class="repeated">prov:wasInformedBy</span> property allows the construction of provenance chains comprising only Activities.
       </p>
 
       <p>Provenance chains comprising only Entities can be formed using the <a href="#wasDerivedFrom" class="qname">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 or is unknown,
+         A derivation is a transformation of one entity into another. For example, if the Activity that created the bar chart is not known or is not of interest,
           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, 
+         Arbitrary RDF properties can be used to describe the fixed aspects of an Entity that are interesting within 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 href="#wasAssociatedWith" class="qname">prov:wasAssociatedWith</a> and <a href="#wasAttributedTo" class="qname">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 href="#actedOnBehalfOf" class="qname">prov:actedOnBehalfOf</a> another Agent that also bears some responsibility for the resulting Activity or Entity.
+      <p>While the properties <span class="repeated">prov:used</span>, <span class="repeated">prov:wasGeneratedBy</span>, 
+         <span class="repeated">prov:wasInformedBy</span>, and <span class="repeated">prov:wasDerivedFrom</span> can be used to construct provenance chains among 
+         Activities and Entities, Agents may also be ascribed responsibility for any Activity or Entity within a provenance chain. 
+         An Agent's responsibility for an Activity or Entity is described using the properties <a href="#wasAssociatedWith" class="qname">prov:wasAssociatedWith</a> and 
+         <a href="#wasAttributedTo" class="qname">prov:wasAttributedTo</a>, respectively. 
+         Agents can also be responsible for other Agents' actions. In this case of delegation, the influencing Agent <a href="#actedOnBehalfOf" class="qname">prov:actedOnBehalfOf</a> 
+         another Agent that also bears responsibility for the influenced Activity or Entity.
 
       </p><div id="starting-points-figure" style="text-align: center;" class="figure">
             
@@ -1277,8 +1314,10 @@
 
             <img src="diagrams/starting-points.svg" style="width: 60%; min-width: 25em; max-width: 60em" alt="PROV-O Starting Point terms" />
             <div class="figcaption"><a href="#starting-points-figure">Figure 1</a>. 
-            The three Starting Point classes and the properties that relate them.
-            The diagrams in this document depict Entities as yellow ovals, Activities as blue rectangles, and Agents as orange pentagons.
+            The three Starting Point classes and the properties that relate them.<br />
+            The diagrams in this document depict Entities as yellow ovals,<br />
+            Activities as blue rectangles, and Agents as orange pentagons.<br />
+            The responsibility properties are shown in pink.
             </div>
       </div>
 
@@ -1287,14 +1326,27 @@
             <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 rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/khalid-jun-dropbox/eg16-journalism-simple-without-comments.ttl" class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&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.org#&gt; .
 
 :bar_chart
    a prov:Entity;
-   prov:wasGeneratedBy :illustrationActivity;
-   prov:wasDerivedFrom :aggregatedByRegions;
+   prov:wasGeneratedBy  :illustrationActivity;
+   prov:wasDerivedFrom  :aggregatedByRegions;
+   prov:wasAttributedTo :derek;
+.
+
+:derek
+   a foaf:Person, prov:Agent;
+   foaf:givenName       &quot;Derek&quot;;
+   foaf:mbox            &lt;mailto:derek@example.org&gt;;
+   prov:actedOnBehalfOf :natonal_newspaper_inc;
+.
+
+:national_newspaper_inc 
+   a foaf:Organization, prov:Agent;
+   foaf:name &quot;National Newspaper, Inc.&quot;;
 .
 
 :illustrationActivity 
@@ -1306,7 +1358,8 @@
 
 :aggregatedByRegions
    a prov:Entity;
-   prov:wasGeneratedBy :aggregationActivity;
+   prov:wasGeneratedBy  :aggregationActivity;
+   prov:wasAttributedTo :derek;
 .
 
 :aggregationActivity
@@ -1322,61 +1375,46 @@
    a prov:Entity;
    prov:wasAttributedTo :government;
 .
+:government a foaf:Organization, prov:Agent .
+
 :nationalRegionsList 
    a prov:Entity;
    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:derek@example.org&gt;;
-   prov:actedOnBehalfOf :natonal_newspaper_inc;
-.
-
-:national_newspaper_inc 
-   a prov:Agent;
-   a prov:Organization;
-   foaf:name &quot;National Newspaper, Inc.&quot;;
-. 
-
-:government         a prov:Organization, foaf:Organization .
-:civil_action_group a prov:Organization, foaf:Organization .</pre>
+:civil_action_group a foaf:Organization, prov:Agent .</pre>
         </div>
 
-      <p>The example states that the agent <code>ex:derek</code> was associated with two 
-      activities: <code>ex:aggregationActivity</code> and <code>ex:illustrationActivity</code>. The 
-      activity <code>ex:aggregationActivity</code> used 
-      the entities <code>ex:crimeData</code> (a crime statistics dataset) and <code>ex:nationalRegionsList</code> (a list of national regions), and 
-      generated a new entity, <code>ex:aggregatedByRegions</code>, that aggregates the statistics in
-       <code>ex:crimeData</code> according to the regions in <code>ex:nationalRegionsList</code>. 
-      The <code>ex:aggregatedByRegions</code> entity was then used by the <code>ex:illustrationActivity</code> activity, 
-      to generate a new entity <code>ex:chart1</code> that depicts the aggregated statistics.
+      <p>The example states that the agent <code>:derek</code> was associated with two 
+      activities: <code>:aggregationActivity</code> and <code>:illustrationActivity</code>. The 
+      activity <code>:aggregationActivity</code> used 
+      the entities <code>:crimeData</code> (a crime statistics dataset) and <code>:nationalRegionsList</code> (a list of national regions), and 
+      generated a new entity, <code>:aggregatedByRegions</code> that aggregates the statistics in
+       <code>:crimeData</code> according to the regions in <code>:nationalRegionsList</code>. 
+      The <code>:aggregatedByRegions</code> entity was then used by the <code>:illustrationActivity</code> activity, 
+      to generate a new entity <code>:bar_chart</code> that depicts the aggregated statistics.
       </p>
 
-      <p> The example also states that the activity <code>ex:illustrationActivity</code> was 
-      informed by the activity <code>ex:aggregationActivity</code>. Indeed, the former used
-       the entity <code>ex:aggregatedByRegions</code>, which was generated by the latter.
+      <p> The example also states that the activity <code>:illustrationActivity</code> was 
+      informed by the activity <code>:aggregationActivity</code>. Indeed, the former used
+       the entity <code>:aggregatedByRegions</code>, which was generated by the latter.
       </p>
 
-      <p> Because the agent <code>ex:derek</code> was associated with the activities 
-      <code>ex:aggregationActivity</code> and <code>ex:illustrationActivity</code>, the entities 
-      generated by these activities, i.e., <code>ex:aggregatedByRegions</code> and <code>ex:chart1</code>, were 
+      <p> Because the agent <code>:derek</code> was associated with the activities 
+      <code>:aggregationActivity</code> and <code>:illustrationActivity</code>, the entities 
+      generated by these activities, i.e., <code>:aggregatedByRegions</code> and <code>:bar_chart</code>, were also 
       attributed to him.
       </p>
 
-      <p>Finally, the example states that the agent <code>ex:derek</code> acted on behalf of the organization <code>ex:national_newspaper_inc</code>.
+      <p>Finally, the example states that the agent <code>:derek</code> acted on behalf of the organization <code>:national_newspaper_inc</code>.
       </p>   
 
       <div id="narrative-example-simple-1-figure" style="text-align: center;" class="figure">
             <img src="diagrams/starting-points-example.svg" style="width: 90%; min-width: 25em; max-width: 60em" alt="Illustration of Derek making a bar chart from some aggregated government data." />
             <div class="figcaption"><a href="#narrative-example-simple-1-figure">Figure 2</a>. 
-            The three Starting Point classes and the properties that relate them.
-            The diagrams in this document depict Entities as yellow ovals, Activities as blue rectangles, and Agents as orange pentagons.
+            A graphical illustration of the PROV-O in <a href="#narrative-example-simple-1">Example 1</a>, 
+            showing how the three Starting Point classes relate.<br />
+            The diagrams in this document depict Entities as yellow ovals, Activities as blue rectangles,<br />
+            and Agents as orange pentagons. The responsibility properties are shown in pink.
             </div>
       </div>
 
@@ -1387,315 +1425,333 @@
      <div id="description-expanded-terms" class="section">
       <h3><span class="secno">3.2 </span>Expanded Terms</h3>
 
-      <p>The terms introduced in this section provide additional ways to describe the provenance among Entities, Activities, and Agents. 
+      <p>The terms introduced in this section provide additional ways to describe the provenance among Entities, Activities, and Agents.
          The additional terms are illustrated in the following figure and can be separated into five different categories.</p>
 
       <div id="expanded-terms-figure" style="text-align: center;" class="figure">
             <img src="diagrams/expanded.svg" 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 diagrams in this document depict Entities as yellow ovals, Activities as blue rectangles, and Agents as orange pentagons.
+            <div class="figcaption"><a href="#expanded-terms-figure">Figure 3</a>.
+            The expanded terms build upon those in the <a href="#description-starting-point-terms">Starting Points section</a>.<br />
+            The diagrams in this document depict Entities as yellow ovals, Activities as blue rectangles, and Agents as orange pentagons.<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>
 
 
-     <p>The <strong>first</strong> category extends the <a href="#description-starting-point-terms">Starting Point terms</a> with subclasses, subproperties, and one superproperty.</p>
-
-     <p>Three subclasses of Agent (<a href="#Person" class="qname">prov:Person</a>, <a href="#Organization" class="qname">prov:Organization</a>, and 
+     <p>The <strong>first</strong> category extends the <a href="#description-starting-point-terms">Starting Point terms</a> with subclasses, subproperties, and a superproperty.</p>
+
+     <p>Three subclasses of Agent (<a href="#Person" class="qname">prov:Person</a>, <a href="#Organization" class="qname">prov:Organization</a>, and
       <a href="#SoftwareAgent" class="qname">prov:SoftwareAgent</a>) and
-      three subclasses of Entity are provided (<a href="#Collection" class="qname">prov:Collection</a>, <a href="#Bundle" class="qname">prov:Bundle</a>, 
-      and <a href="#Plan" class="qname">prov:Plan</a>). 
+      three subclasses of Entity are provided (<a href="#Collection" class="qname">prov:Collection</a>, <a href="#Bundle" class="qname">prov:Bundle</a>,
+      and <a href="#Plan" class="qname">prov:Plan</a>).
       </p>
 
       <p>
-      A <span class="repeated">prov:Collection</span> is an Entity that provides a structure (e.g. set, list, etc.) to some constituents (which are themselves Entities). 
-      The <span class="repeated">prov:Collection</span> class can be used 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. 
+      A <span class="repeated">prov:Collection</span> is an Entity that provides a structure (e.g. set, list, etc.) to some constituents (which are themselves Entities).
+      The <span class="repeated">prov:Collection</span> class can be used to express the provenance of the collection itself:
+      e.g. who maintained the collection, which members it contained as it evolved, and how it was assembled.
       The <a href="#hadMember" class="qname">prov:hadMember</a> property is used to assert membership in a collection.
       </p>
 
       <div id="description-bundle">
          <p>
-         A <span class="repeated">prov:Bundle</span> is a named set of provenance descriptions, which may itself have provenance. 
-         The named provenance descriptions may be expressed as PROV-O or in some other form.
-         The subclass of Bundle that contains PROV-O assertions is not provided by PROV-O, since it is more appropriate to do so using other recommendations, 
-         standards, or technologies. In any case, a Bundle of PROV-O assertions is an abstract set of RDF triples, and adding or removing a triple creates a distinct 
+         A <span class="repeated">prov:Bundle</span> is a named set of provenance descriptions, which may itself have provenance.
+         The named set of provenance descriptions may be expressed as PROV-O or any other form.
+         The subclass of Bundle that names a set of PROV-O assertions is not provided by PROV-O, since it is more appropriate to do so using other recommendations,
+         standards, or technologies. In any case, a Bundle of PROV-O assertions is an abstract set of RDF triples, and adding or removing a triple creates a new distinct
          Bundle of PROV-O assertions.
          </p>
       </div>
 
-      <p>A <span class="repeated">prov:Plan</span> is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals. 
+      <p>A <span class="repeated">prov:Plan</span> is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.
       </p>
 
 
      <p>
-      More general and more specific properties are also provided by the expanded terms. More generally, the property 
-      <a href="#wasInfluencedBy" class="qname">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: 
+      More general and more specific properties are also provided by the expanded terms. More generally, the property
+      <a href="#wasInfluencedBy" class="qname">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.
+
+      Three subproperties of <span class="repeated">prov:wasDerivedFrom</span> are also provided for certain kinds of derivation among Entities:
       <a href="#wasQuotedFrom" class="qname">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 href="#wasRevisionOf" class="qname">prov:wasRevisionOf</a> indicates that the derived Entity contains substantial content from the original Entity 
-      (e.g., two editions of a book), and 
-      <a href="#hadPrimarySource" class="qname">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). 
+      by repeating some or all of the original,
+      <a href="#wasRevisionOf" class="qname">prov:wasRevisionOf</a> indicates that the derived Entity contains substantial content from the original Entity
+      (e.g., two editions of a book), and
+      <a href="#hadPrimarySource" class="qname">prov:hadPrimarySource</a> cites a preceding 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 specific aspects than their more general counterparts. 
-      While <a href="#specializationOf" class="qname">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 href="#alternateOf" class="qname">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).
+   
+     <p>The <strong>second</strong> category of expanded terms relates Entities according to their levels of abstraction, where some Entities may present more specific aspects than their more general counterparts.
+      While <a href="#specializationOf" class="qname">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 href="#alternateOf" class="qname">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 or a backup copy of a computer file).
      </p>
-     
+   
       <p>
-      The <strong>third</strong> category allows further description of Entities. The property <a href="#value" class="qname">prov:value</a> holds a literal value for the Entity. For example, the <span class="repeated">prov:value</span> of a quote could be a string of the sentences stated, or the <span class="repeated">prov:value</span> of an Entity involved in a numeric calculation could be the xsd:integer four.
-       The property <a href="#atLocation" class="qname">prov:atLocation</a> can be used to describe the <a href="#Location" class="qname">prov:Location</a> of any 
-      Entity, Activity, Agent, or <a href="#InstantaneousEvent" class="qname">prov:InstantaneousEvent</a> 
-      (i.e., generation, usage, or invalidation of an entity and the starting or ending of an activity). 
-      The properties used to describe instances of <span class="repeated">prov:Location</span> are outside the scope of PROV-O; 
+      The <strong>third</strong> category of expanded terms allows further description of Entities. The property <a href="#value" class="qname">prov:value</a>
+      provides a literal value that is a direct representation of an entity.
+      For example, the <span class="repeated">prov:value</span> of a quote could be a string of the sentences stated, or the <span class="repeated">prov:value</span> of an Entity involved in a numeric calculation could be the xsd:integer four.
+      The property <a href="#atLocation" class="qname">prov:atLocation</a> can be used to describe the <a href="#Location" class="qname">prov:Location</a> of any
+      Entity, Activity, Agent, or <a href="#InstantaneousEvent" class="qname">prov:InstantaneousEvent</a>
+      (i.e., the starting or ending of an activity or the generation, usage, or invalidation of an entity).
+      The properties used to describe instances of <span class="repeated">prov:Location</span> are outside the scope of PROV-O;
       reuse of other existing vocabulary is encouraged.
       </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 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 href="#generatedAtTime" class="qname">prov:generatedAtTime</a> and <a href="#invalidatedAtTime" class="qname">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 href="#wasInvalidatedBy" class="qname">prov:wasInvalidatedBy</a>, respectively. 
-<a href="#generated" class="qname">prov:generated</a> and <a href="#invalidated" class="qname">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-as-subject as well as Entity-as-subject descriptions. 
+
+      <p>The <strong>fourth</strong> category of expanded terms 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 href="#generatedAtTime" class="qname">prov:generatedAtTime</a> and <a href="#invalidatedAtTime" class="qname">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 href="#wasInvalidatedBy" class="qname">prov:wasInvalidatedBy</a>, respectively.
+<a href="#generated" class="qname">prov:generated</a> and <a href="#invalidated" class="qname">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-as-subject as well as Entity-as-subject descriptions.
+      For more about inverses, see the non-normative <a href="#inverse-names">Appendix B</a>.
       </p>
 
-      <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 href="#wasStartedBy" class="qname">prov:wasStartedBy</a> and <a href="#wasEndedBy" class="qname">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>The <strong>fifth</strong> category of expanded terms 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 href="#wasStartedBy" class="qname">prov:wasStartedBy</a>
+      and <a href="#wasEndedBy" class="qname">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 id="narrative-example-expanded-1" about="#narrative-example-expanded-1" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
-           <p>We illustrate below the use of the expanded terms using the crime file example from the previous section as reference. After his previous actions, 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 rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl" class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+           <p>The following examples illustrate the expanded terms by elaborating the <a href="#narrative-example-simple-1">crime chart example</a> from the previous section.
+              After aggregating the dataset and creating the chart, Derek published a post to exhibit his work.
+           </p>
+           <p>
+              <a href="#narrative-example-expanded-1">Example 2</a>:
+           </p>
+
+           <pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl" class="example">@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; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix my:   &lt;http://example.org/my#&gt; .
-@prefix :     &lt;http://example.org#&gt; .
-
-
-   &lt;&gt; a prov:Bundle, prov:Entity ;
-      prov:wasAttributedTo :postEditor;
-     prov:generatedAtTime &quot;2011-07-16T02:52:02Z&quot;^^xsd:dateTime;
-     :involvedUser        :derek.
-
-   :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:derek@example.org&gt;;
-      prov:actedOnBehalfOf :national_newspaper_inc;
-   .
-
-   :national_newspaper_inc 
-      a prov:Organization, prov:Agent;       ## Typically prov:Agent will be inferred from prov:Organization
-      foaf:name &quot;National Newspaper, Inc.&quot;;
-   .
-
-   :postEditor 
-      a prov:SoftwareAgent, prov:Agent;      ## Typically prov:Agent will be inferred from prov:SoftwareAgent
-      foaf:name &quot;Post Editor 3000&quot;;
-   .   
-   
-   :government  a prov:Organization, foaf:Organization .
-
-   :aggregatedByRegions
-      a prov:Entity;
-      prov:atLocation &lt;file://Users/aggr.txt&gt;;
-   .
-   
-   :crimeData
-     a prov:Entity;
-     prov:wasAttributedTo :government;
-   .
-   
-   :more-crime-happens-in-cities
-    a prov:Location, sioc:Post, prov:Entity;
-    sioc:latest_version :post9821v2;
-    sioc:previous_version :post9821v1;
-   .
-
-   ## Version 1 of the post
-   
-   :post9821v1
-      a prov:Entity, sioc:Post;   
-      prov:wasGeneratedBy :publicationActivity1123;
-      prov:atLocation     :more-crime-happens-in-cities;  ## PERMALINK to the (latest revision of the) post
-      my:snapshotContent  :postContent0;                  ## Snapshot with the content of this version
-      sioc:title &quot;More crime happens in cities&quot;^^xsd:string;
-      prov:hadPrimarySource :crimeData;               ## This version of the post used the file &quot;crimeData&quot; as a primary source. 
-                                                          ## The author stated that he based his post in the aggregatedByRegions file, 
-                                                          ## but the primary source is the file created by the government.
-      prov:wasAttributedTo   :derek;
-      prov:generatedAtTime &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
-   .
-
-   ## Version 2 of the post
-
-   :post9821v2
-      a prov:Entity, sioc:Post;
-      prov:atLocation       :more-crime-happens-in-cities;  ## PERMALINK to the (latest revision of the) post
-      my:snapshotContent    :postContent1;                  ## Snapshot with the content of this version
-      prov:wasRevisionOf    :post9821v1;
-      prov:alternateOf      :post9821v1;
-      prov:wasAttributedTo  :derek;
-   .
-
-   :publicationActivity1123 
-      a prov:Activity;
-      prov:startedAtTime     &quot;2011-07-16T01:01:01Z&quot;^^xsd:dateTime;
-      prov:endedAtTime       &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
-      prov:wasAssociatedWith :derek,
-                             :postEditor;
-      prov:used              :aggregatedByRegions;   
-      prov:generated         :post9821v1;
-      prov:wasStartedBy      :derek;
-      prov:wasEndedBy        :derek
-   .</pre> 
+@prefix my:   &lt;http://www.example.org/vocab#&gt; .
+@prefix :     &lt;http://www.example.org#&gt; .
+@base         &lt;http://www.example.com/derek-bundle.ttl&gt; .
+
+&lt;&gt; 
+   a prov:Bundle, prov:Entity;
+   prov:wasAttributedTo :postEditor;
+   prov:generatedAtTime &quot;2011-07-16T02:52:02Z&quot;^^xsd:dateTime;
+.
+
+:derek
+   a prov:Person, prov:Agent; ## prov:Agent is inferred from prov:Person
+   foaf:givenName       &quot;Derek&quot;;
+   foaf:mbox            &lt;mailto:derek@example.org&gt;;
+   prov:actedOnBehalfOf :national_newspaper_inc;
+.
+
+:national_newspaper_inc 
+   a prov:Organization, prov:Agent;        ## prov:Agent is inferred from prov:Organization
+   foaf:name &quot;National Newspaper, Inc.&quot;;
+.
+
+:postEditor 
+   a prov:SoftwareAgent, prov:Agent;       ## prov:Agent is inferred from prov:SoftwareAgent
+   foaf:name &quot;Post Editor 3000&quot;;
+.   
+
+:more-crime-happens-in-cities
+   a sioc:Post, prov:Entity;
+   sioc:latest_version   :post9821v2;
+   sioc:previous_version :post9821v1;
+.
+
+## Version 1 of the post
+
+:post9821v1
+   a sioc:Post, prov:Entity;   
+   prov:specializationOf  :more-crime-happens-in-cities; ## PERMALINK to the latest revision.
+   sioc:title             &quot;More crime happens in cities&quot;;
+   prov:value             &quot;I was currius...&quot;;            ## The text of this version (with a typo).
+   prov:generatedAtTime   &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+   prov:wasGeneratedBy    :publicationActivity1123;
+   prov:wasInfluencedBy   :aggregatedByRegions; ## This blog was influenced by Derek's data analysis.
+   prov:hadPrimarySource  :crimeData;           ## Derek's blog derives from the crime data originally
+                                                ## gathered by the government.
+   prov:invalidatedAtTime &quot;2011-07-16T02:02:02Z&quot;^^xsd:dateTime;
+.
+
+:publicationActivity1123 
+   a prov:Activity;
+   prov:startedAtTime     &quot;2011-07-16T01:01:01Z&quot;^^xsd:dateTime;
+   prov:wasStartedBy      :derek;
+   prov:wasAssociatedWith :postEditor;
+   prov:generated         :post9821v1;
+   prov:endedAtTime       &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+   prov:wasEndedBy        :derek;
+.
+
+:aggregatedByRegions
+   a prov:Entity;
+   prov:atLocation &lt;file://Users/aggr.txt&gt;;
+.
+&lt;file://Users/aggr.txt&gt; a prov:Location .
+
+:crimeData
+   a prov:Entity;
+   prov:wasAttributedTo :government;
+.
+:government 
+   a prov:Organization, prov:Agent;
+.
+
+## Version 2 of the post
+
+:post9821v2
+   a sioc:Post, prov:Entity;
+   prov:specializationOf :more-crime-happens-in-cities; ## PERMALINK to the latest revision.
+   prov:value            &quot;I was curious...&quot;;            ## The text of this version (with fixed typo).
+   prov:generatedAtTime  &quot;2011-07-16T02:02:02Z&quot;^^xsd:dateTime;
+   prov:wasRevisionOf    :post9821v1;
+   prov:alternateOf      :post9821v1;
+.</pre>
         </div>
-         
-         <p>
-         Agent <code>ex:derek</code>, acting again on behalf of the <code>:national_newspaper_inc</code> organization, 
-         published a post about his recent changes to the aggregated file (<code>ex:aggregatedByRegions</code>) using the tool <code>ex:postEditor</code> (which was included in a user action tracking system compliant to PROV). 
-         Since he was the one who started and ended the publishing activity (<code>ex:publicationActivity1123</code>), that information
-         was recorded as well. The post produced by <code>ex:derek</code> (<code>ex:post9821v1</code>) included 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 added additional metadata of the post, like the title.
+      
+         <p>Agent <code>:derek</code>, acting again on behalf of the <code>:national_newspaper_inc</code> organization,
+         used the <code>:postEditor</code> tool to publish a post about his recent data analysis <code>:aggregatedByRegions</code>.
+         The blog editing tool tracked Derek's actions as PROV-O assertions and published them as a Bundle (the current file <code>&lt;&gt;</code>).
+         The tool recorded that <code>:derek</code> started and ended the publishing activity (<code>:publicationActivity1123</code>)
+         that generated the post <code>:post9821v1</code>. The post
+         included a permanent link where the content of the latest version is available
+         (<code>:more-crime-happens-in-cities</code>) in addition to a textual snapshot of the current version (using prov:value).
+         Derek also included additional domain-specific descriptions of the post, such as its title.
          </p>
-         <p>
-         However, shortly after having published the post, Derek detected a typo. He didn't want to record the activity that led to the new version, so he just created a new version and 
-         summarized the changes in a revision of the original post (<code>ex:post9821v2</code>). This revision was also an alternate of the original post, 
-         since they were both forms of the long-standing blog.
-         Thus, the permalink to the latest version (<code>ex:more-crime-happens-in-cities</code>) remained the same in the new revision, but a different URL was given for its snapshot (<code>ex:postContent1</code>).
-         </p>        
+
+         <p>Shortly after publishing the post, Derek noticed a typographical error in his narrative.
+         Because the fix would be minimal, he did not record the activity that led to the new version.
+         Instead, he related the new version (<code>:post9821v2</code>) as a revision of the previous (<code>:post9821v1</code>).
+         Since both versions of the blog are forms of the long-standing blog permalink <code>:more-crime-happens-in-cities</code>,
+         the revisions are alternates of one another and each is a <a href="#specializationOf" class="qname">prov:specializationOf</a> of <code>:more-crime-happens-in-cities</code>.
+         </p>     
 
          <div id="expanded-example-illustration-1" style="text-align: center;" class="figure">
 
                <img src="diagrams/expanded-terms-example-bundlePost.svg" style="width: 95%; min-width: 25em; max-width: 60em" alt="PROV-O Starting Point terms" />
 
-               <div class="figcaption"><a href="#expanded-example-illustration-1">Figure 4</a>. 
-                  An illustration of the PROV-O assertions in <a href="#narrative-example-expanded-1">Example 3</a>, where Derek published two versions of a blog for the National Newspaper, Inc.
-         The diagrams in this document depict Entities as yellow ovals, Activities as blue rectangles, and Agents as orange pentagons.
+               <div class="figcaption"><a href="#expanded-example-illustration-1">Figure 4</a>.
+                  An illustration of the PROV-O assertions in <a href="#narrative-example-expanded-1">Example 2</a>, where Derek<br />
+                  published two versions of a blog for the National Newspaper, Inc.<br />
+                  The diagrams in this document depict Entities as yellow ovals, Activities as blue rectangles,<br />
+                  and Agents as orange pentagons. The responsibility properties are shown in pink.
                </div>
          </div>
 
 
- 
-       <div id="narrative-example-expanded-1-a" about="#narrative-example-expanded-1-a" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
-           <p>Shortly after Derek's post publication, Monica adapted the text for a wider audience in a new post (<code>ex:post9822</code>). This version was 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 corresponded to different user views, the system
-         automatically published it in different <a href="#Bundle" class="qname">prov:Bundles</a>. The system also tagged them as the involved users 
-         with the bundle (so as to be able to locate easily their actions) and added additional metadata, such as the date of creation of the bundle or the creator.
-            </p>        
-            <p>   
-               <a href="#narrative-example-expanded-1-a">Example 3</a>:
+
+       <div id="narrative-example-expanded-2" about="#narrative-example-expanded-2" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
+           <p>Shortly after Derek published his blog post, Monica adapted the text for a wider audience in a new post (<code>:post9822</code>).
+            This rewrite is an alternate, abbreviated view of the same topic that Derek wrote about and was created from his original text.
+            Since the provenance produced by the activities of Derek and Monica corresponded to different user views, the system
+            automatically published it in a different <a href="#Bundle" class="qname">prov:Bundle</a>.
+            The tool also asserted provenance about the bundle that it produced (e.g., the date of creation, its creator, and the fact that it Derek's bundle was used).
+            Because a bundle is a kind of entity, all provenance assertions that can be made about entities can also be made about bundles.
+            The use of bundles enables the creation of provenance of provenance.
+            </p>     
+            <p>
+               <a href="#narrative-example-expanded-2">Example 3</a>:
             </p>
             <pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1_a.ttl" class="example">@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; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix my:   &lt;http://example.org#my&gt; .
-@prefix :     &lt;http://example.org#&gt; .
-
-
-   &lt;&gt; a prov:Bundle, prov:Entity ;
-      prov:wasAttributedTo :postEditor;
-     prov:generatedAtTime &quot;2011-07-16T20:52:02Z&quot;^^xsd:dateTime;
-     :involvedUser        :monica .
-
-   :monica
-      a prov:Person, prov:Agent, foaf:Person;
-      foaf:givenName &quot;Monica&quot;^^xsd:string;
-      foaf:mbox      &lt;mailto:monica@example.org&gt;
-   .
-
-   ## Rephrasing of the post in a new resource for a different audience
-
-   :post9822
-      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 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;
-      prov:wasAttributedTo :monica;
-   .</pre> 
+@prefix :     &lt;http://www.example.org#&gt; .
+@base         &lt;http://www.example.com/monica-bundle.ttl&gt; .
+
+&lt;&gt;
+   a prov:Bundle, prov:Entity;
+   prov:wasAttributedTo :postEditor;
+   prov:wasDerivedFrom  &lt;http://www.example.com/derek-bundle.ttl&gt; .
+   prov:generatedAtTime &quot;2011-07-16T03:03:03Z&quot;^^xsd:dateTime;
+.
+
+:monica
+   a prov:Person, prov:Agent;
+   foaf:givenName &quot;Monica&quot;;
+   foaf:mbox      &lt;mailto:monica@example.org&gt;;
+.
+
+## Revised post for a different audience is a new resource.
+
+:post9822
+   a sioc:Post, prov:Entity;
+   sioc:title &quot;More crime happens in cities (for dummies)&quot;;
+   prov:wasAttributedTo  :monica,
+                         :postEditor;
+   prov:alternateOf      :more-crime-happens-in-cities;    ## This post is an alternate of Derek's blog.
+   prov:value            &quot;A quick overview of Derek's...&quot;; ## Snapshot with the content of this version
+   prov:wasRevisionOf    :post9821v2;                      ## Monica rewrote Derek's version 2 to create hers.
+.</pre>
         </div>
-         
-         <div id="narrative-example-expanded-2" about="#narrative-example-expanded-2" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
-            <p>After some time, John wrote his own conclusions quoting the previous two posts:
-            </p> 
-            <p>   
-               <a href="#narrative-example-expanded-2">Example 4</a>:
+      
+         <div id="narrative-example-expanded-3" about="#narrative-example-expanded-3" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
+            <p>After some time, John wrote his own conclusions in his own post (<code>:post19201</code>) quoting the previous two posts. 
+               Each quote that John makes (<code>:quote_from_monica</code> and <code>:quote_from_derek</code>) is a new entity derived from the 
+               previous blogs and is annotated with the time that the quote was taken.
+               The provenance of John's blog notes that his post is the result of the quotes that he took from Derek and Monica.
+               The blog post is also derived from Derek's <code>:aggregatedByRegions</code> dataset because John inspected it and found a 
+               concern that he discusses in his blog. All the provenance statements related to John's post are grouped in a new <span class="repeated">prov:Bundle</span>.
+            </p>
+            <p>
+               <a href="#narrative-example-expanded-3">Example 4</a>:
             </p>
             <pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.ttl" class="example">@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; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix :     &lt;http://example.org#&gt; .
-
-
-   &lt;&gt; a prov:Bundle, prov:Entity;
-     prov:wasAttributedTo :postEditor;
-     prov:generatedAtTime &quot;2012-04-03T13:35:23Z&quot;^^xsd:dateTime;
-     :involvedUser :john.
-   .
-   
-   :john 
-      a prov:Agent;
-   .
-   
-   # Rows of the post quoting post :post9821v1
-
-   :quote1
-      a prov:Entity;
-      prov:value &quot;Analysis of the datasets demonstrate that there is more crime&quot;;
-      prov:wasQuotedFrom :post9821v1.
-      
-   # Rows of the post quoting post :post9821v2
-
-   :quote2
-      a prov:Entity;
-      prov:value &quot;In sumary, there are clearly more crimes in the country&quot;;
-      prov:wasQuotedFrom :post9821v2.
+@prefix :     &lt;http://www.example.org#&gt; .
+@base         &lt;http://www.example.com/john-bundle.ttl&gt; .
+
+&lt;&gt; 
+   a prov:Bundle, prov:Entity;
+   prov:wasAttributedTo :postEditor;
+   prov:wasDerivedFrom &lt;http://www.example.com/derek-bundle.ttl&gt;,
+                       &lt;http://www.example.com/monica-bundle.ttl&gt;;
+   prov:generatedAtTime &quot;2012-08-08T08:08:08Z&quot;^^xsd:dateTime;
+.
+
+:publicationActivity1124
+   a prov:Activity;
+   prov:wasAttributedTo :postEditor,
+                        :john;
+   prov:generated :post19201;
+.
+
+:post19201
+   a sioc:Post, prov:Entity;
+   prov:wasAttributedTo :john;
+   prov:value &quot;I'm not so sure that...&quot;;
+   prov:wasDerivedFrom :quote_from_derek,
+                       :quote_from_monica,
+                       :aggregatedByRegions;
+   prov:wasGeneratedBy :publicationActivity1124;
+.
+
+:john 
+   a prov:Person, prov:Agent;
+   foaf:name &quot;John&quot;;
+.
+
+:quote_from_derek
+   a prov:Entity;
+   prov:value &quot;Analysis of the datasets demonstrates that there is more crime.&quot;;
+   prov:wasQuotedFrom   :more-crime-happens-in-cities;
+   prov:generatedAtTime &quot;2012-08-08T01:01:01Z&quot;^^xsd:dateTime;
+.
    
-   :publicationActivity1124
-      a prov:Activity;
-      prov:used :quote1,
-                :quote2,
-                :aggregatedByRegions;
-      prov:generated :post19201.
+:quote_from_monica
+   a prov:Entity;
+   prov:value &quot;In summary, there are clearly more crimes in the country.&quot;;
+   prov:wasQuotedFrom   :post9822;
+   prov:generatedAtTime &quot;2012-08-08T02:02:02Z&quot;^^xsd:dateTime;
+.</pre>
+         </div>
+      
    
-   :post19201
-      a prov:Entity, sioc:Post;
-      prov:wasAttributedTo   :john;
-      prov:wasDerivedFrom    :post9821v1, 
-                             :post9821v2;
-      prov:wasGeneratedBy    :publicationActivity1124;
-      prov:hadPrimarySource :aggregatedByRegions;
-   .</pre> 
-         </div>
-         
-         <p>
-         Agent <code>ex:John</code> also named the URI of the original source (<code>ex:aggregatedByRegions</code>). All the provenance statements related to his post
-         are grouped in a new <span class="repeated">prov:Bundle</span>.
-         
-         Unfortunately, there was a problem in the servers where <code>:post19201</code> was being stored, and all the data related to the post was lost permanently. Thus, the system
-         invalidated the entity automatically and notified John about the error.
-         </p>        
-         
-         <div id="narrative-example-expanded-3" about="#narrative-example-expanded-3" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
-            <p>   
-               <a href="#narrative-example-expanded-3">Example 5</a>:
+         <div id="narrative-example-expanded-4" about="#narrative-example-expanded-4" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
+            <p>Unfortunately, there was a problem in the servers where <code>:post19201</code> was being stored, and all the data related to the post was lost permanently.
+            Thus, the system invalidated the entity automatically and notified John about the error.
+            </p>     
+            <p>
+               <a href="#narrative-example-expanded-4">Example 5</a>:
             </p>
             <pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt4.ttl" class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
@@ -1704,14 +1760,14 @@
 @prefix :     &lt;http://example.org#&gt; .
 
 :post19201
-   a prov:Entity, sioc:Post;
+   a sioc:Post, prov:Entity;
    prov:invalidatedAtTime &quot;2012-09-02T01:31:00Z&quot;^^xsd:dateTime;
    prov:wasInvalidatedBy :hard_disk_failure;
 .
 
 :hard_disk_failure
    a prov:Activity;
-   prov:wasEndedAt &quot;2012-09-02T01:31:00Z&quot;^^xsd:dateTime;
+   prov:endedAtTime &quot;2012-09-02T01:31:00Z&quot;^^xsd:dateTime;
 .</pre>
          </div>
      </div>
@@ -1721,92 +1777,98 @@
 
      <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 provenance-related influence among
-         Entities, Activities, and Agents.  The terms in this category are the result of
+
+       <p>The Qualified Terms category is 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
+         The terms in this category are for users who wish to provide further details about the provenance-related influence among
+         Entities, Activities, and Agents.
+       </p>
+
+       <p>The Qualification Pattern restates an unqualified influence 
          relation by using an intermediate class that represents the influence between two resources. 
-      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.
-      </p>
+         This new instance, in turn, can be annotated with additional descriptions of the influence that one resource had upon another.
+         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>
+         that indicates the influencing entity with the <span class="repeated">prov:entity</span> property.
+         Meanwhile, the influenced <span class="repeated">prov:Activity</span> indicates the <span class="repeated">prov:Usage</span> with the property 
+         <span class="repeated">prov:qualifiedUsage</span>.
+         The resulting structure that qualifies the an Activity's usage of an Entity is illustrated in <a href="#qualified-terms-figure">Figure 4a</a> below.
+       </p>
 
       <div id="qualified-forms-starting-point" style="padding: 10px">
-         <p>Seven <a href="#description-starting-point-terms">Starting Point</a> relations that can be further described using the Qualification Pattern.
+         <p>Seven <a href="#description-starting-point-terms">Starting Point</a> relations can be further described using the Qualification Pattern.
+            They are listed in the following normative table.
          </p>
          <div style="text-align: center">
             <table class="qualified-forms">
-  <caption><a href="#qualified-forms-starting-point">Table 2</a>: Qualification Property and Influence Class used to qualify a Starting-point Property.</caption>
+  <caption><a href="#qualified-forms-starting-point">Table 2</a>: Qualification Property and Qualified Influence Class used to qualify a Starting-point Property.</caption>
   <tbody><tr>
     <th><span title="Influenced Class">Influenced Class</span></th>
     <th><span title="Unqualified Influence">Unqualified Influence</span></th>
+    <th><span title="Influencing Class">Influencing Class</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 title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlclass">prov:Agent</a></td>
     <td><a title="http://www.w3.org/ns/prov#actedOnBehalfOf" href="#actedOnBehalfOf" class="owlproperty">prov:actedOnBehalfOf</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlclass">prov:Agent</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedDelegation" href="#qualifiedDelegation" class="owlproperty">prov:qualifiedDelegation</a></td>
     <td><a title="http://www.w3.org/ns/prov#Delegation" href="#Delegation" class="owlclass">prov:Delegation</a></td>
     <td><a title="http://www.w3.org/ns/prov#agent" href="#agent" class="owlproperty">prov:agent</a></td>
-    <td><a title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlclass">prov:Agent</a></td>
   </tr>
   <tr>
     <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
     <td><a title="http://www.w3.org/ns/prov#used" href="#used" class="owlproperty">prov:used</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedUsage" href="#qualifiedUsage" class="owlproperty">prov:qualifiedUsage</a></td>
     <td><a title="http://www.w3.org/ns/prov#Usage" href="#Usage" class="owlclass">prov:Usage</a></td>
     <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#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
   </tr>
   <tr>
     <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
     <td><a title="http://www.w3.org/ns/prov#wasAssociatedWith" href="#wasAssociatedWith" class="owlproperty">prov:wasAssociatedWith</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlclass">prov:Agent</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedAssociation" href="#qualifiedAssociation" class="owlproperty">prov:qualifiedAssociation</a></td>
     <td><a title="http://www.w3.org/ns/prov#Association" href="#Association" class="owlclass">prov:Association</a></td>
     <td><a title="http://www.w3.org/ns/prov#agent" href="#agent" class="owlproperty">prov:agent</a></td>
-    <td><a title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlclass">prov:Agent</a></td>
   </tr>
   <tr>
     <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
     <td><a title="http://www.w3.org/ns/prov#wasAttributedTo" href="#wasAttributedTo" class="owlproperty">prov:wasAttributedTo</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlclass">prov:Agent</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedAttribution" href="#qualifiedAttribution" class="owlproperty">prov:qualifiedAttribution</a></td>
     <td><a title="http://www.w3.org/ns/prov#Attribution" href="#Attribution" class="owlclass">prov:Attribution</a></td>
     <td><a title="http://www.w3.org/ns/prov#agent" href="#agent" class="owlproperty">prov:agent</a></td>
-    <td><a title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlclass">prov:Agent</a></td>
   </tr>
   <tr>
     <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
     <td><a title="http://www.w3.org/ns/prov#wasDerivedFrom" href="#wasDerivedFrom" class="owlproperty">prov:wasDerivedFrom</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedDerivation" href="#qualifiedDerivation" class="owlproperty">prov:qualifiedDerivation</a></td>
     <td><a title="http://www.w3.org/ns/prov#Derivation" href="#Derivation" class="owlclass">prov:Derivation</a></td>
     <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#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
   </tr>
   <tr>
     <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
     <td><a title="http://www.w3.org/ns/prov#wasGeneratedBy" href="#wasGeneratedBy" class="owlproperty">prov:wasGeneratedBy</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedGeneration" href="#qualifiedGeneration" class="owlproperty">prov:qualifiedGeneration</a></td>
     <td><a title="http://www.w3.org/ns/prov#Generation" href="#Generation" class="owlclass">prov:Generation</a></td>
     <td><a title="http://www.w3.org/ns/prov#activity" href="#activity" class="owlproperty">prov:activity</a></td>
-    <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
   </tr>
   <tr>
     <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
     <td><a title="http://www.w3.org/ns/prov#wasInformedBy" href="#wasInformedBy" class="owlproperty">prov:wasInformedBy</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedCommunication" href="#qualifiedCommunication" class="owlproperty">prov:qualifiedCommunication</a></td>
     <td><a title="http://www.w3.org/ns/prov#Communication" href="#Communication" class="owlclass">prov:Communication</a></td>
     <td><a title="http://www.w3.org/ns/prov#activity" href="#activity" class="owlproperty">prov:activity</a></td>
-    <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
   </tr>
 </tbody></table>
 
@@ -1814,42 +1876,81 @@
       </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 can be further described using the Qualification Pattern.
+            They are listed in the following normative table.
          </p>
          <div style="text-align: center">
             <table class="qualified-forms">
-  <caption><a href="#qualified-forms-expanded">Table 3</a>: Qualification Property and Influence Class used to qualify an Expanded Property.</caption>
+  <caption><a href="#qualified-forms-expanded">Table 3</a>: Qualification Property and Qualified Influence Class used to qualify an Expanded Property.</caption>
   <tbody><tr>
     <th><span title="Influenced Class">Influenced Class</span></th>
     <th><span title="Unqualified Influence">Unqualified Influence</span></th>
+    <th><span title="Influencing Class">Influencing Class</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 style="text-align: center">
+        <a title="provEntity" href="#Entity" class="owlclass">prov:Entity</a> or
+        <a title="provActivity" href="#Activity" class="owlclass">prov:Activity</a> or
+        <a title="provAgent" href="#Agent" class="owlclass">prov:Agent</a>    </td>
+    <td><a title="provwasInfluencedBy" href="#wasInfluencedBy" class="owlproperty">prov:wasInfluencedBy</a></td>
+    <td style="text-align: center">
+        <a title="provEntity" href="#Entity" class="owlclass">prov:Entity</a> or
+        <a title="provActivity" href="#Activity" class="owlclass">prov:Activity</a> or
+        <a title="provAgent" href="#Agent" class="owlclass">prov:Agent</a>    </td>
+    <td><a title="provqualifiedInfluence" href="#qualifiedInfluence" class="owlproperty">prov:qualifiedInfluence</a></td>
+    <td><a title="provInfluence" href="#Influence" class="owlclass">prov:Influence</a></td>
+    <td><a title="provinfluencer" href="#influencer" class="owlproperty">prov:influencer</a></td>
+  </tr>
+  <tr>
+    <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
+    <td><a title="http://www.w3.org/ns/prov#hadPrimarySource" href="#hadPrimarySource" class="owlproperty">prov:hadPrimarySource</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
+    <td><a title="http://www.w3.org/ns/prov#qualifiedPrimarySource" href="#qualifiedPrimarySource" class="owlproperty">prov:qualifiedPrimarySource</a></td>
+    <td><a title="http://www.w3.org/ns/prov#PrimarySource" href="#PrimarySource" class="owlclass">prov:PrimarySource</a></td>
+    <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#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
     <td><a title="http://www.w3.org/ns/prov#wasEndedBy" href="#wasEndedBy" class="owlproperty">prov:wasEndedBy</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedEnd" href="#qualifiedEnd" class="owlproperty">prov:qualifiedEnd</a></td>
     <td><a title="http://www.w3.org/ns/prov#End" href="#End" class="owlclass">prov:End</a></td>
     <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#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
   </tr>
   <tr>
     <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
     <td><a title="http://www.w3.org/ns/prov#wasInvalidatedBy" href="#wasInvalidatedBy" class="owlproperty">prov:wasInvalidatedBy</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedInvalidation" href="#qualifiedInvalidation" class="owlproperty">prov:qualifiedInvalidation</a></td>
     <td><a title="http://www.w3.org/ns/prov#Invalidation" href="#Invalidation" class="owlclass">prov:Invalidation</a></td>
     <td><a title="http://www.w3.org/ns/prov#activity" href="#activity" class="owlproperty">prov:activity</a></td>
-    <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
+  </tr>
+  <tr>
+    <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
+    <td><a title="http://www.w3.org/ns/prov#wasQuotedFrom" href="#wasQuotedFrom" class="owlproperty">prov:wasQuotedFrom</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
+    <td><a title="http://www.w3.org/ns/prov#qualifiedQuotation" href="#qualifiedQuotation" class="owlproperty">prov:qualifiedQuotation</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Quotation" href="#Quotation" class="owlclass">prov:Quotation</a></td>
+    <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#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
+    <td><a title="http://www.w3.org/ns/prov#wasRevisionOf" href="#wasRevisionOf" class="owlproperty">prov:wasRevisionOf</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
+    <td><a title="http://www.w3.org/ns/prov#qualifiedRevision" href="#qualifiedRevision" class="owlproperty">prov:qualifiedRevision</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Revision" href="#Revision" class="owlclass">prov:Revision</a></td>
+    <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#Activity" href="#Activity" class="owlclass">prov:Activity</a></td>
     <td><a title="http://www.w3.org/ns/prov#wasStartedBy" href="#wasStartedBy" class="owlproperty">prov:wasStartedBy</a></td>
+    <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
     <td><a title="http://www.w3.org/ns/prov#qualifiedStart" href="#qualifiedStart" class="owlproperty">prov:qualifiedStart</a></td>
     <td><a title="http://www.w3.org/ns/prov#Start" href="#Start" class="owlclass">prov:Start</a></td>
     <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#Entity" href="#Entity" class="owlclass">prov:Entity</a></td>
   </tr>
 </tbody></table>
 
@@ -1857,18 +1958,19 @@
       </div>
 
 
-      <p>
-       The qualification classes and properties shown in the previous two tables can also be found in the <a href="#cross-reference">cross reference</a> 
+      <p>The qualification classes and properties shown in the previous two tables can also be found in the normative <a href="#cross-reference">cross reference</a> 
         in the next section of this document. 
 
          All influence classes (e.g. <span class="repeated">prov:Association</span>, <span class="repeated">prov:Usage</span>) are extensions of 
          <a class="qname" href="#Influence">prov:Influence</a> and either 
          <a class="qname" href="#EntityInfluence">prov:EntityInfluence</a>, 
          <a class="qname" href="#ActivityInfluence">prov:ActivityInfluence</a>, or
-         <a class="qname" href="#AgentInfluence">prov:AgentInfluence</a>, which determine the property to use to cite the influencing resource (either
+         <a class="qname" href="#AgentInfluence">prov:AgentInfluence</a>, which determine the property used to cite the influencing resource (either
          <a class="qname" href="#entity">prov:entity</a>,
          <a class="qname" href="#activity">prov:activity</a>, or
-         <a class="qname" href="#agent">prov:agent</a>, respectively).
+         <a class="qname" href="#agent">prov:agent</a>, respectively). 
+         Because <span class="repeated">prov:Influence</span> is a broad relation, its most specific subclasses (e.g. <span class="repeated">prov:Communication</span>, 
+         <span class="repeated">prov:Delegation</span>, <span class="repeated">prov:End</span>, <span class="repeated">prov:Revision</span>, etc.) should be used when applicable.
 
          </p><div id="narrative-example-qualified-1" about="#narrative-example-qualified-1" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
             <p>
@@ -1886,8 +1988,9 @@
          </div>
 
          <p>One can find that <a class="qname" href="#wasGeneratedBy">prov:wasGeneratedBy</a> 
-            can be qualified using the qualification property <a class="qname" href="#qualifiedGeneration">prov:qualifiedGeneration</a> 
-            and the class <a class="qname" href="#Generation">prov:Generation</a> (a subclass of <a class="qname" href="#ActivityInfluence">prov:ActivityInfluence</a>). 
+            can be qualified using the qualification property <a class="qname" href="#qualifiedGeneration">prov:qualifiedGeneration</a>,
+            the class <a class="qname" href="#Generation">prov:Generation</a> (a subclass of <a class="qname" href="#ActivityInfluence">prov:ActivityInfluence</a>),
+            and the property <a class="qname" href="#activity">prov:activity</a>.
             From this, the influence relation above can be restated with the <em>qualification pattern</em> as:
          </p>
 
@@ -1898,16 +2001,16 @@
             <pre class="example">:e1 
    a prov:Entity;
    prov:wasGeneratedBy      :a1;
-   prov:qualifiedGeneration :e1Gen; # Add the qualification
-.
-
-:a1 a prov:Activity .
+   prov:qualifiedGeneration :e1Gen; # Add the qualification.
+.
 
 :e1Gen 
    a prov:Generation;
-   prov:activity :a1;               # Cite the influencing Activity.
-   ex:foo :bar;                     # Add additional attributes about the influence relation.
-.</pre>
+   prov:activity            :a1;    # Cite the influencing Activity.
+   ex:foo                   :bar;   # Describe the Activity :a1's influence upon the Entity :e1.
+.
+
+:a1 a prov:Activity .</pre>
          </div>
 
          <p>
@@ -1931,7 +2034,7 @@
 
 
       <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. 
+         illustrates the classes and properties needed to apply the qualification pattern to ten of the fourteen qualifiable influence relations. 
 
          For example, while <a class="qname" href="#qualifiedUsage">prov:qualifiedUsage</a>, 
          <a class="qname" href="#Usage">prov:Usage</a>, and <a class="qname" href="#entity">prov:entity</a> are used to qualify 
@@ -1939,7 +2042,7 @@
    
          <a class="qname" href="#qualifiedAssociation">prov:qualifiedAssociation</a>, <a class="qname" href="#Association">prov:Association</a>, 
          and <a class="qname" href="#agent">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.
+         relations. This pattern applies to the twelve 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 
@@ -1997,24 +2100,26 @@
          </p>
           <div class="exampleOuter">
              <div><b>Qualified Usage</b></div>
-               <p>The <span class="repeated">prov:qualifiedUsage</span> property parallels the <span class="repeated">prov:used</span> property to provide an additional description to <code>ex:illustrationActivity</code>. The instance of <span class="repeated">prov:Usage</span> cites the data used (<code>ex:aggregatedByRegions</code>) and the time the activity used it (<code>2011-07-14T03:03:03Z</code>).
+               <p>The <span class="repeated">prov:qualifiedUsage</span> property parallels the <span class="repeated">prov:used</span> property to provide an additional description to <code>:illustrationActivity</code>. The instance of <span class="repeated">prov:Usage</span> cites the data used (<code>:aggregatedByRegions</code>) and the time the activity used it (<code>2011-07-14T03:03:03Z</code>).
              </p>
                 <pre class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix ex:   &lt;http://example.org#&gt; .
-
-ex:illustrationActivity 
-   a prov:Activity;                   ## (Using Starting Point terms)
-   prov:used ex:aggregatedByRegions;  ## The aggregated data was used to create the chart.
-.
-
-ex:aggregatedByRegions a prov:Entity .
-
-ex:illustrationActivity    
-   prov:qualifiedUsage  [
-      a prov:Usage;
-      prov:entity ex:aggregatedByRegions;                ## Qualification: The aggregated data was used 
-      prov:atTime &quot;2011-07-14T03:03:03Z&quot;^^xsd:dateTime;  ## at a particular time when creating the chart.
+@prefix :     &lt;http://example.org#&gt; .
+
+:illustrationActivity 
+   a prov:Activity;                ## Using Starting Point terms,
+   prov:used :aggregatedByRegions; ##   the illustration activity used the aggregated data (to create the bar chart).
+.
+
+:aggregatedByRegions a prov:Entity .
+
+:illustrationActivity      
+   prov:qualifiedUsage [                                ## Qualify how the :illustrationActivity
+      a prov:Usage;                                     ##   used
+      prov:entity :aggregatedByRegions;                 ##     the Entity :aggregatedByRegions
+
+      prov:atTime &quot;2011-07-14T03:03:03Z&quot;^^xsd:dateTime; ## Qualification: The aggregated data was used 
+                                                        ##   at a particular time to create the bar chart..
    ];
 .</pre>
           </div>
@@ -2027,31 +2132,33 @@
         <div class="exampleOuter">
            <div><b>Qualified Association</b></div>
             <p>The <span class="repeated">prov:qualifiedAssociation</span> property parallels the 
-            <span class="repeated">prov:wasAssociatedWith</span> property to provide an additional description about the <code>ex:illustrationActivity</code> that Derek influenced. 
-            The instance of <span class="repeated">prov:Association</span> cites the influencing agent (<code>ex:derek</code>) that followed the instructions (<code>ex:tutorial_blog</code>). 
-            Further, Derek served the role of illustrationist during the activity.
+            <span class="repeated">prov:wasAssociatedWith</span> property to provide an additional description about the <code>:illustrationActivity</code> that Derek influenced. 
+            The instance of <span class="repeated">prov:Association</span> cites the influencing agent (<code>:derek</code>) that followed the instructions (<code>:tutorial_blog</code>). 
+            Further, Derek served the role of <code>:illustrationist</code> during the activity.
             </p>
               <pre class="example">@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix ex:   &lt;http://example.org#&gt; .
-
-ex:illustrationActivity             
-   a prov:Activity;                  ## (Using Starting Point terms)
-   prov:wasAssociatedWith ex:derek;  ## Derek was responsible for the chart making in some way.
-.
-
-ex:derek a prov:Agent .
-
-ex:illustrationActivity
-   prov:qualifiedAssociation [       ## Qualification: What plan (or recipe, instructions) 
-      a prov:Association;            ## did Derek follow when creating the graphical chart?
-      prov:agent   ex:derek
-      prov:hadPlan ex:tutorial_blog;
-      prov:hadRole ex:illustrationist;
+@prefix :     &lt;http://example.org#&gt; .
+
+:illustrationActivity
+   a prov:Activity;                ## Using Starting Point terms,
+   prov:wasAssociatedWith :derek;  ##   the illustration activity was associated with Derek in some way.
+.
+
+:derek a prov:Agent .
+
+:illustrationActivity
+   prov:qualifiedAssociation [       ## Qualify how the :illustrationActivity
+      a prov:Association;            ##   was associated with
+      prov:agent   :derek            ##     the Agent Derek.
+
+      prov:hadRole :illustrationist; ## Qualification: The role that Derek served.
+      prov:hadPlan :tutorial_blog;   ## Qualification: The plan (or recipe, instructions)
+                                     ##   that Derek followed when creating the graphical chart.
    ];
 .
 
-ex:tutorial_blog   a prov:Plan, prov:Entity .
-ex:illustrationist a prov:Role .</pre>
+:tutorial_blog   a prov:Plan, prov:Entity .
+:illustrationist a prov:Role .</pre>
         </div>
       </div>
 
@@ -2066,24 +2173,26 @@
          </p>
         <div class="exampleOuter">
            <div><b>Qualified Generation</b></div>
-            <p>The <span class="repeated">prov:qualifiedGeneration</span> property parallels the <span class="repeated">prov:wasGeneratedBy</span> property to provide an additional description to <code>ex:chart1</code>. The instance of <span class="repeated">prov:Generation</span> cites the time (2011-07-14T15:52:14Z) that the activity (<code>ex:illustrationActivity</code>) generated the chart (<code>ex:chart1</code>).
+            <p>The <span class="repeated">prov:qualifiedGeneration</span> property parallels the <span class="repeated">prov:wasGeneratedBy</span> property to provide an additional description to <code>:bar_chart</code>. The instance of <span class="repeated">prov:Generation</span> cites the time (2011-07-14T15:52:14Z) that the activity (<code>:illustrationActivity</code>) generated the chart (<code>:bar_chart</code>).
             </p>
               <pre class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix ex:   &lt;http://example.org#&gt; .
-
-ex:chart1 
-   a prov:Entity;                                ## (Using Starting Point terms)
-   prov:wasGeneratedBy ex:illustrationActivity;  ## The chart was generated in an illustration activity.
-.
-
-ex:illustrationActivity a prov:Activity .
-
-ex:chart1
-   prov:qualifiedGeneration [
-      a prov:Generation;
-      prov:activity ex:illustrationActivity;             ## Qualification: The chart was 
-      prov:atTime &quot;2011-07-14T15:52:14Z&quot;^^xsd:dateTime;  ## generated at a particular time.
+@prefix :     &lt;http://example.org#&gt; .
+
+:bar_chart
+   a prov:Entity;                              ## Using Starting Point terms,
+   prov:wasGeneratedBy :illustrationActivity;  ##   the chart was generated in an illustration activity.
+.
+
+:illustrationActivity a prov:Activity .
+
+:bar_chart
+   prov:qualifiedGeneration [                           ## Qualify how the :bar_chart
+      a prov:Generation;                                ##   was generated by
+      prov:activity :illustrationActivity;              ##     the Activity :illustrationActivity.
+
+      prov:atTime &quot;2011-07-14T15:52:14Z&quot;^^xsd:dateTime; ## Qualification: The Activity generated
+                                                        ##   the bar_chart at a particular time.
    ];
 .</pre>
         </div>
@@ -2095,26 +2204,29 @@
          </p>
         <div class="exampleOuter">
            <div><b>Qualified Derivation</b></div>
-            <p>The <span class="repeated">prov:qualifiedDerivation</span> property parallels the <span class="repeated">prov:wasDerivedFrom</span> property to provide an additional description to <code>ex:chart1</code>. The instance of <span class="repeated">prov:Derivation</span> cites the activity (<code>ex:illustrationActivity</code>) and the Usages and Generations that the activity conduced to create the chart (<code>ex:chart1</code>).
-            </p>
-              <pre class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+           <p>The <span class="repeated">prov:qualifiedDerivation</span> property parallels the <span class="repeated">prov:wasDerivedFrom</span> 
+              property to provide an additional description to <code>:bar_chart</code>. The instance of <span class="repeated">prov:Derivation</span> 
+              cites the activity (<code>:illustrationActivity</code>) and the Usages and Generations that the activity conduced to create the <code>:bar_chart</code>.
+           </p>
+           <pre class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix ex:   &lt;http://example.org#&gt; .
-
-ex:chart1
-   a prov:Entity;                               ## (Using Starting Point terms)
-   prov:wasDerivedFrom ex:aggregatedByRegions;  ## The chart was derived from the aggregate.
-.
-
-ex:aggregatedByRegions a prov:Entity .
-
-ex:chart1
-   prov:qualifiedDerivation   [           
-      a prov:Derivation;
-      prov:entity        ex:aggregatedByRegions;  ## Qualification: additional information about the derivation:
-      prov:hadUsage      ex:usage;                ## Which activity derived the aggregate?
-      prov:hadActivity   ex:activity;             ## What did the activity use to derive the aggregate?
-      prov:hadGeneration ex:generation;           ## How did the activity generate the derived aggregate?
+@prefix :     &lt;http://example.org#&gt; .
+
+:bar_chart
+   a prov:Entity;                             ## Using Starting Point terms,
+   prov:wasDerivedFrom :aggregatedByRegions;  ##   the chart was derived from the aggregated dataset.
+.
+
+:aggregatedByRegions a prov:Entity .
+
+:bar_chart
+   prov:qualifiedDerivation [                      ## Qualify
+      a prov:Derivation;                           ##   how :bar_chart was derived from
+      prov:entity        :aggregatedByRegions;     ##     the dataset Entity :aggregatedByRegions.
+
+      prov:hadActivity   :aggregating_activity;    ## Qualification: The activity that derived the :bar_chart.
+      prov:hadUsage      :use_of_aggregatedData;   ## Qualification: How the activity used :aggregatedByRegions.
+      prov:hadGeneration :generation_of_bar_chart; ## Qualification: How the activity generated the :bar_chart.
    ];
 .</pre>
         </div>
@@ -2127,9 +2239,7 @@
 
  
 
-   <div id="cross-reference" class="section"> 
-<!--  class='informative'  -->
-
+   <div id="cross-reference" class="normative section">
       
 <!--  prov:tracedTo [ prov:wasGeneratedBy [ a prov:Activity; 
            dcterms:description "python eg-24-prov-o-html-examples.py http://dvcs.w3.org/hg/prov/raw-file/default/ontology/ProvenanceOntology.owl" ] ] ]  -->
@@ -2150,7 +2260,7 @@
       </p>
 
       <p>Each PROV-O term in this cross reference links to the corresponding PROV-DM concept. The PROV-DM's table 
-         <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#prov-dm-to-prov-o-and-prov-n">Cross-References to PROV-O and PROV-N</a> 
+         <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#prov-dm-to-prov-o-and-prov-n">Cross-References to PROV-O and PROV-N</a> 
          provides an overview of the correspondences between PROV-O and PROV-DM.
 
       </p>
@@ -2166,8 +2276,9 @@
       </p>
 
       <p>Most examples shown in this cross reference are encoded using the Turtle RDF serialization. 
-         When an example requires a <span class="qname repeated">prov:Bundle</span>, it may use the [<cite><a class="bibref" rel="biblioentry" href="#bib-TRIG">TRIG</a></cite>] syntax. 
-         Although this document does not specify how to encode Bundles in RDF, TriG's named graph construct is used only to illustrate the concept.
+         When it is convenient to do so (e.g., when an example describes a <span class="qname repeated">prov:Bundle</span>), it may use the [<cite><a class="bibref" rel="biblioentry" href="#bib-TRIG">TRIG</a></cite>] syntax. 
+         Although this document does not specify how to encode Bundles in RDF, TriG's named graph construct is used only to illustrate the concept of 
+         creating a named set of PROV assertions. Note that <a href="#compliance">all examples are non-normative</a>.
       </p>
 
       <div id="cross-reference-starting-point-terms" class="section">
@@ -2259,18 +2370,18 @@
 
       <dt></dt>
       <dd>
-        <a title="http://www.w3.org/ns/prov#qualifiedEnd" href="#qualifiedEnd">prov:qualifiedEnd</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#invalidated" href="#invalidated">prov:invalidated</a> <sup class="type-op" title="object property">op</sup>
+        <a title="http://www.w3.org/ns/prov#invalidated" href="#invalidated">prov:invalidated</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#wasStartedBy" href="#wasStartedBy">prov:wasStartedBy</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#qualifiedStart" href="#qualifiedStart">prov:qualifiedStart</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#qualifiedCommunication" href="#qualifiedCommunication">prov:qualifiedCommunication</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#startedAtTime" href="#startedAtTime">prov:startedAtTime</a> <sup class="type-dp" title="data property">dp</sup>
         , <a title="http://www.w3.org/ns/prov#qualifiedAssociation" href="#qualifiedAssociation">prov:qualifiedAssociation</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#wasEndedBy" href="#wasEndedBy">prov:wasEndedBy</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#wasInformedBy" href="#wasInformedBy">prov:wasInformedBy</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#startedAtTime" href="#startedAtTime">prov:startedAtTime</a> <sup class="type-dp" title="data property">dp</sup>
-        , <a title="http://www.w3.org/ns/prov#qualifiedCommunication" href="#qualifiedCommunication">prov:qualifiedCommunication</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#wasEndedBy" href="#wasEndedBy">prov:wasEndedBy</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#generated" href="#generated">prov:generated</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#endedAtTime" href="#endedAtTime">prov:endedAtTime</a> <sup class="type-dp" title="data property">dp</sup>
         , <a title="http://www.w3.org/ns/prov#wasAssociatedWith" href="#wasAssociatedWith">prov:wasAssociatedWith</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#wasStartedBy" href="#wasStartedBy">prov:wasStartedBy</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#qualifiedEnd" href="#qualifiedEnd">prov:qualifiedEnd</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#qualifiedUsage" href="#qualifiedUsage">prov:qualifiedUsage</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#used" href="#used">prov:used</a> <sup class="type-op" title="object property">op</sup>
       </dd>
@@ -2281,15 +2392,15 @@
       </dd><dt>in range of</dt>
       <dd>
         <a title="http://www.w3.org/ns/prov#wasInformedBy" href="#wasInformedBy">prov:wasInformedBy</a> <sup class="type-op" title="object property">op</sup>
-        <a title="http://www.w3.org/ns/prov#activity" href="#activity">prov:activity</a> <sup class="type-op" title="object property">op</sup>
-        <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a> <sup class="type-op" title="object property">op</sup>
         <a title="http://www.w3.org/ns/prov#wasInvalidatedBy" href="#wasInvalidatedBy">prov:wasInvalidatedBy</a> <sup class="type-op" title="object property">op</sup>
         <a title="http://www.w3.org/ns/prov#wasGeneratedBy" href="#wasGeneratedBy">prov:wasGeneratedBy</a> <sup class="type-op" title="object property">op</sup>
+        <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a> <sup class="type-op" title="object property">op</sup>
+        <a title="http://www.w3.org/ns/prov#activity" href="#activity">prov:activity</a> <sup class="type-op" title="object property">op</sup>
       </dd>
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Activity">Activity</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Activity">Activity</a>      </dd>
     </dl>
   </div>
 
@@ -2358,7 +2469,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-agent">agent</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-agent">agent</a>      </dd>
     </dl>
   </div>
 
@@ -2399,24 +2510,24 @@
       <dt></dt>
       <dd>
         <a title="http://www.w3.org/ns/prov#hadPrimarySource" href="#hadPrimarySource">prov:hadPrimarySource</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#alternateOf" href="#alternateOf">prov:alternateOf</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#qualifiedQuotation" href="#qualifiedQuotation">prov:qualifiedQuotation</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#value" href="#value">prov:value</a> <sup class="type-dp" title="data property">dp</sup>
-        , <a title="http://www.w3.org/ns/prov#wasInvalidatedBy" href="#wasInvalidatedBy">prov:wasInvalidatedBy</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#qualifiedGeneration" href="#qualifiedGeneration">prov:qualifiedGeneration</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#qualifiedAttribution" href="#qualifiedAttribution">prov:qualifiedAttribution</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#wasQuotedFrom" href="#wasQuotedFrom">prov:wasQuotedFrom</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#wasGeneratedBy" href="#wasGeneratedBy">prov:wasGeneratedBy</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#qualifiedGeneration" href="#qualifiedGeneration">prov:qualifiedGeneration</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#qualifiedQuotation" href="#qualifiedQuotation">prov:qualifiedQuotation</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#alternateOf" href="#alternateOf">prov:alternateOf</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#wasRevisionOf" href="#wasRevisionOf">prov:wasRevisionOf</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#wasInvalidatedBy" href="#wasInvalidatedBy">prov:wasInvalidatedBy</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#invalidatedAtTime" href="#invalidatedAtTime">prov:invalidatedAtTime</a> <sup class="type-dp" title="data property">dp</sup>
+        , <a title="http://www.w3.org/ns/prov#qualifiedInvalidation" href="#qualifiedInvalidation">prov:qualifiedInvalidation</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#qualifiedRevision" href="#qualifiedRevision">prov:qualifiedRevision</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#qualifiedInvalidation" href="#qualifiedInvalidation">prov:qualifiedInvalidation</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#wasAttributedTo" href="#wasAttributedTo">prov:wasAttributedTo</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#wasDerivedFrom" href="#wasDerivedFrom">prov:wasDerivedFrom</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#qualifiedPrimarySource" href="#qualifiedPrimarySource">prov:qualifiedPrimarySource</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#qualifiedDerivation" href="#qualifiedDerivation">prov:qualifiedDerivation</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#generatedAtTime" href="#generatedAtTime">prov:generatedAtTime</a> <sup class="type-dp" title="data property">dp</sup>
         , <a title="http://www.w3.org/ns/prov#specializationOf" href="#specializationOf">prov:specializationOf</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#generatedAtTime" href="#generatedAtTime">prov:generatedAtTime</a> <sup class="type-dp" title="data property">dp</sup>
       </dd>
 
       <dt></dt>
@@ -2426,11 +2537,11 @@
       <dd>
         <a title="http://www.w3.org/ns/prov#hadMember" href="#hadMember">prov:hadMember</a> <sup class="type-op" title="object property">op</sup>
         <a title="http://www.w3.org/ns/prov#hadPrimarySource" href="#hadPrimarySource">prov:hadPrimarySource</a> <sup class="type-op" title="object property">op</sup>
-        <a title="http://www.w3.org/ns/prov#alternateOf" href="#alternateOf">prov:alternateOf</a> <sup class="type-op" title="object property">op</sup>
+        <a title="http://www.w3.org/ns/prov#invalidated" href="#invalidated">prov:invalidated</a> <sup class="type-op" title="object property">op</sup>
         <a title="http://www.w3.org/ns/prov#wasStartedBy" href="#wasStartedBy">prov:wasStartedBy</a> <sup class="type-op" title="object property">op</sup>
         <a title="http://www.w3.org/ns/prov#wasQuotedFrom" href="#wasQuotedFrom">prov:wasQuotedFrom</a> <sup class="type-op" title="object property">op</sup>
         <a title="http://www.w3.org/ns/prov#wasEndedBy" href="#wasEndedBy">prov:wasEndedBy</a> <sup class="type-op" title="object property">op</sup>
-        <a title="http://www.w3.org/ns/prov#invalidated" href="#invalidated">prov:invalidated</a> <sup class="type-op" title="object property">op</sup>
+        <a title="http://www.w3.org/ns/prov#alternateOf" href="#alternateOf">prov:alternateOf</a> <sup class="type-op" title="object property">op</sup>
         <a title="http://www.w3.org/ns/prov#wasRevisionOf" href="#wasRevisionOf">prov:wasRevisionOf</a> <sup class="type-op" title="object property">op</sup>
         <a title="http://www.w3.org/ns/prov#generated" href="#generated">prov:generated</a> <sup class="type-op" title="object property">op</sup>
         <a title="http://www.w3.org/ns/prov#wasDerivedFrom" href="#wasDerivedFrom">prov:wasDerivedFrom</a> <sup class="type-op" title="object property">op</sup>
@@ -2448,7 +2559,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-entity">entity</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-entity">entity</a>      </dd>
     </dl>
   </div>
 </div>
@@ -2536,7 +2647,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-delegation">delegation</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-delegation">delegation</a>      </dd>
 
       </dl>
     </div>
@@ -2612,7 +2723,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-End">End</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-End">End</a>      </dd>
 
       </dl>
     </div>
@@ -2688,7 +2799,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Start">Start</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Start">Start</a>      </dd>
 
       </dl>
     </div>
@@ -2774,7 +2885,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Usage">Usage</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Usage">Usage</a>      </dd>
 
       </dl>
     </div>
@@ -2855,7 +2966,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Association">Association</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Association">Association</a>      </dd>
 
       </dl>
     </div>
@@ -2945,7 +3056,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-attribution">attribution</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-attribution">attribution</a>      </dd>
 
       </dl>
     </div>
@@ -3044,7 +3155,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Derivation">Derivation</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Derivation">Derivation</a>      </dd>
 
       </dl>
     </div>
@@ -3123,7 +3234,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Generation">Generation</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Generation">Generation</a>      </dd>
 
       </dl>
     </div>
@@ -3204,7 +3315,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Communication">Communication</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Communication">Communication</a>      </dd>
 
       </dl>
     </div>
@@ -3345,7 +3456,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-bundle-entity">bundle-entity</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-bundle-entity">bundle-entity</a>      </dd>
     </dl>
   </div>
 
@@ -3439,7 +3550,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-collection">collection</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-collection">collection</a>      </dd>
     </dl>
   </div>
 
@@ -3528,7 +3639,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-attribute-location">attribute-location</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-attribute-location">attribute-location</a>      </dd>
     </dl>
   </div>
 
@@ -3574,7 +3685,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-agent">agent</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-agent">agent</a>      </dd>
     </dl>
   </div>
 
@@ -3620,7 +3731,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-agent">agent</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-agent">agent</a>      </dd>
     </dl>
   </div>
 
@@ -3668,7 +3779,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-agent">agent</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-agent">agent</a>      </dd>
     </dl>
   </div>
 </div>
@@ -3764,7 +3875,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-alternate">alternate</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-alternate">alternate</a>      </dd>
 
       </dl>
     </div>
@@ -3812,7 +3923,7 @@
     </div>
 
     <div class="description">
-      <div class="comment "><p>This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#prov-o-owl-profile">PROV-O OWL Profile</a>.</p>
+      <div class="comment "><p>This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.</p>
       </div>
       <div class="comment "><p>The Location of any resource.</p>
       </div>
@@ -3841,7 +3952,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-attribute-location">attribute-location</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-attribute-location">attribute-location</a>      </dd>
 
       </dl>
     </div>
@@ -3917,7 +4028,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Generation">Generation</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Generation">Generation</a>      </dd>
 
       </dl>
     </div>
@@ -3992,7 +4103,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Generation">Generation</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Generation">Generation</a>      </dd>
 
       </dl>
     </div>
@@ -4095,7 +4206,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-collection">collection</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-collection">collection</a>      </dd>
 
       </dl>
     </div>
@@ -4203,7 +4314,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-primary-source">primary-source</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-primary-source">primary-source</a>      </dd>
 
       </dl>
     </div>
@@ -4268,7 +4379,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-influence">influence</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-influence">influence</a>      </dd>
 
       </dl>
     </div>
@@ -4359,7 +4470,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Invalidation">Invalidation</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Invalidation">Invalidation</a>      </dd>
 
       </dl>
     </div>
@@ -4432,7 +4543,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Invalidation">Invalidation</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Invalidation">Invalidation</a>      </dd>
 
       </dl>
     </div>
@@ -4523,7 +4634,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-specialization">specialization</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-specialization">specialization</a>      </dd>
 
       </dl>
     </div>
@@ -4576,7 +4687,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-attribute-value">attribute-value</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-attribute-value">attribute-value</a>      </dd>
 
       </dl>
     </div>
@@ -4664,7 +4775,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-End">End</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-End">End</a>      </dd>
 
       </dl>
     </div>
@@ -4754,7 +4865,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Invalidation">Invalidation</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Invalidation">Invalidation</a>      </dd>
 
       </dl>
     </div>
@@ -4846,7 +4957,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-quotation">quotation</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-quotation">quotation</a>      </dd>
 
       </dl>
     </div>
@@ -4927,7 +5038,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-revision">revision</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-revision">revision</a>      </dd>
 
       </dl>
     </div>
@@ -5010,7 +5121,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Start">Start</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Start">Start</a>      </dd>
 
       </dl>
     </div>
@@ -5209,10 +5320,10 @@
     </div>
 
     <dl class="description">
+    <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>
     <dd class="comment"><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>
     </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>
@@ -5227,13 +5338,13 @@
 
       <dt></dt>
       <dd>
-        <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole">prov:hadRole</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#influencer" href="#influencer">prov:influencer</a>  <sup class="type-op" title="object property">op</sup>      </dd>
+        <a title="http://www.w3.org/ns/prov#influencer" href="#influencer">prov:influencer</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole">prov:hadRole</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a>  <sup class="type-op" title="object property">op</sup>      </dd>
 
       <dt>has subclasses</dt>
       <dd>
         <a title="http://www.w3.org/ns/prov#Invalidation" href="#Invalidation" class="owlclass">prov:Invalidation</a>
+        , <a title="http://www.w3.org/ns/prov#Generation" href="#Generation" class="owlclass">prov:Generation</a>
         , <a title="http://www.w3.org/ns/prov#Communication" href="#Communication" class="owlclass">prov:Communication</a>
-        , <a title="http://www.w3.org/ns/prov#Generation" href="#Generation" class="owlclass">prov:Generation</a>
       </dd>
     </dl>
   </div>
@@ -5294,7 +5405,7 @@
 
       <dt></dt>
       <dd>
-        <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole">prov:hadRole</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#influencer" href="#influencer">prov:influencer</a>  <sup class="type-op" title="object property">op</sup>      </dd>
+        <a title="http://www.w3.org/ns/prov#influencer" href="#influencer">prov:influencer</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole">prov:hadRole</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a>  <sup class="type-op" title="object property">op</sup>      </dd>
 
       <dt>has subclasses</dt>
       <dd>
@@ -5387,7 +5498,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Association">Association</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Association">Association</a>      </dd>
     </dl>
   </div>
 
@@ -5468,7 +5579,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-attribution">attribution</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-attribution">attribution</a>      </dd>
     </dl>
   </div>
 
@@ -5535,7 +5646,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Communication">Communication</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Communication">Communication</a>      </dd>
     </dl>
   </div>
 
@@ -5561,7 +5672,10 @@
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix ex:   &lt;http://example.com/vocab#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
-  
+
+### In this example, Frank (an insurance agent) acts on behalf of his company for performing
+### a policy sale
+ 
 :policySale
    a prov:Activity;
    prov:wasAssociatedWith :insuranceAgent_Frank;
@@ -5574,6 +5688,7 @@
       a prov:Delegation;
       prov:agent        :insuranceCompany_A;
       ex:rewardScheme   &quot;commission&quot;;
+      prov:hadActivity  :policySale ;
    ];
 .
 </pre>
@@ -5608,7 +5723,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-delegation">delegation</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-delegation">delegation</a>      </dd>
     </dl>
   </div>
 
@@ -5651,36 +5766,46 @@
       prov:entity      :aggregatedByRegions;  
                           
       # Derivations can cite the influencing Activity in doing the derivation.
-      prov:hadActivity   :illustration_activity;
+      prov:hadActivity   :create_the_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;
+      prov:hadUsage      :data_loading;
+      prov:hadGeneration :plot_the_chart;
    ];
 .
 
-:illustration_activity 
+### The process during which the chart was created, from loading the data to the software, to process the data and plot the chart.
+### Additional metadata was recorded, like when it started (before the usage), ended (after the generation of the chart) and who was associated with it.
+
+:create_the_chart 
    a prov:Activity;
-   prov:wasAttributedTo :derek;
-.
-
-:bar_chart_generation
+   prov:wasAssociatedWith :derek;
+   prov:startedAtTime &quot;2012-04-03T00:00:00Z&quot;^^xsd:dateTime;
+   prov:endedAtTime &quot;2012-04-03T00:00:10Z&quot;^^xsd:dateTime;
+.
+
+### The final chart was plotted
+
+:plot_the_chart
    a prov:Generation, prov:InstantaneousEvent;
    prov:atTime &quot;2012-04-03T00:00:01Z&quot;^^xsd:dateTime;
 .
 
-:how_illustration_activity_used_data
+### The data was getting used to create the chart
+
+:data_loading
    a prov:Usage;
+   prov:atTime &quot;2012-04-03T00:00:00Z&quot;^^xsd:dateTime;
 .
 </pre>
     </div>
 
     <dl class="description">
+    <dd class="comment"><p>The more specific forms of prov:Derivation (i.e., prov:Revision, prov:Quotation, prov:PrimarySource) should be asserted if they apply.</p>
+    </dd>
     <dd class="comment"><p>An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ].</p>
     </dd>
-    <dd class="comment"><p>The more specific forms of prov:Derivation (i.e., prov:Revision, prov:Quotation, prov:PrimarySource) should be asserted if they apply.</p>
-    </dd>
 
       <dt>is subclass of</dt>
       <dd>
@@ -5720,7 +5845,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Derivation">Derivation</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Derivation">Derivation</a>      </dd>
     </dl>
   </div>
 
@@ -5744,21 +5869,30 @@
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
-# End can be used to qualify wasEndedBy with time and location information
+### End can be used to qualify wasEndedBy with time and location information.
+### In this example, an experiment is stopped because an intermediate inconsitent resul.
 
 :experiment 
    a prov:Activity;
    prov:wasEndedBy :inconsistentResult;
    prov:qualifiedEnd [
       a prov:End;
-      prov:entity     :inconsistentResult;
-      prov:atTime     &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
-      prov:atLocation :scienceLab_003;
+      prov:entity       :inconsistentResult;
+      prov:atTime       &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+      prov:atLocation   :scienceLab_003;
+      prov:hadActivity  :analyse_intermediate_result ; 
    ];
 .
    
 :inconsistentResult a prov:Entity .
-</pre>
+
+### An implicit process analyzes the intermediate result to confirm its expected consistency
+
+analyse_intermediate_result
+   a   prov:Activity ;
+   prov:startedAtTime   &quot;2011-07-15T12:52:02Z&quot;^^xsd:dateTime;
+   prov:endedAtTime     &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+.</pre>
     </div>
 
     <dl class="description">
@@ -5777,7 +5911,7 @@
         <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a> <sup class="type-op" title="object property">op</sup>
       </dd><dt></dt>
       <dd>
-        <a title="http://www.w3.org/ns/prov#atTime" href="#atTime">prov:atTime</a>  <sup class="type-dp" title="data property">dp</sup>        , <a title="http://www.w3.org/ns/prov#entity" href="#entity">prov:entity</a>  <sup class="type-op" title="object property">op</sup>      </dd>
+        <a title="http://www.w3.org/ns/prov#entity" href="#entity">prov:entity</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#atTime" href="#atTime">prov:atTime</a>  <sup class="type-dp" title="data property">dp</sup>      </dd>
 
       <dt>in range of</dt>
       <dd>
@@ -5791,7 +5925,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-End">End</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-End">End</a>      </dd>
     </dl>
   </div>
 
@@ -5851,14 +5985,14 @@
 
       <dt></dt>
       <dd>
-        <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole">prov:hadRole</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#influencer" href="#influencer">prov:influencer</a>  <sup class="type-op" title="object property">op</sup>      </dd>
+        <a title="http://www.w3.org/ns/prov#influencer" href="#influencer">prov:influencer</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole">prov:hadRole</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a>  <sup class="type-op" title="object property">op</sup>      </dd>
 
       <dt>has subclasses</dt>
       <dd>
         <a title="http://www.w3.org/ns/prov#Usage" href="#Usage" class="owlclass">prov:Usage</a>
+        , <a title="http://www.w3.org/ns/prov#Start" href="#Start" class="owlclass">prov:Start</a>
+        , <a title="http://www.w3.org/ns/prov#End" href="#End" class="owlclass">prov:End</a>
         , <a title="http://www.w3.org/ns/prov#Derivation" href="#Derivation" class="owlclass">prov:Derivation</a>
-        , <a title="http://www.w3.org/ns/prov#End" href="#End" class="owlclass">prov:End</a>
-        , <a title="http://www.w3.org/ns/prov#Start" href="#Start" class="owlclass">prov:Start</a>
       </dd>
     </dl>
   </div>
@@ -5937,7 +6071,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Generation">Generation</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Generation">Generation</a>      </dd>
     </dl>
   </div>
 
@@ -6003,9 +6137,9 @@
 
       <dt></dt>
       <dd>
-        <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a> <sup class="type-op" title="object property">op</sup>
+        <a title="http://www.w3.org/ns/prov#influencer" href="#influencer">prov:influencer</a> <sup class="type-op" title="object property">op</sup>
         , <a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole">prov:hadRole</a> <sup class="type-op" title="object property">op</sup>
-        , <a title="http://www.w3.org/ns/prov#influencer" href="#influencer">prov:influencer</a> <sup class="type-op" title="object property">op</sup>
+        , <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a> <sup class="type-op" title="object property">op</sup>
       </dd>
 
       <dt>in range of</dt>
@@ -6027,7 +6161,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-influence">influence</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-influence">influence</a>      </dd>
     </dl>
   </div>
 
@@ -6085,11 +6219,11 @@
         <a title="http://www.w3.org/ns/prov#atLocation" href="#atLocation">prov:atLocation</a> <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole">prov:hadRole</a> <sup class="type-op" title="object property">op</sup>
       </dd><dt>has subclasses</dt>
       <dd>
-        <a title="http://www.w3.org/ns/prov#Generation" href="#Generation" class="owlclass">prov:Generation</a>
+        <a title="http://www.w3.org/ns/prov#Invalidation" href="#Invalidation" class="owlclass">prov:Invalidation</a>
         , <a title="http://www.w3.org/ns/prov#Start" href="#Start" class="owlclass">prov:Start</a>
+        , <a title="http://www.w3.org/ns/prov#End" href="#End" class="owlclass">prov:End</a>
         , <a title="http://www.w3.org/ns/prov#Usage" href="#Usage" class="owlclass">prov:Usage</a>
-        , <a title="http://www.w3.org/ns/prov#End" href="#End" class="owlclass">prov:End</a>
-        , <a title="http://www.w3.org/ns/prov#Invalidation" href="#Invalidation" class="owlclass">prov:Invalidation</a>
+        , <a title="http://www.w3.org/ns/prov#Generation" href="#Generation" class="owlclass">prov:Generation</a>
       </dd>
     </dl>
   </div>
@@ -6177,7 +6311,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Invalidation">Invalidation</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Invalidation">Invalidation</a>      </dd>
     </dl>
   </div>
 
@@ -6236,7 +6370,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Association">Association</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Association">Association</a>      </dd>
     </dl>
   </div>
 
@@ -6306,7 +6440,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-primary-source">primary-source</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-primary-source">primary-source</a>      </dd>
     </dl>
   </div>
 
@@ -6380,7 +6514,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-quotation">quotation</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-quotation">quotation</a>      </dd>
     </dl>
   </div>
 
@@ -6456,7 +6590,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-revision">revision</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-revision">revision</a>      </dd>
     </dl>
   </div>
 
@@ -6527,7 +6661,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-attribute-role">attribute-role</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-attribute-role">attribute-role</a>      </dd>
     </dl>
   </div>
 
@@ -6551,21 +6685,33 @@
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
-# Start can be used to qualify wasStartedBy with time and location information.
-
-:experimenting23
+### Start can be used to qualify wasStartedBy with time and location information.
+### In this example, a consistency checking activity is started by the update of a data record.
+
+:consistency_checking
    a prov:Activity;
-   prov:wasStartedBy :researcher;
+   prov:wasStartedBy :updated_data_record;
    prov:qualifiedStart [
       a prov:Start;
-      prov:entity    :researcher;
-      prov:atTime    &quot;2011-07-06T01:48:36Z&quot;^^xsd:dateTime;
-      prov:atLocation :scienceLab_003;
+      prov:entity       :updated_data_record;
+      prov:atTime       &quot;2011-07-06T01:48:36Z&quot;^^xsd:dateTime;
+      prov:atLocation   :scienceLab_003;
+      prov:hadActivity  :syntax_checking;
    ];
 .
 
-:researcher a prov:Agent .
-</pre>
+:updated_data_record a prov:Entity .
+
+### There is an explicit process of checking the syntax of the updated data record
+
+:syntax_checking
+   a   prov:Activity ;
+   prov:startedAtTime      &quot;2011-07-06T01:48:36Z&quot;^^xsd:dateTime;
+   prov:endedAtTime        &quot;2011-07-06T02:12:36Z&quot;^^xsd:dateTime;
+   prov:wasAssociatedWith  :syntax_checker ;
+.
+
+:syntax_checker   a   prov:SoftwareAgent .</pre>
     </div>
 
     <dl class="description">
@@ -6584,7 +6730,7 @@
         <a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity">prov:hadActivity</a> <sup class="type-op" title="object property">op</sup>
       </dd><dt></dt>
       <dd>
-        <a title="http://www.w3.org/ns/prov#atTime" href="#atTime">prov:atTime</a>  <sup class="type-dp" title="data property">dp</sup>        , <a title="http://www.w3.org/ns/prov#entity" href="#entity">prov:entity</a>  <sup class="type-op" title="object property">op</sup>      </dd>
+        <a title="http://www.w3.org/ns/prov#entity" href="#entity">prov:entity</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#atTime" href="#atTime">prov:atTime</a>  <sup class="type-dp" title="data property">dp</sup>      </dd>
 
       <dt>in range of</dt>
       <dd>
@@ -6598,7 +6744,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Start">Start</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Start">Start</a>      </dd>
     </dl>
   </div>
 
@@ -6661,7 +6807,7 @@
 
       <dt></dt>
       <dd>
-        <a title="http://www.w3.org/ns/prov#atTime" href="#atTime">prov:atTime</a>  <sup class="type-dp" title="data property">dp</sup>        , <a title="http://www.w3.org/ns/prov#entity" href="#entity">prov:entity</a>  <sup class="type-op" title="object property">op</sup>      </dd>
+        <a title="http://www.w3.org/ns/prov#entity" href="#entity">prov:entity</a>  <sup class="type-op" title="object property">op</sup>        , <a title="http://www.w3.org/ns/prov#atTime" href="#atTime">prov:atTime</a>  <sup class="type-dp" title="data property">dp</sup>      </dd>
 
       <dt>in range of</dt>
       <dd>
@@ -6676,7 +6822,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-        <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Usage">Usage</a>      </dd>
+        <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Usage">Usage</a>      </dd>
     </dl>
   </div>
 </div>
@@ -7006,7 +7152,7 @@
     </div>
 
     <div class="description">
-      <div class="comment "><p>This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#prov-o-owl-profile">PROV-O OWL Profile</a>.</p>
+      <div class="comment "><p>This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.</p>
       </div>
       <div class="comment "><p>The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead).</p>
       </div>
@@ -7038,7 +7184,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Activity">Activity</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Activity">Activity</a>      </dd>
 
       </dl>
     </div>
@@ -7118,7 +7264,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Generation">Generation</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Generation">Generation</a>      </dd>
 
       </dl>
     </div>
@@ -7189,7 +7335,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Association">Association</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Association">Association</a>      </dd>
 
       </dl>
     </div>
@@ -7242,7 +7388,7 @@
     </div>
 
     <div class="description">
-      <div class="comment "><p>This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#prov-o-owl-profile">PROV-O OWL Profile</a>.</p>
+      <div class="comment "><p>This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.</p>
       </div>
       <div class="comment "><p>The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].</p>
       </div>
@@ -7252,12 +7398,12 @@
         <dd>
           <ul>
             <li>
-              <a title="http://www.w3.org/ns/prov#Influence" href="#Influence" class="owlclass">prov:Influence</a>
-            </li>
-            <li>
               <a title="http://www.w3.org/ns/prov#Association" href="#Association" class="owlclass">prov:Association</a>
                or <a title="http://www.w3.org/ns/prov#InstantaneousEvent" href="#InstantaneousEvent" class="owlclass">prov:InstantaneousEvent</a>
             </li>
+            <li>
+              <a title="http://www.w3.org/ns/prov#Influence" href="#Influence" class="owlclass">prov:Influence</a>
+            </li>
           </ul>
         </dd>
 
@@ -7272,7 +7418,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-attribute-role">attribute-role</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-attribute-role">attribute-role</a>      </dd>
 
       </dl>
     </div>
@@ -7339,7 +7485,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Usage">Usage</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Usage">Usage</a>      </dd>
 
       </dl>
     </div>
@@ -7410,6 +7556,14 @@
           </ul>
         </dd>
 
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+            </li>
+          </ul>
+        </dd>
+
         <dt>has sub-properties</dt>
         <dd>
           <ul>
@@ -7427,7 +7581,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-influence">influence</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-influence">influence</a>      </dd>
 
       </dl>
     </div>
@@ -7526,7 +7680,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Association">Association</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Association">Association</a>      </dd>
 
       </dl>
     </div>
@@ -7616,7 +7770,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-attribution">attribution</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-attribution">attribution</a>      </dd>
 
       </dl>
     </div>
@@ -7707,7 +7861,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Communication">Communication</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Communication">Communication</a>      </dd>
 
       </dl>
     </div>
@@ -7737,7 +7891,7 @@
 @prefix :     &lt;http://example.com/&gt; .
 
 :traffic-stop
-    a prov:Activity;
+   a prov:Activity;
    prov:wasAssociatedWith :chauffeur, 
                           :traffic-officer-34;
    prov:qualifiedAssociation [
@@ -7745,14 +7899,14 @@
       prov:agent :chauffeur;
       
       # The chauffeur was the one violating traffic rules.
-      ex:hadRole :violator; 
+      prov:hadRole :violator; 
    ];
    prov:qualifiedAssociation [
       a prov:Association;
       prov:agent :traffic-officer-34;
       
       # The officer was the one enforcing the traffic rules.
-      ex:hadRole :enforcer; 
+      prov:hadRole :enforcer; 
    ];
 .
 
@@ -7764,10 +7918,22 @@
       prov:agent :celebrity-in-car;
       
       # The celebrity employed the chauffeur during the enforcement.
-      ex:hadRole :employer; 
+      prov:hadRole :employer; 
+      prov:hadActivity  :driving-during-the-year ;
    ];
 .
 
+#The chaffeur was employed for a whole year as a driver
+:driving-during-the-year   a   prov:Activity ;
+   prov:wasAssociatedWith :chaffeur;
+   prov:qualifiedAssociation [
+      a prov:Association;
+      prov:hadRole :driver;
+   ];
+   prov:startedAtTime &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+   prov:endedAtTime &quot;2012-07-16T01:52:02Z&quot;^^xsd:dateTime;;
+.
+
 :traffic_officer_34 
    a prov:Person;
    prov:actedOnBehalfOf :city-of-Paris;
@@ -7776,9 +7942,12 @@
       prov:agent :city-of-Paris;
       
       # The city of Paris employed the officer during the enforcement.
-      ex:hadRole :employer; 
+      prov:hadRole :employer; 
+      prov:hadActivity      :control-city-traffic ;
    ];
 .
+
+:control-city-traffic   a   prov:Activity .
 </pre>
     </div>
 
@@ -7821,7 +7990,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-delegation">delegation</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-delegation">delegation</a>      </dd>
 
       </dl>
     </div>
@@ -7848,15 +8017,34 @@
 @prefix :     &lt;http://example.com/&gt; .
 
 :bar_chart
+   a prov:Entity;
    prov:wasDerivedFrom :aggregatedByRegions;
    prov:qualifiedDerivation [
       a prov:Derivation;
       prov:entity :aggregatedByRegions; 
       
       ## More details about the activity underpinning the derivation        
-      prov:hadGeneration :illustration; 
+      prov:hadGeneration :chat_plotting; 
+      prov:hadActivity   :chart_creation ;
    ];
 .
+
+### The process of creating the chart, from loading the data, to process it, and plot it to end users
+
+:chart_creation
+    a    prov:Activity ;
+    prov:wasAssociatedWith :derek;
+    prov:startedAtTime  &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+    prov:endedAtTime &quot;2011-07-16T03:00:02Z&quot;^^xsd:dateTime;
+.
+
+#### Now the chart is plotted
+
+:chat_plotting
+    a    prov:Generation ;
+    prov:atTime    &quot;2011-07-16T03:00:02Z&quot;^^xsd:dateTime;
+.
+
 </pre>
     </div>
 
@@ -7899,7 +8087,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Derivation">Derivation</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Derivation">Derivation</a>      </dd>
 
       </dl>
     </div>
@@ -7925,21 +8113,29 @@
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
-## The end of the experiment might have been triggered by this inconsistent result
+### End can be used to qualify wasEndedBy with time and location information
 
 :experiment 
-   a prov:Acticity;
+   a prov:Activity;
    prov:wasEndedBy :inconsistentResult;
    prov:qualifiedEnd [
       a prov:End;
-      prov:entity     :inconsistentResult;
-      prov:atTime     &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
-      prov:atLocation :scienceLab003;
+      prov:entity       :inconsistentResult;
+      prov:atTime       &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+      prov:atLocation   :scienceLab_003;
+      prov:hadActivity  :analyse_intermediate_result ; 
    ];
 .
-
-:inconsistentResult a prov:Entity.
-</pre>
+   
+:inconsistentResult a prov:Entity .
+
+### An implicit process of analysing the intermediate result to confirm its expected consistency
+
+analyse_intermediate_result
+   a   prov:Activity ;
+   prov:startedAtTime   &quot;2011-07-15T12:52:02Z&quot;^^xsd:dateTime;
+   prov:endedAtTime     &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+.</pre>
     </div>
 
     <div class="description">
@@ -7981,7 +8177,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-End">End</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-End">End</a>      </dd>
 
       </dl>
     </div>
@@ -8060,7 +8256,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Generation">Generation</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Generation">Generation</a>      </dd>
 
       </dl>
     </div>
@@ -8151,15 +8347,15 @@
               <a title="http://www.w3.org/ns/prov#qualifiedGeneration" href="#qualifiedGeneration" class="owlclass">prov:qualifiedGeneration</a>
             </li>
             <li>
-              <a title="http://www.w3.org/ns/prov#qualifiedEnd" href="#qualifiedEnd" class="owlclass">prov:qualifiedEnd</a>
+              <a title="http://www.w3.org/ns/prov#qualifiedAttribution" href="#qualifiedAttribution" class="owlclass">prov:qualifiedAttribution</a>
+            </li>
+            <li>
+              <a title="http://www.w3.org/ns/prov#qualifiedInvalidation" href="#qualifiedInvalidation" class="owlclass">prov:qualifiedInvalidation</a>
             </li>
             <li>
               <a title="http://www.w3.org/ns/prov#qualifiedCommunication" href="#qualifiedCommunication" class="owlclass">prov:qualifiedCommunication</a>
             </li>
             <li>
-              <a title="http://www.w3.org/ns/prov#qualifiedAttribution" href="#qualifiedAttribution" class="owlclass">prov:qualifiedAttribution</a>
-            </li>
-            <li>
               <a title="http://www.w3.org/ns/prov#qualifiedDelegation" href="#qualifiedDelegation" class="owlclass">prov:qualifiedDelegation</a>
             </li>
             <li>
@@ -8169,7 +8365,7 @@
               <a title="http://www.w3.org/ns/prov#qualifiedRevision" href="#qualifiedRevision" class="owlclass">prov:qualifiedRevision</a>
             </li>
             <li>
-              <a title="http://www.w3.org/ns/prov#qualifiedInvalidation" href="#qualifiedInvalidation" class="owlclass">prov:qualifiedInvalidation</a>
+              <a title="http://www.w3.org/ns/prov#qualifiedEnd" href="#qualifiedEnd" class="owlclass">prov:qualifiedEnd</a>
             </li>
             <li>
               <a title="http://www.w3.org/ns/prov#qualifiedPrimarySource" href="#qualifiedPrimarySource" class="owlclass">prov:qualifiedPrimarySource</a>
@@ -8190,7 +8386,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-influence">influence</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-influence">influence</a>      </dd>
 
       </dl>
     </div>
@@ -8275,7 +8471,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Invalidation">Invalidation</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Invalidation">Invalidation</a>      </dd>
 
       </dl>
     </div>
@@ -8365,7 +8561,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-primary-source">primary-source</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-primary-source">primary-source</a>      </dd>
 
       </dl>
     </div>
@@ -8459,7 +8655,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-quotation">quotation</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-quotation">quotation</a>      </dd>
 
       </dl>
     </div>
@@ -8539,7 +8735,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-revision">revision</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-revision">revision</a>      </dd>
 
       </dl>
     </div>
@@ -8565,21 +8761,32 @@
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
-# Start can be used to qualify wasStartedBy with time and location information
-
-:experiment
+# Start can be used to qualify wasStartedBy with time and location information.
+
+:consistency_checking
    a prov:Activity;
-   prov:wasStartedBy :researcher;
+   prov:wasStartedBy :updated_data_record;
    prov:qualifiedStart [
       a prov:Start;
-      prov:entity     :researcher;
-      prov:atTime     &quot;2011-07-06T01:48:36Z&quot;^^xsd:dateTime;
-      prov:atLocation :scienceLab_003;
+      prov:entity       :updated_data_record;
+      prov:atTime       &quot;2011-07-06T01:48:36Z&quot;^^xsd:dateTime;
+      prov:atLocation   :scienceLab_003;
+      prov:hadActivity  :syntax_checking;
    ];
 .
 
-:researcher a prov:Agent .
-</pre>
+:updated_data_record a prov:Entity .
+
+### There is an explicit process of checking the syntax of the updated data record
+
+:syntax_checking
+   a   prov:Activity ;
+   prov:startedAtTime      &quot;2011-07-06T01:48:36Z&quot;^^xsd:dateTime;
+   prov:endedAtTime        &quot;2011-07-06T02:12:36Z&quot;^^xsd:dateTime;
+   prov:wasAssociatedWith  :syntax_checker ;
+.
+
+:syntax_checker   a   prov:SoftwareAgent .</pre>
     </div>
 
     <div class="description">
@@ -8621,7 +8828,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Start">Start</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Start">Start</a>      </dd>
 
       </dl>
     </div>
@@ -8703,7 +8910,7 @@
 
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-Usage">Usage</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-Usage">Usage</a>      </dd>
 
       </dl>
     </div>
@@ -8750,9 +8957,9 @@
     </div>
 
     <div class="description">
-      <div class="comment "><p>This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#prov-o-owl-profile">PROV-O OWL Profile</a>.</p>
+      <div class="comment "><p>This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.</p>
       </div>
-      <div class="comment "><p>Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable.</p>
+      <div class="comment "><p>Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable.</p>
       </div>
       <dl>
 
@@ -8788,10 +8995,13 @@
               <a title="http://www.w3.org/ns/prov#actedOnBehalfOf" href="#actedOnBehalfOf" class="owlclass">prov:actedOnBehalfOf</a>
             </li>
             <li>
+              <a title="http://www.w3.org/ns/prov#wasStartedBy" href="#wasStartedBy" class="owlclass">prov:wasStartedBy</a>
+            </li>
+            <li>
               <a title="http://www.w3.org/ns/prov#wasInvalidatedBy" href="#wasInvalidatedBy" class="owlclass">prov:wasInvalidatedBy</a>
             </li>
             <li>
-              <a title="http://www.w3.org/ns/prov#wasStartedBy" href="#wasStartedBy" class="owlclass">prov:wasStartedBy</a>
+              <a title="http://www.w3.org/ns/prov#wasInformedBy" href="#wasInformedBy" class="owlclass">prov:wasInformedBy</a>
             </li>
             <li>
               <a title="http://www.w3.org/ns/prov#wasAttributedTo" href="#wasAttributedTo" class="owlclass">prov:wasAttributedTo</a>
@@ -8800,9 +9010,6 @@
               <a title="http://www.w3.org/ns/prov#wasEndedBy" href="#wasEndedBy" class="owlclass">prov:wasEndedBy</a>
             </li>
             <li>
-              <a title="http://www.w3.org/ns/prov#wasInformedBy" href="#wasInformedBy" class="owlclass">prov:wasInformedBy</a>
-            </li>
-            <li>
               <a title="http://www.w3.org/ns/prov#wasAssociatedWith" href="#wasAssociatedWith" class="owlclass">prov:wasAssociatedWith</a>
             </li>
             <li>
@@ -8817,9 +9024,21 @@
           </ul>
         </dd>
 
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a title="http://www.w3.org/ns/prov#qualifiedInfluence" href="#qualifiedInfluence" class="owlproperty">prov:qualifiedInfluence</a> <sup class="type-op" title="object property">op</sup>
+            </li>
+            <li>
+              <a title="http://www.w3.org/ns/prov#Influence" href="#Influence" class="owlclass">prov:Influence</a>
+            </li>
+          </ul>
+        </dd>
+
       <dt>PROV-DM term</dt>
       <dd>
-         <a title="prov-dm" href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#term-influence">influence</a>      </dd>
+         <a title="prov-dm" href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/Overview.html#term-influence">influence</a>      </dd>
 
       </dl>
     </div>
@@ -8847,10 +9066,10 @@
     </section -->
 
 
-    <div class="appendix section" id="prov-o-owl-profile">
+    <div id="owl-profile" class="appendix informative section">
       
 <!-- OddPage -->
-<h2><span class="secno">A. </span>PROV-O OWL Profile</h2>
+<h2><span class="secno">A. </span>PROV-O OWL Profile</h2><p><em>This section is non-normative.</em></p>
 
       <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-OWL2-PRIMER">OWL2-PRIMER</a></cite>], 
@@ -8959,7 +9178,7 @@
          </p>
     </div>
 
-    <div class="appendix section" id="names-of-inverse-properties">
+    <div class="appendix section" id="inverse-names">
       
 <!-- OddPage -->
 <h2><span class="secno">B. </span>Names of inverse properties</h2>
@@ -9039,7 +9258,7 @@
      </div>
 
       <p>The following table lists the recommended inverse names that should be used if a modeler does not want to use the recommended PROV-O property. 
-      For convenience, <a href="http://www.w3.org/ns/prov-o-inverses.owl">this file</a> lists the resulting inverse properties.
+      For convenience, <a href="http://www.w3.org/ns/prov-o-inverses">this file</a> lists the resulting inverse properties.
       </p>
 
 
@@ -9125,7 +9344,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>
@@ -9145,6 +9364,7 @@
  <td><a title="http://www.w3.org/ns/prov#Influence" href="#Influence" class="owlproperty">prov:Influence</a></td>
  <td><a title="http://www.w3.org/ns/prov#influencer" href="#influencer" class="owlproperty">prov:influencer</a></td>
  <td>prov:hadInfluence</td>
+ <td>union</td>
  </tr>
  <tr>
  <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
@@ -9324,10 +9544,10 @@
        </div>
 
 
-    <div class="appendix section" id="changes-since-wd-prov-o-20120724">
+    <div class="appendix informative section" id="changes-since-wd-prov-o-20120724">
       
 <!-- OddPage -->
-<h2><span class="secno">C. </span>Changes since WD-prov-o-20120724</h2>
+<h2><span class="secno">C. </span>Changes since WD-prov-o-20120724</h2><p><em>This section is non-normative.</em></p>
       <ul>
          <li>Restated <a href="#hadRole" class="qname">prov:hadRole</a>'s domain to 'Association or InstantaneousEvent' 
              instead of the original that enumerated the subclasses of InstantaneousEvent 
@@ -9373,16 +9593,18 @@
 
          <li>Added <a href="#compliance">Compliance with this document</a> section.</li>
 
-         <li>Corrected Turtle syntax for RL violations in <a href="#prov-o-owl-profile">PROV-O OWL Profile</a> section. They were missing owl:unionOf.</li>
+         <li>Corrected Turtle syntax for RL violations in <a href="#owl-profile">PROV-O OWL Profile</a> section. They were missing owl:unionOf.</li>
 
          <li>Updated attributions for the tools used to produce this document in <a href="#acknowledgements">Acknowledgements</a> section.</li>
+
+         <li>Reworked the <a href="#description-expanded-terms">Expanded Terms</a> narrative and examples to better highlight each term.</li>
       </ul>
     </div>
 
-    <div class="appendix section" id="acknowledgements">
+    <div class="appendix informative section" id="acknowledgements">
       
 <!-- OddPage -->
-<h2><span class="secno">D. </span>Acknowledgements</h2>
+<h2><span class="secno">D. </span>Acknowledgements</h2><p><em>This section is non-normative.</em></p>
 
       <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 (<acronym title="World Wide Web Consortium">W3C</acronym>/<acronym title="Massachusetts Institute of Technology">MIT</acronym>) and Ivan Herman (<acronym title="World Wide Web Consortium">W3C</acronym>/<acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym>), <acronym title="World Wide Web Consortium">W3C</acronym> contacts for the PROV Working Group.</p>
 
@@ -9480,19 +9702,18 @@
 <!-- OddPage -->
 <h2><span class="secno">E. </span>References</h2><div id="normative-references" class="section"><h3><span class="secno">E.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-IRI">[IRI]</dt><dd>M. Duerst, M. Suignard. <a href="http://www.ietf.org/rfc/rfc3987.txt"><cite>Internationalized Resource Identifiers (IRI).</cite></a> January 2005. Internet RFC 3987. URL: <a href="http://www.ietf.org/rfc/rfc3986.txt">http://www.ietf.org/rfc/rfc3987.txt</a> 
 </dd><dt id="bib-OWL2-OVERVIEW">[OWL2-OVERVIEW]</dt><dd>W3C OWL Working Group. <a href="http://www.w3.org/TR/2009/REC-owl2-overview-20091027/"><cite>OWL 2 Web Ontology Language: Overview.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-overview-20091027/">http://www.w3.org/TR/2009/REC-owl2-overview-20091027/</a> 
-</dd><dt id="bib-OWL2-PRIMER">[OWL2-PRIMER]</dt><dd>Pascal Hitzler; Markus Krötzsch; Bijan Parsia; Peter F. Patel-Schneider; Sebastian Rudolph. <a href="http://www.w3.org/TR/2009/REC-owl2-primer-20091027/"><cite>OWL 2 Web Ontology Language:Primer.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-primer-20091027/">http://www.w3.org/TR/2009/REC-owl2-primer-20091027/</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-PROV-CONSTRAINTS">[PROV-CONSTRAINTS]</dt><dd>James Cheney; Paolo Missier; Luc Moreau; eds. <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/"><cite>Constraints of the PROV Data Model</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/">http://www.w3.org/TR/2012/CR-prov-constraints-20121211/</a>
 </dd><dt id="bib-PROV-DM">[PROV-DM]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><cite>PROV-DM: The PROV Data Model</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/">http://www.w3.org/TR/2012/CR-prov-dm-20121211/</a>
 </dd><dt id="bib-PROV-N">[PROV-N]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><cite>PROV-N: The Provenance Notation</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/">http://www.w3.org/TR/2012/CR-prov-n-20121211/</a>
 </dd><dt id="bib-RDF-CONCEPTS">[RDF-CONCEPTS]</dt><dd>Graham Klyne; Jeremy J. Carroll. <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/"><cite>Resource Description Framework (RDF): Concepts and Abstract Syntax.</cite></a> 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/">http://www.w3.org/TR/2004/REC-rdf-concepts-20040210</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-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">E.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 01 June 2012 URL: <a href="http://patterns.dataincubator.org/book/qualified-relation.html">http://patterns.dataincubator.org/book/qualified-relation.html</a>
+</dd></dl></div><div id="informative-references" class="section"><h3><span class="secno">E.2 </span>Informative references</h3><dl class="bibliography"><dt id="bib-LD-Patterns-QR">[LD-Patterns-QR]</dt><dd>Leigh Dodds; Ian Davis. <a href="http://patterns.dataincubator.org/book/qualified-relation.html"><cite>Qualified Relation</cite></a>. modified 31 May 2012, accessed 01 June 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-OWL2-PRIMER">[OWL2-PRIMER]</dt><dd>Pascal Hitzler; Markus Krötzsch; Bijan Parsia; Peter F. Patel-Schneider; Sebastian Rudolph. <a href="http://www.w3.org/TR/2009/REC-owl2-primer-20091027/"><cite>OWL 2 Web Ontology Language:Primer.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-primer-20091027/">http://www.w3.org/TR/2009/REC-owl2-primer-20091027/</a> 
 </dd><dt id="bib-PROV-AQ">[PROV-AQ]</dt><dd>Graham Klyne; Paul Groth; eds. <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/"><cite>Provenance Access and Query</cite></a>. 19 June 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/">http://www.w3.org/TR/2012/WD-prov-aq-20120619/</a>
-</dd><dt id="bib-PROV-OVERVIEW">[PROV-OVERVIEW]</dt><dd>Editors TBD. <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite>PROV-OVERVIEW: The PROV Family of Documents</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</a>
-</dd><dt id="bib-PROV-PRIMER">[PROV-PRIMER]</dt><dd>Yolanda Gil; Simon Miles; eds. <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><cite>Prov Model Primer</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/">http://www.w3.org/TR/2012/WD-prov-primer-20121211/</a>
+</dd><dt id="bib-PROV-OVERVIEW">[PROV-OVERVIEW]</dt><dd>Paul Groth; Luc Moreau; eds. <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite>PROV-OVERVIEW: An Overview of the PROV Family of Documents</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</a>
+</dd><dt id="bib-PROV-PRIMER">[PROV-PRIMER]</dt><dd>Yolanda Gil; Simon Miles; eds. <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><cite>PROV Model Primer</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/">http://www.w3.org/TR/2012/WD-prov-primer-20121211/</a>
 </dd><dt id="bib-PROV-XML">[PROV-XML]</dt><dd>Hook Hua; Curt Tilmes; Stephan Zednik; eds. <a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/"><cite>PROV-XML: The PROV XML Schema</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/">http://www.w3.org/TR/2012/WD-prov-xml-20121211/</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><dt id="bib-TRIG">[TRIG]</dt><dd>Chris Bizer and Richard Cyganiak <a href="http://wifo5-03.informatik.uni-mannheim.de/bizer/trig/"><cite>The TriG Syntax</cite></a>. modified 30 July 2007, accessed 05 November 2012 URL: <a href="http://wifo5-03.informatik.uni-mannheim.de/bizer/trig/">http://wifo5-03.informatik.uni-mannheim.de/bizer/trig/</a>
+</dd><dt id="bib-TRIG">[TRIG]</dt><dd>Chris Bizer; Richard Cyganiak. <a href="http://wifo5-03.informatik.uni-mannheim.de/bizer/trig/"><cite>The TriG Syntax</cite></a>. modified 30 July 2007, accessed 05 November 2012 URL: <a href="http://wifo5-03.informatik.uni-mannheim.de/bizer/trig/">http://wifo5-03.informatik.uni-mannheim.de/bizer/trig/</a>
 </dd></dl></div></div></body></html>
--- a/ontology/releases/CR-prov-o-20121211/diagrams/expanded-terms-example-bundlePost.svg	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/releases/CR-prov-o-20121211/diagrams/expanded-terms-example-bundlePost.svg	Tue Nov 27 11:44:38 2012 +0000
@@ -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="11 10 963 711" width="963pt" height="711pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-11-16 14:21Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.2 --></metadata><defs><font-face font-family="Courier" font-size="18" units-per-em="1000" underline-position="-178.22266" underline-thickness="57.617188" slope="0" x-height="462.40234" cap-height="594.72656" ascent="753.90625" descent="-246.09375" font-weight="500"><font-face-src><font-face-name name="Courier"/></font-face-src></font-face><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><font-face font-family="Helvetica" font-size="12" units-per-em="1000" underline-position="-75.683594" underline-thickness="49.316406" slope="0" x-height="532.22656" cap-height="719.72656" ascent="770.01953" descent="-229.98047" font-weight="bold"><font-face-src><font-face-name name="Helvetica-Bold"/></font-face-src></font-face><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_2" viewBox="-1 -3 5 6" markerWidth="5" markerHeight="6" color="black"><g><path d="M 2.8799996 0 L 0 -1.07999986 L 0 1.07999986 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><font-face font-family="Courier" font-size="12" units-per-em="1000" underline-position="-178.22266" underline-thickness="57.617188" slope="0" x-height="462.40234" cap-height="594.72656" ascent="753.90625" descent="-246.09375" font-weight="500"><font-face-src><font-face-name name="Courier"/></font-face-src></font-face></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 1</title><rect fill="white" width="1068" height="852"/><g><title>Layer 1</title><rect x="13.407654" y="12" width="958.59235" height="707" fill="#f3f3f3"/><path d="M 13.407654 12 L 972 12 L 972 719 L 13.407654 719 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><text transform="translate(18.407654 17)" fill="black"><tspan font-family="Courier" font-size="18" font-weight="500" x="463.49442" y="18" textLength="21.603516">&lt;&gt;</tspan></text><path d="M 268.36029 221.29313 L 268.36029 185.27513 L 314.81444 167.29313 L 361.2686 185.27513 L 361.2686 221.29313 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 268.36029 221.29313 L 268.36029 185.27513 L 314.81444 167.29313 L 361.2686 185.27513 L 361.2686 221.29313 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(273.36029 196.25713)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="24.778373" y="11" textLength="33.351562">:derek</tspan></text><path d="M 256 177.81971 C 256 170.29396 253.10094 169.36287 231.92414 161.91497 L 231.70043 161.83791 C 210.41177 154.31216 210.19034 154.31216 188.34242 154.31216 C 159.25141 154.31216 27.727844 154.31216 27.727844 154.31216 L 27.727844 233.75642 L 256 233.75642 L 256 177.81971 Z" fill="white"/><path d="M 256 177.81971 C 256 170.29396 253.10094 169.36287 231.92414 161.91497 L 231.70043 161.83791 C 210.41177 154.31216 210.19034 154.31216 188.34242 154.31216 C 159.25141 154.31216 27.727844 154.31216 27.727844 154.31216 L 27.727844 233.75642 L 256 233.75642 L 256 177.81971 Z M 256 177.43203 C 256 170.29396 255.7763 170.29396 210.19034 170.29396 L 210.19034 170.29396 C 210.19034 154.39001 210.19034 154.31216 189.68009 154.31216" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(32.727844 159.03429)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="162.42773">type=prov:Person, 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="217.29492">foaf:mbox=&lt;mailto:derek@example.org&gt;</tspan></text><line x1="267.86029" y1="194.22305" x2="256.5" y2="194.20609" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 268.36029 107.11431 L 268.36029 71.096312 L 314.86029 53.114312 L 361.36029 71.096312 L 361.36029 107.11431 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 268.36029 107.11431 L 268.36029 71.096312 L 314.86029 53.114312 L 361.36029 71.096312 L 361.36029 107.11431 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(273.36029 75.078312)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="15.478516" y="11" textLength="52.04297">:national_</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="1.140625" y="25" textLength="80.71875">newspaper_inc</tspan></text><line x1="314.8289" y1="166.79862" x2="314.85508" y2="117.01431" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="252.34423" y="128.63718" width="125" height="18" fill="#f3f3f3"/><text transform="translate(255.34423 130.63718)" 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 599.75835 70.473465 C 599.75835 64.916073 597.03916 64.228512 577.17626 58.728613 L 576.96644 58.671707 C 556.99863 53.114315 556.79094 53.114315 536.29856 53.114315 C 509.0125 53.114315 385.6493 53.114315 385.6493 53.114315 L 385.6493 111.77991 L 599.75835 111.77991 L 599.75835 70.473465 Z" fill="white"/><path d="M 599.75835 70.473465 C 599.75835 64.916073 597.03916 64.228512 577.17626 58.728613 L 576.96644 58.671707 C 556.99863 53.114315 556.79094 53.114315 536.29856 53.114315 C 509.0125 53.114315 385.6493 53.114315 385.6493 53.114315 L 385.6493 111.77991 L 599.75835 111.77991 L 599.75835 70.473465 Z M 599.75835 70.187177 C 599.75835 64.916073 599.54852 64.916073 556.79094 64.916073 L 556.79094 64.916073 C 556.79094 53.171807 556.79094 53.114315 537.55324 53.114315" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(390.6493 61.447113)" 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="172.69336">foaf:name="National Newspaper</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="172.03711" y="39" textLength="30.269531">, Inc."</tspan></text><line x1="361.36029" y1="80.114312" x2="385.14937" y2="80.53683" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 723 221.29312 L 723 185.27513 L 769.5 167.29313 L 816 185.27513 L 816 221.29312 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 723 221.29312 L 723 185.27513 L 769.5 167.29313 L 816 185.27513 L 816 221.29312 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(728 196.25713)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="12.818359" y="11" textLength="57.36328">:postEditor</tspan></text><path d="M 955.4086 255.35018 C 955.4086 249.79279 953.1564 249.10523 936.70464 243.60533 L 936.53085 243.54842 C 919.9922 237.99103 919.8202 237.99103 902.84705 237.99103 C 880.24695 237.99103 778.06946 237.99103 778.06946 237.99103 L 778.06946 296.65662 L 955.4086 296.65662 L 955.4086 255.35018 Z" fill="white"/><path d="M 955.4086 255.35018 C 955.4086 249.79279 953.1564 249.10523 936.70464 243.60533 L 936.53085 243.54842 C 919.9922 237.99103 919.8202 237.99103 902.84705 237.99103 C 880.24695 237.99103 778.06946 237.99103 778.06946 237.99103 L 778.06946 296.65662 L 955.4086 296.65662 L 955.4086 255.35018 Z M 955.4086 255.06389 C 955.4086 249.79279 955.2348 249.79279 919.8202 249.79279 L 919.8202 249.79279 C 919.8202 238.04852 919.8202 237.99103 903.88626 237.99103" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(783.06946 246.32383)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="135.08203">type=prov:SoftwareAgent</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="157.61719">foaf:name="Post Editor 3000"</tspan></text><line x1="805.84973" y1="221.59339" x2="827.28304" y2="237.69076" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><ellipse cx="547.96495" cy="141.77951" rx="88.669716" ry="18.000029" fill="#ffffbe"/><ellipse cx="547.96495" cy="141.77951" rx="88.669716" ry="18.000029" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(482.0293 134.77951)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="4.8926897" y="11" textLength="122.08594">:aggregatedByRegions</tspan></text><line x1="599.5855" y1="126.93316" x2="716.48567" y2="93.312046" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="616.85097" y="100.16908" width="89" height="18" fill="#f3f3f3"/><text transform="translate(619.85097 102.16908)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47265625" y="11" textLength="82.054688">prov:atLocation</tspan></text><ellipse cx="134.78237" cy="485.98342" rx="107.054695" ry="16.295786" fill="#804000" fill-opacity=".38999999"/><ellipse cx="134.78237" cy="485.98342" rx="107.054695" ry="16.295786" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(54.13875 478.98342)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="1.2871765" y="11" textLength="158.71289">:more-crime-happens-in-cities</tspan></text><path d="M 210 398.43315 C 210 395.73334 207.68514 395.39932 190.77576 392.72745 L 190.59713 392.6998 C 173.59843 390 173.42162 390 155.97636 390 C 132.74759 390 27.727844 390 27.727844 390 L 27.727844 418.5 L 210 418.5 L 210 398.43315 Z" fill="white"/><path d="M 210 398.43315 C 210 395.73334 207.68514 395.39932 190.77576 392.72745 L 190.59713 392.6998 C 173.59843 390 173.42162 390 155.97636 390 C 132.74759 390 27.727844 390 27.727844 390 L 27.727844 418.5 L 210 418.5 L 210 398.43315 Z M 210 398.29407 C 210 395.73334 209.82137 395.73334 173.42162 395.73334 L 173.42162 395.73334 C 173.42162 390.02793 173.42162 390 157.04447 390" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(32.727844 400)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="157.08984">type=prov:Location, sioc:Post</tspan></text><line x1="131.5144" y1="469.20398" x2="121.734845" y2="418.99078" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 731 74.037043 L 808 74.037043 C 810.7614 74.037043 813 76.27562 813 79.037043 L 813 102.11431 C 813 104.875733 810.7614 107.11431 808 107.11431 L 731 107.11431 C 728.23856 107.11431 726 104.875733 726 102.11431 C 726 102.11431 726 102.11431 726 102.11431 L 726 79.037043 C 726 76.27562 728.23856 74.037043 731 74.037043 C 731 74.037043 731 74.037043 731 74.037043 Z" fill="#804000" fill-opacity=".38999999"/><path d="M 731 74.037043 L 808 74.037043 C 810.7614 74.037043 813 76.27562 813 79.037043 L 813 102.11431 C 813 104.875733 810.7614 107.11431 808 107.11431 L 731 107.11431 C 728.23856 107.11431 726 104.875733 726 102.11431 C 726 102.11431 726 102.11431 726 102.11431 L 726 79.037043 C 726 76.27562 728.23856 74.037043 731 74.037043 C 731 74.037043 731 74.037043 731 74.037043 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(731 76.575676)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="2.649414" y="11" textLength="14.337891">&lt;fi</tspan><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="16.987305" y="11" textLength="57.36328">le://Users/</tspan><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="13.322266" y="25" textLength="26.003906">aggr</tspan><tspan font-family="Helvetica" font-size="12" font-weight="bold" x="38.669922" y="25" textLength="25.007812">.txt&gt;</tspan></text><ellipse cx="547.96495" cy="485.98342" rx="85.16678" ry="18.000029" fill="#ffffbe"/><ellipse cx="547.96495" cy="485.98342" rx="85.16678" ry="18.000029" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(484.83163 478.98342)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="30.44093" y="11" textLength="65.384766">:post9821v1</tspan></text><path d="M 955.40866 539.99504 C 955.40866 531.31563 951.7341 530.2418 924.89253 521.6522 L 924.609 521.56332 C 897.6256 512.8839 897.34497 512.8839 869.65274 512.8839 C 832.77993 512.8839 666.07394 512.8839 666.07394 512.8839 L 666.07394 604.5065 L 955.40866 604.5065 L 955.40866 539.99504 Z" fill="white"/><path d="M 955.40866 539.99504 C 955.40866 531.31563 951.7341 530.2418 924.89253 521.6522 L 924.609 521.56332 C 897.6256 512.8839 897.34497 512.8839 869.65274 512.8839 C 832.77993 512.8839 666.07394 512.8839 666.07394 512.8839 L 666.07394 604.5065 L 955.40866 604.5065 L 955.40866 539.99504 Z M 955.40866 539.54792 C 955.40866 531.31563 955.1251 531.31563 897.34497 531.31563 L 897.34497 531.31563 C 897.34497 512.9737 897.34497 512.8839 871.34825 512.8839" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(671.07394 516.6952)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="78.375">type=sioc:Post</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="274.21875">sioc:title="More crime happens in cities"^^xsd:string</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="99.39258">prov:generatedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="98.953125" y="67" textLength="22.669922">ime </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="81" textLength="24.28125">"201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="23.396484" y="81" textLength="170.94727">1-07-16T01:52:02Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="193.9043" y="81" textLength="19.335938">ime</tspan></text><line x1="600.14892" y1="500.42303" x2="665.59205" y2="518.53154" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><line x1="242.33695" y1="485.98343" x2="453.23826" y2="485.98343" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="258.17447" y="476.98343" width="122" height="18" fill="#f3f3f3"/><text transform="translate(261.17447 478.98343)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".30566406" y="11" textLength="115.38867">sioc:previous_version</tspan></text><ellipse cx="547.96495" cy="679.29907" rx="85.16678" ry="18.000029" fill="#ffffbe"/><ellipse cx="547.96495" cy="679.29907" rx="85.16678" ry="18.000029" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(484.83163 672.29907)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="30.44093" y="11" textLength="65.384766">:post9821v2</tspan></text><path d="M 955.40866 679.46175 C 955.40866 676.2883 951.7341 675.89567 924.89253 672.75505 L 924.609 672.72256 C 897.6256 669.5491 897.34497 669.5491 869.65274 669.5491 C 832.77993 669.5491 666.07394 669.5491 666.07394 669.5491 L 666.07394 703.0491 L 955.40866 703.0491 L 955.40866 679.46175 Z" fill="white"/><path d="M 955.40866 679.46175 C 955.40866 676.2883 951.7341 675.89567 924.89253 672.75505 L 924.609 672.72256 C 897.6256 669.5491 897.34497 669.5491 869.65274 669.5491 C 832.77993 669.5491 666.07394 669.5491 666.07394 669.5491 L 666.07394 703.0491 L 955.40866 703.0491 L 955.40866 679.46175 Z M 955.40866 679.29827 C 955.40866 676.2883 955.1251 676.2883 897.34497 676.2883 L 897.34497 676.2883 C 897.34497 669.58193 897.34497 669.5491 871.34825 669.5491" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(671.07394 679.2991)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="78.375">type=sioc:Post</tspan></text><line x1="632.96684" y1="681.5634" x2="665.57412" y2="682.43202" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 191.33892 499.98973 C 234.41974 510.65875 265.63543 505.0158 320.59429 532 C 373.29629 557.87612 447.8618 613.7697 512.83345 656.49778" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="259.62091" y="519.00885" width="105" height="18" fill="#f3f3f3"/><text transform="translate(262.62091 521.00885)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14355469" y="11" textLength="98.71289">sioc:latest_version</tspan></text><rect x="477.46495" y="276.90751" width="141" height="50" fill="#cfceff"/><rect x="477.46495" y="276.90751" width="141" height="50" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(482.46495 294.90751)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="3.2382812" y="11" textLength="105.38672">:publicationActivity1</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="107.740234" y="11" textLength="20.021484">123</tspan></text><path d="M 542.40252 467.54095 C 532.6976 435.36385 514.48643 394.3621 513.28483 371 C 512.33552 352.54304 522.00248 345.08733 529.70427 335.59681" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="454.78407" y="383.55922" width="125" height="18" fill="#f3f3f3"/><text transform="translate(457.78407 385.55922)" 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="491.39243" y1="327.11099" x2="178.90336" y2="466.3272" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="199.01489" y="428.54228" width="89" height="18" fill="#f3f3f3"/><text transform="translate(202.01489 430.54228)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47265625" y="11" textLength="82.054688">prov:atLocation</tspan></text><line x1="633.63163" y1="485.98342" x2="782.38645" y2="485.98342" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="641.77025" y="476.98342" width="117" height="18" fill="#f3f3f3"/><text transform="translate(644.77025 478.98342)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".46875" y="11" textLength="110.0625">my:snapshotContent</tspan></text><path d="M 796.44644 473.98342 L 895.41666 473.98342 C 898.1781 473.98342 900.41666 476.222 900.41666 478.98342 L 900.41666 492.98342 C 900.41666 495.74484 898.1781 497.98342 895.41666 497.98342 L 796.44644 497.98342 C 793.685 497.98342 791.44644 495.74484 791.44644 492.98342 C 791.44644 492.98342 791.44644 492.98342 791.44644 492.98342 L 791.44644 478.98342 C 791.44644 476.222 793.685 473.98342 796.44644 473.98342 C 796.44644 473.98342 796.44644 473.98342 796.44644 473.98342 Z" fill="white"/><path d="M 796.44644 473.98342 L 895.41666 473.98342 C 898.1781 473.98342 900.41666 476.222 900.41666 478.98342 L 900.41666 492.98342 C 900.41666 495.74484 898.1781 497.98342 895.41666 497.98342 L 796.44644 497.98342 C 793.685 497.98342 791.44644 495.74484 791.44644 492.98342 C 791.44644 492.98342 791.44644 492.98342 791.44644 492.98342 L 791.44644 478.98342 C 791.44644 476.222 793.685 473.98342 796.44644 473.98342 C 796.44644 473.98342 796.44644 473.98342 796.44644 473.98342 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(796.44644 478.98342)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="12.1257314" y="11" textLength="74.71875">:postContent0</tspan></text><path d="M 570.8603 468.31422 C 608.56975 439.2124 686.0797 432.36455 684 381 C 681.99997 331.603 606.38982 241.00596 563.3608 168.65147" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="611.69082" y="395.6205" width="133" height="18" fill="#f3f3f3"/><text transform="translate(614.69082 397.6205)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".4736328" y="11" textLength="126.052734">prov:hadPrimarySource</tspan></text><path d="M 523.2048 468.4423 C 467.86335 429.23608 390.65288 391.91886 357.16384 350.8119 C 326.16848 312.76586 332.60851 271.45232 324.51356 231.41268" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="393.45426" y="414.459" width="119" height="18" fill="#f3f3f3"/><text transform="translate(396.45426 416.459)" 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 502.00006 663.91865 C 436.33994 641.94797 362.10615 624.9609 305 598 C 251.15068 572.5767 212.50063 538.27034 167.5573 507.6496" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="271.33964" y="593.91483" width="89" height="18" fill="#f3f3f3"/><text transform="translate(274.33964 595.91483)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47265625" y="11" textLength="82.054688">prov:atLocation</tspan></text><line x1="617.4146" y1="668.6545" x2="777.1367" y2="644.1738" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="649.56874" y="645.7599" width="117" height="18" fill="#f3f3f3"/><text transform="translate(652.56874 647.7599)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".46875" y="11" textLength="110.0625">my:snapshotContent</tspan></text><path d="M 792.41666 630.5982 L 891.38687 630.5982 C 894.1483 630.5982 896.38687 632.8368 896.38687 635.5982 L 896.38687 649.5982 C 896.38687 652.35963 894.1483 654.5982 891.38687 654.5982 L 792.41666 654.5982 C 789.65523 654.5982 787.41666 652.35963 787.41666 649.5982 C 787.41666 649.5982 787.41666 649.5982 787.41666 649.5982 L 787.41666 635.5982 C 787.41666 632.8368 789.65523 630.5982 792.41666 630.5982 C 792.41666 630.5982 792.41666 630.5982 792.41666 630.5982 Z" fill="white"/><path d="M 792.41666 630.5982 L 891.38687 630.5982 C 894.1483 630.5982 896.38687 632.8368 896.38687 635.5982 L 896.38687 649.5982 C 896.38687 652.35963 894.1483 654.5982 891.38687 654.5982 L 792.41666 654.5982 C 789.65523 654.5982 787.41666 652.35963 787.41666 649.5982 C 787.41666 649.5982 787.41666 649.5982 787.41666 649.5982 L 787.41666 635.5982 C 787.41666 632.8368 789.65523 630.5982 792.41666 630.5982 C 792.41666 630.5982 792.41666 630.5982 792.41666 630.5982 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(792.41666 635.5982)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="12.1257314" y="11" textLength="74.71875">:postContent1</tspan></text><line x1="547.96495" y1="660.79906" x2="547.96495" y2="514.38343" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="491.46495" y="574.38687" width="113" height="18" fill="#f3f3f3"/><text transform="translate(494.46495 576.38687)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14746094" y="11" textLength="106.70508">prov:wasRevisionOf</tspan></text><path d="M 572.8858 661.7694 C 591.34508 648.78485 619.03955 640.803 628.2692 622.8119 C 637.49883 604.82077 638.1425 573.65017 628.2692 553.8119 C 619.62715 536.4476 595.85195 523.92056 576.8145 509.88143" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="578.5145" y="618.87222" width="93" height="18" fill="#f3f3f3"/><text transform="translate(581.5145 620.87222)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47753906" y="11" textLength="86.04492">prov:alternateOf</tspan></text><path d="M 534.5846 661.10874 C 468.39635 571.1271 372.1315 464.3492 336 391.13679 C 302.01027 322.2642 321.2169 283.05678 318.5561 231.66154" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="389.47669" y="542.41128" width="119" height="18" fill="#f3f3f3"/><text transform="translate(392.47669 544.41128)" 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 210 281.36968 C 210 271.83736 207.68514 270.65802 190.77576 261.22431 L 190.59713 261.1267 C 173.59843 251.59438 173.42162 251.59438 155.97636 251.59438 C 132.74759 251.59438 27.727844 251.59438 27.727844 251.59438 L 27.727844 352.22061 L 210 352.22061 L 210 281.36968 Z" fill="white"/><path d="M 210 281.36968 C 210 271.83736 207.68514 270.65802 190.77576 261.22431 L 190.59713 261.1267 C 173.59843 251.59438 173.42162 251.59438 155.97636 251.59438 C 132.74759 251.59438 27.727844 251.59438 27.727844 251.59438 L 27.727844 352.22061 L 210 352.22061 L 210 281.36968 Z M 210 280.87863 C 210 271.83736 209.82137 271.83736 173.42162 271.83736 L 173.42162 271.83736 C 173.42162 251.693 173.42162 251.59438 157.04447 251.59438" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(32.727844 277.72061)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="129.333984">prov:wasStartedAt="201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="128.44922" y="11" textLength="41.361328">1-07-16</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="25" textLength="129.58594">T01:01:01Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="129.146484" y="25" textLength="19.335938">ime</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="53" textLength="125.34375">prov:wasEndedAt="201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="124.458984" y="53" textLength="41.361328">1-07-16</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="129.58594">T01:52:02Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="129.146484" y="67" textLength="19.335938">ime</tspan></text><line x1="476.96495" y1="301.9075" x2="210.5" y2="301.9075" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><line x1="493.34754" y1="276.69797" x2="370.71127" y2="220.09324" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="355.15868" y="235.53197" width="137" height="18" fill="#f3f3f3"/><text transform="translate(358.15868 237.53197)" 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="599.87974" y1="276.68904" x2="713.6453" y2="221.42553" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="626.77534" y="234.14484" width="137" height="18" fill="#f3f3f3"/><text transform="translate(629.77534 236.14484)" 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="547.96495" y1="276.40751" x2="547.96495" y2="170.17952" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="518.46495" y="233.49457" width="59" height="18" fill="#f3f3f3"/><text transform="translate(521.46495 235.49457)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".150390625" y="11" textLength="52.69922">prov:used</tspan></text><path d="M 559.1092 327.36555 C 571.6395 355.9898 596.52436 389.8527 596.70383 413.24692 C 596.85667 433.17083 579.09017 445.51173 566.29723 459.95516" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="537.6208" y="360.5745" width="87" height="18" fill="#f3f3f3"/><text transform="translate(540.6208 362.5745)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".13769531" y="11" textLength="80.72461">prov:generated</tspan></text><path d="M 476.9691 292.69403 C 443.884 288.40042 401.36863 291.64372 377.70383 279.81189 C 357.27445 269.59769 350.88296 248.14338 340.35276 230.0059" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="339.22021" y="266.8352" width="107" height="18" fill="#f3f3f3"/><text transform="translate(342.22021 268.8352)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14453125" y="11" textLength="100.71094">prov:wasStartedBy</tspan></text><path d="M 526.4213 276.52632 C 509.52774 256.6235 503.1757 229.42117 475.73553 216.81189 C 450.61062 205.26652 407.79225 205.94916 371.58565 202.06601" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="417.38754" y="205.0977" width="103" height="18" fill="#f3f3f3"/><text transform="translate(420.38754 207.0977)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".13964844" y="11" textLength="96.720703">prov:wasEndedBy</tspan></text></g><g><title>hide</title><line x1="97.117643" y1="68.87342" x2="105.00401" y2="94.63958" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><ellipse cx="91.5" cy="50.519592" rx="46.500072" ry="18.000029" fill="#ffffbe"/><ellipse cx="91.5" cy="50.519592" rx="46.500072" ry="18.000029" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(59.3 43.519592)" fill="black"><tspan font-family="Courier" font-size="12" font-weight="500" x="24.998828" y="11" textLength="14.402344">&lt;&gt;</tspan></text><path d="M 165.6382 104.761464 C 165.6382 101.674086 164.2285 101.292115 153.93103 98.236677 L 153.82225 98.205063 C 143.47039 95.117685 143.36272 95.117685 132.73891 95.117685 C 118.593074 95.117685 54.638204 95.117685 54.638204 95.117685 L 54.638204 127.70903 L 165.6382 127.70903 L 165.6382 104.761464 Z" fill="white"/><path d="M 165.6382 104.761464 C 165.6382 101.674086 164.2285 101.292115 153.93103 98.236677 L 153.82225 98.205063 C 143.47039 95.117685 143.36272 95.117685 132.73891 95.117685 C 118.593074 95.117685 54.638204 95.117685 54.638204 95.117685 L 54.638204 127.70903 L 165.6382 127.70903 L 165.6382 104.761464 Z M 165.6382 104.60242 C 165.6382 101.674086 165.52942 101.674086 143.36272 101.674086 L 143.36272 101.674086 C 143.36272 95.149624 143.36272 95.117685 133.38937 95.117685" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(59.638204 104.41336)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="3.633789" y="11" textLength="93.73242">type=prov:Bundle</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="11 9 842 651" width="842pt" height="651pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-11-26 14:44Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.2 --></metadata><defs><font-face font-family="Courier" font-size="18" units-per-em="1000" underline-position="-178.22266" underline-thickness="57.617188" slope="0" x-height="462.40234" cap-height="594.72656" ascent="753.90625" descent="-246.09375" font-weight="500"><font-face-src><font-face-name name="Courier"/></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><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_2" viewBox="-1 -4 10 8" markerWidth="10" markerHeight="8" color="#ff0080"><g><path d="M 8 0 L 0 -3 L 0 3 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_3" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M 4.7999992 0 L 0 -1.7999997 L 0 1.7999997 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><font-face font-family="Courier" font-size="12" units-per-em="1000" underline-position="-178.22266" underline-thickness="57.617188" slope="0" x-height="462.40234" cap-height="594.72656" ascent="753.90625" descent="-246.09375" font-weight="500"><font-face-src><font-face-name name="Courier"/></font-face-src></font-face><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_4" viewBox="-1 -4 10 8" markerWidth="10" markerHeight="8" color="#ff0080"><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>Canvas 1</title><rect fill="white" width="1074" height="1044"/><g><title>Layer 1</title><rect x="13.407654" y="12" width="837.05957" height="645.47662" fill="#f3f3f3"/><path d="M 13.407654 12 L 850.4672 12 L 850.4672 657.47662 L 13.407654 657.47662 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><text transform="translate(28.407654 17)" fill="black"><tspan font-family="Courier" font-size="18" font-weight="500" x="785.45605" y="18" textLength="21.603516">&lt;&gt;</tspan></text><path d="M 379.6676 537.652 C 398.13138 512.64278 420.3065 483.06455 435.06447 462.6168 C 449.82244 442.16905 462.2979 460.6015 468.22428 414.95325 C 473.89543 371.27092 470.17924 273.06047 470.5502 198.60149" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M 413.2911 429.43223 L 520.67825 367.43223 L 529.67825 383.02069 L 422.2911 445.0207 Z" fill="#f3f3f3"/><text transform="translate(416.88918 429.66428) rotate(-30)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".30078125" y="11" textLength="64.02539">prov:wasInfl</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="64.32617" y="11" textLength="53.373047">uencedBy</tspan></text><path d="M 358.01796 312.57124 C 373.25655 342.33423 401.61885 364.40507 403.7383 401.86914 C 405.70955 436.71365 384.98066 484.89345 373.2223 527.7988" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="349.94896" y="357.99702" width="87" height="18" fill="#f3f3f3"/><text transform="translate(352.94896 359.99702)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".13769531" y="11" textLength="80.72461">prov:generated</tspan></text><path d="M 268.36029 192.49313 L 268.36029 156.47513 L 314.81444 138.49313 L 361.2686 156.47513 L 361.2686 192.49313 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 268.36029 192.49313 L 268.36029 156.47513 L 314.81444 138.49313 L 361.2686 156.47513 L 361.2686 192.49313 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(273.36029 167.45713)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="24.778373" y="11" textLength="33.351562">:derek</tspan></text><path d="M 256 149.01971 C 256 141.49396 253.10094 140.56287 231.92414 133.11497 L 231.70043 133.03791 C 210.41177 125.512156 210.19034 125.512156 188.34242 125.512156 C 159.25141 125.512156 27.727844 125.512156 27.727844 125.512156 L 27.727844 204.95642 L 256 204.95642 L 256 149.01971 Z" fill="white"/><path d="M 256 149.01971 C 256 141.49396 253.10094 140.56287 231.92414 133.11497 L 231.70043 133.03791 C 210.41177 125.512156 210.19034 125.512156 188.34242 125.512156 C 159.25141 125.512156 27.727844 125.512156 27.727844 125.512156 L 27.727844 204.95642 L 256 204.95642 L 256 149.01971 Z M 256 148.63203 C 256 141.49396 255.7763 141.49396 210.19034 141.49396 L 210.19034 141.49396 C 210.19034 125.59001 210.19034 125.512156 189.68009 125.512156" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(32.727844 130.23429)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="159.09375">type=prov:Person, prov:Agent</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="131.583984">foaf:givenName="Derek"</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="217.29492">foaf:mbox=&lt;mailto:derek@example.org&gt;</tspan></text><line x1="267.86029" y1="165.42286" x2="256.5" y2="165.40585" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 268.36029 78.314312 L 268.36029 42.296312 L 314.86029 24.314312 L 361.36029 42.296312 L 361.36029 78.314312 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 268.36029 78.314312 L 268.36029 42.296312 L 314.86029 24.314312 L 361.36029 42.296312 L 361.36029 78.314312 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(273.36029 46.278312)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="15.478516" y="11" textLength="52.04297">:national_</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="1.140625" y="25" textLength="80.71875">newspaper_inc</tspan></text><line x1="314.8289" y1="137.99862" x2="314.85508" y2="88.21431" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="252.34176" y="104.55005" width="125" height="18" fill="#f3f3f3"/><text transform="translate(255.34176 106.55005)" 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 241.8369 43.11466 C 241.8369 37.09588 239.11771 36.351237 219.25482 30.394723 L 219.04499 30.333092 C 199.07718 24.314313 198.8695 24.314313 178.37712 24.314313 C 151.09106 24.314313 27.727845 24.314313 27.727845 24.314313 L 27.727845 87.850465 L 241.8369 87.850465 L 241.8369 43.11466 Z" fill="white"/><path d="M 241.8369 43.11466 C 241.8369 37.09588 239.11771 36.351237 219.25482 30.394723 L 219.04499 30.333092 C 199.07718 24.314313 198.8695 24.314313 178.37712 24.314313 C 151.09106 24.314313 27.727845 24.314313 27.727845 24.314313 L 27.727845 87.850465 L 241.8369 87.850465 L 241.8369 43.11466 Z M 241.8369 42.804604 C 241.8369 37.09588 241.62707 37.09588 198.8695 37.09588 L 198.8695 37.09588 C 198.8695 24.376578 198.8695 24.314313 179.6318 24.314313" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(32.727845 41.350465)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="189.11133">type=prov:Organization, prov:Agent</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="172.69336">foaf:name="National Newspaper</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="172.03711" y="39" textLength="30.269531">, Inc."</tspan></text><line x1="268.36029" y1="51.314312" x2="242.33658" y2="52.24323" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 580.3769 197.19999 L 580.3769 161.182 L 626.8769 143.2 L 673.3769 161.182 L 673.3769 197.19999 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 580.3769 197.19999 L 580.3769 161.182 L 626.8769 143.2 L 673.3769 161.182 L 673.3769 197.19999 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(585.3769 172.164)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="12.818359" y="11" textLength="57.36328">:postEditor</tspan></text><path d="M 813.7811 63.564515 C 813.7811 58.007123 811.42744 57.319562 794.23454 51.819663 L 794.0529 51.762757 C 776.7692 46.205365 776.58944 46.205365 758.85167 46.205365 C 735.23344 46.205365 628.45287 46.205365 628.45287 46.205365 L 628.45287 104.87096 L 813.7811 104.87096 L 813.7811 63.564515 Z" fill="white"/><path d="M 813.7811 63.564515 C 813.7811 58.007123 811.42744 57.319562 794.23454 51.819663 L 794.0529 51.762757 C 776.7692 46.205365 776.58944 46.205365 758.85167 46.205365 C 735.23344 46.205365 628.45287 46.205365 628.45287 46.205365 L 628.45287 104.87096 L 813.7811 104.87096 L 813.7811 63.564515 Z M 813.7811 63.278227 C 813.7811 58.007123 813.5995 58.007123 776.58944 58.007123 L 776.58944 58.007123 C 776.58944 46.262857 776.58944 46.205365 759.9377 46.205365" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(633.45287 47.538163)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="138.416016">type=prov:SoftwareAgent,</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="25" textLength="58.03711">prov:Agent</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="53" textLength="157.61719">foaf:name="Post Editor 3000"</tspan></text><line x1="646.6414" y1="150.3524" x2="691.5795" y2="105.22541" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><ellipse cx="470.82274" cy="170.2" rx="88.669716" ry="18.000029" fill="#ffffbe"/><ellipse cx="470.82274" cy="170.2" rx="88.669716" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(404.88709 163.2)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="4.8926897" y="11" textLength="122.08594">:aggregatedByRegions</tspan></text><path d="M 460.1854 151.89082 C 455.07737 143.09881 447.60199 142.43533 444.8598 125.512156 C 442.46626 110.740736 443.67756 83.57381 443.774 60.243032" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="398.91837" y="94.08434" width="89" height="18" fill="#f3f3f3"/><text transform="translate(401.91837 96.08434)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47265625" y="11" textLength="82.054688">prov:atLocation</tspan></text><ellipse cx="697.7087" cy="422.20628" rx="107.054695" ry="16.295786" fill="#ffffbe"/><ellipse cx="697.7087" cy="422.20628" rx="107.054695" ry="16.295786" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(617.0651 415.20628)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="1.2871765" y="11" textLength="158.71289">:more-crime-happens-in-cities</tspan></text><path d="M 834.0487 376.65743 C 834.0487 373.95763 831.695 373.6236 814.5021 370.95173 L 814.3205 370.92409 C 797.0368 368.22428 796.857 368.22428 779.11924 368.22428 C 755.501 368.22428 648.72044 368.22428 648.72044 368.22428 L 648.72044 396.72428 L 834.0487 396.72428 L 834.0487 376.65743 Z" fill="white"/><path d="M 834.0487 376.65743 C 834.0487 373.95763 831.695 373.6236 814.5021 370.95173 L 814.3205 370.92409 C 797.0368 368.22428 796.857 368.22428 779.11924 368.22428 C 755.501 368.22428 648.72044 368.22428 648.72044 368.22428 L 648.72044 396.72428 L 834.0487 396.72428 L 834.0487 376.65743 Z M 834.0487 376.51835 C 834.0487 373.95763 833.86706 373.95763 796.857 373.95763 L 796.857 373.95763 C 796.857 368.25221 796.857 368.22428 780.20527 368.22428" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(653.72044 378.22428)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="141.73242">type=sioc:Post, prov:Entity</tspan></text><line x1="715.49632" y1="405.7873" x2="724.95526" y2="397.05618" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 376.04713 26.341622 L 511.41404 26.341622 C 514.17547 26.341622 516.41404 28.580198 516.41404 31.341622 L 516.41404 45.341622 C 516.41404 48.103046 514.17547 50.341622 511.41404 50.341622 L 376.04713 50.341622 C 373.2857 50.341622 371.04713 48.103046 371.04713 45.341622 C 371.04713 45.341622 371.04713 45.34162 371.04713 45.34162 L 371.04713 31.341622 C 371.04713 28.580198 373.2857 26.341622 376.04713 26.341622 C 376.04713 26.341622 376.04713 26.341622 376.04713 26.341622 Z" fill="#804000" fill-opacity=".38999999"/><path d="M 376.04713 26.341622 L 511.41404 26.341622 C 514.17547 26.341622 516.41404 28.580198 516.41404 31.341622 L 516.41404 45.341622 C 516.41404 48.103046 514.17547 50.341622 511.41404 50.341622 L 376.04713 50.341622 C 373.2857 50.341622 371.04713 48.103046 371.04713 45.341622 C 371.04713 45.341622 371.04713 45.34162 371.04713 45.34162 L 371.04713 31.341622 C 371.04713 28.580198 373.2857 26.341622 376.04713 26.341622 C 376.04713 26.341622 376.04713 26.341622 376.04713 26.341622 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(376.04713 31.341622)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="10.988144" y="11" textLength="13.0078125">&lt;fi</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="23.995956" y="11" textLength="78.029297">le://Users/aggr</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="101.369003" y="11" textLength="23.009766">.txt&gt;</tspan></text><ellipse cx="366.2396" cy="555.8403" rx="85.16678" ry="18.000029" fill="#ffffbe"/><ellipse cx="366.2396" cy="555.8403" rx="85.16678" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(303.10628 548.8403)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="30.44093" y="11" textLength="65.384766">:post9821v1</tspan></text><path d="M 263.78617 538.70032 C 263.78617 525.86308 260.88712 524.27485 239.71031 511.5704 L 239.4866 511.43897 C 218.19794 498.60172 217.97652 498.60172 196.12859 498.60172 C 167.03758 498.60172 35.514017 498.60172 35.514017 498.60172 L 35.514017 634.11573 L 263.78617 634.11573 L 263.78617 538.70032 Z" fill="white"/><path d="M 263.78617 538.70032 C 263.78617 525.86308 260.88712 524.27485 239.71031 511.5704 L 239.4866 511.43897 C 218.19794 498.60172 217.97652 498.60172 196.12859 498.60172 C 167.03758 498.60172 35.514017 498.60172 35.514017 498.60172 L 35.514017 634.11573 L 263.78617 634.11573 L 263.78617 538.70032 Z M 263.78617 538.039 C 263.78617 525.86308 263.56247 525.86308 217.97652 525.86308 L 217.97652 525.86308 C 217.97652 498.73453 217.97652 498.60172 197.46626 498.60172" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(40.514017 503.35873)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="78.375">type=sioc:Post</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="211.60547">sioc:title="More crime happens in cities"</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="99.39258">prov:generatedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="98.953125" y="67" textLength="22.669922">ime </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="81" textLength="24.28125">"201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="23.396484" y="81" textLength="170.94727">1-07-16T01:52:02Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="193.9043" y="81" textLength="19.335938">ime</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="109" textLength="102.720703">prov:invalidatedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="102.28125" y="109" textLength="22.669922">ime </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="123" textLength="24.28125">"201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="23.396484" y="123" textLength="170.94727">1-07-16T02:02:02Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="193.9043" y="123" textLength="22.669922">ime;</tspan></text><line x1="281.13871" y1="557.9299" x2="264.28496" y2="558.34374" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 676.783 438.50853 C 648.07625 460.8726 618.71334 494.26967 590.65418 505.60745 C 562.59502 516.94523 538.3426 500.76002 508.4112 506.54203 C 481.32678 511.77407 450.1079 525.96752 420.36996 536.9576" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="485.43592" y="498.6017" width="122" height="18" fill="#f3f3f3"/><text transform="translate(488.43592 500.6017)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".30566406" y="11" textLength="115.38867">sioc:previous_version</tspan></text><ellipse cx="697.67173" cy="555.8403" rx="85.16678" ry="18.000029" fill="#ffffbe"/><ellipse cx="697.67173" cy="555.8403" rx="85.16678" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(634.53842 548.8403)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="30.44093" y="11" textLength="65.384766">:post9821v2</tspan></text><path d="M 834.04867 592.04168 C 834.04867 588.86822 832.86757 588.4756 824.23996 585.33498 L 824.1488 585.3025 C 815.47564 582.12903 815.38543 582.12903 806.4844 582.12903 C 794.6325 582.12903 741.04867 582.12903 741.04867 582.12903 L 741.04867 615.629 L 834.04867 615.629 L 834.04867 592.04168 Z" fill="white"/><path d="M 834.04867 592.04168 C 834.04867 588.86822 832.86757 588.4756 824.23996 585.33498 L 824.1488 585.3025 C 815.47564 582.12903 815.38543 582.12903 806.4844 582.12903 C 794.6325 582.12903 741.04867 582.12903 741.04867 582.12903 L 741.04867 615.629 L 834.04867 615.629 L 834.04867 592.04168 Z M 834.04867 591.8782 C 834.04867 588.86822 833.95753 588.86822 815.38543 588.86822 L 815.38543 588.86822 C 815.38543 582.16186 815.38543 582.12903 807.0294 582.12903" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(746.04867 591.87902)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="78.375">type=sioc:Post</tspan></text><line x1="732.5205" y1="572.52808" x2="752.11903" y2="581.9131" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><line x1="697.70406" y1="439.00205" x2="697.6796" y2="527.44028" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="645.18593" y="495.51286" width="105" height="18" fill="#f3f3f3"/><text transform="translate(648.18593 497.51286)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14355469" y="11" textLength="98.71289">sioc:latest_version</tspan></text><rect x="274.49015" y="262.12619" width="141" height="50" fill="#cfceff"/><rect x="274.49015" y="262.12619" width="141" height="50" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(279.49015 280.12619)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="3.2382812" y="11" textLength="105.38672">:publicationActivity1</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="107.740234" y="11" textLength="20.021484">123</tspan></text><path d="M 353.54786 537.62088 C 341.4024 520.18565 319.1317 522.80615 317.1078 485.30997 C 315.19666 449.9028 331.33806 378.70444 339.9608 322.4179" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="257.31008" y="434.28879" width="125" height="18" fill="#f3f3f3"/><text transform="translate(260.31008 436.28879)" 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="366.2396" y1="574.3403" x2="366.2396" y2="621.02084" marker-end="url(#FilledArrow_Marker_3)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="335.2396" y="586.84834" width="62" height="18" fill="#f3f3f3"/><text transform="translate(338.2396 588.84834)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".31738281" y="11" textLength="55.365234">prov:value</tspan></text><path d="M 316.7545 627.72084 L 415.7247 627.72084 C 418.48613 627.72084 420.7247 629.9594 420.7247 632.72084 L 420.7247 646.72084 C 420.7247 649.48226 418.48613 651.72084 415.7247 651.72084 L 316.7545 651.72084 C 313.99307 651.72084 311.7545 649.48226 311.7545 646.72084 C 311.7545 646.72084 311.7545 646.72084 311.7545 646.72084 L 311.7545 632.72084 C 311.7545 629.9594 313.99307 627.72084 316.7545 627.72084 C 316.7545 627.72084 316.7545 627.72084 316.7545 627.72084 Z" fill="white"/><text transform="translate(316.7545 632.72084)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="6.550536" y="11" textLength="85.86914">"I was currius..."</tspan></text><path d="M 727.5206 538.69433 C 738.43943 532.42228 754.97668 534.21526 760.28034 519.8763 C 765.584 505.53735 764.4435 466.29603 759.34576 452.652 C 755.7375 442.99458 747.332 442.11575 739.22306 440.69537" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="704.64583" y="474.38761" width="118" height="18" fill="#f3f3f3"/><text transform="translate(707.64583 476.38761)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".30664062" y="11" textLength="111.38672">prov:specializationOf</tspan></text><line x1="697.67174" y1="574.3403" x2="697.67174" y2="617.82087" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="666.67174" y="588.28118" width="62" height="18" fill="#f3f3f3"/><text transform="translate(669.67174 590.28118)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".31738281" y="11" textLength="55.365234">prov:value</tspan></text><path d="M 648.18665 627.72087 L 747.15686 627.72087 C 749.9183 627.72087 752.15686 629.95945 752.15686 632.72087 L 752.15686 646.72087 C 752.15686 649.4823 749.9183 651.72087 747.15686 651.72087 L 648.18665 651.72087 C 645.42523 651.72087 643.18665 649.4823 643.18665 646.72087 C 643.18665 646.72087 643.18665 646.72087 643.18665 646.72087 L 643.18665 632.72087 C 643.18665 629.95945 645.42523 627.72087 648.18665 627.72087 C 648.18665 627.72087 648.18665 627.72087 648.18665 627.72087 Z" fill="white"/><text transform="translate(648.18665 632.72087)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="5.211669" y="11" textLength="88.546875">"I was curious..."</tspan></text><line x1="612.00516" y1="555.8115" x2="461.8054" y2="555.76103" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="476.21896" y="546.78486" width="113" height="18" fill="#f3f3f3"/><text transform="translate(479.21896 548.78486)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14746094" y="11" textLength="106.70508">prov:wasRevisionOf</tspan></text><path d="M 635.87855 568.4354 C 619.5811 571.75728 617.7997 577.4719 586.98128 578.402 C 556.16287 579.3321 477.69488 575.62184 450.94958 574.0165 C 443.14017 573.54774 438.50118 573.05445 435.64404 572.54737" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="487.75528" y="568.74698" width="93" height="18" fill="#f3f3f3"/><text transform="translate(490.75528 570.74698)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".47753906" y="11" textLength="86.04492">prov:alternateOf</tspan></text><path d="M 210 266.58838 C 210 257.05605 207.68514 255.87671 190.77576 246.443 L 190.59713 246.3454 C 173.59843 236.81307 173.42162 236.81307 155.97636 236.81307 C 132.74759 236.81307 27.727844 236.81307 27.727844 236.81307 L 27.727844 337.4393 L 210 337.4393 L 210 266.58838 Z" fill="white"/><path d="M 210 266.58838 C 210 257.05605 207.68514 255.87671 190.77576 246.443 L 190.59713 246.3454 C 173.59843 236.81307 173.42162 236.81307 155.97636 236.81307 C 132.74759 236.81307 27.727844 236.81307 27.727844 236.81307 L 27.727844 337.4393 L 210 337.4393 L 210 266.58838 Z M 210 266.09732 C 210 257.05605 209.82137 257.05605 173.42162 257.05605 L 173.42162 257.05605 C 173.42162 236.91169 173.42162 236.81307 157.04447 236.81307" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(32.727844 262.9393)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="82.03125">prov:startedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="81.591797" y="11" textLength="50.625">ime="201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="131.33203" y="11" textLength="34.6875">1-07-1</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="25" textLength="136.259766">6T01:01:01Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="135.82031" y="25" textLength="19.335938">ime</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="53" textLength="78.714844">prov:endedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="78.27539" y="53" textLength="50.625">ime="201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="128.015625" y="53" textLength="41.361328">1-07-16</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="129.58594">T01:52:02Z"^^xsd:dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="129.146484" y="67" textLength="19.335938">ime</tspan></text><line x1="273.99015" y1="287.1262" x2="210.5" y2="287.1262" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 317.68671 261.78605 C 307.10487 251.96512 288.39401 243.79148 285.93801 232.3203 C 284.01734 223.34948 292.0368 212.35777 298.33576 201.71671" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="212.7865" y="221.05066" width="107" height="18" fill="#f3f3f3"/><text transform="translate(215.7865 223.05066)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14453125" y="11" textLength="100.71094">prov:wasStartedBy</tspan></text><path d="M 360.41604 261.6987 C 366.06912 252.38035 380.79547 245.21255 377.377 233.74086 C 374.53472 224.20278 359.1475 211.68467 346.86206 199.9043" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="334.53373" y="220.86382" width="103" height="18" fill="#f3f3f3"/><text transform="translate(337.53373 222.86382)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".13964844" y="11" textLength="96.720703">prov:wasEndedBy</tspan></text><ellipse cx="569.6009" cy="125.2" rx="43.500069" ry="18.000029" fill="#ffffbe"/><ellipse cx="569.6009" cy="125.2" rx="43.500069" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(539.8009 118.2)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".79316406" y="11" textLength="58.013672">:crimeData</tspan></text><path d="M 389.86913 538.22047 C 418.64965 516.7597 448.67692 491.88227 476.21933 473.83175 C 503.76175 455.78123 539.76255 472.73713 555.14016 429.90652 C 570.51777 387.07592 566.1216 264.51878 568.49424 216.82242 C 570.49987 176.50409 569.5355 169.51383 569.36696 153.5949" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M 494.01793 426.70648 L 609.1993 360.20648 L 618.1993 375.79494 L 503.01793 442.29494 Z" fill="#f3f3f3"/><text transform="translate(497.616 426.93853) rotate(-30)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".4736328" y="11" textLength="126.052734">prov:hadPrimarySource</tspan></text><path d="M 415.99011 286.2916 C 431.26997 286.11199 448.24307 286.79067 465.6537 287.69099 C 465.94816 282.19888 476.9278 282.78756 476.63334 288.27967 C 506.61217 289.92949 537.10134 291.83748 561.82986 290.8242 C 561.48667 285.33491 572.4631 284.64866 572.8063 290.13794 C 584.3211 289.13486 594.1219 287.26262 601.40184 284.11214 C 631.81647 270.94981 618.24663 235.46908 619.5037 207.51515" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="568.49424" y="239.70503" width="137" height="18" fill="#f3f3f3"/><text transform="translate(571.49424 241.70503)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14160156" y="11" textLength="130.7168">prov:wasAssociatedWith</tspan></text></g><g><title>hide</title><path d="M 750.10575 200.79259 C 757.2349 207.5446 770.5906 210.89071 771.4953 221.05066 C 772.39998 231.21061 760.85417 248.1905 755.5344 261.75839" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><ellipse cx="732.1455" cy="183.78242" rx="46.500072" ry="18.000029" fill="#ffffbe"/><ellipse cx="732.1455" cy="183.78242" rx="46.500072" ry="18.000029" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(699.9455 176.78242)" fill="black"><tspan font-family="Courier" font-size="12" font-weight="500" x="24.998828" y="11" textLength="14.402344">&lt;&gt;</tspan></text><path d="M 826.05956 289.33501 C 826.05956 280.6556 823.80735 279.58179 807.3556 270.99217 L 807.1818 270.9033 C 790.64316 262.22389 790.47114 262.22389 773.498 262.22389 C 750.8979 262.22389 648.7204 262.22389 648.7204 262.22389 L 648.7204 353.84647 L 826.05956 353.84647 L 826.05956 289.33501 Z" fill="white"/><path d="M 826.05956 289.33501 C 826.05956 280.6556 823.80735 279.58179 807.3556 270.99217 L 807.1818 270.9033 C 790.64316 262.22389 790.47114 262.22389 773.498 262.22389 C 750.8979 262.22389 648.7204 262.22389 648.7204 262.22389 L 648.7204 353.84647 L 826.05956 353.84647 L 826.05956 289.33501 Z M 826.05956 288.8879 C 826.05956 280.6556 825.88577 280.6556 790.47114 280.6556 L 790.47114 280.6556 C 790.47114 262.31368 790.47114 262.22389 774.5372 262.22389" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(653.7204 266.03518)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="97.066406">type=prov:Bundle,</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="25" textLength="56.689453">prov:Entity</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="53" textLength="99.39258">prov:generatedAtT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="98.953125" y="53" textLength="22.669922">ime </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="67" textLength="24.28125">"201</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="23.396484" y="67" textLength="140.26172">1-07-16T02:52:02Z"^^xsd:</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="81" textLength="30.685547">dateT</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="30.246094" y="81" textLength="22.669922">ime;</tspan></text><path d="M 709.48435 199.88223 C 701.6678 205.43558 693.98984 216.93954 686.0323 216.54393 C 680.4372 216.26577 674.7015 210.10452 668.9739 204.26534" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="634.96065" y="217.44091" width="119" height="18" fill="#f3f3f3"/><text transform="translate(637.96065 219.44091)" 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 401.0034 539.1441 C 434.7451 522.9388 470.63333 500.3174 502.23863 490.52334 C 533.84393 480.72927 562.96595 489.1036 590.65418 480.3738 C 615.2545 472.6176 637.0497 456.4164 659.77545 443.02645" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="486.72566" y="476.084" width="118" height="18" fill="#f3f3f3"/><text transform="translate(489.72566 478.084)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".30664062" y="11" textLength="111.38672">prov:specializationOf</tspan></text><path d="M 533.12106 61.168165 L 533.12106 30.717554 L 572.43344 15.515074 L 611.74583 30.717554 L 611.74583 61.168165 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 533.12106 61.168165 L 533.12106 30.717554 L 572.43344 15.515074 L 611.74583 30.717554 L 611.74583 61.168165 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(538.12106 38.920033)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".96082143" y="11" textLength="66.703125">:government</tspan></text><line x1="570.4193" y1="106.703474" x2="571.97436" y2="71.558027" marker-end="url(#FilledArrow_Marker_4)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="504.20772" y="78.922327" width="119" height="18" fill="#f3f3f3"/><text transform="translate(507.20772 80.922327)" 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></g></g></svg>
--- a/ontology/releases/CR-prov-o-20121211/diagrams/expanded.svg	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/releases/CR-prov-o-20121211/diagrams/expanded.svg	Tue Nov 27 11:44:38 2012 +0000
@@ -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="10 8 670 403" width="670pt" height="403pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-11-12 02:55Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.2 --></metadata><defs><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="gray"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><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="481.4453" cap-height="692.8711" 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="FilledArrow_Marker_2" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><font-face font-family="Georgia" font-size="16" panose-1="2 4 8 2 5 4 5 2 2 3" units-per-em="1000" underline-position="-87.890625" underline-thickness="59.570312" slope="0" x-height="484.375" cap-height="692.8711" ascent="916.9922" descent="-219.23828" font-weight="bold"><font-face-src><font-face-name name="Georgia-Bold"/></font-face-src></font-face></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 1</title><rect fill="white" width="1305" height="894"/><g><title>Layer 1</title><path d="M 522.28573 181.52013 C 534.64443 186.23081 553.7143 185.14286 552.5052 165.28379 C 551.65642 151.34365 543.78284 153.00529 534.65193 156.84767" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><text transform="translate(46.714286 71.635623)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".09765625" y="15" textLength="122.80469">generatedAtTime</tspan></text><rect x="293.6579" y="108.609524" width="42" height="19" fill="white"/><text transform="translate(295.6579 108.609524)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x=".23828125" y="15" textLength="37.523438">value</tspan></text><line x1="292" y1="135.63159" x2="288.80014" y2="100.73598" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="185.42857" y="262.2159" width="91" height="19" fill="white"/><text transform="translate(187.42857 262.2159)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".26171875" y="15" textLength="86.47656">hadMember</tspan></text><line x1="510.8789" y1="137.70018" x2="534.40035" y2="62.335676" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="191.57476" y1="137.70018" x2="166.92918" y2="62.283358" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><text transform="translate(532.90176 71.635623)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".109375" y="15" textLength="131.78125">invalidatedAtTime</tspan></text><rect x="191.14286" y="306.45955" width="119" height="48" fill="white"/><text transform="translate(196.14286 311.45955)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="0" y="15" textLength="108.03125">wasStartedBy /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" x="0" y="34" textLength="91.125">wasEndedBy</tspan></text><rect x="405.4461" y="252.21588" width="136" height="29" fill="white"/><text transform="translate(410.4461 257.21588)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".1171875" y="15" textLength="125.765625">wasInvalidatedBy</tspan></text><path d="M 335.481 354.02096 C 323.43629 332.01617 305.5385 307.97743 299.34327 288 C 294.66297 272.90768 296.6596 260.12644 297.76686 247.03851" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 403.3244 234.14447 C 403.23353 255.50086 408.96974 278.23999 403.05175 298.22004 C 398.27343 314.35237 385.89507 328.69378 375.12226 343.41185" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="342.42495" y="8.5714286" width="143" height="76" fill="white"/><text transform="translate(347.42495 8.5714286)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x=".2421875" y="15" textLength="132.515625">wasInfluencedBy /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x="1.9140625" y="34" textLength="129.171875">wasQuotedFrom /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x="8.2421875" y="53" textLength="116.515625">wasRevisionOf /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x=".24609375" y="72" textLength="132.50781">hadPrimarySource</tspan></text><path d="M 420.44032 135.35876 C 425.151 123.00006 436.52857 93.41418 407.96623 93.297036 C 386.62257 93.20956 388.32384 109.18481 392.49374 122.7099" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 405.34209 408.45955 L 295.65789 408.45955 C 294.55332 408.45955 293.65789 407.56412 293.65789 406.45955 C 293.65789 406.45955 293.65789 406.45955 293.65789 406.45955 L 293.65789 356.45955 C 293.65789 355.35498 294.55332 354.45955 295.65789 354.45955 C 295.65789 354.45955 295.65789 354.45955 295.65789 354.45955 L 405.34209 354.45955 C 406.44666 354.45955 407.34209 355.35498 407.34209 356.45955 L 407.34209 406.45955 C 407.34209 407.56412 406.44666 408.45955 405.34209 408.45955 C 405.34209 408.45955 405.34209 408.45955 405.34209 408.45955 Z" fill="#cfceff"/><path d="M 405.34209 408.45955 L 295.65789 408.45955 C 294.55332 408.45955 293.65789 407.56412 293.65789 406.45955 C 293.65789 406.45955 293.65789 406.45955 293.65789 406.45955 L 293.65789 356.45955 C 293.65789 355.35498 294.55332 354.45955 295.65789 354.45955 C 295.65789 354.45955 295.65789 354.45955 295.65789 354.45955 L 405.34209 354.45955 C 406.44666 354.45955 407.34209 355.35498 407.34209 356.45955 L 407.34209 406.45955 C 407.34209 407.56412 406.44666 408.45955 405.34209 408.45955 C 405.34209 408.45955 405.34209 408.45955 405.34209 408.45955 Z M 395.97367 408.45955 L 395.97367 354.45955 M 305.0263 354.45955 L 305.0263 408.45955" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(310.0263 371.95955)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="9.110399" y="15" textLength="62.726562">Activity</tspan></text><path d="M 505.28573 135.35876 L 198.14284 135.35876 C 188.754 135.35876 181.14284 142.96992 181.14284 152.35876 L 181.14284 216.64447 C 181.14284 226.03331 188.754 233.64447 198.14284 233.64447 L 505.28573 233.64447 C 514.67457 233.64447 522.28572 226.03331 522.28573 216.64448 L 522.28573 152.35876 C 522.28573 142.96992 514.67457 135.35876 505.28573 135.35876 C 505.28573 135.35876 505.28573 135.35876 505.28573 135.35876 Z" fill="#fffedf"/><path d="M 505.28573 135.35876 L 198.14284 135.35876 C 188.754 135.35876 181.14284 142.96992 181.14284 152.35876 L 181.14284 216.64447 C 181.14284 226.03331 188.754 233.64447 198.14284 233.64447 L 505.28573 233.64447 C 514.67457 233.64447 522.28572 226.03331 522.28573 216.64448 L 522.28573 152.35876 C 522.28573 142.96992 514.67457 135.35876 505.28573 135.35876 C 505.28573 135.35876 505.28573 135.35876 505.28573 135.35876 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(186.14284 140.35876)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="140.598785" y="15" textLength="49.945312">Entity</tspan></text><path d="M 274.0143 222.21985 L 214.4143 222.21985 C 205.02546 222.21985 197.4143 214.60869 197.4143 205.21985 C 197.4143 205.21985 197.4143 205.21985 197.4143 205.21985 L 197.4143 185.21986 C 197.41429 175.83102 205.02545 168.21985 214.41429 168.21985 C 214.41429 168.21985 214.4143 168.21985 214.4143 168.21985 L 274.0143 168.21985 C 283.40314 168.21985 291.0143 175.83101 291.0143 185.21985 L 291.0143 205.21985 C 291.0143 214.60869 283.40314 222.21985 274.0143 222.21985 C 274.0143 222.21985 274.0143 222.21985 274.0143 222.21985 Z" fill="#fffedf"/><path d="M 274.0143 222.21985 L 214.4143 222.21985 C 205.02546 222.21985 197.4143 214.60869 197.4143 205.21985 C 197.4143 205.21985 197.4143 205.21985 197.4143 205.21985 L 197.4143 185.21986 C 197.41429 175.83102 205.02545 168.21985 214.41429 168.21985 C 214.41429 168.21985 214.4143 168.21985 214.4143 168.21985 L 274.0143 168.21985 C 283.40314 168.21985 291.0143 175.83101 291.0143 185.21985 L 291.0143 205.21985 C 291.0143 214.60869 283.40314 222.21985 274.0143 222.21985 C 274.0143 222.21985 274.0143 222.21985 274.0143 222.21985 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(202.4143 185.71985)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="6.1281242" y="15" textLength="71.34375">Collection</tspan></text><rect x="538.24364" y="21.02149" width="114.63639" height="29.000002" fill="#e6e6e6"/><rect x="538.24364" y="21.02149" width="114.63639" height="29.000002" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(543.24364 26.02149)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.2674138" y="15" textLength="96.10156">xsd:dateTime</tspan></text><rect x="48.285714" y="21.02149" width="114.63639" height="29.000002" fill="#e6e6e6"/><rect x="48.285714" y="21.02149" width="114.63639" height="29.000002" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(53.285714 26.02149)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.2674138" y="15" textLength="96.10156">xsd:dateTime</tspan></text><rect x="555.90588" y="147.42857" width="124" height="38" fill="white"/><text transform="translate(560.90588 147.42857)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x="11.152344" y="15" textLength="95.55469">alternateOf / </tspan><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x=".18359375" y="34" textLength="113.63281">specializationOf</tspan></text><rect x="559.80857" y="368.99763" width="86" height="19" fill="white"/><text transform="translate(564.80857 368.99763)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x=".2578125" y="15" textLength="75.484375">atLocation</tspan></text><path d="M 485.27884 365.2119 L 568.3384 365.2119 C 571.0998 365.2119 573.33838 362.97333 573.3384 360.2119 L 573.3384 316.2119 C 573.3384 313.45048 571.0998 311.2119 568.3384 311.2119 L 485.27884 311.2119 C 482.51742 311.2119 480.27884 313.45048 480.27884 316.2119 L 480.27884 360.2119 C 480.27884 362.97333 482.51742 365.2119 485.27884 365.2119 Z" fill="#804000" fill-opacity=".38999999"/><path d="M 485.27884 365.2119 L 568.3384 365.2119 C 571.0998 365.2119 573.33838 362.97333 573.3384 360.2119 L 573.3384 316.2119 C 573.3384 313.45048 571.0998 311.2119 568.3384 311.2119 L 485.27884 311.2119 C 482.51742 311.2119 480.27884 313.45048 480.27884 316.2119 L 480.27884 360.2119 C 480.27884 362.97333 482.51742 365.2119 485.27884 365.2119 Z" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(485.27884 328.7119)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x="10.580551" y="15" textLength="61.898438">Location</tspan></text><path d="M 652.88002 355.28333 C 649.8089 365.4868 657.57056 380.03323 643.66577 385.8968 C 629.76097 391.76037 585.19345 393.85084 569.44292 390.46827 C 560.12796 388.4678 557.09956 383.03442 554.78106 377.21376" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 12.571433 175.31832 L 12.571433 329.73334 C 12.571433 339.00131 20.182592 346.5145 29.571433 346.5145 L 139.57143 346.5145 C 148.96027 346.5145 156.57143 339.00132 156.57143 329.73334 L 156.57143 329.73334 L 156.57143 150.07622 C 156.57143 150.07221 156.57143 150.0682 156.57143 150.064195 L 156.57143 139.69491 C 156.57143 137.123435 154.89051 134.84575 152.41095 134.05737 L 86.41095 113.072546 C 85.21486 112.69225 83.927997 112.69225 82.731907 113.07255 L 16.731907 134.05737 C 14.252351 134.84575 12.571428 137.123436 12.571429 139.69491 L 12.571429 139.69491 L 12.5714286 175.31125 L 12.5714286 175.31125 C 12.5714286 175.31361 12.57143 175.31596 12.571433 175.31832 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 12.571433 175.31832 L 12.571433 329.73334 C 12.571433 339.00131 20.182592 346.5145 29.571433 346.5145 L 139.57143 346.5145 C 148.96027 346.5145 156.57143 339.00132 156.57143 329.73334 L 156.57143 329.73334 L 156.57143 150.07622 C 156.57143 150.07221 156.57143 150.0682 156.57143 150.064195 L 156.57143 139.69491 C 156.57143 137.123435 154.89051 134.84575 152.41095 134.05737 L 86.41095 113.072546 C 85.21486 112.69225 83.927997 112.69225 82.731907 113.07255 L 16.731907 134.05737 C 14.252351 134.84575 12.571428 137.123436 12.571429 139.69491 L 12.571429 139.69491 L 12.5714286 175.31125 L 12.5714286 175.31125 C 12.5714286 175.31361 12.57143 175.31596 12.571433 175.31832 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(17.571429 117.78732)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="43.046877" y="34" textLength="47.90625">Agent</tspan></text><path d="M 138.61848 216.59006 L 30.52446 216.59006 C 28.315322 216.59006 26.524461 214.7992 26.524461 212.59006 C 26.524461 212.59005 26.524461 212.59005 26.524461 212.59005 L 26.524461 166.59006 C 26.52446 164.38092 28.31532 162.59006 30.52446 162.59006 C 30.52446 162.59006 30.52446 162.59006 30.52446 162.59006 L 138.61848 162.59006 C 140.82762 162.59006 142.61848 164.38092 142.61848 166.59006 L 142.61848 212.59006 C 142.61848 214.7992 140.82762 216.59006 138.61848 216.59006 C 138.61848 216.59006 138.61848 216.59006 138.61848 216.59006 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 138.61848 216.59006 L 30.52446 216.59006 C 28.315322 216.59006 26.524461 214.7992 26.524461 212.59006 C 26.524461 212.59005 26.524461 212.59005 26.524461 212.59005 L 26.524461 166.59006 C 26.52446 164.38092 28.31532 162.59006 30.52446 162.59006 C 30.52446 162.59006 30.52446 162.59006 30.52446 162.59006 L 138.61848 162.59006 C 140.82762 162.59006 142.61848 164.38092 142.61848 166.59006 L 142.61848 212.59006 C 142.61848 214.7992 140.82762 216.59006 138.61848 216.59006 C 138.61848 216.59006 138.61848 216.59006 138.61848 216.59006 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(31.52446 180.09006)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="28.527479" y="15" textLength="49.039062">Person</tspan></text><path d="M 138.61848 337.5445 L 30.52446 337.5445 C 28.315322 337.5445 26.524461 335.75363 26.524461 333.5445 C 26.524461 333.5445 26.524461 333.5445 26.524461 333.5445 L 26.524461 287.5445 C 26.52446 285.33536 28.31532 283.5445 30.52446 283.5445 C 30.52446 283.5445 30.52446 283.5445 30.52446 283.5445 L 138.61848 283.5445 C 140.82762 283.5445 142.61848 285.33536 142.61848 287.5445 L 142.61848 333.5445 C 142.61848 335.75363 140.82762 337.5445 138.61848 337.5445 C 138.61848 337.5445 138.61848 337.5445 138.61848 337.5445 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 138.61848 337.5445 L 30.52446 337.5445 C 28.315322 337.5445 26.524461 335.75363 26.524461 333.5445 C 26.524461 333.5445 26.524461 333.5445 26.524461 333.5445 L 26.524461 287.5445 C 26.52446 285.33536 28.31532 283.5445 30.52446 283.5445 C 30.52446 283.5445 30.52446 283.5445 30.52446 283.5445 L 138.61848 283.5445 C 140.82762 283.5445 142.61848 285.33536 142.61848 287.5445 L 142.61848 333.5445 C 142.61848 335.75363 140.82762 337.5445 138.61848 337.5445 C 138.61848 337.5445 138.61848 337.5445 138.61848 337.5445 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(31.52446 301.0445)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="1.01185375" y="15" textLength="104.07031">SoftwareAgent</tspan></text><path d="M 138.61848 277.06699 L 30.52446 277.06699 C 28.315322 277.06699 26.524461 275.27612 26.524461 273.06699 C 26.524461 273.06698 26.524461 273.06698 26.524461 273.06698 L 26.524461 227.06699 C 26.52446 224.85785 28.31532 223.06699 30.52446 223.06699 C 30.52446 223.06699 30.52446 223.06699 30.52446 223.06699 L 138.61848 223.06699 C 140.82762 223.06699 142.61848 224.85785 142.61848 227.06699 L 142.61848 273.06699 C 142.61848 275.27612 140.82762 277.06699 138.61848 277.06699 C 138.61848 277.06699 138.61848 277.06699 138.61848 277.06699 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 138.61848 277.06699 L 30.52446 277.06699 C 28.315322 277.06699 26.524461 275.27612 26.524461 273.06699 C 26.524461 273.06698 26.524461 273.06698 26.524461 273.06698 L 26.524461 227.06699 C 26.52446 224.85785 28.31532 223.06699 30.52446 223.06699 C 30.52446 223.06699 30.52446 223.06699 30.52446 223.06699 L 138.61848 223.06699 C 140.82762 223.06699 142.61848 224.85785 142.61848 227.06699 L 142.61848 273.06699 C 142.61848 275.27612 140.82762 277.06699 138.61848 277.06699 C 138.61848 277.06699 138.61848 277.06699 138.61848 277.06699 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(31.52446 240.56699)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="6.9141975" y="15" textLength="92.265625">Organization</tspan></text><rect x="269.3731" y="74.38137" width="36.49817" height="13.508503" fill="#e6e6e6"/><rect x="269.3731" y="74.38137" width="36.49817" height="13.508503" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M 426.98572 222.21985 L 486.58572 222.21985 C 495.97456 222.21985 503.58572 214.6087 503.58572 205.21986 L 503.58572 185.21985 C 503.58572 175.83101 495.97456 168.21985 486.58572 168.21985 L 426.98572 168.21985 C 417.59688 168.21985 409.98572 175.83101 409.98572 185.21985 L 409.98572 205.21985 C 409.98572 214.60869 417.59688 222.21985 426.98572 222.21985 Z" fill="#fffedf"/><path d="M 426.98572 222.21985 L 486.58572 222.21985 C 495.97456 222.21985 503.58572 214.6087 503.58572 205.21986 L 503.58572 185.21985 C 503.58572 175.83101 495.97456 168.21985 486.58572 168.21985 L 426.98572 168.21985 C 417.59688 168.21985 409.98572 175.83101 409.98572 185.21985 L 409.98572 205.21985 C 409.98572 214.60869 417.59688 222.21985 426.98572 222.21985 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(414.98572 185.71985)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x="16.491405" y="15" textLength="50.617188">Bundle</tspan></text><path d="M 209.59375 221.52671 C 210.11007 232.50689 205.59951 248.52295 211.14286 254.47055 C 216.6862 260.41816 236.39109 260.6069 242.85714 257.2159 C 246.1912 255.4674 247.34303 251.42863 248.0004 246.87111" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 320.7 222.21985 L 380.3 222.21985 C 389.68885 222.21985 397.3 214.60869 397.3 205.21985 L 397.3 185.21985 C 397.3 175.83101 389.68885 168.21985 380.3 168.21985 L 320.7 168.21985 C 311.31117 168.21985 303.70001 175.83101 303.70001 185.21985 L 303.70001 205.21985 C 303.70001 214.60869 311.31117 222.21985 320.7 222.21985 Z" fill="#fffedf"/><path d="M 320.7 222.21985 L 380.3 222.21985 C 389.68885 222.21985 397.3 214.60869 397.3 205.21985 L 397.3 185.21985 C 397.3 175.83101 389.68885 168.21985 380.3 168.21985 L 320.7 168.21985 C 311.31117 168.21985 303.70001 175.83101 303.70001 185.21985 L 303.70001 205.21985 C 303.70001 214.60869 311.31117 222.21985 320.7 222.21985 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(308.70001 185.71985)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="25.874218" y="15" textLength="31.851562">Plan</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="10 8 670 403" width="670pt" height="403pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-11-25 18:02Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.2 --></metadata><defs><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="gray"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><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="481.4453" cap-height="692.8711" 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="FilledArrow_Marker_2" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><font-face font-family="Georgia" font-size="16" panose-1="2 4 8 2 5 4 5 2 2 3" units-per-em="1000" underline-position="-87.890625" underline-thickness="59.570312" slope="0" x-height="484.375" cap-height="692.8711" ascent="916.9922" descent="-219.23828" font-weight="bold"><font-face-src><font-face-name name="Georgia-Bold"/></font-face-src></font-face></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 1</title><rect fill="white" width="1305" height="894"/><g><title>Layer 1</title><path d="M 522.28573 181.52013 C 534.64443 186.23081 553.7143 185.14286 552.5052 165.28379 C 551.65642 151.34365 543.78284 153.00529 534.65193 156.84767" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><text transform="translate(46.714286 71.635623)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".09765625" y="15" textLength="122.80469">generatedAtTime</tspan></text><rect x="293.6579" y="108.609524" width="42" height="19" fill="white"/><text transform="translate(295.6579 108.609524)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".23828125" y="15" textLength="37.523438">value</tspan></text><line x1="292" y1="135.63159" x2="288.80014" y2="100.73598" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="185.42857" y="262.2159" width="91" height="19" fill="white"/><text transform="translate(187.42857 262.2159)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".26171875" y="15" textLength="86.47656">hadMember</tspan></text><line x1="510.8789" y1="137.70018" x2="534.40035" y2="62.335676" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="191.57476" y1="137.70018" x2="166.92918" y2="62.283358" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><text transform="translate(532.90176 71.635623)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".109375" y="15" textLength="131.78125">invalidatedAtTime</tspan></text><rect x="191.14286" y="306.45955" width="119" height="48" fill="white"/><text transform="translate(196.14286 311.45955)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="0" y="15" textLength="108.03125">wasStartedBy /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" x="0" y="34" textLength="91.125">wasEndedBy</tspan></text><rect x="405.4461" y="252.21588" width="136" height="29" fill="white"/><text transform="translate(410.4461 257.21588)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".1171875" y="15" textLength="125.765625">wasInvalidatedBy</tspan></text><path d="M 335.481 354.02096 C 323.43629 332.01617 305.5385 307.97743 299.34327 288 C 294.66297 272.90768 296.6596 260.12644 297.76686 247.03851" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 403.3244 234.14447 C 403.23353 255.50086 408.96974 278.23999 403.05175 298.22004 C 398.27343 314.35237 385.89507 328.69378 375.12226 343.41185" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="342.42495" y="8.5714286" width="143" height="76" fill="white"/><text transform="translate(347.42495 8.5714286)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".2421875" y="15" textLength="132.515625">wasInfluencedBy /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" x="1.9140625" y="34" textLength="129.171875">wasQuotedFrom /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" x="8.2421875" y="53" textLength="116.515625">wasRevisionOf /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" x=".24609375" y="72" textLength="132.50781">hadPrimarySource</tspan></text><path d="M 420.44032 135.35876 C 425.151 123.00006 436.52857 93.41418 407.96623 93.297036 C 386.62257 93.20956 388.32384 109.18481 392.49374 122.7099" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 405.34209 408.45955 L 295.65789 408.45955 C 294.55332 408.45955 293.65789 407.56412 293.65789 406.45955 C 293.65789 406.45955 293.65789 406.45955 293.65789 406.45955 L 293.65789 356.45955 C 293.65789 355.35498 294.55332 354.45955 295.65789 354.45955 C 295.65789 354.45955 295.65789 354.45955 295.65789 354.45955 L 405.34209 354.45955 C 406.44666 354.45955 407.34209 355.35498 407.34209 356.45955 L 407.34209 406.45955 C 407.34209 407.56412 406.44666 408.45955 405.34209 408.45955 C 405.34209 408.45955 405.34209 408.45955 405.34209 408.45955 Z" fill="#cfceff"/><path d="M 405.34209 408.45955 L 295.65789 408.45955 C 294.55332 408.45955 293.65789 407.56412 293.65789 406.45955 C 293.65789 406.45955 293.65789 406.45955 293.65789 406.45955 L 293.65789 356.45955 C 293.65789 355.35498 294.55332 354.45955 295.65789 354.45955 C 295.65789 354.45955 295.65789 354.45955 295.65789 354.45955 L 405.34209 354.45955 C 406.44666 354.45955 407.34209 355.35498 407.34209 356.45955 L 407.34209 406.45955 C 407.34209 407.56412 406.44666 408.45955 405.34209 408.45955 C 405.34209 408.45955 405.34209 408.45955 405.34209 408.45955 Z M 395.97367 408.45955 L 395.97367 354.45955 M 305.0263 354.45955 L 305.0263 408.45955" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(310.0263 371.95955)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="9.110399" y="15" textLength="62.726562">Activity</tspan></text><path d="M 505.28573 135.35876 L 198.14284 135.35876 C 188.754 135.35876 181.14284 142.96992 181.14284 152.35876 L 181.14284 216.64447 C 181.14284 226.03331 188.754 233.64447 198.14284 233.64447 L 505.28573 233.64447 C 514.67457 233.64447 522.28572 226.03331 522.28573 216.64448 L 522.28573 152.35876 C 522.28573 142.96992 514.67457 135.35876 505.28573 135.35876 C 505.28573 135.35876 505.28573 135.35876 505.28573 135.35876 Z" fill="#fffedf"/><path d="M 505.28573 135.35876 L 198.14284 135.35876 C 188.754 135.35876 181.14284 142.96992 181.14284 152.35876 L 181.14284 216.64447 C 181.14284 226.03331 188.754 233.64447 198.14284 233.64447 L 505.28573 233.64447 C 514.67457 233.64447 522.28572 226.03331 522.28573 216.64448 L 522.28573 152.35876 C 522.28573 142.96992 514.67457 135.35876 505.28573 135.35876 C 505.28573 135.35876 505.28573 135.35876 505.28573 135.35876 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(186.14284 140.35876)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="140.598785" y="15" textLength="49.945312">Entity</tspan></text><path d="M 274.0143 222.21985 L 214.4143 222.21985 C 205.02546 222.21985 197.4143 214.60869 197.4143 205.21985 C 197.4143 205.21985 197.4143 205.21985 197.4143 205.21985 L 197.4143 185.21986 C 197.41429 175.83102 205.02545 168.21985 214.41429 168.21985 C 214.41429 168.21985 214.4143 168.21985 214.4143 168.21985 L 274.0143 168.21985 C 283.40314 168.21985 291.0143 175.83101 291.0143 185.21985 L 291.0143 205.21985 C 291.0143 214.60869 283.40314 222.21985 274.0143 222.21985 C 274.0143 222.21985 274.0143 222.21985 274.0143 222.21985 Z" fill="#fffedf"/><path d="M 274.0143 222.21985 L 214.4143 222.21985 C 205.02546 222.21985 197.4143 214.60869 197.4143 205.21985 C 197.4143 205.21985 197.4143 205.21985 197.4143 205.21985 L 197.4143 185.21986 C 197.41429 175.83102 205.02545 168.21985 214.41429 168.21985 C 214.41429 168.21985 214.4143 168.21985 214.4143 168.21985 L 274.0143 168.21985 C 283.40314 168.21985 291.0143 175.83101 291.0143 185.21985 L 291.0143 205.21985 C 291.0143 214.60869 283.40314 222.21985 274.0143 222.21985 C 274.0143 222.21985 274.0143 222.21985 274.0143 222.21985 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(202.4143 185.71985)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="6.1281242" y="15" textLength="71.34375">Collection</tspan></text><rect x="538.24364" y="21.02149" width="114.63639" height="29.000002" fill="#e6e6e6"/><rect x="538.24364" y="21.02149" width="114.63639" height="29.000002" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(543.24364 26.02149)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.2674138" y="15" textLength="96.10156">xsd:dateTime</tspan></text><rect x="48.285714" y="21.02149" width="114.63639" height="29.000002" fill="#e6e6e6"/><rect x="48.285714" y="21.02149" width="114.63639" height="29.000002" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(53.285714 26.02149)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.2674138" y="15" textLength="96.10156">xsd:dateTime</tspan></text><rect x="555.90588" y="147.42857" width="124" height="38" fill="white"/><text transform="translate(560.90588 147.42857)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="11.152344" y="15" textLength="95.55469">alternateOf / </tspan><tspan font-family="Georgia" font-size="16" font-weight="500" x=".18359375" y="34" textLength="113.63281">specializationOf</tspan></text><rect x="559.80857" y="368.99763" width="86" height="19" fill="white"/><text transform="translate(564.80857 368.99763)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".2578125" y="15" textLength="75.484375">atLocation</tspan></text><path d="M 485.27884 365.2119 L 568.3384 365.2119 C 571.0998 365.2119 573.33838 362.97333 573.3384 360.2119 L 573.3384 316.2119 C 573.3384 313.45048 571.0998 311.2119 568.3384 311.2119 L 485.27884 311.2119 C 482.51742 311.2119 480.27884 313.45048 480.27884 316.2119 L 480.27884 360.2119 C 480.27884 362.97333 482.51742 365.2119 485.27884 365.2119 Z" fill="#804000" fill-opacity=".38999999"/><path d="M 485.27884 365.2119 L 568.3384 365.2119 C 571.0998 365.2119 573.33838 362.97333 573.3384 360.2119 L 573.3384 316.2119 C 573.3384 313.45048 571.0998 311.2119 568.3384 311.2119 L 485.27884 311.2119 C 482.51742 311.2119 480.27884 313.45048 480.27884 316.2119 L 480.27884 360.2119 C 480.27884 362.97333 482.51742 365.2119 485.27884 365.2119 Z" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(485.27884 328.7119)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="10.580551" y="15" textLength="61.898438">Location</tspan></text><path d="M 652.88002 355.28333 C 649.8089 365.4868 657.57056 380.03323 643.66577 385.8968 C 629.76097 391.76037 585.19345 393.85084 569.44292 390.46827 C 560.12796 388.4678 557.09956 383.03442 554.78106 377.21376" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 12.571433 175.31832 L 12.571433 329.73334 C 12.571433 339.00131 20.182592 346.5145 29.571433 346.5145 L 139.57143 346.5145 C 148.96027 346.5145 156.57143 339.00132 156.57143 329.73334 L 156.57143 329.73334 L 156.57143 150.07622 C 156.57143 150.07221 156.57143 150.0682 156.57143 150.064195 L 156.57143 139.69491 C 156.57143 137.123435 154.89051 134.84575 152.41095 134.05737 L 86.41095 113.072546 C 85.21486 112.69225 83.927997 112.69225 82.731907 113.07255 L 16.731907 134.05737 C 14.252351 134.84575 12.571428 137.123436 12.571429 139.69491 L 12.571429 139.69491 L 12.5714286 175.31125 L 12.5714286 175.31125 C 12.5714286 175.31361 12.57143 175.31596 12.571433 175.31832 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 12.571433 175.31832 L 12.571433 329.73334 C 12.571433 339.00131 20.182592 346.5145 29.571433 346.5145 L 139.57143 346.5145 C 148.96027 346.5145 156.57143 339.00132 156.57143 329.73334 L 156.57143 329.73334 L 156.57143 150.07622 C 156.57143 150.07221 156.57143 150.0682 156.57143 150.064195 L 156.57143 139.69491 C 156.57143 137.123435 154.89051 134.84575 152.41095 134.05737 L 86.41095 113.072546 C 85.21486 112.69225 83.927997 112.69225 82.731907 113.07255 L 16.731907 134.05737 C 14.252351 134.84575 12.571428 137.123436 12.571429 139.69491 L 12.571429 139.69491 L 12.5714286 175.31125 L 12.5714286 175.31125 C 12.5714286 175.31361 12.57143 175.31596 12.571433 175.31832 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(17.571429 117.78732)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="43.046877" y="34" textLength="47.90625">Agent</tspan></text><path d="M 138.61848 216.59006 L 30.52446 216.59006 C 28.315322 216.59006 26.524461 214.7992 26.524461 212.59006 C 26.524461 212.59005 26.524461 212.59005 26.524461 212.59005 L 26.524461 166.59006 C 26.52446 164.38092 28.31532 162.59006 30.52446 162.59006 C 30.52446 162.59006 30.52446 162.59006 30.52446 162.59006 L 138.61848 162.59006 C 140.82762 162.59006 142.61848 164.38092 142.61848 166.59006 L 142.61848 212.59006 C 142.61848 214.7992 140.82762 216.59006 138.61848 216.59006 C 138.61848 216.59006 138.61848 216.59006 138.61848 216.59006 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 138.61848 216.59006 L 30.52446 216.59006 C 28.315322 216.59006 26.524461 214.7992 26.524461 212.59006 C 26.524461 212.59005 26.524461 212.59005 26.524461 212.59005 L 26.524461 166.59006 C 26.52446 164.38092 28.31532 162.59006 30.52446 162.59006 C 30.52446 162.59006 30.52446 162.59006 30.52446 162.59006 L 138.61848 162.59006 C 140.82762 162.59006 142.61848 164.38092 142.61848 166.59006 L 142.61848 212.59006 C 142.61848 214.7992 140.82762 216.59006 138.61848 216.59006 C 138.61848 216.59006 138.61848 216.59006 138.61848 216.59006 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(31.52446 180.09006)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="28.527479" y="15" textLength="49.039062">Person</tspan></text><path d="M 138.61848 337.5445 L 30.52446 337.5445 C 28.315322 337.5445 26.524461 335.75363 26.524461 333.5445 C 26.524461 333.5445 26.524461 333.5445 26.524461 333.5445 L 26.524461 287.5445 C 26.52446 285.33536 28.31532 283.5445 30.52446 283.5445 C 30.52446 283.5445 30.52446 283.5445 30.52446 283.5445 L 138.61848 283.5445 C 140.82762 283.5445 142.61848 285.33536 142.61848 287.5445 L 142.61848 333.5445 C 142.61848 335.75363 140.82762 337.5445 138.61848 337.5445 C 138.61848 337.5445 138.61848 337.5445 138.61848 337.5445 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 138.61848 337.5445 L 30.52446 337.5445 C 28.315322 337.5445 26.524461 335.75363 26.524461 333.5445 C 26.524461 333.5445 26.524461 333.5445 26.524461 333.5445 L 26.524461 287.5445 C 26.52446 285.33536 28.31532 283.5445 30.52446 283.5445 C 30.52446 283.5445 30.52446 283.5445 30.52446 283.5445 L 138.61848 283.5445 C 140.82762 283.5445 142.61848 285.33536 142.61848 287.5445 L 142.61848 333.5445 C 142.61848 335.75363 140.82762 337.5445 138.61848 337.5445 C 138.61848 337.5445 138.61848 337.5445 138.61848 337.5445 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(31.52446 301.0445)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="1.01185375" y="15" textLength="104.07031">SoftwareAgent</tspan></text><path d="M 138.61848 277.06699 L 30.52446 277.06699 C 28.315322 277.06699 26.524461 275.27612 26.524461 273.06699 C 26.524461 273.06698 26.524461 273.06698 26.524461 273.06698 L 26.524461 227.06699 C 26.52446 224.85785 28.31532 223.06699 30.52446 223.06699 C 30.52446 223.06699 30.52446 223.06699 30.52446 223.06699 L 138.61848 223.06699 C 140.82762 223.06699 142.61848 224.85785 142.61848 227.06699 L 142.61848 273.06699 C 142.61848 275.27612 140.82762 277.06699 138.61848 277.06699 C 138.61848 277.06699 138.61848 277.06699 138.61848 277.06699 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 138.61848 277.06699 L 30.52446 277.06699 C 28.315322 277.06699 26.524461 275.27612 26.524461 273.06699 C 26.524461 273.06698 26.524461 273.06698 26.524461 273.06698 L 26.524461 227.06699 C 26.52446 224.85785 28.31532 223.06699 30.52446 223.06699 C 30.52446 223.06699 30.52446 223.06699 30.52446 223.06699 L 138.61848 223.06699 C 140.82762 223.06699 142.61848 224.85785 142.61848 227.06699 L 142.61848 273.06699 C 142.61848 275.27612 140.82762 277.06699 138.61848 277.06699 C 138.61848 277.06699 138.61848 277.06699 138.61848 277.06699 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(31.52446 240.56699)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="6.9141975" y="15" textLength="92.265625">Organization</tspan></text><rect x="269.3731" y="74.38137" width="36.49817" height="13.508503" fill="#e6e6e6"/><rect x="269.3731" y="74.38137" width="36.49817" height="13.508503" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M 426.98572 222.21985 L 486.58572 222.21985 C 495.97456 222.21985 503.58572 214.6087 503.58572 205.21986 L 503.58572 185.21985 C 503.58572 175.83101 495.97456 168.21985 486.58572 168.21985 L 426.98572 168.21985 C 417.59688 168.21985 409.98572 175.83101 409.98572 185.21985 L 409.98572 205.21985 C 409.98572 214.60869 417.59688 222.21985 426.98572 222.21985 Z" fill="#fffedf"/><path d="M 426.98572 222.21985 L 486.58572 222.21985 C 495.97456 222.21985 503.58572 214.6087 503.58572 205.21986 L 503.58572 185.21985 C 503.58572 175.83101 495.97456 168.21985 486.58572 168.21985 L 426.98572 168.21985 C 417.59688 168.21985 409.98572 175.83101 409.98572 185.21985 L 409.98572 205.21985 C 409.98572 214.60869 417.59688 222.21985 426.98572 222.21985 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(414.98572 185.71985)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="25.874218" y="15" textLength="31.851562">Plan</tspan></text><path d="M 209.59375 221.52671 C 210.11007 232.50689 205.59951 248.52295 211.14286 254.47055 C 216.6862 260.41816 236.39109 260.6069 242.85714 257.2159 C 246.1912 255.4674 247.34303 251.42863 248.0004 246.87111" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 320.7 222.21985 L 380.3 222.21985 C 389.68885 222.21985 397.3 214.60869 397.3 205.21985 L 397.3 185.21985 C 397.3 175.83101 389.68885 168.21985 380.3 168.21985 L 320.7 168.21985 C 311.31117 168.21985 303.70001 175.83101 303.70001 185.21985 L 303.70001 205.21985 C 303.70001 214.60869 311.31117 222.21985 320.7 222.21985 Z" fill="#fffedf"/><path d="M 320.7 222.21985 L 380.3 222.21985 C 389.68885 222.21985 397.3 214.60869 397.3 205.21985 L 397.3 185.21985 C 397.3 175.83101 389.68885 168.21985 380.3 168.21985 L 320.7 168.21985 C 311.31117 168.21985 303.70001 175.83101 303.70001 185.21985 L 303.70001 205.21985 C 303.70001 214.60869 311.31117 222.21985 320.7 222.21985 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(308.70001 185.71985)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="16.491405" y="15" textLength="50.617188">Bundle</tspan></text></g></g></svg>
--- a/ontology/releases/CR-prov-o-20121211/diagrams/starting-points-example.svg	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/releases/CR-prov-o-20121211/diagrams/starting-points-example.svg	Tue Nov 27 11:44:38 2012 +0000
@@ -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="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>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="14 13 774 507" width="774pt" height="507pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-11-26 13:47Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.2 --></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><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_2" viewBox="-1 -4 10 8" markerWidth="10" markerHeight="8" color="#ff0080"><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="1105" height="736"/><g><title>Layer 1</title><ellipse cx="737.58786" cy="492.74044" rx="47.066475" ry="25.00004" fill="#ffffbe"/><ellipse cx="737.58786" cy="492.74044" rx="47.066475" ry="25.00004" stroke="#7e7e7e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(704.93474 485.74044)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="5.6384712" y="11" textLength="54.029297">:bar_chart</tspan></text><rect x="398.51506" y="467.74046" width="126" height="50" fill="#cfceff"/><rect x="398.51506" y="467.74046" width="126" height="50" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(403.51506 485.74046)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="10.319336" y="11" textLength="95.36133">:illustrationActivity</tspan></text><ellipse cx="461.51506" cy="349.61234" rx="58.500095" ry="25.00004" fill="#ffffbe"/><ellipse cx="461.51506" cy="349.61234" rx="58.500095" ry="25.00004" stroke="#7e7e7e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(419.71506 335.61234)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="2.7707031" y="11" textLength="78.058594">:aggregatedBy</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="19.786328" y="25" textLength="44.027344">Regions</tspan></text><rect x="114.410495" y="324.61234" width="133" height="50" fill="#cfceff"/><rect x="114.410495" y="324.61234" width="133" height="50" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(119.410495 342.61234)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="9.1376953" y="11" textLength="104.72461">:aggregationActivity</tspan></text><line x1="690.02144" y1="492.74046" x2="534.41506" y2="492.74046" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="551.15006" y="483.74046" width="123" height="18" fill="white"/><text transform="translate(553.15006 485.74046)" 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="461.51506" y1="467.24046" x2="461.51506" y2="385.01235" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="434.78856" y="414.7914" width="57" height="18" fill="white"/><text transform="translate(436.78856 416.7914)" 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="424.07495" y1="467.50523" x2="256.14656" y2="377.97901" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="280.75762" y="412.48762" width="114" height="18" fill="white"/><text transform="translate(282.75762 414.48762)" 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="402.51503" y1="349.61234" x2="257.8105" y2="349.61234" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="268.39705" y="340.61234" width="123" height="18" fill="white"/><text transform="translate(270.39705 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="247.85964" y1="324.39265" x2="419.6728" y2="240.35173" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="264.15736" y="274.40372" width="135" height="18" fill="white"/><text transform="translate(266.15736 276.40372)" 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="180.57609" y1="324.24063" x2="114.64908" y2="250.9574" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="107.99011" y="266.23547" width="57" height="18" fill="white"/><text transform="translate(109.99011 268.23547)" 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="181.20193" y1="324.20606" x2="232.38667" y2="252.8519" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="186.71774" y="267.78627" width="57" height="18" fill="white"/><text transform="translate(188.71774 269.78627)" 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="461.51507" y1="324.11233" x2="461.51507" y2="255.28495" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="406.11366" y="281.33986" width="117" height="18" fill="white"/><text transform="translate(408.11366 283.33986)" 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 726.56338 467.94975 C 699.1894 406.39405 683.10865 322.70028 644.4332 283.2642 C 608.15987 246.27745 551.99094 248.20068 503.92244 234.29607" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="588.50726" y="276.98972" width="117" height="18" fill="white"/><text transform="translate(590.50726 278.98972)" 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 429.01506 244.88494 L 429.01506 211.53494 L 461.51506 194.88494 L 494.01506 211.53494 L 494.01506 244.88494 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 429.01506 244.88494 L 429.01506 211.53494 L 461.51506 194.88494 L 494.01506 211.53494 L 494.01506 244.88494 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(434.01506 221.18494)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="10.824219" y="11" textLength="33.351562">:derek</tspan></text><path d="M 414.44866 132.47375 L 414.44866 96.0172 L 461.51506 77.81625 L 508.58146 96.0172 L 508.58146 132.47375 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 414.44866 132.47375 L 414.44866 96.0172 L 461.51506 77.81625 L 508.58146 96.0172 L 508.58146 132.47375 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(419.44866 86.218145)" 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="461.51506" y1="194.38494" x2="461.51506" y2="142.87375" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="400.01506" y="159.81311" width="123" height="18" fill="white"/><text transform="translate(402.01506 161.81311)" 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 157.1957 482.5355 C 157.1957 477.799 155.405 477.213 142.32443 472.5255 L 142.18625 472.477 C 129.03659 467.7405 128.89982 467.7405 115.40471 467.7405 C 97.43567 467.7405 16.195698 467.7405 16.195698 467.7405 L 16.195698 517.7405 L 157.1957 517.7405 L 157.1957 482.5355 Z" fill="white"/><path d="M 157.1957 482.5355 C 157.1957 477.799 155.405 477.213 142.32443 472.5255 L 142.18625 472.477 C 129.03659 467.7405 128.89982 467.7405 115.40471 467.7405 C 97.43567 467.7405 16.195698 467.7405 16.195698 467.7405 L 16.195698 517.7405 L 157.1957 517.7405 L 157.1957 482.5355 Z M 157.1957 482.2915 C 157.1957 477.799 157.05752 477.799 128.89982 477.799 L 128.89982 477.799 C 128.89982 467.7895 128.89982 467.7405 116.23097 467.7405" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(21.195698 478.7405)" 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="146.54016" y1="374.61234" x2="99.586816" y2="467.29447" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><rect x="58.289885" y="436.1805" width="105" height="18" fill="white"/><text transform="translate(60.289885 438.1805)" 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 310.42497 482.53547 C 310.42497 477.79897 308.63427 477.21297 295.5537 472.52547 L 295.41552 472.47697 C 282.26586 467.74047 282.12909 467.74047 268.63398 467.74047 C 250.66494 467.74047 169.42497 467.74047 169.42497 467.74047 L 169.42497 517.74047 L 310.42497 517.74047 L 310.42497 482.53547 Z" fill="white"/><path d="M 310.42497 482.53547 C 310.42497 477.79897 308.63427 477.21297 295.5537 472.52547 L 295.41552 472.47697 C 282.26586 467.74047 282.12909 467.74047 268.63398 467.74047 C 250.66494 467.74047 169.42497 467.74047 169.42497 467.74047 L 169.42497 517.74047 L 310.42497 517.74047 L 310.42497 482.53547 Z M 310.42497 482.29147 C 310.42497 477.79897 310.28679 477.79897 282.12909 477.79897 L 282.12909 477.79897 C 282.12909 467.78947 282.12909 467.74047 269.46024 467.74047" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(174.42497 478.74047)" 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="180.9105" y1="374.61234" x2="227.212" y2="467.29318" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><rect x="164.73027" y="435.31041" width="102" height="18" fill="white"/><text transform="translate(166.73027 437.31041)" 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 785.9253 135.944644 C 785.9253 126.945294 782.9374 125.831894 761.11155 116.925644 L 760.881 116.833494 C 738.93985 107.834144 738.71164 107.834144 716.1941 107.834144 C 686.2115 107.834144 550.6569 107.834144 550.6569 107.834144 L 550.6569 202.83414 L 785.9253 202.83414 L 785.9253 135.944644 Z" fill="white"/><path d="M 785.9253 135.944644 C 785.9253 126.945294 782.9374 125.831894 761.11155 116.925644 L 760.881 116.833494 C 738.93985 107.834144 738.71164 107.834144 716.1941 107.834144 C 686.2115 107.834144 550.6569 107.834144 550.6569 107.834144 L 550.6569 202.83414 L 785.9253 202.83414 L 785.9253 135.944644 Z M 785.9253 135.481044 C 785.9253 126.945294 785.69474 126.945294 738.71164 126.945294 L 738.71164 126.945294 C 738.71164 107.927244 738.71164 107.834144 717.57278 107.834144" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(555.6569 120.334144)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="155.765625">type=foaf:Person, prov:Agent</tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="39" textLength="131.583984">foaf:givenName="Derek"</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="492.3142" y1="210.27006" x2="550.17962" y2="192.20563" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 785.9253 37.957629 C 785.9253 30.884557 782.9374 30.009476 761.11155 23.009576 L 760.881 22.937151 C 738.93985 15.864079 738.71164 15.864079 716.1941 15.864079 C 686.2115 15.864079 550.6569 15.864079 550.6569 15.864079 L 550.6569 90.529675 L 785.9253 90.529675 L 785.9253 37.957629 Z" fill="white"/><path d="M 785.9253 37.957629 C 785.9253 30.884557 782.9374 30.009476 761.11155 23.009576 L 760.881 22.937151 C 738.93985 15.864079 738.71164 15.864079 716.1941 15.864079 C 686.2115 15.864079 550.6569 15.864079 550.6569 15.864079 L 550.6569 90.529675 L 785.9253 90.529675 L 785.9253 37.957629 Z M 785.9253 37.59326 C 785.9253 30.884557 785.69474 30.884557 738.71164 30.884557 L 738.71164 30.884557 C 738.71164 15.937251 738.71164 15.864079 717.57278 15.864079" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(555.6569 32.196877)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="0" y="11" textLength="185.7832">type=foaf:Organization, prov:Agent</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="504.83806" y1="94.260233" x2="550.17197" y2="82.87023" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><ellipse cx="86.6957" cy="219.88494" rx="58.500095" ry="25.00004" fill="#ffffbe"/><ellipse cx="86.6957" cy="219.88494" rx="58.500095" ry="25.00004" stroke="#7e7e7e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(44.8957 212.88494)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="12.793164" y="11" textLength="58.013672">:crimeData</tspan></text><ellipse cx="256.03496" cy="219.88494" rx="89.590477" ry="25.00004" fill="#ffffbe"/><ellipse cx="256.03496" cy="219.88494" rx="89.590477" ry="25.00004" stroke="#7e7e7e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(189.3627 212.88494)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="12.637109" y="11" textLength="108.07031">:nationalRegionsList</tspan></text><path d="M 39.6293 143.9685 L 39.6293 110.6185 L 86.6957 93.9685 L 133.7621 110.6185 L 133.7621 143.9685 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 39.6293 143.9685 L 39.6293 110.6185 L 86.6957 93.9685 L 133.7621 110.6185 L 133.7621 143.9685 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(44.6293 120.2685)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="8.714837" y="11" textLength="66.703125">:government</tspan></text><path d="M 191.53496 143.96851 L 191.53496 110.61851 L 256.03496 93.96851 L 320.53496 110.61851 L 320.53496 143.96851 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 191.53496 143.96851 L 191.53496 110.61851 L 256.03496 93.96851 L 320.53496 110.61851 L 320.53496 143.96851 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(196.53496 120.26851)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="9.803711" y="11" textLength="99.39258">:civil_action_group</tspan></text><line x1="86.6957" y1="194.38493" x2="86.6957" y2="153.8685" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="28.195699" y="165.75173" width="117" height="18" fill="white"/><text transform="translate(30.195699 167.75173)" 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="256.03496" y1="194.38493" x2="256.03496" y2="153.86851" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="194.53496" y="161.75173" width="123" height="24" fill="white"/><text transform="translate(199.53496 166.75173)" 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 157.1957 31.610854 C 157.1957 26.874354 155.405 26.288354 142.32443 21.600854 L 142.18625 21.552354 C 129.03659 16.815854 128.89982 16.815854 115.40471 16.815854 C 97.43567 16.815854 16.195698 16.815854 16.195698 16.815854 L 16.195698 66.815854 L 157.1957 66.815854 L 157.1957 31.610854 Z" fill="white"/><path d="M 157.1957 31.610854 C 157.1957 26.874354 155.405 26.288354 142.32443 21.600854 L 142.18625 21.552354 C 129.03659 16.815854 128.89982 16.815854 115.40471 16.815854 C 97.43567 16.815854 16.195698 16.815854 16.195698 16.815854 L 16.195698 66.815854 L 157.1957 66.815854 L 157.1957 31.610854 Z M 157.1957 31.366854 C 157.1957 26.874354 157.05752 26.874354 128.89982 26.874354 L 128.89982 26.874354 C 128.89982 16.864854 128.89982 16.815854 116.23097 16.815854" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(21.195698 27.815854)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="3.2939453" y="11" textLength="127.74609">type=foaf:Organization, </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="36.481445" y="25" textLength="58.03711">prov:Agent</tspan></text><line x1="86.6957" y1="93.9685" x2="86.6957" y2="67.315854" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><path d="M 326.53496 31.610857 C 326.53496 26.874357 324.74426 26.288357 311.66369 21.600857 L 311.52551 21.552357 C 298.37585 16.815857 298.23908 16.815857 284.74397 16.815857 C 266.77493 16.815857 185.53496 16.815857 185.53496 16.815857 L 185.53496 66.815857 L 326.53496 66.815857 L 326.53496 31.610857 Z" fill="white"/><path d="M 326.53496 31.610857 C 326.53496 26.874357 324.74426 26.288357 311.66369 21.600857 L 311.52551 21.552357 C 298.37585 16.815857 298.23908 16.815857 284.74397 16.815857 C 266.77493 16.815857 185.53496 16.815857 185.53496 16.815857 L 185.53496 66.815857 L 326.53496 66.815857 L 326.53496 31.610857 Z M 326.53496 31.366857 C 326.53496 26.874357 326.39678 26.874357 298.23908 26.874357 L 298.23908 26.874357 C 298.23908 16.864857 298.23908 16.815857 285.57023 16.815857" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(190.53496 27.815857)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x="3.2939453" y="11" textLength="127.74609">type=foaf:Organization, </tspan><tspan font-family="Helvetica" font-size="12" font-weight="500" x="36.481445" y="25" textLength="58.03711">prov:Agent</tspan></text><line x1="256.03496" y1="93.96851" x2="256.03496" y2="67.315857" stroke="#4c4c4c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="4,4"/><line x1="703.4621" y1="475.04816" x2="507.96003" y2="373.69142" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="573.1704" y="430.12435" width="122" height="18" fill="white"/><text transform="translate(575.1704 432.12435)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".31835938" y="11" textLength="117.36328">prov:wasDerivedFrom</tspan></text></g><g><title>hide</title><path d="M 524.51506 481.69342 C 531.89383 456.94035 544.86346 429.90035 554.77153 404.11094 C 549.6115 402.20724 553.4182 391.8891 558.57822 393.7928 C 565.75737 373.37952 570.20603 354.08188 567.42732 337.7384 C 561.25417 301.42992 519.4073 279.68142 491.19914 252.37133" marker-end="url(#FilledArrow_Marker_2)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="487.1306" y="300.81968" width="135" height="18" fill="white"/><text transform="translate(489.1306 302.81968)" fill="black"><tspan font-family="Helvetica" font-size="12" font-weight="500" x=".14160156" y="11" textLength="130.7168">prov:wasAssociatedWith</tspan></text></g></g></svg>
--- a/ontology/releases/CR-prov-o-20121211/diagrams/starting-points.svg	Tue Nov 27 11:43:03 2012 +0000
+++ b/ontology/releases/CR-prov-o-20121211/diagrams/starting-points.svg	Tue Nov 27 11:44:38 2012 +0000
@@ -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="8 10 630 355" width="630pt" height="355pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-07-17 18:21Z</dc:date><!-- Produced by OmniGraffle Professional 5.4 --></metadata><defs><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="gray"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><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="FilledArrow_Marker_2" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_3" viewBox="-6 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M -4.8000002 0 L 0 1.8000001 L 0 -1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><font-face font-family="Georgia" font-size="16" panose-1="2 4 8 2 5 4 5 2 2 3" units-per-em="1000" underline-position="-87.890625" underline-thickness="59.570312" slope="0" x-height="499.02344" cap-height="711.91406" ascent="916.9922" descent="-219.23828" font-weight="bold"><font-face-src><font-face-name name="Georgia-Bold"/></font-face-src></font-face></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 1</title><rect fill="white" width="694" height="406"/><g><title>Layer 1</title><line x1="455.7823" y1="283.52519" x2="510.46198" y2="325.54177" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="387.03948" y1="283.53818" x2="336.3846" y2="325.2067" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><text transform="translate(497.15226 296.39702)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".015625" y="15" textLength="95.96875">endedAtTime</tspan></text><rect x="192.47014" y="228.09374" width="148" height="19" fill="white"/><text transform="translate(197.47014 228.09374)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x=".22265625" y="15" textLength="137.55469">wasAssociatedWith</tspan></text><rect x="8.368844" y="210.53593" width="132" height="19" fill="white"/><text transform="translate(13.368844 210.53593)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x=".203125" y="15" textLength="121.59375">actedOnBehalfOf</tspan></text><rect x="453.69215" y="150.13326" width="129" height="29" fill="white"/><text transform="translate(458.69215 155.13326)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".15234375" y="15" textLength="118.69531">wasGeneratedBy</tspan></text><rect x="211.47013" y="116.69822" width="129" height="19" fill="white"/><text transform="translate(216.47013 116.69822)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x=".03515625" y="15" textLength="118.92969">wasAttributedTo</tspan></text><rect x="351.0433" y="10.081995" width="132" height="19" fill="white"/><text transform="translate(356.0433 10.081995)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".26953125" y="15" textLength="121.46094">wasDerivedFrom</tspan></text><path d="M 424.76745 80.57143 C 429.47813 68.21273 447.59373 30.68857 419.03138 30.571429 C 396.97366 30.481023 404.24545 52.568385 410.85013 68.64262" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="355.65806" y="330.8197" width="123" height="19" fill="white"/><text transform="translate(360.65806 330.8197)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".40234375" y="15" textLength="112.19531">wasInformedBy</tspan></text><path d="M 424.7402 283.71702 C 429.45087 296.07572 447.59373 331.45429 419.03138 331.57143 C 397.0908 331.66135 404.20494 311.07593 410.7974 295.61202" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 406.5677 228.77305 C 399.72294 215.04055 385.712 203.19351 386.03138 187.57143 C 386.28151 175.33617 395.32208 160.77952 402.8255 146.62993" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="341.84837" y="180.4197" width="44" height="29" fill="white"/><text transform="translate(346.84837 185.4197)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".48046875" y="15" textLength="33.039062">used</tspan></text><path d="M 434.30098 135.01629 C 440.21052 146.533515 452.6941 153.95052 452.03138 169.57143 C 451.49823 182.13833 442.45644 200.02093 435.17428 216.80303" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 127.59024 185.08037 C 107.01324 179.21836 72.15942 172.4132 72.612994 188.84755 C 73.18448 209.55223 95.32728 199.16384 140.36884 199.30667" marker-start="url(#FilledArrow_Marker_3)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 363.04477 107.916754 C 344.61697 125.51417 325.85744 149.86644 307.75584 160.71428 C 293.99226 168.96245 280.60278 169.407 267.1619 170.9479" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 475.09058 283.22054 L 365.40638 283.22054 C 364.3018 283.22054 363.40638 282.3251 363.40638 281.22054 C 363.40638 281.22054 363.40638 281.22054 363.40638 281.22054 L 363.40638 231.22054 C 363.40638 230.11597 364.3018 229.22054 365.40638 229.22054 C 365.40638 229.22054 365.40638 229.22054 365.40638 229.22054 L 475.09058 229.22054 C 476.19515 229.22054 477.09058 230.11597 477.09058 231.22054 L 477.09058 281.22054 C 477.09058 282.3251 476.19515 283.22054 475.09058 283.22054 C 475.09058 283.22054 475.09058 283.22054 475.09058 283.22054 Z" fill="#cfceff"/><path d="M 475.09058 283.22054 L 365.40638 283.22054 C 364.3018 283.22054 363.40638 282.3251 363.40638 281.22054 C 363.40638 281.22054 363.40638 281.22054 363.40638 281.22054 L 363.40638 231.22054 C 363.40638 230.11597 364.3018 229.22054 365.40638 229.22054 C 365.40638 229.22054 365.40638 229.22054 365.40638 229.22054 L 475.09058 229.22054 C 476.19515 229.22054 477.09058 230.11597 477.09058 231.22054 L 477.09058 281.22054 C 477.09058 282.3251 476.19515 283.22054 475.09058 283.22054 C 475.09058 283.22054 475.09058 283.22054 475.09058 283.22054 Z M 465.72216 283.22054 L 465.72216 229.22054 M 374.7748 229.22054 L 374.7748 283.22054" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(379.7748 246.72054)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="9.110399" y="15" textLength="62.726562">Activity</tspan></text><path d="M 452.03138 80.57143 L 388.40638 80.57143 C 374.59926 80.57143 363.40638 91.76431 363.40638 105.57143 L 363.40638 109.57143 C 363.40638 123.37855 374.59926 134.57143 388.40638 134.57143 L 452.03138 134.57143 C 465.8385 134.57143 477.03138 123.37855 477.03138 109.571435 L 477.03138 105.57143 C 477.03138 91.76431 465.8385 80.57143 452.03138 80.57143 C 452.03138 80.57143 452.03138 80.57143 452.03138 80.57143 Z" fill="#fffedf"/><path d="M 452.03138 80.57143 L 388.40638 80.57143 C 374.59926 80.57143 363.40638 91.76431 363.40638 105.57143 L 363.40638 109.57143 C 363.40638 123.37855 374.59926 134.57143 388.40638 134.57143 L 452.03138 134.57143 C 465.8385 134.57143 477.03138 123.37855 477.03138 109.571435 L 477.03138 105.57143 C 477.03138 91.76431 465.8385 80.57143 452.03138 80.57143 C 452.03138 80.57143 452.03138 80.57143 452.03138 80.57143 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(368.40638 98.07143)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="26.839844" y="15" textLength="49.945312">Entity</tspan></text><path d="M 140.36884 210.71741 L 140.36884 174.29784 C 140.36884 171.85943 141.84455 169.66355 144.10228 168.74242 L 194.94438 147.99929 C 196.39728 147.40652 198.0246 147.40652 199.4775 147.99929 L 250.3196 168.74242 C 252.57733 169.66355 254.05304 171.85943 254.05304 174.29784 L 254.05304 210.71741 C 254.05304 214.03112 251.36675 216.71741 248.05304 216.71741 L 146.36884 216.71741 C 143.05513 216.71741 140.36884 214.03112 140.36884 210.71741 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 140.36884 210.71741 L 140.36884 174.29784 C 140.36884 171.85943 141.84455 169.66355 144.10228 168.74242 L 194.94438 147.99929 C 196.39728 147.40652 198.0246 147.40652 199.4775 147.99929 L 250.3196 168.74242 C 252.57733 169.66355 254.05304 171.85943 254.05304 174.29784 L 254.05304 210.71741 C 254.05304 214.03112 251.36675 216.71741 248.05304 216.71741 L 146.36884 216.71741 C 143.05513 216.71741 140.36884 214.03112 140.36884 210.71741 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(145.36884 183.9567)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="27.888975" y="15" textLength="47.90625">Agent</tspan></text><path d="M 363.06606 255.85426 C 346.20245 237.70235 330.55564 212.50016 312.47016 201.39307 C 298.32675 192.70697 282.68527 192.63697 267.30442 191.07628" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="520.69087" y="333.40178" width="114.63639" height="29.000002" fill="#e6e6e6"/><rect x="520.69087" y="333.40178" width="114.63639" height="29.000002" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(525.69087 338.40178)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.2674138" y="15" textLength="96.10156">xsd:dateTime</tspan></text><text transform="translate(245.98162 296.39702)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".4140625" y="15" textLength="102.171875">startedAtTime</tspan></text><rect x="211.78576" y="333.40178" width="114.63639" height="29.000002" fill="#e6e6e6"/><rect x="211.78576" y="333.40178" width="114.63639" height="29.000002" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(216.78576 338.40178)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.2674138" y="15" textLength="96.10156">xsd:dateTime</tspan></text></g></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="8 10 630 355" width="630pt" height="355pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-11-25 17:39Z</dc:date><!-- Produced by OmniGraffle Professional 5.4.2 --></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="481.4453" cap-height="692.8711" 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="FilledArrow_Marker" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="gray"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_2" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_3" viewBox="-6 -3 7 6" markerWidth="7" markerHeight="6" color="#ff0080"><g><path d="M -4.8000002 0 L 0 1.8000001 L 0 -1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_4" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="#ff0080"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><font-face font-family="Georgia" font-size="16" panose-1="2 4 8 2 5 4 5 2 2 3" units-per-em="1000" underline-position="-87.890625" underline-thickness="59.570312" slope="0" x-height="484.375" cap-height="692.8711" ascent="916.9922" descent="-219.23828" font-weight="bold"><font-face-src><font-face-name name="Georgia-Bold"/></font-face-src></font-face></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 1</title><rect fill="white" width="1278" height="801"/><g><title>Layer 1</title><rect x="341.84837" y="180.4197" width="44" height="29" fill="white"/><text transform="translate(346.84837 185.4197)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".48046875" y="15" textLength="33.039062">used</tspan></text><line x1="455.7823" y1="283.52519" x2="510.46198" y2="325.54177" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="387.03948" y1="283.53818" x2="336.3846" y2="325.2067" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><text transform="translate(497.15226 296.39702)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".015625" y="15" textLength="95.96875">endedAtTime</tspan></text><rect x="192.47014" y="228.09374" width="148" height="19" fill="white"/><text transform="translate(197.47014 228.09374)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".22265625" y="15" textLength="137.55469">wasAssociatedWith</tspan></text><rect x="8.368844" y="210.53593" width="132" height="19" fill="white"/><text transform="translate(13.368844 210.53593)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".203125" y="15" textLength="121.59375">actedOnBehalfOf</tspan></text><rect x="453.69215" y="150.13326" width="129" height="29" fill="white"/><text transform="translate(458.69215 155.13326)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".15234375" y="15" textLength="118.69531">wasGeneratedBy</tspan></text><rect x="211.47013" y="116.69822" width="129" height="19" fill="white"/><text transform="translate(216.47013 116.69822)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".03515625" y="15" textLength="118.92969">wasAttributedTo</tspan></text><rect x="351.0433" y="10.081995" width="132" height="19" fill="white"/><text transform="translate(356.0433 10.081995)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".26953125" y="15" textLength="121.46094">wasDerivedFrom</tspan></text><path d="M 424.76745 80.57143 C 429.47813 68.21273 447.59373 30.68857 419.03138 30.571429 C 396.97366 30.481023 404.24545 52.568385 410.85013 68.64262" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="355.65806" y="330.8197" width="123" height="19" fill="white"/><text transform="translate(360.65806 330.8197)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".40234375" y="15" textLength="112.19531">wasInformedBy</tspan></text><path d="M 424.7402 283.71702 C 429.45087 296.07572 447.59373 331.45429 419.03138 331.57143 C 397.0908 331.66135 404.20494 311.07593 410.7974 295.61202" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 406.5677 228.77305 C 399.72294 215.04055 385.712 203.19351 386.03138 187.57143 C 386.28151 175.33617 395.32208 160.77952 402.8255 146.62993" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 434.30098 135.01629 C 440.21052 146.533515 452.6941 153.95052 452.03138 169.57143 C 451.49823 182.13833 442.45644 200.02093 435.17428 216.80303" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 127.59024 185.08037 C 107.01324 179.21836 72.15942 172.4132 72.612994 188.84755 C 73.18448 209.55223 95.32728 199.16384 140.36884 199.30667" marker-start="url(#FilledArrow_Marker_3)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 363.04477 107.916754 C 344.61697 125.51417 325.85744 149.86644 307.75584 160.71428 C 293.99226 168.96245 280.60278 169.407 267.1619 170.9479" marker-end="url(#FilledArrow_Marker_4)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 475.09058 283.22054 L 365.40638 283.22054 C 364.3018 283.22054 363.40638 282.3251 363.40638 281.22054 C 363.40638 281.22054 363.40638 281.22054 363.40638 281.22054 L 363.40638 231.22054 C 363.40638 230.11597 364.3018 229.22054 365.40638 229.22054 C 365.40638 229.22054 365.40638 229.22054 365.40638 229.22054 L 475.09058 229.22054 C 476.19515 229.22054 477.09058 230.11597 477.09058 231.22054 L 477.09058 281.22054 C 477.09058 282.3251 476.19515 283.22054 475.09058 283.22054 C 475.09058 283.22054 475.09058 283.22054 475.09058 283.22054 Z" fill="#cfceff"/><path d="M 475.09058 283.22054 L 365.40638 283.22054 C 364.3018 283.22054 363.40638 282.3251 363.40638 281.22054 C 363.40638 281.22054 363.40638 281.22054 363.40638 281.22054 L 363.40638 231.22054 C 363.40638 230.11597 364.3018 229.22054 365.40638 229.22054 C 365.40638 229.22054 365.40638 229.22054 365.40638 229.22054 L 475.09058 229.22054 C 476.19515 229.22054 477.09058 230.11597 477.09058 231.22054 L 477.09058 281.22054 C 477.09058 282.3251 476.19515 283.22054 475.09058 283.22054 C 475.09058 283.22054 475.09058 283.22054 475.09058 283.22054 Z M 465.72216 283.22054 L 465.72216 229.22054 M 374.7748 229.22054 L 374.7748 283.22054" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(379.7748 246.72054)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="9.110399" y="15" textLength="62.726562">Activity</tspan></text><path d="M 452.03138 80.57143 L 388.40638 80.57143 C 374.59926 80.57143 363.40638 91.76431 363.40638 105.57143 L 363.40638 109.57143 C 363.40638 123.37855 374.59926 134.57143 388.40638 134.57143 L 452.03138 134.57143 C 465.8385 134.57143 477.03138 123.37855 477.03138 109.571435 L 477.03138 105.57143 C 477.03138 91.76431 465.8385 80.57143 452.03138 80.57143 C 452.03138 80.57143 452.03138 80.57143 452.03138 80.57143 Z" fill="#fffedf"/><path d="M 452.03138 80.57143 L 388.40638 80.57143 C 374.59926 80.57143 363.40638 91.76431 363.40638 105.57143 L 363.40638 109.57143 C 363.40638 123.37855 374.59926 134.57143 388.40638 134.57143 L 452.03138 134.57143 C 465.8385 134.57143 477.03138 123.37855 477.03138 109.571435 L 477.03138 105.57143 C 477.03138 91.76431 465.8385 80.57143 452.03138 80.57143 C 452.03138 80.57143 452.03138 80.57143 452.03138 80.57143 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(368.40638 98.07143)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="26.839844" y="15" textLength="49.945312">Entity</tspan></text><path d="M 140.36884 210.71741 L 140.36884 174.29784 C 140.36884 171.85943 141.84455 169.66355 144.10228 168.74242 L 194.94438 147.99929 C 196.39728 147.40652 198.0246 147.40652 199.4775 147.99929 L 250.3196 168.74242 C 252.57733 169.66355 254.05304 171.85943 254.05304 174.29784 L 254.05304 210.71741 C 254.05304 214.03112 251.36675 216.71741 248.05304 216.71741 L 146.36884 216.71741 C 143.05513 216.71741 140.36884 214.03112 140.36884 210.71741 Z" fill="#fc6" fill-opacity=".38999999"/><path d="M 140.36884 210.71741 L 140.36884 174.29784 C 140.36884 171.85943 141.84455 169.66355 144.10228 168.74242 L 194.94438 147.99929 C 196.39728 147.40652 198.0246 147.40652 199.4775 147.99929 L 250.3196 168.74242 C 252.57733 169.66355 254.05304 171.85943 254.05304 174.29784 L 254.05304 210.71741 C 254.05304 214.03112 251.36675 216.71741 248.05304 216.71741 L 146.36884 216.71741 C 143.05513 216.71741 140.36884 214.03112 140.36884 210.71741 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(145.36884 183.9567)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="27.888975" y="15" textLength="47.90625">Agent</tspan></text><path d="M 363.06606 255.85426 C 346.20245 237.70235 330.55564 212.50016 312.47016 201.39307 C 298.32675 192.70697 282.68527 192.63697 267.30442 191.07628" marker-end="url(#FilledArrow_Marker_4)" stroke="#ff0080" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="520.69087" y="333.40178" width="114.63639" height="29.000002" fill="#e6e6e6"/><rect x="520.69087" y="333.40178" width="114.63639" height="29.000002" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(525.69087 338.40178)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.2674138" y="15" textLength="96.10156">xsd:dateTime</tspan></text><text transform="translate(245.98162 296.39702)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".4140625" y="15" textLength="102.171875">startedAtTime</tspan></text><rect x="211.78576" y="333.40178" width="114.63639" height="29.000002" fill="#e6e6e6"/><rect x="211.78576" y="333.40178" width="114.63639" height="29.000002" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(216.78576 338.40178)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.2674138" y="15" textLength="96.10156">xsd:dateTime</tspan></text></g></g></svg>
--- a/ontology/releases/CR-prov-o-20121211/ns/prov-o-20121211.owl	Tue Nov 27 11:43:03 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1774 +0,0 @@
-<?xml version="1.0"?>
-
-
-<!DOCTYPE rdf:RDF [
-    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
-    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
-    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
-    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
-]>
-
-
-<rdf:RDF xmlns="http://www.w3.org/ns/prov#"
-     xml:base="http://www.w3.org/ns/prov"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
-    <owl:Ontology rdf:about="http://www.w3.org/ns/prov-o#">
-        <rdfs:label xml:lang="en">PROV-O</rdfs:label>
-        <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/ns/prov-o-20121211"/>
-        <wasRevisionOf    rdf:resource="http://www.w3.org/ns/prov-o-20120724"/>
-        <specializationOf rdf:resource="http://www.w3.org/ns/prov-o"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/"/>
-    </owl:Ontology>
-    
-    <owl:Ontology rdf:about="http://www.w3.org/ns/prov#"/>
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Annotation properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#unqualifiedForm">
-        <rdfs:comment xml:lang="en">Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation.</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#wasRevisionOf">
-        <rdfs:label>wasRevisionOf</rdfs:label>
-        <component>derivations</component>
-        <rdfs:comment xml:lang="en">A revision is a derivation that revises an entity into a revised version.</rdfs:comment>
-        <inverse>hadRevision</inverse>
-        <category>expanded</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Revision"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedRevision"/>
-    </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#aq">
-        <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#sharesDefinitionWith">
-        <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#definition">
-        <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#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"/>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="&rdfs;comment">
-        <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#constraints">
-        <rdfs:comment xml:lang="en">A reference to the principal section of the PROV-CONSTRAINTS 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="&owl;versionInfo"/>
-    <owl:AnnotationProperty rdf:about="&rdfs;seeAlso">
-        <rdfs:comment xml:lang="en"></rdfs:comment>
-    </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="http://www.w3.org/ns/prov#order">
-        <rdfs:comment xml:lang="en">The position that this OWL term should be listed within documentation. The scope of the documentation (e.g., among all terms, among terms within a prov:category, among properties applying to a particular class, etc.) is unspecified.</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>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#definition"/>
-    </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#component">
-        <rdfs:comment xml:lang="en">Classify prov-o terms into six components according to prov-dm, including &#39;agents-responsibility&#39;, &#39;alternate&#39;, &#39;annotations&#39;, &#39;collections&#39;, &#39;derivations&#39;, and &#39;entities-activities&#39;. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#qualifiedForm">
-        <rdfs:comment xml:lang="en">This annotation property links a subproperty of prov:wasInfluencedBy with the subclass of prov:Influence and the qualifying property that are used to qualify it. 
-
-Example annotation:
-
-    prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation .
-
-Then this unqualified assertion:
-
-    :entity1 prov:wasGeneratedBy :activity1 .
-
-can be qualified by adding:
-
-   :entity1 prov:qualifiedGeneration :entity1Gen .
-   :entity1Gen 
-       a prov:Generation, prov:Influence;
-       prov:activity :activity1;
-       :customValue 1337 .
-
-Note how the value of the unqualified influence (prov:wasGeneratedBy :activity1) is mirrored as the value of the prov:activity (or prov:entity, or prov:agent) property on the influence class.</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#todo"/>
-    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#n">
-        <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>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Object Properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- http://www.w3.org/ns/prov#actedOnBehalfOf -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#actedOnBehalfOf">
-        <rdfs:label>actedOnBehalfOf</rdfs:label>
-        <component>agents-responsibility</component>
-        <inverse>hadDelegate</inverse>
-        <rdfs:comment xml:lang="en">An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. </rdfs:comment>
-        <category>starting-point</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Delegation"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedDelegation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDelegation"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#activity -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#activity">
-        <rdfs:label>activity</rdfs:label>
-        <editorsDefinition>The prov:activity property references an prov:Activity which influenced a resource. This property applies to an prov:ActivityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.</editorsDefinition>
-        <inverse>activityOfInfluence</inverse>
-        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
-        <category>qualified</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#agent -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#agent">
-        <rdfs:label>agent</rdfs:label>
-        <editorsDefinition xml:lang="en">The prov:agent property references an prov:Agent which influenced a resource. This property applies to an prov:AgentInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.</editorsDefinition>
-        <inverse>agentOfInfluence</inverse>
-        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
-        <category>qualified</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#alternateOf -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#alternateOf">
-        <rdfs:label>alternateOf</rdfs:label>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate</n>
-        <definition xml:lang="en">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.</definition>
-        <category>expanded</category>
-        <component>alternate</component>
-        <inverse>alternateOf</inverse>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#specializationOf"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#atLocation -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#atLocation">
-        <rdfs:label>atLocation</rdfs:label>
-        <rdfs:comment xml:lang="en">The Location of any resource.</rdfs:comment>
-        <inverse>locationOf</inverse>
-        <editorialNote xml:lang="en">The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Influence classes.</editorialNote>
-        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
-        <editorialNote xml:lang="en">This property is not functional because the many values could be at a variety of granularies (In this building, in this room, in that chair).</editorialNote>
-        <category>expanded</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Location"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Location"/>
-        <rdfs:domain>
-            <owl:Class>
-                <owl:unionOf rdf:parseType="Collection">
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-                </owl:unionOf>
-            </owl:Class>
-        </rdfs:domain>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#entity -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#entity">
-        <rdfs:label>entity</rdfs:label>
-        <editorsDefinition>The prov:entity property references an prov:Entity which influenced a resource. This property applies to an prov:EntityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.</editorsDefinition>
-        <inverse>entityOfInfluence</inverse>
-        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
-        <category>qualified</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#generated -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#generated">
-        <rdfs:label>generated</rdfs:label>
-        <component>entities-activities</component>
-        <inverse>wasGeneratedBy</inverse>
-        <category>expanded</category>
-        <editorialNote xml:lang="en">prov:generated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.</editorialNote>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Generation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influenced"/>
-        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#hadActivity -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadActivity">
-        <rdfs:label>hadActivity</rdfs:label>
-        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
-        <rdfs:comment xml:lang="en">The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead).</rdfs:comment>
-        <editorialNote xml:lang="en">The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL.</editorialNote>
-        <component>derivations</component>
-        <category>qualified</category>
-        <inverse>wasActivityOfInfluence</inverse>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-        <rdfs:domain>
-            <owl:Class>
-                <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>
-        </rdfs:domain>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#hadGeneration -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadGeneration">
-        <rdfs:label>hadGeneration</rdfs:label>
-        <inverse>generatedAsDerivation</inverse>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">The _optional_ Generation involved in an Entity&#39;s Derivation.</rdfs:comment>
-        <component>derivations</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Generation"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Generation"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#hadMember -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadMember">
-        <rdfs:label>hadMember</rdfs:label>
-        <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"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-    </owl:ObjectProperty>
-    <owl:Axiom>
-        <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"/>
-    </owl:Axiom>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#hadPlan -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadPlan">
-        <rdfs:label>hadPlan</rdfs:label>
-        <category>qualified</category>
-        <component>agents-responsibility</component>
-        <inverse>wasPlanOf</inverse>
-        <rdfs:comment xml:lang="en">The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Association"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Plan"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Plan"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#hadPrimarySource -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadPrimarySource">
-        <rdfs:label>hadPrimarySource</rdfs:label>
-        <component>derivations</component>
-        <category>expanded</category>
-        <inverse>wasPrimarySourceOf</inverse>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#PrimarySource"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedPrimarySource"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedPrimarySource"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    <owl:Axiom>
-        <rdfs:comment>hadPrimarySource property is a particular case of wasDerivedFrom (see http://www.w3.org/TR/prov-dm/#term-original-source) that aims to give credit to the source that originated some information.</rdfs:comment>
-        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
-        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
-        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
-    </owl:Axiom>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#hadRole -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadRole">
-        <rdfs:label>hadRole</rdfs:label>
-        <component>agents-responsibility</component>
-        <inverse>wasRoleIn</inverse>
-        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].</rdfs:comment>
-        <editorsDefinition xml:lang="en">prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of an instantaneous usage, generation, association, start, and end.</editorsDefinition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Role"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Role"/>
-        <rdfs:domain>
-            <owl:Class>
-                <owl:unionOf rdf:parseType="Collection">
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Association"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-                </owl:unionOf>
-            </owl:Class>
-        </rdfs:domain>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#hadUsage -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadUsage">
-        <rdfs:label>hadUsage</rdfs:label>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">The _optional_ Usage involved in an Entity&#39;s Derivation.</rdfs:comment>
-        <inverse>wasUsedInDerivation</inverse>
-        <component>derivations</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Usage"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Usage"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#influenced -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#influenced">
-        <rdfs:label>influenced</rdfs:label>
-        <inverse>wasInfluencedBy</inverse>
-        <component>agents-responsibility</component>
-        <category>expanded</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#influencer -->
-
-    <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>
-        <editorialNote xml:lang="en">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.</editorialNote>
-        <editorsDefinition xml:lang="en">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.</editorsDefinition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#invalidated -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#invalidated">
-        <rdfs:label>invalidated</rdfs:label>
-        <category>expanded</category>
-        <inverse>wasInvalidatedBy</inverse>
-        <component>entities-activities</component>
-        <editorialNote xml:lang="en">prov:invalidated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.</editorialNote>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influenced"/>
-        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedAssociation -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedAssociation">
-        <rdfs:label>qualifiedAssociation</rdfs:label>
-        <inverse>qualifiedAssociationOf</inverse>
-        <rdfs:comment xml:lang="en">If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association;  prov:agent :ag; :foo :bar ].</rdfs:comment>
-        <component>agents-responsibility</component>
-        <category>qualified</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Association"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Association"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedAttribution -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedAttribution">
-        <rdfs:label>qualifiedAttribution</rdfs:label>
-        <inverse>qualifiedAttributionOf</inverse>
-        <category>qualified</category>
-        <component>agents-responsibility</component>
-        <rdfs:comment xml:lang="en">If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was influenced using prov:qualifiedAttribution [ a prov:Attribution;  prov:agent :ag; :foo :bar ].</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedCommunication -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedCommunication">
-        <rdfs:label>qualifiedCommunication</rdfs:label>
-        <inverse>qualifiedCommunicationOf</inverse>
-        <component>entities-activities</component>
-        <rdfs:comment xml:lang="en">If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was influenced using prov:qualifiedCommunication [ a prov:Communication;  prov:activity :a; :foo :bar ].</rdfs:comment>
-        <category>qualified</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Communication"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Communication"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Communication"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedDelegation -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedDelegation">
-        <rdfs:label>qualifiedDelegation</rdfs:label>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility;  prov:agent :ag; :foo :bar ].</rdfs:comment>
-        <inverse>qualifiedDelegationOf</inverse>
-        <component>agents-responsibility</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Delegation"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Delegation"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#actedOnBehalfOf"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedDerivation -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedDerivation">
-        <rdfs:label>qualifiedDerivation</rdfs:label>
-        <component>derivations</component>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">If this Entity prov:wasDerivedFrom Entity :e, then it can qualify how it was derived using prov:qualifiedDerivation [ a prov:Derivation;  prov:entity :e; :foo :bar ].</rdfs:comment>
-        <inverse>qualifiedDerivationOf</inverse>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedEnd -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedEnd">
-        <rdfs:label>qualifiedEnd</rdfs:label>
-        <category>qualified</category>
-        <inverse>qualifiedEndOf</inverse>
-        <component>entities-activities</component>
-        <rdfs:comment xml:lang="en">If this Activity prov:wasEndedBy Entity :e1, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End;  prov:entity :e1; :foo :bar ].</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#End"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#End"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasEndedBy"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedGeneration -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedGeneration">
-        <rdfs:label>qualifiedGeneration</rdfs:label>
-        <inverse>qualifiedGenerationOf</inverse>
-        <component>entities-activities</component>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">If this Activity prov:generated Entity :e, then it can qualify how it performed the Generation using prov:qualifiedGeneration [ a prov:Generation;  prov:entity :e; :foo :bar ].</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Generation"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Generation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedInfluence -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedInfluence">
-        <rdfs:label>qualifiedInfluence</rdfs:label>
-        <rdfs:comment xml:lang="en">Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable.</rdfs:comment>
-        <category>qualified</category>
-        <inverse>qualifiedInfluenceOf</inverse>
-        <component>derivations</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <rdfs:domain>
-            <owl:Class>
-                <owl:unionOf rdf:parseType="Collection">
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
-                </owl:unionOf>
-            </owl:Class>
-        </rdfs:domain>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedInvalidation -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidation">
-        <rdfs:label>qualifiedInvalidation</rdfs:label>
-        <rdfs:comment xml:lang="en">If this Entity prov:wasInvalidatedBy Activity :a, then it can qualify how it was invalidated using prov:qualifiedInvalidation [ a prov:Invalidation;  prov:activity :a; :foo :bar ].</rdfs:comment>
-        <component>entities-activities</component>
-        <category>qualified</category>
-        <inverse>qualifiedInvalidationOf</inverse>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedPrimarySource -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedPrimarySource">
-        <rdfs:label>qualifiedPrimarySource</rdfs:label>
-        <rdfs:comment xml:lang="en">If this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ].</rdfs:comment>
-        <component>derivations</component>
-        <category>qualified</category>
-        <inverse>qualifiedSourceOf</inverse>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#PrimarySource"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#PrimarySource"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedQuotation -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedQuotation">
-        <rdfs:label>qualifiedQuotation</rdfs:label>
-        <category>qualified</category>
-        <inverse>qualifiedQuotationOf</inverse>
-        <rdfs:comment xml:lang="en">If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation;  prov:entity :e; :foo :bar ].</rdfs:comment>
-        <component>derivations</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedRevision -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedRevision">
-        <rdfs:label>qualifiedRevision</rdfs:label>
-        <rdfs:comment xml:lang="en">If this Entity prov:wasRevisionOf Entity :e, then it can qualify how it was revised using prov:qualifiedRevision [ a prov:Revision;  prov:entity :e; :foo :bar ].</rdfs:comment>
-        <category>qualified</category>
-        <inverse>revisedEntity</inverse>
-        <component>derivations</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Revision"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Revision"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedStart -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedStart">
-        <rdfs:label>qualifiedStart</rdfs:label>
-        <inverse>qualifiedStartOf</inverse>
-        <category>qualified</category>
-        <component>entities-activities</component>
-        <rdfs:comment xml:lang="en">If this Activity prov:wasStartedBy Entity :e1, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start;  prov:entity :e1; :foo :bar ].</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Start"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Start"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasStartedBy"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedUsage -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedUsage">
-        <rdfs:label>qualifiedUsage</rdfs:label>
-        <category>qualified</category>
-        <inverse>qualifiedUsingActivity</inverse>
-        <component>entities-activities</component>
-        <rdfs:comment xml:lang="en">If this Activity prov:used Entity :e, then it can qualify how it used it using prov:qualifiedUsage [ a prov:Usage; prov:entity :e; :foo :bar ].</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Usage"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Usage"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#used"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#specializationOf -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#specializationOf">
-        <rdfs:label>specializationOf</rdfs:label>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization</n>
-        <component>alternate</component>
-        <category>expanded</category>
-        <inverse>generalizationOf</inverse>
-        <definition xml:lang="en">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.</definition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#alternateOf"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#alternateOf"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#used -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#used">
-        <rdfs:label>used</rdfs:label>
-        <inverse>wasUsedBy</inverse>
-        <rdfs:comment xml:lang="en">A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .</rdfs:comment>
-        <category>starting-point</category>
-        <component>entities-activities</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Usage"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedUsage"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedUsage"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasAssociatedWith -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasAssociatedWith">
-        <rdfs:label>wasAssociatedWith</rdfs:label>
-        <component>agents-responsibility</component>
-        <inverse>wasAssociateFor</inverse>
-        <rdfs:comment xml:lang="en">An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.</rdfs:comment>
-        <category>starting-point</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Association"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedAssociation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAssociation"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasAttributedTo -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasAttributedTo">
-        <rdfs:label>wasAttributedTo</rdfs:label>
-        <component>agents-responsibility</component>
-        <category>starting-point</category>
-        <inverse>contributed</inverse>
-        <definition xml:lang="en">Attribution is the ascribing of an entity to an agent.</definition>
-        <rdfs:comment xml:lang="en">Attribution is the ascribing of an entity to an agent.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedAttribution"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAttribution"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    <owl:Axiom>
-        <definition>IF wasAttributedTo(e2,ag1,aAttr) holds, THEN wasInfluencedBy(e2,ag1) also holds. </definition>
-        <rdfs:comment>Attribution is a particular case of trace (see http://www.w3.org/TR/prov-dm/#concept-trace), in the sense that it links an entity to the agent that ascribed it.</rdfs:comment>
-        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
-        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
-        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-    </owl:Axiom>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasDerivedFrom -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasDerivedFrom">
-        <rdfs:label>wasDerivedFrom</rdfs:label>
-        <inverse>hadDerivation</inverse>
-        <definition xml:lang="en">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.</definition>
-        <category>starting-point</category>
-        <rdfs:comment xml:lang="en">The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable.</rdfs:comment>
-        <component>derivations</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedDerivation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDerivation"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    <owl:Axiom>
-        <rdfs:comment>Derivation is a particular case of trace (see http://www.w3.org/TR/prov-dm/#term-trace), since it links an entity to another entity that contributed to its existence.</rdfs:comment>
-        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
-        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
-        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-    </owl:Axiom>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasEndedBy -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasEndedBy">
-        <rdfs:label>wasEndedBy</rdfs:label>
-        <category>expanded</category>
-        <component>entities-activities</component>
-        <rdfs:comment xml:lang="en">End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity.</rdfs:comment>
-        <inverse>ended</inverse>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#End"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedEnd"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedEnd"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasGeneratedBy -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasGeneratedBy">
-        <rdfs:label>wasGeneratedBy</rdfs:label>
-        <inverse>generated</inverse>
-        <category>starting-point</category>
-        <component>entities-activities</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Generation"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedGeneration"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedGeneration"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasInfluencedBy -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
-        <rdfs:label>wasInfluencedBy</rdfs:label>
-        <rdfs:comment xml:lang="en">Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable.</rdfs:comment>
-        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
-        <editorialNote xml:lang="en">The sub-properties of prov:wasInfluencedBy can be elaborated in more detail using the Qualification Pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :spoon; prov:atLocation :kitchen ] .
-
-Subproperties of prov:wasInfluencedBy may also be asserted directly without being qualified.
-
-prov:wasInfluencedBy should not be used without also using one of its subproperties. 
-</editorialNote>
-        <category>qualified</category>
-        <inverse>influenced</inverse>
-        <component>agents-responsibility</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-        <rdfs:domain>
-            <owl:Class>
-                <owl:unionOf rdf:parseType="Collection">
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
-                </owl:unionOf>
-            </owl:Class>
-        </rdfs:domain>
-        <rdfs:range>
-            <owl:Class>
-                <owl:unionOf rdf:parseType="Collection">
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
-                </owl:unionOf>
-            </owl:Class>
-        </rdfs:range>
-    </owl:ObjectProperty>
-    <owl:Axiom>
-        <definition>influencer: an identifier (o1) for an ancestor entity, activity, or agent that the former depends on;</definition>
-        <dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
-        <owl:annotatedProperty rdf:resource="&rdfs;range"/>
-        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:annotatedTarget>
-            <owl:Class>
-                <owl:unionOf rdf:parseType="Collection">
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
-                </owl:unionOf>
-            </owl:Class>
-        </owl:annotatedTarget>
-    </owl:Axiom>
-    <owl:Axiom>
-        <dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
-        <definition>influencee: an identifier (o2) for an entity, activity, or agent; </definition>
-        <owl:annotatedProperty rdf:resource="&rdfs;domain"/>
-        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:annotatedTarget>
-            <owl:Class>
-                <owl:unionOf rdf:parseType="Collection">
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
-                </owl:unionOf>
-            </owl:Class>
-        </owl:annotatedTarget>
-    </owl:Axiom>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasInformedBy -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInformedBy">
-        <rdfs:label>wasInformedBy</rdfs:label>
-        <inverse>informed</inverse>
-        <rdfs:comment xml:lang="en">An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2.</rdfs:comment>
-        <category>starting-point</category>
-        <component>entities-activities</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Communication"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedCommunication"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedCommunication"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasInvalidatedBy -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInvalidatedBy">
-        <rdfs:label>wasInvalidatedBy</rdfs:label>
-        <component>entities-activities</component>
-        <inverse>invalidated</inverse>
-        <category>expanded</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedInvalidation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidation"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasQuotedFrom -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasQuotedFrom">
-        <rdfs:label>wasQuotedFrom</rdfs:label>
-        <category>expanded</category>
-        <component>derivations</component>
-        <inverse>quotedAs</inverse>
-        <rdfs:comment xml:lang="en">An entity is derived from an original entity by copying, or &#39;quoting&#39;, some or all of it.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedQuotation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedQuotation"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    <owl:Axiom>
-        <rdfs:comment>Quotation is a particular case of derivation (see http://www.w3.org/TR/prov-dm/#term-quotation) in which an entity is derived from an original entity by copying, or &quot;quoting&quot;, some or all of it. </rdfs:comment>
-        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
-        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
-        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
-    </owl:Axiom>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasRevisionOf -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasRevisionOf">
-        <rdfs:label>wasRevisionOf</rdfs:label>
-        <rdfs:comment xml:lang="en">A revision is a derivation that revises an entity into a revised version.</rdfs:comment>
-        <component>derivations</component>
-        <inverse>hadRevision</inverse>
-        <category>expanded</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Revision"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedRevision"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedRevision"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    <owl:Axiom>
-        <rdfs:comment>Revision is a derivation (see http://www.w3.org/TR/prov-dm/#term-Revision). Moreover, according to 
-http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Revision 23 April 2012 &#39;wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.&#39;</rdfs:comment>
-        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
-        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
-        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
-    </owl:Axiom>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasStartedBy -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasStartedBy">
-        <rdfs:label>wasStartedBy</rdfs:label>
-        <inverse>started</inverse>
-        <category>expanded</category>
-        <component>entities-activities</component>
-        <rdfs:comment xml:lang="en">Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Start"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedStart"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedStart"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Data properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- http://www.w3.org/ns/prov#atTime -->
-
-    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#atTime">
-        <rdfs:label>atTime</rdfs:label>
-        <component>entities-activities</component>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime.</rdfs:comment>
-        <rdfs:range rdf:resource="&xsd;dateTime"/>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#endedAtTime"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#generatedAtTime"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#invalidatedAtTime"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#startedAtTime"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#endedAtTime -->
-
-    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#endedAtTime">
-        <rdfs:label>endedAtTime</rdfs:label>
-        <component>entities-activities</component>
-        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedEnd o prov:atTime) rdfs:subPropertyOf prov:endedAtTime.</editorialNote>
-        <rdfs:comment xml:lang="en">The time at which an activity ended. See also prov:startedAtTime.</rdfs:comment>
-        <category>starting-point</category>
-        <rdfs:range rdf:resource="&xsd;dateTime"/>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#End"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#generatedAtTime -->
-
-    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#generatedAtTime">
-        <rdfs:label>generatedAtTime</rdfs:label>
-        <category>expanded</category>
-        <component>entities-activities</component>
-        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedGeneration o prov:atTime) rdfs:subPropertyOf prov:generatedAtTime.</editorialNote>
-        <rdfs:comment xml:lang="en">The time at which an entity was completely created and is available for use.</rdfs:comment>
-        <rdfs:range rdf:resource="&xsd;dateTime"/>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Generation"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#invalidatedAtTime -->
-
-    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#invalidatedAtTime">
-        <rdfs:label>invalidatedAtTime</rdfs:label>
-        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedInvalidation o prov:atTime) rdfs:subPropertyOf prov:invalidatedAtTime.</editorialNote>
-        <category>expanded</category>
-        <rdfs:comment xml:lang="en">The time at which an entity was invalidated (i.e., no longer usable).</rdfs:comment>
-        <component>entities-activities</component>
-        <rdfs:range rdf:resource="&xsd;dateTime"/>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#startedAtTime -->
-
-    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#startedAtTime">
-        <rdfs:label>startedAtTime</rdfs:label>
-        <category>starting-point</category>
-        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedStart o prov:atTime) rdfs:subPropertyOf prov:startedAtTime.</editorialNote>
-        <component>entities-activities</component>
-        <rdfs:comment xml:lang="en">The time at which an activity started. See also prov:endedAtTime.</rdfs:comment>
-        <rdfs:range rdf:resource="&xsd;dateTime"/>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Start"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#value -->
-
-    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#value">
-        <rdfs:label>value</rdfs:label>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value</dm>
-        <category>expanded</category>
-        <editorialNote>The editor&#39;s definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue</editorialNote>
-        <component>entities-activities</component>
-        <rdfs:comment xml:lang="en">Provides a value for an Entity.</rdfs:comment>
-        <editorsDefinition xml:lang="en">The main value (if there is one) of a structured value.</editorsDefinition>
-        <editorialNote xml:lang="en">This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, &#39;may be used in describing structured values&#39;).</editorialNote>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- http://www.w3.org/2002/07/owl#Thing -->
-
-    <owl:Class rdf:about="&owl;Thing"/>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Activity -->
-
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Activity">
-        <rdfs:label>Activity</rdfs:label>
-        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Activity</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity</n>
-        <component>entities-activities</component>
-        <category>starting-point</category>
-        <definition>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.</definition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#ActivityInfluence -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#ActivityInfluence">
-        <rdfs:label>ActivityInfluence</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-        <rdfs:subClassOf>
-            <owl:Restriction>
-                <owl:onProperty rdf:resource="http://www.w3.org/ns/prov#hadActivity"/>
-                <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:maxCardinality>
-            </owl:Restriction>
-        </rdfs:subClassOf>
-        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
-        <editorsDefinition xml:lang="en">ActivitiyInfluence is the capacity of an activity to have an effect on the character, development, or behavior of another by means of generation, invalidation, communication, or other.</editorsDefinition>
-        <rdfs:comment xml:lang="en">ActivityInfluence provides additional descriptions of an Activity&#39;s binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity.</rdfs:comment>
-        <rdfs:comment xml:lang="en">It is not recommended that the type ActivityInfluence be asserted without also asserting one of its more specific subclasses.</rdfs:comment>
-        <category>qualified</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#activity"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Agent -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Agent">
-        <rdfs:label>Agent</rdfs:label>
-        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent</n>
-        <definition xml:lang="en">An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent&#39;s activity. </definition>
-        <category>starting-point</category>
-        <component>agents-responsibility</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#AgentInfluence -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#AgentInfluence">
-        <rdfs:label>AgentInfluence</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-        <editorsDefinition xml:lang="en">AgentInfluence is the capacity of an agent to have an effect on the character, development, or behavior of another by means of attribution, association, delegation, or other.</editorsDefinition>
-        <rdfs:comment xml:lang="en">AgentInfluence provides additional descriptions of an Agent&#39;s binary influence upon any other kind of resource. Instances of AgentInfluence use the prov:agent property to cite the influencing Agent.</rdfs:comment>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">It is not recommended that the type AgentInfluence be asserted without also asserting one of its more specific subclasses.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#agent"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Association -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Association">
-        <rdfs:label>Association</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</n>
-        <component>agents-responsibility</component>
-        <rdfs:comment xml:lang="en">An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that had some responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ].</rdfs:comment>
-        <category>qualified</category>
-        <definition xml:lang="en">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.</definition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Attribution -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Attribution">
-        <rdfs:label>Attribution</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution</n>
-        <rdfs:comment xml:lang="en">An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that had some responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualifiedAttribution [ a prov:Attribution; prov:entity :baker; :foo :bar ].</rdfs:comment>
-        <definition xml:lang="en">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.</definition>
-        <category>qualified</category>
-        <component>agents-responsibility</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Bundle -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Bundle">
-        <rdfs:label>Bundle</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-bundle-entity</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-bundle-declaration</n>
-        <category>expanded</category>
-        <definition xml:lang="en">A bundle is a named set of provenance descriptions, and is itself an Entity, so allowing provenance of provenance to be expressed.</definition>
-        <rdfs:comment xml:lang="en">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.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Collection -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Collection">
-        <rdfs:label>Collection</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <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.</definition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Communication -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Communication">
-        <rdfs:label>Communication</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Communication</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy</n>
-        <component>entities-activities</component>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:activity :everyone_else_jumping_off_bridge; :foo :bar ].</rdfs:comment>
-        <definition>Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.</definition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInformedBy"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Delegation -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Delegation">
-        <rdfs:label>Delegation</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-delegation</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-delegation</n>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ].</rdfs:comment>
-        <definition xml:lang="en">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.</definition>
-        <component>agents-responsibility</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#actedOnBehalfOf"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Derivation -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Derivation">
-        <rdfs:label>Derivation</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Derivation</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#Derivation-Relation</n>
-        <definition xml:lang="en">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.</definition>
-        <component>derivations</component>
-        <rdfs:comment xml:lang="en">An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ].</rdfs:comment>
-        <rdfs:comment xml:lang="en">The more specific forms of prov:Derivation (i.e., prov:Revision, prov:Quotation, prov:PrimarySource) should be asserted if they apply.</rdfs:comment>
-        <category>qualified</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
-    </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"/>
-        <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">
-        <rdfs:label>End</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-End</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-End</n>
-        <rdfs:comment xml:lang="en">An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualifiedEnd [ a prov:End; prov:entity :buzzer; :foo :bar; prov:atTime &#39;2012-03-09T08:05:08-05:00&#39;^^xsd:dateTime ].</rdfs:comment>
-        <category>qualified</category>
-        <definition xml:lang="en">End is when an activity is deemed to have been ended by an entity, known as trigger. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity&#39;s end. An end may refer to a trigger entity that terminated the activity, or to an activity, known as ender that generated the trigger.</definition>
-        <component>entities-activities</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasEndedBy"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Entity -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Entity">
-        <rdfs:label>Entity</rdfs:label>
-        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-entity</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Entity</n>
-        <component>entities-activities</component>
-        <definition xml:lang="en">An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. </definition>
-        <category>starting-point</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#EntityInfluence -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#EntityInfluence">
-        <rdfs:label>EntityInfluence</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-        <editorsDefinition xml:lang="en">EntityInfluence is the capacity of an entity to have an effect on the character, development, or behavior of another by means of usage, start, end, derivation, or other. </editorsDefinition>
-        <rdfs:comment xml:lang="en">EntityInfluence provides additional descriptions of an Entity&#39;s binary influence upon any other kind of resource. Instances of EntityInfluence use the prov:entity property to cite the influencing Entity.</rdfs:comment>
-        <rdfs:comment xml:lang="en">It is not recommended that the type EntityInfluence be asserted without also asserting one of its more specific subclasses.</rdfs:comment>
-        <category>qualified</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#entity"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Generation -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Generation">
-        <rdfs:label>Generation</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation</n>
-        <rdfs:comment xml:lang="en">An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ].</rdfs:comment>
-        <category>qualified</category>
-        <component>entities-activities</component>
-        <definition xml:lang="en">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.</definition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Influence -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Influence">
-        <rdfs:label>Influence</rdfs:label>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-influence</n>
-        <component>derivations</component>
-        <rdfs:comment xml:lang="en">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.</rdfs:comment>
-        <rdfs:comment xml:lang="en">Because prov:Influence is a broad relation, its most specific subclasses (e.g. prov:Communication, prov:Delegation, prov:End, prov:Revision, etc.) should be used when applicable.</rdfs:comment>
-        <category>qualified</category>
-        <definition xml:lang="en">Influence is the capacity of 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.</definition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#InstantaneousEvent -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent">
-        <rdfs:label>InstantaneousEvent</rdfs:label>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#dfn-event</constraints>
-        <component>entities-activities</component>
-        <rdfs:comment xml:lang="en">An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term &#39;event&#39; is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.</rdfs:comment>
-        <definition xml:lang="en">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.</definition>
-        <category>qualified</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Invalidation -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Invalidation">
-        <rdfs:label>Invalidation</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Invalidation</n>
-        <component>entities-activities</component>
-        <definition>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.</definition>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">An instance of prov:Invalidation provides additional descriptions about the binary prov:wasInvalidatedBy relation from an invalidated prov:Entity to the prov:Activity that invalidated it. For example, :uncracked_egg prov:wasInvalidatedBy :baking; prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :baking; :foo :bar ].</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Location -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Location">
-        <rdfs:label>Location</rdfs:label>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute</n>
-        <definition xml:lang="en">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.</definition>
-        <category>expanded</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#atLocation"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Organization -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Organization">
-        <rdfs:label>Organization</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</n>
-        <definition>Agents of type Organization are social institutions such as companies, societies etc.</definition>
-        <category>expanded</category>
-        <component>agents-responsibility</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Person -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Person">
-        <rdfs:label>Person</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</n>
-        <category>expanded</category>
-        <definition xml:lang="en">Agents of type Person are people.</definition>
-        <component>agents-responsibility</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Plan -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Plan">
-        <rdfs:label>Plan</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</n>
-        <definition>A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.</definition>
-        <category>expanded</category>
-        <rdfs:comment xml:lang="en">There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations.</rdfs:comment>
-        <category>qualified</category>
-        <component>agents-responsibility</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#PrimarySource -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#PrimarySource">
-        <rdfs:label>PrimarySource</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-primary-source</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source</n>
-        <category>qualified</category>
-        <component>derivations</component>
-        <definition xml:lang="en">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&#39;s study, without benefit from hindsight.
-
-Because of the directness of primary sources, they &#39;speak for themselves&#39; 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.
-
-A primary source relation is a particular case of derivation 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&#39;s domain.</definition>
-        <rdfs:comment xml:lang="en">An instance of prov:PrimarySource provides additional descriptions about the binary prov:hadPrimarySource relation from some secondary prov:Entity to an earlier, primary prov:Entity. For example, :blog prov:hadPrimarySource :newsArticle; prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :newsArticle; :foo :bar ] .</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Quotation -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Quotation">
-        <rdfs:label>Quotation</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation</n>
-        <rdfs:comment xml:lang="en">An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some taken prov:Entity from an earlier, larger prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualifiedQuotation [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ].</rdfs:comment>
-        <component>derivations</component>
-        <category>qualified</category>
-        <definition xml:lang="en">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.</definition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Revision -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Revision">
-        <rdfs:label>Revision</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-revision</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision</n>
-        <component>derivations</component>
-        <category>qualified</category>
-        <definition xml:lang="en">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.</definition>
-        <rdfs:comment xml:lang="en">An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some newer prov:Entity to an earlier prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualifiedRevision [ a prov:Revision; prov:entity :draft_1; :foo :bar ].</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Role -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Role">
-        <rdfs:label>Role</rdfs:label>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute</n>
-        <definition xml:lang="en">A role is the function of an entity or agent with respect to an activity, in the context of a usage, generation, invalidation, association, start, and end.</definition>
-        <category>qualified</category>
-        <component>agents-responsibility</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#hadRole"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#SoftwareAgent -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#SoftwareAgent">
-        <rdfs:label>SoftwareAgent</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</n>
-        <component>agents-responsibility</component>
-        <definition xml:lang="en">A software agent is running software.</definition>
-        <category>expanded</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Start -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Start">
-        <rdfs:label>Start</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start</n>
-        <component>entities-activities</component>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualifiedStart [ a prov:Start; prov:entity :bang; :foo :bar; prov:atTime &#39;2012-03-09T08:05:08-05:00&#39;^^xsd:dateTime ] .</rdfs:comment>
-        <definition xml:lang="en">Start is when an activity is deemed to have been started by an entity, known as trigger. The activity did not exist before its start. Any usage, generation, or invalidation involving an activity follows the activity&#39;s start. A start may refer to a trigger entity that set off the activity, or to an activity, known as starter, that generated the trigger.</definition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasStartedBy"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Usage -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Usage">
-        <rdfs:label>Usage</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Usage</n>
-        <rdfs:comment xml:lang="en">An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualifiedUsage [ a prov:Usage; prov:entity :podium; :foo :bar ].</rdfs:comment>
-        <definition xml:lang="en">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.</definition>
-        <category>qualified</category>
-        <component>entities-activities</component>
-        <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>
-
-
-
-<!-- Generated by the OWL API (version 3.1.0.20069) http://owlapi.sourceforge.net -->
-
--- a/ontology/releases/CR-prov-o-20121211/ns/prov-o-20121211.ttl	Tue Nov 27 11:43:03 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1319 +0,0 @@
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix : <http://www.w3.org/ns/prov#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix owl: <http://www.w3.org/2002/07/owl#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-rdfs:comment
-    a owl:AnnotationProperty ;
-    rdfs:comment ""@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
-
-rdfs:isDefinedBy
-    a owl:AnnotationProperty .
-
-rdfs:label
-    a owl:AnnotationProperty ;
-    rdfs:comment ""@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
-
-rdfs:seeAlso
-    a owl:AnnotationProperty ;
-    rdfs:comment ""@en .
-
-owl:Thing
-    a owl:Class .
-
-owl:versionInfo
-    a owl:AnnotationProperty .
-
-<http://www.w3.org/ns/prov#>
-    a owl:Ontology .
-
-:Activity
-    a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Activity" ;
-    owl:disjointWith :Entity ;
-    :category "starting-point" ;
-    :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "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." ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Activity"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity"^^xsd:anyURI .
-
-:ActivityInfluence
-    a owl:Class ;
-    rdfs:comment "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."@en, "It is not recommended that the type ActivityInfluence be asserted without also asserting one of its more specific subclasses."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "ActivityInfluence" ;
-    rdfs:seeAlso :activity ;
-    rdfs:subClassOf :Influence, [
-        a owl:Restriction ;
-        owl:maxCardinality "0"^^xsd:nonNegativeInteger ;
-        owl:onProperty :hadActivity
-    ] ;
-    owl:disjointWith :EntityInfluence ;
-    :category "qualified" ;
-    :editorsDefinition "ActivitiyInfluence is the capacity of an activity to have an effect on the character, development, or behavior of another by means of generation, invalidation, communication, or other."@en .
-
-:Agent
-    a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Agent" ;
-    owl:disjointWith :InstantaneousEvent ;
-    :category "starting-point" ;
-    :component "agents-responsibility" ;
-    :definition "An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. "@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent"^^xsd:anyURI .
-
-:AgentInfluence
-    a owl:Class ;
-    rdfs:comment "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."@en, "It is not recommended that the type AgentInfluence be asserted without also asserting one of its more specific subclasses."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "AgentInfluence" ;
-    rdfs:seeAlso :agent ;
-    rdfs:subClassOf :Influence ;
-    :category "qualified" ;
-    :editorsDefinition "AgentInfluence is the capacity of an agent to have an effect on the character, development, or behavior of another by means of attribution, association, delegation, or other."@en .
-
-:Association
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that had some responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Association" ;
-    rdfs:subClassOf :AgentInfluence ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :definition "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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association"^^xsd:anyURI ;
-    :unqualifiedForm :wasAssociatedWith .
-
-:Attribution
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that had some responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualifiedAttribution [ a prov:Attribution; prov:entity :baker; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Attribution" ;
-    rdfs:subClassOf :AgentInfluence ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition """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."""@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution"^^xsd:anyURI ;
-    :unqualifiedForm :wasAttributedTo .
-
-:Bundle
-    a owl:Class ;
-    rdfs:comment "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."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Bundle" ;
-    rdfs:subClassOf :Entity ;
-    :category "expanded" ;
-    :definition "A bundle is a named set of provenance descriptions, and is itself an Entity, so allowing provenance of provenance to be expressed."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-bundle-entity"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-bundle-declaration"^^xsd:anyURI .
-
-:Collection
-    a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Collection" ;
-    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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection"^^xsd:anyURI .
-
-:Communication
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:activity :everyone_else_jumping_off_bridge; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Communication" ;
-    rdfs:subClassOf :ActivityInfluence ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "Communication is the exchange of an entity by two activities, one activity using the entity generated by the other." ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Communication"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy"^^xsd:anyURI ;
-    :unqualifiedForm :wasInformedBy .
-
-:Delegation
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Delegation" ;
-    rdfs:subClassOf :AgentInfluence ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :definition """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."""@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-delegation"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-delegation"^^xsd:anyURI ;
-    :unqualifiedForm :actedOnBehalfOf .
-
-:Derivation
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ]."@en, "The more specific forms of prov:Derivation (i.e., prov:Revision, prov:Quotation, prov:PrimarySource) should be asserted if they apply."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Derivation" ;
-    rdfs:subClassOf :EntityInfluence ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Derivation"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#Derivation-Relation"^^xsd:anyURI ;
-    :unqualifiedForm :wasDerivedFrom .
-
-:EmptyCollection
-    a owl:Class, owl:NamedIndividual ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "EmptyCollection"@en ;
-    rdfs:subClassOf :Collection ;
-    :category "expanded" ;
-    :component "collections" ;
-    :definition "An empty collection is a collection without members."@en .
-
-:End
-    a owl:Class ;
-    rdfs:comment "An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualifiedEnd [ a prov:End; prov:entity :buzzer; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "End" ;
-    rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "End is when an activity is deemed to have been ended by an entity, known as trigger. 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 a trigger entity that terminated the activity, or to an activity, known as ender that generated the trigger."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-End"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-End"^^xsd:anyURI ;
-    :unqualifiedForm :wasEndedBy .
-
-:Entity
-    a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Entity" ;
-    owl:disjointWith :InstantaneousEvent ;
-    :category "starting-point" ;
-    :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. "@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-entity"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Entity"^^xsd:anyURI .
-
-:EntityInfluence
-    a owl:Class ;
-    rdfs:comment "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."@en, "It is not recommended that the type EntityInfluence be asserted without also asserting one of its more specific subclasses."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "EntityInfluence" ;
-    rdfs:seeAlso :entity ;
-    rdfs:subClassOf :Influence ;
-    :category "qualified" ;
-    :editorsDefinition "EntityInfluence is the capacity of an entity to have an effect on the character, development, or behavior of another by means of usage, start, end, derivation, or other. "@en .
-
-:Generation
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Generation" ;
-    rdfs:subClassOf :ActivityInfluence, :InstantaneousEvent ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation"^^xsd:anyURI ;
-    :unqualifiedForm :wasGeneratedBy .
-
-: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, "Because prov:Influence is a broad relation, its most specific subclasses (e.g. prov:Communication, prov:Delegation, prov:End, prov:Revision, etc.) should be used when applicable."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Influence" ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :definition "Influence is the capacity of 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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-influence"^^xsd:anyURI ;
-    :unqualifiedForm :wasInfluencedBy .
-
-:InstantaneousEvent
-    a owl:Class ;
-    rdfs:comment "An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "InstantaneousEvent" ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#dfn-event"^^xsd:anyURI ;
-    :definition "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."@en .
-
-:Invalidation
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Invalidation provides additional descriptions about the binary prov:wasInvalidatedBy relation from an invalidated prov:Entity to the prov:Activity that invalidated it. For example, :uncracked_egg prov:wasInvalidatedBy :baking; prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :baking; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Invalidation" ;
-    rdfs:subClassOf :ActivityInfluence, :InstantaneousEvent ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "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." ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Invalidation"^^xsd:anyURI ;
-    :unqualifiedForm :wasInvalidatedBy .
-
-:Location
-    a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Location" ;
-    rdfs:seeAlso :atLocation ;
-    :category "expanded" ;
-    :definition "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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute"^^xsd:anyURI .
-
-:Organization
-    a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Organization" ;
-    rdfs:subClassOf :Agent ;
-    :category "expanded" ;
-    :component "agents-responsibility" ;
-    :definition "Agents of type Organization are social institutions such as companies, societies etc." ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types"^^xsd:anyURI .
-
-:Person
-    a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Person" ;
-    rdfs:subClassOf :Agent ;
-    :category "expanded" ;
-    :component "agents-responsibility" ;
-    :definition "Agents of type Person are people."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types"^^xsd:anyURI .
-
-:Plan
-    a owl:Class ;
-    rdfs:comment "There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Plan" ;
-    rdfs:subClassOf :Entity ;
-    :category "expanded", "qualified" ;
-    :component "agents-responsibility" ;
-    :definition "A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals." ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association"^^xsd:anyURI .
-
-:PrimarySource
-    a owl:Class ;
-    rdfs:comment "An instance of prov:PrimarySource provides additional descriptions about the binary prov:hadPrimarySource relation from some secondary prov:Entity to an earlier, primary prov:Entity. For example, :blog prov:hadPrimarySource :newsArticle; prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :newsArticle; :foo :bar ] ."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "PrimarySource" ;
-    rdfs:subClassOf :Derivation ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :definition """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.
-
-A primary source relation is a particular case of derivation 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."""@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-primary-source"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source"^^xsd:anyURI ;
-    :unqualifiedForm :hadPrimarySource .
-
-:Quotation
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some taken prov:Entity from an earlier, larger prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualifiedQuotation [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Quotation" ;
-    rdfs:subClassOf :Derivation ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :definition "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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation"^^xsd:anyURI ;
-    :unqualifiedForm :wasQuotedFrom .
-
-:Revision
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some newer prov:Entity to an earlier prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualifiedRevision [ a prov:Revision; prov:entity :draft_1; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Revision" ;
-    rdfs:subClassOf :Derivation ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :definition "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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-revision"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision"^^xsd:anyURI ;
-    :unqualifiedForm :wasRevisionOf .
-
-:Role
-    a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Role" ;
-    rdfs:seeAlso :hadRole ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :definition "A role is the function of an entity or agent with respect to an activity, in the context of a usage, generation, invalidation, association, start, and end."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute"^^xsd:anyURI .
-
-:SoftwareAgent
-    a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "SoftwareAgent" ;
-    rdfs:subClassOf :Agent ;
-    :category "expanded" ;
-    :component "agents-responsibility" ;
-    :definition "A software agent is running software."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types"^^xsd:anyURI .
-
-:Start
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualifiedStart [ a prov:Start; prov:entity :bang; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ] ."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Start" ;
-    rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "Start is when an activity is deemed to have been started by an entity, known as trigger. The activity did not exist before its start. Any usage, generation, or invalidation involving an activity follows the activity's start. A start may refer to a trigger entity that set off the activity, or to an activity, known as starter, that generated the trigger."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start"^^xsd:anyURI ;
-    :unqualifiedForm :wasStartedBy .
-
-:Usage
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualifiedUsage [ a prov:Usage; prov:entity :podium; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Usage" ;
-    rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Usage"^^xsd:anyURI ;
-    :unqualifiedForm :used .
-
-:actedOnBehalfOf
-    a owl:ObjectProperty ;
-    rdfs:comment "An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. "@en ;
-    rdfs:domain :Agent ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "actedOnBehalfOf" ;
-    rdfs:range :Agent ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedDelegation
-        :agent
-    ) ;
-    :category "starting-point" ;
-    :component "agents-responsibility" ;
-    :inverse "hadDelegate" ;
-    :qualifiedForm :Delegation, :qualifiedDelegation .
-
-:activity
-    a owl:ObjectProperty ;
-    rdfs:domain :ActivityInfluence ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "activity" ;
-    rdfs:range :Activity ;
-    rdfs:subPropertyOf :influencer ;
-    :category "qualified" ;
-    :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple."@en ;
-    :editorsDefinition "The prov:activity property references an prov:Activity which influenced a resource. This property applies to an prov:ActivityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent." ;
-    :inverse "activityOfInfluence" .
-
-:agent
-    a owl:ObjectProperty ;
-    rdfs:domain :AgentInfluence ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "agent" ;
-    rdfs:range :Agent ;
-    rdfs:subPropertyOf :influencer ;
-    :category "qualified" ;
-    :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple."@en ;
-    :editorsDefinition "The prov:agent property references an prov:Agent which influenced a resource. This property applies to an prov:AgentInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent."@en ;
-    :inverse "agentOfInfluence" .
-
-:alternateOf
-    a owl:ObjectProperty ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "alternateOf" ;
-    rdfs:range :Entity ;
-    rdfs:seeAlso :specializationOf ;
-    :category "expanded" ;
-    :component "alternate" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate"^^xsd:anyURI ;
-    :inverse "alternateOf" ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate"^^xsd:anyURI .
-
-:aq
-    a owl:AnnotationProperty ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:subPropertyOf rdfs:seeAlso .
-
-:atLocation
-    a owl:ObjectProperty ;
-    rdfs:comment "The Location of any resource."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
-    rdfs:domain [
-        a owl:Class ;
-        owl:unionOf (:Activity
-            :Agent
-            :Entity
-            :InstantaneousEvent
-        )
-    ] ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "atLocation" ;
-    rdfs:range :Location ;
-    :category "expanded" ;
-    :editorialNote "The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Influence classes."@en, "This property is not functional because the many values could be at a variety of granularies (In this building, in this room, in that chair)."@en ;
-    :inverse "locationOf" ;
-    :sharesDefinitionWith :Location .
-
-:atTime
-    a owl:DatatypeProperty ;
-    rdfs:comment "The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime."@en ;
-    rdfs:domain :InstantaneousEvent ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "atTime" ;
-    rdfs:range xsd:dateTime ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :sharesDefinitionWith :InstantaneousEvent ;
-    :unqualifiedForm :endedAtTime, :generatedAtTime, :invalidatedAtTime, :startedAtTime .
-
-:category
-    a owl:AnnotationProperty ;
-    rdfs:comment "Classify prov-o terms into three categories, including 'starting-point', 'qualifed', and 'extended'. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. "@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
-
-:component
-    a owl:AnnotationProperty ;
-    rdfs:comment "Classify prov-o terms into six components according to prov-dm, including 'agents-responsibility', 'alternate', 'annotations', 'collections', 'derivations', and 'entities-activities'. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
-
-:constraints
-    a owl:AnnotationProperty ;
-    rdfs:comment "A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:subPropertyOf rdfs:seeAlso .
-
-:definition
-    a owl:AnnotationProperty ;
-    rdfs:comment "A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
-
-:dm
-    a owl:AnnotationProperty ;
-    rdfs:comment "A reference to the principal section of the PROV-DM document that describes this concept."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:subPropertyOf rdfs:seeAlso .
-
-:editorialNote
-    a owl:AnnotationProperty ;
-    rdfs:comment "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."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
-
-:editorsDefinition
-    a owl:AnnotationProperty ;
-    rdfs:comment "When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:subPropertyOf :definition .
-
-:endedAtTime
-    a owl:DatatypeProperty ;
-    rdfs:comment "The time at which an activity ended. See also prov:startedAtTime."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "endedAtTime" ;
-    rdfs:range xsd:dateTime ;
-    :category "starting-point" ;
-    :component "entities-activities" ;
-    :editorialNote "It is the intent that the property chain holds: (prov:qualifiedEnd o prov:atTime) rdfs:subPropertyOf prov:endedAtTime."@en ;
-    :qualifiedForm :End, :atTime .
-
-:entity
-    a owl:ObjectProperty ;
-    rdfs:domain :EntityInfluence ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "entity" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :influencer ;
-    :category "qualified" ;
-    :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple."@en ;
-    :editorsDefinition "The prov:entity property references an prov:Entity which influenced a resource. This property applies to an prov:EntityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent." ;
-    :inverse "entityOfInfluence" .
-
-:generated
-    a owl:ObjectProperty ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "generated" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :influenced ;
-    owl:inverseOf :wasGeneratedBy ;
-    :category "expanded" ;
-    :component "entities-activities" ;
-    :editorialNote "prov:generated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions."@en ;
-    :inverse "wasGeneratedBy" ;
-    :sharesDefinitionWith :Generation .
-
-:generatedAtTime
-    a owl:DatatypeProperty ;
-    rdfs:comment "The time at which an entity was completely created and is available for use."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "generatedAtTime" ;
-    rdfs:range xsd:dateTime ;
-    :category "expanded" ;
-    :component "entities-activities" ;
-    :editorialNote "It is the intent that the property chain holds: (prov:qualifiedGeneration o prov:atTime) rdfs:subPropertyOf prov:generatedAtTime."@en ;
-    :qualifiedForm :Generation, :atTime .
-
-:hadActivity
-    a owl:ObjectProperty ;
-    rdfs:comment "The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead)."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
-    rdfs:domain :Influence, [
-        a owl:Class ;
-        owl:unionOf (:Delegation
-            :Derivation
-            :End
-            :Start
-        )
-    ] ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "hadActivity" ;
-    rdfs:range :Activity ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :editorialNote "The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL."@en ;
-    :inverse "wasActivityOfInfluence" ;
-    :sharesDefinitionWith :Activity .
-
-:hadGeneration
-    a owl:ObjectProperty ;
-    rdfs:comment "The _optional_ Generation involved in an Entity's Derivation."@en ;
-    rdfs:domain :Derivation ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "hadGeneration" ;
-    rdfs:range :Generation ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :inverse "generatedAsDerivation" ;
-    :sharesDefinitionWith :Generation .
-
-:hadMember
-    a owl:ObjectProperty ;
-    rdfs:domain :Collection ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "hadMember" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    :category "expanded" ;
-    :component "expanded" ;
-    :inverse "wasMemberOf" ;
-    :sharesDefinitionWith :Collection .
-
-:hadPlan
-    a owl:ObjectProperty ;
-    rdfs:comment "The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification."@en ;
-    rdfs:domain :Association ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "hadPlan" ;
-    rdfs:range :Plan ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :inverse "wasPlanOf" ;
-    :sharesDefinitionWith :Plan .
-
-:hadPrimarySource
-    a owl:ObjectProperty ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "hadPrimarySource" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :wasDerivedFrom ;
-    owl:propertyChainAxiom (:qualifiedPrimarySource
-        :entity
-    ) ;
-    :category "expanded" ;
-    :component "derivations" ;
-    :inverse "wasPrimarySourceOf" ;
-    :qualifiedForm :PrimarySource, :qualifiedPrimarySource .
-
-:hadRole
-    a owl:ObjectProperty ;
-    rdfs:comment "The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ]."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
-    rdfs:domain :Influence, [
-        a owl:Class ;
-        owl:unionOf (:Association
-            :InstantaneousEvent
-        )
-    ] ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "hadRole" ;
-    rdfs:range :Role ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :editorsDefinition "prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of an instantaneous usage, generation, association, start, and end."@en ;
-    :inverse "wasRoleIn" ;
-    :sharesDefinitionWith :Role .
-
-:hadUsage
-    a owl:ObjectProperty ;
-    rdfs:comment "The _optional_ Usage involved in an Entity's Derivation."@en ;
-    rdfs:domain :Derivation ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "hadUsage" ;
-    rdfs:range :Usage ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :inverse "wasUsedInDerivation" ;
-    :sharesDefinitionWith :Usage .
-
-:influenced
-    a owl:ObjectProperty ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "influenced" ;
-    owl:inverseOf :wasInfluencedBy ;
-    :category "expanded" ;
-    :component "agents-responsibility" ;
-    :inverse "wasInfluencedBy" ;
-    :sharesDefinitionWith :Influence .
-
-:influencer
-    a owl:ObjectProperty ;
-    rdfs:comment "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."@en ;
-    rdfs:domain :Influence ;
-    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" .
-
-:invalidated
-    a owl:ObjectProperty ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "invalidated" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :influenced ;
-    owl:inverseOf :wasInvalidatedBy ;
-    :category "expanded" ;
-    :component "entities-activities" ;
-    :editorialNote "prov:invalidated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions."@en ;
-    :inverse "wasInvalidatedBy" ;
-    :sharesDefinitionWith :Invalidation .
-
-:invalidatedAtTime
-    a owl:DatatypeProperty ;
-    rdfs:comment "The time at which an entity was invalidated (i.e., no longer usable)."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "invalidatedAtTime" ;
-    rdfs:range xsd:dateTime ;
-    :category "expanded" ;
-    :component "entities-activities" ;
-    :editorialNote "It is the intent that the property chain holds: (prov:qualifiedInvalidation o prov:atTime) rdfs:subPropertyOf prov:invalidatedAtTime."@en ;
-    :qualifiedForm :Invalidation, :atTime .
-
-:inverse
-    a owl:AnnotationProperty ;
-    rdfs:comment "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."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:seeAlso <http://www.w3.org/TR/prov-o/#names-of-inverse-properties> .
-
-:n
-    a owl:AnnotationProperty ;
-    rdfs:comment "A reference to the principal section of the PROV-DM document that describes this concept."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:subPropertyOf rdfs:seeAlso .
-
-:order
-    a owl:AnnotationProperty ;
-    rdfs:comment "The position that this OWL term should be listed within documentation. The scope of the documentation (e.g., among all terms, among terms within a prov:category, among properties applying to a particular class, etc.) is unspecified."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
-
-:qualifiedAssociation
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association;  prov:agent :ag; :foo :bar ]."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedAssociation" ;
-    rdfs:range :Association ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :inverse "qualifiedAssociationOf" ;
-    :sharesDefinitionWith :Association ;
-    :unqualifiedForm :wasAssociatedWith .
-
-:qualifiedAttribution
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was influenced using prov:qualifiedAttribution [ a prov:Attribution;  prov:agent :ag; :foo :bar ]."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedAttribution" ;
-    rdfs:range :Attribution ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :inverse "qualifiedAttributionOf" ;
-    :sharesDefinitionWith :Attribution ;
-    :unqualifiedForm :wasAttributedTo .
-
-:qualifiedCommunication
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was influenced using prov:qualifiedCommunication [ a prov:Communication;  prov:activity :a; :foo :bar ]."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedCommunication" ;
-    rdfs:range :Communication ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :inverse "qualifiedCommunicationOf" ;
-    :qualifiedForm :Communication ;
-    :sharesDefinitionWith :Communication .
-
-:qualifiedDelegation
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility;  prov:agent :ag; :foo :bar ]."@en ;
-    rdfs:domain :Agent ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedDelegation" ;
-    rdfs:range :Delegation ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :inverse "qualifiedDelegationOf" ;
-    :sharesDefinitionWith :Delegation ;
-    :unqualifiedForm :actedOnBehalfOf .
-
-:qualifiedDerivation
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Entity prov:wasDerivedFrom Entity :e, then it can qualify how it was derived using prov:qualifiedDerivation [ a prov:Derivation;  prov:entity :e; :foo :bar ]."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedDerivation" ;
-    rdfs:range :Derivation ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :inverse "qualifiedDerivationOf" ;
-    :sharesDefinitionWith :Derivation ;
-    :unqualifiedForm :wasDerivedFrom .
-
-:qualifiedEnd
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Activity prov:wasEndedBy Entity :e1, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End;  prov:entity :e1; :foo :bar ]."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedEnd" ;
-    rdfs:range :End ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :inverse "qualifiedEndOf" ;
-    :sharesDefinitionWith :End ;
-    :unqualifiedForm :wasEndedBy .
-
-:qualifiedForm
-    a owl:AnnotationProperty ;
-    rdfs:comment """This annotation property links a subproperty of prov:wasInfluencedBy with the subclass of prov:Influence and the qualifying property that are used to qualify it. 
-
-Example annotation:
-
-    prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation .
-
-Then this unqualified assertion:
-
-    :entity1 prov:wasGeneratedBy :activity1 .
-
-can be qualified by adding:
-
-   :entity1 prov:qualifiedGeneration :entity1Gen .
-   :entity1Gen 
-       a prov:Generation, prov:Influence;
-       prov:activity :activity1;
-       :customValue 1337 .
-
-Note how the value of the unqualified influence (prov:wasGeneratedBy :activity1) is mirrored as the value of the prov:activity (or prov:entity, or prov:agent) property on the influence class."""@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:subPropertyOf rdfs:seeAlso .
-
-:qualifiedGeneration
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Activity prov:generated Entity :e, then it can qualify how it performed the Generation using prov:qualifiedGeneration [ a prov:Generation;  prov:entity :e; :foo :bar ]."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedGeneration" ;
-    rdfs:range :Generation ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :inverse "qualifiedGenerationOf" ;
-    :sharesDefinitionWith :Generation ;
-    :unqualifiedForm :wasGeneratedBy .
-
-:qualifiedInfluence
-    a owl:ObjectProperty ;
-    rdfs:comment "Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable."@en ;
-    rdfs:domain [
-        a owl:Class ;
-        owl:unionOf (:Activity
-            :Agent
-            :Entity
-        )
-    ] ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedInfluence" ;
-    rdfs:range :Influence ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :inverse "qualifiedInfluenceOf" ;
-    :sharesDefinitionWith :Influence ;
-    :unqualifiedForm :wasInfluencedBy .
-
-:qualifiedInvalidation
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Entity prov:wasInvalidatedBy Activity :a, then it can qualify how it was invalidated using prov:qualifiedInvalidation [ a prov:Invalidation;  prov:activity :a; :foo :bar ]."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedInvalidation" ;
-    rdfs:range :Invalidation ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :inverse "qualifiedInvalidationOf" ;
-    :sharesDefinitionWith :Invalidation ;
-    :unqualifiedForm :wasInvalidatedBy .
-
-:qualifiedPrimarySource
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ]."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedPrimarySource" ;
-    rdfs:range :PrimarySource ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :inverse "qualifiedSourceOf" ;
-    :sharesDefinitionWith :PrimarySource ;
-    :unqualifiedForm :hadPrimarySource .
-
-:qualifiedQuotation
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation;  prov:entity :e; :foo :bar ]."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedQuotation" ;
-    rdfs:range :Quotation ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :inverse "qualifiedQuotationOf" ;
-    :sharesDefinitionWith :Quotation ;
-    :unqualifiedForm :wasQuotedFrom .
-
-:qualifiedRevision
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Entity prov:wasRevisionOf Entity :e, then it can qualify how it was revised using prov:qualifiedRevision [ a prov:Revision;  prov:entity :e; :foo :bar ]."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedRevision" ;
-    rdfs:range :Revision ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :inverse "revisedEntity" ;
-    :sharesDefinitionWith :Revision ;
-    :unqualifiedForm :wasRevisionOf .
-
-:qualifiedStart
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Activity prov:wasStartedBy Entity :e1, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start;  prov:entity :e1; :foo :bar ]."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedStart" ;
-    rdfs:range :Start ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :inverse "qualifiedStartOf" ;
-    :sharesDefinitionWith :Start ;
-    :unqualifiedForm :wasStartedBy .
-
-:qualifiedUsage
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Activity prov:used Entity :e, then it can qualify how it used it using prov:qualifiedUsage [ a prov:Usage; prov:entity :e; :foo :bar ]."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedUsage" ;
-    rdfs:range :Usage ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :inverse "qualifiedUsingActivity" ;
-    :sharesDefinitionWith :Usage ;
-    :unqualifiedForm :used .
-
-:sharesDefinitionWith
-    a owl:AnnotationProperty ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:subPropertyOf rdfs:seeAlso .
-
-:specializationOf
-    a owl:ObjectProperty ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "specializationOf" ;
-    rdfs:range :Entity ;
-    rdfs:seeAlso :alternateOf ;
-    rdfs:subPropertyOf :alternateOf ;
-    :category "expanded" ;
-    :component "alternate" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization"^^xsd:anyURI ;
-    :inverse "generalizationOf" ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization"^^xsd:anyURI .
-
-:startedAtTime
-    a owl:DatatypeProperty ;
-    rdfs:comment "The time at which an activity started. See also prov:endedAtTime."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "startedAtTime" ;
-    rdfs:range xsd:dateTime ;
-    :category "starting-point" ;
-    :component "entities-activities" ;
-    :editorialNote "It is the intent that the property chain holds: (prov:qualifiedStart o prov:atTime) rdfs:subPropertyOf prov:startedAtTime."@en ;
-    :qualifiedForm :Start, :atTime .
-
-:todo
-    a owl:AnnotationProperty .
-
-:unqualifiedForm
-    a owl:AnnotationProperty ;
-    rdfs:comment "Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:subPropertyOf rdfs:seeAlso .
-
-:used
-    a owl:ObjectProperty ;
-    rdfs:comment "A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven ."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "used" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedUsage
-        :entity
-    ) ;
-    :category "starting-point" ;
-    :component "entities-activities" ;
-    :inverse "wasUsedBy" ;
-    :qualifiedForm :Usage, :qualifiedUsage .
-
-:value
-    a owl:DatatypeProperty ;
-    rdfs:comment "Provides a value for an Entity."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "value" ;
-    :category "expanded" ;
-    :component "entities-activities" ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value"^^xsd:anyURI ;
-    :editorialNote "The editor's definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue", "This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, 'may be used in describing structured values')."@en ;
-    :editorsDefinition "The main value (if there is one) of a structured value."@en .
-
-:wasAssociatedWith
-    a owl:ObjectProperty ;
-    rdfs:comment "An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasAssociatedWith" ;
-    rdfs:range :Agent ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedAssociation
-        :agent
-    ) ;
-    :category "starting-point" ;
-    :component "agents-responsibility" ;
-    :inverse "wasAssociateFor" ;
-    :qualifiedForm :Association, :qualifiedAssociation .
-
-:wasAttributedTo
-    a owl:ObjectProperty ;
-    rdfs:comment "Attribution is the ascribing of an entity to an agent."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasAttributedTo" ;
-    rdfs:range :Agent ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedAttribution
-        :agent
-    ) ;
-    :category "starting-point" ;
-    :component "agents-responsibility" ;
-    :definition "Attribution is the ascribing of an entity to an agent."@en ;
-    :inverse "contributed" ;
-    :qualifiedForm :Attribution, :qualifiedAttribution .
-
-:wasDerivedFrom
-    a owl:ObjectProperty ;
-    rdfs:comment "The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasDerivedFrom" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedDerivation
-        :entity
-    ) ;
-    :category "starting-point" ;
-    :component "derivations" ;
-    :definition "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."@en ;
-    :inverse "hadDerivation" ;
-    :qualifiedForm :Derivation, :qualifiedDerivation .
-
-:wasEndedBy
-    a owl:ObjectProperty ;
-    rdfs:comment "End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasEndedBy" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedEnd
-        :entity
-    ) ;
-    :category "expanded" ;
-    :component "entities-activities" ;
-    :inverse "ended" ;
-    :qualifiedForm :End, :qualifiedEnd .
-
-:wasGeneratedBy
-    a owl:ObjectProperty ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasGeneratedBy" ;
-    rdfs:range :Activity ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedGeneration
-        :activity
-    ) ;
-    :category "starting-point" ;
-    :component "entities-activities" ;
-    :inverse "generated" ;
-    :qualifiedForm :Generation, :qualifiedGeneration .
-
-:wasInfluencedBy
-    a owl:ObjectProperty ;
-    rdfs:comment "Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
-    rdfs:domain [
-        a owl:Class ;
-        owl:unionOf (:Activity
-            :Agent
-            :Entity
-        )
-    ] ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasInfluencedBy" ;
-    rdfs:range [
-        a owl:Class ;
-        owl:unionOf (:Activity
-            :Agent
-            :Entity
-        )
-    ] ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :editorialNote """The sub-properties of prov:wasInfluencedBy can be elaborated in more detail using the Qualification Pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :spoon; prov:atLocation :kitchen ] .
-
-Subproperties of prov:wasInfluencedBy may also be asserted directly without being qualified.
-
-prov:wasInfluencedBy should not be used without also using one of its subproperties. 
-"""@en ;
-    :inverse "influenced" ;
-    :sharesDefinitionWith :Influence .
-
-:wasInformedBy
-    a owl:ObjectProperty ;
-    rdfs:comment "An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasInformedBy" ;
-    rdfs:range :Activity ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedCommunication
-        :activity
-    ) ;
-    :category "starting-point" ;
-    :component "entities-activities" ;
-    :inverse "informed" ;
-    :qualifiedForm :Communication, :qualifiedCommunication .
-
-:wasInvalidatedBy
-    a owl:ObjectProperty ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasInvalidatedBy" ;
-    rdfs:range :Activity ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedInvalidation
-        :activity
-    ) ;
-    :category "expanded" ;
-    :component "entities-activities" ;
-    :inverse "invalidated" ;
-    :qualifiedForm :Invalidation, :qualifiedInvalidation .
-
-:wasQuotedFrom
-    a owl:ObjectProperty ;
-    rdfs:comment "An entity is derived from an original entity by copying, or 'quoting', some or all of it."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasQuotedFrom" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :wasDerivedFrom ;
-    owl:propertyChainAxiom (:qualifiedQuotation
-        :entity
-    ) ;
-    :category "expanded" ;
-    :component "derivations" ;
-    :inverse "quotedAs" ;
-    :qualifiedForm :Quotation, :qualifiedQuotation .
-
-:wasRevisionOf
-    a owl:AnnotationProperty, owl:ObjectProperty ;
-    rdfs:comment "A revision is a derivation that revises an entity into a revised version."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasRevisionOf" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :wasDerivedFrom ;
-    owl:propertyChainAxiom (:qualifiedRevision
-        :entity
-    ) ;
-    :category "expanded" ;
-    :component "derivations" ;
-    :inverse "hadRevision" ;
-    :qualifiedForm :Revision, :qualifiedRevision .
-
-:wasStartedBy
-    a owl:ObjectProperty ;
-    rdfs:comment "Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasStartedBy" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedStart
-        :entity
-    ) ;
-    :category "expanded" ;
-    :component "entities-activities" ;
-    :inverse "started" ;
-    :qualifiedForm :Start, :qualifiedStart .
-
-<http://www.w3.org/ns/prov-o#>
-    a owl:Ontology ;
-    rdfs:comment """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."""@en ;
-    rdfs:label "PROV-O"@en ;
-    rdfs:seeAlso <http://www.w3.org/TR/prov-o/>, <http://www.w3.org/ns/prov> ;
-    owl:versionIRI <http://www.w3.org/ns/prov-o-20121211> ;
-    :specializationOf <http://www.w3.org/ns/prov-o> ;
-    :wasRevisionOf <http://www.w3.org/ns/prov-o-20120724> .
-
-[]
-    a owl:Axiom ;
-    rdfs:comment "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 ;
-    owl:annotatedProperty rdfs:range ;
-    owl:annotatedSource :hadMember ;
-    owl:annotatedTarget :Entity ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection" .
-
-[]
-    a owl:Axiom ;
-    rdfs:comment "hadPrimarySource property is a particular case of wasDerivedFrom (see http://www.w3.org/TR/prov-dm/#term-original-source) that aims to give credit to the source that originated some information." ;
-    owl:annotatedProperty rdfs:subPropertyOf ;
-    owl:annotatedSource :hadPrimarySource ;
-    owl:annotatedTarget :wasDerivedFrom .
-
-[]
-    a owl:Axiom ;
-    rdfs:comment "Attribution is a particular case of trace (see http://www.w3.org/TR/prov-dm/#concept-trace), in the sense that it links an entity to the agent that ascribed it." ;
-    owl:annotatedProperty rdfs:subPropertyOf ;
-    owl:annotatedSource :wasAttributedTo ;
-    owl:annotatedTarget :wasInfluencedBy ;
-    :definition "IF wasAttributedTo(e2,ag1,aAttr) holds, THEN wasInfluencedBy(e2,ag1) also holds. " .
-
-[]
-    a owl:Axiom ;
-    rdfs:comment "Derivation is a particular case of trace (see http://www.w3.org/TR/prov-dm/#term-trace), since it links an entity to another entity that contributed to its existence." ;
-    owl:annotatedProperty rdfs:subPropertyOf ;
-    owl:annotatedSource :wasDerivedFrom ;
-    owl:annotatedTarget :wasInfluencedBy .
-
-[]
-    a owl:Axiom ;
-    owl:annotatedProperty rdfs:range ;
-    owl:annotatedSource :wasInfluencedBy ;
-    owl:annotatedTarget [
-        a owl:Class ;
-        owl:unionOf (:Activity
-            :Agent
-            :Entity
-        )
-    ] ;
-    :definition "influencer: an identifier (o1) for an ancestor entity, activity, or agent that the former depends on;" ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence" .
-
-[]
-    a owl:Axiom ;
-    owl:annotatedProperty rdfs:domain ;
-    owl:annotatedSource :wasInfluencedBy ;
-    owl:annotatedTarget [
-        a owl:Class ;
-        owl:unionOf (:Activity
-            :Agent
-            :Entity
-        )
-    ] ;
-    :definition "influencee: an identifier (o2) for an entity, activity, or agent; " ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence" .
-
-[]
-    a owl:Axiom ;
-    rdfs:comment "Quotation is a particular case of derivation (see http://www.w3.org/TR/prov-dm/#term-quotation) in which an entity is derived from an original entity by copying, or \"quoting\", some or all of it. " ;
-    owl:annotatedProperty rdfs:subPropertyOf ;
-    owl:annotatedSource :wasQuotedFrom ;
-    owl:annotatedTarget :wasDerivedFrom .
-
-[]
-    a owl:Axiom ;
-    rdfs:comment """Revision is a derivation (see http://www.w3.org/TR/prov-dm/#term-Revision). Moreover, according to 
-http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Revision 23 April 2012 'wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.'""" ;
-    owl:annotatedProperty rdfs:subPropertyOf ;
-    owl:annotatedSource :wasRevisionOf ;
-    owl:annotatedTarget :wasDerivedFrom .
-
--- a/ontology/releases/CR-prov-o-20121211/ns/prov-o-inverses-20121211.owl	Tue Nov 27 11:43:03 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,354 +0,0 @@
-<?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#" xml:base="http://www.w3.org/ns/prov-o-inverses">
-  <rdf:Description rdf:about="prov#actedOnBehalfOf">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#activity">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#activityOfInfluence">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>activityOfInfluence</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#activity"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#agent">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#agentOfInfluence">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>agentOfInfluence</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#agent"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#alternateOf">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>alternateOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#alternateOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#atLocation">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#contributed">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>contributed</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasAttributedTo"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#ended">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>ended</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasEndedBy"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#entity">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#entityOfInfluence">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>entityOfInfluence</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#entity"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#generalizationOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>generalizationOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#specializationOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#generated">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>generated</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasGeneratedBy"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#generatedAsDerivation">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>generatedAsDerivation</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#hadGeneration"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadActivity">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadDelegate">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>hadDelegate</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#actedOnBehalfOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadDerivation">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>hadDerivation</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasDerivedFrom"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadGeneration">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadInfluence">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>hadInfluence</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#influencer"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadMember">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadPlan">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadPrimarySource">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadRevision">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>hadRevision</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasRevisionOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadRole">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadUsage">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#influenced">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>influenced</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasInfluencedBy"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#influencer">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#informed">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>informed</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasInformedBy"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#invalidated">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>invalidated</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasInvalidatedBy"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#locationOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>locationOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#atLocation"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedAssociation">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedAssociationOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedAssociationOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedAssociation"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedAttribution">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedAttributionOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedAttributionOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedAttribution"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedCommunication">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedCommunicationOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedCommunicationOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedCommunication"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedDelegation">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedDelegationOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedDelegationOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedDelegation"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedDerivation">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedDerivationOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedDerivationOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedDerivation"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedEnd">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedEndOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedEndOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedEnd"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedGeneration">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedGenerationOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedGenerationOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedGeneration"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedInfluence">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedInfluenceOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedInfluenceOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedInfluence"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedInvalidation">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedInvalidationOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedInvalidationOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedInvalidation"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedPrimarySource">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedQuotation">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedQuotationOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedQuotationOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedQuotation"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedRevision">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedSourceOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedSourceOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedPrimarySource"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedStart">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedStartOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedStartOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedStart"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedUsage">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedUsingActivity">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedUsingActivity</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedUsage"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#quotedAs">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>quotedAs</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasQuotedFrom"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#revisedEntity">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>revisedEntity</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedRevision"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#specializationOf">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#started">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>started</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasStartedBy"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#used">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasActivityOfInfluence">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasActivityOfInfluence</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#hadActivity"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasAssociateFor">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasAssociateFor</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasAssociatedWith"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasAssociatedWith">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasAttributedTo">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasDerivedFrom">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasEndedBy">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasGeneratedBy">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasGeneratedBy</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#generated"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasInfluencedBy">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasInfluencedBy</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#influenced"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasInformedBy">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasInvalidatedBy">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasInvalidatedBy</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#invalidated"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasMemberOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasMemberOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#hadMember"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasPlanOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasPlanOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#hadPlan"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasPrimarySourceOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasPrimarySourceOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#hadPrimarySource"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasQuotedFrom">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasRevisionOf">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasRoleIn">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasRoleIn</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#hadRole"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasStartedBy">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasUsedBy">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasUsedBy</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#used"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasUsedInDerivation">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasUsedInDerivation</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#hadUsage"/>
-  </rdf:Description>
-  <owl:Ontology rdf:about="#">
-    <rdfs:seeAlso rdf:resource="../TR/prov-o/#names-of-inverse-properties"/>
-    <owl:imports rdf:resource="prov-o#"/>
-    <owl:versionIRI rdf:resource="prov-o-inverses-20121211"/>
-    <prov:specializationOf rdf:resource=""/>
-    <prov:wasDerivedFrom rdf:resource="prov-o-20121211"/>
-    <prov:wasRevisionOf rdf:resource="prov-o-inverses-20120724"/>
-  </owl:Ontology>
-</rdf:RDF>
--- a/ontology/releases/CR-prov-o-20121211/ns/prov-o-inverses-20121211.ttl	Tue Nov 27 11:43:03 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,366 +0,0 @@
-@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#> .
-
-<#> a owl:Ontology;
-   owl:versionIRI        <http://www.w3.org/ns/prov-o-inverses-20121211>;
-   prov:wasRevisionOf    <http://www.w3.org/ns/prov-o-inverses-20120724>;
-   prov:specializationOf <http://www.w3.org/ns/prov-o-inverses>;
-   prov:wasDerivedFrom   <http://www.w3.org/ns/prov-o-20121211>;
-   owl:imports           <http://www.w3.org/ns/prov-o#>;
-   rdfs:seeAlso          <http://www.w3.org/TR/prov-o/#names-of-inverse-properties> .
-
-prov:hadDelegate
-   rdfs:label       "hadDelegate";
-   owl:inverseOf    prov:actedOnBehalfOf;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:actedOnBehalfOf rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:activityOfInfluence
-   rdfs:label       "activityOfInfluence";
-   owl:inverseOf    prov:activity;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:activity rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:agentOfInfluence
-   rdfs:label       "agentOfInfluence";
-   owl:inverseOf    prov:agent;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:agent rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:alternateOf
-   rdfs:label       "alternateOf";
-   owl:inverseOf    prov:alternateOf;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:alternateOf rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:locationOf
-   rdfs:label       "locationOf";
-   owl:inverseOf    prov:atLocation;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:atLocation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:entityOfInfluence
-   rdfs:label       "entityOfInfluence";
-   owl:inverseOf    prov:entity;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:entity rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasGeneratedBy
-   rdfs:label       "wasGeneratedBy";
-   owl:inverseOf    prov:generated;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:generated rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasActivityOfInfluence
-   rdfs:label       "wasActivityOfInfluence";
-   owl:inverseOf    prov:hadActivity;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:hadActivity rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:generatedAsDerivation
-   rdfs:label       "generatedAsDerivation";
-   owl:inverseOf    prov:hadGeneration;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:hadGeneration rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasMemberOf
-   rdfs:label       "wasMemberOf";
-   owl:inverseOf    prov:hadMember;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:hadMember rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasPlanOf
-   rdfs:label       "wasPlanOf";
-   owl:inverseOf    prov:hadPlan;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:hadPlan rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasPrimarySourceOf
-   rdfs:label       "wasPrimarySourceOf";
-   owl:inverseOf    prov:hadPrimarySource;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:hadPrimarySource rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasRoleIn
-   rdfs:label       "wasRoleIn";
-   owl:inverseOf    prov:hadRole;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:hadRole rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasUsedInDerivation
-   rdfs:label       "wasUsedInDerivation";
-   owl:inverseOf    prov:hadUsage;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:hadUsage rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasInfluencedBy
-   rdfs:label       "wasInfluencedBy";
-   owl:inverseOf    prov:influenced;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:influenced rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:hadInfluence
-   rdfs:label       "hadInfluence";
-   owl:inverseOf    prov:influencer;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:influencer rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasInvalidatedBy
-   rdfs:label       "wasInvalidatedBy";
-   owl:inverseOf    prov:invalidated;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:invalidated rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedAssociationOf
-   rdfs:label       "qualifiedAssociationOf";
-   owl:inverseOf    prov:qualifiedAssociation;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedAssociation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedAttributionOf
-   rdfs:label       "qualifiedAttributionOf";
-   owl:inverseOf    prov:qualifiedAttribution;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedAttribution rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedCommunicationOf
-   rdfs:label       "qualifiedCommunicationOf";
-   owl:inverseOf    prov:qualifiedCommunication;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedCommunication rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedDelegationOf
-   rdfs:label       "qualifiedDelegationOf";
-   owl:inverseOf    prov:qualifiedDelegation;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedDelegation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedDerivationOf
-   rdfs:label       "qualifiedDerivationOf";
-   owl:inverseOf    prov:qualifiedDerivation;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedDerivation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedEndOf
-   rdfs:label       "qualifiedEndOf";
-   owl:inverseOf    prov:qualifiedEnd;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedEnd rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedGenerationOf
-   rdfs:label       "qualifiedGenerationOf";
-   owl:inverseOf    prov:qualifiedGeneration;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedGeneration rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedInfluenceOf
-   rdfs:label       "qualifiedInfluenceOf";
-   owl:inverseOf    prov:qualifiedInfluence;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedInfluence rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedInvalidationOf
-   rdfs:label       "qualifiedInvalidationOf";
-   owl:inverseOf    prov:qualifiedInvalidation;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedInvalidation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedSourceOf
-   rdfs:label       "qualifiedSourceOf";
-   owl:inverseOf    prov:qualifiedPrimarySource;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedPrimarySource rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedQuotationOf
-   rdfs:label       "qualifiedQuotationOf";
-   owl:inverseOf    prov:qualifiedQuotation;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedQuotation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:revisedEntity
-   rdfs:label       "revisedEntity";
-   owl:inverseOf    prov:qualifiedRevision;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedRevision rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedStartOf
-   rdfs:label       "qualifiedStartOf";
-   owl:inverseOf    prov:qualifiedStart;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedStart rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedUsingActivity
-   rdfs:label       "qualifiedUsingActivity";
-   owl:inverseOf    prov:qualifiedUsage;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedUsage rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:generalizationOf
-   rdfs:label       "generalizationOf";
-   owl:inverseOf    prov:specializationOf;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:specializationOf rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasUsedBy
-   rdfs:label       "wasUsedBy";
-   owl:inverseOf    prov:used;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:used rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasAssociateFor
-   rdfs:label       "wasAssociateFor";
-   owl:inverseOf    prov:wasAssociatedWith;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasAssociatedWith rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:contributed
-   rdfs:label       "contributed";
-   owl:inverseOf    prov:wasAttributedTo;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasAttributedTo rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:hadDerivation
-   rdfs:label       "hadDerivation";
-   owl:inverseOf    prov:wasDerivedFrom;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasDerivedFrom rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:ended
-   rdfs:label       "ended";
-   owl:inverseOf    prov:wasEndedBy;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasEndedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:generated
-   rdfs:label       "generated";
-   owl:inverseOf    prov:wasGeneratedBy;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasGeneratedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:influenced
-   rdfs:label       "influenced";
-   owl:inverseOf    prov:wasInfluencedBy;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasInfluencedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:informed
-   rdfs:label       "informed";
-   owl:inverseOf    prov:wasInformedBy;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasInformedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:invalidated
-   rdfs:label       "invalidated";
-   owl:inverseOf    prov:wasInvalidatedBy;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasInvalidatedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:quotedAs
-   rdfs:label       "quotedAs";
-   owl:inverseOf    prov:wasQuotedFrom;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasQuotedFrom rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:hadRevision
-   rdfs:label       "hadRevision";
-   owl:inverseOf    prov:wasRevisionOf;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasRevisionOf rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:started
-   rdfs:label       "started";
-   owl:inverseOf    prov:wasStartedBy;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasStartedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
--- a/ontology/releases/CR-prov-o-20121211/ns/prov-o-inverses.owl	Tue Nov 27 11:43:03 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,354 +0,0 @@
-<?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#" xml:base="http://www.w3.org/ns/prov-o-inverses">
-  <rdf:Description rdf:about="prov#actedOnBehalfOf">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#activity">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#activityOfInfluence">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>activityOfInfluence</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#activity"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#agent">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#agentOfInfluence">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>agentOfInfluence</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#agent"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#alternateOf">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>alternateOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#alternateOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#atLocation">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#contributed">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>contributed</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasAttributedTo"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#ended">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>ended</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasEndedBy"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#entity">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#entityOfInfluence">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>entityOfInfluence</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#entity"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#generalizationOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>generalizationOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#specializationOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#generated">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>generated</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasGeneratedBy"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#generatedAsDerivation">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>generatedAsDerivation</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#hadGeneration"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadActivity">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadDelegate">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>hadDelegate</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#actedOnBehalfOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadDerivation">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>hadDerivation</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasDerivedFrom"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadGeneration">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadInfluence">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>hadInfluence</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#influencer"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadMember">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadPlan">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadPrimarySource">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadRevision">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>hadRevision</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasRevisionOf"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadRole">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#hadUsage">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#influenced">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>influenced</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasInfluencedBy"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#influencer">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#informed">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>informed</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasInformedBy"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#invalidated">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>invalidated</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasInvalidatedBy"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#locationOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>locationOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#atLocation"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedAssociation">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedAssociationOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedAssociationOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedAssociation"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedAttribution">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedAttributionOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedAttributionOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedAttribution"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedCommunication">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedCommunicationOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedCommunicationOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedCommunication"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedDelegation">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedDelegationOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedDelegationOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedDelegation"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedDerivation">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedDerivationOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedDerivationOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedDerivation"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedEnd">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedEndOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedEndOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedEnd"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedGeneration">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedGenerationOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedGenerationOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedGeneration"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedInfluence">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedInfluenceOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedInfluenceOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedInfluence"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedInvalidation">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedInvalidationOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedInvalidationOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedInvalidation"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedPrimarySource">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedQuotation">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedQuotationOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedQuotationOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedQuotation"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedRevision">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedSourceOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedSourceOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedPrimarySource"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedStart">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedStartOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedStartOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedStart"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedUsage">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#qualifiedUsingActivity">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>qualifiedUsingActivity</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedUsage"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#quotedAs">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>quotedAs</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasQuotedFrom"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#revisedEntity">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>revisedEntity</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#qualifiedRevision"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#specializationOf">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#started">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>started</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasStartedBy"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#used">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasActivityOfInfluence">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasActivityOfInfluence</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#hadActivity"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasAssociateFor">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasAssociateFor</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#wasAssociatedWith"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasAssociatedWith">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasAttributedTo">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasDerivedFrom">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasEndedBy">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasGeneratedBy">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasGeneratedBy</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#generated"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasInfluencedBy">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasInfluencedBy</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#influenced"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasInformedBy">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasInvalidatedBy">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasInvalidatedBy</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#invalidated"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasMemberOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasMemberOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#hadMember"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasPlanOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasPlanOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#hadPlan"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasPrimarySourceOf">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasPrimarySourceOf</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#hadPrimarySource"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasQuotedFrom">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasRevisionOf">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasRoleIn">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasRoleIn</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#hadRole"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasStartedBy">
-    <rdfs:isDefinedBy rdf:resource="prov-o#"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasUsedBy">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasUsedBy</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#used"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="prov#wasUsedInDerivation">
-    <rdfs:isDefinedBy rdf:resource="#"/>
-    <rdfs:label>wasUsedInDerivation</rdfs:label>
-    <owl:inverseOf rdf:resource="prov#hadUsage"/>
-  </rdf:Description>
-  <owl:Ontology rdf:about="#">
-    <rdfs:seeAlso rdf:resource="../TR/prov-o/#names-of-inverse-properties"/>
-    <owl:imports rdf:resource="prov-o#"/>
-    <owl:versionIRI rdf:resource="prov-o-inverses-20121211"/>
-    <prov:specializationOf rdf:resource=""/>
-    <prov:wasDerivedFrom rdf:resource="prov-o-20121211"/>
-    <prov:wasRevisionOf rdf:resource="prov-o-inverses-20120724"/>
-  </owl:Ontology>
-</rdf:RDF>
--- a/ontology/releases/CR-prov-o-20121211/ns/prov-o-inverses.ttl	Tue Nov 27 11:43:03 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,366 +0,0 @@
-@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#> .
-
-<#> a owl:Ontology;
-   owl:versionIRI        <http://www.w3.org/ns/prov-o-inverses-20121211>;
-   prov:wasRevisionOf    <http://www.w3.org/ns/prov-o-inverses-20120724>;
-   prov:specializationOf <http://www.w3.org/ns/prov-o-inverses>;
-   prov:wasDerivedFrom   <http://www.w3.org/ns/prov-o-20121211>;
-   owl:imports           <http://www.w3.org/ns/prov-o#>;
-   rdfs:seeAlso          <http://www.w3.org/TR/prov-o/#names-of-inverse-properties> .
-
-prov:hadDelegate
-   rdfs:label       "hadDelegate";
-   owl:inverseOf    prov:actedOnBehalfOf;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:actedOnBehalfOf rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:activityOfInfluence
-   rdfs:label       "activityOfInfluence";
-   owl:inverseOf    prov:activity;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:activity rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:agentOfInfluence
-   rdfs:label       "agentOfInfluence";
-   owl:inverseOf    prov:agent;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:agent rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:alternateOf
-   rdfs:label       "alternateOf";
-   owl:inverseOf    prov:alternateOf;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:alternateOf rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:locationOf
-   rdfs:label       "locationOf";
-   owl:inverseOf    prov:atLocation;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:atLocation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:entityOfInfluence
-   rdfs:label       "entityOfInfluence";
-   owl:inverseOf    prov:entity;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:entity rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasGeneratedBy
-   rdfs:label       "wasGeneratedBy";
-   owl:inverseOf    prov:generated;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:generated rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasActivityOfInfluence
-   rdfs:label       "wasActivityOfInfluence";
-   owl:inverseOf    prov:hadActivity;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:hadActivity rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:generatedAsDerivation
-   rdfs:label       "generatedAsDerivation";
-   owl:inverseOf    prov:hadGeneration;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:hadGeneration rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasMemberOf
-   rdfs:label       "wasMemberOf";
-   owl:inverseOf    prov:hadMember;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:hadMember rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasPlanOf
-   rdfs:label       "wasPlanOf";
-   owl:inverseOf    prov:hadPlan;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:hadPlan rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasPrimarySourceOf
-   rdfs:label       "wasPrimarySourceOf";
-   owl:inverseOf    prov:hadPrimarySource;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:hadPrimarySource rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasRoleIn
-   rdfs:label       "wasRoleIn";
-   owl:inverseOf    prov:hadRole;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:hadRole rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasUsedInDerivation
-   rdfs:label       "wasUsedInDerivation";
-   owl:inverseOf    prov:hadUsage;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:hadUsage rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasInfluencedBy
-   rdfs:label       "wasInfluencedBy";
-   owl:inverseOf    prov:influenced;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:influenced rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:hadInfluence
-   rdfs:label       "hadInfluence";
-   owl:inverseOf    prov:influencer;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:influencer rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasInvalidatedBy
-   rdfs:label       "wasInvalidatedBy";
-   owl:inverseOf    prov:invalidated;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:invalidated rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedAssociationOf
-   rdfs:label       "qualifiedAssociationOf";
-   owl:inverseOf    prov:qualifiedAssociation;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedAssociation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedAttributionOf
-   rdfs:label       "qualifiedAttributionOf";
-   owl:inverseOf    prov:qualifiedAttribution;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedAttribution rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedCommunicationOf
-   rdfs:label       "qualifiedCommunicationOf";
-   owl:inverseOf    prov:qualifiedCommunication;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedCommunication rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedDelegationOf
-   rdfs:label       "qualifiedDelegationOf";
-   owl:inverseOf    prov:qualifiedDelegation;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedDelegation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedDerivationOf
-   rdfs:label       "qualifiedDerivationOf";
-   owl:inverseOf    prov:qualifiedDerivation;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedDerivation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedEndOf
-   rdfs:label       "qualifiedEndOf";
-   owl:inverseOf    prov:qualifiedEnd;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedEnd rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedGenerationOf
-   rdfs:label       "qualifiedGenerationOf";
-   owl:inverseOf    prov:qualifiedGeneration;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedGeneration rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedInfluenceOf
-   rdfs:label       "qualifiedInfluenceOf";
-   owl:inverseOf    prov:qualifiedInfluence;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedInfluence rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedInvalidationOf
-   rdfs:label       "qualifiedInvalidationOf";
-   owl:inverseOf    prov:qualifiedInvalidation;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedInvalidation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedSourceOf
-   rdfs:label       "qualifiedSourceOf";
-   owl:inverseOf    prov:qualifiedPrimarySource;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedPrimarySource rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedQuotationOf
-   rdfs:label       "qualifiedQuotationOf";
-   owl:inverseOf    prov:qualifiedQuotation;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedQuotation rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:revisedEntity
-   rdfs:label       "revisedEntity";
-   owl:inverseOf    prov:qualifiedRevision;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedRevision rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedStartOf
-   rdfs:label       "qualifiedStartOf";
-   owl:inverseOf    prov:qualifiedStart;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedStart rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:qualifiedUsingActivity
-   rdfs:label       "qualifiedUsingActivity";
-   owl:inverseOf    prov:qualifiedUsage;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:qualifiedUsage rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:generalizationOf
-   rdfs:label       "generalizationOf";
-   owl:inverseOf    prov:specializationOf;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:specializationOf rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasUsedBy
-   rdfs:label       "wasUsedBy";
-   owl:inverseOf    prov:used;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:used rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:wasAssociateFor
-   rdfs:label       "wasAssociateFor";
-   owl:inverseOf    prov:wasAssociatedWith;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasAssociatedWith rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:contributed
-   rdfs:label       "contributed";
-   owl:inverseOf    prov:wasAttributedTo;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasAttributedTo rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:hadDerivation
-   rdfs:label       "hadDerivation";
-   owl:inverseOf    prov:wasDerivedFrom;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasDerivedFrom rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:ended
-   rdfs:label       "ended";
-   owl:inverseOf    prov:wasEndedBy;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasEndedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:generated
-   rdfs:label       "generated";
-   owl:inverseOf    prov:wasGeneratedBy;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasGeneratedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:influenced
-   rdfs:label       "influenced";
-   owl:inverseOf    prov:wasInfluencedBy;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasInfluencedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:informed
-   rdfs:label       "informed";
-   owl:inverseOf    prov:wasInformedBy;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasInformedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:invalidated
-   rdfs:label       "invalidated";
-   owl:inverseOf    prov:wasInvalidatedBy;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasInvalidatedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:quotedAs
-   rdfs:label       "quotedAs";
-   owl:inverseOf    prov:wasQuotedFrom;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasQuotedFrom rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:hadRevision
-   rdfs:label       "hadRevision";
-   owl:inverseOf    prov:wasRevisionOf;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasRevisionOf rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
-prov:started
-   rdfs:label       "started";
-   owl:inverseOf    prov:wasStartedBy;
-   rdfs:isDefinedBy <http://www.w3.org/ns/prov-o-inverses#> .
-
-prov:wasStartedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
-
-
--- a/ontology/releases/CR-prov-o-20121211/ns/prov-o.owl	Tue Nov 27 11:43:03 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1774 +0,0 @@
-<?xml version="1.0"?>
-
-
-<!DOCTYPE rdf:RDF [
-    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
-    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
-    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
-    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
-]>
-
-
-<rdf:RDF xmlns="http://www.w3.org/ns/prov#"
-     xml:base="http://www.w3.org/ns/prov"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
-    <owl:Ontology rdf:about="http://www.w3.org/ns/prov-o#">
-        <rdfs:label xml:lang="en">PROV-O</rdfs:label>
-        <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/ns/prov-o-20121211"/>
-        <wasRevisionOf    rdf:resource="http://www.w3.org/ns/prov-o-20120724"/>
-        <specializationOf rdf:resource="http://www.w3.org/ns/prov-o"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/"/>
-    </owl:Ontology>
-    
-    <owl:Ontology rdf:about="http://www.w3.org/ns/prov#"/>
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Annotation properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#unqualifiedForm">
-        <rdfs:comment xml:lang="en">Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation.</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#wasRevisionOf">
-        <rdfs:label>wasRevisionOf</rdfs:label>
-        <component>derivations</component>
-        <rdfs:comment xml:lang="en">A revision is a derivation that revises an entity into a revised version.</rdfs:comment>
-        <inverse>hadRevision</inverse>
-        <category>expanded</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Revision"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedRevision"/>
-    </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#aq">
-        <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#sharesDefinitionWith">
-        <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#definition">
-        <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#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"/>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="&rdfs;comment">
-        <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#constraints">
-        <rdfs:comment xml:lang="en">A reference to the principal section of the PROV-CONSTRAINTS 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="&owl;versionInfo"/>
-    <owl:AnnotationProperty rdf:about="&rdfs;seeAlso">
-        <rdfs:comment xml:lang="en"></rdfs:comment>
-    </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="http://www.w3.org/ns/prov#order">
-        <rdfs:comment xml:lang="en">The position that this OWL term should be listed within documentation. The scope of the documentation (e.g., among all terms, among terms within a prov:category, among properties applying to a particular class, etc.) is unspecified.</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>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#definition"/>
-    </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#component">
-        <rdfs:comment xml:lang="en">Classify prov-o terms into six components according to prov-dm, including &#39;agents-responsibility&#39;, &#39;alternate&#39;, &#39;annotations&#39;, &#39;collections&#39;, &#39;derivations&#39;, and &#39;entities-activities&#39;. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#qualifiedForm">
-        <rdfs:comment xml:lang="en">This annotation property links a subproperty of prov:wasInfluencedBy with the subclass of prov:Influence and the qualifying property that are used to qualify it. 
-
-Example annotation:
-
-    prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation .
-
-Then this unqualified assertion:
-
-    :entity1 prov:wasGeneratedBy :activity1 .
-
-can be qualified by adding:
-
-   :entity1 prov:qualifiedGeneration :entity1Gen .
-   :entity1Gen 
-       a prov:Generation, prov:Influence;
-       prov:activity :activity1;
-       :customValue 1337 .
-
-Note how the value of the unqualified influence (prov:wasGeneratedBy :activity1) is mirrored as the value of the prov:activity (or prov:entity, or prov:agent) property on the influence class.</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#todo"/>
-    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#n">
-        <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>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Object Properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- http://www.w3.org/ns/prov#actedOnBehalfOf -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#actedOnBehalfOf">
-        <rdfs:label>actedOnBehalfOf</rdfs:label>
-        <component>agents-responsibility</component>
-        <inverse>hadDelegate</inverse>
-        <rdfs:comment xml:lang="en">An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. </rdfs:comment>
-        <category>starting-point</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Delegation"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedDelegation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDelegation"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#activity -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#activity">
-        <rdfs:label>activity</rdfs:label>
-        <editorsDefinition>The prov:activity property references an prov:Activity which influenced a resource. This property applies to an prov:ActivityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.</editorsDefinition>
-        <inverse>activityOfInfluence</inverse>
-        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
-        <category>qualified</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#agent -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#agent">
-        <rdfs:label>agent</rdfs:label>
-        <editorsDefinition xml:lang="en">The prov:agent property references an prov:Agent which influenced a resource. This property applies to an prov:AgentInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.</editorsDefinition>
-        <inverse>agentOfInfluence</inverse>
-        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
-        <category>qualified</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#alternateOf -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#alternateOf">
-        <rdfs:label>alternateOf</rdfs:label>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate</n>
-        <definition xml:lang="en">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.</definition>
-        <category>expanded</category>
-        <component>alternate</component>
-        <inverse>alternateOf</inverse>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#specializationOf"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#atLocation -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#atLocation">
-        <rdfs:label>atLocation</rdfs:label>
-        <rdfs:comment xml:lang="en">The Location of any resource.</rdfs:comment>
-        <inverse>locationOf</inverse>
-        <editorialNote xml:lang="en">The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Influence classes.</editorialNote>
-        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
-        <editorialNote xml:lang="en">This property is not functional because the many values could be at a variety of granularies (In this building, in this room, in that chair).</editorialNote>
-        <category>expanded</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Location"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Location"/>
-        <rdfs:domain>
-            <owl:Class>
-                <owl:unionOf rdf:parseType="Collection">
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-                </owl:unionOf>
-            </owl:Class>
-        </rdfs:domain>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#entity -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#entity">
-        <rdfs:label>entity</rdfs:label>
-        <editorsDefinition>The prov:entity property references an prov:Entity which influenced a resource. This property applies to an prov:EntityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.</editorsDefinition>
-        <inverse>entityOfInfluence</inverse>
-        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
-        <category>qualified</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#generated -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#generated">
-        <rdfs:label>generated</rdfs:label>
-        <component>entities-activities</component>
-        <inverse>wasGeneratedBy</inverse>
-        <category>expanded</category>
-        <editorialNote xml:lang="en">prov:generated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.</editorialNote>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Generation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influenced"/>
-        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#hadActivity -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadActivity">
-        <rdfs:label>hadActivity</rdfs:label>
-        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
-        <rdfs:comment xml:lang="en">The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead).</rdfs:comment>
-        <editorialNote xml:lang="en">The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL.</editorialNote>
-        <component>derivations</component>
-        <category>qualified</category>
-        <inverse>wasActivityOfInfluence</inverse>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-        <rdfs:domain>
-            <owl:Class>
-                <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>
-        </rdfs:domain>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#hadGeneration -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadGeneration">
-        <rdfs:label>hadGeneration</rdfs:label>
-        <inverse>generatedAsDerivation</inverse>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">The _optional_ Generation involved in an Entity&#39;s Derivation.</rdfs:comment>
-        <component>derivations</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Generation"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Generation"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#hadMember -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadMember">
-        <rdfs:label>hadMember</rdfs:label>
-        <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"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-    </owl:ObjectProperty>
-    <owl:Axiom>
-        <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"/>
-    </owl:Axiom>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#hadPlan -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadPlan">
-        <rdfs:label>hadPlan</rdfs:label>
-        <category>qualified</category>
-        <component>agents-responsibility</component>
-        <inverse>wasPlanOf</inverse>
-        <rdfs:comment xml:lang="en">The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Association"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Plan"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Plan"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#hadPrimarySource -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadPrimarySource">
-        <rdfs:label>hadPrimarySource</rdfs:label>
-        <component>derivations</component>
-        <category>expanded</category>
-        <inverse>wasPrimarySourceOf</inverse>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#PrimarySource"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedPrimarySource"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedPrimarySource"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    <owl:Axiom>
-        <rdfs:comment>hadPrimarySource property is a particular case of wasDerivedFrom (see http://www.w3.org/TR/prov-dm/#term-original-source) that aims to give credit to the source that originated some information.</rdfs:comment>
-        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
-        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
-        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
-    </owl:Axiom>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#hadRole -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadRole">
-        <rdfs:label>hadRole</rdfs:label>
-        <component>agents-responsibility</component>
-        <inverse>wasRoleIn</inverse>
-        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].</rdfs:comment>
-        <editorsDefinition xml:lang="en">prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of an instantaneous usage, generation, association, start, and end.</editorsDefinition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Role"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Role"/>
-        <rdfs:domain>
-            <owl:Class>
-                <owl:unionOf rdf:parseType="Collection">
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Association"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-                </owl:unionOf>
-            </owl:Class>
-        </rdfs:domain>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#hadUsage -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadUsage">
-        <rdfs:label>hadUsage</rdfs:label>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">The _optional_ Usage involved in an Entity&#39;s Derivation.</rdfs:comment>
-        <inverse>wasUsedInDerivation</inverse>
-        <component>derivations</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Usage"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Usage"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#influenced -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#influenced">
-        <rdfs:label>influenced</rdfs:label>
-        <inverse>wasInfluencedBy</inverse>
-        <component>agents-responsibility</component>
-        <category>expanded</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#influencer -->
-
-    <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>
-        <editorialNote xml:lang="en">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.</editorialNote>
-        <editorsDefinition xml:lang="en">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.</editorsDefinition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#invalidated -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#invalidated">
-        <rdfs:label>invalidated</rdfs:label>
-        <category>expanded</category>
-        <inverse>wasInvalidatedBy</inverse>
-        <component>entities-activities</component>
-        <editorialNote xml:lang="en">prov:invalidated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.</editorialNote>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influenced"/>
-        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedAssociation -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedAssociation">
-        <rdfs:label>qualifiedAssociation</rdfs:label>
-        <inverse>qualifiedAssociationOf</inverse>
-        <rdfs:comment xml:lang="en">If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association;  prov:agent :ag; :foo :bar ].</rdfs:comment>
-        <component>agents-responsibility</component>
-        <category>qualified</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Association"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Association"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedAttribution -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedAttribution">
-        <rdfs:label>qualifiedAttribution</rdfs:label>
-        <inverse>qualifiedAttributionOf</inverse>
-        <category>qualified</category>
-        <component>agents-responsibility</component>
-        <rdfs:comment xml:lang="en">If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was influenced using prov:qualifiedAttribution [ a prov:Attribution;  prov:agent :ag; :foo :bar ].</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedCommunication -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedCommunication">
-        <rdfs:label>qualifiedCommunication</rdfs:label>
-        <inverse>qualifiedCommunicationOf</inverse>
-        <component>entities-activities</component>
-        <rdfs:comment xml:lang="en">If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was influenced using prov:qualifiedCommunication [ a prov:Communication;  prov:activity :a; :foo :bar ].</rdfs:comment>
-        <category>qualified</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Communication"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Communication"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Communication"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedDelegation -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedDelegation">
-        <rdfs:label>qualifiedDelegation</rdfs:label>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility;  prov:agent :ag; :foo :bar ].</rdfs:comment>
-        <inverse>qualifiedDelegationOf</inverse>
-        <component>agents-responsibility</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Delegation"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Delegation"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#actedOnBehalfOf"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedDerivation -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedDerivation">
-        <rdfs:label>qualifiedDerivation</rdfs:label>
-        <component>derivations</component>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">If this Entity prov:wasDerivedFrom Entity :e, then it can qualify how it was derived using prov:qualifiedDerivation [ a prov:Derivation;  prov:entity :e; :foo :bar ].</rdfs:comment>
-        <inverse>qualifiedDerivationOf</inverse>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedEnd -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedEnd">
-        <rdfs:label>qualifiedEnd</rdfs:label>
-        <category>qualified</category>
-        <inverse>qualifiedEndOf</inverse>
-        <component>entities-activities</component>
-        <rdfs:comment xml:lang="en">If this Activity prov:wasEndedBy Entity :e1, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End;  prov:entity :e1; :foo :bar ].</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#End"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#End"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasEndedBy"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedGeneration -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedGeneration">
-        <rdfs:label>qualifiedGeneration</rdfs:label>
-        <inverse>qualifiedGenerationOf</inverse>
-        <component>entities-activities</component>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">If this Activity prov:generated Entity :e, then it can qualify how it performed the Generation using prov:qualifiedGeneration [ a prov:Generation;  prov:entity :e; :foo :bar ].</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Generation"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Generation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedInfluence -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedInfluence">
-        <rdfs:label>qualifiedInfluence</rdfs:label>
-        <rdfs:comment xml:lang="en">Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable.</rdfs:comment>
-        <category>qualified</category>
-        <inverse>qualifiedInfluenceOf</inverse>
-        <component>derivations</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <rdfs:domain>
-            <owl:Class>
-                <owl:unionOf rdf:parseType="Collection">
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
-                </owl:unionOf>
-            </owl:Class>
-        </rdfs:domain>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedInvalidation -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidation">
-        <rdfs:label>qualifiedInvalidation</rdfs:label>
-        <rdfs:comment xml:lang="en">If this Entity prov:wasInvalidatedBy Activity :a, then it can qualify how it was invalidated using prov:qualifiedInvalidation [ a prov:Invalidation;  prov:activity :a; :foo :bar ].</rdfs:comment>
-        <component>entities-activities</component>
-        <category>qualified</category>
-        <inverse>qualifiedInvalidationOf</inverse>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedPrimarySource -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedPrimarySource">
-        <rdfs:label>qualifiedPrimarySource</rdfs:label>
-        <rdfs:comment xml:lang="en">If this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ].</rdfs:comment>
-        <component>derivations</component>
-        <category>qualified</category>
-        <inverse>qualifiedSourceOf</inverse>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#PrimarySource"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#PrimarySource"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedQuotation -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedQuotation">
-        <rdfs:label>qualifiedQuotation</rdfs:label>
-        <category>qualified</category>
-        <inverse>qualifiedQuotationOf</inverse>
-        <rdfs:comment xml:lang="en">If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation;  prov:entity :e; :foo :bar ].</rdfs:comment>
-        <component>derivations</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedRevision -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedRevision">
-        <rdfs:label>qualifiedRevision</rdfs:label>
-        <rdfs:comment xml:lang="en">If this Entity prov:wasRevisionOf Entity :e, then it can qualify how it was revised using prov:qualifiedRevision [ a prov:Revision;  prov:entity :e; :foo :bar ].</rdfs:comment>
-        <category>qualified</category>
-        <inverse>revisedEntity</inverse>
-        <component>derivations</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Revision"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Revision"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedStart -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedStart">
-        <rdfs:label>qualifiedStart</rdfs:label>
-        <inverse>qualifiedStartOf</inverse>
-        <category>qualified</category>
-        <component>entities-activities</component>
-        <rdfs:comment xml:lang="en">If this Activity prov:wasStartedBy Entity :e1, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start;  prov:entity :e1; :foo :bar ].</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Start"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Start"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasStartedBy"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#qualifiedUsage -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedUsage">
-        <rdfs:label>qualifiedUsage</rdfs:label>
-        <category>qualified</category>
-        <inverse>qualifiedUsingActivity</inverse>
-        <component>entities-activities</component>
-        <rdfs:comment xml:lang="en">If this Activity prov:used Entity :e, then it can qualify how it used it using prov:qualifiedUsage [ a prov:Usage; prov:entity :e; :foo :bar ].</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Usage"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Usage"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#used"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#specializationOf -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#specializationOf">
-        <rdfs:label>specializationOf</rdfs:label>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization</n>
-        <component>alternate</component>
-        <category>expanded</category>
-        <inverse>generalizationOf</inverse>
-        <definition xml:lang="en">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.</definition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#alternateOf"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#alternateOf"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#used -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#used">
-        <rdfs:label>used</rdfs:label>
-        <inverse>wasUsedBy</inverse>
-        <rdfs:comment xml:lang="en">A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .</rdfs:comment>
-        <category>starting-point</category>
-        <component>entities-activities</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Usage"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedUsage"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedUsage"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasAssociatedWith -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasAssociatedWith">
-        <rdfs:label>wasAssociatedWith</rdfs:label>
-        <component>agents-responsibility</component>
-        <inverse>wasAssociateFor</inverse>
-        <rdfs:comment xml:lang="en">An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.</rdfs:comment>
-        <category>starting-point</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Association"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedAssociation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAssociation"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasAttributedTo -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasAttributedTo">
-        <rdfs:label>wasAttributedTo</rdfs:label>
-        <component>agents-responsibility</component>
-        <category>starting-point</category>
-        <inverse>contributed</inverse>
-        <definition xml:lang="en">Attribution is the ascribing of an entity to an agent.</definition>
-        <rdfs:comment xml:lang="en">Attribution is the ascribing of an entity to an agent.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedAttribution"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAttribution"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    <owl:Axiom>
-        <definition>IF wasAttributedTo(e2,ag1,aAttr) holds, THEN wasInfluencedBy(e2,ag1) also holds. </definition>
-        <rdfs:comment>Attribution is a particular case of trace (see http://www.w3.org/TR/prov-dm/#concept-trace), in the sense that it links an entity to the agent that ascribed it.</rdfs:comment>
-        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
-        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
-        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-    </owl:Axiom>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasDerivedFrom -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasDerivedFrom">
-        <rdfs:label>wasDerivedFrom</rdfs:label>
-        <inverse>hadDerivation</inverse>
-        <definition xml:lang="en">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.</definition>
-        <category>starting-point</category>
-        <rdfs:comment xml:lang="en">The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable.</rdfs:comment>
-        <component>derivations</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedDerivation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDerivation"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    <owl:Axiom>
-        <rdfs:comment>Derivation is a particular case of trace (see http://www.w3.org/TR/prov-dm/#term-trace), since it links an entity to another entity that contributed to its existence.</rdfs:comment>
-        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
-        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
-        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-    </owl:Axiom>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasEndedBy -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasEndedBy">
-        <rdfs:label>wasEndedBy</rdfs:label>
-        <category>expanded</category>
-        <component>entities-activities</component>
-        <rdfs:comment xml:lang="en">End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity.</rdfs:comment>
-        <inverse>ended</inverse>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#End"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedEnd"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedEnd"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasGeneratedBy -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasGeneratedBy">
-        <rdfs:label>wasGeneratedBy</rdfs:label>
-        <inverse>generated</inverse>
-        <category>starting-point</category>
-        <component>entities-activities</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Generation"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedGeneration"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedGeneration"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasInfluencedBy -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
-        <rdfs:label>wasInfluencedBy</rdfs:label>
-        <rdfs:comment xml:lang="en">Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable.</rdfs:comment>
-        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#prov-o-owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
-        <editorialNote xml:lang="en">The sub-properties of prov:wasInfluencedBy can be elaborated in more detail using the Qualification Pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :spoon; prov:atLocation :kitchen ] .
-
-Subproperties of prov:wasInfluencedBy may also be asserted directly without being qualified.
-
-prov:wasInfluencedBy should not be used without also using one of its subproperties. 
-</editorialNote>
-        <category>qualified</category>
-        <inverse>influenced</inverse>
-        <component>agents-responsibility</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-        <rdfs:domain>
-            <owl:Class>
-                <owl:unionOf rdf:parseType="Collection">
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
-                </owl:unionOf>
-            </owl:Class>
-        </rdfs:domain>
-        <rdfs:range>
-            <owl:Class>
-                <owl:unionOf rdf:parseType="Collection">
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
-                </owl:unionOf>
-            </owl:Class>
-        </rdfs:range>
-    </owl:ObjectProperty>
-    <owl:Axiom>
-        <definition>influencer: an identifier (o1) for an ancestor entity, activity, or agent that the former depends on;</definition>
-        <dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
-        <owl:annotatedProperty rdf:resource="&rdfs;range"/>
-        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:annotatedTarget>
-            <owl:Class>
-                <owl:unionOf rdf:parseType="Collection">
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
-                </owl:unionOf>
-            </owl:Class>
-        </owl:annotatedTarget>
-    </owl:Axiom>
-    <owl:Axiom>
-        <dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
-        <definition>influencee: an identifier (o2) for an entity, activity, or agent; </definition>
-        <owl:annotatedProperty rdf:resource="&rdfs;domain"/>
-        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:annotatedTarget>
-            <owl:Class>
-                <owl:unionOf rdf:parseType="Collection">
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
-                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
-                </owl:unionOf>
-            </owl:Class>
-        </owl:annotatedTarget>
-    </owl:Axiom>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasInformedBy -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInformedBy">
-        <rdfs:label>wasInformedBy</rdfs:label>
-        <inverse>informed</inverse>
-        <rdfs:comment xml:lang="en">An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2.</rdfs:comment>
-        <category>starting-point</category>
-        <component>entities-activities</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Communication"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedCommunication"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedCommunication"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasInvalidatedBy -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInvalidatedBy">
-        <rdfs:label>wasInvalidatedBy</rdfs:label>
-        <component>entities-activities</component>
-        <inverse>invalidated</inverse>
-        <category>expanded</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedInvalidation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidation"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasQuotedFrom -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasQuotedFrom">
-        <rdfs:label>wasQuotedFrom</rdfs:label>
-        <category>expanded</category>
-        <component>derivations</component>
-        <inverse>quotedAs</inverse>
-        <rdfs:comment xml:lang="en">An entity is derived from an original entity by copying, or &#39;quoting&#39;, some or all of it.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedQuotation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedQuotation"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    <owl:Axiom>
-        <rdfs:comment>Quotation is a particular case of derivation (see http://www.w3.org/TR/prov-dm/#term-quotation) in which an entity is derived from an original entity by copying, or &quot;quoting&quot;, some or all of it. </rdfs:comment>
-        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
-        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
-        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
-    </owl:Axiom>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasRevisionOf -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasRevisionOf">
-        <rdfs:label>wasRevisionOf</rdfs:label>
-        <rdfs:comment xml:lang="en">A revision is a derivation that revises an entity into a revised version.</rdfs:comment>
-        <component>derivations</component>
-        <inverse>hadRevision</inverse>
-        <category>expanded</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Revision"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedRevision"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedRevision"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    <owl:Axiom>
-        <rdfs:comment>Revision is a derivation (see http://www.w3.org/TR/prov-dm/#term-Revision). Moreover, according to 
-http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Revision 23 April 2012 &#39;wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.&#39;</rdfs:comment>
-        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
-        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
-        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
-    </owl:Axiom>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#wasStartedBy -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasStartedBy">
-        <rdfs:label>wasStartedBy</rdfs:label>
-        <inverse>started</inverse>
-        <category>expanded</category>
-        <component>entities-activities</component>
-        <rdfs:comment xml:lang="en">Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Start"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedStart"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedStart"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Data properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- http://www.w3.org/ns/prov#atTime -->
-
-    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#atTime">
-        <rdfs:label>atTime</rdfs:label>
-        <component>entities-activities</component>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime.</rdfs:comment>
-        <rdfs:range rdf:resource="&xsd;dateTime"/>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#endedAtTime"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#generatedAtTime"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#invalidatedAtTime"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#startedAtTime"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#endedAtTime -->
-
-    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#endedAtTime">
-        <rdfs:label>endedAtTime</rdfs:label>
-        <component>entities-activities</component>
-        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedEnd o prov:atTime) rdfs:subPropertyOf prov:endedAtTime.</editorialNote>
-        <rdfs:comment xml:lang="en">The time at which an activity ended. See also prov:startedAtTime.</rdfs:comment>
-        <category>starting-point</category>
-        <rdfs:range rdf:resource="&xsd;dateTime"/>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#End"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#generatedAtTime -->
-
-    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#generatedAtTime">
-        <rdfs:label>generatedAtTime</rdfs:label>
-        <category>expanded</category>
-        <component>entities-activities</component>
-        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedGeneration o prov:atTime) rdfs:subPropertyOf prov:generatedAtTime.</editorialNote>
-        <rdfs:comment xml:lang="en">The time at which an entity was completely created and is available for use.</rdfs:comment>
-        <rdfs:range rdf:resource="&xsd;dateTime"/>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Generation"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#invalidatedAtTime -->
-
-    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#invalidatedAtTime">
-        <rdfs:label>invalidatedAtTime</rdfs:label>
-        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedInvalidation o prov:atTime) rdfs:subPropertyOf prov:invalidatedAtTime.</editorialNote>
-        <category>expanded</category>
-        <rdfs:comment xml:lang="en">The time at which an entity was invalidated (i.e., no longer usable).</rdfs:comment>
-        <component>entities-activities</component>
-        <rdfs:range rdf:resource="&xsd;dateTime"/>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#startedAtTime -->
-
-    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#startedAtTime">
-        <rdfs:label>startedAtTime</rdfs:label>
-        <category>starting-point</category>
-        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedStart o prov:atTime) rdfs:subPropertyOf prov:startedAtTime.</editorialNote>
-        <component>entities-activities</component>
-        <rdfs:comment xml:lang="en">The time at which an activity started. See also prov:endedAtTime.</rdfs:comment>
-        <rdfs:range rdf:resource="&xsd;dateTime"/>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Start"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#value -->
-
-    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#value">
-        <rdfs:label>value</rdfs:label>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value</dm>
-        <category>expanded</category>
-        <editorialNote>The editor&#39;s definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue</editorialNote>
-        <component>entities-activities</component>
-        <rdfs:comment xml:lang="en">Provides a value for an Entity.</rdfs:comment>
-        <editorsDefinition xml:lang="en">The main value (if there is one) of a structured value.</editorsDefinition>
-        <editorialNote xml:lang="en">This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, &#39;may be used in describing structured values&#39;).</editorialNote>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- http://www.w3.org/2002/07/owl#Thing -->
-
-    <owl:Class rdf:about="&owl;Thing"/>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Activity -->
-
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Activity">
-        <rdfs:label>Activity</rdfs:label>
-        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Activity</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity</n>
-        <component>entities-activities</component>
-        <category>starting-point</category>
-        <definition>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.</definition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#ActivityInfluence -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#ActivityInfluence">
-        <rdfs:label>ActivityInfluence</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-        <rdfs:subClassOf>
-            <owl:Restriction>
-                <owl:onProperty rdf:resource="http://www.w3.org/ns/prov#hadActivity"/>
-                <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:maxCardinality>
-            </owl:Restriction>
-        </rdfs:subClassOf>
-        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
-        <editorsDefinition xml:lang="en">ActivitiyInfluence is the capacity of an activity to have an effect on the character, development, or behavior of another by means of generation, invalidation, communication, or other.</editorsDefinition>
-        <rdfs:comment xml:lang="en">ActivityInfluence provides additional descriptions of an Activity&#39;s binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity.</rdfs:comment>
-        <rdfs:comment xml:lang="en">It is not recommended that the type ActivityInfluence be asserted without also asserting one of its more specific subclasses.</rdfs:comment>
-        <category>qualified</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#activity"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Agent -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Agent">
-        <rdfs:label>Agent</rdfs:label>
-        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent</n>
-        <definition xml:lang="en">An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent&#39;s activity. </definition>
-        <category>starting-point</category>
-        <component>agents-responsibility</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#AgentInfluence -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#AgentInfluence">
-        <rdfs:label>AgentInfluence</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-        <editorsDefinition xml:lang="en">AgentInfluence is the capacity of an agent to have an effect on the character, development, or behavior of another by means of attribution, association, delegation, or other.</editorsDefinition>
-        <rdfs:comment xml:lang="en">AgentInfluence provides additional descriptions of an Agent&#39;s binary influence upon any other kind of resource. Instances of AgentInfluence use the prov:agent property to cite the influencing Agent.</rdfs:comment>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">It is not recommended that the type AgentInfluence be asserted without also asserting one of its more specific subclasses.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#agent"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Association -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Association">
-        <rdfs:label>Association</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</n>
-        <component>agents-responsibility</component>
-        <rdfs:comment xml:lang="en">An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that had some responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ].</rdfs:comment>
-        <category>qualified</category>
-        <definition xml:lang="en">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.</definition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Attribution -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Attribution">
-        <rdfs:label>Attribution</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution</n>
-        <rdfs:comment xml:lang="en">An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that had some responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualifiedAttribution [ a prov:Attribution; prov:entity :baker; :foo :bar ].</rdfs:comment>
-        <definition xml:lang="en">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.</definition>
-        <category>qualified</category>
-        <component>agents-responsibility</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Bundle -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Bundle">
-        <rdfs:label>Bundle</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-bundle-entity</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-bundle-declaration</n>
-        <category>expanded</category>
-        <definition xml:lang="en">A bundle is a named set of provenance descriptions, and is itself an Entity, so allowing provenance of provenance to be expressed.</definition>
-        <rdfs:comment xml:lang="en">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.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Collection -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Collection">
-        <rdfs:label>Collection</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <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.</definition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Communication -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Communication">
-        <rdfs:label>Communication</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Communication</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy</n>
-        <component>entities-activities</component>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:activity :everyone_else_jumping_off_bridge; :foo :bar ].</rdfs:comment>
-        <definition>Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.</definition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInformedBy"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Delegation -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Delegation">
-        <rdfs:label>Delegation</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-delegation</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-delegation</n>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ].</rdfs:comment>
-        <definition xml:lang="en">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.</definition>
-        <component>agents-responsibility</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#actedOnBehalfOf"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Derivation -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Derivation">
-        <rdfs:label>Derivation</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Derivation</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#Derivation-Relation</n>
-        <definition xml:lang="en">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.</definition>
-        <component>derivations</component>
-        <rdfs:comment xml:lang="en">An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ].</rdfs:comment>
-        <rdfs:comment xml:lang="en">The more specific forms of prov:Derivation (i.e., prov:Revision, prov:Quotation, prov:PrimarySource) should be asserted if they apply.</rdfs:comment>
-        <category>qualified</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
-    </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"/>
-        <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">
-        <rdfs:label>End</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-End</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-End</n>
-        <rdfs:comment xml:lang="en">An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualifiedEnd [ a prov:End; prov:entity :buzzer; :foo :bar; prov:atTime &#39;2012-03-09T08:05:08-05:00&#39;^^xsd:dateTime ].</rdfs:comment>
-        <category>qualified</category>
-        <definition xml:lang="en">End is when an activity is deemed to have been ended by an entity, known as trigger. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity&#39;s end. An end may refer to a trigger entity that terminated the activity, or to an activity, known as ender that generated the trigger.</definition>
-        <component>entities-activities</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasEndedBy"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Entity -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Entity">
-        <rdfs:label>Entity</rdfs:label>
-        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-entity</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Entity</n>
-        <component>entities-activities</component>
-        <definition xml:lang="en">An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. </definition>
-        <category>starting-point</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#EntityInfluence -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#EntityInfluence">
-        <rdfs:label>EntityInfluence</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
-        <editorsDefinition xml:lang="en">EntityInfluence is the capacity of an entity to have an effect on the character, development, or behavior of another by means of usage, start, end, derivation, or other. </editorsDefinition>
-        <rdfs:comment xml:lang="en">EntityInfluence provides additional descriptions of an Entity&#39;s binary influence upon any other kind of resource. Instances of EntityInfluence use the prov:entity property to cite the influencing Entity.</rdfs:comment>
-        <rdfs:comment xml:lang="en">It is not recommended that the type EntityInfluence be asserted without also asserting one of its more specific subclasses.</rdfs:comment>
-        <category>qualified</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#entity"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Generation -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Generation">
-        <rdfs:label>Generation</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation</n>
-        <rdfs:comment xml:lang="en">An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ].</rdfs:comment>
-        <category>qualified</category>
-        <component>entities-activities</component>
-        <definition xml:lang="en">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.</definition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Influence -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Influence">
-        <rdfs:label>Influence</rdfs:label>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-influence</n>
-        <component>derivations</component>
-        <rdfs:comment xml:lang="en">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.</rdfs:comment>
-        <rdfs:comment xml:lang="en">Because prov:Influence is a broad relation, its most specific subclasses (e.g. prov:Communication, prov:Delegation, prov:End, prov:Revision, etc.) should be used when applicable.</rdfs:comment>
-        <category>qualified</category>
-        <definition xml:lang="en">Influence is the capacity of 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.</definition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#InstantaneousEvent -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent">
-        <rdfs:label>InstantaneousEvent</rdfs:label>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#dfn-event</constraints>
-        <component>entities-activities</component>
-        <rdfs:comment xml:lang="en">An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term &#39;event&#39; is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.</rdfs:comment>
-        <definition xml:lang="en">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.</definition>
-        <category>qualified</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Invalidation -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Invalidation">
-        <rdfs:label>Invalidation</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Invalidation</n>
-        <component>entities-activities</component>
-        <definition>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.</definition>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">An instance of prov:Invalidation provides additional descriptions about the binary prov:wasInvalidatedBy relation from an invalidated prov:Entity to the prov:Activity that invalidated it. For example, :uncracked_egg prov:wasInvalidatedBy :baking; prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :baking; :foo :bar ].</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Location -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Location">
-        <rdfs:label>Location</rdfs:label>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute</n>
-        <definition xml:lang="en">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.</definition>
-        <category>expanded</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#atLocation"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Organization -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Organization">
-        <rdfs:label>Organization</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</n>
-        <definition>Agents of type Organization are social institutions such as companies, societies etc.</definition>
-        <category>expanded</category>
-        <component>agents-responsibility</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Person -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Person">
-        <rdfs:label>Person</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</n>
-        <category>expanded</category>
-        <definition xml:lang="en">Agents of type Person are people.</definition>
-        <component>agents-responsibility</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Plan -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Plan">
-        <rdfs:label>Plan</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</n>
-        <definition>A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.</definition>
-        <category>expanded</category>
-        <rdfs:comment xml:lang="en">There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations.</rdfs:comment>
-        <category>qualified</category>
-        <component>agents-responsibility</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#PrimarySource -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#PrimarySource">
-        <rdfs:label>PrimarySource</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-primary-source</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source</n>
-        <category>qualified</category>
-        <component>derivations</component>
-        <definition xml:lang="en">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&#39;s study, without benefit from hindsight.
-
-Because of the directness of primary sources, they &#39;speak for themselves&#39; 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.
-
-A primary source relation is a particular case of derivation 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&#39;s domain.</definition>
-        <rdfs:comment xml:lang="en">An instance of prov:PrimarySource provides additional descriptions about the binary prov:hadPrimarySource relation from some secondary prov:Entity to an earlier, primary prov:Entity. For example, :blog prov:hadPrimarySource :newsArticle; prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :newsArticle; :foo :bar ] .</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Quotation -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Quotation">
-        <rdfs:label>Quotation</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation</n>
-        <rdfs:comment xml:lang="en">An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some taken prov:Entity from an earlier, larger prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualifiedQuotation [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ].</rdfs:comment>
-        <component>derivations</component>
-        <category>qualified</category>
-        <definition xml:lang="en">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.</definition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Revision -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Revision">
-        <rdfs:label>Revision</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-revision</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision</n>
-        <component>derivations</component>
-        <category>qualified</category>
-        <definition xml:lang="en">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.</definition>
-        <rdfs:comment xml:lang="en">An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some newer prov:Entity to an earlier prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualifiedRevision [ a prov:Revision; prov:entity :draft_1; :foo :bar ].</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Role -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Role">
-        <rdfs:label>Role</rdfs:label>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute</n>
-        <definition xml:lang="en">A role is the function of an entity or agent with respect to an activity, in the context of a usage, generation, invalidation, association, start, and end.</definition>
-        <category>qualified</category>
-        <component>agents-responsibility</component>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#hadRole"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#SoftwareAgent -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#SoftwareAgent">
-        <rdfs:label>SoftwareAgent</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</n>
-        <component>agents-responsibility</component>
-        <definition xml:lang="en">A software agent is running software.</definition>
-        <category>expanded</category>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Start -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Start">
-        <rdfs:label>Start</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start</n>
-        <component>entities-activities</component>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualifiedStart [ a prov:Start; prov:entity :bang; :foo :bar; prov:atTime &#39;2012-03-09T08:05:08-05:00&#39;^^xsd:dateTime ] .</rdfs:comment>
-        <definition xml:lang="en">Start is when an activity is deemed to have been started by an entity, known as trigger. The activity did not exist before its start. Any usage, generation, or invalidation involving an activity follows the activity&#39;s start. A start may refer to a trigger entity that set off the activity, or to an activity, known as starter, that generated the trigger.</definition>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasStartedBy"/>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Usage -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Usage">
-        <rdfs:label>Usage</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <constraints rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage</dm>
-        <n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Usage</n>
-        <rdfs:comment xml:lang="en">An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualifiedUsage [ a prov:Usage; prov:entity :podium; :foo :bar ].</rdfs:comment>
-        <definition xml:lang="en">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.</definition>
-        <category>qualified</category>
-        <component>entities-activities</component>
-        <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>
-
-
-
-<!-- Generated by the OWL API (version 3.1.0.20069) http://owlapi.sourceforge.net -->
-
--- a/ontology/releases/CR-prov-o-20121211/ns/prov-o.ttl	Tue Nov 27 11:43:03 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1319 +0,0 @@
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix : <http://www.w3.org/ns/prov#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix owl: <http://www.w3.org/2002/07/owl#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-rdfs:comment
-    a owl:AnnotationProperty ;
-    rdfs:comment ""@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
-
-rdfs:isDefinedBy
-    a owl:AnnotationProperty .
-
-rdfs:label
-    a owl:AnnotationProperty ;
-    rdfs:comment ""@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
-
-rdfs:seeAlso
-    a owl:AnnotationProperty ;
-    rdfs:comment ""@en .
-
-owl:Thing
-    a owl:Class .
-
-owl:versionInfo
-    a owl:AnnotationProperty .
-
-<http://www.w3.org/ns/prov#>
-    a owl:Ontology .
-
-:Activity
-    a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Activity" ;
-    owl:disjointWith :Entity ;
-    :category "starting-point" ;
-    :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "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." ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Activity"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity"^^xsd:anyURI .
-
-:ActivityInfluence
-    a owl:Class ;
-    rdfs:comment "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."@en, "It is not recommended that the type ActivityInfluence be asserted without also asserting one of its more specific subclasses."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "ActivityInfluence" ;
-    rdfs:seeAlso :activity ;
-    rdfs:subClassOf :Influence, [
-        a owl:Restriction ;
-        owl:maxCardinality "0"^^xsd:nonNegativeInteger ;
-        owl:onProperty :hadActivity
-    ] ;
-    owl:disjointWith :EntityInfluence ;
-    :category "qualified" ;
-    :editorsDefinition "ActivitiyInfluence is the capacity of an activity to have an effect on the character, development, or behavior of another by means of generation, invalidation, communication, or other."@en .
-
-:Agent
-    a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Agent" ;
-    owl:disjointWith :InstantaneousEvent ;
-    :category "starting-point" ;
-    :component "agents-responsibility" ;
-    :definition "An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. "@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent"^^xsd:anyURI .
-
-:AgentInfluence
-    a owl:Class ;
-    rdfs:comment "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."@en, "It is not recommended that the type AgentInfluence be asserted without also asserting one of its more specific subclasses."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "AgentInfluence" ;
-    rdfs:seeAlso :agent ;
-    rdfs:subClassOf :Influence ;
-    :category "qualified" ;
-    :editorsDefinition "AgentInfluence is the capacity of an agent to have an effect on the character, development, or behavior of another by means of attribution, association, delegation, or other."@en .
-
-:Association
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that had some responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Association" ;
-    rdfs:subClassOf :AgentInfluence ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :definition "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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association"^^xsd:anyURI ;
-    :unqualifiedForm :wasAssociatedWith .
-
-:Attribution
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that had some responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualifiedAttribution [ a prov:Attribution; prov:entity :baker; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Attribution" ;
-    rdfs:subClassOf :AgentInfluence ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition """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."""@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution"^^xsd:anyURI ;
-    :unqualifiedForm :wasAttributedTo .
-
-:Bundle
-    a owl:Class ;
-    rdfs:comment "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."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Bundle" ;
-    rdfs:subClassOf :Entity ;
-    :category "expanded" ;
-    :definition "A bundle is a named set of provenance descriptions, and is itself an Entity, so allowing provenance of provenance to be expressed."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-bundle-entity"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-bundle-declaration"^^xsd:anyURI .
-
-:Collection
-    a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Collection" ;
-    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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection"^^xsd:anyURI .
-
-:Communication
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:activity :everyone_else_jumping_off_bridge; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Communication" ;
-    rdfs:subClassOf :ActivityInfluence ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "Communication is the exchange of an entity by two activities, one activity using the entity generated by the other." ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Communication"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy"^^xsd:anyURI ;
-    :unqualifiedForm :wasInformedBy .
-
-:Delegation
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Delegation" ;
-    rdfs:subClassOf :AgentInfluence ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :definition """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."""@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-delegation"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-delegation"^^xsd:anyURI ;
-    :unqualifiedForm :actedOnBehalfOf .
-
-:Derivation
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ]."@en, "The more specific forms of prov:Derivation (i.e., prov:Revision, prov:Quotation, prov:PrimarySource) should be asserted if they apply."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Derivation" ;
-    rdfs:subClassOf :EntityInfluence ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Derivation"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#Derivation-Relation"^^xsd:anyURI ;
-    :unqualifiedForm :wasDerivedFrom .
-
-:EmptyCollection
-    a owl:Class, owl:NamedIndividual ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "EmptyCollection"@en ;
-    rdfs:subClassOf :Collection ;
-    :category "expanded" ;
-    :component "collections" ;
-    :definition "An empty collection is a collection without members."@en .
-
-:End
-    a owl:Class ;
-    rdfs:comment "An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualifiedEnd [ a prov:End; prov:entity :buzzer; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "End" ;
-    rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "End is when an activity is deemed to have been ended by an entity, known as trigger. 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 a trigger entity that terminated the activity, or to an activity, known as ender that generated the trigger."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-End"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-End"^^xsd:anyURI ;
-    :unqualifiedForm :wasEndedBy .
-
-:Entity
-    a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Entity" ;
-    owl:disjointWith :InstantaneousEvent ;
-    :category "starting-point" ;
-    :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. "@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-entity"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Entity"^^xsd:anyURI .
-
-:EntityInfluence
-    a owl:Class ;
-    rdfs:comment "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."@en, "It is not recommended that the type EntityInfluence be asserted without also asserting one of its more specific subclasses."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "EntityInfluence" ;
-    rdfs:seeAlso :entity ;
-    rdfs:subClassOf :Influence ;
-    :category "qualified" ;
-    :editorsDefinition "EntityInfluence is the capacity of an entity to have an effect on the character, development, or behavior of another by means of usage, start, end, derivation, or other. "@en .
-
-:Generation
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Generation" ;
-    rdfs:subClassOf :ActivityInfluence, :InstantaneousEvent ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation"^^xsd:anyURI ;
-    :unqualifiedForm :wasGeneratedBy .
-
-: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, "Because prov:Influence is a broad relation, its most specific subclasses (e.g. prov:Communication, prov:Delegation, prov:End, prov:Revision, etc.) should be used when applicable."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Influence" ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :definition "Influence is the capacity of 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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-influence"^^xsd:anyURI ;
-    :unqualifiedForm :wasInfluencedBy .
-
-:InstantaneousEvent
-    a owl:Class ;
-    rdfs:comment "An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "InstantaneousEvent" ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#dfn-event"^^xsd:anyURI ;
-    :definition "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."@en .
-
-:Invalidation
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Invalidation provides additional descriptions about the binary prov:wasInvalidatedBy relation from an invalidated prov:Entity to the prov:Activity that invalidated it. For example, :uncracked_egg prov:wasInvalidatedBy :baking; prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :baking; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Invalidation" ;
-    rdfs:subClassOf :ActivityInfluence, :InstantaneousEvent ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "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." ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Invalidation"^^xsd:anyURI ;
-    :unqualifiedForm :wasInvalidatedBy .
-
-:Location
-    a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Location" ;
-    rdfs:seeAlso :atLocation ;
-    :category "expanded" ;
-    :definition "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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute"^^xsd:anyURI .
-
-:Organization
-    a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Organization" ;
-    rdfs:subClassOf :Agent ;
-    :category "expanded" ;
-    :component "agents-responsibility" ;
-    :definition "Agents of type Organization are social institutions such as companies, societies etc." ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types"^^xsd:anyURI .
-
-:Person
-    a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Person" ;
-    rdfs:subClassOf :Agent ;
-    :category "expanded" ;
-    :component "agents-responsibility" ;
-    :definition "Agents of type Person are people."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types"^^xsd:anyURI .
-
-:Plan
-    a owl:Class ;
-    rdfs:comment "There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Plan" ;
-    rdfs:subClassOf :Entity ;
-    :category "expanded", "qualified" ;
-    :component "agents-responsibility" ;
-    :definition "A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals." ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association"^^xsd:anyURI .
-
-:PrimarySource
-    a owl:Class ;
-    rdfs:comment "An instance of prov:PrimarySource provides additional descriptions about the binary prov:hadPrimarySource relation from some secondary prov:Entity to an earlier, primary prov:Entity. For example, :blog prov:hadPrimarySource :newsArticle; prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :newsArticle; :foo :bar ] ."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "PrimarySource" ;
-    rdfs:subClassOf :Derivation ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :definition """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.
-
-A primary source relation is a particular case of derivation 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."""@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-primary-source"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source"^^xsd:anyURI ;
-    :unqualifiedForm :hadPrimarySource .
-
-:Quotation
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some taken prov:Entity from an earlier, larger prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualifiedQuotation [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Quotation" ;
-    rdfs:subClassOf :Derivation ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :definition "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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation"^^xsd:anyURI ;
-    :unqualifiedForm :wasQuotedFrom .
-
-:Revision
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some newer prov:Entity to an earlier prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualifiedRevision [ a prov:Revision; prov:entity :draft_1; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Revision" ;
-    rdfs:subClassOf :Derivation ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :definition "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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-revision"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision"^^xsd:anyURI ;
-    :unqualifiedForm :wasRevisionOf .
-
-:Role
-    a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Role" ;
-    rdfs:seeAlso :hadRole ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :definition "A role is the function of an entity or agent with respect to an activity, in the context of a usage, generation, invalidation, association, start, and end."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute"^^xsd:anyURI .
-
-:SoftwareAgent
-    a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "SoftwareAgent" ;
-    rdfs:subClassOf :Agent ;
-    :category "expanded" ;
-    :component "agents-responsibility" ;
-    :definition "A software agent is running software."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types"^^xsd:anyURI .
-
-:Start
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualifiedStart [ a prov:Start; prov:entity :bang; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ] ."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Start" ;
-    rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "Start is when an activity is deemed to have been started by an entity, known as trigger. The activity did not exist before its start. Any usage, generation, or invalidation involving an activity follows the activity's start. A start may refer to a trigger entity that set off the activity, or to an activity, known as starter, that generated the trigger."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start"^^xsd:anyURI ;
-    :unqualifiedForm :wasStartedBy .
-
-:Usage
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualifiedUsage [ a prov:Usage; prov:entity :podium; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "Usage" ;
-    rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Usage"^^xsd:anyURI ;
-    :unqualifiedForm :used .
-
-:actedOnBehalfOf
-    a owl:ObjectProperty ;
-    rdfs:comment "An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. "@en ;
-    rdfs:domain :Agent ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "actedOnBehalfOf" ;
-    rdfs:range :Agent ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedDelegation
-        :agent
-    ) ;
-    :category "starting-point" ;
-    :component "agents-responsibility" ;
-    :inverse "hadDelegate" ;
-    :qualifiedForm :Delegation, :qualifiedDelegation .
-
-:activity
-    a owl:ObjectProperty ;
-    rdfs:domain :ActivityInfluence ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "activity" ;
-    rdfs:range :Activity ;
-    rdfs:subPropertyOf :influencer ;
-    :category "qualified" ;
-    :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple."@en ;
-    :editorsDefinition "The prov:activity property references an prov:Activity which influenced a resource. This property applies to an prov:ActivityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent." ;
-    :inverse "activityOfInfluence" .
-
-:agent
-    a owl:ObjectProperty ;
-    rdfs:domain :AgentInfluence ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "agent" ;
-    rdfs:range :Agent ;
-    rdfs:subPropertyOf :influencer ;
-    :category "qualified" ;
-    :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple."@en ;
-    :editorsDefinition "The prov:agent property references an prov:Agent which influenced a resource. This property applies to an prov:AgentInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent."@en ;
-    :inverse "agentOfInfluence" .
-
-:alternateOf
-    a owl:ObjectProperty ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "alternateOf" ;
-    rdfs:range :Entity ;
-    rdfs:seeAlso :specializationOf ;
-    :category "expanded" ;
-    :component "alternate" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate"^^xsd:anyURI ;
-    :inverse "alternateOf" ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate"^^xsd:anyURI .
-
-:aq
-    a owl:AnnotationProperty ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:subPropertyOf rdfs:seeAlso .
-
-:atLocation
-    a owl:ObjectProperty ;
-    rdfs:comment "The Location of any resource."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
-    rdfs:domain [
-        a owl:Class ;
-        owl:unionOf (:Activity
-            :Agent
-            :Entity
-            :InstantaneousEvent
-        )
-    ] ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "atLocation" ;
-    rdfs:range :Location ;
-    :category "expanded" ;
-    :editorialNote "The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Influence classes."@en, "This property is not functional because the many values could be at a variety of granularies (In this building, in this room, in that chair)."@en ;
-    :inverse "locationOf" ;
-    :sharesDefinitionWith :Location .
-
-:atTime
-    a owl:DatatypeProperty ;
-    rdfs:comment "The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime."@en ;
-    rdfs:domain :InstantaneousEvent ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "atTime" ;
-    rdfs:range xsd:dateTime ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :sharesDefinitionWith :InstantaneousEvent ;
-    :unqualifiedForm :endedAtTime, :generatedAtTime, :invalidatedAtTime, :startedAtTime .
-
-:category
-    a owl:AnnotationProperty ;
-    rdfs:comment "Classify prov-o terms into three categories, including 'starting-point', 'qualifed', and 'extended'. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. "@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
-
-:component
-    a owl:AnnotationProperty ;
-    rdfs:comment "Classify prov-o terms into six components according to prov-dm, including 'agents-responsibility', 'alternate', 'annotations', 'collections', 'derivations', and 'entities-activities'. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
-
-:constraints
-    a owl:AnnotationProperty ;
-    rdfs:comment "A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:subPropertyOf rdfs:seeAlso .
-
-:definition
-    a owl:AnnotationProperty ;
-    rdfs:comment "A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
-
-:dm
-    a owl:AnnotationProperty ;
-    rdfs:comment "A reference to the principal section of the PROV-DM document that describes this concept."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:subPropertyOf rdfs:seeAlso .
-
-:editorialNote
-    a owl:AnnotationProperty ;
-    rdfs:comment "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."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
-
-:editorsDefinition
-    a owl:AnnotationProperty ;
-    rdfs:comment "When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:subPropertyOf :definition .
-
-:endedAtTime
-    a owl:DatatypeProperty ;
-    rdfs:comment "The time at which an activity ended. See also prov:startedAtTime."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "endedAtTime" ;
-    rdfs:range xsd:dateTime ;
-    :category "starting-point" ;
-    :component "entities-activities" ;
-    :editorialNote "It is the intent that the property chain holds: (prov:qualifiedEnd o prov:atTime) rdfs:subPropertyOf prov:endedAtTime."@en ;
-    :qualifiedForm :End, :atTime .
-
-:entity
-    a owl:ObjectProperty ;
-    rdfs:domain :EntityInfluence ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "entity" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :influencer ;
-    :category "qualified" ;
-    :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple."@en ;
-    :editorsDefinition "The prov:entity property references an prov:Entity which influenced a resource. This property applies to an prov:EntityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent." ;
-    :inverse "entityOfInfluence" .
-
-:generated
-    a owl:ObjectProperty ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "generated" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :influenced ;
-    owl:inverseOf :wasGeneratedBy ;
-    :category "expanded" ;
-    :component "entities-activities" ;
-    :editorialNote "prov:generated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions."@en ;
-    :inverse "wasGeneratedBy" ;
-    :sharesDefinitionWith :Generation .
-
-:generatedAtTime
-    a owl:DatatypeProperty ;
-    rdfs:comment "The time at which an entity was completely created and is available for use."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "generatedAtTime" ;
-    rdfs:range xsd:dateTime ;
-    :category "expanded" ;
-    :component "entities-activities" ;
-    :editorialNote "It is the intent that the property chain holds: (prov:qualifiedGeneration o prov:atTime) rdfs:subPropertyOf prov:generatedAtTime."@en ;
-    :qualifiedForm :Generation, :atTime .
-
-:hadActivity
-    a owl:ObjectProperty ;
-    rdfs:comment "The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead)."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
-    rdfs:domain :Influence, [
-        a owl:Class ;
-        owl:unionOf (:Delegation
-            :Derivation
-            :End
-            :Start
-        )
-    ] ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "hadActivity" ;
-    rdfs:range :Activity ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :editorialNote "The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL."@en ;
-    :inverse "wasActivityOfInfluence" ;
-    :sharesDefinitionWith :Activity .
-
-:hadGeneration
-    a owl:ObjectProperty ;
-    rdfs:comment "The _optional_ Generation involved in an Entity's Derivation."@en ;
-    rdfs:domain :Derivation ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "hadGeneration" ;
-    rdfs:range :Generation ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :inverse "generatedAsDerivation" ;
-    :sharesDefinitionWith :Generation .
-
-:hadMember
-    a owl:ObjectProperty ;
-    rdfs:domain :Collection ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "hadMember" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    :category "expanded" ;
-    :component "expanded" ;
-    :inverse "wasMemberOf" ;
-    :sharesDefinitionWith :Collection .
-
-:hadPlan
-    a owl:ObjectProperty ;
-    rdfs:comment "The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification."@en ;
-    rdfs:domain :Association ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "hadPlan" ;
-    rdfs:range :Plan ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :inverse "wasPlanOf" ;
-    :sharesDefinitionWith :Plan .
-
-:hadPrimarySource
-    a owl:ObjectProperty ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "hadPrimarySource" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :wasDerivedFrom ;
-    owl:propertyChainAxiom (:qualifiedPrimarySource
-        :entity
-    ) ;
-    :category "expanded" ;
-    :component "derivations" ;
-    :inverse "wasPrimarySourceOf" ;
-    :qualifiedForm :PrimarySource, :qualifiedPrimarySource .
-
-:hadRole
-    a owl:ObjectProperty ;
-    rdfs:comment "The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ]."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
-    rdfs:domain :Influence, [
-        a owl:Class ;
-        owl:unionOf (:Association
-            :InstantaneousEvent
-        )
-    ] ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "hadRole" ;
-    rdfs:range :Role ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :editorsDefinition "prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of an instantaneous usage, generation, association, start, and end."@en ;
-    :inverse "wasRoleIn" ;
-    :sharesDefinitionWith :Role .
-
-:hadUsage
-    a owl:ObjectProperty ;
-    rdfs:comment "The _optional_ Usage involved in an Entity's Derivation."@en ;
-    rdfs:domain :Derivation ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "hadUsage" ;
-    rdfs:range :Usage ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :inverse "wasUsedInDerivation" ;
-    :sharesDefinitionWith :Usage .
-
-:influenced
-    a owl:ObjectProperty ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "influenced" ;
-    owl:inverseOf :wasInfluencedBy ;
-    :category "expanded" ;
-    :component "agents-responsibility" ;
-    :inverse "wasInfluencedBy" ;
-    :sharesDefinitionWith :Influence .
-
-:influencer
-    a owl:ObjectProperty ;
-    rdfs:comment "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."@en ;
-    rdfs:domain :Influence ;
-    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" .
-
-:invalidated
-    a owl:ObjectProperty ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "invalidated" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :influenced ;
-    owl:inverseOf :wasInvalidatedBy ;
-    :category "expanded" ;
-    :component "entities-activities" ;
-    :editorialNote "prov:invalidated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions."@en ;
-    :inverse "wasInvalidatedBy" ;
-    :sharesDefinitionWith :Invalidation .
-
-:invalidatedAtTime
-    a owl:DatatypeProperty ;
-    rdfs:comment "The time at which an entity was invalidated (i.e., no longer usable)."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "invalidatedAtTime" ;
-    rdfs:range xsd:dateTime ;
-    :category "expanded" ;
-    :component "entities-activities" ;
-    :editorialNote "It is the intent that the property chain holds: (prov:qualifiedInvalidation o prov:atTime) rdfs:subPropertyOf prov:invalidatedAtTime."@en ;
-    :qualifiedForm :Invalidation, :atTime .
-
-:inverse
-    a owl:AnnotationProperty ;
-    rdfs:comment "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."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:seeAlso <http://www.w3.org/TR/prov-o/#names-of-inverse-properties> .
-
-:n
-    a owl:AnnotationProperty ;
-    rdfs:comment "A reference to the principal section of the PROV-DM document that describes this concept."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:subPropertyOf rdfs:seeAlso .
-
-:order
-    a owl:AnnotationProperty ;
-    rdfs:comment "The position that this OWL term should be listed within documentation. The scope of the documentation (e.g., among all terms, among terms within a prov:category, among properties applying to a particular class, etc.) is unspecified."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
-
-:qualifiedAssociation
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association;  prov:agent :ag; :foo :bar ]."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedAssociation" ;
-    rdfs:range :Association ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :inverse "qualifiedAssociationOf" ;
-    :sharesDefinitionWith :Association ;
-    :unqualifiedForm :wasAssociatedWith .
-
-:qualifiedAttribution
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was influenced using prov:qualifiedAttribution [ a prov:Attribution;  prov:agent :ag; :foo :bar ]."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedAttribution" ;
-    rdfs:range :Attribution ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :inverse "qualifiedAttributionOf" ;
-    :sharesDefinitionWith :Attribution ;
-    :unqualifiedForm :wasAttributedTo .
-
-:qualifiedCommunication
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was influenced using prov:qualifiedCommunication [ a prov:Communication;  prov:activity :a; :foo :bar ]."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedCommunication" ;
-    rdfs:range :Communication ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :inverse "qualifiedCommunicationOf" ;
-    :qualifiedForm :Communication ;
-    :sharesDefinitionWith :Communication .
-
-:qualifiedDelegation
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility;  prov:agent :ag; :foo :bar ]."@en ;
-    rdfs:domain :Agent ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedDelegation" ;
-    rdfs:range :Delegation ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :inverse "qualifiedDelegationOf" ;
-    :sharesDefinitionWith :Delegation ;
-    :unqualifiedForm :actedOnBehalfOf .
-
-:qualifiedDerivation
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Entity prov:wasDerivedFrom Entity :e, then it can qualify how it was derived using prov:qualifiedDerivation [ a prov:Derivation;  prov:entity :e; :foo :bar ]."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedDerivation" ;
-    rdfs:range :Derivation ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :inverse "qualifiedDerivationOf" ;
-    :sharesDefinitionWith :Derivation ;
-    :unqualifiedForm :wasDerivedFrom .
-
-:qualifiedEnd
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Activity prov:wasEndedBy Entity :e1, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End;  prov:entity :e1; :foo :bar ]."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedEnd" ;
-    rdfs:range :End ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :inverse "qualifiedEndOf" ;
-    :sharesDefinitionWith :End ;
-    :unqualifiedForm :wasEndedBy .
-
-:qualifiedForm
-    a owl:AnnotationProperty ;
-    rdfs:comment """This annotation property links a subproperty of prov:wasInfluencedBy with the subclass of prov:Influence and the qualifying property that are used to qualify it. 
-
-Example annotation:
-
-    prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation .
-
-Then this unqualified assertion:
-
-    :entity1 prov:wasGeneratedBy :activity1 .
-
-can be qualified by adding:
-
-   :entity1 prov:qualifiedGeneration :entity1Gen .
-   :entity1Gen 
-       a prov:Generation, prov:Influence;
-       prov:activity :activity1;
-       :customValue 1337 .
-
-Note how the value of the unqualified influence (prov:wasGeneratedBy :activity1) is mirrored as the value of the prov:activity (or prov:entity, or prov:agent) property on the influence class."""@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:subPropertyOf rdfs:seeAlso .
-
-:qualifiedGeneration
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Activity prov:generated Entity :e, then it can qualify how it performed the Generation using prov:qualifiedGeneration [ a prov:Generation;  prov:entity :e; :foo :bar ]."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedGeneration" ;
-    rdfs:range :Generation ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :inverse "qualifiedGenerationOf" ;
-    :sharesDefinitionWith :Generation ;
-    :unqualifiedForm :wasGeneratedBy .
-
-:qualifiedInfluence
-    a owl:ObjectProperty ;
-    rdfs:comment "Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable."@en ;
-    rdfs:domain [
-        a owl:Class ;
-        owl:unionOf (:Activity
-            :Agent
-            :Entity
-        )
-    ] ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedInfluence" ;
-    rdfs:range :Influence ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :inverse "qualifiedInfluenceOf" ;
-    :sharesDefinitionWith :Influence ;
-    :unqualifiedForm :wasInfluencedBy .
-
-:qualifiedInvalidation
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Entity prov:wasInvalidatedBy Activity :a, then it can qualify how it was invalidated using prov:qualifiedInvalidation [ a prov:Invalidation;  prov:activity :a; :foo :bar ]."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedInvalidation" ;
-    rdfs:range :Invalidation ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :inverse "qualifiedInvalidationOf" ;
-    :sharesDefinitionWith :Invalidation ;
-    :unqualifiedForm :wasInvalidatedBy .
-
-:qualifiedPrimarySource
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ]."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedPrimarySource" ;
-    rdfs:range :PrimarySource ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :inverse "qualifiedSourceOf" ;
-    :sharesDefinitionWith :PrimarySource ;
-    :unqualifiedForm :hadPrimarySource .
-
-:qualifiedQuotation
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation;  prov:entity :e; :foo :bar ]."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedQuotation" ;
-    rdfs:range :Quotation ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :inverse "qualifiedQuotationOf" ;
-    :sharesDefinitionWith :Quotation ;
-    :unqualifiedForm :wasQuotedFrom .
-
-:qualifiedRevision
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Entity prov:wasRevisionOf Entity :e, then it can qualify how it was revised using prov:qualifiedRevision [ a prov:Revision;  prov:entity :e; :foo :bar ]."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedRevision" ;
-    rdfs:range :Revision ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :inverse "revisedEntity" ;
-    :sharesDefinitionWith :Revision ;
-    :unqualifiedForm :wasRevisionOf .
-
-:qualifiedStart
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Activity prov:wasStartedBy Entity :e1, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start;  prov:entity :e1; :foo :bar ]."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedStart" ;
-    rdfs:range :Start ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :inverse "qualifiedStartOf" ;
-    :sharesDefinitionWith :Start ;
-    :unqualifiedForm :wasStartedBy .
-
-:qualifiedUsage
-    a owl:ObjectProperty ;
-    rdfs:comment "If this Activity prov:used Entity :e, then it can qualify how it used it using prov:qualifiedUsage [ a prov:Usage; prov:entity :e; :foo :bar ]."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "qualifiedUsage" ;
-    rdfs:range :Usage ;
-    rdfs:subPropertyOf :qualifiedInfluence ;
-    :category "qualified" ;
-    :component "entities-activities" ;
-    :inverse "qualifiedUsingActivity" ;
-    :sharesDefinitionWith :Usage ;
-    :unqualifiedForm :used .
-
-:sharesDefinitionWith
-    a owl:AnnotationProperty ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:subPropertyOf rdfs:seeAlso .
-
-:specializationOf
-    a owl:ObjectProperty ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "specializationOf" ;
-    rdfs:range :Entity ;
-    rdfs:seeAlso :alternateOf ;
-    rdfs:subPropertyOf :alternateOf ;
-    :category "expanded" ;
-    :component "alternate" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
-    :definition "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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization"^^xsd:anyURI ;
-    :inverse "generalizationOf" ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization"^^xsd:anyURI .
-
-:startedAtTime
-    a owl:DatatypeProperty ;
-    rdfs:comment "The time at which an activity started. See also prov:endedAtTime."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "startedAtTime" ;
-    rdfs:range xsd:dateTime ;
-    :category "starting-point" ;
-    :component "entities-activities" ;
-    :editorialNote "It is the intent that the property chain holds: (prov:qualifiedStart o prov:atTime) rdfs:subPropertyOf prov:startedAtTime."@en ;
-    :qualifiedForm :Start, :atTime .
-
-:todo
-    a owl:AnnotationProperty .
-
-:unqualifiedForm
-    a owl:AnnotationProperty ;
-    rdfs:comment "Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:subPropertyOf rdfs:seeAlso .
-
-:used
-    a owl:ObjectProperty ;
-    rdfs:comment "A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven ."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "used" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedUsage
-        :entity
-    ) ;
-    :category "starting-point" ;
-    :component "entities-activities" ;
-    :inverse "wasUsedBy" ;
-    :qualifiedForm :Usage, :qualifiedUsage .
-
-:value
-    a owl:DatatypeProperty ;
-    rdfs:comment "Provides a value for an Entity."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "value" ;
-    :category "expanded" ;
-    :component "entities-activities" ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value"^^xsd:anyURI ;
-    :editorialNote "The editor's definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue", "This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, 'may be used in describing structured values')."@en ;
-    :editorsDefinition "The main value (if there is one) of a structured value."@en .
-
-:wasAssociatedWith
-    a owl:ObjectProperty ;
-    rdfs:comment "An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasAssociatedWith" ;
-    rdfs:range :Agent ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedAssociation
-        :agent
-    ) ;
-    :category "starting-point" ;
-    :component "agents-responsibility" ;
-    :inverse "wasAssociateFor" ;
-    :qualifiedForm :Association, :qualifiedAssociation .
-
-:wasAttributedTo
-    a owl:ObjectProperty ;
-    rdfs:comment "Attribution is the ascribing of an entity to an agent."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasAttributedTo" ;
-    rdfs:range :Agent ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedAttribution
-        :agent
-    ) ;
-    :category "starting-point" ;
-    :component "agents-responsibility" ;
-    :definition "Attribution is the ascribing of an entity to an agent."@en ;
-    :inverse "contributed" ;
-    :qualifiedForm :Attribution, :qualifiedAttribution .
-
-:wasDerivedFrom
-    a owl:ObjectProperty ;
-    rdfs:comment "The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasDerivedFrom" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedDerivation
-        :entity
-    ) ;
-    :category "starting-point" ;
-    :component "derivations" ;
-    :definition "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."@en ;
-    :inverse "hadDerivation" ;
-    :qualifiedForm :Derivation, :qualifiedDerivation .
-
-:wasEndedBy
-    a owl:ObjectProperty ;
-    rdfs:comment "End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasEndedBy" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedEnd
-        :entity
-    ) ;
-    :category "expanded" ;
-    :component "entities-activities" ;
-    :inverse "ended" ;
-    :qualifiedForm :End, :qualifiedEnd .
-
-:wasGeneratedBy
-    a owl:ObjectProperty ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasGeneratedBy" ;
-    rdfs:range :Activity ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedGeneration
-        :activity
-    ) ;
-    :category "starting-point" ;
-    :component "entities-activities" ;
-    :inverse "generated" ;
-    :qualifiedForm :Generation, :qualifiedGeneration .
-
-:wasInfluencedBy
-    a owl:ObjectProperty ;
-    rdfs:comment "Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
-    rdfs:domain [
-        a owl:Class ;
-        owl:unionOf (:Activity
-            :Agent
-            :Entity
-        )
-    ] ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasInfluencedBy" ;
-    rdfs:range [
-        a owl:Class ;
-        owl:unionOf (:Activity
-            :Agent
-            :Entity
-        )
-    ] ;
-    :category "qualified" ;
-    :component "agents-responsibility" ;
-    :editorialNote """The sub-properties of prov:wasInfluencedBy can be elaborated in more detail using the Qualification Pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :spoon; prov:atLocation :kitchen ] .
-
-Subproperties of prov:wasInfluencedBy may also be asserted directly without being qualified.
-
-prov:wasInfluencedBy should not be used without also using one of its subproperties. 
-"""@en ;
-    :inverse "influenced" ;
-    :sharesDefinitionWith :Influence .
-
-:wasInformedBy
-    a owl:ObjectProperty ;
-    rdfs:comment "An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasInformedBy" ;
-    rdfs:range :Activity ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedCommunication
-        :activity
-    ) ;
-    :category "starting-point" ;
-    :component "entities-activities" ;
-    :inverse "informed" ;
-    :qualifiedForm :Communication, :qualifiedCommunication .
-
-:wasInvalidatedBy
-    a owl:ObjectProperty ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasInvalidatedBy" ;
-    rdfs:range :Activity ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedInvalidation
-        :activity
-    ) ;
-    :category "expanded" ;
-    :component "entities-activities" ;
-    :inverse "invalidated" ;
-    :qualifiedForm :Invalidation, :qualifiedInvalidation .
-
-:wasQuotedFrom
-    a owl:ObjectProperty ;
-    rdfs:comment "An entity is derived from an original entity by copying, or 'quoting', some or all of it."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasQuotedFrom" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :wasDerivedFrom ;
-    owl:propertyChainAxiom (:qualifiedQuotation
-        :entity
-    ) ;
-    :category "expanded" ;
-    :component "derivations" ;
-    :inverse "quotedAs" ;
-    :qualifiedForm :Quotation, :qualifiedQuotation .
-
-:wasRevisionOf
-    a owl:AnnotationProperty, owl:ObjectProperty ;
-    rdfs:comment "A revision is a derivation that revises an entity into a revised version."@en ;
-    rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasRevisionOf" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :wasDerivedFrom ;
-    owl:propertyChainAxiom (:qualifiedRevision
-        :entity
-    ) ;
-    :category "expanded" ;
-    :component "derivations" ;
-    :inverse "hadRevision" ;
-    :qualifiedForm :Revision, :qualifiedRevision .
-
-:wasStartedBy
-    a owl:ObjectProperty ;
-    rdfs:comment "Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity."@en ;
-    rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
-    rdfs:label "wasStartedBy" ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :wasInfluencedBy ;
-    owl:propertyChainAxiom (:qualifiedStart
-        :entity
-    ) ;
-    :category "expanded" ;
-    :component "entities-activities" ;
-    :inverse "started" ;
-    :qualifiedForm :Start, :qualifiedStart .
-
-<http://www.w3.org/ns/prov-o#>
-    a owl:Ontology ;
-    rdfs:comment """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."""@en ;
-    rdfs:label "PROV-O"@en ;
-    rdfs:seeAlso <http://www.w3.org/TR/prov-o/>, <http://www.w3.org/ns/prov> ;
-    owl:versionIRI <http://www.w3.org/ns/prov-o-20121211> ;
-    :specializationOf <http://www.w3.org/ns/prov-o> ;
-    :wasRevisionOf <http://www.w3.org/ns/prov-o-20120724> .
-
-[]
-    a owl:Axiom ;
-    rdfs:comment "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 ;
-    owl:annotatedProperty rdfs:range ;
-    owl:annotatedSource :hadMember ;
-    owl:annotatedTarget :Entity ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection" .
-
-[]
-    a owl:Axiom ;
-    rdfs:comment "hadPrimarySource property is a particular case of wasDerivedFrom (see http://www.w3.org/TR/prov-dm/#term-original-source) that aims to give credit to the source that originated some information." ;
-    owl:annotatedProperty rdfs:subPropertyOf ;
-    owl:annotatedSource :hadPrimarySource ;
-    owl:annotatedTarget :wasDerivedFrom .
-
-[]
-    a owl:Axiom ;
-    rdfs:comment "Attribution is a particular case of trace (see http://www.w3.org/TR/prov-dm/#concept-trace), in the sense that it links an entity to the agent that ascribed it." ;
-    owl:annotatedProperty rdfs:subPropertyOf ;
-    owl:annotatedSource :wasAttributedTo ;
-    owl:annotatedTarget :wasInfluencedBy ;
-    :definition "IF wasAttributedTo(e2,ag1,aAttr) holds, THEN wasInfluencedBy(e2,ag1) also holds. " .
-
-[]
-    a owl:Axiom ;
-    rdfs:comment "Derivation is a particular case of trace (see http://www.w3.org/TR/prov-dm/#term-trace), since it links an entity to another entity that contributed to its existence." ;
-    owl:annotatedProperty rdfs:subPropertyOf ;
-    owl:annotatedSource :wasDerivedFrom ;
-    owl:annotatedTarget :wasInfluencedBy .
-
-[]
-    a owl:Axiom ;
-    owl:annotatedProperty rdfs:range ;
-    owl:annotatedSource :wasInfluencedBy ;
-    owl:annotatedTarget [
-        a owl:Class ;
-        owl:unionOf (:Activity
-            :Agent
-            :Entity
-        )
-    ] ;
-    :definition "influencer: an identifier (o1) for an ancestor entity, activity, or agent that the former depends on;" ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence" .
-
-[]
-    a owl:Axiom ;
-    owl:annotatedProperty rdfs:domain ;
-    owl:annotatedSource :wasInfluencedBy ;
-    owl:annotatedTarget [
-        a owl:Class ;
-        owl:unionOf (:Activity
-            :Agent
-            :Entity
-        )
-    ] ;
-    :definition "influencee: an identifier (o2) for an entity, activity, or agent; " ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence" .
-
-[]
-    a owl:Axiom ;
-    rdfs:comment "Quotation is a particular case of derivation (see http://www.w3.org/TR/prov-dm/#term-quotation) in which an entity is derived from an original entity by copying, or \"quoting\", some or all of it. " ;
-    owl:annotatedProperty rdfs:subPropertyOf ;
-    owl:annotatedSource :wasQuotedFrom ;
-    owl:annotatedTarget :wasDerivedFrom .
-
-[]
-    a owl:Axiom ;
-    rdfs:comment """Revision is a derivation (see http://www.w3.org/TR/prov-dm/#term-Revision). Moreover, according to 
-http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Revision 23 April 2012 'wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.'""" ;
-    owl:annotatedProperty rdfs:subPropertyOf ;
-    owl:annotatedSource :wasRevisionOf ;
-    owl:annotatedTarget :wasDerivedFrom .
-
--- a/paq/prov-aq.html	Tue Nov 27 11:43:03 2012 +0000
+++ b/paq/prov-aq.html	Tue Nov 27 11:44:38 2012 +0000
@@ -199,18 +199,18 @@
 This document specifies how to use standard Web protocols,
 including HTTP, to obtain information about the provenance of
 resources on the Web. We describe both simple access mechanisms for
-locating provenance information associated with web pages or resources, and
+locating provenance descriptions associated with web pages or resources, and
 provenance query services for more complex deployments. This is
 part of the larger W3C Prov provenance framework.
     </section>
 
     <section id="sotd">
-      This document is part of a set of specifications produced by the W3C provenance working group to define interoperable interchange of provenance information in heterogeneous environments such as the Web.  It describes the use of existing web mechanisms for discovery and retrieval of provenance information. 
+      This document is part of a set of specifications produced by the W3C provenance working group to define interoperable interchange of provenance in heterogeneous environments such as the Web.  It describes the use of existing web mechanisms for discovery and retrieval of provenance descriptions. 
       
 
 <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:
+interchange of provenance in heterogeneous environments such as the Web.  The specifications are:
 <ul>
 <li> <a href="http://www.w3.org/TR/prov-dm/">PROV-DM</a>, the PROV data model for provenance [[PROV-DM]];</li>
 <li> <a href="http://www.w3.org/TR/prov-constraints/">PROV-CONSTRAINTS</a>, a set of constraints applying to the PROV data model [[PROV-CONSTRAINTS]];</li>
@@ -240,14 +240,14 @@
     <section>
       <h2>Introduction</h2>
       <p>
-        The Provenance Data Model [[PROV-DM]] and Provenance Ontology [[PROV-O]] specifications define how to represent provenance information in the World Wide Web.
+        The Provenance Data Model [[PROV-DM]] and Provenance Ontology [[PROV-O]] specifications define how to represent provenance in the World Wide Web.
       </p>
       <p>
-        This note describes how standard web protocols may be used to locate, retrieve and query provenance information:
+        This note describes how standard web protocols may be used to locate, retrieve and query provenance descriptions:
       </p>
         <ul>
           <li>
-            Simple mechanisms for retrieving and discovering provenance information are described in <a href="#accessing-provenance-information" class="sectionRef"></a> and <a href="#locating-provenance-information" class="sectionRef"></a> .
+            Simple mechanisms for retrieving and discovering provenance descriptions are described in <a href="#accessing-provenance-information" class="sectionRef"></a> and <a href="#locating-provenance-information" class="sectionRef"></a> .
           </li>
           <li>
             More advanced discovery service and query mechanisms that may be used for more demanding deployments are described in <a href="#provenance-services" class="sectionRef"></a>, <a href="#querying-provenance-information" class="sectionRef"></a> and <a href="#incremental-provenance-retrieval" class="sectionRef"></a>.
@@ -265,23 +265,23 @@
             <dt><a href="#dfn-resource"><dfn>Resource</dfn></a></dt>
             <dd>a resource in the general sense of "whatever might be identified by a URI", as described by the Architecture of the World Wide Web [[WEBARCH]], <a href="http://www.w3.org/TR/webarch/#id-resources" class="externalRef">section 2.2</a>. A resource may be associated with multiple instances or views (<a class="internalDFN">constrained resource</a>s) with differing provenance.</dd>
             <dt><a href="#dfn-constrained-resource"><dfn>Constrained resource</dfn></a></dt>
-            <dd>an aspect, version or instance of a <a class="internalDFN">resource</a>, about which one may wish to present some <a class="internalDFN">provenance information</a>. For example, a weather report for a given date may be an aspect of a resource that is maintained as the current weather report. A constrained resource is itself a <a class="internalDFN">resource</a>, and may have it's own URI different from that of the original.  See also [[PROV-DM]], and [[WEBARCH]] <a href="http://www.w3.org/TR/webarch/#representation-reuse" class="externalRef">section 2.3.2</a>.</dd>
+            <dd>an aspect, version or instance of a <a class="internalDFN">resource</a>, about which one may wish to present some <a class="internalDFN">provenance description</a>s. For example, a weather report for a given date may be an aspect of a resource that is maintained as the current weather report. A constrained resource is itself a <a class="internalDFN">resource</a>, and may have it's own URI different from that of the original.  See also [[PROV-DM]], and [[WEBARCH]] <a href="http://www.w3.org/TR/webarch/#representation-reuse" class="externalRef">section 2.3.2</a>.</dd>
             <dt><a href="#dfn-target-uri"><dfn>Target-URI</dfn></a></dt>
-            <dd>a URI denoting a <a class="internalDFN">resource</a> (including any <a class="internalDFN">constrained resource</a>), which identifies that resource for the purpose of finding and expressing <a class="internalDFN">provenance information</a> associated with it (see <a href="#provenance-entities-resources" class="sectionRef"></a> for discussion)</dd>
-            </dt><a href="#dfn-provenance-information"><dfn>Provenance information</dfn></a></dt>
+            <dd>a URI denoting a <a class="internalDFN">resource</a> (including any <a class="internalDFN">constrained resource</a>), which identifies that resource for the purpose of finding and expressing <a class="internalDFN">provenance descriptions</a> associated with it (see <a href="#provenance-entities-resources" class="sectionRef"></a> for discussion)</dd>
+            </dt><a href="#dfn-provenance-information"><dfn>Provenance description</dfn></a></dt>
             <dd>refers to provenance represented in some fashion.</dd>
             <dt><a href="#dfn-provenance-uri"><dfn>Provenance-URI</dfn></a></dt>
-            <dd>a URI denoting some <a class="internalDFN">provenance information</a>.</dd>
+            <dd>a URI denoting some <a class="internalDFN">provenance description</a>.</dd>
             <dt><a href="#dfn-provenance-service"><dfn>Provenance service</dfn></a></dt>
-            <dd>a service that provides <a class="internalDFN">provenance information</a> given a <a class="internalDFN">target-URI</a>.</dd>
+            <dd>a service that provides a <a class="internalDFN">provenance description</a> given a <a class="internalDFN">target-URI</a>.</dd>
             <dt><a href="#dfn-service-uri"><dfn>Service-URI</dfn></a></dt>
             <dd>the URI of a <a class="internalDFN">provenance service</a>.</dd>
             <dt><a href="#dfn-pingback-uri"><dfn>Pingback-URI</dfn></a></dt>
-            <dd>the URI of a provenance pingback service that receives forward provenance information (see <a href="#forward-provenance" class="sectionRef"></a>).</dd>
-            <dt><a href="#dfn-accessing"><dfn>Accessing</dfn></a> provenance information</dt>
-            <dd>Given the identity of a resource, the process of discovering and retrieving some <a class="internalDFN">provenance information</a> about that resource.  This may involve <a class="internalDFN">locating</a> a provenance information resource, then performing an HTTP GET to retrieve it, or locating a service and querying the service for provenance information about an identified resource, or some other mechanism not covered in this document.</dd>
-            <dt><a href="#dfn-locating"><dfn>Locating</dfn></a> provenance information</dt>
-            <dd>Given the identity of a resource, discovery of a URI at which some <a class="internalDFN">provenance information</a> about that resource may be retrieved.</dd>
+            <dd>the URI of a provenance pingback service that receives forward provenance descriptions (see <a href="#forward-provenance" class="sectionRef"></a>).</dd>
+            <dt><a href="#dfn-accessing"><dfn>Accessing</dfn></a> provenance descriptions</dt>
+            <dd>Given the identity of a resource, the process of discovering and retrieving some <a class="internalDFN">provenance description</a>(s) about that resource.  This may involve <a class="internalDFN">locating</a> a provenance description resource, then performing an HTTP GET to retrieve it, or locating a service and querying the service for provenance description about an identified resource, or some other mechanism not covered in this document.</dd>
+            <dt><a href="#dfn-locating"><dfn>Locating</dfn></a> provenance descriptions</dt>
+            <dd>Given the identity of a resource, discovery of a URI at which some <a class="internalDFN">provenance description</a> about that resource may be retrieved.</dd>
             <!--
             <a href="#dfn-..."><dt><dfn>...</dfn></dt></a>
             <dd>...</dd>
@@ -293,27 +293,27 @@
       <section>
         <h2 id="provenance-entities-resources">Provenance and resources</h2>
         <p>
-          Fundamentally, <a class="internalDFN">provenance information</a> is <em>about</em> <a class="internalDFN">resource</a>s.  In general, resources may vary over time and context.  E.g., a resource describing the weather in London changes from day-to-day, or a listing of restaurants near you will vary depending on your location.  Provenance information, to be useful, must be persistent and not itself dependent on context.  Yet we may still want to make provenance assertions about dynamic or context-dependent resources (e.g. a weather forecast for London on a particular day may have been derived from a particular set of Meteorological Office data).
+          Fundamentally, a <a class="internalDFN">provenance description</a> is <em>about</em> <a class="internalDFN">resource</a>s.  In general, resources may vary over time and context.  E.g., a resource describing the weather in London changes from day-to-day, or a listing of restaurants near you will vary depending on your location.  Provenance descriptions, to be useful, must be persistent and not themselves dependent on context.  Yet we may still want to make provenance assertions about dynamic or context-dependent resources (e.g. a weather forecast for London on a particular day may have been derived from a particular set of Meteorological Office data).
         </p>
         <p>
           Provenance descriptions of dynamic and context-dependent resources are possible through a notion of constrained resources.  A <a class="internalDFN">constrained resource</a> is simply a resource (in the sense defined by [[WEBARCH]], <a href="http://www.w3.org/TR/webarch/#id-resources" class="externalRef">section 2.2</a>) that is a contextualized view or instance of some other resource.  For example, a W3C specification typically undergoes several public revisions before it is finalized.  A URI that refers to the "current" revision might be thought of as denoting the specification throughout its lifetime.  Each individual revision would also have its own <a class="internalDFN">target-URI</a> denoting the specification at that particular stage in its development.  Using these, we can make provenance assertions that a particular revision was published on a particular date, and was last modified by a particular editor.  Target-URIs may use any URI scheme, and are not required to be dereferencable.
         </p>
         <p>
-           Requests for provenance about a resource may return provenance information that uses one or more target-URIs to refer to versions of that resource.  Some given provenance information may use multiple target-URIs if there are assertions referring to the same underlying resource in different contexts.  For example, provenance information describing a W3C document might include information about all revisions of the document using statements that use the different target-URIs of the various revisions.
+           Requests for provenance about a resource may return provenance descriptions that use one or more target-URIs to refer to versions of that resource.  Some provenance descriptions may use multiple target-URIs if there are assertions referring to the same underlying resource in different contexts.  For example, a provenance description for a W3C document might include information about all revisions of the document using statements that use the different target-URIs of the various revisions.
         </p>
         <p>
-          In summary, <a class="internalDFN">provenance information</a> may be not universally applicable to a <a class="internalDFN">resource</a>, but may be expressed with respect to that resource in a restricted context (e.g. at a particular time). This restriction is itself just another resource (e.g. the weather forecast for a give date as opposed to the current weather forecast), with its own URI for referring to it within provenance information.
+          In summary, a <a class="internalDFN">provenance description</a> may be not universally applicable to a <a class="internalDFN">resource</a>, but may be expressed with respect to that resource in a restricted context (e.g. at a particular time). This restriction is itself just another resource (e.g. the weather forecast for a give date as opposed to the current weather forecast), with its own URI for referring to it within a provenance description.
         </p>
       </section>
 
       <section>
-        <h2>Interpreting provenance information</h2>
+        <h2>Interpreting provenance descriptions</h2>
         <p>
-          Any given <a class="internalDFN">provenance information</a> may contain information about several resources, referring to them using their various <a class="internalDFN">target-URI</a>s.
-          Thus, when interpreting provenance information, it is important to be aware that statements about several resources may be present, and to be accordingly selective when using the information provided.  (In some exceptional cases, it may be that the provenance information returned does not contain any information relating to a specific associated resource.)
+          Any given <a class="internalDFN">provenance description</a> may contain information about several resources, referring to them using their various <a class="internalDFN">target-URI</a>s.
+          Thus, when interpreting provenance descriptions, it is important to be aware that statements about several resources may be present, and to be accordingly selective when using the information provided.  (In some exceptional cases, it may be that a provenance description returned does not contain any information relating to a specific associated resource.)
         </p>
         <p>
-          Provenance information is not of itself guaranteed to be authoritative or correct. Trust in provenance information must be determined separately from trust in the original resource. Just as in the web at large, it is a user's responsibility to determine an appropriate level of trust in any other resource; e.g. based on the domain that serves it, or an associated digital signature. (See also <a href="#security-considerations" class="sectionRef"></a>.)
+          A provenance description is not of itself guaranteed to be authoritative or correct. Trust in provenance descriptions must be determined separately from trust in the original resource. Just as in the web at large, it is a user's responsibility to determine an appropriate level of trust in any other resource; e.g. based on the domain that serves it, or an associated digital signature. (See also <a href="#security-considerations" class="sectionRef"></a>.)
         </p>
       </section>
 
@@ -330,17 +330,17 @@
           </tr>
           <tr style="vertical-align: top;">
             <td><a class="internalDFN">Target-URI</a></td>
-            <td>Any resource for which provenance information is provided.  This is an <cite>entity</cite> in the sense described by [[PROV-DM]] (<a href="http://www.w3.org/TR/prov-dm/#term-entity" class="externalRef">Entity</a>).</td>
-            <td>If the URI is dereferencable, it should return a representation or description of entity for which provenance information is provided.</td>
+            <td>Any resource for which provenance is provided.  This is an <a href="http://www.w3.org/TR/prov-dm/#term-entity" class="externalRef">Entity</a> in the sense described by [[PROV-DM]].</td>
+            <td>If the URI is dereferencable, it should return a representation or description of entity for which provenance is provided.</td>
           </tr>
           <tr style="vertical-align: top;">
             <td><a class="internalDFN">Provenance-URI</a></td>
             <td>A provenance description in the sense described by [[PROV-DM]] (<a href="http://www.w3.org/TR/prov-dm/#section-prov-overview" class="externalRef">PROV Overview</a>).</td>
-            <td>Provenance information in any of the defined formats selectable via content negotiation.</td>
+            <td>A provenance description in any defined format, selectable via content negotiation.</td>
           </tr>
           <tr style="vertical-align: top;">
             <td><a class="internalDFN">Service-URI</a></td>
-            <td>A provenance service (i.e. a resource of type <code>prov:ProvenanceService</code>).  This is the initial URI used when accessing a provenance service; following REST API style [[REST-APIs]], actual URIs for accessing provenance information are obtained via the provenance service description.</td>
+            <td>A provenance service (i.e. a resource of type <code>prov:ProvenanceService</code>).  This is the initial URI used when accessing a provenance service; following REST API style [[REST-APIs]], actual URIs for accessing provenance descriptions are obtained via the provenance service description.</td>
             <td>A provenance service description per <a href="#provenance-service-description" class="sectionRef"></a>.  Alternative formats may be offered via HTTP content negotiation.</td>
           </tr>
           <tr style="vertical-align: top;">
@@ -358,60 +358,55 @@
 <!-- == Sect 2 =================================================================================== -->
     
     <section>
-      <h2>Accessing provenance information</h2>
+      <h2>Accessing provenance descriptions</h2>
       <p>
-        This specification describes two ways to access <a class="internalDFN">provenance information</a>:
+        This specification describes two ways to access <a class="internalDFN">provenance description</a>s:
       </p>
       <ol>
         <li>Direct access: given a <a class="internalDFN">provenance-URI</a>, simply dereference it, and</li>
         <li>Indirectly via a service: given the URIs of some resource and a <a class="internalDFN">provenance service</a>, use the service to access provenance of the resource.</li>
       </ol>
       <p>
-        Web applications may access provenance information in the same way as any resource on the Web, by dereferencing its URI (commonly using an HTTP GET operation). Thus, any provenance information may be associated with a <a class="internalDFN">provenance-URI</a>, and may be accessed by dereferencing that URI using web mechanisms.
+        Web applications may access provenance descriptions in the same way as any resource on the Web, by dereferencing its URI (commonly using an HTTP GET operation). Thus, any provenance description may be associated with a <a class="internalDFN">provenance-URI</a>, and may be accessed by dereferencing that URI using web mechanisms.
       </p>
       <p>
-        When there is no easy way to associate a provenance-URI with individual resources (e.g. for resources not directly web-accessible, or whose publication mechanism is controlled by someone else), one may provide provenance information about multiple resources through through a service interface.  A REST protocol for provenance retrieval is defined in Section <a href="#provenance-services" class="sectionRef"></a>.
+        When there is no easy way to associate a provenance-URI with individual resources (e.g. for resources not directly web-accessible, or whose publication mechanism is controlled by someone else), one may provide provenance descriptions about multiple resources through through a service interface.  A REST protocol for provenance retrieval is defined in Section <a href="#provenance-services" class="sectionRef"></a>.
       </p>
       <p>
-        How much or how little provenance information is returned in response to a retrieval request is a matter for the provenance provider application.  
+        How much or how little provenance is returned in response to a retrieval request is a matter for the provenance provider application.  
       </p>
       <p>
-        When publishing provenance information, a corresponding <a class="internalDFN">provenance-URI</a> or <a class="internalDFN">service-URI</a> should be discoverable using one or more of the mechanisms described in <a href="#locating-provenance-information" class="sectionRef"></a>.
+        When publishing provenance descriptions, corresponding <a class="internalDFN">provenance-URI</a>s or <a class="internalDFN">service-URI</a>s should be discoverable using one or more of the mechanisms described in <a href="#locating-provenance-information" class="sectionRef"></a>.
       </p>
       <p>
         Provenance may be presented as a <a href="/TR/prov-dm/#component4" class="externalRef">bundle</a>, which <cite>is a named set of provenance descriptions, and is itself an entity, so allowing provenance of provenance to be expressed</cite> [[PROV-DM]].  There is no requirement that a bundle identifier can be dereferenced to access the corresponding provenance, but where practical it is RECOMMENDED that matters be arranged so this is possible.  One possible realization of a bundle is that it is published as part of an RDF Dataset [[RDF-CONCEPTS11]] or similar composite structure. To access such a bundle would require accessing the RDF Dataset and then extracting the identified component; this in turn would require knowing a URI or some other way to retrieve the dataset.  This specification does not describe a specific mechanism for this; we anticipate that the W3C Linked Data Platform group (<a href="http://www.w3.org/2012/ldp/" class="externalRef">www.w3.org/2012/ldp/</a>) may address this topic in due course.
       </p>
-      <!--
-      <p>
-        Some alternative practices for accessing provenance information are discussed in <a href="#best-practice" class="sectionRef"></a>
-      </p>
-      -->
     </section>
  
 <!-- == Sect 3 =================================================================================== -->
     
     <section>
-      <h2>Locating provenance information</h2>
+      <h2>Locating provenance descriptions</h2>
       <p>
-        If <a class="internalDFN">provenance information</a> is a resource that can be accessed using web retrieval, one needs to know its <a class="internalDFN">provenance-URI</a> to dereference.  If this is known in advance, there is nothing more to specify.  If a provenance-URI is not known then a mechanism to discover one must be based on information that is available to the would-be accessor. Likewise, provenance information may be exposed by a service, in which case, the <a class="internalDFN">service-URI</a> needs to be known.
+        If a <a class="internalDFN">provenance description</a> is a resource that can be accessed using web retrieval, one needs to know its <a class="internalDFN">provenance-URI</a> to dereference.  If this is known in advance, there is nothing more to specify.  If a provenance-URI is not known then a mechanism to discover one must be based on information that is available to the would-be accessor. Likewise, provenance descriptions may be exposed by a service, in which case, the <a class="internalDFN">service-URI</a> needs to be known.
       </p>
       <p>
-        In the following, we refer to <a class="internalDFN">provider</a>s and <a class="internalDFN">consumer</a>s:
+        In the following, we refer to <a class="internalDFN">provider</a>s and <a class="internalDFN">consumer</a>s of provenance:
       </p>
       <dl>
         <dt><dfn>provider</dfn></dt>
         <dd>
-          is any agent that collects or constructs some information and makes it available.  The nature of the information or the means by which it is made available are not constrained, but the following discussion focuses on <a class="internalDFN">provenance information</a> made available by HTTP transactions (i.e. where the provenance provider is an HTTP server),
+          is an agent that collects or constructs some information and makes it available.  The nature of the information or the means by which it is made available are not constrained, but the following discussion focuses on provenance descriptions made available by HTTP transactions (i.e. where the provenance provider is an HTTP server),
         </dd>
         <dt><dfn>consumer</dfn></dt>
         <dd>
-          is any agent that receives and interprets some information.  We focus here on interpretation of <a class="internalDFN">provenance information</a>.
+          is an agent that receives and interprets provenance descriptions.
         </dd>
       </dl>
-      <p>Provenance information may be offered by several providers as well as that of the original resource, each with different concerns, and presenting provenance at different locations.  It is possible that these different providers may present contradictory provenance information.
+      <p>Provenance descriptions may be offered by several providers as well as that of the original resource, each with different concerns, and presenting provenance at different locations.  It is possible that these different providers may present contradictory provenance.
       </p>
       <p>
-        A consumer of some provenance information will generally need to isolate information about some specific target resource or resources. These may be <a class="internalDFN">constrained resource</a>s identified by separate target-URIs than the original resource.  In such circumstances, a provenance consumer will need to know the target-URI described by the provenance information obtained.
+        The consumer of a provenance description will generally need to isolate information about some specific target resource or resources.  These may be <a class="internalDFN">constrained resource</a>s identified by separate target-URIs than the original resource.  In such circumstances, a provenance consumer will need to know the target-URI used by a provenance description.
       </p>
       <p>
         We consider here mechanisms for a provider to indicate a <a class="internalDFN">provenance-URI</a> or <a class="internalDFN">Service-URI</a> along with a <a class="internalDFN">target-URI</a>.
@@ -426,7 +421,7 @@
         These particular cases are selected as corresponding to primary current web protocol and data formats.  Similar approaches  may be possible for other protocols or resource formats.  Finally, in <a href="#arbitrary-data" class="sectionRef"></a>, we discuss the case of a resource in an unspecified format which has been provided by some means other than HTTP.
       </p>
       <p>
-        The mechanisms described here are intended to allow a provider to supply information that may assist a client in finding related provenance information, and the provenance information itself should explicitly identify the target resources it describes.  While a provider should avoid giving spurious information, there are no fixed semantics, particularly when multiple resources are indicated, and a client should not assume that a specific given provenance-uri will yield information about a specific given target-uri.  In the general case, a client presented with multiple provenance-uris and multiple target-uris should look at all of the provenance-uris for information about any or all of the target-uris.
+        The mechanisms described here are intended to allow a provider to supply information that may assist a client in finding related provenance descriptions.  The provenance descriptions should themselves explicitly identify the target resources they describe.  While a provider should avoid giving spurious information, there are no fixed semantics, particularly when multiple resources are indicated, and a client should not assume that a specific given provenance-uri will yield information about a specific given target-uri.  In the general case, a client presented with multiple provenance-uris and multiple target-uris should look at all of the provenance-uris for information about any or all of the target-uris.
       </p>
       <p>
         The mechanisms specified for use with HTTP and HTML are similar to those proposed by POWDER [[POWDER-DR]] (sections <a href="http://www.w3.org/TR/2009/REC-powder-dr-20090901/#assoc-markup" class="externalRef">4.1.1</a> and <a href="http://www.w3.org/TR/2009/REC-powder-dr-20090901/#httplink" class="externalRef">4.1.3</a>).
@@ -435,13 +430,13 @@
       <section>
         <h2>Resource accessed by HTTP</h2>
         <p>
-          For a resource accessible using HTTP, provenance information may be indicated using an HTTP <code>Link</code> header field, as defined by <a href="http://tools.ietf.org/html/rfc5988" class="externalRef">Web Linking (RFC 5988)</a> [[LINK-REL]].  The <code>Link</code> header field is included in the HTTP response to a GET or HEAD operation (other HTTP operations are not excluded, but are not considered here).
+          For a resource accessible using HTTP, a provenance description may be indicated using an HTTP <code>Link</code> header field, as defined by <a href="http://tools.ietf.org/html/rfc5988" class="externalRef">Web Linking (RFC 5988)</a> [[LINK-REL]].  The <code>Link</code> header field is included in the HTTP response to a GET or HEAD operation (other HTTP operations are not excluded, but are not considered here).
         </p>
         <p>
-          A <code>hasProvenance</code> link relation type for referencing provenance information may be used as shown:
+          A <code>hasProvenance</code> link relation type for referencing a provenance description may be used thus:
         </p>
         <pre class="pattern">Link: <cite>provenance-URI</cite>; rel="http://www.w3.org/ns/prov#hasProvenance"; anchor="<cite>target-URI</cite>"</pre>
-        <p>When used in conjunction with an HTTP success response code (<code>2xx</code>), this HTTP header field indicates that <code><cite>provenance-URI</cite></code> is the URI of some provenance information associated with the requested resource and that the associated resource is identified within the referenced provenance information as <code><cite>target-URI</cite></code>. (See also <a href="#interpreting-provenance-information" class="sectionRef"></a>.)</p>
+        <p>When used in conjunction with an HTTP success response code (<code>2xx</code>), this HTTP header field indicates that <code><cite>provenance-URI</cite></code> is the URI of some provenance description associated with the requested resource, and that the associated resource is identified within the provenance description as <code><cite>target-URI</cite></code>. (See also <a href="#interpreting-provenance-information" class="sectionRef"></a>.)</p>
         <p>
           If no <code>anchor</code> parameter is provided then the <code><cite>target-URI</cite></code> is assumed to be the URI of the resource, used in the corresponding HTTP request.
         </p>
@@ -449,24 +444,24 @@
           This specification does not define the meaning of these links returned with other HTTP response codes: future revisions may define interpretations for these.
         </p>
         <p>
-          An HTTP response MAY include multiple <code>hasProvenance</code> link header fields, indicating a number of different provenance resources that are known to the responding server, each providing provenance information about the accessed resource.
+          An HTTP response MAY include multiple <code>hasProvenance</code> link header fields, indicating a number of different provenance resources that are known to the responding server, each presenting a provenance description about the accessed resource.
         </p>
         <p>
-          The presence of a <code>hasProvenance</code> link in an HTTP response does not preclude the possibility that other publishers may offer provenance information about the same resource.  In such cases, discovery of the additional provenance information must use other means (e.g. see <a href="#provenance-services" class="sectionRef"></a>).
+          The presence of a <code>hasProvenance</code> link in an HTTP response does not preclude the possibility that other publishers may offer provenance descriptions about the same resource.  In such cases, discovery of the additional provenance descriptions must use other means (e.g. see <a href="#provenance-services" class="sectionRef"></a>).
         </p>
         <p>
-          Provenance resources indicated in this way are not guaranteed to be authoritative.  Trust in the linked provenance information must be determined separately from trust in the original resource. Just as in the web at large, it is a user's responsibility to determine an appropriate level of trust in any other linked resource; e.g. based on the domain that serves it, or an associated digital signature. (See also <a href="#security-considerations" class="sectionRef"></a>.)
+          Provenance indicated in this way is not guaranteed to be authoritative.  Trust in the linked provenance descriptions must be determined separately from trust in the original resource.  Just as in the web at large, it is a user's responsibility to determine an appropriate level of trust in any other linked resource; e.g. based on the domain that serves it, or an associated digital signature. (See also <a href="#security-considerations" class="sectionRef"></a>.)
         </p>
 
         <section>
           <h2>Specifying Provenance Services</h2>
           <p>
-            The resource provider may indicate that provenance information about the resource is provided by a <a class="internalDFN">provenance service</a>. This is done through the use of a <code>hasProvenanceService</code> link relation type following the same pattern as above:
+            The resource provider may indicate that provenance descriptions about the resource are provided by a <a class="internalDFN">provenance service</a>. This is done through the use of a <code>hasProvenanceService</code> link relation type following the same pattern as above:
           </p>
           <pre class="pattern">
 Link: <cite>provenance-service-URI</cite>; rel="http://www.w3.org/ns/prov#hasProvenanceService"; anchor="<cite>target-URI</cite>"</pre>
           <p>
-            The <code>hasProvenanceService</code> link identifies the <a class="internalDFN">service-URI</a>.  Dereferencing this URI yields a service description that provides further information to enable a client to determine a <a class="internalDFN">provenance-URI</a> or retrieve <a class="internalDFN">provenance information</a> for a <a class="internalDFN">resource</a>; see <a href="#provenance-services" class="sectionRef"></a> for more details.
+            The <code>hasProvenanceService</code> link identifies the <a class="internalDFN">service-URI</a>.  Dereferencing this URI yields a service description that provides further information to enable a client to determine a <a class="internalDFN">provenance-URI</a> for a <a class="internalDFN">provenance description</a> for a <a class="internalDFN">resource</a>; see <a href="#provenance-services" class="sectionRef"></a> for more details.
           </p>
           <p>
           There may be multiple <code>hasProvenanceService</code> link header fields, and these may appear in an HTTP response together with <code>hasProvenance</code> link header fields (though, in simple cases, we anticipate that <code>hasProvenance</code> and <code>hasProvenanceService</code> link relations will not be used together).
@@ -476,10 +471,10 @@
         <section>
           <h2>Content negotiation, redirection and Link: headers</h2>
           <p>
-            When performing content negotiation for a resource, it is common for HTTP 302 or 303 redirect response codes to be used to direct a client to an appropriately-formatted resource.  When accessing a resource for which provenance information is available, link headers SHOULD be included with the response to the final redirected request, and not on the intermediate 303 responses.  (When accessing a resource from a browser using Javascript, the intermediate 303 responses are usually handled transparently by the browser and are not visible to the HTTP client code.) 
+            When performing content negotiation for a resource, it is common for HTTP 302 or 303 redirect response codes to be used to direct a client to an appropriately-formatted resource.  When accessing a resource for which provenance is available, link headers SHOULD be included with the response to the final redirected request, and not on the intermediate 303 responses.  (When accessing a resource from a browser using Javascript, the intermediate 303 responses are usually handled transparently by the browser and are not visible to the HTTP client code.) 
           </p>
           <p>
-            Following content negotiation, any link to provenance information returned refers to the resource whose URI is used in the corresponding HTTP request, or the given anchor parameter if that is different. (The provenance information itself may also refer to other resources; see the discussion at the start of <a href="#locating-provenance-information" class="sectionRef"></a>.)
+            Following content negotiation, any provenance link returned refers to the resource whose URI is used in the corresponding HTTP request, or the given anchor parameter if that is different. (The provenance description itself may also refer to other resources; see the discussion at the start of <a href="#locating-provenance-information" class="sectionRef"></a>.)
           </p>
           <p>
             An example transaction using content negotiation and redirection might look like this (where <code>C:</code> and <code>S:</code> prefixes indicate client and server emitted data respectively):
@@ -517,8 +512,8 @@
       <section>
         <h2>Resource represented as HTML</h2>
         <div>
-          For a document presented as HTML or XHTML, without regard for how it has been obtained, provenance information may be associated with a resource by adding a <code>&lt;link&gt;</code> element to the HTML <code>&lt;head&gt;</code> section.
-          Two link relation types for referencing provenance information may be used as shown:
+          For a document presented as HTML or XHTML, without regard for how it has been obtained, a provenance description may be associated with a resource by adding a <code>&lt;link&gt;</code> element to the HTML <code>&lt;head&gt;</code> section.
+          Two link relation types for referencing provenance descriptions may be used as shown:
           <pre class="pattern">
   &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
      &lt;head&gt;
@@ -535,10 +530,10 @@
           The <code><cite>provenance-URI</cite></code> given by the <code>hasProvenance</code> link element identifies the provenance-URI for the document.
         </p>
         <p>
-          The <code><cite>target-URI</cite></code> given by the <code>hasAnchor</code> link element specifies an identifier for the document that may be used within the provenance information when referring to the document.
+          The <code><cite>target-URI</cite></code> given by the <code>hasAnchor</code> link element specifies an identifier for the document that may be used within the provenance description when referring to the document.
         </p>
         <p>
-          An HTML document header MAY include multiple <code>hasProvenance</code> link elements, indicating a number of different provenance sources that are known to the creator of the document, each of which may provide provenance information about the document. 
+          An HTML document header MAY include multiple <code>hasProvenance</code> link elements, indicating a number of different provenance descriptions that are known to the creator of the document, each of which may provide provenance about the document. 
         </p>
         <p>
           If no <code>hasAnchor</code> link element is provided then the <code><cite>target-URI</cite></code> is assumed to be the URI of the document. It is RECOMMENDED that this convention be used only when the document is static and has a stable URI that is reasonably expected to be available to anyone accessing the document (e.g. when delivered from a web server, or as part of a MIME structure containing content identifiers [[RFC2392]]).
@@ -547,7 +542,7 @@
         <section>
           <h2>Specifying Provenance Services</h2>
             <p>
-              The document creator may specify that the provenance information about the document is provided by a <a class="internalDFN">provenance service</a>. This is done through the use of a third link relation type following the same pattern as above:
+              The document creator may specify that the provenance about the document is provided by a <a class="internalDFN">provenance service</a>. This is done through the use of a third link relation type following the same pattern as above:
             </p>
             <pre class="pattern">
   &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
@@ -561,7 +556,7 @@
      &lt;/body&gt;
   &lt;/html&gt;</pre>
           <p>
-            The <code>hasProvenanceService</code> link element identifies the <a class="internalDFN">service-URI</a>.  Dereferencing this URI yields a service description that provides further information to enable a client to access <a class="internalDFN">provenance information</a> for a <a class="internalDFN">resource</a>; see <a href="#provenance-services" class="sectionRef"></a> for more details.
+            The <code>hasProvenanceService</code> link element identifies the <a class="internalDFN">service-URI</a>.  Dereferencing this URI yields a service description that provides further information to enable a client to access <a class="internalDFN">provenance description</a> for a <a class="internalDFN">resource</a>; see <a href="#provenance-services" class="sectionRef"></a> for more details.
           </p>
           <p>
             There MAY be multiple <code>hasProvenanceService</code> link elements, and these MAY appear in the same document as <code>provenance</code> link elements (though, in simple cases, we anticipate that <code>hasProvenance</code> and <code>hasProvenanceService</code> link relations would not be used together).
@@ -576,14 +571,14 @@
           (These terms may be used to indicate provenance of arbitrary other resources too, but discussion of such usage is beyond the scope of this section.)
         </p>
         <p>
-          The RDF property <code>prov:hasProvenance</code> is a relation between two resources, where the object of the property is a resource that provides provenance information about the subject resource.  Multiple <code>prov:hasProvenance</code> assertions may be made about a subject resource.  This property corresponds to a <code>hasProvenance</code> e link relation</a> used with an HTTP <code>Link</code> header field, or HTML <code>&lt;link&gt;</code> element (see above).
+          The RDF property <code>prov:hasProvenance</code> is a relation between two resources, where the object of the property is a resource that presents a provenance description of the subject resource.  Multiple <code>prov:hasProvenance</code> assertions may be made about a subject resource.  This property corresponds to a <code>hasProvenance</code> e link relation</a> used with an HTTP <code>Link</code> header field, or HTML <code>&lt;link&gt;</code> element (see above).
         </p>
         <p>
-          Property <code>prov:hasAnchor</code> specifies a <a class="internalDFN">target-URI</a> used in the indicated provenance information to refer to the containing RDF document.
-          This corresponds to use of the <code>anchor</code> parameter in an HTTP provenance <code>Link</code> header field, or a <code>hasAnchor</code> link relation</a> in an HTML <code>&lt;link&gt;</code> element, which similarly indicate a URI used by the provenance information to refer to the described document.
+          Property <code>prov:hasAnchor</code> specifies a <a class="internalDFN">target-URI</a> used in the indicated provenance to refer to the containing RDF document.
+          This corresponds to use of the <code>anchor</code> parameter in an HTTP provenance <code>Link</code> header field, or a <code>hasAnchor</code> link relation</a> in an HTML <code>&lt;link&gt;</code> element, which similarly indicate a URI used by the provenance description to refer to the described document.
         </p>
         <p>
-          Property <code>prov:hasProvenanceService</code> specifies a <a class="internalDFN">service-URI</a> associated with the RDF document for possible access to provenance information.  This property corresponds to a <code>hasProvenanceService</code> link relation used with an HTTP <code>Link</code> header field, or HTML <code>&lt;link&gt;</code> element.
+          Property <code>prov:hasProvenanceService</code> specifies a <a class="internalDFN">service-URI</a> associated with the RDF document for accessing provenance descriptions.  This property corresponds to a <code>hasProvenanceService</code> link relation used with an HTTP <code>Link</code> header field, or HTML <code>&lt;link&gt;</code> element.
         </p>
         <pre class="example code">
     @prefix prov: &lt;http://www.w3.org/ns/prov#&gt;
@@ -605,15 +600,15 @@
     <section>
       <h2>Provenance services</h2>
       <p>
-        This section describes a REST-based protocol [[REST]] for provenance services with facilities for the retrieval of provenance information. The protocol specifies HTTP operations for retrieval of provenance information from a provenance service. It follows the approach of the SPARQL Graph Store HTTP Protocol [[SPARQL-HTTP]].
+        This section describes a REST-based protocol [[REST]] for provenance services with facilities for the retrieval of provenance descriptions. The protocol specifies HTTP operations for retrieval of a provenance description from a provenance service. It follows the approach of the SPARQL Graph Store HTTP Protocol [[SPARQL-HTTP]].
       </p>
       <p>The introduction of this protocol is motivated by the following possible considerations: </p>
       <ul>
-      <li>the naming authority associated with the <a class="internalDFN">target-URI</a> is not the same as the service offering provenance information</li>
-      <li>multiple services have <a class="internalDFN">provenance information</a> about the same resource</li>
+      <li>the naming authority associated with the <a class="internalDFN">target-URI</a> is not the same as the service offering <a class="internalDFN">provenance description</a>s</li>
+      <li>multiple services have provenance descriptions about the same resource</li>
       <li>the service associated with the target-URI is not accessible for adding additional information when handling retrieval requests</li>
-      <li>there is no dereferencable <a class="internalDFN">provenance-URI</a> containing provenance information for a particular resource</li>
-      <li>provenance services may provide additional extensibility points for control over returned provenance information.</li>
+      <li>there is no dereferencable <a class="internalDFN">provenance-URI</a> containing a provenance <a class="internalDFN"> for a particular resource</li>
+      <li>provenance services may provide additional extensibility points for control over returned provenance.</li>
       </ul>
 
      <section>
@@ -623,13 +618,13 @@
   GET /provenance/service?<b>target</b>=http://www.example.com/entity HTTP/1.1
   Host: example.com</pre>
         </div>
-        <div>The embedded target-URI (<code>http://www.example.com/entity</code>) identifies the resource for which provenance information is to be returned. Any server that implements this protocol and receives a request URI in this form SHOULD return provenance information for the resource-URI embedded in the query component where that URI is the result of percent-decoding the value associated with the provenance-resource key. The embedded URI MUST be an absolute URI and the server MUST respond with a 400 Bad Request if it is not.  If the supplied resource-URI includes a fragment identifier, the '#' MUST be %-encoded as <code>%23</code> when constructing the provenance-URI value; similarly, any '&amp;' character in the resource-URI must be %-encoded as <code>%26</code> [[RFC3986]].
+        <div>The embedded target-URI (<code>http://www.example.com/entity</code>) identifies the resource for which provenance is to be returned. Any server that implements this protocol and receives a request URI in this form SHOULD return a provenance description for the resource-URI embedded in the query component, where that URI is the result of percent-decoding the value associated with the provenance-resource key. The embedded URI MUST be an absolute URI and the server MUST respond with a 400 Bad Request if it is not.  If the supplied resource-URI includes a fragment identifier, the '#' MUST be %-encoded as <code>%23</code> when constructing the provenance-URI value; similarly, any '&amp;' character in the resource-URI must be %-encoded as <code>%26</code> [[RFC3986]].
         </div>
         <p>
-          If the provenance information identified in the request does not exist in the server, a 404 Not Found response code SHOULD be returned.
+          If the provenance identified in the request does not exist in the server, a 404 Not Found response code SHOULD be returned.
         </p>
         <p>
-          The format of returned provenance information is not defined here, but may be established through content type negotiation using <code>Accept:</code> header fields in the HTTP request. A provenance service SHOULD be capable of returning RDF using the vocabulary defined by [[PROV-O]], in any standard RDF serialization (e.g. RDF/XML), or any other standard serialization of the Provenance Model specification [[PROV-DM]]. Services MUST identify the <code>Content-Type</code> of the information returned.
+          The format of the returned provenance description is not defined here, but may be established through content type negotiation using <code>Accept:</code> header fields in the HTTP request. A provenance service SHOULD be capable of returning RDF using the vocabulary defined by [[PROV-O]], in any standard RDF serialization (e.g. RDF/XML), or any other standard serialization of the Provenance Model specification [[PROV-DM]]. Services MUST identify the <code>Content-Type</code> of the information returned.
         </p>
         <p>
           Additional URI query parameters may be used as indicated by the service description in <a href="#provenance-service-description" class="sectionRef"></a>.
@@ -669,10 +664,10 @@
           where <cite><code>service-URI</code></cite> is the URI of the provenance service.  Note that the object of the <code>prov:provenanceUriTemplate</code> statement is a literal text value, not a URI.
         </p>
         <p>
-          A client should retrieve this service description and extract the associated value for <code>prov:provenance-URI-template</code>.  This value is a string containing a URI template [[URI-template]] (level 2 or above). A URI for the desired provenance information is obtained by expanding the URI template with the variable <code>uri</code> set to the resource-URI for which provenance is required.  If the target-URI contains '#' or '&amp;' these  must be %-escaped as <code>%23</code> or <code>%26</code> respectively before template expansion [[RFC3986]].
+          A client should retrieve this service description and extract the associated value for <code>prov:provenance-URI-template</code>.  This value is a string containing a URI template [[URI-template]] (level 2 or above). A URI for the desired provenance description is obtained by expanding the URI template with the variable <code>uri</code> set to the resource-URI for which provenance is required.  If the target-URI contains '#' or '&amp;' these  must be %-escaped as <code>%23</code> or <code>%26</code> respectively before template expansion [[RFC3986]].
         </p>
         <p>
-          A provenance service MAY recognize additional parameters encoded as part of a URI for provenance information.  If it does, it SHOULD include these in the provenance URI template in the service description, so that clients may know how a URI is formed using this additional information.
+          A provenance service MAY recognize additional parameters encoded as part of a URI for the provenance description.  If it does, it SHOULD include these in the provenance URI template in the service description, so that clients may know how a URI is formed using this additional information.
           For example, a service might offer to include just the immediate provenance of an entity, or to also supply provenance of entities from which the target resource is derived.  Suppose a service accepts an additional parameter <code>steps</code> that defines the number of previous steps to include in a provenance trace, it might publish its service description thus:
         </p>
         <pre class="pattern">
@@ -701,7 +696,7 @@
     <section>
       <h2>Forward provenance</h2>
       <p>
-        The mechanisms discussed in previous sections are primarily concerned with how consumers access historical provenance information from publishers, dealing with questions such as:
+        The mechanisms discussed in previous sections are primarily concerned with how consumers access historical provenance from publishers, dealing with questions such as:
       </p>
       <ul>
         <li>what was this resource based upon?</li>
@@ -722,7 +717,7 @@
         The ability to answer forward-looking questions requires some cooperation among the parties who use a resource; for example, a consumer could report use directly to the publisher, or a search engine could discover and report such downstream resource usage.  To facilitate such cooperation, a publisher may implement a "ping-back" capability.
       </p>
       <p>
-        A resource may have an associated "ping-back" URI which can be presented with PROV assertions about the resource.  The ping-back URI is associated with a resource using mechanisms similar to those used for presenting a <a class="internalDFN">provenance-URI</a>, but using a <code>provPingback</code> link relation instead of <code>hasProvenance</code>.  A consumer of the resource, or some other system, may  perform an HTTP POST operation to the pingback URI where the POST request body contains new provenance information in one of the recognized provenance formats.  For interoperability, ping-back receiving service SHOULD be able to accept al least PROV-O provenance presented as RDF/XML or Turtle.
+        A resource may have an associated "ping-back" URI which can be presented with PROV assertions about the resource.  The ping-back URI is associated with a resource using mechanisms similar to those used for presenting a <a class="internalDFN">provenance-URI</a>, but using a <code>provPingback</code> link relation instead of <code>hasProvenance</code>.  A consumer of the resource, or some other system, may  perform an HTTP POST operation to the pingback URI where the POST request body contains provenance in one of the recognized provenance description formats.  For interoperability, a ping-back receiving service SHOULD be able to accept at least PROV-O provenance presented as RDF/XML or Turtle.
       </p>
       <p>
         For example, consider a resource that is published by acme.example.com, and is subsequently used by wile-e.example.org in the construction of some new entity;  we might see an exchange along the following lines.  We start with wile-e.example.org retrieving a copy of acme.example.org's resource:
@@ -739,7 +734,7 @@
    :
   (super-widget resource data)</pre>
       <p>
-        The first of the links in the response is the provenance-URI that has been described previously.  The second is a distinct resource that exists to receive provenance pingbacks.  Later, when a new resource has been created or action performed based upon the acme.example.org/super-widget, new provenance information may be submitted to the pingback thus:
+        The first of the links in the response is the provenance-URI that has been described previously.  The second is a distinct resource that exists to receive provenance pingbacks.  Later, when a new resource has been created or action performed based upon the acme.example.org/super-widget, new provenance may be submitted to the pingback thus:
       </p>
       <pre class="pattern">
   C: POST /pingback/super-widget HTTP/1.1
@@ -772,21 +767,21 @@
     <section>
       <h2>Security considerations</h2>
       <p>
-        Provenance is central to establishing trust in data. If provenance information is corrupted, it may lead agents (human or software) to draw inappropriate and possibly harmful conclusions.  Therefore, care is needed to ensure that the integrity of provenance information is maintained.  Just as provenance information can help determine a level of trust in some information, provenance information related to the provenance itself ("provenance of provenance") can help determine trust in the provenance itself.
+        Provenance is central to establishing trust in data.  If a provenance description is corrupted, it may lead agents (human or software) to draw inappropriate and possibly harmful conclusions.  Therefore, care is needed to ensure that the integrity of provenance is maintained.  Just as provenance can help determine a level of trust in some information, a provenance description related to the provenance itself ("provenance of provenance") can help determine trust in the provenance.
       </p>
       <p>
-        Secure HTTP (https) SHOULD be used across unsecured networks when accessing provenance information that may be used as a basis for trust decisions, or to obtain a provenance URI for same.
+        Secure HTTP (https) SHOULD be used across unsecured networks when accessing provenance that may be used as a basis for trust decisions, or to obtain a provenance URI for same.
       </p>
       <p>
         When retrieving a provenance URI from a document, steps SHOULD be taken to ensure the document itself is an accurate copy of the original whose author is being trusted (e.g. signature checking, or use of a trusted secure web service).
       </p>
       <p>
-        Provenance information may provide a route for leakage of privacy-related information, combining as it does a diversity of information types with possible personally-identifying information; e.g. editing timestamps may provide clues to the working patterns of document editors, or derivation traces might indicate access to sensitive materials.  In particular, note that the fact that a resource is openly accessible does not mean that its provenance information should also be.  When publishing provenance, its sensitivity SHOULD be considered and appropriate access controls applied where necessary.  When a provenance-aware publishing service accepts some resource for publication, the contributors SHOULD have some opportunity to review and correct or conceal any provenance information that they don't wish to be exposed.  Provenance management systems SHOULD embody mechanisms for enforcement and auditing of privacy policies as they apply to provenance information.
+        Provenance descriptions may provide a route for leakage of privacy-related information, combining as it does a diversity of information types with possible personally-identifying information; e.g. editing timestamps may provide clues to the working patterns of document editors, or derivation traces might indicate access to sensitive materials.  In particular, note that the fact that a resource is openly accessible does not mean that its provenance should also be.  When publishing provenance, its sensitivity SHOULD be considered and appropriate access controls applied where necessary.  When a provenance-aware publishing service accepts some resource for publication, the contributors SHOULD have some opportunity to review and correct or conceal any provenance that they don't wish to be exposed.  Provenance management systems SHOULD embody mechanisms for enforcement and auditing of privacy policies as they apply to provenance.
       </p>
-      <p>Provenance information may be used by audits to establish accountability for information use [[INFO-ACC]] and to verify use of proper processes in information processing activities.  Thus, provenance management systems can provide mechanisms to support auditing and enforcement of information handling policies. In such cases, provenance information itself may be a valuable target for attack by malicious agents, and care must be taken to ensure it is stored securely and in a fashion that resists attempts to tamper with it.
+      <p>Provenance descriptions may be used by audits to establish accountability for information use [[INFO-ACC]] and to verify use of proper processes in information processing activities.  Thus, provenance management systems can provide mechanisms to support auditing and enforcement of information handling policies. In such cases, provenance itself may be a valuable target for attack by malicious agents, and care must be taken to ensure it is stored securely and in a fashion that resists attempts to tamper with it.
       </p>
       <p>
-        The pingback service described in <a href="#forward-provenance" class="sectionRef"></a> might be abused for "link spamming" (similar to the way that weblog ping-backs have been used to direct viewers to spam sites).  As with many such services, an application needs to find a balance between maintaining ease of submission for useful information and blocking unwanted information.  We have no easy solutions for this problem, and the caveats noted above about establishing integrity of provenance information apply similarly to information provided by ping-back calls.
+        The pingback service described in <a href="#forward-provenance" class="sectionRef"></a> might be abused for "link spamming" (similar to the way that weblog ping-backs have been used to direct viewers to spam sites).  As with many such services, an application needs to find a balance between maintaining ease of submission for useful information and blocking unwanted information.  We have no easy solutions for this problem, and the caveats noted above about establishing integrity of provenance descriptions apply similarly to information provided by ping-back calls.
       </p>
     </section>
  
@@ -827,13 +822,13 @@
           </tr>
           <tr style="vertical-align: top;">
             <td><code>hasProvenance</code></td>
-            <td>Indicates a <a class="internalDFN">provenance-URI</a> for a resource;  the resource identified by this property provides provenance information about its subject or anchor resource.
+            <td>Indicates a <a class="internalDFN">provenance-URI</a> for a resource;  the resource identified by this property presents a provenance description about its subject or anchor resource.
             </td>
             <td><a href="#resource-accessed-by-http" class="sectionRef"></a>, <a href="#resource-represented-as-html" class="sectionRef"></a></td>
           </tr>
           <tr style="vertical-align: top;">
             <td><code>hasProvenanceService</code></td>
-            <td>Indicates a <a class="internalDFN">provenance service</a> that can provide provenance information about its subject or anchor resource.</td>
+            <td>Indicates a <a class="internalDFN">provenance service</a> that can provide provenance descriptions about its subject or anchor resource.</td>
             <td><a href="#specifying-provenance-services" class="sectionRef"></a></td>
           </tr>
           <tr style="vertical-align: top;">
--- a/presentations/prov.bib	Tue Nov 27 11:43:03 2012 +0000
+++ b/presentations/prov.bib	Tue Nov 27 11:44:38 2012 +0000
@@ -1,5 +1,5 @@
 @techreport{w3c-prov-aq,
-	Author = {Luc Moreau and Olaf Hartig and Yogesh Simmhan and James Myers and Timothy Lebo and Khalid Belhajjame and Simon Miles},
+	Author = {Graham Klyne and Paul Groth and Luc Moreau and Olaf Hartig and Yogesh Simmhan and James Myers and Timothy Lebo and Khalid Belhajjame and Simon Miles},
 	Date-Added = {2012-08-24 17:52:12 +0000},
 	Date-Modified = {2012-08-24 17:58:35 +0000},
 	Editor = {Graham Klyne and Paul Groth},
@@ -28,7 +28,7 @@
 	Bdsk-Url-1 = {http://www.w3.org/TR/prov-n/}}
 
 @techreport{w3c-prov-dm,
-	Author = {Khalid Belhajjame and Reza B'Far and James Cheney and Sam Coppens and Stephen Cresswell and Yolanda Gil and Paul Groth and Graham Klyne and Timothy Lebo and Jim McCusker and Simon Miles and James Myers and Satya Sahoo and Curt Tilmes},
+	Author = {Luc Moreau and Paolo Missier and Khalid Belhajjame and Reza B'Far and James Cheney and Sam Coppens and Stephen Cresswell and Yolanda Gil and Paul Groth and Graham Klyne and Timothy Lebo and Jim McCusker and Simon Miles and James Myers and Satya Sahoo and Curt Tilmes},
 	Date-Added = {2012-08-24 17:47:07 +0000},
 	Date-Modified = {2012-08-24 17:58:23 +0000},
 	Editor = {Luc Moreau and Paolo Missier},
@@ -38,7 +38,7 @@
 	Bdsk-Url-1 = {http://www.w3.org/TR/prov-dm/}}
 
 @techreport{w3c-prov-o,
-	Author = {Khalid Belhajjame and James Cheney and David Corsar and Daniel Garijo and Stian Soiland-Reyes and Stephan Zednik and Jun Zhao},
+	Author = {Timothy Lebo and Satya Sahoo and Deborah McGuinness and Khalid Belhajjame and James Cheney and David Corsar and Daniel Garijo and Stian Soiland-Reyes and Stephan Zednik and Jun Zhao},
 	Date-Added = {2012-08-24 17:44:52 +0000},
 	Date-Modified = {2012-08-24 17:58:27 +0000},
 	Editor = {Timothy Lebo and Satya Sahoo and Deborah McGuinness},
@@ -48,7 +48,7 @@
 	Bdsk-Url-1 = {http://www.w3.org/TR/prov-o/}}
 
 @techreport{w3c-prov-primer,
-	Author = {Khalid Belhajjame and Helena Deus and Daniel Garijo and Graham Klyne and Paolo Missier and Stian Soiland-Reyes and Stephen Zednik},
+	Author = {Yolanda Gil and Simon Miles and Khalid Belhajjame and Helena Deus and Daniel Garijo and Graham Klyne and Paolo Missier and Stian Soiland-Reyes and Stephen Zednik},
 	Date-Added = {2012-08-24 17:40:28 +0000},
 	Date-Modified = {2012-08-24 17:59:18 +0000},
 	Editor = {Yolanda Gil and Simon Miles},
--- a/testcases/constraints/derivation1-PASS.provn	Tue Nov 27 11:43:03 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-bundle
-prefix xsd <http://www.w3.org/2001/XMLSchema>
-prefix prim <http://openprovenance.org/primitives#>
-prefix ex <http://example.org/>
-prefix prov <http://www.w3.org/ns/prov#>
-prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
-prefix pc1 <http://www.ipaw.info/pc1/>
-entity(ex:e1)
-entity(ex:e2)
-wasGeneratedBy(ex:gen1;ex:e1,-,-)
-wasGeneratedBy(ex:gen2;ex:e2,-,-)
-wasDerivedFrom(ex:der1;ex:e2, ex:e1)
-endBundle
\ No newline at end of file
--- a/testcases/constraints/derivation1-PASS.provx	Tue Nov 27 11:43:03 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-        <prov:entity prov:id="ex:e1">
-        </prov:entity>
-        <prov:entity prov:id="ex:e2">
-        </prov:entity>
-
-	    <prov:wasGeneratedBy prov:id="ex:gen1">
-	      <prov:entity  prov:ref="ex:e1"/>
-            </prov:wasGeneratedBy>
-	    <prov:wasGeneratedBy prov:id="ex:gen2">
-	      <prov:entity  prov:ref="ex:e2"/>
-            </prov:wasGeneratedBy>
-            <prov:wasDerivedFrom prov:id="ex:der1">
-                <prov:generatedEntity prov:ref="ex:e2"/>
-                <prov:usedEntity prov:ref="ex:e1"/>
-            </prov:wasDerivedFrom>
-
-</prov:document>
--- a/testcases/constraints/derivation1-PASS.ttl	Tue Nov 27 11:43:03 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-@prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix prim: <http://openprovenance.org/primitives#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@prefix ex: <http://example.org/> .
-@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
-@prefix pc1: <http://www.ipaw.info/pc1/> .
-
-
-ex:e1 a prov:Entity .
-
-ex:e2 a prov:Entity .
-
-ex:gen1 a prov:Generation .
-
-ex:e1 prov:qualifiedGeneration ex:gen1 .
-
-ex:gen2 a prov:Generation .
-
-ex:e2 prov:qualifiedGeneration ex:gen2 .
-
-ex:der1 a prov:Derivation ;
-	prov:entity ex:e1 .
-
-ex:e2 prov:qualifiedDerivation ex:der1 .
--- a/testcases/constraints/derivation2-FAIL-ordering.provn	Tue Nov 27 11:43:03 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-bundle
-prefix xsd <http://www.w3.org/2001/XMLSchema>
-prefix prim <http://openprovenance.org/primitives#>
-prefix ex <http://example.org/>
-prefix prov <http://www.w3.org/ns/prov#>
-prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
-prefix pc1 <http://www.ipaw.info/pc1/>
-entity(ex:e1)
-entity(ex:e2)
-wasGeneratedBy(ex:gen1;ex:e1,-,-)
-wasGeneratedBy(ex:gen2;ex:e2,-,-)
-wasDerivedFrom(ex:der1;ex:e2, ex:e1)
-wasDerivedFrom(ex:der2;ex:e1, ex:e2)
-endBundle
\ No newline at end of file
--- a/testcases/constraints/derivation2-FAIL-ordering.provx	Tue Nov 27 11:43:03 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-        <prov:entity prov:id="ex:e1">
-        </prov:entity>
-        <prov:entity prov:id="ex:e2">
-        </prov:entity>
-
-	    <prov:wasGeneratedBy prov:id="ex:gen1">
-	      <prov:entity  prov:ref="ex:e1"/>
-            </prov:wasGeneratedBy>
-	    <prov:wasGeneratedBy prov:id="ex:gen2">
-	      <prov:entity  prov:ref="ex:e2"/>
-            </prov:wasGeneratedBy>
-            <prov:wasDerivedFrom prov:id="ex:der1">
-                <prov:generatedEntity prov:ref="ex:e2"/>
-                <prov:usedEntity prov:ref="ex:e1"/>
-            </prov:wasDerivedFrom>
-            <prov:wasDerivedFrom prov:id="ex:der2">
-                <prov:generatedEntity prov:ref="ex:e1"/>
-                <prov:usedEntity prov:ref="ex:e2"/>
-            </prov:wasDerivedFrom>
-
-</prov:document>
--- a/testcases/constraints/derivation2-FAIL-ordering.ttl	Tue Nov 27 11:43:03 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-@prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix prim: <http://openprovenance.org/primitives#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@prefix ex: <http://example.org/> .
-@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
-@prefix pc1: <http://www.ipaw.info/pc1/> .
-
-
-ex:e1 a prov:Entity .
-
-ex:e2 a prov:Entity .
-
-ex:gen1 a prov:Generation .
-
-ex:e1 prov:qualifiedGeneration ex:gen1 .
-
-ex:gen2 a prov:Generation .
-
-ex:e2 prov:qualifiedGeneration ex:gen2 .
-
-ex:der1 a prov:Derivation ;
-	prov:entity ex:e1 .
-
-ex:e2 prov:qualifiedDerivation ex:der1 .
-
-ex:der2 a prov:Derivation ;
-	prov:entity ex:e2 .
-
-ex:e1 prov:qualifiedDerivation ex:der2 .
--- a/testcases/constraints/derivation3-PASS.provn	Tue Nov 27 11:43:03 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-bundle
-prefix xsd <http://www.w3.org/2001/XMLSchema>
-prefix prim <http://openprovenance.org/primitives#>
-prefix ex <http://example.org/>
-prefix prov <http://www.w3.org/ns/prov#>
-prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
-prefix pc1 <http://www.ipaw.info/pc1/>
-entity(ex:e1)
-entity(ex:e2)
-activity(ex:a1,-,-)
-wasGeneratedBy(ex:gen1;ex:e1,-,-)
-wasGeneratedBy(ex:gen2;ex:e2,-,-)
-used(ex:use1;ex:a1,ex:e1,-)
-wasDerivedFrom(ex:der1;ex:e2, ex:e1, ex:a1, ex:gen2, ex:use1)
-endBundle
\ No newline at end of file
--- a/testcases/constraints/derivation3-PASS.provx	Tue Nov 27 11:43:03 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-        <prov:entity prov:id="ex:e1">
-        </prov:entity>
-        <prov:entity prov:id="ex:e2">
-        </prov:entity>
-        <prov:activity prov:id="ex:a1">
-        </prov:activity>
-
-
-	    <prov:wasGeneratedBy prov:id="ex:gen1">
-	      <prov:entity  prov:ref="ex:e1"/>
-            </prov:wasGeneratedBy>
-	    <prov:wasGeneratedBy prov:id="ex:gen2">
-	      <prov:entity  prov:ref="ex:e2"/>
-            </prov:wasGeneratedBy>
-	    <prov:used prov:id="ex:use1">
-	      <prov:activity prov:ref="ex:a1"/>
-	      <prov:entity  prov:ref="ex:e1"/>
-	    </prov:used>
-            <prov:wasDerivedFrom prov:id="ex:der1">
-                <prov:generatedEntity prov:ref="ex:e2"/>
-                <prov:usedEntity prov:ref="ex:e1"/>
-		<prov:activity prov:ref="ex:a1"/>
-		<prov:generation prov:ref="ex:gen2"/>
-		<prov:usage prov:ref="ex:use1"/>
-            </prov:wasDerivedFrom>
-
-</prov:document>
--- a/testcases/constraints/derivation3-PASS.ttl	Tue Nov 27 11:43:03 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-@prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix prim: <http://openprovenance.org/primitives#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@prefix ex: <http://example.org/> .
-@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
-@prefix pc1: <http://www.ipaw.info/pc1/> .
-
-
-ex:e1 a prov:Entity .
-
-ex:e2 a prov:Entity .
-
-ex:a1 a prov:Activity .
-
-ex:gen1 a prov:Generation .
-
-ex:e1 prov:qualifiedGeneration ex:gen1 .
-
-ex:gen2 a prov:Generation .
-
-ex:e2 prov:qualifiedGeneration ex:gen2 .
-
-ex:use1 a prov:Usage ;
-	prov:entity ex:e1 .
-
-ex:a1 prov:qualifiedUsage ex:use1 .
-
-ex:der1 a prov:Derivation ;
-	prov:entity ex:e1 .
-
-ex:e2 prov:qualifiedDerivation ex:der1 .
-
-ex:der1 prov:hadGeneration ex:gen2 ;
-	prov:hadUsage ex:use1 ;
-	prov:hadActivity ex:a1 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-activity1-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,11 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+activity(ex:a1,-,-)
+wasStartedBy(ex:start1;ex:a1,-,-,-)
+wasEndedBy(ex:end1;ex:a1,-,-,-)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-activity1-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:activity prov:id="ex:a1">
+        </prov:activity>
+
+
+	    <prov:wasStartedBy prov:id="ex:start1">
+	      <prov:activity prov:ref="ex:a1"/>
+	    </prov:wasStartedBy>
+	    <prov:wasEndedBy prov:id="ex:end1">
+	      <prov:activity prov:ref="ex:a1"/>
+	    </prov:wasEndedBy>
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-activity1-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,17 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:a1 a prov:Activity .
+
+ex:start1 a prov:Start .
+
+ex:a1 prov:qualifiedStart ex:start1 .
+
+ex:end1 a prov:End .
+
+ex:a1 prov:qualifiedEnd ex:end1 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-activity2-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,13 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+activity(ex:a1,-,-)
+entity(ex:e1)
+wasStartedBy(ex:start1;ex:a1,-,-,-)
+used(ex:use1;ex:a1,ex:e1,-)
+wasEndedBy(ex:end1;ex:a1,-,-,-)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-activity2-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:activity prov:id="ex:a1">
+        </prov:activity>
+        <prov:entity prov:id="ex:e1">
+        </prov:entity>
+
+
+
+	    <prov:wasStartedBy prov:id="ex:start1">
+	      <prov:activity prov:ref="ex:a1"/>
+	    </prov:wasStartedBy>
+	    <prov:used prov:id="ex:use1">
+	      <prov:activity prov:ref="ex:a1"/>
+	      <prov:entity prov:ref="ex:e1"/>
+	    </prov:used>
+	    <prov:wasEndedBy prov:id="ex:end1">
+	      <prov:activity prov:ref="ex:a1"/>
+	    </prov:wasEndedBy>
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-activity2-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,24 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:a1 a prov:Activity .
+
+ex:e1 a prov:Entity .
+
+ex:start1 a prov:Start .
+
+ex:a1 prov:qualifiedStart ex:start1 .
+
+ex:use1 a prov:Usage ;
+	prov:entity ex:e1 .
+
+ex:a1 prov:qualifiedUsage ex:use1 .
+
+ex:end1 a prov:End .
+
+ex:a1 prov:qualifiedEnd ex:end1 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-activity3-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,13 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+activity(ex:a1,-,-)
+entity(ex:e1)
+wasStartedBy(ex:start1;ex:a1,-,-,-)
+wasGeneratedBy(ex:gen1;ex:e1,ex:a1,-)
+wasEndedBy(ex:end1;ex:a1,-,-,-)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-activity3-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:activity prov:id="ex:a1">
+        </prov:activity>
+        <prov:entity prov:id="ex:e1">
+        </prov:entity>
+
+
+
+	    <prov:wasStartedBy prov:id="ex:start1">
+	      <prov:activity prov:ref="ex:a1"/>
+	    </prov:wasStartedBy>
+	    <prov:wasGeneratedBy prov:id="ex:gen1">
+	      <prov:entity prov:ref="ex:e1"/>
+	      <prov:activity prov:ref="ex:a1"/>
+	    </prov:wasGeneratedBy>
+	    <prov:wasEndedBy prov:id="ex:end1">
+	      <prov:activity prov:ref="ex:a1"/>
+	    </prov:wasEndedBy>
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-activity3-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,24 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:a1 a prov:Activity .
+
+ex:e1 a prov:Entity .
+
+ex:start1 a prov:Start .
+
+ex:a1 prov:qualifiedStart ex:start1 .
+
+ex:gen1 a prov:Generation ;
+	prov:activity ex:a1 .
+
+ex:e1 prov:qualifiedGeneration ex:gen1 .
+
+ex:end1 a prov:End .
+
+ex:a1 prov:qualifiedEnd ex:end1 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-activity4-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,13 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+activity(ex:a1,-,-)
+entity(ex:e1)
+entity(ex:e2)
+wasStartedBy(ex:start1;ex:a1,ex:e1,-,-)
+wasStartedBy(ex:start2;ex:a1,ex:e2,-,-)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-activity4-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:activity prov:id="ex:a1">
+        </prov:activity>
+        <prov:entity prov:id="ex:e1">
+        </prov:entity>
+        <prov:entity prov:id="ex:e2">
+        </prov:entity>
+
+
+
+	    <prov:wasStartedBy prov:id="ex:start1">
+	      <prov:activity prov:ref="ex:a1"/>
+              <prov:trigger prov:ref="ex:e1"/>
+	    </prov:wasStartedBy>
+	    <prov:wasStartedBy prov:id="ex:start2">
+	      <prov:activity prov:ref="ex:a1"/>
+              <prov:trigger prov:ref="ex:e2"/>
+	    </prov:wasStartedBy>
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-activity4-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,23 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:a1 a prov:Activity .
+
+ex:e1 a prov:Entity .
+
+ex:e2 a prov:Entity .
+
+ex:start1 a prov:Start ;
+	prov:entity ex:e1 .
+
+ex:a1 prov:qualifiedStart ex:start1 .
+
+ex:start2 a prov:Start ;
+	prov:entity ex:e2 .
+
+ex:a1 prov:qualifiedStart ex:start2 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-activity5-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,13 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+activity(ex:a1,-,-)
+entity(ex:e1)
+entity(ex:e2)
+wasEndedBy(ex:end1;ex:a1,ex:e1,-,-)
+wasEndedBy(ex:end2;ex:a1,ex:e2,-,-)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-activity5-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:activity prov:id="ex:a1">
+        </prov:activity>
+        <prov:entity prov:id="ex:e1">
+        </prov:entity>
+        <prov:entity prov:id="ex:e2">
+        </prov:entity>
+
+
+
+	    <prov:wasEndedBy prov:id="ex:end1">
+	      <prov:activity prov:ref="ex:a1"/>
+              <prov:trigger prov:ref="ex:e1"/>
+	    </prov:wasEndedBy>
+	    <prov:wasEndedBy prov:id="ex:end2">
+	      <prov:activity prov:ref="ex:a1"/>
+              <prov:trigger prov:ref="ex:e2"/>
+	    </prov:wasEndedBy>
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-activity5-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,23 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:a1 a prov:Activity .
+
+ex:e1 a prov:Entity .
+
+ex:e2 a prov:Entity .
+
+ex:end1 a prov:End ;
+	prov:entity ex:e1 .
+
+ex:a1 prov:qualifiedEnd ex:end1 .
+
+ex:end2 a prov:End ;
+	prov:entity ex:e2 .
+
+ex:a1 prov:qualifiedEnd ex:end2 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-association1-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,20 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+activity(ex:a,-,-)
+activity(ex:a1,-,-)
+activity(ex:a2,-,-)
+entity(ex:ag)
+agent(ex:ag)
+entity(ex:e1)
+entity(ex:e2)
+wasAssociatedWith(ex:assoc;ex:a,ex:ag,-)
+wasStartedBy(ex:start1;ex:a,ex:e1,-,-)
+wasGeneratedBy(ex:gen1;ex:ag,ex:a1,-)
+wasInvalidatedBy(ex:inv1;ex:ag,ex:a2,-)
+wasEndedBy(ex:end1;ex:a,ex:e2,-,-)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-association1-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:activity prov:id="ex:a">
+        </prov:activity>
+        
+		<prov:activity prov:id="ex:a1">
+        </prov:activity>
+        
+		<prov:activity prov:id="ex:a2">
+        </prov:activity>
+        
+		<prov:entity prov:id="ex:ag">
+        </prov:entity>
+        
+		<prov:agent prov:id="ex:ag">
+        </prov:agent>
+        
+		<prov:entity prov:id="ex:e1">
+        </prov:entity>
+
+        <prov:entity prov:id="ex:e2">
+        </prov:entity>
+
+        <prov:wasAssociatedWith prov:id="ex:assoc">
+	      <prov:activity prov:ref="ex:a"/>
+	      <prov:agent prov:ref="ex:ag"/>
+        </prov:wasAssociatedWith>
+
+	    <prov:wasStartedBy prov:id="ex:start1">
+	      <prov:activity prov:ref="ex:a"/>
+          <prov:trigger prov:ref="ex:e1"/>
+	    </prov:wasStartedBy>
+
+	    <prov:wasGeneratedBy prov:id="ex:gen1">
+	      <prov:entity prov:ref="ex:ag"/>
+	      <prov:activity prov:ref="ex:a1"/>
+	    </prov:wasGeneratedBy>
+
+
+	    <prov:wasInvalidatedBy prov:id="ex:inv1">
+	      <prov:entity  prov:ref="ex:ag"/>
+	      <prov:activity prov:ref="ex:a2"/>
+            </prov:wasInvalidatedBy>
+
+	    <prov:wasEndedBy prov:id="ex:end1">
+	      <prov:activity prov:ref="ex:a"/>
+          <prov:trigger prov:ref="ex:e2"/>
+	    </prov:wasEndedBy>
+
+
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-association1-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,44 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:a a prov:Activity .
+
+ex:a1 a prov:Activity .
+
+ex:a2 a prov:Activity .
+
+ex:ag a prov:Entity , prov:Agent .
+
+ex:e1 a prov:Entity .
+
+ex:e2 a prov:Entity .
+
+ex:assoc a prov:Association ;
+	prov:agent ex:ag .
+
+ex:a prov:qualifiedAssociation ex:assoc .
+
+ex:start1 a prov:Start ;
+	prov:entity ex:e1 .
+
+ex:a prov:qualifiedStart ex:start1 .
+
+ex:gen1 a prov:Generation ;
+	prov:activity ex:a1 .
+
+ex:ag prov:qualifiedGeneration ex:gen1 .
+
+ex:inv1 a prov:Invalidation ;
+	prov:activity ex:a2 .
+
+ex:ag prov:qualifiedInvalidation ex:inv1 .
+
+ex:end1 a prov:End ;
+	prov:entity ex:e2 .
+
+ex:a prov:qualifiedEnd ex:end1 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-association2-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,20 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+activity(ex:a,-,-)
+entity(ex:ag)
+agent(ex:ag)
+entity(ex:e1)
+entity(ex:e2)
+entity(ex:e3)
+entity(ex:e4)
+wasAssociatedWith(ex:assoc;ex:a,ex:ag,-)
+wasStartedBy(ex:start1;ex:a,ex:e1,-,-)
+wasStartedBy(ex:start2;ex:ag,ex:e3,-,-)
+wasEndedBy(ex:end2;ex:ag,ex:e4,-,-)
+wasEndedBy(ex:end1;ex:a,ex:e2,-,-)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-association2-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:activity prov:id="ex:a">
+        </prov:activity>
+        
+		<prov:entity prov:id="ex:ag">
+        </prov:entity>
+        
+		<prov:agent prov:id="ex:ag">
+        </prov:agent>
+        
+		<prov:entity prov:id="ex:e1">
+        </prov:entity>
+        
+		<prov:entity prov:id="ex:e2">
+        </prov:entity>
+        
+		<prov:entity prov:id="ex:e3">
+        </prov:entity>
+        
+		<prov:entity prov:id="ex:e4">
+        </prov:entity>
+
+        <prov:wasAssociatedWith prov:id="ex:assoc">
+	      <prov:activity prov:ref="ex:a"/>
+	      <prov:agent prov:ref="ex:ag"/>
+        </prov:wasAssociatedWith>
+
+	    <prov:wasStartedBy prov:id="ex:start1">
+	      <prov:activity prov:ref="ex:a"/>
+          <prov:trigger prov:ref="ex:e1"/>
+	    </prov:wasStartedBy>
+
+	    <prov:wasStartedBy prov:id="ex:start2">
+	      <prov:activity prov:ref="ex:ag"/>
+	      <prov:trigger prov:ref="ex:e3"/>
+	    </prov:wasStartedBy>
+
+	    <prov:wasEndedBy prov:id="ex:end2">
+	      <prov:activity prov:ref="ex:ag"/>
+	      <prov:trigger  prov:ref="ex:e4"/>
+        </prov:wasEndedBy>
+
+	    <prov:wasEndedBy prov:id="ex:end1">
+	      <prov:activity prov:ref="ex:a"/>
+          <prov:trigger prov:ref="ex:e2"/>
+	    </prov:wasEndedBy>
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-association2-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,46 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:a a prov:Activity .
+
+ex:ag a prov:Entity , prov:Agent .
+
+ex:e1 a prov:Entity .
+
+ex:e2 a prov:Entity .
+
+ex:e3 a prov:Entity .
+
+ex:e4 a prov:Entity .
+
+ex:assoc a prov:Association ;
+	prov:agent ex:ag .
+
+ex:a prov:qualifiedAssociation ex:assoc .
+
+ex:start1 a prov:Start ;
+	prov:entity ex:e1 .
+
+ex:a prov:qualifiedStart ex:start1 .
+
+ex:ag a prov:Activity .
+
+ex:start2 a prov:Start ;
+	prov:entity ex:e3 .
+
+ex:ag prov:qualifiedStart ex:start2 .
+
+ex:end2 a prov:End ;
+	prov:entity ex:e4 .
+
+ex:ag prov:qualifiedEnd ex:end2 .
+
+ex:end1 a prov:End ;
+	prov:entity ex:e2 .
+
+ex:a prov:qualifiedEnd ex:end1 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-attribution1-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,16 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+activity(ex:a1,-,-)
+activity(ex:a2,-,-)
+entity(ex:ag)
+agent(ex:ag)
+entity(ex:e)
+wasAttributedTo(ex:attr;ex:e, ex:ag)
+wasGeneratedBy(ex:gen1;ex:ag,ex:a1,-)
+wasGeneratedBy(ex:gen2;ex:e,ex:a2,-)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-attribution1-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:activity prov:id="ex:a1">
+        </prov:activity>
+        <prov:activity prov:id="ex:a2">
+        </prov:activity>
+
+        <prov:entity prov:id="ex:ag">
+        </prov:entity>
+	<prov:agent prov:id="ex:ag">
+	</prov:agent>
+        <prov:entity prov:id="ex:e">
+        </prov:entity>
+
+
+
+
+
+            <prov:wasAttributedTo prov:id="ex:attr">
+	      <prov:entity prov:ref="ex:e"/>
+	      <prov:agent prov:ref="ex:ag"/>
+            </prov:wasAttributedTo>
+
+
+	    <prov:wasGeneratedBy prov:id="ex:gen1">
+	      <prov:entity prov:ref="ex:ag"/>
+	      <prov:activity prov:ref="ex:a1"/>
+	    </prov:wasGeneratedBy>
+
+	    <prov:wasGeneratedBy prov:id="ex:gen2">
+	      <prov:entity prov:ref="ex:e"/>
+	      <prov:activity prov:ref="ex:a2"/>
+	    </prov:wasGeneratedBy>
+
+
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-attribution1-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,30 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:a1 a prov:Activity .
+
+ex:a2 a prov:Activity .
+
+ex:ag a prov:Entity , prov:Agent .
+
+ex:e a prov:Entity .
+
+ex:attr a prov:Attribution ;
+	prov:agent ex:ag .
+
+ex:e prov:qualifiedAttribution ex:attr .
+
+ex:gen1 a prov:Generation ;
+	prov:activity ex:a1 .
+
+ex:ag prov:qualifiedGeneration ex:gen1 .
+
+ex:gen2 a prov:Generation ;
+	prov:activity ex:a2 .
+
+ex:e prov:qualifiedGeneration ex:gen2 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-attribution2-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,16 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+activity(ex:a1,-,-)
+activity(ex:a2,-,-)
+activity(ex:ag,-,-)
+agent(ex:ag)
+entity(ex:e)
+wasAttributedTo(ex:attr;ex:e, ex:ag)
+wasStartedBy(ex:start1;ex:ag,-,ex:a1,-)
+wasGeneratedBy(ex:gen2;ex:e,ex:a2,-)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-attribution2-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:activity prov:id="ex:a1">
+        </prov:activity>
+        <prov:activity prov:id="ex:a2">
+        </prov:activity>
+
+        <prov:activity prov:id="ex:ag">
+        </prov:activity>
+	<prov:agent prov:id="ex:ag">
+	</prov:agent>
+        <prov:entity prov:id="ex:e">
+        </prov:entity>
+
+
+
+
+
+            <prov:wasAttributedTo prov:id="ex:attr">
+	      <prov:entity prov:ref="ex:e"/>
+	      <prov:agent prov:ref="ex:ag"/>
+            </prov:wasAttributedTo>
+
+
+	    <prov:wasStartedBy prov:id="ex:start1">
+	      <prov:activity prov:ref="ex:ag"/>
+	      <prov:starter prov:ref="ex:a1"/>
+	    </prov:wasStartedBy>
+
+	    <prov:wasGeneratedBy prov:id="ex:gen2">
+	      <prov:entity prov:ref="ex:e"/>
+	      <prov:activity prov:ref="ex:a2"/>
+	    </prov:wasGeneratedBy>
+
+
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-attribution2-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,31 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:a1 a prov:Activity .
+
+ex:a2 a prov:Activity .
+
+ex:ag a prov:Activity , prov:Agent .
+
+ex:e a prov:Entity .
+
+ex:attr a prov:Attribution ;
+	prov:agent ex:ag .
+
+ex:e prov:qualifiedAttribution ex:attr .
+
+ex:start1 a prov:Start .
+
+ex:ag prov:qualifiedStart ex:start1 .
+
+ex:start1 prov:hadActivity ex:a1 .
+
+ex:gen2 a prov:Generation ;
+	prov:activity ex:a2 .
+
+ex:e prov:qualifiedGeneration ex:gen2 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-delegation1-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,15 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+entity(ex:ag1)
+agent(ex:ag1)
+entity(ex:ag2)
+agent(ex:ag2)
+actedOnBehalfOf(ex:del;ex:ag2,ex:ag1,-)
+wasGeneratedBy(ex:gen1;ex:ag1,-,-)
+wasInvalidatedBy(ex:inv2;ex:ag2,-,-)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-delegation1-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+
+        <prov:entity prov:id="ex:ag1">
+        </prov:entity>
+	<prov:agent prov:id="ex:ag1">
+	</prov:agent>
+
+        <prov:entity prov:id="ex:ag2">
+        </prov:entity>
+	<prov:agent prov:id="ex:ag2">
+	</prov:agent>
+
+
+
+
+
+            <prov:actedOnBehalfOf prov:id="ex:del">
+	      <prov:subordinate prov:ref="ex:ag2"/>
+	      <prov:responsible prov:ref="ex:ag1"/>
+            </prov:actedOnBehalfOf>
+
+	    <prov:wasGeneratedBy prov:id="ex:gen1">
+	      <prov:entity prov:ref="ex:ag1"/>
+	    </prov:wasGeneratedBy>
+
+	    <prov:wasInvalidatedBy prov:id="ex:inv2">
+	      <prov:entity prov:ref="ex:ag2"/>
+	    </prov:wasInvalidatedBy>
+
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-delegation1-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,24 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:ag1 a prov:Entity , prov:Agent .
+
+ex:ag2 a prov:Entity , prov:Agent .
+
+ex:del a prov:Delegation ;
+	prov:agent ex:ag1 .
+
+ex:ag2 prov:qualifiedDelegation ex:del .
+
+ex:gen1 a prov:Generation .
+
+ex:ag1 prov:qualifiedGeneration ex:gen1 .
+
+ex:inv2 a prov:Invalidation .
+
+ex:ag2 prov:qualifiedInvalidation ex:inv2 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-delegation2-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,15 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+activity(ex:ag1,-,-)
+agent(ex:ag1)
+activity(ex:ag2,-,-)
+agent(ex:ag2)
+actedOnBehalfOf(ex:del;ex:ag2,ex:ag1,-)
+wasStartedBy(ex:start1;ex:ag1,-,-,-)
+wasEndedBy(ex:end2;ex:ag2,-,-,-)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-delegation2-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+
+        <prov:activity prov:id="ex:ag1">
+        </prov:activity>
+	<prov:agent prov:id="ex:ag1">
+	</prov:agent>
+
+        <prov:activity prov:id="ex:ag2">
+        </prov:activity>
+	<prov:agent prov:id="ex:ag2">
+	</prov:agent>
+
+
+
+
+
+            <prov:actedOnBehalfOf prov:id="ex:del">
+	      <prov:subordinate prov:ref="ex:ag2"/>
+	      <prov:responsible prov:ref="ex:ag1"/>
+            </prov:actedOnBehalfOf>
+
+	    <prov:wasStartedBy prov:id="ex:start1">
+	      <prov:activity prov:ref="ex:ag1"/>
+	    </prov:wasStartedBy>
+
+	    <prov:wasEndedBy prov:id="ex:end2">
+	      <prov:activity prov:ref="ex:ag2"/>
+	    </prov:wasEndedBy>
+
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-delegation2-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,24 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:ag1 a prov:Activity , prov:Agent .
+
+ex:ag2 a prov:Activity , prov:Agent .
+
+ex:del a prov:Delegation ;
+	prov:agent ex:ag1 .
+
+ex:ag2 prov:qualifiedDelegation ex:del .
+
+ex:start1 a prov:Start .
+
+ex:ag1 prov:qualifiedStart ex:start1 .
+
+ex:end2 a prov:End .
+
+ex:ag2 prov:qualifiedEnd ex:end2 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-derivation1-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,13 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+entity(ex:e1)
+entity(ex:e2)
+wasGeneratedBy(ex:gen1;ex:e1,-,-)
+wasGeneratedBy(ex:gen2;ex:e2,-,-)
+wasDerivedFrom(ex:der1;ex:e2, ex:e1)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-derivation1-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:entity prov:id="ex:e1">
+        </prov:entity>
+        <prov:entity prov:id="ex:e2">
+        </prov:entity>
+
+	    <prov:wasGeneratedBy prov:id="ex:gen1">
+	      <prov:entity  prov:ref="ex:e1"/>
+            </prov:wasGeneratedBy>
+	    <prov:wasGeneratedBy prov:id="ex:gen2">
+	      <prov:entity  prov:ref="ex:e2"/>
+            </prov:wasGeneratedBy>
+            <prov:wasDerivedFrom prov:id="ex:der1">
+                <prov:generatedEntity prov:ref="ex:e2"/>
+                <prov:usedEntity prov:ref="ex:e1"/>
+            </prov:wasDerivedFrom>
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-derivation1-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,24 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:e1 a prov:Entity .
+
+ex:e2 a prov:Entity .
+
+ex:gen1 a prov:Generation .
+
+ex:e1 prov:qualifiedGeneration ex:gen1 .
+
+ex:gen2 a prov:Generation .
+
+ex:e2 prov:qualifiedGeneration ex:gen2 .
+
+ex:der1 a prov:Derivation ;
+	prov:entity ex:e1 .
+
+ex:e2 prov:qualifiedDerivation ex:der1 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-derivation2-FAIL-c42.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,14 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+entity(ex:e1)
+entity(ex:e2)
+wasGeneratedBy(ex:gen1;ex:e1,-,-)
+wasGeneratedBy(ex:gen2;ex:e2,-,-)
+wasDerivedFrom(ex:der1;ex:e2, ex:e1)
+wasDerivedFrom(ex:der2;ex:e1, ex:e2)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-derivation2-FAIL-c42.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:entity prov:id="ex:e1">
+        </prov:entity>
+        <prov:entity prov:id="ex:e2">
+        </prov:entity>
+
+	    <prov:wasGeneratedBy prov:id="ex:gen1">
+	      <prov:entity  prov:ref="ex:e1"/>
+            </prov:wasGeneratedBy>
+	    <prov:wasGeneratedBy prov:id="ex:gen2">
+	      <prov:entity  prov:ref="ex:e2"/>
+            </prov:wasGeneratedBy>
+            <prov:wasDerivedFrom prov:id="ex:der1">
+                <prov:generatedEntity prov:ref="ex:e2"/>
+                <prov:usedEntity prov:ref="ex:e1"/>
+            </prov:wasDerivedFrom>
+            <prov:wasDerivedFrom prov:id="ex:der2">
+                <prov:generatedEntity prov:ref="ex:e1"/>
+                <prov:usedEntity prov:ref="ex:e2"/>
+            </prov:wasDerivedFrom>
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-derivation2-FAIL-c42.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,29 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:e1 a prov:Entity .
+
+ex:e2 a prov:Entity .
+
+ex:gen1 a prov:Generation .
+
+ex:e1 prov:qualifiedGeneration ex:gen1 .
+
+ex:gen2 a prov:Generation .
+
+ex:e2 prov:qualifiedGeneration ex:gen2 .
+
+ex:der1 a prov:Derivation ;
+	prov:entity ex:e1 .
+
+ex:e2 prov:qualifiedDerivation ex:der1 .
+
+ex:der2 a prov:Derivation ;
+	prov:entity ex:e2 .
+
+ex:e1 prov:qualifiedDerivation ex:der2 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-derivation3-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,15 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+entity(ex:e1)
+entity(ex:e2)
+activity(ex:a1,-,-)
+wasGeneratedBy(ex:gen1;ex:e1,-,-)
+wasGeneratedBy(ex:gen2;ex:e2,-,-)
+used(ex:use1;ex:a1,ex:e1,-)
+wasDerivedFrom(ex:der1;ex:e2, ex:e1, ex:a1, ex:gen2, ex:use1)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-derivation3-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:entity prov:id="ex:e1">
+        </prov:entity>
+        <prov:entity prov:id="ex:e2">
+        </prov:entity>
+        <prov:activity prov:id="ex:a1">
+        </prov:activity>
+
+
+	    <prov:wasGeneratedBy prov:id="ex:gen1">
+	      <prov:entity  prov:ref="ex:e1"/>
+            </prov:wasGeneratedBy>
+	    <prov:wasGeneratedBy prov:id="ex:gen2">
+	      <prov:entity  prov:ref="ex:e2"/>
+            </prov:wasGeneratedBy>
+	    <prov:used prov:id="ex:use1">
+	      <prov:activity prov:ref="ex:a1"/>
+	      <prov:entity  prov:ref="ex:e1"/>
+	    </prov:used>
+            <prov:wasDerivedFrom prov:id="ex:der1">
+                <prov:generatedEntity prov:ref="ex:e2"/>
+                <prov:usedEntity prov:ref="ex:e1"/>
+		<prov:activity prov:ref="ex:a1"/>
+		<prov:generation prov:ref="ex:gen2"/>
+		<prov:usage prov:ref="ex:use1"/>
+            </prov:wasDerivedFrom>
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-derivation3-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,35 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:e1 a prov:Entity .
+
+ex:e2 a prov:Entity .
+
+ex:a1 a prov:Activity .
+
+ex:gen1 a prov:Generation .
+
+ex:e1 prov:qualifiedGeneration ex:gen1 .
+
+ex:gen2 a prov:Generation .
+
+ex:e2 prov:qualifiedGeneration ex:gen2 .
+
+ex:use1 a prov:Usage ;
+	prov:entity ex:e1 .
+
+ex:a1 prov:qualifiedUsage ex:use1 .
+
+ex:der1 a prov:Derivation ;
+	prov:entity ex:e1 .
+
+ex:e2 prov:qualifiedDerivation ex:der1 .
+
+ex:der1 prov:hadGeneration ex:gen2 ;
+	prov:hadUsage ex:use1 ;
+	prov:hadActivity ex:a1 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-ends1-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,18 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+entity(ex:e1)
+entity(ex:e2)
+activity(ex:a1,-,-)
+activity(ex:a2,-,-)
+activity(ex:a3,-,-)
+activity(ex:a4,-,-)
+wasGeneratedBy(ex:gen2;ex:e2,ex:a3,-)
+wasEndedBy(ex:end2;ex:a2,ex:e2,-,-)
+wasEndedBy(ex:end1;ex:a1,ex:e1,-,-)
+wasInvalidatedBy(ex:inv1;ex:e1,ex:a4,-)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-ends1-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:entity prov:id="ex:e1">
+        </prov:entity>
+        <prov:entity prov:id="ex:e2">
+        </prov:entity>
+        <prov:activity prov:id="ex:a1">
+        </prov:activity>
+        <prov:activity prov:id="ex:a2">
+        </prov:activity>
+        <prov:activity prov:id="ex:a3">
+        </prov:activity>
+        <prov:activity prov:id="ex:a4">
+        </prov:activity>
+
+
+	    <prov:wasGeneratedBy prov:id="ex:gen2">
+	      <prov:entity  prov:ref="ex:e2"/>
+	      <prov:activity prov:ref="ex:a3"/>
+            </prov:wasGeneratedBy>
+	    <prov:wasEndedBy prov:id="ex:end2">
+	      <prov:activity prov:ref="ex:a2"/>
+	      <prov:trigger prov:ref="ex:e2"/>
+	    </prov:wasEndedBy>
+
+
+	    <prov:wasEndedBy prov:id="ex:end1">
+	      <prov:activity prov:ref="ex:a1"/>
+	      <prov:trigger prov:ref="ex:e1"/>
+	    </prov:wasEndedBy>
+	    <prov:wasInvalidatedBy prov:id="ex:inv1">
+	      <prov:entity  prov:ref="ex:e1"/>
+	      <prov:activity prov:ref="ex:a4"/>
+            </prov:wasInvalidatedBy>
+
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-ends1-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,39 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:e1 a prov:Entity .
+
+ex:e2 a prov:Entity .
+
+ex:a1 a prov:Activity .
+
+ex:a2 a prov:Activity .
+
+ex:a3 a prov:Activity .
+
+ex:a4 a prov:Activity .
+
+ex:gen2 a prov:Generation ;
+	prov:activity ex:a3 .
+
+ex:e2 prov:qualifiedGeneration ex:gen2 .
+
+ex:end2 a prov:End ;
+	prov:entity ex:e2 .
+
+ex:a2 prov:qualifiedEnd ex:end2 .
+
+ex:end1 a prov:End ;
+	prov:entity ex:e1 .
+
+ex:a1 prov:qualifiedEnd ex:end1 .
+
+ex:inv1 a prov:Invalidation ;
+	prov:activity ex:a4 .
+
+ex:e1 prov:qualifiedInvalidation ex:inv1 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-entity1-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,15 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+entity(ex:e1)
+activity(ex:a1,-,-)
+activity(ex:a2,-,-)
+activity(ex:a3,-,-)
+wasGeneratedBy(ex:gen1;ex:e1,ex:a1,-)
+used(ex:use1;ex:a2,ex:e1,-)
+wasInvalidatedBy(ex:inv1;ex:e1,ex:a3,-)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-entity1-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:entity prov:id="ex:e1">
+        </prov:entity>
+        <prov:activity prov:id="ex:a1">
+        </prov:activity>
+        <prov:activity prov:id="ex:a2">
+        </prov:activity>
+        <prov:activity prov:id="ex:a3">
+        </prov:activity>
+
+	    <prov:wasGeneratedBy prov:id="ex:gen1">
+	      <prov:entity  prov:ref="ex:e1"/>
+	      <prov:activity prov:ref="ex:a1"/>
+            </prov:wasGeneratedBy>
+	    <prov:used prov:id="ex:use1">
+	      <prov:activity prov:ref="ex:a2"/>
+	      <prov:entity  prov:ref="ex:e1"/>
+            </prov:used>
+	    <prov:wasInvalidatedBy prov:id="ex:inv1">
+	      <prov:entity  prov:ref="ex:e1"/>
+	      <prov:activity prov:ref="ex:a3"/>
+            </prov:wasInvalidatedBy>
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-entity1-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,30 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:e1 a prov:Entity .
+
+ex:a1 a prov:Activity .
+
+ex:a2 a prov:Activity .
+
+ex:a3 a prov:Activity .
+
+ex:gen1 a prov:Generation ;
+	prov:activity ex:a1 .
+
+ex:e1 prov:qualifiedGeneration ex:gen1 .
+
+ex:use1 a prov:Usage ;
+	prov:entity ex:e1 .
+
+ex:a2 prov:qualifiedUsage ex:use1 .
+
+ex:inv1 a prov:Invalidation ;
+	prov:activity ex:a3 .
+
+ex:e1 prov:qualifiedInvalidation ex:inv1 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-entity2-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,14 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+entity(ex:e1)
+activity(ex:a1,-,-)
+activity(ex:a2,-,-)
+activity(ex:a3,-,-)
+wasGeneratedBy(ex:gen1;ex:e1,ex:a1,-)
+wasInvalidatedBy(ex:inv1;ex:e1,ex:a3,-)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-entity2-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:entity prov:id="ex:e1">
+        </prov:entity>
+        <prov:activity prov:id="ex:a1">
+        </prov:activity>
+        <prov:activity prov:id="ex:a2">
+        </prov:activity>
+        <prov:activity prov:id="ex:a3">
+        </prov:activity>
+
+	    <prov:wasGeneratedBy prov:id="ex:gen1">
+	      <prov:entity  prov:ref="ex:e1"/>
+	      <prov:activity prov:ref="ex:a1"/>
+            </prov:wasGeneratedBy>
+	    <prov:wasInvalidatedBy prov:id="ex:inv1">
+	      <prov:entity  prov:ref="ex:e1"/>
+	      <prov:activity prov:ref="ex:a3"/>
+            </prov:wasInvalidatedBy>
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-entity2-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,25 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:e1 a prov:Entity .
+
+ex:a1 a prov:Activity .
+
+ex:a2 a prov:Activity .
+
+ex:a3 a prov:Activity .
+
+ex:gen1 a prov:Generation ;
+	prov:activity ex:a1 .
+
+ex:e1 prov:qualifiedGeneration ex:gen1 .
+
+ex:inv1 a prov:Invalidation ;
+	prov:activity ex:a3 .
+
+ex:e1 prov:qualifiedInvalidation ex:inv1 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-entity3-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,13 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+entity(ex:e1)
+activity(ex:a1,-,-)
+activity(ex:a2,-,-)
+wasGeneratedBy(ex:gen1;ex:e1,ex:a1,-)
+wasGeneratedBy(ex:gen2;ex:e1,ex:a2,-)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-entity3-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:entity prov:id="ex:e1">
+        </prov:entity>
+        <prov:activity prov:id="ex:a1">
+        </prov:activity>
+        <prov:activity prov:id="ex:a2">
+        </prov:activity>
+
+	    <prov:wasGeneratedBy prov:id="ex:gen1">
+	      <prov:entity  prov:ref="ex:e1"/>
+	      <prov:activity prov:ref="ex:a1"/>
+            </prov:wasGeneratedBy>
+	    <prov:wasGeneratedBy prov:id="ex:gen2">
+	      <prov:entity  prov:ref="ex:e1"/>
+	      <prov:activity prov:ref="ex:a2"/>
+            </prov:wasGeneratedBy>
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-entity3-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,23 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:e1 a prov:Entity .
+
+ex:a1 a prov:Activity .
+
+ex:a2 a prov:Activity .
+
+ex:gen1 a prov:Generation ;
+	prov:activity ex:a1 .
+
+ex:e1 prov:qualifiedGeneration ex:gen1 .
+
+ex:gen2 a prov:Generation ;
+	prov:activity ex:a2 .
+
+ex:e1 prov:qualifiedGeneration ex:gen2 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-entity4-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,13 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+entity(ex:e1)
+activity(ex:a1,-,-)
+activity(ex:a2,-,-)
+wasInvalidatedBy(ex:inv1;ex:e1,ex:a1,-)
+wasInvalidatedBy(ex:inv2;ex:e1,ex:a2,-)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-entity4-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:entity prov:id="ex:e1">
+        </prov:entity>
+        <prov:activity prov:id="ex:a1">
+        </prov:activity>
+        <prov:activity prov:id="ex:a2">
+        </prov:activity>
+
+	    <prov:wasInvalidatedBy prov:id="ex:inv1">
+	      <prov:entity  prov:ref="ex:e1"/>
+	      <prov:activity prov:ref="ex:a1"/>
+            </prov:wasInvalidatedBy>
+	    <prov:wasInvalidatedBy prov:id="ex:inv2">
+	      <prov:entity  prov:ref="ex:e1"/>
+	      <prov:activity prov:ref="ex:a2"/>
+            </prov:wasInvalidatedBy>
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-entity4-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,23 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:e1 a prov:Entity .
+
+ex:a1 a prov:Activity .
+
+ex:a2 a prov:Activity .
+
+ex:inv1 a prov:Invalidation ;
+	prov:activity ex:a1 .
+
+ex:e1 prov:qualifiedInvalidation ex:inv1 .
+
+ex:inv2 a prov:Invalidation ;
+	prov:activity ex:a2 .
+
+ex:e1 prov:qualifiedInvalidation ex:inv2 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-specialization1-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,13 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+entity(ex:e1)
+entity(ex:e2)
+specializationOf(ex:e2,ex:e1)
+wasGeneratedBy(ex:gen2;ex:e2,-,-)
+wasGeneratedBy(ex:gen1;ex:e1,-,-)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-specialization1-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:entity prov:id="ex:e1">
+        </prov:entity>
+        <prov:entity prov:id="ex:e2">
+        </prov:entity>
+
+            <prov:specializationOf>
+                <prov:specializedEntity prov:ref="ex:e2"/>
+                <prov:generalEntity prov:ref="ex:e1"/>
+            </prov:specializationOf>
+
+            <prov:wasGeneratedBy prov:id="ex:gen2">
+                <prov:entity prov:ref="ex:e2"/>
+            </prov:wasGeneratedBy>
+            <prov:wasGeneratedBy prov:id="ex:gen1">
+                <prov:entity prov:ref="ex:e1"/>
+            </prov:wasGeneratedBy>
+
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-specialization1-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,20 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:e1 a prov:Entity .
+
+ex:e2 a prov:Entity ;
+	prov:specializationOf ex:e1 .
+
+ex:gen2 a prov:Generation .
+
+ex:e2 prov:qualifiedGeneration ex:gen2 .
+
+ex:gen1 a prov:Generation .
+
+ex:e1 prov:qualifiedGeneration ex:gen1 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-specialization2-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,13 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+entity(ex:e1)
+entity(ex:e2)
+specializationOf(ex:e2,ex:e1)
+wasInvalidatedBy(ex:inv2;ex:e2,-,-)
+wasInvalidatedBy(ex:inv1;ex:e1,-,-)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-specialization2-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:entity prov:id="ex:e1">
+        </prov:entity>
+        <prov:entity prov:id="ex:e2">
+        </prov:entity>
+
+            <prov:specializationOf>
+                <prov:specializedEntity prov:ref="ex:e2"/>
+                <prov:generalEntity prov:ref="ex:e1"/>
+            </prov:specializationOf>
+
+            <prov:wasInvalidatedBy prov:id="ex:inv2">
+                <prov:entity prov:ref="ex:e2"/>
+            </prov:wasInvalidatedBy>
+            <prov:wasInvalidatedBy prov:id="ex:inv1">
+                <prov:entity prov:ref="ex:e1"/>
+            </prov:wasInvalidatedBy>
+
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-specialization2-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,20 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:e1 a prov:Entity .
+
+ex:e2 a prov:Entity ;
+	prov:specializationOf ex:e1 .
+
+ex:inv2 a prov:Invalidation .
+
+ex:e2 prov:qualifiedInvalidation ex:inv2 .
+
+ex:inv1 a prov:Invalidation .
+
+ex:e1 prov:qualifiedInvalidation ex:inv1 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-specialization3-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,14 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+entity(ex:e1)
+entity(ex:e2)
+specializationOf(ex:e2,ex:e1)
+wasGeneratedBy(ex:gen2;ex:e2,-,-)
+wasGeneratedBy(ex:gen1;ex:e1,-,-)
+wasDerivedFrom(ex:der1;ex:e2, ex:e1)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-specialization3-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:entity prov:id="ex:e1">
+        </prov:entity>
+        <prov:entity prov:id="ex:e2">
+        </prov:entity>
+
+            <prov:specializationOf>
+                <prov:specializedEntity prov:ref="ex:e2"/>
+                <prov:generalEntity prov:ref="ex:e1"/>
+            </prov:specializationOf>
+
+            <prov:wasGeneratedBy prov:id="ex:gen2">
+                <prov:entity prov:ref="ex:e2"/>
+            </prov:wasGeneratedBy>
+
+            <prov:wasGeneratedBy prov:id="ex:gen1">
+                <prov:entity prov:ref="ex:e1"/>
+            </prov:wasGeneratedBy>
+
+            <prov:wasDerivedFrom prov:id="ex:der1">
+                <prov:generatedEntity prov:ref="ex:e2"/>
+                <prov:usedEntity prov:ref="ex:e1"/>
+            </prov:wasDerivedFrom>
+
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-specialization3-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,25 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:e1 a prov:Entity .
+
+ex:e2 a prov:Entity ;
+	prov:specializationOf ex:e1 .
+
+ex:gen2 a prov:Generation .
+
+ex:e2 prov:qualifiedGeneration ex:gen2 .
+
+ex:gen1 a prov:Generation .
+
+ex:e1 prov:qualifiedGeneration ex:gen1 .
+
+ex:der1 a prov:Derivation ;
+	prov:entity ex:e1 .
+
+ex:e2 prov:qualifiedDerivation ex:der1 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-specialization4-FAIL-c42-c45.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,14 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+entity(ex:e1)
+entity(ex:e2)
+specializationOf(ex:e2,ex:e1)
+wasGeneratedBy(ex:gen2;ex:e2,-,-)
+wasGeneratedBy(ex:gen1;ex:e1,-,-)
+wasDerivedFrom(ex:der1;ex:e1, ex:e2)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-specialization4-FAIL-c42-c45.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:entity prov:id="ex:e1">
+        </prov:entity>
+        <prov:entity prov:id="ex:e2">
+        </prov:entity>
+
+            <prov:specializationOf>
+                <prov:specializedEntity prov:ref="ex:e2"/>
+                <prov:generalEntity prov:ref="ex:e1"/>
+            </prov:specializationOf>
+
+            <prov:wasGeneratedBy prov:id="ex:gen2">
+                <prov:entity prov:ref="ex:e2"/>
+            </prov:wasGeneratedBy>
+
+            <prov:wasGeneratedBy prov:id="ex:gen1">
+                <prov:entity prov:ref="ex:e1"/>
+            </prov:wasGeneratedBy>
+
+            <prov:wasDerivedFrom prov:id="ex:der1">
+                <prov:generatedEntity prov:ref="ex:e1"/>
+                <prov:usedEntity prov:ref="ex:e2"/>
+            </prov:wasDerivedFrom>
+
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-specialization4-FAIL-c42-c45.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,25 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:e1 a prov:Entity .
+
+ex:e2 a prov:Entity ;
+	prov:specializationOf ex:e1 .
+
+ex:gen2 a prov:Generation .
+
+ex:e2 prov:qualifiedGeneration ex:gen2 .
+
+ex:gen1 a prov:Generation .
+
+ex:e1 prov:qualifiedGeneration ex:gen1 .
+
+ex:der1 a prov:Derivation ;
+	prov:entity ex:e2 .
+
+ex:e1 prov:qualifiedDerivation ex:der1 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-starts1-PASS.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,18 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix ex <http://example.org/>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+entity(ex:e1)
+entity(ex:e2)
+activity(ex:a1,-,-)
+activity(ex:a2,-,-)
+activity(ex:a3,-,-)
+activity(ex:a4,-,-)
+wasGeneratedBy(ex:gen2;ex:e2,ex:a3,-)
+wasStartedBy(ex:start2;ex:a2,ex:e2,-,-)
+wasStartedBy(ex:start1;ex:a1,ex:e1,-,-)
+wasInvalidatedBy(ex:inv1;ex:e1,ex:a4,-)
+endBundle
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-starts1-PASS.provx	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<prov:document xmlns:prov="http://www.w3.org/ns/prov#" xmlns:prim="http://openprovenance.org/primitives#" xmlns:ex="http://example.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+        <prov:entity prov:id="ex:e1">
+        </prov:entity>
+        <prov:entity prov:id="ex:e2">
+        </prov:entity>
+        <prov:activity prov:id="ex:a1">
+        </prov:activity>
+        <prov:activity prov:id="ex:a2">
+        </prov:activity>
+        <prov:activity prov:id="ex:a3">
+        </prov:activity>
+        <prov:activity prov:id="ex:a4">
+        </prov:activity>
+
+
+	    <prov:wasGeneratedBy prov:id="ex:gen2">
+	      <prov:entity  prov:ref="ex:e2"/>
+	      <prov:activity prov:ref="ex:a3"/>
+            </prov:wasGeneratedBy>
+	    <prov:wasStartedBy prov:id="ex:start2">
+	      <prov:activity prov:ref="ex:a2"/>
+	      <prov:trigger prov:ref="ex:e2"/>
+	    </prov:wasStartedBy>
+
+
+	    <prov:wasStartedBy prov:id="ex:start1">
+	      <prov:activity prov:ref="ex:a1"/>
+	      <prov:trigger prov:ref="ex:e1"/>
+	    </prov:wasStartedBy>
+	    <prov:wasInvalidatedBy prov:id="ex:inv1">
+	      <prov:entity  prov:ref="ex:e1"/>
+	      <prov:activity prov:ref="ex:a4"/>
+            </prov:wasInvalidatedBy>
+
+
+</prov:document>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/ordering-starts1-PASS.ttl	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,39 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix prim: <http://openprovenance.org/primitives#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix ex: <http://example.org/> .
+@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
+@prefix pc1: <http://www.ipaw.info/pc1/> .
+
+
+ex:e1 a prov:Entity .
+
+ex:e2 a prov:Entity .
+
+ex:a1 a prov:Activity .
+
+ex:a2 a prov:Activity .
+
+ex:a3 a prov:Activity .
+
+ex:a4 a prov:Activity .
+
+ex:gen2 a prov:Generation ;
+	prov:activity ex:a3 .
+
+ex:e2 prov:qualifiedGeneration ex:gen2 .
+
+ex:start2 a prov:Start ;
+	prov:entity ex:e2 .
+
+ex:a2 prov:qualifiedStart ex:start2 .
+
+ex:start1 a prov:Start ;
+	prov:entity ex:e1 .
+
+ex:a1 prov:qualifiedStart ex:start1 .
+
+ex:inv1 a prov:Invalidation ;
+	prov:activity ex:a4 .
+
+ex:e1 prov:qualifiedInvalidation ex:inv1 .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testcases/constraints/test.provn	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,38 @@
+bundle
+prefix xsd <http://www.w3.org/2001/XMLSchema>
+prefix prim <http://openprovenance.org/primitives#>
+prefix prov <http://www.w3.org/ns/prov#>
+prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
+prefix pc1 <http://www.ipaw.info/pc1/>
+prefix  <http://example.org/#>
+activity(:publicationActivity1123,2011-07-16T01:01:01Z,2011-07-16T01:52:02Z)
+agent(:postEditor,[foaf:name = "Post Editor 3000" %% xsd:string])
+agent(:derek,[foaf:givenName = "Derek" %% xsd:string, foaf:mbox = "mailto:derek@example.org" %% xsd:anyURI])
+agent(:government)
+agent(:national_newspaper_inc,[foaf:name = "National Newspaper, Inc." %% xsd:string])
+entity(:post9821v2,[prov:location="org.openprovenance.prov.xml.AnyRef@2d342ba4[
+  ref={http://example.org/#}more-crime-happens-in-cities
+]" %% prov:unknownLiteral, my:snapshotContent = "http://example.org/#postContent1" %% xsd:anyURI])
+entity(:post9821v1,[prov:location="org.openprovenance.prov.xml.AnyRef@32ef2c60[
+  ref={http://example.org/#}more-crime-happens-in-cities
+]" %% prov:unknownLiteral, my:snapshotContent = "http://example.org/#postContent0" %% xsd:anyURI, sioc:title = "More crime happens in cities" %% xsd:string])
+entity(:aggregatedByRegions,[prov:location="org.openprovenance.prov.xml.AnyRef@744a6cbf[
+  ref={file://Users/}aggr.txt
+]" %% prov:unknownLiteral])
+entity(:more-crime-happens-in-cities,[sioc:latest_version = "http://example.org/#post9821v2" %% xsd:anyURI, sioc:previous_version = "http://example.org/#post9821v1" %% xsd:anyURI])
+entity(:crimeData)
+entity(:prov-o-ex2-PASS,[ex:involvedUser = "http://example.org/#derek" %% xsd:anyURI])
+alternateOf(:post9821v2,:post9821v1)
+wasAttributedTo(:post9821v2, :derek)
+wasGeneratedBy(:post9821v1,:publicationActivity1123,-)
+wasAttributedTo(:post9821v1, :derek)
+wasAssociatedWith(:publicationActivity1123,:derek,-)
+wasAssociatedWith(:publicationActivity1123,:postEditor,-)
+used(:publicationActivity1123,:aggregatedByRegions,-)
+wasGeneratedBy(:post9821v1,:publicationActivity1123,-)
+wasStartedBy(:publicationActivity1123,:derek,-,-)
+wasEndedBy(:publicationActivity1123,:derek,-,-)
+actedOnBehalfOf(:derek,:national_newspaper_inc,-)
+wasAttributedTo(:crimeData, :government)
+wasAttributedTo(:prov-o-ex2-PASS, :postEditor)
+endBundle
\ No newline at end of file
--- a/testcases/process.html	Tue Nov 27 11:43:03 2012 +0000
+++ b/testcases/process.html	Tue Nov 27 11:44:38 2012 +0000
@@ -221,17 +221,18 @@
 
 <h3>Test Results</h3>
 
-<p>Implementers are asked to validate each test case with their implementation and recorded
-the validation results <em>two  plain text files</em>: <strong>pass.txt</strong> and
-<strong>fail.txt</strong>. These files MUST contain the identifiers (one on each line) of
-the test cases that have been successfully validated in the former and those that fail
-validation in the latter. Test cases that are not supported by the  implementation SHOULD
-NOT be included in either of the files.</p>
+<p>Implementers are asked to validate each test case with their implementation and record
+the validation results in <em>two plain text files</em>: <strong>pass.txt</strong> and
+<strong>fail.txt</strong>. 
+The <b>pass.txt</b> file MUST contain all the identifiers (one on each line) of
+the test cases that have been successfully validated, and <b>fail.txt</b>
+MUST contain the identifiers of all those that have failed the validation.
+Test cases that are not supported by the implementation SHOULD NOT be included
+in either of the files.</p>
 
 <p>For example, if a validator can <strong>only</strong> process the three test cases
 <b>derivation1-PASS</b>, <b>derivation2-FAIL-ordering</b>, and <b>derivation3-PASS</b>, we
-expect the result
-files's contents to be similar to the below.</p>
+expect the result files's contents to be similar to the below.</p>
 <pre class="example">
 pass.txt:
 	derivation1-PASS
@@ -277,35 +278,249 @@
     <td><b>Download links</b></td>
   </tr>
   <tr>
-    <td><b>derivation1-PASS</b></td>
+    <td><b>ordering-activity1-PASS</b></td>
     <td>&nbsp;</td>
-    <td>Pass</td>
-    <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/derivation1-PASS.provn" title="derivation1-PASS.provn">PROV-N</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/derivation1-PASS.provx" title="derivation1-PASS.provx">PROV-XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/derivation1-PASS.ttl" title="derivation1-PASS.ttl">PROV-RDF</a>
-    </td>
-  </tr>
-  <tr>
-    <td><b>derivation2-FAIL-ordering</b></td>
-    <td>ordering</td>
-    <td>Fail</td>
+    <td>PASS</td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/derivation2-FAIL-ordering.provn" title="derivation2-FAIL-ordering.provn">PROV-N</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/derivation2-FAIL-ordering.provx" title="derivation2-FAIL-ordering.provx">PROV-XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/derivation2-FAIL-ordering.ttl" title="derivation2-FAIL-ordering.ttl">PROV-RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity1-PASS.provn" title="ordering-activity1-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity1-PASS.provx" title="ordering-activity1-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity1-PASS.ttl" title="ordering-activity1-PASS.ttl">PROV-RDF</a>
     </td>
-  </tr>
+  </tr> 
   <tr>
-    <td><b>derivation3-PASS</b></td>
+    <td><b>ordering-activity2-PASS</b></td>
     <td>&nbsp;</td>
-    <td>Pass</td>
+    <td>PASS</td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/derivation3-PASS.provn" title="derivation3-PASS.provn">PROV-N</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/derivation3-PASS.provx" title="derivation3-PASS.provx">PROV-XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/derivation3-PASS.ttl" title="derivation3-PASS.ttl">PROV-RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity2-PASS.provn" title="ordering-activity2-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity2-PASS.provx" title="ordering-activity2-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity2-PASS.ttl" title="ordering-activity2-PASS.ttl">PROV-RDF</a>
     </td>
-  </tr>
+  </tr> 
+  <tr>
+    <td><b>ordering-activity3-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity3-PASS.provn" title="ordering-activity3-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity3-PASS.provx" title="ordering-activity3-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity3-PASS.ttl" title="ordering-activity3-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-activity4-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity4-PASS.provn" title="ordering-activity4-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity4-PASS.provx" title="ordering-activity4-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity4-PASS.ttl" title="ordering-activity4-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-activity5-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity5-PASS.provn" title="ordering-activity5-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity5-PASS.provx" title="ordering-activity5-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity5-PASS.ttl" title="ordering-activity5-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-association1-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-association1-PASS.provn" title="ordering-association1-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-association1-PASS.provx" title="ordering-association1-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-association1-PASS.ttl" title="ordering-association1-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-association2-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-association2-PASS.provn" title="ordering-association2-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-association2-PASS.provx" title="ordering-association2-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-association2-PASS.ttl" title="ordering-association2-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-attribution1-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-attribution1-PASS.provn" title="ordering-attribution1-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-attribution1-PASS.provx" title="ordering-attribution1-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-attribution1-PASS.ttl" title="ordering-attribution1-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-attribution2-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-attribution2-PASS.provn" title="ordering-attribution2-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-attribution2-PASS.provx" title="ordering-attribution2-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-attribution2-PASS.ttl" title="ordering-attribution2-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-delegation1-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-delegation1-PASS.provn" title="ordering-delegation1-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-delegation1-PASS.provx" title="ordering-delegation1-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-delegation1-PASS.ttl" title="ordering-delegation1-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-delegation2-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-delegation2-PASS.provn" title="ordering-delegation2-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-delegation2-PASS.provx" title="ordering-delegation2-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-delegation2-PASS.ttl" title="ordering-delegation2-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-derivation1-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation1-PASS.provn" title="ordering-derivation1-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation1-PASS.provx" title="ordering-derivation1-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation1-PASS.ttl" title="ordering-derivation1-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-derivation2-FAIL-c42</b></td>
+    <td><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#derivation-generation-generation-ordering">Constraint 42 (derivation-generation-generation-ordering)</a></td>
+    <td>FAIL</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation2-FAIL-c42.provn" title="ordering-derivation2-FAIL-c42.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation2-FAIL-c42.provx" title="ordering-derivation2-FAIL-c42.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation2-FAIL-c42.ttl" title="ordering-derivation2-FAIL-c42.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-derivation3-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation3-PASS.provn" title="ordering-derivation3-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation3-PASS.provx" title="ordering-derivation3-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation3-PASS.ttl" title="ordering-derivation3-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-ends1-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-ends1-PASS.provn" title="ordering-ends1-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-ends1-PASS.provx" title="ordering-ends1-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-ends1-PASS.ttl" title="ordering-ends1-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-entity1-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity1-PASS.provn" title="ordering-entity1-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity1-PASS.provx" title="ordering-entity1-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity1-PASS.ttl" title="ordering-entity1-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-entity2-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity2-PASS.provn" title="ordering-entity2-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity2-PASS.provx" title="ordering-entity2-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity2-PASS.ttl" title="ordering-entity2-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-entity3-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity3-PASS.provn" title="ordering-entity3-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity3-PASS.provx" title="ordering-entity3-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity3-PASS.ttl" title="ordering-entity3-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-entity4-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity4-PASS.provn" title="ordering-entity4-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity4-PASS.provx" title="ordering-entity4-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity4-PASS.ttl" title="ordering-entity4-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-specialization1-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization1-PASS.provn" title="ordering-specialization1-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization1-PASS.provx" title="ordering-specialization1-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization1-PASS.ttl" title="ordering-specialization1-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-specialization2-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization2-PASS.provn" title="ordering-specialization2-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization2-PASS.provx" title="ordering-specialization2-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization2-PASS.ttl" title="ordering-specialization2-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-specialization3-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization3-PASS.provn" title="ordering-specialization3-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization3-PASS.provx" title="ordering-specialization3-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization3-PASS.ttl" title="ordering-specialization3-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-specialization4-FAIL-c42-c45</b></td>
+    <td>
+	  <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#derivation-generation-generation-ordering">Constraint 42 (derivation-generation-generation-ordering)</a><br />
+	  <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#specialization-generation-ordering">Constraint 45 (specialization-generation-ordering)</a>
+	</td>
+    <td>FAIL</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization4-FAIL-c42-c45.provn" title="ordering-specialization4-FAIL-c42-c45.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization4-FAIL-c42-c45.provx" title="ordering-specialization4-FAIL-c42-c45.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization4-FAIL-c42-c45.ttl" title="ordering-specialization4-FAIL-c42-c45.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+  <tr>
+    <td><b>ordering-starts1-PASS</b></td>
+    <td>&nbsp;</td>
+    <td>PASS</td>
+    <td>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-starts1-PASS.provn" title="ordering-starts1-PASS.provn">PROV-N</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-starts1-PASS.provx" title="ordering-starts1-PASS.provx">PROV-XML</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-starts1-PASS.ttl" title="ordering-starts1-PASS.ttl">PROV-RDF</a>
+    </td>
+  </tr> 
+
   <tr>
     <td><b>w3c-publication1-PASS</b></td>
     <td>&nbsp;</td>
Binary file xml/images/dm/components-dependencies.png has changed
--- a/xml/prov-xml.html	Tue Nov 27 11:43:03 2012 +0000
+++ b/xml/prov-xml.html	Tue Nov 27 11:44:38 2012 +0000
@@ -3,13 +3,7 @@
 
 <html><head> 
     <title>PROV-XML: The PROV XML Schema</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,
-     -->
-<!-- PM -->
+    <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> 
 	<style type="text/css">
     
 	    .note { font-size:small; margin-left:50px }
@@ -27,7 +21,6 @@
 			padding: 0px;
 			border-style: solid;
 			border-color: gray;
-			-moz-border-radius: ;
 		}
 		
 		table.thinborder td {
@@ -35,7 +28,6 @@
 			padding: 2px;
 			border-style: solid;
 			border-color: gray;
-			-moz-border-radius: ;
 		}
 		
 	</style>
@@ -43,11 +35,11 @@
     <script src="http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js" class="remove"></script>
     <script src="http://www.w3.org/2007/OWL/toggles.js" class="remove"></script> 
     <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" class="remove"></script>
+
     <script src="../model/glossary.js" class="remove"></script>
-
     <script src="../model/provbib.js" class="remove"></script>
 
-    <script>
+    <script type="text/javascript" class="remove">
     $(function() {
     	$("pre.schema-type").before("<p>Type definition in XML Schema:</p>");
 	    $("pre.schema-usage").before("<p>Usage in XML:</p>");
@@ -90,30 +82,32 @@
       };
       var respecConfig = {
           // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-          specStatus:           "ED",
+          specStatus:           "WG-NOTE",
           
           // the specification's short name, as in http://www.w3.org/TR/short-name/
           shortName:            "prov-xml",
  
           // if your specification has a subtitle that goes below the main
           // formal title, define it here
-          subtitle   :  "initial ideas for PROV XML schema",
+          //subtitle   :  "PROV-XML",
 
  
           // if you wish the publication date to be other than today, set this
-          // publishDate:  "2011-10-18",
+          publishDate:  "2012-12-11",
  
           // if the specification's copyright date is a range of years, specify
           // the start date here:
-          // copyrightStart: "2005"
+          copyrightStart: "2012",
  
           // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
           // and its maturity status
-          //previousPublishDate:  "2012-02-02",
+          //previousPublishDate:  false,
           //previousMaturity:  "WD",
  
           // if there a publicly available Editor's Draft, this is the link
           edDraftURI:           "http://dvcs.w3.org/hg/prov/raw-file/default/xml/prov-xml.html",
+
+		  //implementationReportURI: "http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html",
  
           // if this is a LCWD, uncomment and set the end of its review period
           // lcEnd: "2009-08-05",
@@ -175,31 +169,38 @@
 <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. It defines a concepts for expressing provenance information enabling interchange. This document introduces an XML schema for the PROV data model (PROV-DM), allowing instances of the PROV data model to be serialized in XML.
 </p>
+<p>The  <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">PROV Document Overview</a> describes the overall state of PROV, and should be read before other PROV documents.</p>
 </section>  <!-- end abstract -->
 
 <section id="sotd">
-
-<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:
+<h4>PROV Family of Documents</h4>
+This document is part of the PROV family of documents, a set of documents defining various aspects that are necessary to achieve the vision of inter-operable
+interchange of provenance information in heterogeneous environments such as the Web.  These documents are:
 <ul>
-<li> <a href="http://www.w3.org/TR/prov-dm/">PROV-DM</a>, the PROV data model for provenance [[PROV-DM]];</li>
-<li> <a href="http://www.w3.org/TR/prov-constraints/">PROV-CONSTRAINTS</a>, a set of constraints applying to the PROV data model [[PROV-CONSTRAINTS]];</li>
-<li> <a href="http://www.w3.org/TR/prov-n/">PROV-N</a>, a notation for provenance aimed at human consumption [[PROV-N]];</li>
-<li> <a href="http://www.w3.org/TR/prov-o/">PROV-O</a>, the PROV ontology, an OWL2 ontology allowing the mapping of PROV to RDF [[PROV-O]];</li>
-<li> <a href="http://www.w3.org/TR/prov-aq/">PROV-AQ</a>, the mechanisms for accessing and querying provenance [[PROV-AQ]]; </li>
-<li> <a href="http://www.w3.org/TR/prov-primer/">PROV-PRIMER</a>, a primer for the PROV data model [[PROV-PRIMER]].</li>
-<li> <a href="http://www.w3.org/TR/prov-xml/">PROV-XML</a>, an XML schema for the PROV data model (this document).</li>
+<li> <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">PROV-OVERVIEW</a> (To be published as Note), an overview of the PROV family of documents [[PROV-OVERVIEW]];</li>
+<li> <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/">PROV-PRIMER</a> (To be published as Note), a primer for the PROV data model [[PROV-PRIMER]];</li>
+<li> <a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/">PROV-O</a> (Candidate Recommendation), the PROV ontology, an OWL2 ontology allowing the mapping of PROV to RDF [[!PROV-O]];</li>
+<li> <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/">PROV-DM</a> (Candidate Recommendation), the PROV data model for provenance (this document);</li>
+<li> <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/">PROV-N</a> (Candidate Recommendation), a notation for provenance aimed at human consumption [[!PROV-N]];</li>
+<li> <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/">PROV-CONSTRAINTS</a> (Candidate Recommendation), a set of constraints applying to the PROV data model [[!PROV-CONSTRAINTS]];</li>
+<li> <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/">PROV-AQ</a> (To be published as Note), the mechanisms for accessing and querying provenance [[PROV-AQ]]; </li>
+<li> <a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/">PROV-XML</a> (To be published as Note),  an XML schema for the PROV data model [[PROV-XML]].</li>
+
 </ul>
-<h4>How to read the PROV Family of Specifications</h4>
+<h4>How to read the PROV Family of Documents</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>The XML community should focus on PROV-XML (this document) defining an XML schema for PROV-DM. Further details can also be found in PROV-DM, PROV-DM-CONSTRAINTS, and PROV-SEM.</li>
-<li>Developers seeking to retrieve or publish provenance should focus on PROV-AQ.</li>
+<li>[[PROV-OVERVIEW]] overviews the PROV family of documents. </li>
+<li>The primer [[PROV-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>The XML community should focus on [[PROV-XML]] defining an XML schema for PROV. Further details can also be found in PROV-DM and [[!PROV-CONSTRAINTS]].</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, PROV-N, and PROV-XML offer examples of mapping to RDF, text, and XML, respectively.</li>
+should focus on PROV-DM and [[!PROV-CONSTRAINTS]].  [[!PROV-O]], [[!PROV-N]], and [[PROV-XML]] offer examples of mapping to RDF, text, and XML, respectively.</li>
 </ul>
+
+<h4>Please Comment By January 31, 2013</h4>
+
+The Provenance Working Group seeks to gather experience from <a href="http://www.w3.org/2011/prov/wiki/ProvImplementations">implementations</a> in order to increase confidence in the specifications and meet specific <a href="http://www.w3.org/2011/prov/wiki/ProvCRExitCriteria">exit criteria</a>. This document will remain a Candidate Recommendation until at least 31 January 31, 2013. After that date, when and if the exit criteria are met, the group intends to request <a href="http://www.w3.org/2005/10/Process-20051014/tr.html#RecsPR">Proposed Recommendation</a> status.
 </section> <!-- end sotd -->
 
 <section id="introduction"> 
@@ -237,7 +238,8 @@
 <h3>Structure of this Document</h3>
 <p><a href="#schema-components">Section 2</a> provides an overview of the PROV XML Schema elements and types</p>
 <p><a href="#prov-xml-schema">Appendix A</a> contains the full PROV-XML Schema</p>
-</section> <!-- end structure-of-this-document -->
+</section>
+-->
 
 <section id="prov-namespace">
 <h3>PROV Namespace</h3>
@@ -385,38 +387,29 @@
 </div>
 
 <div style="text-align: center;">
-<figure style="max-width: 95%; ">
-<img  usemap="#componentMap" src="http://dvcs.w3.org/hg/prov/raw-file/default/model/images/dm/components-dependencies.png" alt="PROV-DM Components"  style="max-width: 90%; " />
-<map id="componentMap" name="componentMap">
-<area title="agents/responsibility" href="#component3" coords="0,0,67,268"   alt="agents/responsibility" shape="rect"/>
-<area title="agents/responsibility" href="#component3" coords="67,0,134,201"   alt="agents/responsibility" shape="rect"/>
-<area title="agents/responsibility" href="#component3" coords="134,0,201,67"   alt="agents/responsibility" shape="rect"/>
-<area title="derivations" href="#component2" coords="201,0,268,201"   alt="derivations" shape="rect"/>
-<area title="derivations" href="#component2" coords="134,67,201,201"   alt="derivations" shape="rect"/>
-<area title="alternate"   href="#component5" coords="268,0,335,67" alt="alternate"   shape="rect"/>
-<area title="alternate"   href="#component5" coords="335,0,402,201" alt="alternate"   shape="rect"/>
-<area title="collections" href="#component6" coords="402,0,469,201"  alt="collections" shape="rect"/>
+<span class="figure" id="fig-figure-1-prov-dm-components-informative" style="max-width: 95%; ">
+<img usemap="#componentMap" src="images/dm/components-dependencies.png" alt="PROV-DM Components" style="max-width: 90%; ">
+<map id="componentMap">
+<area title="agents/responsibility" href="#component3" coords="0,0,67,268" alt="agents/responsibility" shape="rect"/>
+<area title="agents/responsibility" href="#component3" coords="67,0,134,201" alt="agents/responsibility" shape="rect"/>
+<area title="agents/responsibility" href="#component3" coords="134,0,201,67" alt="agents/responsibility" shape="rect"/>
+<area title="derivations" href="#component2" coords="201,0,268,201" alt="derivations" shape="rect"/>
+<area title="derivations" href="#component2" coords="134,67,201,201" alt="derivations" shape="rect"/>
+<area title="alternate" href="#component5" coords="335,0,402,201" alt="alternate" shape="rect"/>
+<area title="collections" href="#component6" coords="402,0,469,201" alt="collections" shape="rect"/>
 <area title="activities/entities" href="#component1" coords="67,201,469,268" alt="activities/entities" shape="rect"/>
-<area title="bundles" href="#component4" coords="268,67,402,201" alt="bundles" shape="rect"/>
+<area title="bundles" href="#component4" coords="268,0,402,201" alt="bundles" shape="rect"/>
 </map>
 <br>
-<figcaption id="prov-dm-components">PROV-DM Components (Informative)</figcaption>  <!-- Figure 4 -->
-</figure>
+<span class="figcaption" id="prov-dm-components">Figure 1<sup><a class="internalDFN" href="#prov-dm-components"><span class="diamond"> ◊:</span></a></sup> PROV-DM Components (Informative)</span>
+</span>
 </div>
 
-<!--
-<p>
-While  not all PROV-DM relations are binary, they all involve two primary elements. Hence, Table <a href="#relations-at-a-glance">relations-at-a-glance</a> indexes all relations according to their two primary elements.  The table adopts the same color scheme as Figure <a href="#prov-dm-components">prov-dm-components</a>, allowing components to be readily identified.
-Note that for simplicity, this table  does not include collection-oriented relations.
-</p>
--->
+<p><a href="#prov-schema-mapping">Table 1</a> is a mapping of PROV-DM types and relations in PROV-XML schema XML types and elements.</p>
 
-<!-- TODO add mapping of PROV-DM relations to Schema-->
-
-<p><a href="#prov-schema-mapping">Table X</a></p>
-<div id="prov-schema-mapping" style="text-align: left;">
+<div id="prov-schema-mapping-div" style="text-align: center;">
 <table  class="thinborder" style="margin-left: auto; margin-right: auto;">
-<caption id="prov-dm-types-and-relations">PROV-DM Types and Relations to XML Schema Mapping</caption> <!-- Table X-->
+<caption id="prov-schema-mapping"><span>Table 1<sup><a class="internalDFN" href="#prov-schema-mapping"><span class="diamond"> ◊:</span></a></sup> </span>PROV-DM Types and Relations to XML Schema Mapping</caption> 
 <tr><td><a><b>Type or Relation Name</b></a></td><td><b>XML Schema ComplexType or usage</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></tr>
 
@@ -495,7 +488,7 @@
 </tr>
 <tr class="component3-color">
 	<td class="provType"><a>Plan</a></td>
-	<td><a title="plan"<pre>use &lt;prov:type&gt;prov:Plan&lt;/prov:type&gt; in Entity</pre></a></td>
+	<td><a title="plan">use &lt;prov:type&gt;prov:Plan&lt;/prov:type&gt; in Entity</a></td>
 </tr>
 <tr class="component3-color">
 	<td class="provType"><a>Person</a></td>
@@ -553,12 +546,12 @@
 	<td><a>Membership</a></td>
 	<td><a title="hadMember">prov:Membership</a></td>
 </tr>
-<!-- add section for 'further elements' -->
+<!--<caption id="prov-dm-types-and-relations">PROV-DM Types and Relations to XML Schema Mapping</caption>-->
 </table>
+</div>
 <div class="note">
 <p>This mapping table is still under discussion and it's structure is subject to change.</p>
 </div>
-</div>
 
 
 <p>In the rest of the section, each type is defined, in English initially, followed by its XML schema definition and some example.</p>  
@@ -1884,8 +1877,7 @@
 </p>
 
 <div class="note">
-<p>
-See <a href="http://www.w3.org/2002/06/registering-mediatype">http://www.w3.org/2002/06/registering-mediatype</a> for Register an Internet Media Type for a W3C Spec.</p>
+<p>MIME type may not be registered yet.</p>
 </div>
 
 <p>
@@ -1897,8 +1889,9 @@
 </p>
 
 <div class="note">
+<p>REVIEW QUESTION:</p>
 <p>
-Can Machintosh file types have 5 characters?  All examples I found are 4 characters.
+Can Machintosh file types have 5 characters?
 </p>
 </div>
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xml/releases/WD-prov-xml-20121211/Overview.html	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,2723 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML+RDFa 1.0//EN' 'http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd'>
+<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml" typeof="bibo:Document">
+<head> 
+    <title>PROV-XML: The PROV XML Schema</title> 
+    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 
+	<style type="text/css">
+    
+	    .note { font-size:small; margin-left:50px }
+	    
+	    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;
+		}
+		
+		table.thinborder td {
+			border-width: 1px;
+			padding: 2px;
+			border-style: solid;
+			border-color: gray;
+		}
+		
+	</style>
+     
+  <style type="text/css">
+/*****************************************************************
+ * ReSpec CSS
+ * Robin Berjon (robin at berjon dot com)
+ * v0.05 - 2009-07-31
+ *****************************************************************/
+
+
+/* --- INLINES --- */
+em.rfc2119 { 
+    text-transform:     lowercase;
+    font-variant:       small-caps;
+    font-style:         normal;
+    color:              #900;
+}
+
+h1 acronym, h2 acronym, h3 acronym, h4 acronym, h5 acronym, h6 acronym, a acronym,
+h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr, a abbr {
+    border: none;
+}
+
+dfn {
+    font-weight:    bold;
+}
+
+a.internalDFN {
+    color:  inherit;
+    border-bottom:  1px solid #99c;
+    text-decoration:    none;
+}
+
+a.externalDFN {
+    color:  inherit;
+    border-bottom:  1px dotted #ccc;
+    text-decoration:    none;
+}
+
+a.bibref {
+    text-decoration:    none;
+}
+
+code {
+    color:  #ff4500;
+}
+
+
+/* --- WEB IDL --- */
+pre.idl {
+    border-top: 1px solid #90b8de;
+    border-bottom: 1px solid #90b8de;
+    padding:    1em;
+    line-height:    120%;
+}
+
+pre.idl::before {
+    content:    "WebIDL";
+    display:    block;
+    width:      150px;
+    background: #90b8de;
+    color:  #fff;
+    font-family:    initial;
+    padding:    3px;
+    font-weight:    bold;
+    margin: -1em 0 1em -1em;
+}
+
+.idlType {
+    color:  #ff4500;
+    font-weight:    bold;
+    text-decoration:    none;
+}
+
+/*.idlModule*/
+/*.idlModuleID*/
+/*.idlInterface*/
+.idlInterfaceID, .idlDictionaryID {
+    font-weight:    bold;
+    color:  #005a9c;
+}
+
+.idlSuperclass {
+    font-style: italic;
+    color:  #005a9c;
+}
+
+/*.idlAttribute*/
+.idlAttrType, .idlFieldType, .idlMemberType {
+    color:  #005a9c;
+}
+.idlAttrName, .idlFieldName, .idlMemberName {
+    color:  #ff4500;
+}
+.idlAttrName a, .idlFieldName a, .idlMemberName a {
+    color:  #ff4500;
+    border-bottom:  1px dotted #ff4500;
+    text-decoration: none;
+}
+
+/*.idlMethod*/
+.idlMethType {
+    color:  #005a9c;
+}
+.idlMethName {
+    color:  #ff4500;
+}
+.idlMethName a {
+    color:  #ff4500;
+    border-bottom:  1px dotted #ff4500;
+    text-decoration: none;
+}
+
+/*.idlParam*/
+.idlParamType {
+    color:  #005a9c;
+}
+.idlParamName {
+    font-style: italic;
+}
+
+.extAttr {
+    color:  #666;
+}
+
+/*.idlConst*/
+.idlConstType {
+    color:  #005a9c;
+}
+.idlConstName {
+    color:  #ff4500;
+}
+.idlConstName a {
+    color:  #ff4500;
+    border-bottom:  1px dotted #ff4500;
+    text-decoration: none;
+}
+
+/*.idlException*/
+.idlExceptionID {
+    font-weight:    bold;
+    color:  #c00;
+}
+
+.idlTypedefID, .idlTypedefType {
+    color:  #005a9c;
+}
+
+.idlRaises, .idlRaises a.idlType, .idlRaises a.idlType code, .excName a, .excName a code {
+    color:  #c00;
+    font-weight:    normal;
+}
+
+.excName a {
+    font-family:    monospace;
+}
+
+.idlRaises a.idlType, .excName a.idlType {
+    border-bottom:  1px dotted #c00;
+}
+
+.excGetSetTrue, .excGetSetFalse, .prmNullTrue, .prmNullFalse, .prmOptTrue, .prmOptFalse {
+    width:  45px;
+    text-align: center;
+}
+.excGetSetTrue, .prmNullTrue, .prmOptTrue { color:  #0c0; }
+.excGetSetFalse, .prmNullFalse, .prmOptFalse { color:  #c00; }
+
+.idlImplements a {
+    font-weight:    bold;
+}
+
+dl.attributes, dl.methods, dl.constants, dl.fields, dl.dictionary-members {
+    margin-left:    2em;
+}
+
+.attributes dt, .methods dt, .constants dt, .fields dt, .dictionary-members dt {
+    font-weight:    normal;
+}
+
+.attributes dt code, .methods dt code, .constants dt code, .fields dt code, .dictionary-members dt code {
+    font-weight:    bold;
+    color:  #000;
+    font-family:    monospace;
+}
+
+.attributes dt code, .fields dt code, .dictionary-members dt code {
+    background:  #ffffd2;
+}
+
+.attributes dt .idlAttrType code, .fields dt .idlFieldType code, .dictionary-members dt .idlMemberType code {
+    color:  #005a9c;
+    background:  transparent;
+    font-family:    inherit;
+    font-weight:    normal;
+    font-style: italic;
+}
+
+.methods dt code {
+    background:  #d9e6f8;
+}
+
+.constants dt code {
+    background:  #ddffd2;
+}
+
+.attributes dd, .methods dd, .constants dd, .fields dd, .dictionary-members dd {
+    margin-bottom:  1em;
+}
+
+table.parameters, table.exceptions {
+    border-spacing: 0;
+    border-collapse:    collapse;
+    margin: 0.5em 0;
+    width:  100%;
+}
+table.parameters { border-bottom:  1px solid #90b8de; }
+table.exceptions { border-bottom:  1px solid #deb890; }
+
+.parameters th, .exceptions th {
+    color:  #fff;
+    padding:    3px 5px;
+    text-align: left;
+    font-family:    initial;
+    font-weight:    normal;
+    text-shadow:    #666 1px 1px 0;
+}
+.parameters th { background: #90b8de; }
+.exceptions th { background: #deb890; }
+
+.parameters td, .exceptions td {
+    padding:    3px 10px;
+    border-top: 1px solid #ddd;
+    vertical-align: top;
+}
+
+.parameters tr:first-child td, .exceptions tr:first-child td {
+    border-top: none;
+}
+
+.parameters td.prmName, .exceptions td.excName, .exceptions td.excCodeName {
+    width:  100px;
+}
+
+.parameters td.prmType {
+    width:  120px;
+}
+
+table.exceptions table {
+    border-spacing: 0;
+    border-collapse:    collapse;
+    width:  100%;
+}
+
+/* --- TOC --- */
+.toc a {
+    text-decoration:    none;
+}
+
+a .secno {
+    color:  #000;
+}
+
+/* --- TABLE --- */
+table.simple {
+    border-spacing: 0;
+    border-collapse:    collapse;
+    border-bottom:  3px solid #005a9c;
+}
+
+.simple th {
+    background: #005a9c;
+    color:  #fff;
+    padding:    3px 5px;
+    text-align: left;
+}
+
+.simple th[scope="row"] {
+    background: inherit;
+    color:  inherit;
+    border-top: 1px solid #ddd;
+}
+
+.simple td {
+    padding:    3px 10px;
+    border-top: 1px solid #ddd;
+}
+
+.simple tr:nth-child(even) {
+    background: #f0f6ff;
+}
+
+/* --- DL --- */
+.section dd > p:first-child {
+    margin-top: 0;
+}
+
+.section dd > p:last-child {
+    margin-bottom: 0;
+}
+
+.section dd {
+    margin-bottom:  1em;
+}
+
+.section dl.attrs dd, .section dl.eldef dd {
+    margin-bottom:  0;
+}
+
+/* --- EXAMPLES --- */
+pre.example {
+    border-top: 1px solid #ff4500;
+    border-bottom: 1px solid #ff4500;
+    padding:    1em;
+    margin-top: 1em;
+}
+
+pre.example::before {
+    content:    "Example";
+    display:    block;
+    width:      150px;
+    background: #ff4500;
+    color:  #fff;
+    font-family:    initial;
+    padding:    3px;
+    font-weight:    bold;
+    margin: -1em 0 1em -1em;
+}
+
+/* --- EDITORIAL NOTES --- */
+.issue {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #ffc;
+}
+
+.issue::before {
+    content:    "Issue";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #f00;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+.note {
+    margin: 1em 0em 0em;
+    padding:    1em;
+    border: 2px solid #cff6d9;
+    background: #e2fff0;
+}
+
+.note::before {
+    content:    "Note";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #cff6d9;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+/* --- Best Practices --- */
+div.practice {
+    border: solid #bebebe 1px;
+    margin: 2em 1em 1em 2em;
+}
+
+span.practicelab {
+    margin: 1.5em 0.5em 1em 1em;
+    font-weight: bold;
+    font-style: italic;
+}
+
+span.practicelab   { background: #dfffff; }
+
+span.practicelab {
+    position: relative;
+    padding: 0 0.5em;
+    top: -1.5em;
+}
+
+p.practicedesc {
+    margin: 1.5em 0.5em 1em 1em;
+}
+
+@media screen {
+    p.practicedesc {
+        position: relative;
+        top: -2em;
+        padding: 0;
+        margin: 1.5em 0.5em -1em 1em;
+    }
+}
+
+/* --- SYNTAX HIGHLIGHTING --- */
+pre.sh_sourceCode {
+  background-color: white;
+  color: black;
+  font-style: normal;
+  font-weight: normal;
+}
+
+pre.sh_sourceCode .sh_keyword { color: #005a9c; font-weight: bold; }           /* language keywords */
+pre.sh_sourceCode .sh_type { color: #666; }                            /* basic types */
+pre.sh_sourceCode .sh_usertype { color: teal; }                             /* user defined types */
+pre.sh_sourceCode .sh_string { color: red; font-family: monospace; }        /* strings and chars */
+pre.sh_sourceCode .sh_regexp { color: orange; font-family: monospace; }     /* regular expressions */
+pre.sh_sourceCode .sh_specialchar { color: 	#ffc0cb; font-family: monospace; }  /* e.g., \n, \t, \\ */
+pre.sh_sourceCode .sh_comment { color: #A52A2A; font-style: italic; }         /* comments */
+pre.sh_sourceCode .sh_number { color: purple; }                             /* literal numbers */
+pre.sh_sourceCode .sh_preproc { color: #00008B; font-weight: bold; }       /* e.g., #include, import */
+pre.sh_sourceCode .sh_symbol { color: blue; }                            /* e.g., *, + */
+pre.sh_sourceCode .sh_function { color: black; font-weight: bold; }         /* function calls and declarations */
+pre.sh_sourceCode .sh_cbracket { color: red; }                              /* block brackets (e.g., {, }) */
+pre.sh_sourceCode .sh_todo { font-weight: bold; background-color: #00FFFF; }   /* TODO and FIXME */
+
+/* Predefined variables and functions (for instance glsl) */
+pre.sh_sourceCode .sh_predef_var { color: #00008B; }
+pre.sh_sourceCode .sh_predef_func { color: #00008B; font-weight: bold; }
+
+/* for OOP */
+pre.sh_sourceCode .sh_classname { color: teal; }
+
+/* line numbers (not yet implemented) */
+pre.sh_sourceCode .sh_linenum { display: none; }
+
+/* Internet related */
+pre.sh_sourceCode .sh_url { color: blue; text-decoration: underline; font-family: monospace; }
+
+/* for ChangeLog and Log files */
+pre.sh_sourceCode .sh_date { color: blue; font-weight: bold; }
+pre.sh_sourceCode .sh_time, pre.sh_sourceCode .sh_file { color: #00008B; font-weight: bold; }
+pre.sh_sourceCode .sh_ip, pre.sh_sourceCode .sh_name { color: #006400; }
+
+/* for Prolog, Perl... */
+pre.sh_sourceCode .sh_variable { color: #006400; }
+
+/* for LaTeX */
+pre.sh_sourceCode .sh_italics { color: #006400; font-style: italic; }
+pre.sh_sourceCode .sh_bold { color: #006400; font-weight: bold; }
+pre.sh_sourceCode .sh_underline { color: #006400; text-decoration: underline; }
+pre.sh_sourceCode .sh_fixed { color: green; font-family: monospace; }
+pre.sh_sourceCode .sh_argument { color: #006400; }
+pre.sh_sourceCode .sh_optionalargument { color: purple; }
+pre.sh_sourceCode .sh_math { color: orange; }
+pre.sh_sourceCode .sh_bibtex { color: blue; }
+
+/* for diffs */
+pre.sh_sourceCode .sh_oldfile { color: orange; }
+pre.sh_sourceCode .sh_newfile { color: #006400; }
+pre.sh_sourceCode .sh_difflines { color: blue; }
+
+/* for css */
+pre.sh_sourceCode .sh_selector { color: purple; }
+pre.sh_sourceCode .sh_property { color: blue; }
+pre.sh_sourceCode .sh_value { color: #006400; font-style: italic; }
+
+/* other */
+pre.sh_sourceCode .sh_section { color: black; font-weight: bold; }
+pre.sh_sourceCode .sh_paren { color: red; }
+pre.sh_sourceCode .sh_attribute { color: #006400; }
+
+</style><link href="http://www.w3.org/StyleSheets/TR/W3C-WG-NOTE" 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" src="http://www.w3.org/Icons/w3c_home" alt="W3C" /></a></p><h1 class="title" id="title">PROV-XML: The PROV XML Schema</h1><h2 id="w3c-working-group-note-11-december-2012"><acronym title="World Wide Web Consortium">W3C</acronym> Working Group Note 11 December 2012</h2><dl><dt>This version:</dt><dd><a href="http://www.w3.org/TR/2012/NOTE-prov-xml-20121211/">http://www.w3.org/TR/2012/NOTE-prov-xml-20121211/</a></dd><dt>Latest published version:</dt><dd><a href="http://www.w3.org/TR/prov-xml/">http://www.w3.org/TR/prov-xml/</a></dd><dt>Latest editor's draft:</dt><dd><a href="http://dvcs.w3.org/hg/prov/raw-file/default/xml/prov-xml.html">http://dvcs.w3.org/hg/prov/raw-file/default/xml/prov-xml.html</a></dd><dt>Previous version:</dt><dd>none</dd><dt>Editors:</dt><dd><span>(In alphabetical order)</span></dd>
+<dd><span>Hook Hua</span>, Jet Propulsion Laboratory / California Institute of Technology</dd>
+<dd><span>Curt Tilmes</span>, National Aeronautics and Space Administration</dd>
+<dd><a href="http://tw.rpi.edu/web/person/StephanZednik">Stephan Zednik</a>, Rensselaer Polytechnic Institute</dd>
+<dt>Author:</dt><dd><a href="http://www.ecs.soton.ac.uk/~lavm/">Luc Moreau</a>, University of Southampton</dd>
+</dl><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2012-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>
+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 <acronym title="World Wide Web Consortium">W3C</acronym> provenance (PROV) family of specifications. It defines a concepts for expressing provenance information enabling interchange. This document introduces an XML schema for the PROV data model (PROV-DM), allowing instances of the PROV data model to be serialized in XML.
+</p>
+<p>The  <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">PROV Document Overview</a> describes the overall state of PROV, and should be read before other PROV documents.</p>
+</div><div id="sotd" class="introductory section"><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="prov-family-of-documents">PROV Family of Documents</h4>
+This document is part of the PROV family of documents, a set of documents defining various aspects that are necessary to achieve the vision of inter-operable
+interchange of provenance information in heterogeneous environments such as the Web.  These documents are:
+<ul>
+<li> <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">PROV-OVERVIEW</a> (To be published as Note), an overview of the PROV family of documents [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-OVERVIEW">PROV-OVERVIEW</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/">PROV-PRIMER</a> (To be published as Note), a primer for the PROV data model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-PRIMER">PROV-PRIMER</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/">PROV-O</a> (Candidate Recommendation), the PROV ontology, an OWL2 ontology allowing the mapping of PROV to RDF [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-O">PROV-O</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/">PROV-DM</a> (Candidate Recommendation), the PROV data model for provenance (this document);</li>
+<li> <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/">PROV-N</a> (Candidate Recommendation), a notation for provenance aimed at human consumption [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-N">PROV-N</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/">PROV-CONSTRAINTS</a> (Candidate Recommendation), a set of constraints applying to the PROV data model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/">PROV-AQ</a> (To be published as Note), the mechanisms for accessing and querying provenance [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-AQ">PROV-AQ</a></cite>]; </li>
+<li> <a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/">PROV-XML</a> (To be published as Note),  an XML schema for the PROV data model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-XML">PROV-XML</a></cite>].</li>
+
+</ul>
+<h4 id="how-to-read-the-prov-family-of-documents">How to read the PROV Family of Documents</h4>
+<ul>
+<li>[<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-OVERVIEW">PROV-OVERVIEW</a></cite>] overviews the PROV family of documents. </li>
+<li>The primer [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-PRIMER">PROV-PRIMER</a></cite>] 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 [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-O">PROV-O</a></cite>] defining PROV classes and properties specified in an OWL2 ontology. For further details, PROV-DM and [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>] specify the constraints applicable to the data model, and its interpretation. </li>
+<li>The XML community should focus on [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-XML">PROV-XML</a></cite>] defining an XML schema for PROV. Further details can also be found in PROV-DM and [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>].</li>
+<li>Developers seeking to retrieve or publish provenance should focus on [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-AQ">PROV-AQ</a></cite>].</li>
+<li>Readers seeking to implement other PROV serializations
+should focus on PROV-DM and [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>].  [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-O">PROV-O</a></cite>], [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-N">PROV-N</a></cite>], and [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-XML">PROV-XML</a></cite>] offer examples of mapping to RDF, text, and XML, respectively.</li>
+</ul>
+
+<h4 id="please-comment-by-january-31--2013">Please Comment By January 31, 2013</h4>
+
+The Provenance Working Group seeks to gather experience from <a href="http://www.w3.org/2011/prov/wiki/ProvImplementations">implementations</a> in order to increase confidence in the specifications and meet specific <a href="http://www.w3.org/2011/prov/wiki/ProvCRExitCriteria">exit criteria</a>. This document will remain a Candidate Recommendation until at least 31 January 31, 2013. After that date, when and if the exit criteria are met, the group intends to request <a href="http://www.w3.org/2005/10/Process-20051014/tr.html#RecsPR">Proposed Recommendation</a> status.
+<p>This document was published by the <a href="http://www.w3.org/2011/prov/">Provenance Working Group</a> as a Working Group Note. 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 a Working Group Note 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 href="http://www.w3.org/2004/01/pp-impl/46974/status" rel="disclosure">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><ul class="toc"><li class="tocline"><a href="#prov-namespace" class="tocxref"><span class="secno">1.1 </span>PROV Namespace</a></li><li class="tocline"><a href="#conventions" class="tocxref"><span class="secno">1.2 </span>Conventions</a></li></ul></li><li class="tocline"><a href="#schema-design" class="tocxref"><span class="secno">2. </span>XML Schema Design</a></li><li class="tocline"><a href="#schema-components" class="tocxref"><span class="secno">3. </span>PROV XML Schema</a><ul class="toc"><li class="tocline"><a href="#component1" class="tocxref"><span class="secno">3.1 </span>Component 1: Entities and Activities</a><ul class="toc"><li class="tocline"><a href="#term-Entity" class="tocxref"><span class="secno">3.1.1 </span>Entity</a></li><li class="tocline"><a href="#term-Activity" class="tocxref"><span class="secno">3.1.2 </span>Activity</a></li><li class="tocline"><a href="#term-Generation" class="tocxref"><span class="secno">3.1.3 </span>Generation</a></li><li class="tocline"><a href="#term-Usage" class="tocxref"><span class="secno">3.1.4 </span>Usage</a></li><li class="tocline"><a href="#term-Communication" class="tocxref"><span class="secno">3.1.5 </span>Communication</a></li><li class="tocline"><a href="#term-Start" class="tocxref"><span class="secno">3.1.6 </span>Start</a></li><li class="tocline"><a href="#term-End" class="tocxref"><span class="secno">3.1.7 </span>End</a></li><li class="tocline"><a href="#term-Invalidation" class="tocxref"><span class="secno">3.1.8 </span>Invalidation</a></li></ul></li><li class="tocline"><a href="#component2" class="tocxref"><span class="secno">3.2 </span>Component 2: Derivations</a><ul class="toc"><li class="tocline"><a href="#term-Derivation" class="tocxref"><span class="secno">3.2.1 </span>Derivation</a></li><li class="tocline"><a href="#term-Revision" class="tocxref"><span class="secno">3.2.2 </span>Revision</a></li><li class="tocline"><a href="#term-Quotation" class="tocxref"><span class="secno">3.2.3 </span>Quotation</a></li><li class="tocline"><a href="#term-Primary-Source" class="tocxref"><span class="secno">3.2.4 </span>Primary Source</a></li></ul></li><li class="tocline"><a href="#component3" class="tocxref"><span class="secno">3.3 </span>Component 3: Agents, Responsibility, and Influence</a><ul class="toc"><li class="tocline"><a href="#term-Agent" class="tocxref"><span class="secno">3.3.1 </span>Agent</a></li><li class="tocline"><a href="#term-Attribution" class="tocxref"><span class="secno">3.3.2 </span>Attribution</a></li><li class="tocline"><a href="#term-Association" class="tocxref"><span class="secno">3.3.3 </span>Association</a></li><li class="tocline"><a href="#term-Delegation" class="tocxref"><span class="secno">3.3.4 </span>Delegation</a></li><li class="tocline"><a href="#term-Influence" class="tocxref"><span class="secno">3.3.5 </span>Influence</a></li></ul></li><li class="tocline"><a href="#component4" class="tocxref"><span class="secno">3.4 </span>Component 4: Bundles</a><ul class="toc"><li class="tocline"><a href="#term-Bundle" class="tocxref"><span class="secno">3.4.1 </span>Bundle</a></li></ul></li><li class="tocline"><a href="#component5" class="tocxref"><span class="secno">3.5 </span>Component 5: Alternate Entities</a><ul class="toc"><li class="tocline"><a href="#term-Specialization" class="tocxref"><span class="secno">3.5.1 </span>Specialization</a></li><li class="tocline"><a href="#term-Alternate" class="tocxref"><span class="secno">3.5.2 </span>Alternate</a></li></ul></li><li class="tocline"><a href="#component6" class="tocxref"><span class="secno">3.6 </span>Component 6: Collections</a><ul class="toc"><li class="tocline"><a href="#term-Collection" class="tocxref"><span class="secno">3.6.1 </span>Collection</a></li><li class="tocline"><a href="#term-Membership" class="tocxref"><span class="secno">3.6.2 </span>Membership</a></li></ul></li><li class="tocline"><a href="#further-elements" class="tocxref"><span class="secno">3.7 </span>Further Elements of PROV</a><ul class="toc"><li class="tocline"><a href="#attribute-Identifier" class="tocxref"><span class="secno">3.7.1 </span>Identifier</a></li><li class="tocline"><a href="#element-Label" class="tocxref"><span class="secno">3.7.2 </span>Label</a></li><li class="tocline"><a href="#element-Location" class="tocxref"><span class="secno">3.7.3 </span>Location</a></li><li class="tocline"><a href="#element-Role" class="tocxref"><span class="secno">3.7.4 </span>Role</a></li><li class="tocline"><a href="#element-Type" class="tocxref"><span class="secno">3.7.5 </span>Type</a></li><li class="tocline"><a href="#element-Value" class="tocxref"><span class="secno">3.7.6 </span>Value</a></li></ul></li></ul></li><li class="tocline"><a href="#media-type" class="tocxref"><span class="secno">4. </span>Media Type</a></li><li class="tocline"><a href="#prov-xml-schema" class="tocxref"><span class="secno">A. </span>Full XML Schema</a></li><li class="tocline"><a href="#acknowledgements" class="tocxref"><span class="secno">B. </span>Acknowledgements</a></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">C. </span>References</a><ul class="toc"><li class="tocline"><a href="#normative-references" class="tocxref"><span class="secno">C.1 </span>Normative references</a></li><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno">C.2 </span>Informative references</a></li></ul></li></ul></div>  
+<!--  end abstract  -->
+
+
+ 
+<!--  end sotd  -->
+
+
+<div id="introduction" class="section"> 
+
+<!-- OddPage -->
+<h2><span class="secno">1. </span>Introduction</h2> 
+
+<p> 
+For the purpose of this specification, <dfn id="dfn-provenance">provenance</dfn> is defined as a record that describes the people, institutions, entities, and activities involved in producing, influencing, or delivering a piece of data or a thing.  In particular, the provenance of information is crucial in deciding whether information is to be trusted, how it should be integrated with other diverse information sources, and how to give credit to its originators when reusing it.  In an open and inclusive environment such as the Web, where users find information that is often contradictory or questionable, provenance can help those users to make trust judgements.
+</p>
+
+<p>
+The PROV data model, PROV-DM, presents a generic data model for provenance that allows domain and application specific representations of provenance to be translated into such a data model and <em>interchanged</em> between systems.  Thus, heterogeneous systems can export their native provenance into such a core data model, and applications that need to make sense of provenance can then import it,
+process it, and reason over it.</p>
+
+<p>
+The PROV data model distinguishes <em>core structures</em> from <em>extended structures</em>: core structures form the essence of provenance information, and are commonly found in various domain-specific vocabularies that deal with provenance or similar kinds of information [<cite><a class="bibref" rel="biblioentry" href="#bib-Mappings">Mappings</a></cite>].  Extended structures enhance and refine core structures with more expressive capabilities to cater for more advanced uses of provenance.  The PROV data model, comprising both core and extended structures, is a domain-agnostic model, but with clear extensibility points allowing further domain-specific and application-specific extensions to be defined.
+</p>
+
+<p>
+The PROV data model has a modular design and is structured according to six components covering various facets of provenance:</p>
+<ul>
+<li> component 1: entities and activities, and the time at which they were created, used, or ended;
+</li><li> component 2: derivations of entities from others;
+</li><li> component 3: agents bearing responsibility for entities that were generated and activities that happened;
+</li><li> component 4: bundles, a mechanism to support provenance of provenance;
+</li><li> component 5: properties to link entities that refer to a same thing;
+</li><li> component 6: collections forming a logical structure for its members.
+</li></ul>
+
+<p>
+This specification goal is to provide a succinct definition of the XML form of PROV-DM, thus, we refer the reader to the PROV-DM to provide overall justification and context to the definitions presented here.  
+</p>
+
+
+<!-- 
+<section id="structure-of-this-document"> 
+<h3>Structure of this Document</h3>
+<p><a href="#schema-components">Section 2</a> provides an overview of the PROV XML Schema elements and types</p>
+<p><a href="#prov-xml-schema">Appendix A</a> contains the full PROV-XML Schema</p>
+</section>
+ -->
+
+
+<div id="prov-namespace" class="section">
+<h3><span class="secno">1.1 </span>PROV Namespace</h3>
+<p>The PROV namespace is <span class="name">http://www.w3.org/ns/prov#</span>.</p>
+<p> All the concepts, reserved names and attributes introduced in this specification belong to the PROV namespace.</p>
+</div> 
+<!--  end prov-namespace  -->
+
+
+<div id="conventions" class="section"> 
+<h3><span class="secno">1.2 </span>Conventions</h3>
+
+<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> 
+<!--  end conventions  -->
+
+
+</div> 
+<!--  end introduction  -->
+
+
+<div id="schema-design" class="section">
+
+<!-- OddPage -->
+<h2><span class="secno">2. </span>XML Schema Design</h2>
+
+<p>Several general design principles and patterns were used in the
+construction of the PROV XML Schema.
+</p>
+
+<h3 id="salami-slice-design-pattern"><i>Salami Slice</i> Design Pattern</h3>
+
+<p>The general design pattern for the XML schema has been
+called <i>Salami Slice Design</i> (cite?).  With this design, the
+individual components are each defined at the top level as separate
+elements with distinct types.  This allows the types to be easily
+reusable for domain specific extensions.
+</p>
+
+<h3 id="elements-vs.-attributes">Elements vs. Attributes</h3>
+
+<p>The general PROV-N syntax patterns for expressing provenance
+concepts are:
+</p>
+
+<pre class="codeexample">thing(id, elem1, elem2, ..., [attr1=val1, attr2=val2])
+concept(id; elem1, elem2, ... [attr1=val2, attr2=val2])
+</pre>
+
+<p>In both cases (required id or optional id), the PROV-N id is
+treated as an XML attribute, the PROV-N &quot;elements&quot; are treated as XML
+elements, always with the same required order (position) as the
+PROV-DM/PROV-N description, and optional PROV-N &quot;attributes&quot;, if
+allowed, always follow and are also represented by XML elements.  As
+in PROV-N, the attributes can be specified multiple times, and in any
+order, as long as they are all at the end of the encompassing element.
+</p>
+
+<p>Wherever an &quot;id&quot; is referenced from a later concept, the id is
+referenced as a prov:ref attribute of the element within the concept.
+</p>
+
+<p>This transformation technique yields a general XML pattern:
+</p>
+
+<pre class="codeexample">&lt;prov:thing prov:id=&quot;id&quot;&gt;
+  &lt;prov:elem1 /&gt;
+  &lt;prov:elem2 /&gt;
+  ...
+  &lt;prov:attr1&gt;val1&lt;/prov:attr1&gt;
+  &lt;prov:attr2&gt;val2&lt;/prov:attr2&gt;
+  ...
+&lt;/prov:thing&gt;
+</pre>
+
+<p>Most of the concepts described below follow this general pattern.
+</p>
+
+<div class="note">
+<p>REVIEW QUESTION:</p>
+<p>Is this ordering of elements/attributes reasonable/satisfactory?</p>
+<p>Would it be better to loosen the ordering requirement allowing any mix
+of elements/attributes, or to tighten the ordering requirement,
+requiring all &quot;prov:&quot; namespace attributes to precede all non-&quot;prov:&quot;
+namespace attributes when expressed as XML elements?
+</p>
+</div>
+
+<div class="note">
+<p>REVIEW QUESTION:</p>
+
+<p>The current design has mirrored the naming from PROV-N.  This often
+involves reliance on the &quot;prov:type&quot; attribute to distinguish some
+relations.  In order to simplify the overall expression of those
+concepts in XML, we are considering adding additional explicitly named
+top level elements rather than requiring &quot;prov:type&quot;.
+</p>
+
+<p>For example, a Quotation is currently expressed in PROV-N as a type
+of Derivation like this:</p>
+<div class="codeexample">
+wasDerivedFrom(a, b, [prov:type='prov:Quotation'])
+</div>
+
+<p>which is transformed to:</p>
+
+<div class="codeexample">
+&lt;prov:wasDerivedFrom&gt;<br />
+  &lt;prov:generatedEntity prov:ref=&quot;a&quot;/&gt;<br />
+  &lt;prov:usedEntity prov:ref=&quot;b&quot;/&gt;<br />
+  &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:Quotation&lt;/prov:type&gt;<br />
+&lt;/prov:wasDerivedFrom&gt;
+</div>
+
+<p>This proposal would replace that with an explicit &quot;Quotation&quot; element:
+</p>
+
+<div class="codeexample">
+&lt;prov:Quotation&gt;<br />
+  &lt;prov:generatedEntity prov:ref=&quot;a&quot;/&gt;<br />
+  &lt;prov:usedEntity prov:ref=&quot;b&quot;/&gt;<br />
+&lt;/prov:Quotation&gt;
+</div>
+
+<p>Other &quot;typed&quot; concepts and relations would be handled similarly.
+</p>
+
+</div>
+
+</div>
+
+
+<!--  should we instead break the schema down into complex types and elements?  -->
+
+<div id="schema-components" class="section">
+
+
+<!-- OddPage -->
+<h2><span class="secno">3. </span>PROV XML Schema</h2>
+
+<p>Provenance concepts, expressed as PROV-DM types and relations, are organized according to six components that are defined in this section.</p>
+
+<div id="prov-dm-components-ul">
+<ul>
+<li><b>Component 1: entities and activities.</b> The first component consists of entities, activities, and concepts linking them, such as generation, usage, start, end. The first component is the only one comprising time-related concepts. </li>
+<li><b>Component 2: derivations.</b>  The second component is formed with derivations and derivation subtypes.</li>
+<li><b>Component 3: agents, responsibility, and influence.</b> The third component consists of agents and concepts ascribing responsibility to agents.</li>
+<li><b>Component 4: bundles.</b> The fourth component is concerned with bundles, a mechanism to support provenance of provenance.</li>
+<li><b>Component 5: alternate.</b> The fifth component consists of relations linking entities referring to the same thing. </li>
+<li><b>Component 6: collections.</b> The sixth component is about collections. </li>
+</ul>
+</div>
+
+<div style="text-align: center;">
+<span class="figure" id="fig-figure-1-prov-dm-components-informative" style="max-width: 95%; ">
+<img usemap="#componentMap" src="images/dm/components-dependencies.png" alt="PROV-DM Components" style="max-width: 90%; " />
+<map id="componentMap">
+<area title="agents/responsibility" href="#component3" coords="0,0,67,268" alt="agents/responsibility" shape="rect" />
+<area title="agents/responsibility" href="#component3" coords="67,0,134,201" alt="agents/responsibility" shape="rect" />
+<area title="agents/responsibility" href="#component3" coords="134,0,201,67" alt="agents/responsibility" shape="rect" />
+<area title="derivations" href="#component2" coords="201,0,268,201" alt="derivations" shape="rect" />
+<area title="derivations" href="#component2" coords="134,67,201,201" alt="derivations" shape="rect" />
+<area title="alternate" href="#component5" coords="335,0,402,201" alt="alternate" shape="rect" />
+<area title="collections" href="#component6" coords="402,0,469,201" alt="collections" shape="rect" />
+<area title="activities/entities" href="#component1" coords="67,201,469,268" alt="activities/entities" shape="rect" />
+<area title="bundles" href="#component4" coords="268,0,402,201" alt="bundles" shape="rect" />
+</map>
+<br />
+<span class="figcaption" id="prov-dm-components">Figure 1<sup><a class="internalDFN" href="#prov-dm-components"><span class="diamond"> ◊:</span></a></sup> PROV-DM Components (Informative)</span>
+</span>
+</div>
+
+<p><a href="#prov-schema-mapping">Table 1</a> is a mapping of PROV-DM types and relations in PROV-XML schema XML types and elements.</p>
+
+<div id="prov-schema-mapping-div" style="text-align: center;">
+<table class="thinborder" style="margin-left: auto; margin-right: auto;">
+<caption id="prov-schema-mapping"><span>Table 1<sup><a class="internalDFN" href="#prov-schema-mapping"><span class="diamond"> ◊:</span></a></sup> </span>PROV-DM Types and Relations to XML Schema Mapping</caption> 
+<tbody><tr><td><a><b>Type or Relation Name</b></a></td><td><b>XML Schema ComplexType or usage</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></tr>
+
+<tr class="component1-color">
+	<td class="essential"><a href="#concept-entity" class="internalDFN">Entity</a></td>
+	<td><a title="dfn-Entity" class="essential">prov:Entity</a></td>
+	<td rowspan="8"><a href="#component1">Component 1: Entities/Activities</a></td>
+</tr>
+<tr class="component1-color">
+	<td class="essential"><a href="#concept-activity" class="internalDFN">Activity</a></td>
+	<td><a title="dfn-Activity" class="essential">prov:Activity</a></td>
+</tr>
+<tr class="component1-color">
+	<td class="essential"><a href="#concept-generation" class="internalDFN">Generation</a></td>
+	<td><a title="wasGeneratedBy"><span class="essential">prov:Generation</span></a></td>
+</tr>
+<tr class="component1-color">
+	<td class="essential"><a href="#concept-usage" class="internalDFN">Usage</a></td>
+	<td><a title="used"><span class="essential">prov:Usage</span></a></td>
+</tr>
+<tr class="component1-color">
+	<td class="essential"><a href="#concept-communication" class="internalDFN">Communication</a></td>
+	<td><a title="wasInformedBy"><span class="essential">prov:Communication</span></a></td>
+</tr>
+<tr class="component1-color">
+	<td><a href="#concept-start" class="internalDFN">Start</a></td>
+	<td><a title="wasStartedBy">prov:Start</a></td>
+</tr>
+<tr class="component1-color">
+	<td><a href="#concept-end" class="internalDFN">End</a></td>
+	<td><a title="wasEndedBy">prov:End</a></td>
+</tr>
+<tr class="component1-color">
+	<td><a href="#concept-invalidation" class="internalDFN">Invalidation</a></td>
+	<td><a title="wasInvalidatedBy">prov:Invalidation</a></td>
+</tr>
+<tr>
+	<td colspan="3" style="border-width: 0px; "></td>
+</tr>
+<tr class="component2-color">
+	<td class="essential"><a href="#concept-derivation" class="internalDFN">Derivation</a></td>
+	<td><a title="wasDerivedFrom"><span class="essential">prov:Derivation</span></a></td>
+	<td rowspan="4"><a href="#component2">Component 2: Derivations</a></td>
+</tr>
+<tr class="component2-color">
+	<td class="provType"><a href="#concept-revision" class="internalDFN">Revision</a></td>
+	<td><a title="dfn-revision">use &lt;prov:type&gt;prov:Revision&lt;/prov:type&gt; in Derivation</a></td>
+</tr>
+<tr class="component2-color">
+	<td class="provType"><a href="#concept-quotation" class="internalDFN">Quotation</a></td>
+	<td><a title="dfn-quotation">use &lt;prov:type&gt;prov:Quotation&lt;/prov:type&gt; in Derivation</a></td>
+</tr>
+<tr class="component2-color">
+	<td class="provType"><a href="#concept-primary-source" class="internalDFN">Primary Source</a></td>
+	<td><a title="dfn-primary-source">use &lt;prov:type&gt;prov:PrimarySource&lt;/prov:type&gt; in Derivation</a></td>
+</tr>
+<tr>
+	<td colspan="3" style="border-width: 0px; "></td>
+</tr>
+<tr class="component3-color" style="border-collapse: collapse; ">
+	<td class="essential"><a href="#concept-agent" class="internalDFN">Agent</a></td>
+	<td><a title="dfn-agent" class="essential">prov:Agent</a></td>
+	<td rowspan="9"><a href="#component3">Component 3: Agents, Responsibility, Influence</a></td>
+</tr>
+<tr class="component3-color">
+	<td class="essential"><a href="#concept-attribution" class="internalDFN">Attribution</a></td>
+	<td><a title="wasAttributedTo"><span class="essential">prov:Attribution</span></a></td>
+</tr>
+<tr class="component3-color">
+	<td class="essential"><a href="#concept-association" class="internalDFN">Association</a></td>
+	<td><a title="wasAssociatedWith"><span class="essential">prov:Association</span></a></td>
+</tr>
+<tr class="component3-color">
+	<td class="essential"><a href="#concept-delegation" class="internalDFN">Delegation</a></td>
+	<td><a title="actedOnBehalfOf"><span class="essential">prov:Delegation</span></a></td>
+</tr>
+<tr class="component3-color">
+	<td class="provType"><a href="#concept-plan" class="internalDFN">Plan</a></td>
+	<td><a title="plan" href="#concept-plan" class="internalDFN">use &lt;prov:type&gt;prov:Plan&lt;/prov:type&gt; in Entity</a></td>
+</tr>
+<tr class="component3-color">
+	<td class="provType"><a href="#concept-person" class="internalDFN">Person</a></td>
+	<td><a title="person" href="#concept-person" class="internalDFN">use &lt;prov:type&gt;prov:Person&lt;/prov:type&gt; in Agent</a></td>
+</tr>
+<tr class="component3-color">
+	<td class="provType"><a href="#concept-organization" class="internalDFN">Organization</a></td>
+	<td><a title="organization" href="#concept-organization" class="internalDFN">use &lt;prov:type&gt;prov:Organization&lt;/prov:type&gt; in Agent</a></td>
+</tr>
+<tr class="component3-color">
+	<td class="provType"><a title="software-agent" href="#concept-software-agent" class="internalDFN">SoftwareAgent</a></td>
+	<td><a title="software-agent" href="#concept-software-agent" class="internalDFN">use &lt;prov:type&gt;prov:SoftwareAgent&lt;/prov:type&gt; in Agent</a></td>
+</tr>
+<tr class="component3-color">
+	<td><a href="#concept-influence" class="internalDFN">Influence</a></td>
+	<td><a title="wasInfluencedBy">prov:Influence</a></td>
+</tr>
+<tr>
+	<td colspan="3" style="border-width: 0px; "></td>
+</tr>
+<tr class="component4-color">
+	<td><a title="bundle" href="#concept-bundle" class="internalDFN">Bundle constructor</a></td>
+	<td><a title="dfn-bundle">???</a></td>
+	<td rowspan="2"><a href="#component5">Component 4: Bundles</a></td>
+</tr>
+<tr class="component4-color">
+	<td class="provType"><a title="bundle" href="#concept-bundle" class="internalDFN">Bundle type</a></td>
+	<td><a title="bundle" href="#concept-bundle" class="internalDFN">use &lt;prov:type&gt;prov:Bundle&lt;/prov:type&gt; in Entity</a></td>
+</tr>
+<tr>
+	<td colspan="3" style="border-width: 0px; "></td>
+</tr>
+<tr class="component5-color">
+	<td><a href="#concept-alternate" class="internalDFN">Alternate</a></td>
+	<td><a title="alternateOf">prov:Alternate</a></td>
+	<td rowspan="3"><a href="#component4">Component 5: Alternate</a></td>
+</tr>
+<tr class="component5-color">
+	<td><a href="#concept-specialization" class="internalDFN">Specialization</a></td>
+	<td><a title="specializationOf">prov:Specialization</a></td>
+</tr>
+<tr>
+	<td colspan="3" style="border-width: 0px; "></td>
+</tr>
+<tr class="component6-color">
+	<td class="provType"><a href="#concept-collection" class="internalDFN">Collection</a></td>
+	<td><a title="collection" href="#concept-collection" class="internalDFN">use &lt;prov:type&gt;prov:Collection&lt;/prov:type&gt; in Entity</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" href="#concept-empty-collection" class="internalDFN">EmptyCollection</a></td>
+	<td><a title="empty collection" href="#concept-empty-collection" class="internalDFN">use &lt;prov:type&gt;prov:EmptyCollection&lt;/prov:type&gt; in Entity</a></td>
+</tr>
+<tr class="component6-color">
+	<td><a href="#concept-membership" class="internalDFN">Membership</a></td>
+	<td><a title="hadMember">prov:Membership</a></td>
+</tr>
+
+<!-- <caption id="prov-dm-types-and-relations">PROV-DM Types and Relations to XML Schema Mapping</caption> -->
+
+</tbody></table>
+</div>
+<div class="note">
+<p>This mapping table is still under discussion and it's structure is subject to change.</p>
+</div>
+
+
+<p>In the rest of the section, each type is defined, in English initially, followed by its XML schema definition and some example.</p>  
+
+<div id="component1" class="section"> 
+<h3><span class="secno">3.1 </span>Component 1: Entities and Activities</h3>
+
+<p>The first component of PROV-DM is concerned with <a title="entity" href="#concept-entity" class="internalDFN">entities</a> and <a title="activity" href="#concept-activity" class="internalDFN">activities</a>, and their inter-relations: <a href="#concept-usage" class="internalDFN">Usage</a>, <a href="#concept-generation" class="internalDFN">Generation</a>, <a href="#concept-start" class="internalDFN">Start</a>, <a href="#concept-end" class="internalDFN">End</a>, <a href="#concept-communication" class="internalDFN">Communication</a>, and <a href="#concept-startByActivity" class="internalDFN">Start by Activity</a>. </p>
+
+<div id="term-Entity" class="section"> 
+<h4><span class="secno">3.1.1 </span>Entity</h4>
+<div class="glossary-ref">   An <dfn id="concept-entity">entity</dfn> is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. </div>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Entity&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:value&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      &lt;xs:any namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;entity&quot; type=&quot;prov:Entity&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;
+    xmlns:tr=&quot;http://example.com/ns/tr#&quot;&gt;
+
+  <b>&lt;prov:entity prov:id=&quot;tr:WD-prov-dm-20111215&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;document&lt;/prov:type&gt;
+    &lt;ex:version&gt;2&lt;/ex:version&gt;
+  &lt;/prov:entity&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+<!--  end term-Entity  -->
+
+
+<div id="term-Activity" class="section"> 
+<h4><span class="secno">3.1.2 </span>Activity</h4>
+<div class="glossary-ref">   An <dfn id="concept-activity">activity</dfn>  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.  </div>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Activity&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name=&quot;startTime&quot; type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt; 
+    &lt;xs:element name=&quot;endTime&quot; type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt; 
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      &lt;xs:any namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;activity&quot; type=&quot;prov:Activity&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;
+
+  <b>&lt;prov:activity prov:id=&quot;a1&quot;&gt;
+    &lt;prov:startTime&gt;2011-11-16T16:05:00&lt;/prov:startTime&gt;
+    &lt;prov:endTime&gt;2011-11-16T16:06:00&lt;/prov:endTime&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;ex:edit&lt;/prov:type&gt;
+    &lt;ex:host&gt;server.example.org&lt;/ex:host&gt;
+  &lt;/prov:activity&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+<!--  end term-Activity  -->
+
+
+<div id="term-Generation" class="section">
+<h4><span class="secno">3.1.3 </span>Generation</h4>
+<div class="glossary-ref">   <dfn id="concept-generation">Generation</dfn> 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. </div>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Generation&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name=&quot;entity&quot; type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;time&quot; type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      &lt;xs:any namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;wasGeneratedBy&quot; type=&quot;prov:Generation&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;
+
+  &lt;prov:entity prov:id=&quot;e1&quot;/&gt;
+
+  &lt;prov:activity prov:id=&quot;a1&quot;/&gt;
+
+  <b>&lt;prov:wasGeneratedBy&gt;
+    &lt;prov:entity prov:ref=&quot;e1&quot;/&gt;
+    &lt;prov:activity prov:ref=&quot;a1&quot;/&gt;
+    &lt;prov:time&gt;2001-10-26T21:32:52&lt;/prov:time&gt;
+    &lt;ex:port&gt;p1&lt;/ex:port&gt;
+  &lt;/prov:wasGeneratedBy&gt;</b>
+
+  &lt;prov:entity prov:id=&quot;e2&quot;/&gt;
+
+  <b>&lt;prov:wasGeneratedBy&gt;
+    &lt;prov:entity prov:ref=&quot;e2&quot;/&gt;
+    &lt;prov:activity prov:ref=&quot;a1&quot;/&gt;
+    &lt;prov:time&gt;2001-10-26T10:00:00&lt;/prov:time&gt;
+    &lt;ex:port&gt;p2&lt;/ex:port&gt;
+  &lt;/prov:wasGeneratedBy&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+<!--  end term-Generation  -->
+
+
+<div id="term-Usage" class="section">
+<h4><span class="secno">3.1.4 </span>Usage</h4>
+<div class="glossary-ref">   <dfn id="concept-usage">Usage</dfn> 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. </div>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Usage&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+    &lt;xs:element name=&quot;entity&quot; type=&quot;prov:EntityRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;time&quot; type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      &lt;xs:any namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;used&quot; type=&quot;prov:Usage&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;
+
+  &lt;prov:activity prov:id=&quot;a1&quot;/&gt;
+
+  &lt;prov:entity prov:id=&quot;e1&quot;/&gt;
+
+  &lt;prov:entity prov:id=&quot;e2&quot;/&gt;
+
+  <b>&lt;prov:used&gt;
+    &lt;prov:activity prov:ref=&quot;a1&quot;/&gt;
+    &lt;prov:entity prov:ref=&quot;e1&quot;/&gt;
+    &lt;prov:time≶2011-11-16T16:00:00&lt;/prov:time&gt;
+    &lt;ex:parameter&gt;p1&lt;/ex:parameter&gt;
+  &lt;/prov:used&gt;</b>
+
+  <b>&lt;prov:used&gt;
+    &lt;prov:activity prov:ref=&quot;a1&quot;/&gt;
+    &lt;prov:entity prov:ref=&quot;e2&quot;/&gt;
+    &lt;prov:time&gt;2011-11-16T16:00:01&lt;/prov:time&gt;
+    &lt;ex:parameter&gt;p2&lt;/ex:parameter&gt;
+  &lt;/prov:used&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+<!--  end term-Usage  -->
+
+
+<div id="term-Communication" class="section">
+<h4><span class="secno">3.1.5 </span>Communication</h4>
+<div class="glossary-ref">   <dfn id="concept-communication">Communication</dfn> is the exchange of some unspecified entity by two activities, one activity using some entity generated by the other. </div>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Communication&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name=&quot;informed&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+    &lt;xs:element name=&quot;informant&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      &lt;xs:any namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;wasInformedBy&quot; type=&quot;prov:Communication&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document 
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;&gt;
+
+  &lt;prov:activity prov:id=&quot;a1&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:string&quot;&gt;traffic regulations enforcing&lt;prov:type&gt;
+  &lt;/prov:activity&gt;
+
+  &lt;prov:activity prov:id=&quot;a2&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:string&quot;&gt;fine paying, check writing, and mailing&lt;/prov:type&gt;
+  &lt;/prov:activity&gt;
+
+  <b>&lt;prov:wasInformedBy&gt;
+    &lt;prov:informed prov:ref=&quot;a2&quot;/&gt;
+    &lt;prov:informant prov:ref=&quot;a1&quot;/&gt;
+  &lt;/prov:wasInformedBy&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+<!--  end term-Communication  -->
+
+
+<div id="term-Start" class="section">
+<h4><span class="secno">3.1.6 </span>Start</h4>
+<div class="glossary-ref">   <dfn id="concept-start">Start</dfn> is when an activity is deemed to have been started by an entity, known as <dfn id="concept-start-trigger">trigger</dfn>.  The activity did not exist before its start. Any usage, generation, or invalidation involving an activity follows the activity's start. A start may refer to a trigger entity that set off the activity, or to an activity, known as <dfn id="concept-start-starter">starter</dfn>, that generated the trigger. </div>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Start&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+    &lt;xs:element name=&quot;trigger&quot; type=&quot;prov:EntityRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;starter&quot; type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;time&quot; type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      &lt;xs:any namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;wasStartedBy&quot; type=&quot;prov:Start&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;
+
+  &lt;prov:entity prov:id=&quot;e1&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:string&quot;&gt;email message&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  &lt;prov:activity prov:id=&quot;a1&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;Discuss&lt;/prov:type&gt;
+  &lt;/prov:activity&gt;
+
+  <b>&lt;prov:wasStartedBy&gt;
+    &lt;prov:activity prov:ref=&quot;a1&quot;/&gt;
+    &lt;prov:trigger prov:ref=&quot;e1&quot;/&gt;
+    &lt;prov:time&gt;2011-11-16T16:05:00&lt;/prov:time&gt;
+  &lt;/prov:wasStartedBy&gt;</b>
+
+  &lt;prov:used&gt;
+    &lt;prov:activity prov:ref=&quot;a1&quot;/&gt;
+    &lt;prov:entity prov:ref=&quot;e1&quot;/&gt;
+  &lt;/prov:used&gt;
+
+  &lt;prov:activity prov:id=&quot;a0&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;Write&lt;/prov:type&gt;
+  &lt;/prov:activity&gt;
+
+  &lt;prov:wasGeneratedBy&gt;
+    &lt;prov:entity prov:ref=&quot;e1&quot;/&gt;
+    &lt;prov:activity prov:ref=&quot;a0&quot;/&gt;
+  &lt;/prov:wasGeneratedBy&gt;
+
+  <b>&lt;prov:wasStartedBy&gt;
+    &lt;prov:activity prov:ref=&quot;a1&quot;/&gt;
+    &lt;prov:trigger prov:ref=&quot;e1&quot;/&gt;
+    &lt;prov:starter prov:ref=&quot;a0&quot;/&gt;
+    &lt;prov:time&gt;2011-11-16T16:05:00&lt;/prov:time&gt;
+  &lt;/prov:wasStartedBy&gt;</b>
+
+  <b>&lt;prov:wasStartedBy&gt;
+    &lt;prov:activity prov:ref=&quot;a1&quot;/&gt;
+    &lt;prov:starter prov:ref=&quot;a0&quot;/&gt;
+    &lt;prov:time&gt;2011-11-16T16:05:00&lt;/prov:time&gt;
+  &lt;/prov:wasStartedBy&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+<!--  end term-Start  -->
+
+
+<div id="term-End" class="section">
+<h4><span class="secno">3.1.7 </span>End</h4>
+<div class="glossary-ref">   <dfn id="concept-end">End</dfn> is when an activity is deemed to have been ended by an entity, known as <dfn id="concept-end-trigger">trigger</dfn>.  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 a trigger entity that terminated the activity, or to an activity, known as <dfn id="concept-end-ender">ender</dfn> that generated the trigger. </div>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;End&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+    &lt;xs:element name=&quot;trigger&quot; type=&quot;prov:EntityRef&quot;  minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;ender&quot; type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;time&quot; type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      &lt;xs:any namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;wasEndedBy&quot; ype=&quot;prov:End&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;
+
+  &lt;prov:entity prov:id=&quot;e1&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:string&quot;&gt;approval document&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  &lt;prov:activity prov:id=&quot;a1&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;Editing&lt;/prov:type&gt;
+  &lt;/prov:activity&gt;
+
+  <b>&lt;prov:wasEndedBy&gt;
+    &lt;prov:activity prov:ref=&quot;a1&quot;/&gt;
+    &lt;prov:trigger prov:ref=&quot;e1&quot;/&gt;
+  &lt;/prov:wasEndedBy&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+<!--  end term-End  -->
+
+
+<div id="term-Invalidation" class="section">
+<h4><span class="secno">3.1.8 </span>Invalidation</h4>
+<div class="glossary-ref">   <dfn id="concept-invalidation">Invalidation</dfn> 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.</div>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Invalidation&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name=&quot;entity&quot; type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;time&quot; type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      &lt;xs:any namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;wasInvalidatedBy&quot; type=&quot;prov:Invalidation&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;
+    xmlns:bbc=&quot;http://www.bbc.co.uk/news/&quot;&gt;
+
+  &lt;prov:entity prov:id=&quot;ex:The-Painter&quot;/&gt;
+
+  &lt;prov:agent prov:id=&quot;ex:Picasso&quot;/&gt;
+
+  &lt;prov:wasAttributedTo&gt;
+    &lt;prov:entity prov:ref=&quot;ex:The-Painter&quot; /&gt;
+    &lt;prov:agent prov:ref=&quot;ex:Picasso&quot; /&gt;
+  &lt;/prov:wasAttributedTo&gt;
+
+  &lt;prov:activity prov:id=&quot;ex:crash&quot;/&gt;
+
+  <b>&lt;prov:wasInvalidatedBy&gt;
+    &lt;prov:entity prov:ref=&quot;ex:The-Painter&quot;/&gt;
+    &lt;prov:activity prov:ref=&quot;ex:crash&quot;/&gt;
+    &lt;prov:time&gt;1998-09-03T01:31:00&lt;/prov:time&gt;
+    &lt;ex:circumstances&gt;plane accident&lt;/ex:circumstances&gt;
+  &lt;/prov:wasInvalidatedBy&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+<!--  end term-Invalidation  -->
+
+
+</div> 
+<!--  end component1  -->
+
+
+<div id="component2" class="section"> 
+<h3><span class="secno">3.2 </span>Component 2: Derivations</h3>
+
+<p>The second component of PROV-DM is concerned with: <a title="derivation" href="#concept-derivation" class="internalDFN">derivations</a> of <a title="entity" href="#concept-entity" class="internalDFN">entities</a> from other entities and derivation subtypes WasRevisionOf (<a href="#concept-revision" class="internalDFN">Revision</a>), WasQuotedFrom (<a href="#concept-quotation" class="internalDFN">Quotation</a>), and HasPrimarySource (<a href="#concept-primary-source" class="internalDFN">Primary Source</a>).</p>
+
+<div id="term-Derivation" class="section">
+<h4><span class="secno">3.2.1 </span>Derivation</h4>
+<div class="glossary-ref">   A <dfn id="concept-derivation">derivation</dfn>  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.</div>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Derivation&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name=&quot;generatedEntity&quot; type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;xs:element name=&quot;usedEntity&quot; type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;generation&quot; type=&quot;prov:GenerationRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;usage&quot; type=&quot;prov:UsageRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      &lt;xs:any namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;wasDerivedFrom&quot; type=&quot;prov:Derivation&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document 
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;&gt;
+
+  &lt;prov:entity prov:id=&quot;e1&quot;/&gt;
+
+  &lt;prov:entity prov:id=&quot;e2&quot;/&gt;
+
+  <b>&lt;prov:wasDerivedFrom&gt;
+    &lt;prov:generatedEntity prov:ref=&quot;e2&quot;/&gt;
+    &lt;prov:usedEntity prov:ref=&quot;e1&quot;/&gt;
+  &lt;/prov:wasDerivedFrom&gt;</b>
+
+  <b>&lt;prov:wasDerivedFrom&gt;
+    &lt;prov:generatedEntity prov:ref=&quot;e2&quot;/&gt;
+    &lt;prov:usedEntity prov:ref=&quot;e1&quot;/&gt;
+    &lt;prov:type xsi:type=&quot;xsd:string&quot;&gt;physical transform&lt;/prov:type&gt;
+  &lt;/prov:wasDerivedFrom&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+<!--  end term-Derivation  -->
+
+
+<div id="term-Revision" class="section">
+<h4><span class="secno">3.2.2 </span>Revision</h4>
+<div class="glossary-ref">   A <dfn id="concept-revision">revision</dfn>   is a derivation for which the resulting entity is a revised version of some original. </div>
+<p>To specialize a Derivation relationship as a Revision relationship, include a <code>prov:type</code> with the value &quot;prov:Revision&quot;.</p>
+<pre class="example">&lt;prov:document
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:rec54=&quot;http://www.w3.org/2001/02pd/rec54#&quot;
+    xmlns:tr=&quot;http://example.com/ns/tr#&quot;&gt;
+
+  &lt;prov:entity prov:id=&quot;tr:WD-prov-dm-20111215&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;rec54:WD&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  &lt;prov:entity prov:id=&quot;tr:WD-prov-dm-20111018&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;rec54:WD&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  &lt;prov:wasDerivedFrom&gt;
+    &lt;prov:generatedEntity prov:ref=&quot;tr:WD-prov-dm-20111215&quot;/&gt;
+    &lt;prov:usedEntity prov:ref=&quot;tr:WD-prov-dm-20111018&quot;/&gt;
+    <b>&lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:Revision&lt;/prov:type&gt;</b>
+  &lt;/prov:wasDerivedFrom&gt;
+
+&lt;/prov:document&gt;</pre>
+<div class="note">
+<p>The modeling of Revision is currently under discussion and is subject to change.</p>
+</div>
+</div>  
+<!--  end term-Revision  -->
+
+
+<div id="term-Quotation" class="section">
+<h4><span class="secno">3.2.3 </span>Quotation</h4>
+<div class="glossary-ref">   A <dfn id="concept-quotation">quotation</dfn>  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. </div>
+<p>To specialize a Derivation relationship as a Quotation relationship, include a <code>prov:type</code> with the value &quot;prov:Quotation&quot;.</p>
+<pre class="example">&lt;prov:document
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:wp=&quot;http://thinklinks.wordpress.com/2012/03/07/&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;
+    xmlns:dm=&quot;http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#&quot;&gt;
+
+  &lt;prov:entity prov:id=&quot;wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop&quot;/&gt;
+
+  &lt;prov:entity prov:id=&quot;dm:bl-dagstuhl&quot;/&gt;
+
+  &lt;prov:agent prov:id=&quot;ex:Luc&quot;/&gt;
+
+  &lt;prov:agent prov:id=&quot;ex:Paul&quot;/&gt;
+
+  &lt;prov:wasDerivedFrom&gt;
+    &lt;prov:generatedEntity prov:ref=&quot;dm:gl-dagstuhl&quot;/&gt;
+    &lt;prov:usedEntity prov:ref=&quot;wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop&quot;/&gt;
+    <b>&lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:Quotation&lt;/prov:type&gt;</b>
+  &lt;/prov:wasDerivedFrom&gt;
+
+  &lt;prov:wasAttributedTo&gt;
+    &lt;prov:entity prov:ref=&quot;dm:bl-dagstuhl&quot;/&gt;
+    &lt;prov:agent prov:ref=&quot;ex:Luc&quot;/&gt;
+  &lt;/prov:wasAttributedTo&gt;
+
+  &lt;prov:wasAttributedTo&gt;
+    &lt;prov:entity prov:ref=&quot;wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop&quot;/&gt;
+    &lt;prov:agent prov:ref=&quot;ex:Paul&quot;/&gt;
+  &lt;/prov:wasAttributedTo&gt;
+
+&lt;/prov:document&gt;</pre>
+<div class="note">
+<p>The modeling of Quotation is currently under discussion and is subject to change.</p>
+</div>
+</div>  
+<!--  end term-Quotation  -->
+
+
+<div id="term-Primary-Source" class="section">
+<h4><span class="secno">3.2.4 </span>Primary Source</h4>
+<div class="glossary-ref">   A <dfn id="concept-primary-source">primary source</dfn>  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>
+<p>To specialize a Derivation relationship as a Primary Source relationship, include a <code>prov:type</code> with the value &quot;prov:PrimarySource&quot;.</p>
+<pre class="example">&lt;prov:document
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;
+
+  &lt;prov:entity prov:id=&quot;ex:la-campagne-de-Russie-1812-1813&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;map&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  &lt;prov:entity prov:id=&quot;ex:revue-d-Histoire-de-la-Pharmacie-t-XVIII&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;journal&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  &lt;prov:wasDerivedFrom&gt;
+    &lt;prov:generatedEntity prov:ref=&quot;ex:la-campagne-de-Russie-1812-1813&quot;/&gt;
+    &lt;prov:usedEntity prov:ref=&quot;ex:revue-d-Histoire-de-la-Pharmacie-t-XVIII&quot;/&gt;
+    <b>&lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:PrimarySource&lt;/prov:type&gt;</b>
+  &lt;/prov:wasDerivedFrom&gt;
+
+&lt;/prov:document&gt;</pre>
+<div class="note">
+<p>The modeling of PrimarySource is currently under discussion and is subject to change.</p>
+</div>
+</div>  
+<!--  end term-Primary-Source  -->
+
+
+</div>  
+<!--  end component2  -->
+
+
+<div id="component3" class="section">
+<h3><span class="secno">3.3 </span>Component 3: Agents, Responsibility, and Influence</h3>
+
+<p>The third component of PROV-DM, depicted in  <a href="#figure-component3">Figure 7</a>, is concerned with <a title="agent" href="#concept-agent" class="internalDFN">agents</a> and the relations WasAttributedTo
+(<a href="#concept-attribution" class="internalDFN">Attribution</a>), WasAssociatedWith (<a href="#concept-association" class="internalDFN">Association</a>), ActedOnBehalfOf (<a href="#concept-delegation" class="internalDFN">Delegation</a>), relating agents to entities, activities, and agents, respectively.</p>
+
+<div id="term-Agent" class="section">
+<h4><span class="secno">3.3.1 </span>Agent</h4>
+<div class="glossary-ref">   An <dfn id="concept-agent">agent</dfn> is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. </div>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Agent&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      &lt;xs:any namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;agent&quot; type=&quot;prov:Agent&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;
+
+  <b>&lt;prov:agent prov:id=&quot;e1&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:Person&lt;/prov:type&gt;
+    &lt;ex:name&gt;Alice&lt;/ex:name&gt;
+    &lt;ex:employee&gt;1234&lt;/ex:employee&gt;
+  &lt;/prov:agent&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+<!--  end term-Agent  -->
+
+
+<div id="term-Attribution" class="section">
+<h4><span class="secno">3.3.2 </span>Attribution</h4>
+<div class="glossary-ref">   <dfn id="concept-attribution">Attribution</dfn> is the ascribing of an entity to an agent. </div>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Attribution&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name=&quot;entity&quot; type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;xs:element name=&quot;agent&quot; type=&quot;prov:AgentRef&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      &lt;xs:any namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;wasAttributedTo&quot; type=&quot;prov:Attribution&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;
+    xmlns:tr=&quot;http://example.com/ns/tr#&quot;
+    xmlns:rec54=&quot;http://example.com/ns/rec54#&quot;&gt;
+
+  &lt;prov:agent prov:id=&quot;ex:Paolo&quot;&gt;
+    &lt;prov:typexsi:type=&quot;xsd:QName&quot;&gt;prov:Person&lt;/prov:type&gt;
+  &lt;/prov:agent&gt;
+
+  &lt;prov:agent prov:id=&quot;ex:Simon&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:Person&lt;/prov:type&gt;
+  &lt;/prov:agent&gt;
+
+  &lt;prov:entity prov:id=&quot;tr:WD-prov-dm-20111215&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;rec54:WD&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  <b>&lt;prov:wasAttributedTo&gt;
+    &lt;prov:entity prov:ref=&quot;rec54:WD&quot;/&gt;
+    &lt;prov:agent prov:ref=&quot;ex:Paolo&quot;/&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;editorship&lt;/prov:type&gt;
+  &lt;/prov:wasAttributedTo&gt;</b>
+
+  <b>&lt;prov:wasAttributedTo&gt;
+    &lt;prov:entity prov:ref=&quot;rec54:WD&quot;/&gt;
+    &lt;prov:agent prov:ref=&quot;ex:Simon&quot;/&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;authorship&lt;/prov:type&gt;
+  &lt;/prov:wasAttributedTo&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div>  
+<!--  end term-Attribution  -->
+
+
+<div id="term-Association" class="section">
+<h4><span class="secno">3.3.3 </span>Association</h4>
+<div class="glossary-ref"></div>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Association&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+    &lt;xs:element name=&quot;agent&quot; type=&quot;prov:AgentRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;plan&quot; type=&quot;prov:EntityRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      &lt;xs:any namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;wasAssociatedWith&quot; type=&quot;prov:Association&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;
+
+  &lt;prov:activity prov:id=&quot;a&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:string&quot;&gt;workflow execution&lt;/prov:type&gt;
+  &lt;/prov:activity&gt;
+
+  &lt;prov:agent prov:id=&quot;ag1&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;operator&lt;/prov:type&gt;
+  &lt;/prov:agent&gt;
+
+  &lt;prov:agent prov:id=&quot;ag2&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;designator&lt;/prov:type&gt;
+  &lt;/prov:agent&gt;
+
+  <b>&lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity prov:ref=&quot;a&quot;/&gt;
+    &lt;prov:agent prov:ref=&quot;ag1&quot;/&gt;
+    &lt;prov:role xsi:type=&quot;xsd:QName&quot;&gt;loggedInUser&lt;/prov:role&gt;
+    &lt;ex:how&gt;webapp&lt;/ex:how&gt;
+  &lt;/prov:wasAssociatedWith&gt;</b>
+
+  <b>&lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity prov:ref=&quot;a&quot;/&gt;
+    &lt;prov:agent prov:ref=&quot;ag2&quot;/&gt;
+    &lt;prov:plan prov:ref=&quot;ex:wf&quot;/&gt;
+    &lt;prov:role xsi:type=&quot;xsd:QName&quot;&gt;designer&lt;/prov:role&gt;
+    &lt;ex:content&gt;project1&lt;/ex:content&gt;
+  &lt;/prov:wasAssociatedWith&gt;</b>
+
+  &lt;prov:entity prov:id=&quot;ex:wf&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:Plan&lt;/prov:type&gt;
+    &lt;ex:label&gt;Workflow 1&lt;/ex:label&gt;
+    &lt;prov:location xsi:type=&quot;xsd:anyURI&quot;&gt;http://example.org/workflow1.bpel&lt;/prov:location&gt;
+  &lt;/prov:entity&gt;
+
+&lt;/prov:document&gt;</pre>
+</div>  
+<!--  end term-Association  -->
+
+
+<div id="term-Delegation" class="section">
+<h4><span class="secno">3.3.4 </span>Delegation</h4>
+<div class="glossary-ref">   <dfn id="concept-delegation">Delegation</dfn> 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>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Delegation&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name=&quot;delegate&quot; type=&quot;prov:AgentRef&quot;/&gt;
+    &lt;xs:element name=&quot;responsible&quot; type=&quot;prov:AgentRef&quot;/&gt;
+    &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      &lt;xs:any namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;actedOnBehalfOf&quot; type=&quot;prov:Delegation&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document 
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;&gt;
+
+  &lt;prov:activity prov:id=&quot;a&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;workflow&lt;/prov:type&gt;
+  &lt;/prov:activity&gt;
+
+  &lt;prov:agent prov:id=&quot;ag1&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;programmer&lt;/prov:type&gt;
+  &lt;/prov:agent&gt;
+
+  &lt;prov:agent prov:id=&quot;ag2&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;researcher&lt;/prov:type&gt;
+  &lt;/prov:agent&gt;
+
+  &lt;prov:agent prov:id=&quot;ag3&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;funder&lt;/prov:type&gt;
+  &lt;/prov:agent&gt;
+
+  &lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity prov:ref=&quot;a&quot;/&gt;
+    &lt;prov:agent prov:ref=&quot;ag1&quot;/&gt;
+    &lt;prov:role xsi:type=&quot;xsd:QName&quot;&gt;loggedInUser&lt;/prov:role&gt;
+  &lt;/prov:wasAssociatedWith&gt;
+
+  &lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity prov:ref=&quot;a&quot;/&gt;
+    &lt;prov:agent prov:ref=&quot;ag2&quot;/&gt;
+  &lt;/prov:wasAssociatedWith&gt;
+
+  &lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity prov:ref=&quot;a&quot;/&gt;
+    &lt;prov:agent prov:ref=&quot;ag3&quot;/&gt;
+  &lt;/prov:wasAssociatedWith&gt;
+
+  <b>&lt;prov:actedOnBehalfOf&gt;
+    &lt;prov:delegate prov:ref=&quot;ag1&quot;/&gt;
+    &lt;prov:responsible prov:ref=&quot;ag2&quot;/&gt;
+    &lt;prov:activity prov:ref=&quot;a&quot;/&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;line-management&lt;/prov:type&gt;
+  &lt;/prov:actedOnBehalfOf&gt;</b>
+
+  <b>&lt;prov:actedOnBehalfOf&gt;
+    &lt;prov:delegate prov:ref=&quot;ag2&quot;/&gt;
+    &lt;prov:responsible prov:ref=&quot;ag3&quot;/&gt;
+    &lt;prov:activity prov:ref=&quot;a&quot;/&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;contract&lt;/prov:type&gt;
+  &lt;/prov:actedOnBehalfOf&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+<!--  end term-Delegation  -->
+
+
+<div id="term-Influence" class="section">
+<h4><span class="secno">3.3.5 </span>Influence</h4>
+<div class="glossary-ref">   <dfn id="concept-influence">Influence</dfn> is the capacity of 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. </div>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Influence&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name=&quot;influencee&quot; type=&quot;prov:AnyRef&quot;/&gt;
+    &lt;xs:element name=&quot;influencer&quot; type=&quot;prov:AnyRef&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      &lt;xs:any namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;wasInfluencedBy&quot; type=&quot;prov:Influence&quot;/&gt;
+</pre>
+<pre class="example" id="example_38">&lt;prov:document
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:tr=&quot;http://example.com/ns/tr#&quot;
+    xmlns:w3=&quot;http://w3.org/&quot;&gt;
+
+  &lt;prov:entity prov:id=&quot;tr:WD-prov-dm-20111215&quot;/&gt;
+
+  &lt;prov:agent prov:id=&quot;w3:Consortium&quot;/&gt;
+
+  <b>&lt;prov:wasInfluencedBy&gt;
+    &lt;prov:influencee prov:ref=&quot;tr:WD-prov-dm-20111215&quot;/&gt;
+    &lt;prov:influencer prov:ref=&quot;w3:Consortium&quot;/&gt;
+  &lt;/prov:wasInfluencedBy&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+<!--  end term-influence  -->
+
+
+</div> 
+<!--  end component3  -->
+
+
+<div id="component4" class="section">
+<h3><span class="secno">3.4 </span>Component 4: Bundles</h3>
+<p>The fourth component is concerned with bundles, a mechanism to support provenance of provenance.</p>
+
+<div class="note">
+<p>Content in this section is still under discussion and may be subject to change.</p>
+</div>
+
+<div id="term-Bundle" class="section">
+<h4><span class="secno">3.4.1 </span>Bundle</h4>
+<div class="glossary-ref"> A <dfn id="concept-bundle">bundle</dfn> is a named set of provenance descriptions, and is itself an entity, so allowing provenance of provenance to be expressed.  </div>
+<p>A Bundle is an entity that can contain nested provenance statements.</p>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Bundle&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:group ref=&quot;prov:documentElements&quot;/&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>To specialize an Entity as a Bundle, include a <code>prov:type</code> with the value &quot;prov:Bundle&quot;.  The bundle element with nested provenance statements is declared separately from the bundle's entity.</p>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;document&quot; type=&quot;prov:Document&quot; /&gt;
+&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Document&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:choice maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:group ref=&quot;prov:documentElements&quot;/&gt;
+      &lt;xs:element name=&quot;bundle&quot; type=&quot;prov:Bundle&quot;/&gt;
+    &lt;/xs:choice&gt;
+  &lt;/xs:sequence&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;
+    xmlns:bob=&quot;http://example.com/ns/bob#&quot;
+    xmlns:alice=&quot;http://example.com/ns/alice#&quot;
+    xmlns:agg=&quot;http://example.com/ns/agg#&quot;&gt;
+
+  &lt;prov:entity prov:id=&quot;ex:report1&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;report&lt;/prov:type&gt;
+    &lt;ex:version&gt;1&lt;/ex:version&gt;
+  &lt;/prov:entity&gt;
+  
+  &lt;prov:entity prov:id=&quot;ex:report2&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;report&lt;/prov:type&gt;
+    &lt;ex:version&gt;2&lt;/ex:version&gt;
+  &lt;/prov:entity&gt;
+
+  <b>&lt;prov:bundle prov:id=&quot;bob:bundle1&quot;&gt;
+    &lt;prov:entity prov:id=&quot;ex:report1&quot;&gt;
+      &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;report&lt;/prov:type&gt;
+      &lt;ex:version&gt;1&lt;/ex:version&gt;
+    &lt;/prov:entity&gt;
+    
+    &lt;prov:wasGeneratedBy&gt;
+      &lt;prov:entity prov:ref=&quot;ex:report1&quot;/&gt;
+      &lt;prov:time&gt;2012-05-24T10:00:01&lt;/prov:time&gt;
+    &lt;/prov:wasGeneratedBy&gt;
+  &lt;/prov:bundle&gt;</b>
+  
+  <b>&lt;prov:bundle prov:id=&quot;alice:bundle2&quot;&gt;
+    &lt;prov:entity prov:id=&quot;ex:report1&quot;/&gt;
+    
+    &lt;prov:entity prov:id=&quot;ex:report2&quot;&gt;
+      &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;report&lt;/prov:type&gt;
+      &lt;ex:version&gt;2&lt;/ex:version&gt;
+    &lt;/prov:entity&gt;
+    
+    &lt;prov:wasGeneratedBy&gt;
+      &lt;prov:entity prov:ref=&quot;ex:report2&quot;/&gt;
+      &lt;prov:time&gt;2012-05-25T11:00:01&lt;/prov:time&gt;
+    &lt;/prov:wasGeneratedBy&gt;
+    
+    &lt;prov:wasDerivedFrom&gt;
+      &lt;prov:generatedEntity prov:ref=&quot;ex:report2&quot;/&gt;
+      &lt;prov:usedEntity prov:ref=&quot;ex:report1&quot;/&gt;
+    &lt;/prov:wasDerivedFrom&gt;
+  &lt;/prov:bundle&gt;</b>b&gt;
+  
+  <b>&lt;prov:entity prov:id=&quot;bob:bundle1&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:Bundle&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;</b>
+  
+  &lt;prov:wasGeneratedBy&gt;
+    &lt;prov:entity prov:ref=&quot;bob:bundle1&quot;/&gt;
+    &lt;prov:time&gt;2012-05-24T10:30:00&lt;/prov:time&gt;
+  &lt;/prov:wasGeneratedBy&gt;
+
+  &lt;prov:wasAttributedTo&gt;
+    &lt;prov:entity prov:ref=&quot;bob:bundle1&quot;/&gt;
+    &lt;prov:agent prov:ref=&quot;ex:Bob&quot;/&gt;
+  &lt;/prov:wasAttributedTo&gt;
+  
+  <b>&lt;prov:entity prov:id=&quot;alice:bundle2&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:Bundle&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;</b>
+  
+  &lt;prov:wasGeneratedBy&gt;
+    &lt;prov:entity prov:ref=&quot;alice:bundle2&quot;/&gt;
+    &lt;prov:time&gt;2012-05-25T11:15:00&lt;/prov:time&gt;
+  &lt;/prov:wasGeneratedBy&gt;
+    
+  &lt;prov:wasAttributedTo&gt;
+    &lt;prov:entity prov:ref=&quot;alice:bundle2&quot;/&gt;
+    &lt;prov:agent prov:ref=&quot;ex:Alice&quot;/&gt;
+  &lt;/prov:wasAttributedTo&gt;
+  
+&lt;/prov:document&gt;</pre>
+</div>
+
+</div> 
+<!--  end component4  -->
+
+
+<div id="component5" class="section"> 
+<h3><span class="secno">3.5 </span>Component 5: Alternate Entities</h3>
+<p>The fifth component of PROV-DM is concerned with
+relations SpecializationOf (<a href="#concept-specialization" class="internalDFN">specialization</a>) and AlternateOf (<a href="#concept-alternate" class="internalDFN">alternate</a>) between entities.</p>
+
+<div id="term-Specialization" class="section">
+<h4><span class="secno">3.5.1 </span>Specialization</h4>
+<div class="glossary-ref">   An entity that is a <dfn id="concept-specialization">specialization</dfn> 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. </div>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Specialization&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name=&quot;specificEntity&quot; type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;xs:element name=&quot;generalEntity&quot; type=&quot;prov:EntityRef&quot;/&gt;
+  &lt;/xs:sequence&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;specializationOf&quot; type=&quot;prov:Specialization&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;
+    xmlns:bbc=&quot;http://www.bbc.co.uk/&quot;&gt;
+
+  &lt;prov:entity prov:id=&quot;ex:bbcNews2012-03-23&quot;/&gt;
+
+  &lt;prov:entity prov:id=&quot;bbc:news&quot;/&gt;
+
+  <b>&lt;prov:specializationOf&gt;
+    &lt;prov:specificEntity prov:ref=&quot;ex:bbcNews2012-03-23&quot;/&gt;
+    &lt;prov:generalEntity prov:ref=&quot;bbc:news&quot;/&gt;
+  &lt;/prov:specializationOf&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+<!--  end term-Specialization  -->
+
+
+<div id="term-Alternate" class="section">
+<h4><span class="secno">3.5.2 </span>Alternate</h4>
+<div class="glossary-ref">   Two <dfn id="concept-alternate">alternate</dfn> 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.  </div>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Alternate&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name=&quot;alternate1&quot; type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;xs:element name=&quot;alternate2&quot; type=&quot;prov:EntityRef&quot;/&gt;
+  &lt;/xs:sequence&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;alternateOf&quot; type=&quot;prov:Alternate&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:bbc=&quot;http://www.bbc.co.uk/news&quot;
+    xmlns:bbcmobile=&quot;http://www.bbc.co.uk/news/mobile&quot;&gt;
+
+  &lt;prov:entity prov:id=&quot;bbc:science-environment-17526723&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:string&quot;&gt;a news item for desktop&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  &lt;prov:entity prov:id=&quot;bbcmobile:science-environment-17526723&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:string&quot;&gt;a news item for mobile devices&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  <b>&lt;prov:alternateOf&gt;
+    &lt;prov:alternate1 prov:ref=&quot;bbcmobile:science-environment-17526723&quot;/&gt;
+    &lt;prov:alternate2 prov:ref=&quot;bbc:science-environment-17526723&quot;/&gt;
+  &lt;/prov:alternateOf&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+<!--  end term-Alternate  -->
+
+
+</div> 
+<!--  end component5  -->
+
+
+
+<div id="component6" class="section"> 
+<h3><span class="secno">3.6 </span>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>
+
+<div id="term-Collection" class="section">
+<h4><span class="secno">3.6.1 </span>Collection</h4>
+<div class="glossary-ref">   A <dfn id="concept-collection">collection</dfn> is an entity that provides a structure to some constituents that must themselves be entities. These constituents are said to be <dfn id="dfn-member">member</dfn> of the collections.  </div>
+<p>To specialize an Entity as a Collection, include a <code>prov:type</code> with the value &quot;prov:Collection&quot;.</p>
+<p>An EmptyCollection is asserted with the <code>prov:type</code> &quot;prov:EmptyCollection&quot; and denotes a Collection with no members.</p>
+<pre class="example">&lt;prov:document
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;
+
+  &lt;!-- c0 is an empty collection --&gt;
+  <b>&lt;prov:entity prov:id=&quot;c0&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:EmptyCollection&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;</b>
+
+  &lt;!-- c1 is a collection, with unknown content --&gt;
+  <b>&lt;prov:entity prov:id=&quot;c1&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:Collection&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+<div class="note">
+<p>The modeling of Collection is currently under discussion and is subject to change.</p>
+</div>
+</div>  
+<!--  end term-Collection  -->
+
+
+<div id="term-Membership" class="section">
+<h4><span class="secno">3.6.2 </span>Membership</h4>
+<div class="glossary-ref"> <dfn id="concept-membership">Membership</dfn> is the belonging of an entity  to a collection. </div>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Membership&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name=&quot;collection&quot;  type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;xs:element name=&quot;entity&quot;      type=&quot;prov:EntityRef&quot; maxOccurs=&quot;unbounded&quot;/&gt;
+  &lt;/xs:sequence&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;hadMember&quot; type=&quot;prov:Membership&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;&gt;
+
+  &lt;prov:entity prov:id=&quot;e0&quot;/&gt;
+  &lt;prov:entity prov:id=&quot;e1&quot;/&gt;
+  &lt;prov:entity prov:id=&quot;e2&quot;/&gt;
+
+  &lt;prov:entity prov:id=&quot;c&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:Collection&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  <b>&lt;prov:hadMember&gt;
+    &lt;prov:collection prov:ref=&quot;c&quot;/&gt;
+    &lt;prov:entity prov:ref=&quot;e0&quot;/&gt;
+    &lt;prov:entity prov:ref=&quot;e1&quot;/&gt;
+    &lt;prov:entity prov:ref=&quot;e2&quot;/&gt;
+  &lt;/prov:hadMember&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div>  
+<!--  end term-Membership  -->
+
+
+</div>   
+<!--  end component6  -->
+
+
+<div id="further-elements" class="section"> 
+<h3><span class="secno">3.7 </span>Further Elements of PROV</h3>
+
+<p>This section introduces further elements of PROV.</p>
+
+<div id="attribute-Identifier" class="section">
+<h4><span class="secno">3.7.1 </span>Identifier</h4>
+<div class="glossary-ref"></div>
+<p>The identifier attribute is used to identify instances of PROV types or relations.</p>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:attribute xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;id&quot; type=&quot;xs:QName&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot; 
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;
+    xmlns:tr=&quot;http://example.com/ns/tr#&quot;&gt;
+
+  &lt;prov:entity <b>prov:id=&quot;tr:WD-prov-dm-20111215&quot;</b>&gt;
+    &lt;prov:type xsi:type=&quot;xsd:Qname&quot;&gt;document&lt;/prov:type&gt;
+    &lt;ex:version&gt;2&lt;/ex:version&gt;
+  &lt;/prov:entity&gt;
+
+&lt;/prov:document&gt;</pre>
+<div class="note">
+<p>REVIEW QUESTION:</p>
+<p>The Identifier type is currently still under discussion.  We intend to use an identifier type that makes sense for XML conventions and current XML tooling.  The PROV-XML group is currently seeking feedback on recommended type ranges for the id attribute.</p>
+</div>
+</div> 
+<!--  end attribute-Identifier  -->
+ 
+
+<div id="element-Label" class="section">
+<h4><span class="secno">3.7.2 </span>Label</h4>
+<div class="glossary-ref">    The attribute <dfn id="concept-label" title="label"><span class="name">prov:label</span></dfn> provides a human-readable representation of an instance of a PROV-DM type or relation.   </div>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;label&quot; type=&quot;prov:InternationalizedString&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot; 
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;
+
+  &lt;prov:entity prov:id=&quot;ex:e1&quot;&gt;
+    <b>&lt;prov:label&gt;This is a human-readable label&lt;/prov:label&gt;</b>
+  &lt;/prov:entity&gt;
+
+  &lt;prov:entity prov:id=&quot;ex:car01&quot;&gt;
+    <b>&lt;prov:label xml:lang=&quot;fr&quot;&gt;Voiture 01&lt;/prov:label&gt;
+    &lt;prov:label xml:lang=&quot;en&quot;&gt;Car 01&lt;/prov:label&gt;</b>
+  &lt;/prov:entity&gt;
+
+&lt;/prov:document&gt;</pre>
+</div> 
+<!--  end element-Label  -->
+
+
+<div id="element-Location" class="section">
+<h4><span class="secno">3.7.3 </span>Location</h4>
+<div class="glossary-ref">   A <dfn id="concept-location" title="location">location</dfn> can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column.  </div>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;location&quot; type=&quot;xs:anySimpleType&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;
+
+  &lt;prov:entity prov:id=&quot;ex:MonaLisa&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;StillImage&lt;/prov:type&gt;
+    <b>&lt;prov:location xsi:type=&quot;xsd:string&quot;&gt;Le Louvre, Paris&lt;/prov:location&gt;</b>
+  &lt;/prov:entity&gt;
+
+  &lt;prov:entity prov:id=&quot;ex:cell&quot;&gt;
+    <b>&lt;prov:location xsi:type=&quot;xsd:string&quot;&gt;(5,5)&lt;/prov:location&gt;</b>
+    &lt;prov:value xsi:type=&quot;xsd:integer&quot;&gt;10&lt;/prov:value&gt;
+  &lt;/prov:entity&gt;
+
+&lt;/prov:document&gt;</pre>
+</div> 
+<!--  end element-Location  -->
+
+
+<div id="element-Role" class="section">
+<h4><span class="secno">3.7.4 </span>Role</h4>
+<div class="glossary-ref">   A <dfn id="concept-role">role</dfn> is the function of an entity or agent with respect to an activity, in the context of a <a href="#concept-usage" class="internalDFN">usage</a>, <a href="#concept-generation" class="internalDFN">generation</a>, <a href="#concept-invalidation" class="internalDFN">invalidation</a>,  <a href="#concept-association" class="internalDFN">association</a>, <a href="#concept-start" class="internalDFN">start</a>, and  <a href="#concept-end" class="internalDFN">end</a>. </div>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;role&quot; type=&quot;xs:anySimpleType&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;
+
+  &lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity prov:ref=&quot;a&quot;/&gt;
+    &lt;prov:agent prov:ref=&quot;ag1&quot;/&gt;
+    <b>&lt;prov:role xsi:type=&quot;xsd:QName&quot;&gt;loggedInUser&lt;/prov:role&gt;</b>
+    &lt;ex:how&gt;webapp&lt;/ex:how&gt;
+  &lt;/prov:wasAssociatedWith&gt;
+
+  &lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity prov:ref=&quot;a&quot;/&gt;
+    &lt;prov:agent prov:ref=&quot;ag2&quot;/&gt;
+    &lt;prov:plan prov:ref=&quot;ex:wf&quot;/&gt;
+    <b>&lt;prov:role xsi:type=&quot;xsd:QName&quot;&gt;designer&lt;/prov:role&gt;</b>
+    &lt;ex:content&gt;project1&lt;/ex:content&gt;
+  &lt;/prov:wasAssociatedWith&gt;
+
+&lt;/prov:document&gt;</pre>
+</div> 
+<!--  end element-Role  -->
+
+
+<div id="element-Type" class="section">
+<h4><span class="secno">3.7.5 </span>Type</h4>
+<div class="glossary-ref">   The attribute <dfn id="concept-type" title="type"><span class="name">prov:type</span></dfn>  provides further typing information  for any construct with an optional set of attribute-value pairs. </div>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;type&quot; type=&quot;xs:anySimpleType&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;
+    xmlns:tr=&quot;http://example.com/ns/tr#&quot;&gt;
+
+  &lt;prov:entity prov:id=&quot;tr:WD-prov-dm-20111215&quot;&gt;
+    <b>&lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;document&lt;/prov:type&gt;</b>
+    &lt;ex:version&gt;2&lt;/ex:version&gt;
+  &lt;/prov:entity&gt;
+
+  &lt;prov:agent prov:id=&quot;e1&quot;&gt;
+    <b>&lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:Person&lt;/prov:type&gt;</b>
+    &lt;ex:name&gt;Alice&lt;/ex:name&gt;
+    &lt;ex:employee&gt;1234&lt;/ex:employee&gt;
+  &lt;/prov:agent&gt;
+
+  &lt;prov:activity prov:id=&quot;a1&quot;&gt;
+    &lt;prov:startTime&gt;2011-11-16T16:05:00&lt;/prov:startTime&gt;
+    &lt;prov:endTime&gt;2011-11-16T16:06:00&lt;/prov:endTime&gt;
+    <b>&lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;ex:edit&lt;/prov:type&gt;</b>
+    &lt;ex:host&gt;server.example.org&lt;/ex:host&gt;
+  &lt;/prov:activity&gt;
+
+&lt;/prov:document&gt;</pre>
+</div> 
+<!--  end element-Type  -->
+
+
+<div id="element-Value" class="section">
+<h4><span class="secno">3.7.6 </span>Value</h4>
+<div class="glossary-ref">   The attribute <dfn id="concept-value-attribute" title="value-attribute"><span class="name">prov:value</span></dfn>  provides a value  that is a direct representation of an entity as a PROV-DM <a title="value" href="#concept-value" class="internalDFN">Value</a>. </div>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;value&quot; type=&quot;xs:anySimpleType&quot;/&gt;
+</pre>
+<pre class="example">&lt;prov:document
+    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;
+
+  &lt;prov:entity prov:id=&quot;ex:in&quot;&gt;
+    <b>&lt;prov:value xsi:type=&quot;xsd:string&quot;&gt;abcd&lt;/prov:value&gt;</b>
+  &lt;/prov:entity&gt;
+
+  &lt;prov:entity prov:id=&quot;ex:out&quot;&gt;
+    <b>&lt;prov:value xsi:type=&quot;xsd:integer&quot;&gt;4&lt;/prov:value&gt;</b>
+  &lt;/prov:entity&gt;
+
+&lt;/prov:document&gt;</pre>
+</div> 
+<!--  end element-Value  -->
+
+
+</div> 
+<!--  end further-elements  -->
+
+
+</div> 
+<!--  end  -->
+
+
+
+
+
+
+
+
+<!--  end sec. 5  -->
+
+
+
+<div id="media-type" class="section">
+
+<!-- OddPage -->
+<h2><span class="secno">4. </span>Media Type</h2>
+
+<p>
+The internet media type / MIME type for PROV-XML is &quot;<code style="color: black">application/provenance+xml</code>&quot;.
+</p>
+
+<div class="note">
+<p>MIME type may not be registered yet.</p>
+</div>
+
+<p>
+It is recommended that PROV-XML files have the extension &quot;<code style="color: black">.provx</code>&quot; (all lowercase) on all platforms.
+</p>
+
+<p>
+It is recommended that PROV-XML files stored on Machintosh HFS file systems be given a file type of &quot;<code style="color: black">provx</code>&quot; (all lowercase).
+</p>
+
+<div class="note">
+<p>REVIEW QUESTION:</p>
+<p>
+Can Machintosh file types have 5 characters?
+</p>
+</div>
+
+</div>
+
+
+
+
+
+
+<!--  Should this be folded or hid in some way until the user asks to see it?  -->
+
+<div class="appendix section" id="prov-xml-schema"> 
+      
+<!-- OddPage -->
+<h2><span class="secno">A. </span>Full XML Schema</h2> 
+		<pre class="full-schema">&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
+
+&lt;xs:schema targetNamespace=&quot;http://www.w3.org/ns/prov#&quot;
+           xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot;
+           xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+           xmlns:cu=&quot;http://www.w3.org/1999/xhtml/datatypes/&quot;
+           xmlns:xml=&quot;http://www.w3.org/XML/1998/namespace&quot;
+           elementFormDefault=&quot;qualified&quot;
+           attributeFormDefault=&quot;unqualified&quot;&gt;
+
+
+
+  &lt;xs:import namespace=&quot;http://www.w3.org/1999/xhtml/datatypes/&quot; /&gt;
+  &lt;xs:import namespace=&quot;http://www.w3.org/XML/1998/namespace&quot; 
+             schemaLocation=&quot;http://www.w3.org/2001/xml.xsd&quot;/&gt;
+
+  &lt;!-- Component 1 --&gt;
+
+  &lt;xs:complexType name=&quot;Entity&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:value&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;  
+
+  &lt;xs:complexType name=&quot;Activity&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;startTime&quot;    type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt; 
+      &lt;xs:element name=&quot;endTime&quot;      type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt; 
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;Generation&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;entity&quot;   type=&quot;prov:EntityRef&quot;/&gt;
+      &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:element name=&quot;time&quot;     type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;Usage&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+      &lt;xs:element name=&quot;entity&quot;   type=&quot;prov:EntityRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:element name=&quot;time&quot;     type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;Communication&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;informed&quot;  type=&quot;prov:ActivityRef&quot;/&gt;
+      &lt;xs:element name=&quot;informant&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;Start&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+      &lt;xs:element name=&quot;trigger&quot;  type=&quot;prov:EntityRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:element name=&quot;starter&quot;  type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:element name=&quot;time&quot;     type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;End&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+      &lt;xs:element name=&quot;trigger&quot;  type=&quot;prov:EntityRef&quot;  minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:element name=&quot;ender&quot;    type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:element name=&quot;time&quot;     type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;Invalidation&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;entity&quot;   type=&quot;prov:EntityRef&quot;/&gt;
+      &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:element name=&quot;time&quot;     type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;!-- Component 2 --&gt;
+
+  &lt;xs:complexType name=&quot;Derivation&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;generatedEntity&quot;  type=&quot;prov:EntityRef&quot;/&gt;
+      &lt;xs:element name=&quot;usedEntity&quot;       type=&quot;prov:EntityRef&quot;/&gt;
+      &lt;xs:element name=&quot;activity&quot;         type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:element name=&quot;generation&quot;       type=&quot;prov:GenerationRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:element name=&quot;usage&quot;            type=&quot;prov:UsageRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;!-- Component 3 --&gt;
+
+  &lt;xs:complexType name=&quot;Agent&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;Attribution&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;entity&quot; type=&quot;prov:EntityRef&quot;/&gt;
+      &lt;xs:element name=&quot;agent&quot;    type=&quot;prov:AgentRef&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;Association&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+      &lt;xs:element name=&quot;agent&quot;    type=&quot;prov:AgentRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:element name=&quot;plan&quot;     type=&quot;prov:EntityRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;Delegation&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;delegate&quot; type=&quot;prov:AgentRef&quot;/&gt;
+      &lt;xs:element name=&quot;responsible&quot; type=&quot;prov:AgentRef&quot;/&gt;
+      &lt;xs:element name=&quot;activity&quot;    type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;Influence&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;influencee&quot;     type=&quot;prov:AnyRef&quot;/&gt;
+      &lt;xs:element name=&quot;influencer&quot;     type=&quot;prov:AnyRef&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;!-- Component 4 --&gt;
+
+  &lt;!-- Component 5 --&gt;
+
+  &lt;xs:complexType name=&quot;Specialization&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;specificEntity&quot;   type=&quot;prov:EntityRef&quot;/&gt;
+      &lt;xs:element name=&quot;generalEntity&quot;   type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;/xs:sequence&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;Alternate&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;alternate1&quot;   type=&quot;prov:EntityRef&quot;/&gt;
+      &lt;xs:element name=&quot;alternate2&quot;   type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;/xs:sequence&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;!-- Component 6 --&gt;
+
+  &lt;xs:complexType name=&quot;Membership&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;collection&quot;          type=&quot;prov:EntityRef&quot;/&gt;
+      &lt;xs:element name=&quot;entity&quot;          type=&quot;prov:EntityRef&quot; maxOccurs=&quot;unbounded&quot;/&gt;
+    &lt;/xs:sequence&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;InternationalizedString&quot;&gt;
+    &lt;xs:simpleContent&gt;
+      &lt;xs:extension base=&quot;xs:string&quot;&gt;
+        &lt;xs:attribute ref=&quot;xml:lang&quot; use=&quot;optional&quot;/&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:simpleContent&gt;
+  &lt;/xs:complexType&gt;    
+
+
+   &lt;!--
+       Typed literals are encoded by means
+       of xsi:type that represent the prov:datatype.
+
+       --&gt;
+
+  &lt;xs:element name=&quot;label&quot;    type=&quot;prov:InternationalizedString&quot;/&gt;
+  &lt;xs:element name=&quot;role&quot;     type=&quot;xs:anySimpleType&quot;/&gt;
+  &lt;xs:element name=&quot;type&quot;     type=&quot;xs:anySimpleType&quot;/&gt;
+  &lt;xs:element name=&quot;location&quot; type=&quot;xs:anySimpleType&quot;/&gt;
+  &lt;xs:element name=&quot;value&quot;    type=&quot;xs:anySimpleType&quot;/&gt;
+
+  &lt;!-- See comment in preamble.
+       These should be prov:QualifiedName
+       but instead are xsd:QName for tools to process them --&gt;
+
+  &lt;xs:attribute name=&quot;id&quot;  type=&quot;xs:QName&quot;/&gt;
+  &lt;xs:attribute name=&quot;ref&quot; type=&quot;xs:QName&quot;/&gt;
+
+  &lt;xs:complexType name=&quot;ActivityRef&quot;&gt;
+    &lt;xs:attribute ref=&quot;prov:ref&quot; use=&quot;required&quot; /&gt;
+  &lt;/xs:complexType&gt;
+  &lt;xs:complexType name=&quot;EntityRef&quot;&gt;
+    &lt;xs:attribute ref=&quot;prov:ref&quot; use=&quot;required&quot;/&gt;
+  &lt;/xs:complexType&gt;
+  &lt;xs:complexType name=&quot;AgentRef&quot;&gt;
+    &lt;xs:attribute ref=&quot;prov:ref&quot; use=&quot;required&quot;/&gt;
+  &lt;/xs:complexType&gt;
+  &lt;xs:complexType name=&quot;UsageRef&quot;&gt;
+    &lt;xs:attribute ref=&quot;prov:ref&quot; use=&quot;required&quot;/&gt;
+  &lt;/xs:complexType&gt;
+  &lt;xs:complexType name=&quot;GenerationRef&quot;&gt;
+    &lt;xs:attribute ref=&quot;prov:ref&quot; use=&quot;required&quot;/&gt;
+  &lt;/xs:complexType&gt;
+  &lt;xs:complexType name=&quot;AnyRef&quot;&gt;
+    &lt;xs:attribute ref=&quot;prov:ref&quot; use=&quot;required&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;!--
+     top-level definition of elements following the salami slice XSD design pattern
+     to encourage integration within existing non-prov XML documents.
+  --&gt;
+
+  &lt;!-- Component 1 elements --&gt;
+
+  &lt;xs:element name=&quot;entity&quot;               type=&quot;prov:Entity&quot;/&gt;
+  &lt;xs:element name=&quot;activity&quot;             type=&quot;prov:Activity&quot;/&gt;
+  &lt;xs:element name=&quot;wasGeneratedBy&quot;       type=&quot;prov:Generation&quot;/&gt;
+  &lt;xs:element name=&quot;used&quot;                 type=&quot;prov:Usage&quot;/&gt;
+  &lt;xs:element name=&quot;wasInformedBy&quot;        type=&quot;prov:Communication&quot;/&gt;
+  &lt;xs:element name=&quot;wasStartedBy&quot;         type=&quot;prov:Start&quot;/&gt;
+  &lt;xs:element name=&quot;wasEndedBy&quot;           type=&quot;prov:End&quot;/&gt;
+  &lt;xs:element name=&quot;wasInvalidatedBy&quot;     type=&quot;prov:Invalidation&quot;/&gt;
+
+  &lt;!-- Component 2 elements --&gt;
+
+  &lt;xs:element name=&quot;wasDerivedFrom&quot;       type=&quot;prov:Derivation&quot;/&gt;
+
+  &lt;!-- Component 3 elements --&gt;
+
+  &lt;xs:element name=&quot;agent&quot;                type=&quot;prov:Agent&quot;/&gt;
+  &lt;xs:element name=&quot;wasAttributedTo&quot;      type=&quot;prov:Attribution&quot;/&gt;
+  &lt;xs:element name=&quot;wasAssociatedWith&quot;    type=&quot;prov:Association&quot;/&gt;
+  &lt;xs:element name=&quot;actedOnBehalfOf&quot;      type=&quot;prov:Delegation&quot;/&gt;
+  &lt;xs:element name=&quot;wasInfluencedBy&quot;      type=&quot;prov:Influence&quot;/&gt;
+
+  &lt;!-- Component 5 elements --&gt;
+
+  &lt;xs:element name=&quot;specializationOf&quot;     type=&quot;prov:Specialization&quot;/&gt;
+  &lt;xs:element name=&quot;alternateOf&quot;          type=&quot;prov:Alternate&quot;/&gt;
+
+  &lt;!-- Component 6 elements --&gt;
+
+  &lt;xs:element name=&quot;hadMember&quot;            type=&quot;prov:Membership&quot;/&gt;
+
+  &lt;xs:group name=&quot;documentElements&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:entity&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:activity&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:wasGeneratedBy&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:used&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:wasInformedBy&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:wasStartedBy&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:wasEndedBy&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:wasInvalidatedBy&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:wasDerivedFrom&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:agent&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:wasAttributedTo&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:wasAssociatedWith&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:actedOnBehalfOf&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:wasInfluencedBy&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:specializationOf&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:alternateOf&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:hadMember&quot;/&gt;
+		&lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+  &lt;/xs:group&gt;
+
+  &lt;xs:element name=&quot;document&quot; type=&quot;prov:Document&quot; /&gt;
+  &lt;xs:complexType name=&quot;Document&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:choice maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:group ref=&quot;prov:documentElements&quot;/&gt;
+        &lt;xs:element name=&quot;bundle&quot; type=&quot;prov:Bundle&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;Bundle&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:group ref=&quot;prov:documentElements&quot;/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+&lt;/xs:schema&gt;
+		</pre>
+    </div> 
+
+<div class="appendix section" id="acknowledgements"> 
+      
+<!-- OddPage -->
+<h2><span class="secno">B. </span>Acknowledgements</h2> 
+
+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 Luc Moreau (University of
+Southampton), Paul Groth (Vrije Universiteit) and James Cheney
+(University of Edinburgh) for their thorough reviews.
+
+      <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 (<acronym title="World Wide Web Consortium">W3C</acronym>/<acronym title="Massachusetts Institute of Technology">MIT</acronym>),
+Jörn Hees (German Research Center for Artificial Intelligence (DFKI) Gmbh),
+Ivan Herman, (<acronym title="World Wide Web Consortium">W3C</acronym>/<acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym>),
+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> 
+    </div> 
+
+
+
+
+
+ 
+
+<div id="references" class="appendix section">
+<!-- OddPage -->
+<h2><span class="secno">C. </span>References</h2><div id="normative-references" class="section"><h3><span class="secno">C.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-PROV-CONSTRAINTS">[PROV-CONSTRAINTS]</dt><dd>James Cheney; Paolo Missier; Luc Moreau; eds. <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/"><cite>Constraints of the PROV Data Model</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/">http://www.w3.org/TR/2012/CR-prov-constraints-20121211/</a>
+</dd><dt id="bib-PROV-N">[PROV-N]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><cite>PROV-N: The Provenance Notation</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/">http://www.w3.org/TR/2012/CR-prov-n-20121211/</a>
+</dd><dt id="bib-PROV-O">[PROV-O]</dt><dd>Timothy Lebo; Satya Sahoo; Deborah McGuinness; eds. <a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/"><cite>PROV-O: The PROV Ontology</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/">http://www.w3.org/TR/2012/CR-prov-o-20121211/</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></dl></div><div id="informative-references" class="section"><h3><span class="secno">C.2 </span>Informative references</h3><dl class="bibliography"><dt id="bib-Mappings">[Mappings]</dt><dd>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>
+</dd><dt id="bib-PROV-AQ">[PROV-AQ]</dt><dd>Graham Klyne; Paul Groth; eds. <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/"><cite>Provenance Access and Query</cite></a>. 19 June 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/">http://www.w3.org/TR/2012/WD-prov-aq-20120619/</a>
+</dd><dt id="bib-PROV-OVERVIEW">[PROV-OVERVIEW]</dt><dd>Paul Groth; Luc Moreau; eds. <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite>PROV-OVERVIEW: An Overview of the PROV Family of Documents</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</a>
+</dd><dt id="bib-PROV-PRIMER">[PROV-PRIMER]</dt><dd>Yolanda Gil; Simon Miles; eds. <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><cite>PROV Model Primer</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/">http://www.w3.org/TR/2012/WD-prov-primer-20121211/</a>
+</dd><dt id="bib-PROV-XML">[PROV-XML]</dt><dd>Hook Hua; Curt Tilmes; Stephan Zednik; eds. <a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/"><cite>PROV-XML: The PROV XML Schema</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/">http://www.w3.org/TR/2012/WD-prov-xml-20121211/</a>
+</dd></dl></div></div></body></html>
\ No newline at end of file
Binary file xml/releases/WD-prov-xml-20121211/images/dm/components-dependencies.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xml/releases/WD-prov-xml-20121211/schema/prov.xsd	Tue Nov 27 11:44:38 2012 +0000
@@ -0,0 +1,408 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!-- 
+     *warning*
+     transformation of the opm opmx schema into prov compatible.
+     purely tentative at this stage. 
+
+     In PROV-DM, all ids are qualified names, specified as prov:QualifiedName in PROV-N.
+     In this schema, all ids are instead defined as xsd:QNames. 
+
+
+     ISSUES to tackle:
+     - How do we support internationalization? 
+       There is explicit support for internationalization for label.
+       How can we support xml:lang for any string, as per prov-dm?
+
+  -->
+
+
+<xs:schema targetNamespace="http://www.w3.org/ns/prov#"
+           xmlns:xs="http://www.w3.org/2001/XMLSchema"
+           xmlns:prov="http://www.w3.org/ns/prov#"
+           xmlns:cu="http://www.w3.org/1999/xhtml/datatypes/"
+           xmlns:xml="http://www.w3.org/XML/1998/namespace"
+           elementFormDefault="qualified"
+           attributeFormDefault="unqualified">
+
+
+
+  <xs:import namespace="http://www.w3.org/1999/xhtml/datatypes/" />
+  <xs:import namespace="http://www.w3.org/XML/1998/namespace" 
+             schemaLocation="http://www.w3.org/2001/xml.xsd"/>
+
+  <!-- Component 1 -->
+  
+  <xs:complexType name="Entity">
+    <xs:sequence>
+      <xs:choice minOccurs="0" maxOccurs="unbounded">
+        <xs:element ref="prov:location"/>
+        <xs:element ref="prov:value"/>
+        <xs:element ref="prov:label"/>
+        <xs:element ref="prov:type"/>
+        <xs:any namespace="##other"/>
+      </xs:choice>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>  
+
+  <xs:complexType name="Activity">
+    <xs:sequence>
+      <xs:element name="startTime"    type="xs:dateTime" minOccurs="0"/> 
+      <xs:element name="endTime"      type="xs:dateTime" minOccurs="0"/> 
+      <xs:choice minOccurs="0" maxOccurs="unbounded">
+        <xs:element ref="prov:location"/>
+        <xs:element ref="prov:label"/>
+        <xs:element ref="prov:type"/>
+        <xs:any namespace="##other"/>
+      </xs:choice>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="Generation">
+    <xs:sequence>
+      <xs:element name="entity"   type="prov:EntityRef"/>
+      <xs:element name="activity" type="prov:ActivityRef" minOccurs="0"/>
+      <xs:element name="time"     type="xs:dateTime" minOccurs="0"/>
+      <xs:choice minOccurs="0" maxOccurs="unbounded">
+        <xs:element ref="prov:location"/>
+        <xs:element ref="prov:role"/>
+        <xs:element ref="prov:label"/>
+        <xs:element ref="prov:type"/>
+        <xs:any namespace="##other"/>
+      </xs:choice>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="Usage">
+    <xs:sequence>
+      <xs:element name="activity" type="prov:ActivityRef"/>
+      <xs:element name="entity"   type="prov:EntityRef" minOccurs="0"/>
+      <xs:element name="time"     type="xs:dateTime" minOccurs="0"/>
+      <xs:choice minOccurs="0" maxOccurs="unbounded">
+        <xs:element ref="prov:location"/>
+        <xs:element ref="prov:role"/>
+        <xs:element ref="prov:label"/>
+        <xs:element ref="prov:type"/>
+        <xs:any namespace="##other"/>
+      </xs:choice>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="Communication">
+    <xs:sequence>
+      <xs:element name="informed"  type="prov:ActivityRef"/>
+      <xs:element name="informant" type="prov:ActivityRef"/>
+      <xs:choice minOccurs="0" maxOccurs="unbounded">
+        <xs:element ref="prov:label"/>
+        <xs:element ref="prov:type"/>
+        <xs:any namespace="##other"/>
+      </xs:choice>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="Start">
+    <xs:sequence>
+      <xs:element name="activity" type="prov:ActivityRef"/>
+      <xs:element name="trigger"  type="prov:EntityRef" minOccurs="0"/>
+      <xs:element name="starter"  type="prov:ActivityRef" minOccurs="0"/>
+      <xs:element name="time"     type="xs:dateTime" minOccurs="0"/>
+      <xs:choice minOccurs="0" maxOccurs="unbounded">
+        <xs:element ref="prov:location"/>
+        <xs:element ref="prov:role"/>
+        <xs:element ref="prov:label"/>
+        <xs:element ref="prov:type"/>
+        <xs:any namespace="##other"/>
+      </xs:choice>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="End">
+    <xs:sequence>
+      <xs:element name="activity" type="prov:ActivityRef"/>
+      <xs:element name="trigger"  type="prov:EntityRef"  minOccurs="0"/>
+      <xs:element name="ender"    type="prov:ActivityRef" minOccurs="0"/>
+      <xs:element name="time"     type="xs:dateTime" minOccurs="0"/>
+      <xs:choice minOccurs="0" maxOccurs="unbounded">
+        <xs:element ref="prov:location"/>
+        <xs:element ref="prov:role"/>
+        <xs:element ref="prov:label"/>
+        <xs:element ref="prov:type"/>
+        <xs:any namespace="##other"/>
+      </xs:choice>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="Invalidation">
+    <xs:sequence>
+      <xs:element name="entity"   type="prov:EntityRef"/>
+      <xs:element name="activity" type="prov:ActivityRef" minOccurs="0"/>
+      <xs:element name="time"     type="xs:dateTime" minOccurs="0"/>
+      <xs:choice minOccurs="0" maxOccurs="unbounded">
+        <xs:element ref="prov:location"/>
+        <xs:element ref="prov:role"/>
+        <xs:element ref="prov:label"/>
+        <xs:element ref="prov:type"/>
+        <xs:any namespace="##other"/>
+      </xs:choice>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <!-- Component 2 -->
+  
+  <xs:complexType name="Derivation">
+    <xs:sequence>
+      <xs:element name="generatedEntity"  type="prov:EntityRef"/>
+      <xs:element name="usedEntity"       type="prov:EntityRef"/>
+      <xs:element name="activity"         type="prov:ActivityRef" minOccurs="0"/>
+      <xs:element name="generation"       type="prov:GenerationRef" minOccurs="0"/>
+      <xs:element name="usage"            type="prov:UsageRef" minOccurs="0"/>
+      <xs:choice minOccurs="0" maxOccurs="unbounded">
+        <xs:element ref="prov:label"/>
+        <xs:element ref="prov:type"/>
+        <xs:any namespace="##other"/>
+      </xs:choice>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <!-- Component 3 -->
+  
+  <xs:complexType name="Agent">
+    <xs:sequence>
+      <xs:choice minOccurs="0" maxOccurs="unbounded">
+        <xs:element ref="prov:location"/>
+        <xs:element ref="prov:label"/>
+        <xs:element ref="prov:type"/>
+        <xs:any namespace="##other"/>
+      </xs:choice>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="Attribution">
+    <xs:sequence>
+      <xs:element name="entity" type="prov:EntityRef"/>
+      <xs:element name="agent"    type="prov:AgentRef"/>
+      <xs:choice minOccurs="0" maxOccurs="unbounded">
+        <xs:element ref="prov:label"/>
+        <xs:element ref="prov:type"/>
+        <xs:any namespace="##other"/>
+      </xs:choice>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="Association">
+    <xs:sequence>
+      <xs:element name="activity" type="prov:ActivityRef"/>
+      <xs:element name="agent"    type="prov:AgentRef" minOccurs="0"/>
+      <xs:element name="plan"     type="prov:EntityRef" minOccurs="0"/>
+      <xs:choice minOccurs="0" maxOccurs="unbounded">
+        <xs:element ref="prov:role"/>
+        <xs:element ref="prov:label"/>
+        <xs:element ref="prov:type"/>
+        <xs:any namespace="##other"/>
+      </xs:choice>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="Delegation">
+    <xs:sequence>
+      <xs:element name="delegate" type="prov:AgentRef"/>
+      <xs:element name="responsible" type="prov:AgentRef"/>
+      <xs:element name="activity"    type="prov:ActivityRef" minOccurs="0"/>
+      <xs:choice minOccurs="0" maxOccurs="unbounded">
+        <xs:element ref="prov:label"/>
+        <xs:element ref="prov:type"/>
+        <xs:any namespace="##other"/>
+      </xs:choice>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="Influence">
+    <xs:sequence>
+      <xs:element name="influencee"     type="prov:AnyRef"/>
+      <xs:element name="influencer"     type="prov:AnyRef"/>
+      <xs:choice minOccurs="0" maxOccurs="unbounded">
+        <xs:element ref="prov:label"/>
+        <xs:element ref="prov:type"/>
+        <xs:any namespace="##other"/>
+      </xs:choice>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <!-- Component 4 -->
+
+  <xs:complexType name="Bundle">
+    <xs:sequence>
+      <xs:group ref="prov:documentElements"/>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <!-- Component 5 -->
+
+  <xs:complexType name="Specialization">
+    <xs:sequence>
+      <xs:element name="specificEntity"   type="prov:EntityRef"/>
+      <xs:element name="generalEntity"   type="prov:EntityRef"/>
+    </xs:sequence>
+  </xs:complexType>
+
+  <xs:complexType name="Alternate">
+    <xs:sequence>
+      <xs:element name="alternate1"   type="prov:EntityRef"/>
+      <xs:element name="alternate2"   type="prov:EntityRef"/>
+    </xs:sequence>
+  </xs:complexType>
+  
+  <!-- Component 6 -->
+
+  <xs:complexType name="Membership">
+    <xs:sequence>
+      <xs:element name="collection"          type="prov:EntityRef"/>
+      <xs:element name="entity"          type="prov:EntityRef" maxOccurs="unbounded"/>
+    </xs:sequence>
+  </xs:complexType>
+
+  <xs:complexType name="InternationalizedString">
+    <xs:simpleContent>
+      <xs:extension base="xs:string">
+        <xs:attribute ref="xml:lang" use="optional"/>
+      </xs:extension>
+    </xs:simpleContent>
+  </xs:complexType>    
+
+
+   <!--
+       Typed literals are encoded by means
+       of xsi:type that represent the prov:datatype.
+
+       -->
+  
+  <xs:element name="label"    type="prov:InternationalizedString"/>
+  <xs:element name="role"     type="xs:anySimpleType"/>
+  <xs:element name="type"     type="xs:anySimpleType"/>
+  <xs:element name="location" type="xs:anySimpleType"/>
+  <xs:element name="value"    type="xs:anySimpleType"/>
+
+  <!-- See comment in preamble.
+       These should be prov:QualifiedName
+       but instead are xsd:QName for tools to process them -->
+
+  <!--  Possible alternative, but may cause us 
+        to lose benefit of existing XML tooling
+  <xs:attribute name="id"  type="xs:anyURI"/>
+  <xs:attribute name="ref" type="xs:anyURI"/>
+  -->
+
+  <xs:attribute name="id"  type="xs:QName"/>
+  <xs:attribute name="ref" type="xs:QName"/>
+
+  <xs:complexType name="ActivityRef">
+    <xs:attribute ref="prov:ref" use="required" />
+  </xs:complexType>
+  <xs:complexType name="EntityRef">
+    <xs:attribute ref="prov:ref" use="required"/>
+  </xs:complexType>
+  <xs:complexType name="AgentRef">
+    <xs:attribute ref="prov:ref" use="required"/>
+  </xs:complexType>
+  <xs:complexType name="UsageRef">
+    <xs:attribute ref="prov:ref" use="required"/>
+  </xs:complexType>
+  <xs:complexType name="GenerationRef">
+    <xs:attribute ref="prov:ref" use="required"/>
+  </xs:complexType>
+  <xs:complexType name="AnyRef">
+    <xs:attribute ref="prov:ref" use="required"/>
+  </xs:complexType>
+
+  <!--
+     top-level definition of elements following the salami slice XSD design pattern
+     to encourage integration within existing non-prov XML documents.
+  -->
+
+  <!-- Component 1 elements -->
+
+  <xs:element name="entity"               type="prov:Entity"/>
+  <xs:element name="activity"             type="prov:Activity"/>
+  <xs:element name="wasGeneratedBy"       type="prov:Generation"/>
+  <xs:element name="used"                 type="prov:Usage"/>
+  <xs:element name="wasInformedBy"        type="prov:Communication"/>
+  <xs:element name="wasStartedBy"         type="prov:Start"/>
+  <xs:element name="wasEndedBy"           type="prov:End"/>
+  <xs:element name="wasInvalidatedBy"     type="prov:Invalidation"/>
+
+  <!-- Component 2 elements -->
+
+  <xs:element name="wasDerivedFrom"       type="prov:Derivation"/>
+
+  <!-- Component 3 elements -->
+
+  <xs:element name="agent"                type="prov:Agent"/>
+  <xs:element name="wasAttributedTo"      type="prov:Attribution"/>
+  <xs:element name="wasAssociatedWith"    type="prov:Association"/>
+  <xs:element name="actedOnBehalfOf"      type="prov:Delegation"/>
+  <xs:element name="wasInfluencedBy"      type="prov:Influence"/>
+  
+  <!-- Component 5 elements -->
+
+  <xs:element name="specializationOf"     type="prov:Specialization"/>
+  <xs:element name="alternateOf"          type="prov:Alternate"/>
+
+  <!-- Component 6 elements -->
+
+  <xs:element name="hadMember"            type="prov:Membership"/>
+
+
+
+  <!-- doucment elements -->
+
+  <xs:group name="documentElements">
+    <xs:sequence>
+      <xs:choice minOccurs="0" maxOccurs="unbounded">
+        <xs:element ref="prov:entity"/>
+        <xs:element ref="prov:activity"/>
+        <xs:element ref="prov:wasGeneratedBy"/>
+        <xs:element ref="prov:used"/>
+        <xs:element ref="prov:wasInformedBy"/>
+        <xs:element ref="prov:wasStartedBy"/>
+        <xs:element ref="prov:wasEndedBy"/>
+        <xs:element ref="prov:wasInvalidatedBy"/>
+        <xs:element ref="prov:wasDerivedFrom"/>
+        <xs:element ref="prov:agent"/>
+        <xs:element ref="prov:wasAttributedTo"/>
+        <xs:element ref="prov:wasAssociatedWith"/>
+        <xs:element ref="prov:actedOnBehalfOf"/>
+        <xs:element ref="prov:wasInfluencedBy"/>
+        <xs:element ref="prov:specializationOf"/>
+        <xs:element ref="prov:alternateOf"/>
+        <xs:element ref="prov:hadMember"/>
+		<xs:any namespace="##other"/>
+      </xs:choice>
+    </xs:sequence>
+  </xs:group>
+
+  <xs:element name="document" type="prov:Document" />
+  <xs:complexType name="Document">
+    <xs:sequence>
+      <xs:choice maxOccurs="unbounded">
+        <xs:group ref="prov:documentElements"/>
+        <xs:element name="bundle" type="prov:Bundle"/>
+      </xs:choice>
+    </xs:sequence>
+  </xs:complexType>
+
+</xs:schema>