added <code>
authorTim L <lebot@rpi.edu>
Mon, 02 Apr 2012 13:12:58 -0400
changeset 2220 82a7c245e83c
parent 2219 ba7243a74d42
child 2221 f6eee6a51e40
added <code>
ontology/prov-o-html-sections/description-qualified-terms.inc.html
ontology/prov-o-html-sections/description-starting-points.inc.html
--- a/ontology/prov-o-html-sections/description-qualified-terms.inc.html	Mon Apr 02 13:10:00 2012 -0400
+++ b/ontology/prov-o-html-sections/description-qualified-terms.inc.html	Mon Apr 02 13:12:58 2012 -0400
@@ -2,11 +2,11 @@
        <h3>Qualified Terms</h3>
        <p>The classes and properties in the Qualified terms category are for users who wish to provide additional details about the relationships between entities, activities, and agents. The terms in this category are the result of applying the <strong>Qualification Pattern</strong> to the simple relations available in the <a href="#prov-starting-point-owl-properties-at-a-glance">Starting Point</a> and <a href="#prov-expanded-owl-properties-at-a-glance">Expanded</a> categories.
       </p>
-      <p>For example, Figure 2 illustrates the classes and properties needed to fulfill the qualification pattern for the <a href="#used">prov:used</a> and <a href="#wasAssociatedWith">prov:wasAssociatedWith</a> properties. While prov:qualifiedUsage, prov:Usage, and prov:entity are needed to qualify prov:used relations, prov:qualifiedAssociation, prov:Association, and prov:agent are needed to qualify prov:wasAssociatedWith relations. This pattern applies to the twelve other relations that can be qualified.
+      <p>For example, Figure 2 illustrates the classes and properties needed to fulfill the qualification pattern for the <a href="#used">prov:used</a> and <a href="#wasAssociatedWith">prov:wasAssociatedWith</a> properties. While <a href="#qualifiedUsage">prov:qualifiedUsage</a>, <a href="#Usage">prov:Usage</a>, and <a href="#entity">prov:entity</a> are needed to qualify prov:used relations, <a href="#qualifiedAssociation">prov:qualifiedAssociation</a>, <a href="#Association">prov:Association</a>, and <a href="#agent">prov:agent</a> are needed to qualify prov:wasAssociatedWith relations. This pattern applies to the twelve other relations that can be qualified.
       </p>
-      <p>In the example, the prov:qualifiedUsage property parallels the prov:used property, and references an instance of prov:Usage that provides attributes of the prov:used relation between the Activity and Entity. The prov:entity property is used to cite the Entity that was used by the Activity. In this case, the time that the Activity used the Entity is provided using the prov:atTime property and a literal xsd:dateTime value.
+      <p>In the example, the <code>prov:qualifiedUsage</code> property parallels the <code>prov:used</code> property, and references an instance of <code>prov:Usage</code> that provides attributes of the <code>prov:used</code> relation between the Activity and Entity. The <code>prov:entity</code> property is used to cite the Entity that was used by the Activity. In this case, the time that the Activity used the Entity is provided using the <code>prov:atTime</code> property and a literal <code>xsd:dateTime</code> value.
       </p>
-      <p>Similarly, the prov:qualifiedAssociation property parallels the prov:wasAssociatedWith property, and references an instance of prov:Association that provides attributes of the prov:wasAssociatedWith relation between the Activity and Agent. The prov:agent property is used to cite the Agent that was involved in the Activity. In this case, the plan that the Agent used is provided using the prov:hadPlan property and an instance of prov:Plan.
+      <p>Similarly, the <code>prov:qualifiedAssociation</code> property parallels the <code>prov:wasAssociatedWith</code> property, and references an instance of <code>prov:Association</code> that provides attributes of the <code>prov:wasAssociatedWith</code> relation between the Activity and Agent. The <code>prov:agent</code> property is used to cite the Agent that was involved in the Activity. In this case, the plan that the Agent used is provided using the <code>prov:hadPlan</code> property and an instance of <code>prov:Plan</code>.
       </p>
 
        <div style="text-align: center;">
@@ -22,14 +22,14 @@
       </p>
        <div class="exampleOuter">
           <div><b>Qualified Usage</b></div>
-            <p>The prov:qualifiedUsage property parallels the prov:used property to provide an additional description to ex:illustrationActivity. The instance of prov:Usage cites the data used (ex:aggregatedByRegions) and the time the activity used it (2011-07-14T03:03:03Z).
+            <p>The <code>prov:qualifiedUsage</code> property parallels the <code>prov:used</code> property to provide an additional description to <code>ex:illustrationActivity</code>. The instance of <code>prov:Usage</code> cites the data used (<code>ex:aggregatedByRegions</code>) and the time the activity used it (2011-07-14T03:03:03Z).
           </p>
              <pre class="example">{% include "includes/eg16-journalism-qualified-usage.ttl" %}</pre>
        </div>
 
         <div class="exampleOuter">
            <div><b>Qualified Association</b></div>
-            <p>The prov:qualifiedAssociation property parallels the prov:wasAssociatedWith property to provide an additional description to ex:illustrationActivity. The instance of prov:Association cites the agent (ex:derek) that followed the instructions (ex:tutorial_blog).
+            <p>The <code>prov:qualifiedAssociation</code> property parallels the <code>prov:wasAssociatedWith</code> property to provide an additional description to <code>ex:illustrationActivity</code>. The instance of <code>prov:Association</code> cites the agent (<code>ex:derek</code>) that followed the instructions (<code>ex:tutorial_blog</code>).
             </p>
               <pre class="example">{% include "includes/eg16-journalism-qualified-association.ttl" %}</pre>
        </div>
@@ -51,14 +51,14 @@
 
         <div class="exampleOuter">
            <div><b>Qualified Generation</b></div>
-            <p>The prov:qualifiedGeneration property parallels the prov:wasGeneratedBy property to provide an additional description to ex:chart1. The instance of prov:Generation cites the time (2011-07-14T15:52:14Z) that the activity (ex:illustrationActivity) generated the chart (ex:chart1).
+            <p>The <code>prov:qualifiedGeneration</code> property parallels the <code>prov:wasGeneratedBy</code> property to provide an additional description to <code>ex:chart1</code>. The instance of <code>prov:Generation</code> cites the time (2011-07-14T15:52:14Z) that the activity (<code>ex:illustrationActivity</code>) generated the chart (<code>ex:chart1</code>).
             </p>
               <pre class="example">{% include "includes/eg16-journalism-qualified-generation.ttl" %}</pre>
         </div>
 
         <div class="exampleOuter">
            <div><b>Qualified Derivation</b></div>
-            <p>The prov:qualifiedDerivation property parallels the prov:wasDerivedFrom property to provide an additional description to ex:chart1. The instance of prov:Derivation cites the activity (ex:illustrationActivity) and the Usages and Generations that the activity conduced to create the chart (ex:chart1).
+            <p>The <code>prov:qualifiedDerivation</code> property parallels the <code>prov:wasDerivedFrom</code> property to provide an additional description to <code>ex:chart1</code>. The instance of <code>prov:Derivation</code> cites the activity (<code>ex:illustrationActivity</code>) and the Usages and Generations that the activity conduced to create the chart (<code>ex:chart1</code>).
             </p>
               <pre class="example">{% include "includes/eg16-journalism-qualified-derivation.ttl" %}</pre>
         </div>
--- a/ontology/prov-o-html-sections/description-starting-points.inc.html	Mon Apr 02 13:10:00 2012 -0400
+++ b/ontology/prov-o-html-sections/description-starting-points.inc.html	Mon Apr 02 13:12:58 2012 -0400
@@ -40,7 +40,7 @@
           activity was started or triggered by another activity. 
          </p> 
 
-        <div class="issue">
+        <!--div class="issue">
            Luc has general comments in <a href="http://www.w3.org/2011/prov/track/issues/117">ISSUE-117</a>
         </div>
         <div class="issue">
@@ -57,7 +57,7 @@
         </div>
         <div class="issue">
            Conforming to W3C Style guides <a href="http://www.w3.org/2011/prov/track/issues/308">ISSUE-308</a>
-        </div>
+        </div-->
 
 
         <div class="exampleOuter">
@@ -66,30 +66,28 @@
            <pre class="example">{% include "includes/eg16-journalism-simple-without-comments.ttl" %}</pre>
         </div>
 
-      <p>The example states that the agent ex:derek was associated with two 
-      activities: ex:aggregationActivity and ex:illustrationActivity. The 
-      activity ex:aggregationActivity used 
-      the entity ex:datasets, representing a crime statistics dataset, and the
-       entity ex:regionList, which is a list of national regions, and 
-      generated a new entity, ex:aggregate1, that aggregates the statistics in
-       ex:dataset1 according to the regions in ex:regionList. The entity 
-      ex:aggregate&gt; was then used by the ex:IllustrationActivity activity, 
-      which generated a new entity, ex:chart1, a chart that depicts the 
-      statistics in ex:aggregate1.
+      <p>The example states that the agent <code>ex:derek</code> was associated with two 
+      activities: <code>ex:aggregationActivity</code> and <code>ex:illustrationActivity</code>. The 
+      activity <code>ex:aggregationActivity</code> used 
+      the entities <code>ex:crimeData</code> (a crime statistics dataset) and <code>ex:nationalRegionsList</code> (a list of national regions), and 
+      generated a new entity, <code>ex:aggregatedByRegions</code>, that aggregates the statistics in
+       <code>ex:crimeData</code> according to the regions in <code>ex:nationalRegionsList</code>. 
+      The <code>ex:aggregatedByRegions</code> entity was then used by the <code>ex:illustrationActivity</code> activity, 
+      to generate a new entity <code>ex:chart1</code> that depicts the aggregated statistics.
       </p>
 
-      <p> The example also states that the activity ex:illustrationActivity was 
-      informed by the activity ex:aggregationActivity. Indeed, the former used
-       the entity ex:aggregate1, which was generated by the latter.
+      <p> The example also states that the activity <code>ex:illustrationActivity</code> was 
+      informed by the activity <code>ex:aggregationActivity</code>. Indeed, the former used
+       the entity <code>ex:aggregatedByRegions</code>, which was generated by the latter.
       </p>
 
-      <p> Because the agent ex:derek was associated with the activities 
-      ex:aggregationActivity and ex:illustrationActivity, the entities 
-      generated by these activities, i.e., ex:aggregate1 and ex:chart1, were 
+      <p> Because the agent <code>ex:derek</code> was associated with the activities 
+      <code>ex:aggregationActivity</code> and <code>ex:illustrationActivity</code>, the entities 
+      generated by these activities, i.e., <code>ex:aggregatedByRegions</code> and <code>ex:chart1</code>, were 
       attributed to him.
       </p>
 
-      <p> Finally, the example states that the agent ex:derek  acted on behalf of the organization ex:chartgen.
+      <p>Finally, the example states that the agent <code>ex:derek</code> acted on behalf of the organization <code>ex:chartgen</code>.
       </p>   
 
 	  </section> <!-- Starting Points  in PROV-O -->