links to dm
authorTim L <lebot@rpi.edu>
Sat, 30 Jun 2012 18:59:35 -0400
changeset 3538 8c1a460c0ff4
parent 3537 e3267c63900f
child 3539 0f2f43f3f826
links to dm
ontology/ProvenanceOntology.owl
ontology/prov.ttl
--- a/ontology/ProvenanceOntology.owl	Sat Jun 30 18:44:55 2012 -0400
+++ b/ontology/ProvenanceOntology.owl	Sat Jun 30 18:59:35 2012 -0400
@@ -74,10 +74,6 @@
     <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#category">
         <rdfs:comment xml:lang="en">Classify prov-o terms into three categories, including &#39;starting-point&#39;, &#39;qualifed&#39;, and &#39;extended&#39;. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. </rdfs:comment>
     </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#prov-dm-constraints">
-        <rdfs:comment xml:lang="en">A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept.</rdfs:comment>
-        <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
-    </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="&rdfs;isDefinedBy"/>
     <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#editorsDefinition">
         <rdfs:comment xml:lang="en">When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one.</rdfs:comment>
@@ -107,6 +103,10 @@
 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="http://www.w3.org/ns/prov#prov-constraints">
+        <rdfs:comment xml:lang="en">A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept.</rdfs:comment>
+        <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
+    </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#todo"/>
     
 
@@ -151,10 +151,10 @@
     <!-- http://www.w3.org/ns/prov#activity -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#activity">
+        <inverse>activityOfInfluence</inverse>
+        <category>qualified</category>
         <rdfs:comment xml:lang="en">The property used by an prov:ActivityInfluence to cite the prov:Activity that was involved with either an Activity or Entity. It can be used to refer to the activity involved in generating an entity, informing another activity, or starting another activity.</rdfs:comment>
         <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</editorialNote>
-        <inverse>activityOfInfluence</inverse>
-        <category>qualified</category>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
         <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
@@ -182,13 +182,13 @@
     <!-- http://www.w3.org/ns/prov#alternateOf -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#alternateOf">
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Alternate</prov-dm-constraints>
         <category>expanded</category>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate</prov-n>
         <component>alternate</component>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate</prov-dm>
         <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.</definition>
         <rdfs:comment 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.</rdfs:comment>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Alternate</prov-constraints>
         <inverse>alternateOf</inverse>
         <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
@@ -212,11 +212,11 @@
     <!-- http://www.w3.org/ns/prov#atLocation -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#atLocation">
+        <editorialNote>The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Influence classes.</editorialNote>
         <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).</editorialNote>
         <rdfs:comment xml:lang="en">The Location of any resource.</rdfs:comment>
         <inverse>locationOf</inverse>
         <category>expanded</category>
-        <editorialNote>The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Influence classes.</editorialNote>
         <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Location"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Location"/>
         <rdfs:domain>
@@ -241,8 +241,8 @@
         <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</editorialNote>
         <category>qualified</category>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
     </owl:ObjectProperty>
     
@@ -269,9 +269,9 @@
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadActivity">
         <component>derivations</component>
         <category>qualified</category>
+        <rdfs:comment xml:lang="en">The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead).</rdfs:comment>
         <inverse>wasActivityOfInfluence</inverse>
         <editorialNote>The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL.</editorialNote>
-        <rdfs:comment xml:lang="en">The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead).</rdfs:comment>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
@@ -450,9 +450,9 @@
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#influencer">
         <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>
+        <editorsDefinition xml:lang="en">The rdf:object of the (binary) prov:involved relation (triple) that this Influence is qualifying (reifying) for further description (as an n-ary relation).</editorsDefinition>
         <category>qualified</category>
         <inverse>involvement</inverse>
-        <editorsDefinition xml:lang="en">The rdf:object of the (binary) prov:involved relation (triple) that this Influence is qualifying (reifying) for further description (as an n-ary relation).</editorsDefinition>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
     </owl:ObjectProperty>
     
@@ -684,12 +684,12 @@
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#specializationOf">
         <component>alternate</component>
         <category>expanded</category>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Specialization</prov-constraints>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization</prov-dm>
         <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.</definition>
         <inverse>generalizationOf</inverse>
         <rdfs:comment xml:lang="en">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.</rdfs:comment>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization</prov-n>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Specialization</prov-dm-constraints>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#alternateOf"/>
@@ -757,8 +757,8 @@
         </owl:propertyChainAxiom>
     </owl:ObjectProperty>
     <owl:Axiom>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#traceability-inference</prov-constraints>
         <rdfs:comment>Attribution is a particular case of trace (see http://www.w3.org/TR/prov-dm/#concept-trace), in the sense that it links an entity to the agent that ascribed it.</rdfs:comment>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#traceability-inference</prov-dm-constraints>
         <definition>IF wasAttributedTo(e2,ag1,aAttr) holds, THEN wasInfluencedBy(e2,ag1) also holds. </definition>
         <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
         <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
@@ -937,7 +937,7 @@
     </owl:ObjectProperty>
     <owl:Axiom>
         <rdfs:comment>Revision is a derivation (see http://www.w3.org/TR/prov-dm/#term-Revision). Moreover, according to 
-http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Revision 23 April 2012 &#39;wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.&#39;</rdfs:comment>
+http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Revision 23 April 2012 &#39;wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.&#39;</rdfs:comment>
         <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
         <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
         <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
@@ -981,9 +981,9 @@
 
     <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#atTime">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:comment>The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime. This property is predominantly used on Influences such as Generation, Usage, and Invalidation.</rdfs:comment>
         <component>entities-activities</component>
         <category>qualified</category>
-        <rdfs:comment>The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime. This property is predominantly used on Influences such as Generation, Usage, and Invalidation.</rdfs:comment>
         <rdfs:range rdf:resource="&xsd;dateTime"/>
         <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
@@ -1072,14 +1072,14 @@
     <!-- http://www.w3.org/ns/prov#value -->
 
     <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#value">
-        <prov-dm-constraints></prov-dm-constraints>
         <category>expanded</category>
         <editorialNote>The editor&#39;s definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue</editorialNote>
         <editorialNote>This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, &#39;may be used in describing structured values&#39;).</editorialNote>
         <component>entities-activities</component>
-        <rdfs:comment xml:lang="en">Provides a value for an Entity.</rdfs:comment>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value</prov-dm>
         <prov-n></prov-n>
+        <prov-constraints></prov-constraints>
+        <rdfs:comment xml:lang="en">Provides a value for an Entity.</rdfs:comment>
         <editorsDefinition xml:lang="en">The main value (if there is one) of a structured value.</editorsDefinition>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
     </owl:DatatypeProperty>
@@ -1108,12 +1108,12 @@
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Activity">
         <rdfs:label>Activity</rdfs:label>
         <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <prov-dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-entity-activity</prov-dm>
+        <prov-dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Activity</prov-dm>
         <component>entities-activities</component>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity</prov-n>
         <rdfs:comment xml:lang="en">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.</rdfs:comment>
         <category>starting-point</category>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Activity</prov-dm-constraints>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#activity-constraints</prov-constraints>
         <definition>An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.</definition>
     </owl:Class>
     
@@ -1131,8 +1131,8 @@
             </owl:Restriction>
         </rdfs:subClassOf>
         <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <editorsDefinition xml:lang="en">prov:ActivityInfluence provides descriptions of any binary involvement between any instance and an prov:Activity. The property prov:activity is used to reference the object of the triple being described.</editorsDefinition>
         <category>qualified</category>
-        <editorsDefinition xml:lang="en">prov:ActivityInfluence provides descriptions of any binary involvement between any instance and an prov:Activity. The property prov:activity is used to reference the object of the triple being described.</editorsDefinition>
         <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#activity"/>
     </owl:Class>
     
@@ -1143,13 +1143,13 @@
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Agent">
         <rdfs:label>Agent</rdfs:label>
         <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Agent</prov-dm-constraints>
-        <definition xml:lang="en">An agent is something that bears some form of responsibility for an activity taking place or for the existence of an entity.</definition>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent</prov-n>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Agent</prov-constraints>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</prov-dm>
         <category>starting-point</category>
         <rdfs:comment xml:lang="en">An agent is a type of entity that bears some form of responsibility for an activity taking place.</rdfs:comment>
+        <definition xml:lang="en">An agent is something that bears some form of responsibility for an activity taking place or for the existence of an entity.</definition>
         <component>agents-responsibility</component>
-        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov-dm>
     </owl:Class>
     
 
@@ -1175,9 +1175,9 @@
         <component>agents-responsibility</component>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-ActivityAssociation</prov-dm>
         <category>qualified</category>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Association</prov-constraints>
         <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.</definition>
         <rdfs:comment xml:lang="en">An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that is responsible for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualified [ a prov:Association; prov:agent :baker; :foo :bar ].</rdfs:comment>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association</prov-dm-constraints>
         <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
     </owl:Class>
     
@@ -1193,8 +1193,8 @@
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution</prov-n>
         <category>qualified</category>
         <rdfs:comment xml:lang="en">An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that is responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualified [ a prov:Attribution; prov:entity :baker; :foo :bar ].</rdfs:comment>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#recod-attribution</prov-dm-constraints>
         <component>agents-responsibility</component>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#recod-attribution</prov-constraints>
         <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
     </owl:Class>
     
@@ -1224,8 +1224,8 @@
 (sd : http://www.w3.org/ns/sparql-service-description#)
 (void : http://rdfs.org/ns/void#)</editorialNote>
         <category>expanded</category>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#account-constraints</prov-constraints>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#FurtherConsiderations</prov-dm>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#account-constraints</prov-dm-constraints>
         <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-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#account</prov-n>
     </owl:Class>
@@ -1255,7 +1255,7 @@
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
         <category>qualified</category>
         <rdfs:comment xml:lang="en">An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:entity :everyone_else_jumping_off_bridge; :foo :bar ].</rdfs:comment>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Communication</prov-dm-constraints>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Communication</prov-constraints>
         <component>entities-activities</component>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-wasInformedBy</prov-dm>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy</prov-n>
@@ -1275,7 +1275,7 @@
         <rdfs:comment xml:lang="en">An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ].</rdfs:comment>
         <definition>Delegation is the assignment of authority and responsibility to an agent (by itself or by another agent) to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work. </definition>
         <component>agents-responsibility</component>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Responsibility TODO</prov-dm-constraints>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Responsibility TODO</prov-constraints>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-delegation</prov-dm>
         <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#actedOnBehalfOf"/>
     </owl:Class>
@@ -1288,10 +1288,10 @@
         <rdfs:label>Derivation</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
         <component>derivations</component>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#Derivation-Relation</prov-constraints>
         <rdfs:comment xml:lang="en">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>
         <category>qualified</category>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#Derivation-Relation</prov-dm>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#Derivation-Relation</prov-dm-constraints>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#Derivation-Relation</prov-n>
         <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.</definition>
         <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
@@ -1305,9 +1305,9 @@
         <rdfs:label>End</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov-dm-constraints>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#types-of-events</prov-constraints>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-End</prov-dm>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-End</prov-dm-constraints>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-End</prov-constraints>
         <category>qualified</category>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-End</prov-n>
         <definition>An activity end event is the instantaneous event that marks the instant an activity ends.</definition>
@@ -1326,7 +1326,7 @@
         <prov-dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-entity-activity</prov-dm>
         <component>entities-activities</component>
         <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.</definition>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Entity</prov-dm-constraints>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Entity</prov-constraints>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Entity</prov-n>
         <category>starting-point</category>
         <rdfs:comment 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.</rdfs:comment>
@@ -1352,11 +1352,11 @@
         <rdfs:label>Generation</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Generation</prov-dm-constraints>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#types-of-events</prov-constraints>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation</prov-n>
         <rdfs:comment xml:lang="en">An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ].</rdfs:comment>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov-dm-constraints>
         <category>qualified</category>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Generation</prov-constraints>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation</prov-dm>
         <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.</definition>
         <component>entities-activities</component>
@@ -1368,15 +1368,15 @@
     <!-- http://www.w3.org/ns/prov#Influence -->
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Influence">
+        <rdfs:label>Influence</rdfs:label>
         <rdfs:label xml:lang="en">Influence</rdfs:label>
-        <rdfs:label>Influence</rdfs:label>
         <category>qualified</category>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-traceability</prov-dm>
-        <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:Influence. Instances of prov:Influence 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:Influence) of the binary involvement implies the assertion of the binary involvement.</rdfs:comment>
         <definition>Influenceability is the ability to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed.</definition>
         <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.</editorialNote>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-traceability</prov-dm-constraints>
+        <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:Influence. Instances of prov:Influence 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:Influence) of the binary involvement implies the assertion of the binary involvement.</rdfs:comment>
         <component>derivations</component>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-traceability</prov-constraints>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-traceability</prov-n>
         <rdfs:comment xml:lang="en">An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some prov:Entity to some other prov:Element. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualified [ a prov:Influence; prov:entity :spoon; :foo :bar ].</rdfs:comment>
         <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#involved"/>
@@ -1390,12 +1390,12 @@
     <owl:Class rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent">
         <rdfs:label>InstantaneousEvent</rdfs:label>
         <prov-n></prov-n>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#event-ordering</prov-constraints>
         <component>entities-activities</component>
         <prov-dm></prov-dm>
         <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.</definition>
         <rdfs:comment xml:lang="en">An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term &#39;event&#39; is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.</rdfs:comment>
         <category>qualified</category>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#event-ordering</prov-dm-constraints>
     </owl:Class>
     
 
@@ -1409,7 +1409,7 @@
         <component>entities-activities</component>
         <category>qualified</category>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation</prov-dm>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#dfn-invalidation-event</prov-dm-constraints>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#dfn-invalidation-event</prov-constraints>
         <definition>Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use after invalidation. Any generation or usage of an entity precedes its invalidation.</definition>
     </owl:Class>
     
@@ -1422,9 +1422,9 @@
         <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.</definition>
         <prov-n></prov-n>
         <category>expanded</category>
-        <prov-dm-constraints></prov-dm-constraints>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location</prov-dm>
+        <prov-constraints></prov-constraints>
         <rdfs:comment xml:lang="en">A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.</rdfs:comment>
-        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location</prov-dm>
         <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#hadLocation"/>
     </owl:Class>
     
@@ -1436,10 +1436,10 @@
         <rdfs:label>Organization</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
         <definition>Agents of type Organization are social institutions such as companies, societies etc.</definition>
-        <prov-dm-constraints></prov-dm-constraints>
         <rdfs:comment xml:lang="en">Agents of type Organization are social institutions such as companies, societies etc.</rdfs:comment>
         <category>expanded</category>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</prov-n>
+        <prov-constraints></prov-constraints>
         <component>agents-responsibility</component>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov-dm>
     </owl:Class>
@@ -1452,12 +1452,12 @@
         <rdfs:label>Person</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
         <category>expanded</category>
+        <prov-constraints></prov-constraints>
+        <rdfs:comment xml:lang="en">Agents of type Person are people.</rdfs:comment>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</prov-n>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov-dm>
         <component>agents-responsibility</component>
         <definition>Agents of type Person are people.</definition>
-        <prov-dm-constraints></prov-dm-constraints>
-        <rdfs:comment xml:lang="en">Agents of type Person are people.</rdfs:comment>
     </owl:Class>
     
 
@@ -1467,9 +1467,9 @@
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Plan">
         <rdfs:label>Plan</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association</prov-dm-constraints>
         <definition>A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.</definition>
         <rdfs:comment xml:lang="en">There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations.</rdfs:comment>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Association</prov-constraints>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</prov-n>
         <category>qualified</category>
         <prov-dm>http://www.w3.org/TR/prov-dm/#association.plan</prov-dm>
@@ -1498,8 +1498,8 @@
         <component>derivations</component>
         <category>qualified</category>
         <rdfs:comment xml:lang="en">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-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-quotation</prov-constraints>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation</prov-dm>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-quotation</prov-dm-constraints>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation</prov-n>
         <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
     </owl:Class>
@@ -1511,7 +1511,7 @@
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Revision">
         <rdfs:label>Revision</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Revision</prov-dm-constraints>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Revision</prov-constraints>
         <component>derivations</component>
         <category>qualified</category>
         <definition>A revision is a derivation that revises an entity into a revised version.</definition>
@@ -1529,8 +1529,8 @@
         <rdfs:label>Role</rdfs:label>
         <category>qualified</category>
         <prov-n></prov-n>
+        <prov-constraints></prov-constraints>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role</prov-dm>
-        <prov-dm-constraints></prov-dm-constraints>
         <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.</definition>
         <rdfs:comment xml:lang="en">A Role is the function of an entity with respect to an activity, in the context of a usage, generation, association, start, and end.</rdfs:comment>
         <component>agents-responsibility</component>
@@ -1546,9 +1546,9 @@
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</prov-n>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov-dm>
-        <prov-dm-constraints></prov-dm-constraints>
         <rdfs:comment xml:lang="en">A software agent is running software.</rdfs:comment>
         <component>agents-responsibility</component>
+        <prov-constraints></prov-constraints>
         <category>expanded</category>
         <definition>A software agent is running software.</definition>
     </owl:Class>
@@ -1560,9 +1560,9 @@
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Source">
         <rdfs:label>Source</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-orignal-source</prov-constraints>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source</prov-n>
         <definition>An original source refers to the source material that is closest to the person, information, period, or idea being studied.</definition>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-orignal-source</prov-dm-constraints>
         <rdfs:comment xml:lang="en">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>
         <category>qualified</category>
         <component>derivations</component>
@@ -1579,12 +1579,12 @@
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
         <definition>An activity start event is the instantaneous event that marks the instant an activity starts.</definition>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov-dm-constraints>
         <component>entities-activities</component>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#types-of-events</prov-constraints>
         <rdfs:comment xml:lang="en">An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualified [ a prov:Usage; prov:entity :bang; :foo :bar; prov:atTime &#39;2012-03-09T08:05:08-05:00&#39;^^xsd:dateTime ].</rdfs:comment>
         <category>qualified</category>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Start</prov-constraints>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start</prov-n>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Start</prov-dm-constraints>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start</prov-dm>
         <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasStartedBy"/>
     </owl:Class>
@@ -1601,9 +1601,9 @@
         <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.</definition>
         <category>qualified</category>
         <component>entities-activities</component>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov-dm-constraints>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#types-of-events</prov-constraints>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage</prov-dm>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Usage</prov-dm-constraints>
+        <prov-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Usage</prov-constraints>
         <rdfs:comment xml:lang="en">An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualified [ a prov:Usage; prov:entity :podium; :foo :bar ].</rdfs:comment>
         <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#used"/>
     </owl:Class>
--- a/ontology/prov.ttl	Sat Jun 30 18:44:55 2012 -0400
+++ b/ontology/prov.ttl	Sat Jun 30 18:59:35 2012 -0400
@@ -45,8 +45,8 @@
     :category "starting-point" ;
     :component "entities-activities" ;
     :definition "An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities." ;
-    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-entity-activity"^^xsd:anyURI ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Activity" ;
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#activity-constraints" ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Activity"^^xsd:anyURI ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity" .
 
 :ActivityInfluence
@@ -70,8 +70,8 @@
     :category "starting-point" ;
     :component "agents-responsibility" ;
     :definition "An agent is something that bears some form of responsibility for an activity taking place or for the existence of an entity."@en ;
-    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Agent" ;
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Agent" ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent" .
 
 :AgentInfluence
@@ -90,8 +90,8 @@
     :category "qualified" ;
     :component "agents-responsibility" ;
     :definition "An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity." ;
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Association" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-ActivityAssociation" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association" ;
     :unqualifiedForm :wasAssociatedWith .
 
@@ -103,8 +103,8 @@
     :category "qualified" ;
     :component "agents-responsibility" ;
     :definition "Attribution is the ascribing of an entity to an agent." ;
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#recod-attribution" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#recod-attribution" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution" ;
     :unqualifiedForm :wasAttributedTo .
 
@@ -132,8 +132,8 @@
 
 (sd : http://www.w3.org/ns/sparql-service-description#)
 (void : http://rdfs.org/ns/void#)"""@en ;
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#account-constraints" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#FurtherConsiderations" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#account-constraints" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#account" .
 
 :Collection
@@ -156,8 +156,8 @@
     :category "qualified" ;
     :component "entities-activities" ;
     :definition "Communication is the exchange of an entity by two activities, one activity using the entity generated by the other." ;
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Communication" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-wasInformedBy" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Communication" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy" ;
     :unqualifiedForm :wasInformedBy .
 
@@ -169,8 +169,8 @@
     :category "qualified" ;
     :component "agents-responsibility" ;
     :definition "Delegation is the assignment of authority and responsibility to an agent (by itself or by another agent) to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work. " ;
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Responsibility TODO" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-delegation" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Responsibility TODO" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-responsibility TODO" ;
     :unqualifiedForm :actedOnBehalfOf .
 
@@ -182,8 +182,8 @@
     :category "qualified" ;
     :component "derivations" ;
     :definition "A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one." ;
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#Derivation-Relation" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#Derivation-Relation" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#Derivation-Relation" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#Derivation-Relation" ;
     :unqualifiedForm :wasDerivedFrom .
 
@@ -195,8 +195,8 @@
     :category "qualified" ;
     :component "entities-activities" ;
     :definition "An activity end event is the instantaneous event that marks the instant an activity ends." ;
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-End", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#types-of-events" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-End" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-End", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-End" ;
     :unqualifiedForm :wasEndedBy .
 
@@ -208,8 +208,8 @@
     :category "starting-point" ;
     :component "entities-activities" ;
     :definition "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."@en ;
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Entity" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-entity-activity"^^xsd:anyURI ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Entity" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Entity" .
 
 :EntityInfluence
@@ -228,8 +228,8 @@
     :category "qualified" ;
     :component "entities-activities" ;
     :definition "An entity generation event is the instantaneous event that marks the final instant of an entity's creation timespan, after which it is no longer available for use." ;
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Generation", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#types-of-events" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Generation", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation" ;
     :unqualifiedForm :wasGeneratedBy .
 
@@ -241,8 +241,8 @@
     :component "derivations" ;
     :definition "Influenceability is the ability to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed." ;
     :editorialNote "For simplicity, the hierarchy 'stops' 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-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-traceability" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-traceability" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-traceability" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-traceability" ;
     :unqualifiedForm :involved, :wasInfluencedBy .
 
@@ -253,8 +253,8 @@
     :category "qualified" ;
     :component "entities-activities" ;
     :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 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous." ;
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#event-ordering" ;
     :prov-dm "" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#event-ordering" ;
     :prov-n "" .
 
 :Invalidation
@@ -263,8 +263,8 @@
     :category "qualified" ;
     :component "entities-activities" ;
     :definition "Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use after invalidation. Any generation or usage of an entity precedes its invalidation." ;
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#dfn-invalidation-event" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#dfn-invalidation-event" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Invalidation" .
 
 :Location
@@ -274,8 +274,8 @@
     rdfs:seeAlso :hadLocation ;
     :category "expanded" ;
     :definition "A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth." ;
+    :prov-constraints "" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location" ;
-    :prov-dm-constraints "" ;
     :prov-n "" .
 
 :Organization
@@ -286,8 +286,8 @@
     :category "expanded" ;
     :component "agents-responsibility" ;
     :definition "Agents of type Organization are social institutions such as companies, societies etc." ;
+    :prov-constraints "" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent" ;
-    :prov-dm-constraints "" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types" .
 
 :Person
@@ -298,8 +298,8 @@
     :category "expanded" ;
     :component "agents-responsibility" ;
     :definition "Agents of type Person are people." ;
+    :prov-constraints "" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent" ;
-    :prov-dm-constraints "" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types" .
 
 :Plan
@@ -310,8 +310,8 @@
     :category "qualified" ;
     :component "agents-responsibility" ;
     :definition "A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals." ;
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Association" ;
     :prov-dm "http://www.w3.org/TR/prov-dm/#association.plan" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association" .
 
 :ProvenanceService
@@ -329,8 +329,8 @@
     :category "qualified" ;
     :component "derivations" ;
     :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-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-quotation" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-quotation" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation" ;
     :unqualifiedForm :wasQuotedFrom .
 
@@ -342,8 +342,8 @@
     :category "qualified" ;
     :component "derivations" ;
     :definition "A revision is a derivation that revises an entity into a revised version." ;
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Revision" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Revision" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Revision" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision" ;
     :unqualifiedForm :wasRevisionOf .
 
@@ -355,8 +355,8 @@
     :category "qualified" ;
     :component "agents-responsibility" ;
     :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-constraints "" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role" ;
-    :prov-dm-constraints "" ;
     :prov-n "" .
 
 :SoftwareAgent
@@ -367,8 +367,8 @@
     :category "expanded" ;
     :component "agents-responsibility" ;
     :definition "A software agent is running software." ;
+    :prov-constraints "" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent" ;
-    :prov-dm-constraints "" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types" .
 
 :Source
@@ -379,8 +379,8 @@
     :category "qualified" ;
     :component "derivations" ;
     :definition "An original source refers to the source material that is closest to the person, information, period, or idea being studied." ;
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-orignal-source" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-original-source" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-orignal-source" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source" ;
     :unqualifiedForm :hadPrimarySource .
 
@@ -392,8 +392,8 @@
     :category "qualified" ;
     :component "entities-activities" ;
     :definition "An activity start event is the instantaneous event that marks the instant an activity starts." ;
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Start", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#types-of-events" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Start", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start" ;
     :unqualifiedForm :wasStartedBy .
 
@@ -405,8 +405,8 @@
     :category "qualified" ;
     :component "entities-activities" ;
     :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-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Usage", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#types-of-events" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Usage", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Usage" ;
     :unqualifiedForm :used .
 
@@ -458,8 +458,8 @@
     :component "alternate" ;
     :definition "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."@en ;
     :inverse "alternateOf" ;
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Alternate" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Alternate" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate" .
 
 :asInBundle
@@ -711,16 +711,16 @@
     a owl:AnnotationProperty ;
     rdfs:subPropertyOf rdfs:seeAlso .
 
+:prov-constraints
+    a owl:AnnotationProperty ;
+    rdfs:comment "A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept."@en ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
 :prov-dm
     a owl:AnnotationProperty ;
     rdfs:comment "A reference to the principal section of the PROV-DM document that describes this concept."@en ;
     rdfs:subPropertyOf rdfs:seeAlso .
 
-:prov-dm-constraints
-    a owl:AnnotationProperty ;
-    rdfs:comment "A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept."@en ;
-    rdfs:subPropertyOf rdfs:seeAlso .
-
 :prov-n
     a owl:AnnotationProperty ;
     rdfs:comment "A reference to the principal section of the PROV-M document that describes this concept."@en ;
@@ -920,8 +920,8 @@
     :component "alternate" ;
     :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." ;
     :inverse "generalizationOf" ;
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Specialization" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Specialization" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization" .
 
 :startedAtTime
@@ -964,8 +964,8 @@
     :component "entities-activities" ;
     :editorialNote "The editor's definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue", "This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, 'may be used in describing structured values')." ;
     :editorsDefinition "The main value (if there is one) of a structured value."@en ;
+    :prov-constraints "" ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value" ;
-    :prov-dm-constraints "" ;
     :prov-n "" .
 
 :wasAssociatedWith
@@ -1147,7 +1147,7 @@
     owl:annotatedSource :wasAttributedTo ;
     owl:annotatedTarget :wasInfluencedBy ;
     :definition "IF wasAttributedTo(e2,ag1,aAttr) holds, THEN wasInfluencedBy(e2,ag1) also holds. " ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#traceability-inference" .
+    :prov-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#traceability-inference" .
 
 []
     a owl:Axiom ;
@@ -1166,7 +1166,7 @@
 []
     a owl:Axiom ;
     rdfs:comment """Revision is a derivation (see http://www.w3.org/TR/prov-dm/#term-Revision). Moreover, according to 
-http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Revision 23 April 2012 'wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.'""" ;
+http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Revision 23 April 2012 'wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.'""" ;
     owl:annotatedProperty rdfs:subPropertyOf ;
     owl:annotatedSource :wasRevisionOf ;
     owl:annotatedTarget :wasDerivedFrom .