rerunning concatenation after prov-o URL updates to DM/N/CONSTRAINTS
authorTim L <lebot@rpi.edu>
Mon, 29 Apr 2013 13:08:22 +0000
changeset 6356 5536b4712832
parent 6355 3a2127f3da8b
child 6357 7f4f8bf7c9f6
rerunning concatenation after prov-o URL updates to DM/N/CONSTRAINTS
namespace/bin/prov-ns.sh
namespace/bin/prov-ns.xsl
namespace/releases/prov-20130430/prov.owl
namespace/releases/prov-20130430/prov.ttl
--- a/namespace/bin/prov-ns.sh	Mon Apr 29 09:01:28 2013 -0400
+++ b/namespace/bin/prov-ns.sh	Mon Apr 29 13:08:22 2013 +0000
@@ -54,7 +54,7 @@
    #echo "$turtle += $1"
    echo "Including $1 from $2"
    echo                                         >> $turtle
-   echo "# The following was imported from $2"  >> $turtle
+   echo "# The following was imported from $1"  >> $turtle
    echo                                         >> $turtle
    curl -Ls $2 | grep -v "^@prefix"             >> $turtle
 } 
--- a/namespace/bin/prov-ns.xsl	Mon Apr 29 09:01:28 2013 -0400
+++ b/namespace/bin/prov-ns.xsl	Mon Apr 29 13:08:22 2013 +0000
@@ -41,7 +41,7 @@
          <xsl:variable name="location" select="key('locations',.,$namespace)/@rdf:resource"/>
          <xsl:value-of select="concat($NL,$NL)"/>
          <xsl:comment>
-            <xsl:value-of select="concat('The following was imported from ',$location)"/>
+            <xsl:value-of select="concat('The following was imported from ',.)"/> <!-- $location is actual location -->
             <xsl:message select="concat('Requesting ',$location)"/>
          </xsl:comment>
          <xsl:value-of select="concat($NL,$NL,'   ')"/>
--- a/namespace/releases/prov-20130430/prov.owl	Mon Apr 29 09:01:28 2013 -0400
+++ b/namespace/releases/prov-20130430/prov.owl	Mon Apr 29 13:08:22 2013 +0000
@@ -37,7 +37,7 @@
 
    <owl:Ontology rdf:about="http://www.w3.org/ns/prov-o#"/>
 
-   <!--The following was imported from https://dvcs.w3.org/hg/prov/raw-file/tip/namespace/prov-o.owl-->
+   <!--The following was imported from http://www.w3.org/ns/prov-o#-->
 
    <owl:Ontology rdf:about="http://www.w3.org/ns/prov-o#">
         <rdfs:label xml:lang="en">W3C PROVenance Interchange Ontology (PROV-O)</rdfs:label>
@@ -107,9 +107,9 @@
    <owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#versionInfo"/>
    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#specializationOf">
         <rdfs:label>specializationOf</rdfs:label>
-        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization</n>
+        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-specialization</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-specialization</n>
         <component>alternate</component>
         <inverse>generalizationOf</inverse>
         <category>expanded</category>
@@ -210,9 +210,9 @@
     </owl:ObjectProperty>
    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#alternateOf">
         <rdfs:label>alternateOf</rdfs:label>
-        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate</n>
+        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-alternate</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-alternate</n>
         <definition xml:lang="en">Two alternate entities present aspects of the same thing. These aspects may be the same or different, and the alternate entities may or may not overlap in time.</definition>
         <category>expanded</category>
         <component>alternate</component>
@@ -315,7 +315,7 @@
     </owl:ObjectProperty>
    <owl:Axiom>
         <rdfs:comment xml:lang="en">A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections.</rdfs:comment>
-        <dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection</dm>
+        <dm>http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-collection</dm>
         <owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#range"/>
         <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#hadMember"/>
@@ -396,7 +396,7 @@
     </owl:ObjectProperty>
    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#influencer">
         <rdfs:label>influencer</rdfs:label>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence</dm>
         <category>qualified</category>
         <inverse>hadInfluence</inverse>
         <rdfs:comment xml:lang="en">Subproperties of prov:influencer are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:wasInfluencedBy (e.g. prov:used, prov:wasGeneratedBy). prov:influencer is used much like rdf:object is used.</rdfs:comment>
@@ -610,9 +610,9 @@
     </owl:ObjectProperty>
    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#specializationOf">
         <rdfs:label>specializationOf</rdfs:label>
-        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization</n>
+        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-specialization</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-specialization</n>
         <component>alternate</component>
         <category>expanded</category>
         <inverse>generalizationOf</inverse>
@@ -777,7 +777,7 @@
     </owl:ObjectProperty>
    <owl:Axiom>
         <definition>influencer: an identifier (o1) for an ancestor entity, activity, or agent that the former depends on;</definition>
-        <dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
+        <dm>http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence</dm>
         <owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#range"/>
         <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
         <owl:annotatedTarget>
@@ -792,7 +792,7 @@
     </owl:Axiom>
    <owl:Axiom>
         <definition>influencee: an identifier (o2) for an entity, activity, or agent; </definition>
-        <dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
+        <dm>http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence</dm>
         <owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#domain"/>
         <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
         <owl:annotatedTarget>
@@ -880,7 +880,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-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.'</rdfs:comment>
+http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#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.'</rdfs:comment>
         <owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#subPropertyOf"/>
         <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
         <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
@@ -966,7 +966,7 @@
     </owl:DatatypeProperty>
    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#value">
         <rdfs:label>value</rdfs:label>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value</dm>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-value</dm>
         <category>expanded</category>
         <editorialNote>The editor's definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue</editorialNote>
         <definition xml:lang="en">Provides a value that is a direct representation of an entity.</definition>
@@ -979,9 +979,9 @@
    <owl:Class rdf:about="http://www.w3.org/ns/prov#Activity">
         <rdfs:label>Activity</rdfs:label>
         <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Activity</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity</n>
+        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Activity</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Activity</n>
         <component>entities-activities</component>
         <category>starting-point</category>
         <definition>An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.</definition>
@@ -1007,8 +1007,8 @@
    <owl:Class rdf:about="http://www.w3.org/ns/prov#Agent">
         <rdfs:label>Agent</rdfs:label>
         <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent</n>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Agent</n>
         <definition xml:lang="en">An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. </definition>
         <category>starting-point</category>
         <component>agents-responsibility</component>
@@ -1027,8 +1027,8 @@
    <owl:Class rdf:about="http://www.w3.org/ns/prov#Association">
         <rdfs:label>Association</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</n>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Association</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Association</n>
         <component>agents-responsibility</component>
         <rdfs:comment xml:lang="en">An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that had some responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ].</rdfs:comment>
         <category>qualified</category>
@@ -1039,9 +1039,9 @@
    <owl:Class rdf:about="http://www.w3.org/ns/prov#Attribution">
         <rdfs:label>Attribution</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
-        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution</n>
+        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribution</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribution</n>
         <rdfs:comment xml:lang="en">An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that had some responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualifiedAttribution [ a prov:Attribution; prov:entity :baker; :foo :bar ].</rdfs:comment>
         <definition xml:lang="en">Attribution is the ascribing of an entity to an agent.
 
@@ -1054,8 +1054,8 @@
    <owl:Class rdf:about="http://www.w3.org/ns/prov#Bundle">
         <rdfs:label>Bundle</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-bundle-entity</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-bundle-declaration</n>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-bundle-entity</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-bundle-declaration</n>
         <category>expanded</category>
         <definition xml:lang="en">A bundle is a named set of provenance descriptions, and is itself an Entity, so allowing provenance of provenance to be expressed.</definition>
         <rdfs:comment xml:lang="en">Note that there are kinds of bundles (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O.</rdfs:comment>
@@ -1064,7 +1064,7 @@
    <owl:Class rdf:about="http://www.w3.org/ns/prov#Collection">
         <rdfs:label>Collection</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection</dm>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-collection</dm>
         <component>collections</component>
         <category>expanded</category>
         <definition xml:lang="en">A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections.</definition>
@@ -1073,9 +1073,9 @@
    <owl:Class rdf:about="http://www.w3.org/ns/prov#Communication">
         <rdfs:label>Communication</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
-        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Communication</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy</n>
+        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Communication</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-wasInformedBy</n>
         <component>entities-activities</component>
         <category>qualified</category>
         <rdfs:comment xml:lang="en">An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:activity :everyone_else_jumping_off_bridge; :foo :bar ].</rdfs:comment>
@@ -1086,8 +1086,8 @@
    <owl:Class rdf:about="http://www.w3.org/ns/prov#Delegation">
         <rdfs:label>Delegation</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-delegation</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-delegation</n>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-delegation</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-delegation</n>
         <category>qualified</category>
         <rdfs:comment xml:lang="en">An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ].</rdfs:comment>
         <definition xml:lang="en">Delegation is the assignment of authority and responsibility to an agent (by itself or by another agent) to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work.
@@ -1100,9 +1100,9 @@
    <owl:Class rdf:about="http://www.w3.org/ns/prov#Derivation">
         <rdfs:label>Derivation</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
-        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Derivation</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#Derivation-Relation</n>
+        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Derivation</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#Derivation-Relation</n>
         <definition xml:lang="en">A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.</definition>
         <component>derivations</component>
         <rdfs:comment xml:lang="en">An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ].</rdfs:comment>
@@ -1123,9 +1123,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"/>
-        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-End</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-End</n>
+        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-End</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-End</n>
         <rdfs:comment xml:lang="en">An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualifiedEnd [ a prov:End; prov:entity :buzzer; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ].</rdfs:comment>
         <category>qualified</category>
         <definition xml:lang="en">End is when an activity is deemed to have been ended by an entity, known as trigger. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to a trigger entity that terminated the activity, or to an activity, known as ender that generated the trigger.</definition>
@@ -1136,9 +1136,9 @@
    <owl:Class rdf:about="http://www.w3.org/ns/prov#Entity">
         <rdfs:label>Entity</rdfs:label>
         <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-entity</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Entity</n>
+        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-entity</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Entity</n>
         <component>entities-activities</component>
         <definition xml:lang="en">An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. </definition>
         <category>starting-point</category>
@@ -1158,9 +1158,9 @@
         <rdfs:label>Generation</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation</n>
+        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Generation</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Generation</n>
         <rdfs:comment xml:lang="en">An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ].</rdfs:comment>
         <category>qualified</category>
         <component>entities-activities</component>
@@ -1170,8 +1170,8 @@
     </owl:Class>
    <owl:Class rdf:about="http://www.w3.org/ns/prov#Influence">
         <rdfs:label>Influence</rdfs:label>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-influence</n>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-influence</n>
         <component>derivations</component>
         <rdfs:comment xml:lang="en">An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some influenced Activity, Entity, or Agent to the influencing Activity, Entity, or Agent. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualifiedInfluence [ a prov:Influence; prov:entity :spoon; :foo :bar ] . Because prov:Influence is a broad relation, the more specific relations (Communication, Delegation, End, etc.) should be used when applicable.</rdfs:comment>
         <rdfs:comment xml:lang="en">Because prov:Influence is a broad relation, its most specific subclasses (e.g. prov:Communication, prov:Delegation, prov:End, prov:Revision, etc.) should be used when applicable.</rdfs:comment>
@@ -1182,7 +1182,7 @@
     </owl:Class>
    <owl:Class rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent">
         <rdfs:label>InstantaneousEvent</rdfs:label>
-        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#dfn-event</constraints>
+        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#dfn-event</constraints>
         <component>entities-activities</component>
         <rdfs:comment xml:lang="en">An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.</rdfs:comment>
         <definition xml:lang="en">The PROV data model is implicitly based on a notion of instantaneous events (or just events), that mark transitions in the world. Events include generation, usage, or invalidation of entities, as well as starting or ending of activities. This notion of event is not first-class in the data model, but it is useful for explaining its other concepts and its semantics.</definition>
@@ -1193,9 +1193,9 @@
         <rdfs:label>Invalidation</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Invalidation</n>
+        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Invalidation</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Invalidation</n>
         <component>entities-activities</component>
         <definition>Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation.</definition>
         <category>qualified</category>
@@ -1205,8 +1205,8 @@
     </owl:Class>
    <owl:Class rdf:about="http://www.w3.org/ns/prov#Location">
         <rdfs:label>Location</rdfs:label>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute</n>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-location</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribute</n>
         <definition xml:lang="en">A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.</definition>
         <category>expanded</category>
         <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
@@ -1215,8 +1215,8 @@
    <owl:Class rdf:about="http://www.w3.org/ns/prov#Organization">
         <rdfs:label>Organization</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</n>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types</n>
         <definition>An organization is a social or legal institution such as a company, society, etc.</definition>
         <category>expanded</category>
         <component>agents-responsibility</component>
@@ -1225,8 +1225,8 @@
    <owl:Class rdf:about="http://www.w3.org/ns/prov#Person">
         <rdfs:label>Person</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</n>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types</n>
         <category>expanded</category>
         <component>agents-responsibility</component>
         <definition xml:lang="en">Person agents are people.</definition>
@@ -1235,8 +1235,8 @@
    <owl:Class rdf:about="http://www.w3.org/ns/prov#Plan">
         <rdfs:label>Plan</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</n>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Association</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Association</n>
         <definition>A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.</definition>
         <category>expanded</category>
         <rdfs:comment xml:lang="en">There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations.</rdfs:comment>
@@ -1247,8 +1247,8 @@
    <owl:Class rdf:about="http://www.w3.org/ns/prov#PrimarySource">
         <rdfs:label>PrimarySource</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-primary-source</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source</n>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-primary-source</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-original-source</n>
         <category>qualified</category>
         <component>derivations</component>
         <definition xml:lang="en">A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight.
@@ -1263,8 +1263,8 @@
    <owl:Class rdf:about="http://www.w3.org/ns/prov#Quotation">
         <rdfs:label>Quotation</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation</n>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-quotation</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-quotation</n>
         <rdfs:comment xml:lang="en">An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some taken prov:Entity from an earlier, larger prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualifiedQuotation [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ].</rdfs:comment>
         <component>derivations</component>
         <category>qualified</category>
@@ -1275,8 +1275,8 @@
    <owl:Class rdf:about="http://www.w3.org/ns/prov#Revision">
         <rdfs:label>Revision</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-revision</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision</n>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-revision</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Revision</n>
         <component>derivations</component>
         <category>qualified</category>
         <definition xml:lang="en">A revision is a derivation for which the resulting entity is a revised version of some original. The implication here is that the resulting entity contains substantial content from the original. Revision is a particular case of derivation.</definition>
@@ -1286,8 +1286,8 @@
     </owl:Class>
    <owl:Class rdf:about="http://www.w3.org/ns/prov#Role">
         <rdfs:label>Role</rdfs:label>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute</n>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-role</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribute</n>
         <definition xml:lang="en">A role is the function of an entity or agent with respect to an activity, in the context of a usage, generation, invalidation, association, start, and end.</definition>
         <category>qualified</category>
         <component>agents-responsibility</component>
@@ -1297,8 +1297,8 @@
    <owl:Class rdf:about="http://www.w3.org/ns/prov#SoftwareAgent">
         <rdfs:label>SoftwareAgent</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</n>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types</n>
         <component>agents-responsibility</component>
         <definition xml:lang="en">A software agent is running software.</definition>
         <category>expanded</category>
@@ -1308,9 +1308,9 @@
         <rdfs:label>Start</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start</n>
+        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Start</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Start</n>
         <component>entities-activities</component>
         <category>qualified</category>
         <rdfs:comment xml:lang="en">An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualifiedStart [ a prov:Start; prov:entity :bang; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ] .</rdfs:comment>
@@ -1322,9 +1322,9 @@
         <rdfs:label>Usage</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
-        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig</constraints>
-        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage</dm>
-        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Usage</n>
+        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Usage</dm>
+        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Usage</n>
         <rdfs:comment xml:lang="en">An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualifiedUsage [ a prov:Usage; prov:entity :podium; :foo :bar ].</rdfs:comment>
         <definition xml:lang="en">Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity.</definition>
         <category>qualified</category>
@@ -1346,7 +1346,7 @@
 
    <owl:Ontology rdf:about="http://www.w3.org/ns/prov-o-inverses#"/>
 
-   <!--The following was imported from https://dvcs.w3.org/hg/prov/raw-file/tip/namespace/prov-o-inverses.owl-->
+   <!--The following was imported from http://www.w3.org/ns/prov-o-inverses#-->
 
    <rdf:Description rdf:about="prov#actedOnBehalfOf">
       <rdfs:isDefinedBy rdf:resource="prov-o#"/>
@@ -1686,7 +1686,7 @@
       <rdfs:label>wasUsedInDerivation</rdfs:label>
       <owl:inverseOf rdf:resource="prov#hadUsage"/>
   </rdf:Description>
-   <owl:Ontology rdf:about="http://www.w3.org/ns/prov-o-inverses#">
+   <owl:Ontology rdf:about="#">
       <rdfs:seeAlso rdf:resource="../TR/prov-o/#names-of-inverse-properties"/>
       <owl:imports rdf:resource="prov-o#"/>
       <owl:versionIRI rdf:resource="prov-o-inverses-20130430"/>
@@ -1701,7 +1701,7 @@
 
    <owl:Ontology rdf:about="http://www.w3.org/ns/prov-aq#"/>
 
-   <!--The following was imported from https://dvcs.w3.org/hg/prov/raw-file/tip/namespace/prov-aq.owl-->
+   <!--The following was imported from http://www.w3.org/ns/prov-aq#-->
 
    <owl:Ontology rdf:about="http://www.w3.org/ns/prov-aq#">
         <rdfs:label xml:lang="en">PROV Access and Query Ontology</rdfs:label>
@@ -1907,7 +1907,7 @@
 
    <owl:Ontology rdf:about="http://www.w3.org/ns/prov-dc#"/>
 
-   <!--The following was imported from https://dvcs.w3.org/hg/prov/raw-file/tip/namespace/prov-dc.owl-->
+   <!--The following was imported from http://www.w3.org/ns/prov-dc#-->
 
    <owl:Ontology xmlns="http://www.w3.org/ns/prov-dc#" rdf:about="http://www.w3.org/ns/prov-dc#">
         <rdfs:label xml:lang="en">Dublin Core extensions of the W3C PROVenance Interchange Ontology (PROV-O) </rdfs:label>
@@ -2002,7 +2002,7 @@
 
    <owl:Ontology rdf:about="http://www.w3.org/ns/prov-dictionary#"/>
 
-   <!--The following was imported from https://dvcs.w3.org/hg/prov/raw-file/tip/namespace/prov-dictionary.owl-->
+   <!--The following was imported from http://www.w3.org/ns/prov-dictionary#-->
 
    <owl:Ontology rdf:about="http://www.w3.org/ns/prov-dictionary#">
         <rdfs:label xml:lang="en">W3C PROVenance Interchange Ontology (PROV-O) Dictionary Extension</rdfs:label>
@@ -2244,7 +2244,7 @@
 
    <owl:Ontology rdf:about="http://www.w3.org/ns/prov-links#"/>
 
-   <!--The following was imported from https://dvcs.w3.org/hg/prov/raw-file/tip/namespace/prov-links.owl-->
+   <!--The following was imported from http://www.w3.org/ns/prov-links#-->
 
    <owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#comment"/>
    <owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#isDefinedBy"/>
--- a/namespace/releases/prov-20130430/prov.ttl	Mon Apr 29 09:01:28 2013 -0400
+++ b/namespace/releases/prov-20130430/prov.ttl	Mon Apr 29 13:08:22 2013 +0000
@@ -20,7 +20,7 @@
     prov:wasRevisionOf <http://www.w3.org/ns/prov-20130312> .
 
 
-# The following was imported from https://dvcs.w3.org/hg/prov/raw-file/tip/namespace/prov-o.ttl
+# The following was imported from http://www.w3.org/ns/prov-o#
 
 
 rdfs:comment
@@ -56,10 +56,10 @@
     owl:disjointWith :Entity ;
     :category "starting-point" ;
     :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ;
     :definition "An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities." ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Activity"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity"^^xsd:anyURI .
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Activity"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Activity"^^xsd:anyURI .
 
 :ActivityInfluence
     a owl:Class ;
@@ -84,8 +84,8 @@
     :category "starting-point" ;
     :component "agents-responsibility" ;
     :definition "An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. "@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent"^^xsd:anyURI .
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Agent"^^xsd:anyURI .
 
 :AgentInfluence
     a owl:Class ;
@@ -106,8 +106,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."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association"^^xsd:anyURI ;
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Association"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Association"^^xsd:anyURI ;
     :unqualifiedForm :wasAssociatedWith .
 
 :Attribution
@@ -118,12 +118,12 @@
     rdfs:subClassOf :AgentInfluence ;
     :category "qualified" ;
     :component "agents-responsibility" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ;
     :definition """Attribution is the ascribing of an entity to an agent.
 
 When an entity e is attributed to agent ag, entity e was generated by some unspecified activity that in turn was associated to agent ag. Thus, this relation is useful when the activity is not known, or irrelevant."""@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution"^^xsd:anyURI ;
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribution"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribution"^^xsd:anyURI ;
     :unqualifiedForm :wasAttributedTo .
 
 :Bundle
@@ -134,8 +134,8 @@
     rdfs:subClassOf :Entity ;
     :category "expanded" ;
     :definition "A bundle is a named set of provenance descriptions, and is itself an Entity, so allowing provenance of provenance to be expressed."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-bundle-entity"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-bundle-declaration"^^xsd:anyURI .
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-bundle-entity"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-bundle-declaration"^^xsd:anyURI .
 
 :Collection
     a owl:Class ;
@@ -145,7 +145,7 @@
     :category "expanded" ;
     :component "collections" ;
     :definition "A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection"^^xsd:anyURI .
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-collection"^^xsd:anyURI .
 
 :Communication
     a owl:Class ;
@@ -155,10 +155,10 @@
     rdfs:subClassOf :ActivityInfluence ;
     :category "qualified" ;
     :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ;
     :definition "Communication is the exchange of an entity by two activities, one activity using the entity generated by the other." ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Communication"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy"^^xsd:anyURI ;
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Communication"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-wasInformedBy"^^xsd:anyURI ;
     :unqualifiedForm :wasInformedBy .
 
 :Delegation
@@ -172,8 +172,8 @@
     :definition """Delegation is the assignment of authority and responsibility to an agent (by itself or by another agent) to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work.
 
 For example, a student acted on behalf of his supervisor, who acted on behalf of the department chair, who acted on behalf of the university; all those agents are responsible in some way for the activity that took place but we do not say explicitly who bears responsibility and to what degree."""@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-delegation"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-delegation"^^xsd:anyURI ;
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-delegation"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-delegation"^^xsd:anyURI ;
     :unqualifiedForm :actedOnBehalfOf .
 
 :Derivation
@@ -184,10 +184,10 @@
     rdfs:subClassOf :EntityInfluence ;
     :category "qualified" ;
     :component "derivations" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ;
     :definition "A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Derivation"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#Derivation-Relation"^^xsd:anyURI ;
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Derivation"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#Derivation-Relation"^^xsd:anyURI ;
     :unqualifiedForm :wasDerivedFrom .
 
 :EmptyCollection
@@ -207,10 +207,10 @@
     rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
     :category "qualified" ;
     :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ;
     :definition "End is when an activity is deemed to have been ended by an entity, known as trigger. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to a trigger entity that terminated the activity, or to an activity, known as ender that generated the trigger."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-End"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-End"^^xsd:anyURI ;
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-End"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-End"^^xsd:anyURI ;
     :unqualifiedForm :wasEndedBy .
 
 :Entity
@@ -220,10 +220,10 @@
     owl:disjointWith :InstantaneousEvent ;
     :category "starting-point" ;
     :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ;
     :definition "An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. "@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-entity"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Entity"^^xsd:anyURI .
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-entity"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Entity"^^xsd:anyURI .
 
 :EntityInfluence
     a owl:Class ;
@@ -243,10 +243,10 @@
     rdfs:subClassOf :ActivityInfluence, :InstantaneousEvent ;
     :category "qualified" ;
     :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ;
     :definition "Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation"^^xsd:anyURI ;
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Generation"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Generation"^^xsd:anyURI ;
     :unqualifiedForm :wasGeneratedBy .
 
 :Influence
@@ -257,8 +257,8 @@
     :category "qualified" ;
     :component "derivations" ;
     :definition "Influence is the capacity of an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-influence"^^xsd:anyURI ;
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-influence"^^xsd:anyURI ;
     :unqualifiedForm :wasInfluencedBy .
 
 :InstantaneousEvent
@@ -268,7 +268,7 @@
     rdfs:label "InstantaneousEvent" ;
     :category "qualified" ;
     :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#dfn-event"^^xsd:anyURI ;
+    :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#dfn-event"^^xsd:anyURI ;
     :definition "The PROV data model is implicitly based on a notion of instantaneous events (or just events), that mark transitions in the world. Events include generation, usage, or invalidation of entities, as well as starting or ending of activities. This notion of event is not first-class in the data model, but it is useful for explaining its other concepts and its semantics."@en .
 
 :Invalidation
@@ -279,10 +279,10 @@
     rdfs:subClassOf :ActivityInfluence, :InstantaneousEvent ;
     :category "qualified" ;
     :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ;
     :definition "Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation." ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Invalidation"^^xsd:anyURI ;
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Invalidation"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Invalidation"^^xsd:anyURI ;
     :unqualifiedForm :wasInvalidatedBy .
 
 :Location
@@ -292,8 +292,8 @@
     rdfs:seeAlso :atLocation ;
     :category "expanded" ;
     :definition "A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute"^^xsd:anyURI .
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-location"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribute"^^xsd:anyURI .
 
 :Organization
     a owl:Class ;
@@ -303,8 +303,8 @@
     :category "expanded" ;
     :component "agents-responsibility" ;
     :definition "An organization is a social or legal institution such as a company, society, etc." ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types"^^xsd:anyURI .
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types"^^xsd:anyURI .
 
 :Person
     a owl:Class ;
@@ -314,8 +314,8 @@
     :category "expanded" ;
     :component "agents-responsibility" ;
     :definition "Person agents are people."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types"^^xsd:anyURI .
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types"^^xsd:anyURI .
 
 :Plan
     a owl:Class ;
@@ -326,8 +326,8 @@
     :category "expanded", "qualified" ;
     :component "agents-responsibility" ;
     :definition "A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals." ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Association"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association"^^xsd:anyURI .
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Association"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Association"^^xsd:anyURI .
 
 :PrimarySource
     a owl:Class ;
@@ -342,8 +342,8 @@
 Because of the directness of primary sources, they 'speak for themselves' in ways that cannot be captured through the filter of secondary sources. As such, it is important for secondary sources to reference those primary sources from which they were derived, so that their reliability can be investigated.
 
 A primary source relation is a particular case of derivation of secondary materials from their primary sources. It is recognized that the determination of primary sources can be up to interpretation, and should be done according to conventions accepted within the application's domain."""@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-primary-source"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source"^^xsd:anyURI ;
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-primary-source"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-original-source"^^xsd:anyURI ;
     :unqualifiedForm :hadPrimarySource .
 
 :Quotation
@@ -355,8 +355,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 who may or may not be its original author. Quotation is a particular case of derivation."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation"^^xsd:anyURI ;
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-quotation"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-quotation"^^xsd:anyURI ;
     :unqualifiedForm :wasQuotedFrom .
 
 :Revision
@@ -368,8 +368,8 @@
     :category "qualified" ;
     :component "derivations" ;
     :definition "A revision is a derivation for which the resulting entity is a revised version of some original. The implication here is that the resulting entity contains substantial content from the original. Revision is a particular case of derivation."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-revision"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision"^^xsd:anyURI ;
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-revision"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Revision"^^xsd:anyURI ;
     :unqualifiedForm :wasRevisionOf .
 
 :Role
@@ -380,8 +380,8 @@
     :category "qualified" ;
     :component "agents-responsibility" ;
     :definition "A role is the function of an entity or agent with respect to an activity, in the context of a usage, generation, invalidation, association, start, and end."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute"^^xsd:anyURI .
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-role"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribute"^^xsd:anyURI .
 
 :SoftwareAgent
     a owl:Class ;
@@ -391,8 +391,8 @@
     :category "expanded" ;
     :component "agents-responsibility" ;
     :definition "A software agent is running software."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types"^^xsd:anyURI .
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types"^^xsd:anyURI .
 
 :Start
     a owl:Class ;
@@ -402,10 +402,10 @@
     rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
     :category "qualified" ;
     :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ;
     :definition "Start is when an activity is deemed to have been started by an entity, known as trigger. The activity did not exist before its start. Any usage, generation, or invalidation involving an activity follows the activity's start. A start may refer to a trigger entity that set off the activity, or to an activity, known as starter, that generated the trigger."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start"^^xsd:anyURI ;
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Start"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Start"^^xsd:anyURI ;
     :unqualifiedForm :wasStartedBy .
 
 :Usage
@@ -416,10 +416,10 @@
     rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
     :category "qualified" ;
     :component "entities-activities" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ;
     :definition "Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage"^^xsd:anyURI ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Usage"^^xsd:anyURI ;
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Usage"^^xsd:anyURI ;
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Usage"^^xsd:anyURI ;
     :unqualifiedForm :used .
 
 :actedOnBehalfOf
@@ -471,11 +471,11 @@
     rdfs:seeAlso :specializationOf ;
     :category "expanded" ;
     :component "alternate" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ;
     :definition "Two alternate entities present aspects of the same thing. These aspects may be the same or different, and the alternate entities may or may not overlap in time."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate"^^xsd:anyURI ;
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-alternate"^^xsd:anyURI ;
     :inverse "alternateOf" ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate"^^xsd:anyURI .
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-alternate"^^xsd:anyURI .
 
 :aq
     a owl:AnnotationProperty ;
@@ -720,7 +720,7 @@
     rdfs:label "influencer" ;
     rdfs:range owl:Thing ;
     :category "qualified" ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence"^^xsd:anyURI ;
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence"^^xsd:anyURI ;
     :editorialNote "This property and its subproperties are used in the same way as the rdf:object property, i.e. to reference the object of an unqualified prov:wasInfluencedBy or prov:influenced triple."@en ;
     :editorsDefinition "This property is used as part of the qualified influence pattern. Subclasses of prov:Influence use these subproperties to reference the resource (Entity, Agent, or Activity) whose influence is being qualified."@en ;
     :inverse "hadInfluence" .
@@ -1008,11 +1008,11 @@
     rdfs:subPropertyOf :alternateOf ;
     :category "expanded" ;
     :component "alternate" ;
-    :constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#prov-dm-constraints-fig"^^xsd:anyURI ;
+    :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ;
     :definition "An entity that is a specialization of another shares all aspects of the latter, and additionally presents more specific aspects of the same thing as the latter. In particular, the lifetime of the entity being specialized contains that of any specialization. Examples of aspects include a time period, an abstraction, and a context associated with the entity."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization"^^xsd:anyURI ;
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-specialization"^^xsd:anyURI ;
     :inverse "generalizationOf" ;
-    :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization"^^xsd:anyURI .
+    :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-specialization"^^xsd:anyURI .
 
 :startedAtTime
     a owl:DatatypeProperty ;
@@ -1059,7 +1059,7 @@
     :category "expanded" ;
     :component "entities-activities" ;
     :definition "Provides a value that is a direct representation of an entity."@en ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value"^^xsd:anyURI ;
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-value"^^xsd:anyURI ;
     :editorialNote "The editor's definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue", "This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, 'may be used in describing structured values')."@en .
 
 :wasAssociatedWith
@@ -1271,7 +1271,7 @@
     owl:annotatedProperty rdfs:range ;
     owl:annotatedSource :hadMember ;
     owl:annotatedTarget :Entity ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection" .
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-collection" .
 
 []
     a owl:Axiom ;
@@ -1307,7 +1307,7 @@
         )
     ] ;
     :definition "influencer: an identifier (o1) for an ancestor entity, activity, or agent that the former depends on;" ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence" .
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence" .
 
 []
     a owl:Axiom ;
@@ -1321,7 +1321,7 @@
         )
     ] ;
     :definition "influencee: an identifier (o2) for an entity, activity, or agent; " ;
-    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence" .
+    :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence" .
 
 []
     a owl:Axiom ;
@@ -1333,16 +1333,16 @@
 []
     a owl:Axiom ;
     rdfs:comment """Revision is a derivation (see http://www.w3.org/TR/prov-dm/#term-Revision). Moreover, according to 
-http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#term-Revision 23 April 2012 'wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.'""" ;
+http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#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 .
 
 
-# The following was imported from https://dvcs.w3.org/hg/prov/raw-file/tip/namespace/prov-o-inverses.ttl
+# The following was imported from http://www.w3.org/ns/prov-o-inverses#
 
 
-<http://www.w3.org/ns/prov-o-inverses#> a owl:Ontology;
+<#> a owl:Ontology;
    owl:versionIRI        <http://www.w3.org/ns/prov-o-inverses-20130430>;
    prov:wasRevisionOf    <http://www.w3.org/ns/prov-o-inverses-20120312>;
    prov:specializationOf <http://www.w3.org/ns/prov-o-inverses>;
@@ -1703,7 +1703,7 @@
 
 
 
-# The following was imported from https://dvcs.w3.org/hg/prov/raw-file/tip/namespace/prov-aq.ttl
+# The following was imported from http://www.w3.org/ns/prov-aq#
 
 
 
@@ -1956,7 +1956,7 @@
 
 
 
-# The following was imported from https://dvcs.w3.org/hg/prov/raw-file/tip/namespace/prov-dc.ttl
+# The following was imported from http://www.w3.org/ns/prov-dc#
 
 @base <http://www.w3.org/ns/prov-dc#> .
 
@@ -2157,7 +2157,7 @@
 ###  Generated by the OWL API (version 3.3.1957) http://owlapi.sourceforge.net
 
 
-# The following was imported from https://dvcs.w3.org/hg/prov/raw-file/tip/namespace/prov-dictionary.ttl
+# The following was imported from http://www.w3.org/ns/prov-dictionary#
 
 
 <http://www.w3.org/ns/prov-dictionary#>
@@ -2401,7 +2401,7 @@
 	:n "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal"^^xsd:anyURI ;
 	:constraints "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints"^^xsd:anyURI .
 
-# The following was imported from https://dvcs.w3.org/hg/prov/raw-file/tip/namespace/prov-links.ttl
+# The following was imported from http://www.w3.org/ns/prov-links#
 
 
 rdfs:comment