small mistake fixed
authorMonen@Monen-PC.Home
Wed, 26 Oct 2011 01:29:23 +0200
changeset 775 e4c21db6fbf9
parent 774 329f083b0ca5
child 776 cfda3aba0e91
small mistake fixed
ontology/ProvenanceFormalModel.html
--- a/ontology/ProvenanceFormalModel.html	Wed Oct 26 01:15:57 2011 +0200
+++ b/ontology/ProvenanceFormalModel.html	Wed Oct 26 01:29:23 2011 +0200
@@ -600,11 +600,11 @@
           <img src="diagram-history/khalidDiagrams/hadRecipe.png" 
                style="height: 3em" alt="hadRecipe links ProcessExecution to Agent" />
 		  <div><b>Example</b></div>
-		  <p> Example of hadRecipe property as an addition to the <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/ProvenanceModel.html#a-file-scenario"> provenance scenario </a> is pe1 using some file appending instructions (<i> pe1 hadRecipe e2</i>). The RDF/XML syntax for asserting this is given below.</p>		
+		  <p> Example of hadRecipe property as an addition to the <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/ProvenanceModel.html#a-file-scenario"> provenance scenario </a> is pe1 using some file appending instructions (<i> pe1 hadRecipe instructions1</i>). The RDF/XML syntax for asserting this is given below.</p>		
 		  <div class="exampleOuter">
 			<pre class="example">
 				&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#pe1"&gt;
-				  	&lt;prov:hadRecipe rdf:resource="http://www.example.com/crimeFile#instructions"/&gt;
+				  	&lt;prov:hadRecipe rdf:resource="http://www.example.com/crimeFile#instructions1"/&gt;
 				&lt;/rdf:Description&gt;	
 			</pre>
 		  </div>