provo narrative
authorTim L <lebot@rpi.edu>
Tue, 03 Jul 2012 00:14:25 -0400
changeset 3648 3e1be021529b
parent 3647 d8304c2beeea
child 3649 5fce442c6b62
provo narrative
ontology/prov-o-html-sections/description-qualified-terms.inc.html
--- a/ontology/prov-o-html-sections/description-qualified-terms.inc.html	Tue Jul 03 00:12:42 2012 -0400
+++ b/ontology/prov-o-html-sections/description-qualified-terms.inc.html	Tue Jul 03 00:14:25 2012 -0400
@@ -55,11 +55,15 @@
 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 .
+:e1 
+   prov:wasGeneratedBy      :a1;
+   prov:qualifiedGeneration :e1Gen;
+.
 
 :e1Gen 
    a prov:Generation;
    prov:entity :a1;
+   :foo :bar;
 .
 </pre>
 <p>