--- a/ontology/ProvenanceFormalModel.xhtml	Thu Oct 13 11:21:59 2011 +0100
+++ b/ontology/ProvenanceFormalModel.xhtml	Thu Oct 13 11:23:40 2011 +0100
@@ -584,7 +584,7 @@
 		  <div><b>Class Description</b></div>
 	      <p>Entity is defined to be "An Entity represents an identifiable characterized thing." [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>]</p>
 		  <div><b>OWL syntax</b></div>
-		  <pre> PROV:Entity rdfs:subClassOf owl:Thing. 
+		  <pre> prov:Entity rdfs:subClassOf owl:Thing. 
 		  </pre>
 		  <div><b>Example</b></div>
 		  <p> Example of instances of class Entity from the <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/ProvenanceModel.html#a-file-scenario"> provenance scenario </a> are files with identifiers <i>e1</i> and <i>e2</i>. The RDF/XML syntax for asserting that e1 is an instance of Entity is given below.		
@@ -621,7 +621,7 @@
 		  <div><b>Class Description</b></div>
 	      <p>ProcessExecution is defined to be "an identifiable activity, which performs a piece of work." [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>]</p>
 		  <div><b>OWL syntax</b></div>
-		  <pre>PROV:ProcessExecution rdfs:subClassOf owl:Thing.</pre>
+		  <pre>prov:ProcessExecution rdfs:subClassOf owl:Thing.</pre>
 		  <div><b>Example</b></div>
 		  <p> Example of instances of class ProcessExecution from the <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/ProvenanceModel.html#a-file-scenario"> provenance scenario </a> are file creation (<i>pe0</i>) and file editing (<i>pe2</i>) . The RDF/XML syntax for asserting that pe2 is an instance of ProcessExecution is given below.		
 		  </p><div class="exampleOuter">
@@ -640,7 +640,7 @@
 		  <div><b>Class Description</b></div>
 	      <p>Agent is defined to be a "characterized entity capable of activity" [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>]</p>
 		  <div><b>OWL syntax</b></div>
-		  <pre>PROV:Agent rdfs:subClassOf PROV:Entity.</pre>
+		  <pre>prov:Agent rdfs:subClassOf prov:Entity.</pre>
 		  <div><b>Example</b></div>
 		  <p> Example of instances of class Agent from the <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/ProvenanceModel.html#a-file-scenario"> provenance scenario </a> are <i>Alice</i> and <i>Edith</i>. The RDF/XML syntax for asserting that Alice is an instance of Agent is given below.		
 		  </p><div class="exampleOuter">
@@ -657,9 +657,9 @@
 	    <div id="recipe" class="section">
 		  <h4><span class="secno">2.1.4 </span>Recipe</h4>	    
 	      <div><b>Class Description</b></div>
-	      <p>Recipe represents a process specification. The definition of process specifications is outside the scope of PROV:DM. Therefore, this class acts as a place holder in the ontology that can be extended and specialized by users.</p>
+	      <p>Recipe represents a process specification. The definition of process specifications is outside the scope of PROV. Therefore, this class acts as a place holder in the ontology that can be extended and specialized by users.</p>
 		  <div><b>OWL syntax</b></div>
-	      <pre>PROV:Recipe rdfs:subClassOf owl:Thing.</pre>
+	      <pre>prov:Recipe rdfs:subClassOf owl:Thing.</pre>
 		  <div><b>Example</b></div>
 		  <p> Recipe examples include backing recipes, programs and workflows.  
 	    </p></div>	    
@@ -671,7 +671,7 @@
 	      <div><b>Class Description</b></div>
 	      <p>Time represents temporal information about entities in the Provenance model.</p>
 		  <div><b>OWL syntax</b></div>
-	      <pre>PROV:Time rdfs:subClassOf owl:Thing.</pre>
+	      <pre>prov:Time rdfs:subClassOf owl:Thing.</pre>
 		  <div><b>Example</b></div>
 		  <p> Example of instances of class Time from the <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/ProvenanceModel.html#a-file-scenario"> provenance scenario </a> are <i>t</i> and <i>t+1</i>. The RDF/XML syntax for this asserting that t+1 is an instance of Time is given below.		
 		  </p><div class="exampleOuter">
@@ -688,7 +688,7 @@
 	      <div><b>Class Description</b></div>
 	      <p>Revision is defined as a modified version of a Entity.</p> 
 		  <div><b>OWL syntax</b></div>
-		  <pre>PROV:Revision rdfs:subClassOf owl:Thing.</pre>
+		  <pre>prov:Revision rdfs:subClassOf owl:Thing.</pre>
 		  <div class="issue">Revision should be a class not a  property. This is <a href="http://www.w3.org/2011/prov/track/issues/48">ISSUE-48</a>.</div>
 	    </div>
 
@@ -699,7 +699,7 @@
 	      <div><b>Class Description</b></div>
 	      <p>ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container should have an URI associated with it. The ProvenanceContainer class can also be used to model the PROV-DM concept of <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/ProvenanceModel.html#expression-Account">Account</a>.</p>
 		  <div><b>OWL syntax</b></div>
-		  <pre>PROV:ProvenanceContainer rdfs:subClassOf owl:Thing.</pre>
+		  <pre>prov:ProvenanceContainer rdfs:subClassOf owl:Thing.</pre>
 		  <p>Examples of instance of class ProvenanceContainer includes a file describing the manufacturing details of a car, such as its batch number, manufacturer, date of manufacture, place of manufacture etc. </p>		 
 		  <div class="note"> According to the definitions of ProvenanceContainer and Account, both contain a set of provenance assertions and have an identifier. Hence, ProvenanceContainer class can also be used to create instances of accounts.
 		  </div>
@@ -714,7 +714,7 @@
 		  <div><b>Class Description</b></div>
 	      <p>Location is defined to be "is an identifiable geographic place (ISO 19112)." [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>]</p>
 	      <div><b>OWL syntax</b></div>
-		  <pre>PROV:Location rdfs:subClassOf owl:Thing.</pre>
+		  <pre>prov:Location rdfs:subClassOf owl:Thing.</pre>
 		  <p> Example of instances of class Location from the <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/ProvenanceModel.html#a-file-scenario"> provenance scenario </a> is the location of the crime file in the shared directory <i>/share</i> with file path <i>/shared/crime.txt</i>. The RDF/XML syntax for asserting that the location of the crime file is the shared directory.		
 		  </p><div class="exampleOuter">
 			<pre class="example"><cf:hasLocation>
@@ -734,7 +734,7 @@
 		  <div><b>Class Description</b></div>
 	      <p>EntityInRole is defined to be a "realizable entity" (cite?) "assumed by a Entity or an agent." [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>]</p>
 		  <div><b>OWL syntax</b></div>
-		  <pre>PROV:EntityInRole rdfs:subClassOf PROV:Entity.</pre>
+		  <pre>prov:EntityInRole rdfs:subClassOf prov:Entity.</pre>
 		  <div><b>Example</b></div>
 		  <p> Example of instances of class EntityInRole from the <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/ProvenanceModel.html#a-file-scenario"> provenance scenario </a> are <i>author</i> role assumed by Bob and <i>file creator</i> role assumed by Alice. The RDF/XML syntax for asserting that Bob assumes the role of an author is given below.		
 		  </p><div class="exampleOuter">
@@ -1081,7 +1081,7 @@
 		<p> The following new classes were created in the CrimeFile Ontology by extending the PROV ontology classes:</p>
 		<div id="cf-journalist" class="section">
 		<h5><span class="secno">3.1.1.1 </span>cf:Journalist</h5>
-		<p>The cf:Journalist is a specialization of the PROV ontology <a href="#agent">Agent</a> class and models all individuals that participate in creating, editing, and sharing the crime file.The following RDF/XML code illustrates how cf:Journalist is asserted to be a specialization of <a href="#agent">PROV:Agent.</a></p>
+		<p>The cf:Journalist is a specialization of the PROV ontology <a href="#agent">Agent</a> class and models all individuals that participate in creating, editing, and sharing the crime file.The following RDF/XML code illustrates how cf:Journalist is asserted to be a specialization of <a href="#agent">prov:Agent.</a></p>
 		<div class="exampleOuter">
 			<pre class="example"><rdf:Description rdf:about="http://www.example.com/crime#Journalist">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov-o/Agent"/>
@@ -1090,7 +1090,7 @@
 		</div>
 		<div id="cf-crimefile" class="section">
 		<h5><span class="secno">3.1.1.2 </span>cf:CrimeFile</h5>
-		<p> The cf:CrimeFile is a specialization of the PROV ontology <a href="#entity">Entity</a> class and it models the the file describing the crime statistics in the <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/ProvenanceModel.html#a-file-scenario">provenance scenario</a>, including the multiple versions of the file. The following RDF/XML code illustrates how cf:Journalist is asserted to be a specialization of <a href="#entity">PROV:Entity</a>.
+		<p> The cf:CrimeFile is a specialization of the PROV ontology <a href="#entity">Entity</a> class and it models the the file describing the crime statistics in the <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/ProvenanceModel.html#a-file-scenario">provenance scenario</a>, including the multiple versions of the file. The following RDF/XML code illustrates how cf:Journalist is asserted to be a specialization of <a href="#entity">prov:Entity</a>.
 		</p>
 		<div class="exampleOuter">
 			<pre class="example"><rdf:Description rdf:about="http://www.example.com/crime#CrimeFile">
@@ -1105,7 +1105,7 @@
         specialization of the PROV ontology <a href="#processexecution">ProcessExecution</a> and model the
         different activities in the <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/ProvenanceModel.html#a-file-scenario">provenance
         scenario</a>. The following RDF/XML code illustrates the
-        specialization of the <a href="#processexecution">PROV:ProcessExecution</a> to define class cf:FileCreation (other classes can be similarly defined by using the subClassOf property).</p>
+        specialization of the <a href="#processexecution">prov:ProcessExecution</a> to define class cf:FileCreation (other classes can be similarly defined by using the subClassOf property).</p>
 		<div class="exampleOuter">
 			<pre class="example"><rdf:Description rdf:about="http://www.example.com/crime#FileCreation">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov-o/ProcessExecution"/>