Revised description of recommended provenance formats per WG discussion. Added reference to HTTP 1.1 spec.
authorGraham Klyne
Mon, 25 Mar 2013 15:21:26 +0000
changeset 5973 b665bc9447ce
parent 5959 ef648a0bbf6a
child 5974 4f3bbad454f0
Revised description of recommended provenance formats per WG discussion. Added reference to HTTP 1.1 spec.
paq/prov-aq.html
--- a/paq/prov-aq.html	Mon Mar 25 11:59:41 2013 +0000
+++ b/paq/prov-aq.html	Mon Mar 25 15:21:26 2013 +0000
@@ -18,7 +18,7 @@
 -->
     <!-- Include bibliography file defined for PROV-DM: -->
     <script src="../model/provbib.js" class="remove"></script>
-    <!-- Define bibliography specific for PROV-AQ: @@TODO merge all additional bibliographies for PROV documents? -->
+
     <script class='remove'>
       var addExtraReferences = function() {
           for (var k in extraReferences)
@@ -268,7 +268,7 @@
           </li>
         </ul>
       <p>
-        Most mechanisms described in this note are independent of the provenance format used, and may be used to access provenance in any available format.  For interoperable provenance publication, use of PROV-O represented in a standardized RDF format is recommended.  Where alternative formats are available, selection may be made by content negotiation.
+        Most mechanisms described in this note are independent of the provenance format used, and may be used to access provenance in any available format.  For interoperable provenance publication, use of PROV represented in any of its specified formats is recommended.  Where alternative formats are available, selection may be made by HTTP content negotiation [[HTTP11]].
       </p>
       <p>
         For ease of reference, the main body of this document contains some links to external web pages.  Such links are distinguished from internal references thus: <a href="http://www.w3.org/2011/prov/wiki/Main_Page" class="externalRef">W3C Provenance Working Group</a>.
@@ -701,7 +701,7 @@
     <section>
       <h2>Provenance query services</h2>
       <p>
-        This section describes a simple HTTP query protocol for accessing provenance records, and also a mechanism for locating a SPARQL service endpoint [[SPARQL-SD]]. The HTTP protocol specifies HTTP operations for retrieving provenance records from a provenance query service, following the approach of the SPARQL Graph Store HTTP Protocol [[SPARQL-HTTP]].
+        This section describes a simple HTTP query protocol for accessing provenance records, and also a mechanism for locating a SPARQL service endpoint [[SPARQL-SD]]. The HTTP query protocol specifies HTTP operations [[HTTP11]] for retrieving provenance records from a provenance query service, following the approach of the SPARQL Graph Store HTTP Protocol [[SPARQL-HTTP]].
       </p>
       <p>
         The introduction of query services is motivated by the following possible considerations: 
@@ -919,7 +919,7 @@
         </p>
         <p>
           The direct HTTP query service may return provenance in any available format.
-          For interoperable provenance publication, use of the PROV-O vocabulary [[PROV-O]] represented in a standardized RDF format is recommended.  Where alternative formats are available, selection may be made by content negotiation, using <code>Accept:</code> header fields in the HTTP request.
+          For interoperable provenance publication, use of PROV represented in any of its specified formats is recommended.  Where alternative formats are available, selection may be made by content negotiation, using <code>Accept:</code> header fields in the HTTP request.
           Services MUST identify the <code>Content-Type</code> of the provenance returned.
         </p>
         <p>