--- a/ontology/ProvenanceFormalModel.html Tue Oct 04 20:04:40 2011 -0400
+++ b/ontology/ProvenanceFormalModel.html Tue Oct 04 20:08:09 2011 -0400
@@ -542,17 +542,21 @@
</pre>
</div>
<p>The following diagram illustrates the above specialization: </p>
- <img
- src="http://www.w3.org/2011/prov/wiki/images/5/5d/AlternativeSchema.png"/><br>
- <em>Example extension of PROV ontology in order to describe
- the crime file scenario</em>
- </p>
+ <img src="http://www.w3.org/2011/prov/wiki/images/5/5d/AlternativeSchema.png"/>
+ <br>
+ <em>Example extension of PROV ontology in order to describe the crime file scenario</em>
+ </p>
</section>
</section>
<section>
<h4>Specialization of PROV Ontology Properties</h4>
<p> The following new object property was created in the CrimeFile Ontology by extending the PROV ontology object property:</p>
<section>
+ <p>The following diagram illustrates the above specialization: </p>
+ <img src="http://dvcs.w3.org/hg/prov/raw-file/4504a7462bd9/ontology/examples/ontology-extensions/crime-file/crime.owl.png"/>
+ <br>
+ <em>Example extension of PROV ontology in order to describe the crime file scenario</em>
+ </p>
<h5>cf:hadFilePath</h5>
<p>The property cf:hadFilePath is a specialization of the PROV ontology hadLocation object property and links the class CrimeFile to the FileDirectory class. The following RDF/XML code illustrates the use of rdfs:subPropertyOf to create hadFilePath property.</p>
<div class="exampleOuter">