provo staged
authorTim L <lebot@rpi.edu>
Mon, 26 Nov 2012 17:05:04 -0500
changeset 5142 dab2df17d49e
parent 5141 476adfeeacae
child 5143 280455fc634f
provo staged
ontology/releases/CR-prov-o-20121211/Overview.html
--- a/ontology/releases/CR-prov-o-20121211/Overview.html	Mon Nov 26 16:53:43 2012 -0500
+++ b/ontology/releases/CR-prov-o-20121211/Overview.html	Mon Nov 26 17:05:04 2012 -0500
@@ -869,7 +869,7 @@
          </p>
         <p>
          PROV-O is a lightweight ontology that can be adopted in a wide range of applications. 
-         With the exception of <a href="#prov-o-owl-profile">five axioms</a>, PROV-O conforms to the OWL-RL profile [<cite><a class="bibref" rel="biblioentry" href="#bib-OWL2-PRIMER">OWL2-PRIMER</a></cite>]. 
+         With the exception of <a href="owl-profile">five axioms</a>, PROV-O conforms to the OWL-RL profile [<cite><a class="bibref" rel="biblioentry" href="#bib-OWL2-PRIMER">OWL2-PRIMER</a></cite>]. 
          The PROV Ontology classes and properties are defined such that they can not only be used directly to represent provenance information, 
          but also can be specialized for modeling application-specific provenance details in a variety of domains. 
          Thus, the PROV Ontology is expected to be both directly usable in applications as well as serve as a <i>reference model</i> 
@@ -1494,7 +1494,7 @@
       Similar to how Activities have start and end times, an Entity may be bound by points in time for which it was generated or is no longer usable.
 The properties <a href="#generatedAtTime" class="qname">prov:generatedAtTime</a> and <a href="#invalidatedAtTime" class="qname">prov:invalidatedAtTime</a> can be used to bound the starting and ending moments of an Entity's existence. The Activities that led to the generation or invalidation of an Entity can be provided using <span class="repeated">prov:wasGeneratedBy</span> and <a href="#wasInvalidatedBy" class="qname">prov:wasInvalidatedBy</a>, respectively.
 <a href="#generated" class="qname">prov:generated</a> and <a href="#invalidated" class="qname">prov:invalidated</a> are the inverses of <span class="repeated">prov:wasGeneratedBy</span> and <span class="repeated">prov:wasInvalidatedBy</span>, respectively, and are defined to facilitate Activity-as-subject as well as Entity-as-subject descriptions.
-      For more about inverses, see the non-normative <a href="#names-of-inverse-properties">Appendix B</a>.
+      For more about inverses, see the non-normative <a href="#inverse-names">Appendix B</a>.
       </p>
 
       <p>The <strong>fifth</strong> category of expanded terms describes the lifetime of an Activity beyond its start and end times and predecessor Activities.
@@ -3916,7 +3916,7 @@
     </div>
 
     <div class="description">
-      <div class="comment "><p>This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#prov-o-owl-profile">PROV-O OWL Profile</a>.</p>
+      <div class="comment "><p>This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="owl-profile">PROV-O OWL Profile</a>.</p>
       </div>
       <div class="comment "><p>The Location of any resource.</p>
       </div>
@@ -7145,7 +7145,7 @@
     </div>
 
     <div class="description">
-      <div class="comment "><p>This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#prov-o-owl-profile">PROV-O OWL Profile</a>.</p>
+      <div class="comment "><p>This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="owl-profile">PROV-O OWL Profile</a>.</p>
       </div>
       <div class="comment "><p>The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead).</p>
       </div>
@@ -7381,7 +7381,7 @@
     </div>
 
     <div class="description">
-      <div class="comment "><p>This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#prov-o-owl-profile">PROV-O OWL Profile</a>.</p>
+      <div class="comment "><p>This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="owl-profile">PROV-O OWL Profile</a>.</p>
       </div>
       <div class="comment "><p>The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].</p>
       </div>
@@ -8950,7 +8950,7 @@
     </div>
 
     <div class="description">
-      <div class="comment "><p>This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#prov-o-owl-profile">PROV-O OWL Profile</a>.</p>
+      <div class="comment "><p>This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="owl-profile">PROV-O OWL Profile</a>.</p>
       </div>
       <div class="comment "><p>Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable.</p>
       </div>
@@ -9586,7 +9586,7 @@
 
          <li>Added <a href="#compliance">Compliance with this document</a> section.</li>
 
-         <li>Corrected Turtle syntax for RL violations in <a href="#prov-o-owl-profile">PROV-O OWL Profile</a> section. They were missing owl:unionOf.</li>
+         <li>Corrected Turtle syntax for RL violations in <a href="owl-profile">PROV-O OWL Profile</a> section. They were missing owl:unionOf.</li>
 
          <li>Updated attributions for the tools used to produce this document in <a href="#acknowledgements">Acknowledgements</a> section.</li>