--- 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">
<rdf:Description rdf:about="http://www.example.com/crimeFile#pe1">
- <prov:hadRecipe rdf:resource="http://www.example.com/crimeFile#instructions"/>
+ <prov:hadRecipe rdf:resource="http://www.example.com/crimeFile#instructions1"/>
</rdf:Description>
</pre>
</div>