--- 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 .