renamed Bundle to Account
authorTim L <lebot@rpi.edu>
Fri, 30 Mar 2012 22:48:59 -0400
changeset 2131 729472032d31
parent 2130 9de0045d5fe4
child 2132 62fc7d26a0be
renamed Bundle to Account
renamed Inform to Communication and qualifiedInform to qualifiedCommunication
added links to DM for all classes, trimmed older links to docs, reviewed all comments. Added definitions from DM.
ontology/ProvenanceOntology.owl
--- a/ontology/ProvenanceOntology.owl	Fri Mar 30 17:20:00 2012 +0100
+++ b/ontology/ProvenanceOntology.owl	Fri Mar 30 22:48:59 2012 -0400
@@ -6,6 +6,7 @@
     <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
     <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
     <!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
+    <!ENTITY skos "http://www.w3.org/2004/02/skos/core#" >
     <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
     <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
 ]>
@@ -18,7 +19,8 @@
      xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
      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#">
+     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+     xmlns:skos="http://www.w3.org/2004/02/skos/core#">
     <owl:Ontology rdf:about="http://www.w3.org/ns/prov#">
         <rdfs:label xml:lang="en">PROV Ontology</rdfs:label>
         <rdfs:comment rdf:datatype="&xsd;string">0.2</rdfs:comment>
@@ -39,11 +41,25 @@
     ///////////////////////////////////////////////////////////////////////////////////////
      -->
 
-    <owl:AnnotationProperty rdf:about="&rdfs;seeAlso"/>
-    <owl:AnnotationProperty rdf:about="&prov;category"/>
     <owl:AnnotationProperty rdf:about="&prov;unqualifiedForm">
         <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
     </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="&prov;prov-n">
+        <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="&prov;prov-dm">
+        <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="&prov;definition"/>
+    <owl:AnnotationProperty rdf:about="&rdfs;label"/>
+    <owl:AnnotationProperty rdf:about="&prov;editorialNote"/>
+    <owl:AnnotationProperty rdf:about="&rdfs;comment"/>
+    <owl:AnnotationProperty rdf:about="&rdfs;seeAlso"/>
+    <owl:AnnotationProperty rdf:about="&prov;category"/>
+    <owl:AnnotationProperty rdf:about="&prov;prov-dm-constraints">
+        <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="&prov;component"/>
     <owl:AnnotationProperty rdf:about="&prov;qualifiedForm">
         <rdfs:comment xml:lang="en">This annotation property links a prov:involved subproperty with a prov:Involved subclass. This indicates that the property can be qualified by using prov:qualified. 
 
@@ -62,8 +78,6 @@
 Note how the range of the unqualified property is mirrored by the prov:activity or prov:entity on the involvement class.</rdfs:comment>
         <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
     </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="&rdfs;label"/>
-    <owl:AnnotationProperty rdf:about="&rdfs;comment"/>
     
 
 
@@ -88,7 +102,6 @@
 
     <owl:ObjectProperty rdf:about="&prov;actedOnBehalfOf">
         <prov:category>starting-point</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility"/>
         <rdfs:domain rdf:resource="&prov;Agent"/>
         <rdfs:range rdf:resource="&prov;Agent"/>
         <prov:qualifiedForm rdf:resource="&prov;Responsibility"/>
@@ -101,13 +114,9 @@
     <!-- http://www.w3.org/ns/prov#activity -->
 
     <owl:ObjectProperty rdf:about="&prov;activity">
-        <rdfs:comment xml:lang="en">The property used by a prov:AgentInvolvement to cite the Agent that was prov:involved with either an Activity or Entity.</rdfs:comment>
+        <rdfs:comment xml:lang="en">The property used by an prov:ActivityInvolvement to cite the Activity that was prov:involved with either an Activity or Entity.</rdfs:comment>
+        <prov:editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</prov:editorialNote>
         <prov:category>qualified</prov:category>
-        <rdfs:comment xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</rdfs:comment>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Activity_Ordering"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Starting_again"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature"/>
         <rdfs:range rdf:resource="&prov;Activity"/>
         <rdfs:domain rdf:resource="&prov;ActivityInvolvement"/>
     </owl:ObjectProperty>
@@ -117,7 +126,9 @@
     <!-- http://www.w3.org/ns/prov#agent -->
 
     <owl:ObjectProperty rdf:about="&prov;agent">
-        <rdfs:comment>This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</rdfs:comment>
+        <prov:component>alternate</prov:component>
+        <prov:editorialNote>This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</prov:editorialNote>
+        <rdfs:comment>The property used by a prov:AgentInvolvement to cite the Agent that was prov:involved with either an Activity or Entity.</rdfs:comment>
         <prov:category>qualified</prov:category>
         <rdfs:range rdf:resource="&prov;Agent"/>
         <rdfs:domain rdf:resource="&prov;AgentInvolvement"/>
@@ -128,10 +139,12 @@
     <!-- http://www.w3.org/ns/prov#alternateOf -->
 
     <owl:ObjectProperty rdf:about="&prov;alternateOf">
-        <rdfs:comment xml:lang="en">Another prov:Entity that characterizes the same thing as this prov:Entity, potentially in a different manner.</rdfs:comment>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate</prov:prov-dm>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Alternate</prov:prov-dm-constraints>
         <prov:category>expanded</prov:category>
+        <prov:definition xml:lang="en">An entity is alternate of another if they are both a specialization of some common entity. The common entity does not need to be identified.</prov:definition>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate</prov:prov-n>
         <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#AlternateOf"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:seeAlso rdf:resource="&prov;specializationOf"/>
@@ -139,19 +152,43 @@
     
 
 
+    <!-- http://www.w3.org/ns/prov#collection -->
+
+    <owl:ObjectProperty rdf:about="&prov;collection">
+        <prov:editorialNote>This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</prov:editorialNote>
+        <rdfs:range rdf:resource="&prov;Collection"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#derivedByInsertionFrom -->
+
+    <owl:ObjectProperty rdf:about="&prov;derivedByInsertionFrom">
+        <rdfs:domain rdf:resource="&prov;Collection"/>
+        <rdfs:range rdf:resource="&prov;Collection"/>
+        <prov:qualifiedForm rdf:resource="&prov;Insertion"/>
+        <rdfs:subPropertyOf rdf:resource="&prov;wasDerivedFrom"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#derivedByRemovalFrom -->
+
+    <owl:ObjectProperty rdf:about="&prov;derivedByRemovalFrom">
+        <rdfs:range rdf:resource="&prov;Collection"/>
+        <rdfs:domain rdf:resource="&prov;Collection"/>
+        <prov:qualifiedForm rdf:resource="&prov;Removal"/>
+        <rdfs:subPropertyOf rdf:resource="&prov;wasDerivedFrom"/>
+    </owl:ObjectProperty>
+    
+
+
     <!-- http://www.w3.org/ns/prov#entity -->
 
     <owl:ObjectProperty rdf:about="&prov;entity">
-        <rdfs:comment xml:lang="en">The property used by a prov:ActivityInvolvement to cite the Activity that was prov:involved with either an Activity or Entity.</rdfs:comment>
-        <rdfs:comment xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</rdfs:comment>
         <prov:category>qualified</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Generation"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Original_Source"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Usage"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature"/>
+        <rdfs:comment xml:lang="en">The property used by an prov:EntityInvolvement to cite the Entity that was prov:involved with either an Activity or Entity.</rdfs:comment>
+        <prov:editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</prov:editorialNote>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:domain rdf:resource="&prov;EntityInvolvement"/>
     </owl:ObjectProperty>
@@ -176,7 +213,6 @@
     <owl:ObjectProperty rdf:about="&prov;hadGeneration">
         <rdfs:comment xml:lang="en">The generation involving the generated entity and activity.</rdfs:comment>
         <prov:category>qualified</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Derivation"/>
         <rdfs:domain rdf:resource="&prov;Derivation"/>
         <rdfs:range rdf:resource="&prov;Generation"/>
     </owl:ObjectProperty>
@@ -188,10 +224,9 @@
     <owl:ObjectProperty rdf:about="&prov;hadLocation">
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <rdfs:comment>This property is not functional because the many values could be at a variety of granularies (In this room, in that chair).</rdfs:comment>
-        <rdfs:comment>DM: Location is an optional attribute of Entity and Activity.</rdfs:comment>
+        <prov:editorialNote>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).</prov:editorialNote>
         <prov:category>expanded</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Location"/>
+        <rdfs:comment>Location is an optional attribute of Entity and Activity.</rdfs:comment>
         <rdfs:range rdf:resource="&prov;Location"/>
     </owl:ObjectProperty>
     
@@ -201,8 +236,6 @@
 
     <owl:ObjectProperty rdf:about="&prov;hadOriginalSource">
         <prov:category>expanded</prov:category>
-        <rdfs:comment xml:lang="en">how is this different from wasDerivedFrom?</rdfs:comment>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Original_Source"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <prov:qualifiedForm rdf:resource="&prov;Source"/>
@@ -220,7 +253,6 @@
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
         <rdfs:comment xml:lang="en">The Activity performed was described by the given plan resource. Activity specifications, as referred to by plan links, are out of scope of this specification</rdfs:comment>
         <prov:category>qualified</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association"/>
         <rdfs:domain rdf:resource="&prov;Association"/>
         <rdfs:range rdf:resource="&prov;Plan"/>
     </owl:ObjectProperty>
@@ -233,7 +265,6 @@
         <prov:category>qualified</prov:category>
         <rdfs:comment xml:lang="en">The agent who attributed to the original entity.</rdfs:comment>
         <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation"/>
         <rdfs:range rdf:resource="&prov;Agent"/>
         <rdfs:domain rdf:resource="&prov;Quotation"/>
     </owl:ObjectProperty>
@@ -246,7 +277,6 @@
         <prov:category>qualified</prov:category>
         <rdfs:comment xml:lang="en">The agent who is doing the quoting.</rdfs:comment>
         <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation"/>
         <rdfs:range rdf:resource="&prov;Agent"/>
         <rdfs:domain rdf:resource="&prov;Quotation"/>
     </owl:ObjectProperty>
@@ -257,9 +287,10 @@
 
     <owl:ObjectProperty rdf:about="&prov;hadRole">
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+        <prov:component>agents-responsibility</prov:component>
         <rdfs:comment xml:lang="en">When an instance of prov:Involvement uses the prov:hadRole property to cite a prov:Role, it is providing a role for the instance referenced by the prov:entity or the prov:activity properties. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].</rdfs:comment>
+        <prov:definition>prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of a usage, generation, association, start, and end.</prov:definition>
         <prov:category>qualified</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Attribute"/>
         <rdfs:domain rdf:resource="&prov;Involvement"/>
         <rdfs:range rdf:resource="&prov;Role"/>
     </owl:ObjectProperty>
@@ -271,7 +302,6 @@
     <owl:ObjectProperty rdf:about="&prov;hadUsage">
         <rdfs:comment xml:lang="en">The usage involving the used entity and activity.</rdfs:comment>
         <prov:category>qualified</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Derivation"/>
         <rdfs:domain rdf:resource="&prov;Derivation"/>
         <rdfs:range rdf:resource="&prov;Usage"/>
     </owl:ObjectProperty>
@@ -282,7 +312,7 @@
 
     <owl:ObjectProperty rdf:about="&prov;hasAnnotation">
         <prov:category>expanded</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Annotation"/>
+        <prov:component>annotations</prov:component>
         <rdfs:range rdf:resource="&prov;Note"/>
     </owl:ObjectProperty>
     
@@ -294,7 +324,7 @@
         <prov:category>qualified</prov:category>
         <rdfs:comment xml:lang="en">Subproperties of prov:involved may be be qualified by creating instances of a corresponding prov:Involvement class. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualified [ a prov:Usage; prov:entity :baking; :foo :bar ]
 
-prov:involved should not be used without also using the subproperty.
+prov:involved should not be used without also using one of its subproperties.
 
 Subproperties of prov:involved may also be asserted directly without being qualified.</rdfs:comment>
     </owl:ObjectProperty>
@@ -327,6 +357,19 @@
     
 
 
+    <!-- http://www.w3.org/ns/prov#qualifiedCommunication -->
+
+    <owl:ObjectProperty rdf:about="&prov;qualifiedCommunication">
+        <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
+        <rdfs:comment>If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was Inform[ed] using prov:qualifiedInform [ a prov:Inform;  prov:activity :a; :foo :bar ].</rdfs:comment>
+        <prov:category>qualified</prov:category>
+        <rdfs:domain rdf:resource="&prov;Activity"/>
+        <rdfs:range rdf:resource="&prov;Communication"/>
+        <prov:qualifiedForm rdf:resource="&prov;Communication"/>
+    </owl:ObjectProperty>
+    
+
+
     <!-- http://www.w3.org/ns/prov#qualifiedDerivation -->
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedDerivation">
@@ -366,19 +409,6 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov#qualifiedInform -->
-
-    <owl:ObjectProperty rdf:about="&prov;qualifiedInform">
-        <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
-        <rdfs:comment>If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was Inform[ed] using prov:qualifiedInform [ a prov:Inform;  prov:activity :a; :foo :bar ].</rdfs:comment>
-        <prov:category>qualified</prov:category>
-        <rdfs:domain rdf:resource="&prov;Activity"/>
-        <rdfs:range rdf:resource="&prov;Inform"/>
-        <prov:unqualifiedForm rdf:resource="&prov;wasInformedBy"/>
-    </owl:ObjectProperty>
-    
-
-
     <!-- http://www.w3.org/ns/prov#qualifiedQuotation -->
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedQuotation">
@@ -488,7 +518,6 @@
     <owl:ObjectProperty rdf:about="&prov;responsibleForActivity">
         <prov:category>qualified</prov:category>
         <rdfs:comment xml:lang="en">An activity for which the responsibility chain holds.</rdfs:comment>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Derivation"/>
         <rdfs:range rdf:resource="&prov;Activity"/>
         <rdfs:domain rdf:resource="&prov;Responsibility"/>
     </owl:ObjectProperty>
@@ -498,9 +527,13 @@
     <!-- http://www.w3.org/ns/prov#specializationOf -->
 
     <owl:ObjectProperty rdf:about="&prov;specializationOf">
+        <prov:component>alternate</prov:component>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization</prov:prov-dm>
+        <prov:definition>An entity is a specialization of another if they both refer to some common thing but the former is a more constrained entity than the former. The common entity does not need to be identified.</prov:definition>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization</prov:prov-n>
         <prov:category>expanded</prov:category>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Specialization</prov:prov-dm-constraints>
         <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#SpecializationOf"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:seeAlso rdf:resource="&prov;alternateOf"/>
@@ -513,9 +546,6 @@
     <owl:ObjectProperty rdf:about="&prov;tracedTo">
         <rdf:type rdf:resource="&owl;TransitiveProperty"/>
         <prov:category>expanded</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Traceability"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <prov:qualifiedForm rdf:resource="&prov;Trace"/>
@@ -530,13 +560,10 @@
     <owl:ObjectProperty rdf:about="&prov;used">
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <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>
         <prov:category>starting-point</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Usage"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature"/>
+        <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>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
-        <rdfs:seeAlso rdf:resource="&prov;Usage"/>
         <prov:qualifiedForm rdf:resource="&prov;Usage"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involved"/>
         <prov:qualifiedForm rdf:resource="&prov;qualifiedUsage"/>
@@ -549,10 +576,8 @@
     <owl:ObjectProperty rdf:about="&prov;wasAssociatedWith">
         <rdfs:comment xml:lang="en">A prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.</rdfs:comment>
         <prov:category>starting-point</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association"/>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Agent"/>
-        <rdfs:seeAlso rdf:resource="&prov;Association"/>
         <prov:qualifiedForm rdf:resource="&prov;Association"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involved"/>
         <prov:qualifiedForm rdf:resource="&prov;qualifiedAssociation"/>
@@ -563,8 +588,8 @@
     <!-- http://www.w3.org/ns/prov#wasAttributedTo -->
 
     <owl:ObjectProperty rdf:about="&prov;wasAttributedTo">
+        <prov:definition>Attribution is the ascribing of an entity to an agent.</prov:definition>
         <prov:category>starting-point</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution"/>
         <rdfs:range rdf:resource="&prov;Agent"/>
         <prov:qualifiedForm rdf:resource="&prov;Attribution"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
@@ -585,7 +610,6 @@
     <owl:ObjectProperty rdf:about="&prov;wasDerivedBy">
         <rdfs:comment xml:lang="en">The activity generating the derived entity and using the derived-from entity.</rdfs:comment>
         <prov:category>qualified</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Derivation"/>
         <rdfs:range rdf:resource="&prov;Activity"/>
         <rdfs:domain rdf:resource="&prov;Derivation"/>
     </owl:ObjectProperty>
@@ -597,12 +621,9 @@
     <owl:ObjectProperty rdf:about="&prov;wasDerivedFrom">
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+        <prov: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.</prov:definition>
         <prov:category>starting-point</prov:category>
-        <rdfs:comment xml:lang="en">wasDerivedFrom links two distinct characterized entities, where &quot;some characterized entity is transformed from, created from, or affected by another characterized entity.&quot;</rdfs:comment>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#imprecise-1"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#imprecise-n"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#precise-1"/>
+        <prov:component>derivations</prov:component>
         <prov:qualifiedForm rdf:resource="&prov;Derivation"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
@@ -616,7 +637,6 @@
 
     <owl:ObjectProperty rdf:about="&prov;wasEndedBy">
         <prov:category>expanded</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Ending"/>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <prov:qualifiedForm rdf:resource="&prov;End"/>
         <prov:qualifiedForm rdf:resource="&prov;qualifiedEnd"/>
@@ -633,8 +653,6 @@
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
         <prov:category>starting-point</prov:category>
         <rdfs:comment xml:lang="en">wasGeneratedBy links Entitites with Activity representing that entity was generated as a result of Activity</rdfs:comment>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Generation"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature"/>
         <rdfs:range rdf:resource="&prov;Activity"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <prov:qualifiedForm rdf:resource="&prov;Generation"/>
@@ -648,8 +666,6 @@
 
     <owl:ObjectProperty rdf:about="&prov;wasInformedBy">
         <prov:category>starting-point</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Activity_Ordering"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Starting_again"/>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Activity"/>
         <prov:qualifiedForm rdf:resource="&prov;Inform"/>
@@ -662,9 +678,7 @@
     <!-- http://www.w3.org/ns/prov#wasQuotedFrom -->
 
     <owl:ObjectProperty rdf:about="&prov;wasQuotedFrom">
-        <rdfs:comment xml:lang="en">Different from wasAttributedTo?</rdfs:comment>
         <prov:category>expanded</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <prov:qualifiedForm rdf:resource="&prov;Quotation"/>
@@ -678,7 +692,6 @@
 
     <owl:ObjectProperty rdf:about="&prov;wasRevisionOf">
         <prov:category>expanded</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Revision"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <prov:qualifiedForm rdf:resource="&prov;Revision"/>
@@ -692,7 +705,6 @@
 
     <owl:ObjectProperty rdf:about="&prov;wasStartedBy">
         <prov:category>expanded</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Starting"/>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <prov:qualifiedForm rdf:resource="&prov;Start"/>
@@ -706,7 +718,6 @@
 
     <owl:ObjectProperty rdf:about="&prov;wasStartedByActivity">
         <prov:category>starting-point</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Started_by_activity"/>
         <rdfs:range rdf:resource="&prov;Activity"/>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <prov:qualifiedForm rdf:resource="&prov;StartByActivity"/>
@@ -777,13 +788,49 @@
     
 
 
+    <!-- http://www.w3.org/ns/prov#Account -->
+
+    <owl:Class rdf:about="&prov;Account">
+        <rdfs:label>Account</rdfs:label>
+        <rdfs:subClassOf rdf:resource="&prov;Entity"/>
+        <prov:definition rdf:datatype="&xsd;anyURI">An account is any mechanism by which a set of provenance descriptions can be bundled up and named.</prov:definition>
+        <rdfs:comment xml:lang="en">Note that there are kinds of accounts (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O.</rdfs:comment>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#account-constraints</prov:prov-dm-constraints>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#account</prov:prov-n>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#FurtherConsiderations</prov:prov-dm>
+        <prov:category>expanded</prov:category>
+        <prov:editorialNote xml:lang="en">Accounts expressed in PROV-O (i.e. RDF) may be modeled using:
+
+:account1
+   a prov:Account, sd:NamedGraph; 
+   sd:name &lt;&gt;; 
+   sd:graph [ a void:Dataset; void:dataDump &lt;&gt;; void:triples x ] .
+
+Abstract accounts that are independent of location may be modeled using:
+
+:account2
+   a prov:Account, void:Dataset; 
+   void:dataDump &lt;&gt;; 
+    void:triples        x .
+
+
+(sd : http://www.w3.org/ns/sparql-service-description#)
+(void : http://rdfs.org/ns/void#)</prov:editorialNote>
+    </owl:Class>
+    
+
+
     <!-- http://www.w3.org/ns/prov#Activity -->
 
     <owl:Class rdf:about="&prov;Activity">
+        <rdfs:label>Activity</rdfs:label>
         <owl:disjointWith rdf:resource="&prov;Entity"/>
+        <prov:prov-dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-entity-activity</prov:prov-dm>
+        <prov:component>entities-activities</prov:component>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity</prov:prov-n>
         <prov:category>starting-point</prov:category>
-        <rdfs:comment xml:lang="en">Activity is defined to be &#39;an identifiable activity, which performs a piece of work.&#39;</rdfs:comment>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Activity"/>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Activity</prov:prov-dm-constraints>
+        <prov:definition>An activity is something that occurs over a period of time and acts upon or with entities. This action can take multiple forms: consuming, processing, transforming, modifying, relocating, using, generating, or being associated with entities. Activities that operate on digital entities may for example move, copy, or duplicate them.</prov:definition>
     </owl:Class>
     
 
@@ -791,10 +838,12 @@
     <!-- http://www.w3.org/ns/prov#ActivityInvolvement -->
 
     <owl:Class rdf:about="&prov;ActivityInvolvement">
+        <rdfs:label>ActivityInvolvement</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Involvement"/>
         <owl:disjointWith rdf:resource="&prov;EntityInvolvement"/>
         <prov:category>qualified</prov:category>
-        <rdfs:comment xml:lang="en">An instance of prov:ActivityInvolvement is used to provide additional descriptions of a binary relation from any instance to an instance of prov:Activity.</rdfs:comment>
+        <rdfs:comment xml:lang="en">prov:ActivityInvolvement provides descriptions of any binary involvement between any instance and an prov:Activity.</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="&prov;activity"/>
     </owl:Class>
     
 
@@ -802,10 +851,14 @@
     <!-- http://www.w3.org/ns/prov#Agent -->
 
     <owl:Class rdf:about="&prov;Agent">
-        <rdfs:subClassOf rdf:resource="&prov;Entity"/>
+        <rdfs:label>Agent</rdfs:label>
+        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+        <prov:definition>An agent is a type of entity that bears some form of responsibility for an activity taking place.</prov:definition>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Agent</prov:prov-dm-constraints>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent</prov:prov-n>
         <prov:category>starting-point</prov:category>
-        <rdfs:comment xml:lang="en">An agent represents a characterized entity capable of activity.</rdfs:comment>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Agent"/>
+        <prov:component>agents-responsibility</prov:component>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov:prov-dm>
     </owl:Class>
     
 
@@ -813,8 +866,11 @@
     <!-- http://www.w3.org/ns/prov#AgentInvolvement -->
 
     <owl:Class rdf:about="&prov;AgentInvolvement">
+        <rdfs:label>AgentInvolvement</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Involvement"/>
+        <rdfs:comment>prov:AgentInvolvement provides descriptions of any binary involvement between any instance and an prov:Agent.</rdfs:comment>
         <prov:category>qualified</prov:category>
+        <rdfs:seeAlso rdf:resource="&prov;agent"/>
     </owl:Class>
     
 
@@ -822,10 +878,15 @@
     <!-- http://www.w3.org/ns/prov#Association -->
 
     <owl:Class rdf:about="&prov;Association">
+        <rdfs:label>Association</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;AgentInvolvement"/>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</prov:prov-n>
+        <prov:component>agents-responsibility</prov:component>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-ActivityAssociation</prov:prov-dm>
         <prov:category>qualified</prov:category>
-        <rdfs:comment>An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from a prov:Activity to some prov:Agent that is responsible for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualified [ a prov:Association; prov:entity :baker; :foo :bar ].</rdfs:comment>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association"/>
+        <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 is responsible for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualified [ a prov:Association; prov:entity :baker; :foo :bar ].</rdfs:comment>
+        <prov: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.</prov:definition>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association</prov:prov-dm-constraints>
         <prov:unqualifiedForm rdf:resource="&prov;wasAssociatedWith"/>
     </owl:Class>
     
@@ -834,23 +895,52 @@
     <!-- http://www.w3.org/ns/prov#Attribution -->
 
     <owl:Class rdf:about="&prov;Attribution">
+        <rdfs:label>Attribution</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;AgentInvolvement"/>
-        <rdfs:comment>An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from a prov:Entity to some prov:Agent that is responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualified [ a prov:Attribution; prov:entity :baker; :foo :bar ].</rdfs:comment>
+        <prov:definition>Attribution is the ascribing of an entity to an agent.</prov:definition>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution</prov:prov-dm>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution</prov:prov-n>
         <prov:category>qualified</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution"/>
+        <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 is responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualified [ a prov:Attribution; prov:entity :baker; :foo :bar ].</rdfs:comment>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#recod-attribution</prov:prov-dm-constraints>
+        <prov:component>agents-responsibility</prov:component>
         <prov:unqualifiedForm rdf:resource="&prov;wasAttributedTo"/>
     </owl:Class>
     
 
 
-    <!-- http://www.w3.org/ns/prov#Bundle -->
+    <!-- http://www.w3.org/ns/prov#Collection -->
 
-    <owl:Class rdf:about="&prov;Bundle">
+    <owl:Class rdf:about="&prov;Collection">
+        <rdfs:label>Collection</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Entity"/>
-        <rdfs:comment xml:lang="en">A prov:Bundle is a group of PROV statements.</rdfs:comment>
-        <prov:category>expanded</prov:category>
-        <rdfs:comment xml:lang="en">prov:Bundles are best modeled using sd:NamedGraphs.</rdfs:comment>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Bundle"/>
+        <rdfs:comment>This concept allows for the provenance of the collection, but also of its constituents to be expressed. Such a notion of collection corresponds to a wide variety of concrete data structures, such as a maps, dictionaries, or associative arrays.</rdfs:comment>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-types-entities-agents</prov:prov-dm>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection</prov:prov-dm>
+        <prov: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.</prov:definition>
+        <prov:category>collections</prov:category>
+        <prov:component>collections</prov:component>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#component5</prov:prov-n>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#concept-collection</prov:prov-dm>
+        <rdfs:comment>A given collection forms a given structure for its members. A different structure (obtained either by insertion or removal of members) constitutes a different collection.</rdfs:comment>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection</prov:prov-dm-constraints>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Communication -->
+
+    <owl:Class rdf:about="&prov;Communication">
+        <rdfs:label>Communication</rdfs:label>
+        <rdfs:subClassOf rdf:resource="&prov;ActivityInvolvement"/>
+        <prov:category>qualified</prov:category>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Communication</prov:prov-dm-constraints>
+        <prov:component>entities-activities</prov:component>
+        <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:entity :everyone_else_jumping_off_bridge; :foo :bar ].</rdfs:comment>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-wasInformedBy</prov:prov-dm>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy</prov:prov-n>
+        <prov:definition>Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.</prov:definition>
+        <prov:unqualifiedForm rdf:resource="&prov;wasInformedBy"/>
     </owl:Class>
     
 
@@ -858,11 +948,15 @@
     <!-- http://www.w3.org/ns/prov#Derivation -->
 
     <owl:Class rdf:about="&prov;Derivation">
+        <rdfs:label>Derivation</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
+        <prov:component>derivations</prov:component>
         <prov:category>qualified</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Revision"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Traceability"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature"/>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#Derivation-Relation</prov:prov-dm>
+        <rdfs:comment>An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some prov:Entity to another prov:Entity. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualified [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ].</rdfs:comment>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#Derivation-Relation</prov:prov-dm-constraints>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#Derivation-Relation</prov:prov-n>
+        <prov: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.</prov:definition>
         <prov:unqualifiedForm rdf:resource="&prov;wasDerivedFrom"/>
     </owl:Class>
     
@@ -871,11 +965,17 @@
     <!-- http://www.w3.org/ns/prov#End -->
 
     <owl:Class rdf:about="&prov;End">
+        <rdfs:label>End</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;AgentInvolvement"/>
         <rdfs:subClassOf rdf:resource="&prov;InstantaneousEvent"/>
+        <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:qualified [ a prov:Usage; prov:entity :buzzer; :foo :bar; prov:atTime &#39;2012-03-09T08:05:08-05:00&#39;^^xsd:dateTime ].</rdfs:comment>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov:prov-dm-constraints>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-End</prov:prov-dm>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-End</prov:prov-dm-constraints>
         <prov:category>qualified</prov:category>
-        <rdfs:comment>An Agent ends an Activity, optionally at a particular TimeInstant.</rdfs:comment>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Ending"/>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-End</prov:prov-n>
+        <prov:definition>An activity end event is the instantaneous event that marks the instant an activity ends.</prov:definition>
+        <prov:component>entities-activities</prov:component>
         <prov:unqualifiedForm rdf:resource="&prov;wasEndedBy"/>
     </owl:Class>
     
@@ -884,9 +984,13 @@
     <!-- http://www.w3.org/ns/prov#Entity -->
 
     <owl:Class rdf:about="&prov;Entity">
-        <rdfs:comment xml:lang="en">An identifiable characterized entity.</rdfs:comment>
+        <rdfs:label>Entity</rdfs:label>
+        <prov:prov-dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-entity-activity</prov:prov-dm>
+        <prov:component>entities-activities</prov:component>
+        <prov:definition xml:lang="en">An entity is a thing one wants to provide provenance for. For the purpose of this specification, things can be physical, digital, conceptual, or otherwise; things may be real or imaginary.</prov:definition>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Entity</prov:prov-dm-constraints>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Entity</prov:prov-n>
         <prov:category>starting-point</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Entity"/>
     </owl:Class>
     
 
@@ -894,9 +998,11 @@
     <!-- http://www.w3.org/ns/prov#EntityInvolvement -->
 
     <owl:Class rdf:about="&prov;EntityInvolvement">
+        <rdfs:label>EntityInvolvement</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Involvement"/>
+        <rdfs:comment xml:lang="en">prov:EntityInvolvement provides descriptions of any binary involvement between any instance and an prov:Entity.</rdfs:comment>
         <prov:category>qualified</prov:category>
-        <rdfs:comment xml:lang="en">An instance of EntityInvolvement is used to provide additional descriptions of a binary relation from any instance to an instance of Entity.</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="&prov;entity"/>
     </owl:Class>
     
 
@@ -904,23 +1010,34 @@
     <!-- http://www.w3.org/ns/prov#Generation -->
 
     <owl:Class rdf:about="&prov;Generation">
+        <rdfs:label>Generation</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;ActivityInvolvement"/>
         <rdfs:subClassOf rdf:resource="&prov;InstantaneousEvent"/>
-        <rdfs:comment xml:lang="de">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:qualified [ a prov:Generation; prov:entity :baking; :foo :bar ].</rdfs:comment>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Generation</prov:prov-dm-constraints>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation</prov:prov-n>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov:prov-dm-constraints>
         <prov:category>qualified</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Generation"/>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation</prov:prov-dm>
+        <prov:definition>An entity generation event is the instantaneous event that marks the final instant of an entity&#39;s creation timespan, after which it is no longer available for use.</prov:definition>
+        <prov:component>entities-activities</prov:component>
+        <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:entity :baking; :foo :bar ].</rdfs:comment>
         <prov:unqualifiedForm rdf:resource="&prov;wasGeneratedBy"/>
     </owl:Class>
     
 
 
-    <!-- http://www.w3.org/ns/prov#Inform -->
+    <!-- http://www.w3.org/ns/prov#Insertion -->
 
-    <owl:Class rdf:about="&prov;Inform">
-        <rdfs:subClassOf rdf:resource="&prov;ActivityInvolvement"/>
+    <owl:Class rdf:about="&prov;Insertion">
+        <rdfs:label>Insertion</rdfs:label>
+        <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-insertion</prov:prov-dm>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-collection-insertion</prov:prov-n>
+        <prov:component>collections</prov:component>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection</prov:prov-dm-constraints>
         <prov:category>qualified</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Activity_Ordering"/>
-        <prov:unqualifiedForm rdf:resource="&prov;wasInformedBy"/>
+        <prov:definition>Insertion is a derivation that transforms a collection into another, by insertion of one or more key-value pairs.</prov:definition>
+        <prov:unqualifiedForm rdf:resource="&prov;derivedByInsertionFrom"/>
     </owl:Class>
     
 
@@ -928,6 +1045,12 @@
     <!-- http://www.w3.org/ns/prov#InstantaneousEvent -->
 
     <owl:Class rdf:about="&prov;InstantaneousEvent">
+        <rdfs:label>InstantaneousEvent</rdfs:label>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#section-time-event</prov:prov-dm-constraints>
+        <prov:prov-n></prov:prov-n>
+        <prov:component>entities-activities</prov:component>
+        <prov:prov-dm></prov:prov-dm>
+        <prov:definition>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.</prov:definition>
         <prov:category>qualified</prov:category>
     </owl:Class>
     
@@ -936,13 +1059,10 @@
     <!-- http://www.w3.org/ns/prov#Involvement -->
 
     <owl:Class rdf:about="&prov;Involvement">
-        <rdfs:comment>TODO: For simplicity, the hierarchy &quot;stops&quot; at the primary Elements (Activity, Entity, Agent)</rdfs:comment>
-        <rdfs:comment xml:lang="en">An instance of prov:Involvement is used to provide additional descriptions of a prov:qualifiable binary involvement. A description (via prov:Involvement) of the binary involvement implies the assertion of the binary involvement.</rdfs:comment>
+        <rdfs:label>Involvement</rdfs:label>
+        <rdfs:comment xml:lang="en">Any resource that involved an prov:Activity, prov:Entity, or prov:Agent can qualify its involvement by also referencing an instance of prov:Involvement. Instances of prov:Involvement reference the involved Activity, Entity, or Agent (using prov:activity, prov:entity, or prov:agent, respectively) and may be described with any kind of attributes, including user-defined attributes and those provided by PROV (prov:hadRole, prov:hadPlan, prov:atTime, prov:hadLocation). A description (via prov:Involvement) of the binary involvement implies the assertion of the binary involvement.</rdfs:comment>
+        <prov:editorialNote>For simplicity, the hierarchy &#39;stops&#39; at the primary resources (Activity, Entity, Agent). Distinctions beyond the type of object involved are not necessary in PROV-O, but may be established by others.</prov:editorialNote>
         <prov:category>qualified</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Generation"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Usage"/>
         <prov:unqualifiedForm rdf:resource="&prov;involved"/>
     </owl:Class>
     
@@ -951,10 +1071,13 @@
     <!-- http://www.w3.org/ns/prov#Location -->
 
     <owl:Class rdf:about="&prov;Location">
+        <rdfs:label>Location</rdfs:label>
+        <prov: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.</prov:definition>
+        <prov:prov-n></prov:prov-n>
         <prov:category>expanded</prov:category>
-        <rdfs:comment>This is wgs:SpatialThing</rdfs:comment>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Location"/>
-        <rdfs:seeAlso rdf:resource="&prov;hadSpatialExtent"/>
+        <prov:prov-dm-constraints></prov:prov-dm-constraints>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location</prov:prov-dm>
+        <rdfs:seeAlso rdf:resource="&prov;hadLocation"/>
     </owl:Class>
     
 
@@ -962,9 +1085,15 @@
     <!-- http://www.w3.org/ns/prov#Note -->
 
     <owl:Class rdf:about="&prov;Note">
+        <rdfs:label>Note</rdfs:label>
         <prov:category>expanded</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Note"/>
-        <rdfs:seeAlso rdf:resource="&prov;hadNote"/>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-note</prov:prov-n>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-note</prov:prov-dm-constraints>
+        <prov:definition>Attribute-value pairs occurring in notes are application specific.</prov:definition>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-note</prov:prov-dm>
+        <prov:editorialNote>When using RDF, &#39;application-specific properties&#39; directly describe the subject resource and do not require a prov:Note to distinguish them. When choosing how to model your application, note that prov:Note provides a level of indirection that is relatively unnatural in RDF when reflecting the purposes stated in PROV-DM. However, prov:Note may be effectively used in RDF for other purposes. Please also note that accounts are more appropriate mechanims for distinguishing &#39;who said what&#39;; the indirection imposed by prov:Note is a poorer mechanism to model provenance of provenance.</prov:editorialNote>
+        <prov:component>annotations</prov:component>
+        <rdfs:seeAlso rdf:resource="&prov;hasAnnotation"/>
     </owl:Class>
     
 
@@ -972,9 +1101,14 @@
     <!-- http://www.w3.org/ns/prov#Organization -->
 
     <owl:Class rdf:about="&prov;Organization">
+        <rdfs:label>Organization</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Agent"/>
+        <prov:definition>Agents of type Organization are social institutions such as companies, societies etc.</prov:definition>
+        <prov:prov-dm-constraints></prov:prov-dm-constraints>
         <prov:category>expanded</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Organization"/>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</prov:prov-n>
+        <prov:component>agents-responsibility</prov:component>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov:prov-dm>
     </owl:Class>
     
 
@@ -982,9 +1116,14 @@
     <!-- http://www.w3.org/ns/prov#Person -->
 
     <owl:Class rdf:about="&prov;Person">
+        <rdfs:label>Person</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Agent"/>
         <prov:category>expanded</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Person"/>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</prov:prov-n>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov:prov-dm>
+        <prov:component>agents-responsibility</prov:component>
+        <prov:definition>Agents of type Person are people.</prov:definition>
+        <prov:prov-dm-constraints></prov:prov-dm-constraints>
     </owl:Class>
     
 
@@ -992,9 +1131,15 @@
     <!-- http://www.w3.org/ns/prov#Plan -->
 
     <owl:Class rdf:about="&prov;Plan">
+        <rdfs:label>Plan</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Entity"/>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association</prov:prov-dm-constraints>
+        <prov:definition>A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.</prov:definition>
+        <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.</rdfs:comment>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-types-entities-agents</prov:prov-dm>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</prov:prov-n>
         <prov:category>qualified</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association"/>
+        <prov:component>agents-responsibility</prov:component>
     </owl:Class>
     
 
@@ -1002,22 +1147,48 @@
     <!-- http://www.w3.org/ns/prov#Quotation -->
 
     <owl:Class rdf:about="&prov;Quotation">
+        <rdfs:label>Quotation</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
-        <rdfs:comment xml:lang="en">TODO: Shouldn&#39;t Quotation be a subtype of Derivation (and same for the binary relations?) -Tim</rdfs:comment>
+        <prov:definition>A quotation is the repeat of (some or all of) an entity, such as text or image, by someone other than its original author.</prov:definition>
+        <prov:component>derivations</prov:component>
         <prov:category>qualified</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation"/>
+        <rdfs:comment>An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some prov:Entity to another prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualified [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ].</rdfs:comment>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation</prov:prov-dm>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-quotation</prov:prov-dm-constraints>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation</prov:prov-n>
         <prov:unqualifiedForm rdf:resource="&prov;wasQuotedFrom"/>
     </owl:Class>
     
 
 
+    <!-- http://www.w3.org/ns/prov#Removal -->
+
+    <owl:Class rdf:about="&prov;Removal">
+        <rdfs:label>Removal</rdfs:label>
+        <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
+        <prov:definition>Removal is a derivation that transforms a collection into another, by removing one or more key-value pairs.</prov:definition>
+        <prov:category>qualified</prov:category>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection</prov:prov-dm-constraints>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-collection-removal</prov:prov-n>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-removal</prov:prov-dm>
+        <prov:component>collections</prov:component>
+        <prov:unqualifiedForm rdf:resource="&prov;derivedByRemovalFrom"/>
+    </owl:Class>
+    
+
+
     <!-- http://www.w3.org/ns/prov#Responsibility -->
 
     <owl:Class rdf:about="&prov;Responsibility">
+        <rdfs:label>Responsibility</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;AgentInvolvement"/>
+        <prov:component>agents-responsibility</prov:component>
         <rdfs:comment xml:lang="en">An instance of prov:Responsibility 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:qualified [ a prov:Responsiblity; prov:entity :mother; :foo :bar ].</rdfs:comment>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-responsibility</prov:prov-dm>
+        <prov:definition>Responsibility is the fact that an agent is accountable for the actions of a &#39;subordinate&#39; agent, in the context of an activity.</prov:definition>
         <prov:category>qualified</prov:category>
-        <rdfs:comment rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility"/>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Responsibility</prov:prov-dm-constraints>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-responsibility</prov:prov-n>
         <prov:unqualifiedForm rdf:resource="&prov;actedOnBehalfOf"/>
     </owl:Class>
     
@@ -1026,9 +1197,15 @@
     <!-- http://www.w3.org/ns/prov#Revision -->
 
     <owl:Class rdf:about="&prov;Revision">
+        <rdfs:label>Revision</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Revision</prov:prov-dm-constraints>
+        <prov:component>derivations</prov:component>
         <prov:category>qualified</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Revision"/>
+        <prov:definition>A revision is a derivation that revises an entity into a revised version.</prov:definition>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision</prov:prov-n>
+        <rdfs:comment>An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some prov:Entity to another prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualified [ a prov:Source; prov:entity :draft_1; :foo :bar ].</rdfs:comment>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Revision</prov:prov-dm>
         <prov:unqualifiedForm rdf:resource="&prov;wasRevisionOf"/>
     </owl:Class>
     
@@ -1037,8 +1214,13 @@
     <!-- http://www.w3.org/ns/prov#Role -->
 
     <owl:Class rdf:about="&prov;Role">
+        <rdfs:label>Role</rdfs:label>
         <prov:category>qualified</prov:category>
-        <rdfs:comment rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Attribute"/>
+        <prov:prov-n></prov:prov-n>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role</prov:prov-dm>
+        <prov:prov-dm-constraints></prov:prov-dm-constraints>
+        <prov:definition>A Role is the function of an entity with respect to an activity, in the context of a usage, generation, association, start, and end.</prov:definition>
+        <prov:component>agents-responsibility</prov:component>
         <rdfs:seeAlso rdf:resource="&prov;hadRole"/>
     </owl:Class>
     
@@ -1047,9 +1229,14 @@
     <!-- http://www.w3.org/ns/prov#SoftwareAgent -->
 
     <owl:Class rdf:about="&prov;SoftwareAgent">
+        <rdfs:label>SoftwareAgent</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Agent"/>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</prov:prov-n>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov:prov-dm>
+        <prov:prov-dm-constraints></prov:prov-dm-constraints>
+        <prov:component>agents-responsibility</prov:component>
         <prov:category>expanded</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#SoftwareAgent"/>
+        <prov:definition>A software agent is running software.</prov:definition>
     </owl:Class>
     
 
@@ -1057,9 +1244,15 @@
     <!-- http://www.w3.org/ns/prov#Source -->
 
     <owl:Class rdf:about="&prov;Source">
+        <rdfs:label>Source</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source</prov:prov-n>
+        <rdfs:comment>An instance of prov:Source provides additional descriptions about the binary prov:hadOriginalSource relation from some prov:Entity to another prov:Entity. For example, :blog prov:hadOriginalSource :newsArticle; prov:qualified [ a prov:Source; prov:entity :newsArticle; :foo :bar ].</rdfs:comment>
+        <prov:definition>An original source refers to the source material that is closest to the person, information, period, or idea being studied.</prov:definition>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-orignal-source</prov:prov-dm-constraints>
         <prov:category>qualified</prov:category>
-        <rdfs:comment rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Original_Source"/>
+        <prov:component>derivations</prov:component>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-original-source</prov:prov-dm>
         <prov:unqualifiedForm rdf:resource="&prov;hadOriginalSource"/>
     </owl:Class>
     
@@ -1068,11 +1261,17 @@
     <!-- http://www.w3.org/ns/prov#Start -->
 
     <owl:Class rdf:about="&prov;Start">
+        <rdfs:label>Start</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;AgentInvolvement"/>
         <rdfs:subClassOf rdf:resource="&prov;InstantaneousEvent"/>
-        <rdfs:comment>An Agent starts an Activity, optionally at a particular TimeInstant.</rdfs:comment>
+        <prov:definition>An activity start event is the instantaneous event that marks the instant an activity starts.</prov:definition>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov:prov-dm-constraints>
+        <prov:component>entities-activities</prov:component>
         <prov:category>qualified</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Starting"/>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start</prov:prov-n>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Start</prov:prov-dm-constraints>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start</prov:prov-dm>
+        <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:qualified [ a prov:Usage; prov:entity :bang; :foo :bar; prov:atTime &#39;2012-03-09T08:05:08-05:00&#39;^^xsd:dateTime ].</rdfs:comment>
         <prov:unqualifiedForm rdf:resource="&prov;wasStartedBy"/>
     </owl:Class>
     
@@ -1081,9 +1280,16 @@
     <!-- http://www.w3.org/ns/prov#StartByActivity -->
 
     <owl:Class rdf:about="&prov;StartByActivity">
+        <rdfs:label>StartByActivity</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;ActivityInvolvement"/>
+        <rdfs:comment>An instance of prov:StartedByActivity provides additional descriptions about the binary prov:wasStartedByActivity relation from some started prov:Activity to another prov:Activity started it. For example, :second_leg_of_relay prov:wasStartedByActivity :handed_baton; prov:qualified [ a prov:Usage; prov:entity :handed_baton; :foo :bar; prov:atTime &#39;2012-03-09T08:05:08-05:00&#39;^^xsd:dateTime ].</rdfs:comment>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-wasStartedByActivity</prov:prov-dm>
+        <prov:definition>Start by Activity is the start of an activity with an implicit trigger generated by another activity.</prov:definition>
         <prov:category>qualified</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Started_by_activity"/>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov:prov-dm-constraints>
+        <prov:component>entities-activities</prov:component>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-StartByActivity</prov:prov-dm-constraints>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-startByActivity</prov:prov-n>
         <prov:unqualifiedForm rdf:resource="&prov;wasStartedByActivity"/>
     </owl:Class>
     
@@ -1092,11 +1298,15 @@
     <!-- http://www.w3.org/ns/prov#Trace -->
 
     <owl:Class rdf:about="&prov;Trace">
+        <rdfs:label>Trace</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
+        <prov:definition>Traceability is the ability to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed.</prov:definition>
         <rdfs:comment xml:lang="en">An instance of prov:Trace provides additional descriptions about the binary prov:tracedTo relation from some prov:Entity to some other prov:Element. For example, :stomach_ache prov:tracedTo :spoon; prov:qualified [ a prov:Trace; prov:entity :spoon; :foo :bar ].</rdfs:comment>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-traceability</prov:prov-dm>
         <prov:category>qualified</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Revision"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Traceability"/>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-traceability</prov:prov-dm-constraints>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-traceability</prov:prov-n>
+        <prov:component>derivations</prov:component>
         <prov:unqualifiedForm rdf:resource="&prov;tracedTo"/>
     </owl:Class>
     
@@ -1105,12 +1315,45 @@
     <!-- http://www.w3.org/ns/prov#Usage -->
 
     <owl:Class rdf:about="&prov;Usage">
+        <rdfs:label>Usage</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
         <rdfs:subClassOf rdf:resource="&prov;InstantaneousEvent"/>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Usage</prov:prov-n>
+        <prov:definition>A usage is an instantaneous world event: an activity beginning to consume an entity. Before this event, the activity had not begun to consume or use to this entity.</prov:definition>
         <prov:category>qualified</prov:category>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Usage"/>
+        <prov:component>entities-activities</prov:component>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov:prov-dm-constraints>
+        <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:qualified [ a prov:Usage; prov:entity :podium; :foo :bar ].</rdfs:comment>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage</prov:prov-dm>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Usage</prov:prov-dm-constraints>
         <prov:unqualifiedForm rdf:resource="&prov;used"/>
     </owl:Class>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Individuals
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Plan -->
+
+    <owl:NamedIndividual rdf:about="&prov;Plan">
+        <rdfs:label>Plan</rdfs:label>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association</prov:prov-dm-constraints>
+        <prov:definition>A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.</prov:definition>
+        <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.</rdfs:comment>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-types-entities-agents</prov:prov-dm>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</prov:prov-n>
+        <prov:category>qualified</prov:category>
+        <prov:component>agents-responsibility</prov:component>
+    </owl:NamedIndividual>
 </rdf:RDF>