renamed hadLocation to atLocation to avoid the had* pattern on prov:Invovlements and to align with atTime for time.
authorTim L <lebot@rpi.edu>
Fri, 13 Apr 2012 21:10:57 -0400
changeset 2295 98d5d2dec1da
parent 2294 d399bf53971f
child 2296 1985dd0ec931
renamed hadLocation to atLocation to avoid the had* pattern on prov:Invovlements and to align with atTime for time.

made prov:agent, prov:entity, prov:activity prov:hadActivity, prov:hadGeneration, prov:hadUsage functional

made prov:qualifiedInsertion and prov:qualifiedRemoval inverse functional

added super property prov:involvee to group prov:entity, prov:collection, prov:agent, prov:activity.

renamed knownMembership to membership.

deleted responsibleForActivity in favor of reusing hadActivity.
ontology/ProvenanceOntology.owl
--- a/ontology/ProvenanceOntology.owl	Fri Apr 13 18:03:25 2012 +0100
+++ b/ontology/ProvenanceOntology.owl	Fri Apr 13 21:10:57 2012 -0400
@@ -14,12 +14,12 @@
 
 <rdf:RDF xmlns="http://example.com/"
      xml:base="http://example.com/"
-     xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
      xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
      xmlns:prov="http://www.w3.org/ns/prov#"
+     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:owl="http://www.w3.org/2002/07/owl#"
      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>
@@ -41,7 +41,25 @@
     ///////////////////////////////////////////////////////////////////////////////////////
      -->
 
+    <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="&prov;editorialNote"/>
+    <owl:AnnotationProperty rdf:about="&rdfs;label"/>
+    <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. 
 
@@ -60,36 +78,7 @@
 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="&prov;prov-n">
-        <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
-    </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="&rdfs;comment"/>
     <owl:AnnotationProperty rdf:about="&prov;todo"/>
-    <owl:AnnotationProperty rdf:about="&rdfs;seeAlso"/>
-    <owl:AnnotationProperty rdf:about="&prov;unqualifiedForm">
-        <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
-    </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="&prov;editorialNote"/>
-    <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;definition"/>
-    <owl:AnnotationProperty rdf:about="&prov;prov-dm">
-        <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
-    </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="&rdfs;label"/>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Datatypes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
     
 
 
@@ -113,10 +102,10 @@
     <!-- http://www.w3.org/ns/prov#actedOnBehalfOf -->
 
     <owl:ObjectProperty rdf:about="&prov;actedOnBehalfOf">
-        <prov:component>agents-responsibility</prov:component>
         <prov:category>starting-point</prov:category>
+        <prov:component>agents-responsibility</prov:component>
+        <rdfs:domain rdf:resource="&prov;Agent"/>
         <rdfs:range rdf:resource="&prov;Agent"/>
-        <rdfs:domain rdf:resource="&prov;Agent"/>
         <prov:qualifiedForm rdf:resource="&prov;Responsibility"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involved"/>
         <prov:qualifiedForm rdf:resource="&prov;qualifiedResponsibility"/>
@@ -127,11 +116,13 @@
     <!-- http://www.w3.org/ns/prov#activity -->
 
     <owl:ObjectProperty rdf:about="&prov;activity">
-        <prov:category>qualified</prov:category>
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <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:range rdf:resource="&prov;Activity"/>
         <rdfs:domain rdf:resource="&prov;ActivityInvolvement"/>
+        <rdfs:subPropertyOf rdf:resource="&prov;involvee"/>
     </owl:ObjectProperty>
     
 
@@ -139,12 +130,14 @@
     <!-- http://www.w3.org/ns/prov#agent -->
 
     <owl:ObjectProperty rdf:about="&prov;agent">
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <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: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: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;Agent"/>
         <rdfs:domain rdf:resource="&prov;AgentInvolvement"/>
+        <rdfs:subPropertyOf rdf:resource="&prov;involvee"/>
     </owl:ObjectProperty>
     
 
@@ -152,20 +145,34 @@
     <!-- http://www.w3.org/ns/prov#alternateOf -->
 
     <owl:ObjectProperty rdf:about="&prov;alternateOf">
+        <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:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate</prov:prov-n>
         <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-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Alternate</prov:prov-dm-constraints>
         <prov:component>alternate</prov:component>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate</prov:prov-dm>
+        <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:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
-        <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:seeAlso rdf:resource="&prov;specializationOf"/>
     </owl:ObjectProperty>
     
 
 
+    <!-- http://www.w3.org/ns/prov#atLocation -->
+
+    <owl:ObjectProperty rdf:about="&prov;atLocation">
+        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
+        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+        <rdfs:comment>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>
+        <prov: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:Involvement classes.</prov:editorialNote>
+        <rdfs:range rdf:resource="&prov;Location"/>
+    </owl:ObjectProperty>
+    
+
+
     <!-- http://www.w3.org/ns/prov#collection -->
 
     <owl:ObjectProperty rdf:about="&prov;collection">
@@ -174,6 +181,7 @@
         <prov:category>collections</prov:category>
         <rdfs:range rdf:resource="&prov;Collection"/>
         <rdfs:domain rdf:resource="&prov;CollectionInvolvement"/>
+        <rdfs:subPropertyOf rdf:resource="&prov;involvee"/>
     </owl:ObjectProperty>
     
 
@@ -182,10 +190,10 @@
 
     <owl:ObjectProperty rdf:about="&prov;derivedByInsertionFrom">
         <rdfs:comment xml:lang="en">The collection was derived from the other by insertion. prov:qualifiedInsertion shows details of the insertion, in particular the inserted key-value pairs.</rdfs:comment>
-        <prov:category>collections</prov:category>
         <prov:component>collections</prov:component>
+        <prov:category>collections</prov:category>
+        <rdfs:domain rdf:resource="&prov;Collection"/>
         <rdfs:range rdf:resource="&prov;Collection"/>
-        <rdfs:domain rdf:resource="&prov;Collection"/>
         <prov:qualifiedForm rdf:resource="&prov;Insertion"/>
         <prov:qualifiedForm rdf:resource="&prov;qualifiedInsertion"/>
         <rdfs:subPropertyOf rdf:resource="&prov;wasDerivedFrom"/>
@@ -211,11 +219,13 @@
     <!-- http://www.w3.org/ns/prov#entity -->
 
     <owl:ObjectProperty rdf:about="&prov;entity">
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <prov:category>qualified</prov:category>
         <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>
-        <prov:category>qualified</prov:category>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:domain rdf:resource="&prov;EntityInvolvement"/>
+        <rdfs:subPropertyOf rdf:resource="&prov;involvee"/>
     </owl:ObjectProperty>
     
 
@@ -237,6 +247,7 @@
     <!-- http://www.w3.org/ns/prov#hadActivity -->
 
     <owl:ObjectProperty rdf:about="&prov;hadActivity">
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <prov:component>derivations</prov:component>
         <prov:category>qualified</prov:category>
         <prov:todo>Relax domain so that Derivations and Responsibilities can reference an activity. http://www.w3.org/2011/prov/track/issues/226</prov:todo>
@@ -250,6 +261,7 @@
     <!-- http://www.w3.org/ns/prov#hadGeneration -->
 
     <owl:ObjectProperty rdf:about="&prov;hadGeneration">
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <rdfs:comment xml:lang="en">The generation involving the generated entity and activity.</rdfs:comment>
         <prov:category>qualified</prov:category>
         <prov:component>derivations</prov:component>
@@ -259,26 +271,13 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov#hadLocation -->
-
-    <owl:ObjectProperty rdf:about="&prov;hadLocation">
-        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
-        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <rdfs:comment>Location is an optional attribute of Entity and Activity.</rdfs:comment>
-        <prov:category>expanded</prov:category>
-        <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>
-        <rdfs:range rdf:resource="&prov;Location"/>
-    </owl:ObjectProperty>
-    
-
-
     <!-- http://www.w3.org/ns/prov#hadOriginalSource -->
 
     <owl:ObjectProperty rdf:about="&prov;hadOriginalSource">
         <prov:component>derivations</prov:component>
         <prov:category>expanded</prov:category>
+        <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
-        <rdfs:range rdf:resource="&prov;Entity"/>
         <prov:qualifiedForm rdf:resource="&prov;Source"/>
         <prov:qualifiedForm rdf:resource="&prov;qualifiedSource"/>
         <rdfs:subPropertyOf rdf:resource="&prov;wasDerivedFrom"/>
@@ -292,9 +291,9 @@
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <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>
         <prov:component>agents-responsibility</prov:component>
-        <prov:category>qualified</prov:category>
-        <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>
         <rdfs:domain rdf:resource="&prov;Association"/>
         <rdfs:range rdf:resource="&prov;Plan"/>
     </owl:ObjectProperty>
@@ -304,9 +303,9 @@
     <!-- http://www.w3.org/ns/prov#hadQuoted -->
 
     <owl:ObjectProperty rdf:about="&prov;hadQuoted">
+        <prov:category>qualified</prov:category>
+        <rdfs:comment xml:lang="en">The agent who attributed to the original entity.</rdfs:comment>
         <prov:component>derivations</prov:component>
-        <rdfs:comment xml:lang="en">The agent who attributed to the original entity.</rdfs:comment>
-        <prov:category>qualified</prov:category>
         <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
         <rdfs:range rdf:resource="&prov;Agent"/>
         <rdfs:domain rdf:resource="&prov;Quotation"/>
@@ -331,10 +330,10 @@
 
     <owl:ObjectProperty rdf:about="&prov;hadRole">
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <prov:category>qualified</prov:category>
         <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:domain rdf:resource="&prov;Involvement"/>
         <rdfs:range rdf:resource="&prov;Role"/>
     </owl:ObjectProperty>
@@ -344,6 +343,7 @@
     <!-- http://www.w3.org/ns/prov#hadUsage -->
 
     <owl:ObjectProperty rdf:about="&prov;hadUsage">
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <rdfs:comment xml:lang="en">The usage involving the used entity and activity.</rdfs:comment>
         <prov:category>qualified</prov:category>
         <prov:component>derivations</prov:component>
@@ -356,8 +356,8 @@
     <!-- http://www.w3.org/ns/prov#hasAnnotation -->
 
     <owl:ObjectProperty rdf:about="&prov;hasAnnotation">
+        <prov:category>expanded</prov:category>
         <prov:component>annotations</prov:component>
-        <prov:category>expanded</prov:category>
         <rdfs:range rdf:resource="&prov;Note"/>
     </owl:ObjectProperty>
     
@@ -366,8 +366,8 @@
     <!-- http://www.w3.org/ns/prov#inserted -->
 
     <owl:ObjectProperty rdf:about="&prov;inserted">
+        <prov:component>collections</prov:component>
         <prov:category>collections</prov:category>
-        <prov:component>collections</prov:component>
         <rdfs:domain rdf:resource="&prov;Insertion"/>
         <rdfs:range rdf:resource="&prov;KeyValuePair"/>
     </owl:ObjectProperty>
@@ -377,24 +377,21 @@
     <!-- http://www.w3.org/ns/prov#involved -->
 
     <owl:ObjectProperty rdf:about="&prov;involved">
+        <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 one of its subproperties.
 
 Subproperties of prov:involved may also be asserted directly without being qualified.</rdfs:comment>
-        <prov:category>qualified</prov:category>
     </owl:ObjectProperty>
     
 
 
-    <!-- http://www.w3.org/ns/prov#knownMembership -->
+    <!-- http://www.w3.org/ns/prov#involvee -->
 
-    <owl:ObjectProperty rdf:about="&prov;knownMembership">
-        <rdfs:comment xml:lang="en">The collection included the specified membership of keys-values.</rdfs:comment>
-        <prov:category>collections</prov:category>
-        <prov:component>collections</prov:component>
-        <rdfs:domain rdf:resource="&prov;Collection"/>
-        <rdfs:range rdf:resource="&prov;Membership"/>
+    <owl:ObjectProperty rdf:about="&prov;involvee">
+        <rdfs:comment>Subproperties of prov:involvee are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:involved (e.g. prov:used, prov:wasGeneratedBy). prov:involvee is used much like rdf:object is used.</rdfs:comment>
+        <rdfs:domain rdf:resource="&prov;Involvement"/>
     </owl:ObjectProperty>
     
 
@@ -402,15 +399,27 @@
     <!-- http://www.w3.org/ns/prov#member -->
 
     <owl:ObjectProperty rdf:about="&prov;member">
+        <prov:component>collections</prov:component>
         <rdfs:comment xml:lang="en">The key-value pair was part of the membership. A membership can have multiple members.</rdfs:comment>
         <prov:category>collections</prov:category>
-        <prov:component>collections</prov:component>
         <rdfs:range rdf:resource="&prov;KeyValuePair"/>
         <rdfs:domain rdf:resource="&prov;Membership"/>
     </owl:ObjectProperty>
     
 
 
+    <!-- http://www.w3.org/ns/prov#membership -->
+
+    <owl:ObjectProperty rdf:about="&prov;membership">
+        <prov:category>collections</prov:category>
+        <rdfs:comment xml:lang="en">The collection included the specified membership of keys-values.</rdfs:comment>
+        <prov:component>collections</prov:component>
+        <rdfs:domain rdf:resource="&prov;Collection"/>
+        <rdfs:range rdf:resource="&prov;Membership"/>
+    </owl:ObjectProperty>
+    
+
+
     <!-- http://www.w3.org/ns/prov#qualifiedAssociation -->
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedAssociation">
@@ -429,9 +438,9 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedAttribution">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
+        <prov:category>qualified</prov:category>
+        <prov:component>agents-responsibility</prov:component>
         <rdfs:comment>If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was  using prov:qualifiedAttribution [ a prov:Attribution;  prov:agent :ag; :foo :bar ].</rdfs:comment>
-        <prov:component>agents-responsibility</prov:component>
-        <prov:category>qualified</prov:category>
         <rdfs:range rdf:resource="&prov;Attribution"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <prov:unqualifiedForm rdf:resource="&prov;wasAttributedTo"/>
@@ -444,11 +453,11 @@
     <owl:ObjectProperty rdf:about="&prov;qualifiedCommunication">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
         <prov:component>entities-activities</prov:component>
-        <prov:category>qualified</prov:category>
         <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"/>
-        <rdfs:range rdf:resource="&prov;Communication"/>
     </owl:ObjectProperty>
     
 
@@ -457,8 +466,8 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedDerivation">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
+        <prov:component>derivations</prov:component>
         <prov:category>qualified</prov:category>
-        <prov:component>derivations</prov:component>
         <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 ].</rdfs:comment>
         <rdfs:range rdf:resource="&prov;Derivation"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
@@ -471,9 +480,9 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedEnd">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
+        <prov:category>qualified</prov:category>
+        <prov:component>entities-activities</prov:component>
         <rdfs:comment>If this Activity prov:wasEndedBy Agent :ag, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End;  prov:agent :ag; :foo :bar ].</rdfs:comment>
-        <prov:component>entities-activities</prov:component>
-        <prov:category>qualified</prov:category>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;End"/>
         <prov:unqualifiedForm rdf:resource="&prov;wasEndedBy"/>
@@ -486,8 +495,8 @@
     <owl:ObjectProperty rdf:about="&prov;qualifiedGeneration">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
         <rdfs:comment>If this Activity prov:generated Entity :e, then it can qualify how it did performed the Generation using prov:qualifiedGeneration [ a prov:Generation;  prov:entity :e; :foo :bar ].</rdfs:comment>
+        <prov:component>entities-activities</prov:component>
         <prov:category>qualified</prov:category>
-        <prov:component>entities-activities</prov:component>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Generation"/>
         <prov:unqualifiedForm rdf:resource="&prov;wasGeneratedBy"/>
@@ -511,9 +520,9 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedQuotation">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
-        <prov:component>derivations</prov:component>
         <prov:category>qualified</prov:category>
         <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 ].</rdfs:comment>
+        <prov:component>derivations</prov:component>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Quotation"/>
         <prov:unqualifiedForm rdf:resource="&prov;wasQuotedFrom"/>
@@ -538,8 +547,8 @@
     <owl:ObjectProperty rdf:about="&prov;qualifiedResponsibility">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
         <prov:category>qualified</prov:category>
+        <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 ].</rdfs:comment>
         <prov:component>agents-responsibility</prov:component>
-        <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 ].</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Agent"/>
         <rdfs:range rdf:resource="&prov;Responsibility"/>
         <prov:unqualifiedForm rdf:resource="&prov;actedOnBehalfOf"/>
@@ -551,9 +560,9 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedRevision">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
-        <prov:component>derivations</prov:component>
         <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 ].</rdfs:comment>
         <prov:category>qualified</prov:category>
+        <prov:component>derivations</prov:component>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Revision"/>
         <prov:unqualifiedForm rdf:resource="&prov;wasRevisionOf"/>
@@ -565,9 +574,9 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedSource">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
+        <prov:component>derivations</prov:component>
         <prov:category>qualified</prov:category>
         <rdfs:comment>If this Entity prov:hadOriginalSource Entity :e, then it can qualify how using prov:qualifiedSource [ a prov:Source; prov:entity :e; :foo :bar ].</rdfs:comment>
-        <prov:component>derivations</prov:component>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Source"/>
         <prov:unqualifiedForm rdf:resource="&prov;hadOriginalSource"/>
@@ -579,9 +588,9 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedStart">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
-        <rdfs:comment>If this Activity prov:wasStartedBy Agent :ag, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start;  prov:agent :ag; :foo :bar ].</rdfs:comment>
         <prov:category>qualified</prov:category>
         <prov:component>entities-activities</prov:component>
+        <rdfs:comment>If this Activity prov:wasStartedBy Agent :ag, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start;  prov:agent :ag; :foo :bar ].</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Start"/>
         <prov:unqualifiedForm rdf:resource="&prov;wasStartedBy"/>
@@ -608,8 +617,8 @@
     <owl:ObjectProperty rdf:about="&prov;qualifiedTrace">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
         <prov:category>qualified</prov:category>
+        <rdfs:comment>If this prov:wasAttributedTo Entity :e, then it can qualify how using prov:qualifiedTrace [ a prov:Trace;  prov:entity :e; :foo :bar ]. If this prov:wasAttributedTo Activity :a, then it can qualify how using prov:qualifiedTrace [ a prov:Trace;  prov:activity :a; :foo :bar ].</rdfs:comment>
         <prov:component>derivations</prov:component>
-        <rdfs:comment>If this prov:wasAttributedTo Entity :e, then it can qualify how using prov:qualifiedTrace [ a prov:Trace;  prov:entity :e; :foo :bar ]. If this prov:wasAttributedTo Activity :a, then it can qualify how using prov:qualifiedTrace [ a prov:Trace;  prov:activity :a; :foo :bar ].</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Trace"/>
         <prov:unqualifiedForm rdf:resource="&prov;tracedTo"/>
@@ -631,30 +640,18 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov#responsibleForActivity -->
-
-    <owl:ObjectProperty rdf:about="&prov;responsibleForActivity">
-        <rdfs:comment xml:lang="en">An activity for which the responsibility chain holds.</rdfs:comment>
-        <prov:category>qualified</prov:category>
-        <prov:component>entities-activities</prov:component>
-        <rdfs:range rdf:resource="&prov;Activity"/>
-        <rdfs:domain rdf:resource="&prov;Responsibility"/>
-    </owl:ObjectProperty>
-    
-
-
     <!-- http://www.w3.org/ns/prov#specializationOf -->
 
     <owl:ObjectProperty rdf:about="&prov;specializationOf">
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization</prov:prov-n>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Specialization</prov:prov-dm-constraints>
         <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:category>expanded</prov:category>
         <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:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
-        <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:seeAlso rdf:resource="&prov;alternateOf"/>
     </owl:ObjectProperty>
     
@@ -680,9 +677,9 @@
     <owl:ObjectProperty rdf:about="&prov;used">
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+        <prov:category>starting-point</prov:category>
+        <prov:component>entities-activities</prov:component>
         <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:component>entities-activities</prov:component>
-        <prov:category>starting-point</prov:category>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <prov:qualifiedForm rdf:resource="&prov;Usage"/>
@@ -707,9 +704,9 @@
     <!-- http://www.w3.org/ns/prov#wasAssociatedWith -->
 
     <owl:ObjectProperty rdf:about="&prov;wasAssociatedWith">
-        <prov:category>starting-point</prov:category>
         <prov:component>agents-responsibility</prov:component>
         <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:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Agent"/>
         <prov:qualifiedForm rdf:resource="&prov;Association"/>
@@ -722,9 +719,9 @@
     <!-- 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>
         <prov:component>agents-responsibility</prov:component>
-        <prov:definition>Attribution is the ascribing of an entity to an agent.</prov:definition>
         <rdfs:range rdf:resource="&prov;Agent"/>
         <prov:qualifiedForm rdf:resource="&prov;Attribution"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
@@ -745,12 +742,12 @@
     <owl:ObjectProperty rdf:about="&prov;wasDerivedFrom">
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <prov:component>derivations</prov:component>
         <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>
+        <prov:component>derivations</prov:component>
         <prov:qualifiedForm rdf:resource="&prov;Derivation"/>
+        <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
-        <rdfs:range rdf:resource="&prov;Entity"/>
         <prov:qualifiedForm rdf:resource="&prov;qualifiedDerivation"/>
         <rdfs:subPropertyOf rdf:resource="&prov;tracedTo"/>
     </owl:ObjectProperty>
@@ -807,8 +804,8 @@
     <owl:ObjectProperty rdf:about="&prov;wasQuotedFrom">
         <prov:category>expanded</prov:category>
         <prov:component>derivations</prov:component>
+        <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
-        <rdfs:domain rdf:resource="&prov;Entity"/>
         <prov:qualifiedForm rdf:resource="&prov;Quotation"/>
         <prov:qualifiedForm rdf:resource="&prov;qualifiedQuotation"/>
         <rdfs:subPropertyOf rdf:resource="&prov;wasDerivedFrom"/>
@@ -819,10 +816,10 @@
     <!-- http://www.w3.org/ns/prov#wasRevisionOf -->
 
     <owl:ObjectProperty rdf:about="&prov;wasRevisionOf">
-        <prov:category>expanded</prov:category>
         <prov:component>derivations</prov:component>
+        <prov:category>expanded</prov:category>
+        <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
-        <rdfs:range rdf:resource="&prov;Entity"/>
         <prov:qualifiedForm rdf:resource="&prov;Revision"/>
         <prov:qualifiedForm rdf:resource="&prov;qualifiedRevision"/>
         <rdfs:subPropertyOf rdf:resource="&prov;wasDerivedFrom"/>
@@ -833,8 +830,8 @@
     <!-- http://www.w3.org/ns/prov#wasStartedBy -->
 
     <owl:ObjectProperty rdf:about="&prov;wasStartedBy">
+        <prov:component>entities-activities</prov:component>
         <prov:category>expanded</prov:category>
-        <prov:component>entities-activities</prov:component>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <prov:qualifiedForm rdf:resource="&prov;Start"/>
@@ -847,10 +844,10 @@
     <!-- http://www.w3.org/ns/prov#wasStartedByActivity -->
 
     <owl:ObjectProperty rdf:about="&prov;wasStartedByActivity">
-        <prov:component>entities-activities</prov:component>
         <prov:category>starting-point</prov:category>
+        <prov:component>entities-activities</prov:component>
+        <rdfs:range rdf:resource="&prov;Activity"/>
         <rdfs:domain rdf:resource="&prov;Activity"/>
-        <rdfs:range rdf:resource="&prov;Activity"/>
         <prov:qualifiedForm rdf:resource="&prov;StartByActivity"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involved"/>
         <prov:qualifiedForm rdf:resource="&prov;qualifiedStartByActivity"/>
@@ -897,8 +894,8 @@
 
     <owl:DatatypeProperty rdf:about="&prov;key">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <prov:category>collections</prov:category>
         <prov:component>collections</prov:component>
-        <prov:category>collections</prov:category>
         <rdfs:range rdf:resource="&rdfs;Literal"/>
         <rdfs:domain rdf:resource="&prov;KeyValuePair"/>
     </owl:DatatypeProperty>
@@ -952,8 +949,10 @@
         <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:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#FurtherConsiderations</prov:prov-dm>
         <prov:editorialNote xml:lang="en">Accounts expressed in PROV-O (i.e. RDF) may be modeled using:
 
 :account1
@@ -971,8 +970,6 @@
 
 (sd : http://www.w3.org/ns/sparql-service-description#)
 (void : http://rdfs.org/ns/void#)</prov:editorialNote>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#account</prov:prov-n>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#account-constraints</prov:prov-dm-constraints>
     </owl:Class>
     
 
@@ -983,11 +980,11 @@
         <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:category>starting-point</prov:category>
         <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>
+        <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>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity</prov:prov-n>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Activity</prov:prov-dm-constraints>
     </owl:Class>
     
 
@@ -1011,10 +1008,10 @@
         <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:component>agents-responsibility</prov:component>
         <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>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent</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>
     
@@ -1025,8 +1022,8 @@
     <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:comment>prov:AgentInvolvement provides descriptions of any binary involvement between any instance and an prov:Agent.</rdfs:comment>
         <rdfs:seeAlso rdf:resource="&prov;agent"/>
     </owl:Class>
     
@@ -1037,13 +1034,13 @@
     <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 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>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-ActivityAssociation</prov:prov-dm>
         <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: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:unqualifiedForm rdf:resource="&prov;wasAssociatedWith"/>
     </owl:Class>
     
@@ -1054,13 +1051,13 @@
     <owl:Class rdf:about="&prov;Attribution">
         <rdfs:label>Attribution</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;AgentInvolvement"/>
-        <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: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:definition>Attribution is the ascribing of an entity to an agent.</prov:definition>
-        <prov:component>agents-responsibility</prov:component>
         <prov:category>qualified</prov:category>
         <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>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution</prov:prov-dm>
+        <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>
     
@@ -1071,16 +1068,16 @@
     <owl:Class rdf:about="&prov;Collection">
         <rdfs:label>Collection</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Entity"/>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection</prov:prov-dm>
         <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#concept-collection</prov:prov-dm>
-        <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-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:category>collections</prov:category>
-        <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: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>
     
 
@@ -1089,8 +1086,8 @@
 
     <owl:Class rdf:about="&prov;CollectionInvolvement">
         <rdfs:subClassOf rdf:resource="&prov;Involvement"/>
+        <prov:category>collections</prov:category>
         <prov:component>collections</prov:component>
-        <prov:category>collections</prov:category>
     </owl:Class>
     
 
@@ -1100,10 +1097,10 @@
     <owl:Class rdf:about="&prov;Communication">
         <rdfs:label>Communication</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;ActivityInvolvement"/>
-        <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:component>entities-activities</prov:component>
         <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>
@@ -1117,13 +1114,13 @@
     <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>
-        <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: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:component>derivations</prov:component>
+        <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: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-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#Derivation-Relation</prov:prov-dm>
+        <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>
     
@@ -1145,14 +1142,14 @@
         <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>
         <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:category>qualified</prov:category>
-        <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:component>entities-activities</prov:component>
-        <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:unqualifiedForm rdf:resource="&prov;wasEndedBy"/>
     </owl:Class>
     
@@ -1163,10 +1160,10 @@
     <owl:Class rdf:about="&prov;Entity">
         <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:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Entity</prov:prov-dm-constraints>
-        <prov:component>entities-activities</prov:component>
         <prov:category>starting-point</prov:category>
     </owl:Class>
     
@@ -1190,13 +1187,13 @@
         <rdfs:label>Generation</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;ActivityInvolvement"/>
         <rdfs:subClassOf rdf:resource="&prov;InstantaneousEvent"/>
-        <prov:component>entities-activities</prov:component>
-        <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: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-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation</prov:prov-dm>
-        <prov:category>qualified</prov:category>
         <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>
+        <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>
@@ -1208,11 +1205,11 @@
     <owl:Class rdf:about="&prov;Insertion">
         <rdfs:label>Insertion</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;CollectionInvolvement"/>
-        <prov:definition>Insertion is a derivation that transforms a collection into another, by insertion of one or more key-value pairs.</prov:definition>
+        <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-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-collection-insertion</prov:prov-n>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-insertion</prov:prov-dm>
         <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:definition>Insertion is a derivation that transforms a collection into another, by insertion of one or more key-value pairs.</prov:definition>
         <prov:category>collections</prov:category>
         <prov:unqualifiedForm rdf:resource="&prov;derivedByInsertionFrom"/>
     </owl:Class>
@@ -1223,12 +1220,12 @@
 
     <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>
-        <prov:prov-n></prov:prov-n>
-        <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-dm></prov:prov-dm>
-        <prov:component>entities-activities</prov:component>
     </owl:Class>
     
 
@@ -1248,8 +1245,8 @@
     <!-- http://www.w3.org/ns/prov#KeyValuePair -->
 
     <owl:Class rdf:about="&prov;KeyValuePair">
+        <rdfs:comment xml:lang="en">A key-value pair. Part of a prov:Collection through prov:Membership. The key is any RDF Literal, the value is a prov:Entity.</rdfs:comment>
         <prov:category>collections</prov:category>
-        <rdfs:comment xml:lang="en">A key-value pair. Part of a prov:Collection through prov:Membership. The key is any RDF Literal, the value is a prov:Entity.</rdfs:comment>
     </owl:Class>
     
 
@@ -1258,10 +1255,10 @@
 
     <owl:Class rdf:about="&prov;Location">
         <rdfs:label>Location</rdfs:label>
-        <prov:category>expanded</prov:category>
+        <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>
         <prov:prov-dm-constraints></prov:prov-dm-constraints>
-        <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-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>
@@ -1271,9 +1268,9 @@
     <!-- http://www.w3.org/ns/prov#Membership -->
 
     <owl:Class rdf:about="&prov;Membership">
-        <prov:component>collections</prov:component>
         <rdfs:comment xml:lang="en">Described members of a collection, in the form of key-value pairs. The Membership resource can also be annotated with attributes.</rdfs:comment>
         <prov:category>collections</prov:category>
+        <prov:component>collections</prov:component>
         <prov:unqualifiedForm rdf:resource="&prov;knownMembership"/>
     </owl:Class>
     
@@ -1283,13 +1280,13 @@
 
     <owl:Class rdf:about="&prov;Note">
         <rdfs:label>Note</rdfs:label>
+        <prov:category>expanded</prov:category>
+        <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:category>expanded</prov:category>
+        <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>
-        <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:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-note</prov:prov-n>
-        <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:definition>Attribute-value pairs occurring in notes are application specific.</prov:definition>
         <rdfs:seeAlso rdf:resource="&prov;hasAnnotation"/>
     </owl:Class>
     
@@ -1300,11 +1297,11 @@
     <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:definition>Agents of type Organization are social institutions such as companies, societies etc.</prov:definition>
+        <prov:category>expanded</prov:category>
         <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:category>expanded</prov:category>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov:prov-dm>
     </owl:Class>
     
@@ -1315,12 +1312,12 @@
     <owl:Class rdf:about="&prov;Person">
         <rdfs:label>Person</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Agent"/>
-        <prov:prov-dm-constraints></prov:prov-dm-constraints>
-        <prov:definition>Agents of type Person are people.</prov:definition>
+        <prov:category>expanded</prov:category>
         <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:category>expanded</prov:category>
         <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>
     
 
@@ -1330,13 +1327,13 @@
     <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>
         <prov:component>agents-responsibility</prov:component>
-        <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>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</prov:prov-n>
-        <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-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association</prov:prov-dm-constraints>
     </owl:Class>
     
 
@@ -1346,13 +1343,13 @@
     <owl:Class rdf:about="&prov;Quotation">
         <rdfs:label>Quotation</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
+        <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>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation</prov:prov-n>
+        <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:component>derivations</prov:component>
-        <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: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:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation</prov:prov-dm>
+        <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>
     
@@ -1363,11 +1360,11 @@
     <owl:Class rdf:about="&prov;Removal">
         <rdfs:label>Removal</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;CollectionInvolvement"/>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-collection-removal</prov:prov-n>
+        <prov:definition>Removal is a derivation that transforms a collection into another, by removing one or more key-value pairs.</prov:definition>
         <prov:category>collections</prov:category>
-        <prov:definition>Removal is a derivation that transforms a collection into another, by removing one or more key-value pairs.</prov:definition>
+        <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:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection</prov:prov-dm-constraints>
         <prov:component>collections</prov:component>
         <prov:unqualifiedForm rdf:resource="&prov;derivedByRemovalFrom"/>
     </owl:Class>
@@ -1379,13 +1376,13 @@
     <owl:Class rdf:about="&prov;Responsibility">
         <rdfs:label>Responsibility</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;AgentInvolvement"/>
-        <prov:category>qualified</prov:category>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-responsibility</prov:prov-n>
         <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>
         <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-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-responsibility</prov:prov-dm>
+        <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>
     
@@ -1397,12 +1394,12 @@
         <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:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Revision</prov:prov-dm>
+        <prov:component>derivations</prov:component>
         <prov:category>qualified</prov:category>
+        <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-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision</prov:prov-n>
-        <prov:definition>A revision is a derivation that revises an entity into a revised version.</prov:definition>
-        <prov:component>derivations</prov:component>
+        <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>
     
@@ -1412,12 +1409,12 @@
 
     <owl:Class rdf:about="&prov;Role">
         <rdfs:label>Role</rdfs:label>
+        <prov:category>qualified</prov:category>
+        <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:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role</prov:prov-dm>
         <prov:component>agents-responsibility</prov:component>
-        <prov:prov-n></prov:prov-n>
-        <prov:category>qualified</prov:category>
         <rdfs:seeAlso rdf:resource="&prov;hadRole"/>
     </owl:Class>
     
@@ -1428,11 +1425,11 @@
     <owl:Class rdf:about="&prov;SoftwareAgent">
         <rdfs:label>SoftwareAgent</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Agent"/>
-        <prov:category>expanded</prov:category>
-        <prov:component>agents-responsibility</prov:component>
+        <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: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:category>expanded</prov:category>
         <prov:definition>A software agent is running software.</prov:definition>
     </owl:Class>
     
@@ -1443,12 +1440,12 @@
     <owl:Class rdf:about="&prov;Source">
         <rdfs:label>Source</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
-        <prov:definition>An original source refers to the source material that is closest to the person, information, period, or idea being studied.</prov:definition>
-        <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: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>
         <prov:component>derivations</prov:component>
-        <prov:category>qualified</prov:category>
         <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>
@@ -1461,14 +1458,14 @@
         <rdfs:label>Start</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;AgentInvolvement"/>
         <rdfs:subClassOf rdf:resource="&prov;InstantaneousEvent"/>
+        <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>
         <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#types-of-events</prov:prov-dm-constraints>
         <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:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start</prov:prov-dm>
-        <prov:component>entities-activities</prov:component>
-        <prov:definition>An activity start event is the instantaneous event that marks the instant an activity starts.</prov:definition>
         <prov:unqualifiedForm rdf:resource="&prov;wasStartedBy"/>
     </owl:Class>
     
@@ -1479,14 +1476,14 @@
     <owl:Class rdf:about="&prov;StartByActivity">
         <rdfs:label>StartByActivity</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;ActivityInvolvement"/>
-        <prov:category>qualified</prov:category>
-        <prov:definition>Start by Activity is the start of an activity with an implicit trigger generated by another activity.</prov:definition>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-startByActivity</prov:prov-n>
+        <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>
         <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: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: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:component>entities-activities</prov:component>
+        <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>
     
@@ -1500,10 +1497,10 @@
         <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>
+        <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:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-traceability</prov:prov-dm-constraints>
-        <prov:category>qualified</prov:category>
         <prov:unqualifiedForm rdf:resource="&prov;tracedTo"/>
     </owl:Class>
     
@@ -1515,14 +1512,14 @@
         <rdfs:label>Usage</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
         <rdfs:subClassOf rdf:resource="&prov;InstantaneousEvent"/>
-        <prov:component>entities-activities</prov:component>
-        <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#types-of-events</prov:prov-dm-constraints>
         <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>
+        <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>
-        <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:category>qualified</prov:category>
         <prov:unqualifiedForm rdf:resource="&prov;used"/>
     </owl:Class>
     
@@ -1543,17 +1540,17 @@
 
     <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>
-        <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>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</prov:prov-n>
-        <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-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association</prov:prov-dm-constraints>
     </owl:NamedIndividual>
 </rdf:RDF>
 
 
 
-<!-- Generated by the OWL API (version 3.2.3.22702) http://owlapi.sourceforge.net -->
+<!-- Generated by the OWL API (version 3.1.0.20069) http://owlapi.sourceforge.net -->