rearranged qual section
authorTim L <lebot@rpi.edu>
Sun, 01 Jul 2012 02:08:41 -0400
changeset 3571 b9c7a619bbcc
parent 3570 74514c24ce1d
child 3572 a1b335d5745d
rearranged qual section
ontology/prov-o-html-sections/description-qualified-terms.inc.html
--- a/ontology/prov-o-html-sections/description-qualified-terms.inc.html	Sun Jul 01 01:59:18 2012 -0400
+++ b/ontology/prov-o-html-sections/description-qualified-terms.inc.html	Sun Jul 01 02:08:41 2012 -0400
@@ -33,8 +33,11 @@
 </p>
 <pre class="example">
 :e1    prov:wasGeneratedBy :e1Gen .
-:e1Gen a                   prov:Generation ;
-       prov:entity         :a1 .
+
+:e1Gen 
+   a prov:Generation;
+   prov:entity :a1;
+.
 </pre>
 <p>
 The asserter can thus attach additional properties to <code>:e1Gen</code> to
@@ -60,6 +63,26 @@
             <div class="figcaption"><a href="#qualified-terms-figure">Figure 3</a>. </div>
        </div>
 
+
+      <div id="qualifed-forms-starting-point" style="padding: 10px">
+         <p>Usage and Association (described above) are accompanied by six other qualifications of Starting Point relations. The following table lists the simple relations that can be qualified, along with the qualification property, qualification class, and the property used to indicate the object of the qualified relation.
+         </p>
+         <div style="text-align: center">
+            {% include "includes/qualifed-forms-starting-point.html" %}
+         </div>
+      </div>
+
+      <div id="qualifed-forms-expanded" style="padding: 10px">
+         <p>Six relations from the Expanded category can also be qualified. The following table lists the simple relations that can be qualified, along with the qualification property, qualification class, and the property used to indicate the object of the qualified relation.
+         </p>
+         <div style="text-align: center">
+            {% include "includes/qualifed-forms-expanded.html" %}
+         </div>
+      </div>
+
+
+
+
       <p>The following two examples show the result of applying the Usage and Association patterns to the chart making example from <a href=#description-starting-point-terms>Section 3.1</a>.
       </p>
        <div class="exampleOuter">
@@ -76,21 +99,10 @@
               <pre class="example">{% include "includes/eg16-journalism-qualified-association.ttl" %}</pre>
        </div>
 
-      <div id="qualifed-forms-starting-point" style="padding: 20px">
-         <p>Usage and Association (described above) are accompanied by six other qualifications of Starting Point relations. The <a href="#qualifed-forms-starting-point">following table</a> lists the simple relations that can be qualified, along with the qualification property, qualification class, and the property used to indicate the object of the qualified relation.
-         </p>
-         <div style="text-align: center">
-            {% include "includes/qualifed-forms-starting-point.html" %}
-         </div>
-      </div>
 
-      <div id="qualifed-forms-expanded" style="padding: 20px">
-         <p>Six relations from the Expanded category can also be qualified. The <a href="#qualifed-forms-expanded">following table</a> lists the simple relations that can be qualified, along with the qualification property, qualification class, and the property used to indicate the object of the qualified relation.
-         </p>
-         <div style="text-align: center">
-            {% include "includes/qualifed-forms-expanded.html" %}
-         </div>
-      </div>
+
+
+
 
        <p>This section finishes with two more examples of qualification as applied to the chart making example from <a href=#description-starting-point-terms>Section 3.1</a>.
        </p>