expanded eg provo
authorTim L <lebot@rpi.edu>
Mon, 26 Nov 2012 11:10:56 -0500
changeset 5108 bed4cacd0f19
parent 5107 ecfa6fdd459a
child 5109 097ced59683f
expanded eg provo
ontology/prov-o-html-sections/description-qualified-terms.inc.html
--- a/ontology/prov-o-html-sections/description-qualified-terms.inc.html	Mon Nov 26 11:02:05 2012 -0500
+++ b/ontology/prov-o-html-sections/description-qualified-terms.inc.html	Mon Nov 26 11:10:56 2012 -0500
@@ -25,7 +25,7 @@
 
       <div id="qualified-forms-starting-point" style="padding: 10px">
          <p>Seven <a href="#description-starting-point-terms">Starting Point</a> relations can be further described using the Qualification Pattern.
-            They are listed in the following table.
+            They are listed in the following normative table.
          </p>
          <div style="text-align: center">
             {% include "includes/qualifed-forms-starting-point.html" %}
@@ -34,7 +34,7 @@
 
       <div id="qualified-forms-expanded" style="padding: 10px">
          <p>Seven <a href="#description-expanded-terms">Expanded</a> relations can be further described using the Qualification Pattern.
-            They are listed in the following table.
+            They are listed in the following normative table.
          </p>
          <div style="text-align: center">
             {% include "includes/qualifed-forms-expanded.html" %}
@@ -85,16 +85,16 @@
             :e1 
                a prov:Entity;
                prov:wasGeneratedBy      :a1;
-               prov:qualifiedGeneration :e1Gen; # Add the qualification
+               prov:qualifiedGeneration :e1Gen; # Add the qualification.
+            .
+
+            :e1Gen 
+               a prov:Generation;
+               prov:activity            :a1;    # Cite the influencing Activity.
+               ex:foo                   :bar;   # Describe the Activity's influence upon the Entity.
             .
 
             :a1 a prov:Activity .
-
-            :e1Gen 
-               a prov:Generation;
-               prov:activity :a1;               # Cite the influencing Activity.
-               ex:foo :bar;                     # Add additional attributes about the influence relation.
-            .
             </pre>
          </div>