anchor fixes
authorTim L <lebot@rpi.edu>
Sat, 30 Jun 2012 22:14:18 -0400
changeset 3557 60e33f4695e5
parent 3556 b6f0ca811e21
child 3558 6f520c57a0c2
anchor fixes
ontology/prov-o-html-sections/description-qualified-terms.inc.html
--- a/ontology/prov-o-html-sections/description-qualified-terms.inc.html	Sat Jun 30 22:00:50 2012 -0400
+++ b/ontology/prov-o-html-sections/description-qualified-terms.inc.html	Sat Jun 30 22:14:18 2012 -0400
@@ -18,9 +18,8 @@
 determines which property to link from the involvement to the unqualified object,
 that is either
  <a class="qname" href="#entity">prov:entity</a>,
- <a class="qname" href="#activity">prov:activity</a>,
- <a class="qname" href="#agent">prov:agent</a> or
- <a class="qname" href="#dictionary">prov:dictionary</a>.</p>
+ <a class="qname" href="#activity">prov:activity</a>, or
+ <a class="qname" href="#agent">prov:agent</a>
 <p>
 So for instance, if we have the unqualified statement:
 <pre class="example">
@@ -30,7 +29,7 @@
 <p>Then we find in PROV-O that <a class="qname" href="#wasGeneratedBy">prov:wasGeneratedBy</a> can be qualified with  
 the qualification property <a class="qname" href='#qualifiedGeneration'>prov:qualifiedGeneration</a> 
 and
-the involvement class <a class="qname" href='#Generation'>prov:Generation</a>, which is a subclass of <a class ="qname" href="#ActivityInvolvement">prov:ActivityInvolvement</a>. From this, we can restate the above relation using the <em>qualification pattern</em> as:
+the class <a class="qname" href='#Generation'>prov:Generation</a>, which is a subclass of <a class ="qname" href="#ActivityInfluence">prov:ActivityInfluence</a>. From this, we can restate the above relation using the <em>qualification pattern</em> as:
 </p>
 <pre class="example">
 :e1    prov:wasGeneratedBy :e1Gen .