Update list of PROV documents, copied from PROV-DM
authorGraham Klyne
Sat, 10 Nov 2012 18:07:25 +0000
changeset 4712 84864eeceffb
parent 4711 da04ff946d73
child 4713 aff3d2fcf8f5
Update list of PROV documents, copied from PROV-DM
paq/prov-aq.html
--- a/paq/prov-aq.html	Sat Nov 10 12:36:00 2012 -0500
+++ b/paq/prov-aq.html	Sat Nov 10 18:07:25 2012 +0000
@@ -13,6 +13,7 @@
     <script src="js/respec.js" class="remove"></script>
     <script src="file:///usr/workspace/w3c-provenance/prov/paq/js/respec.js" class="remove"></script>
 -->
+    <script src="../model/provbib.js" class="remove"></script>
     <script class='remove'>
       var addExtraReferences = function() {
           for (var k in extraReferences)
@@ -167,7 +168,7 @@
           wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/46974/status",
           
           // Add extraReferences to bibliography database
-          preProcess: [addExtraReferences],
+          preProcess: [addExtraReferences, addProvReferences],
       };
     </script>
   </head>
@@ -186,19 +187,17 @@
     <section id="sotd">
       This document is part of a set of specifications produced by the W3C provenance working group to define interoperable interchange of provenance information in heterogeneous environments such as the Web.  It describes the use of existing web mechanisms for discovery and retrieval of provenance information. 
       
-      <h4>PROV Family of Specifications</h4>
-The PROV family of specifications aims to define the various aspects that are necessary to achieve the vision of inter-operable
-interchange of provenance information in heterogeneous environments such as the Web.  
-The specifications are as follows.
+
+<h4>PROV Family of Specifications</h4>
+This document is part of the PROV family of specifications, a set of specifications defining various aspects that are necessary to achieve the vision of inter-operable
+interchange of provenance information in heterogeneous environments such as the Web.  The specifications are:
 <ul>
-<li> PROV-DM, the PROV data model for provenance,</li>
-<li> PROV-DM-CONSTRAINTS, a set of constraints applying to the PROV data model,</li>
-<li> PROV-N, a notation for provenance aimed at human consumption,</li>
-<li> PROV-O, the PROV ontology, an OWL-RL ontology allowing the mapping of PROV to RDF,</li>
-<li> PROV-AQ, the mechanisms for accessing and querying provenance (this document), </li>
-<li> PROV-PRIMER, a primer for the PROV data model,</li>
-<li> PROV-SEM, a formal semantics for the PROV data model.</li>
-<li> PROV-XML, an XML schema for the PROV data model.</li>
+<li> <a href="http://www.w3.org/TR/prov-dm/">PROV-DM</a>, the PROV data model for provenance [[PROV-DM]];</li>
+<li> <a href="http://www.w3.org/TR/prov-constraints/">PROV-CONSTRAINTS</a>, a set of constraints applying to the PROV data model [[PROV-CONSTRAINTS]];</li>
+<li> <a href="http://www.w3.org/TR/prov-n/">PROV-N</a>, a notation for provenance aimed at human consumption [[PROV-N]];</li>
+<li> <a href="http://www.w3.org/TR/prov-o/">PROV-O</a>, the PROV ontology, an OWL2 ontology allowing the mapping of PROV to RDF [[PROV-O]];</li>
+<li> <a href="http://www.w3.org/TR/prov-aq/">PROV-AQ</a>, the mechanisms for accessing and querying provenance (this document); </li>
+<li> <a href="http://www.w3.org/TR/prov-primer/">PROV-PRIMER</a>, a primer for the PROV data model [[PROV-PRIMER]].</li>
 </ul>
 <h4>How to read the PROV Family of Specifications</h4>
 <ul>