pubrules fixing...
authorPaul Groth <p.t.groth@vu.nl>
Wed, 13 Jun 2012 15:58:00 -0500
changeset 3319 a7b630766019
parent 3318 8980cb704a5f
child 3320 1a5e05e8e1e9
pubrules fixing...
paq/releases/WD-prov-aq-20120619/Overview.html
--- a/paq/releases/WD-prov-aq-20120619/Overview.html	Wed Jun 13 15:52:23 2012 -0500
+++ b/paq/releases/WD-prov-aq-20120619/Overview.html	Wed Jun 13 15:58:00 2012 -0500
@@ -478,7 +478,7 @@
 pre.sh_sourceCode .sh_attribute { color: #006400; }
 
 </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css" charset="utf-8"></head>
-  <body about="http://dvcs.w3.org/hg/prov/raw-file/default/paq/releases/WD-prov-aq-20120619/prov-aq.html" style="display: inherit; "><div class="head"><p><a href="http://www.w3.org/"><img width="72" height="48" src="http://www.w3.org/Icons/w3c_home" alt="W3C"></a></p><h1 class="title" id="title">PROV-AQ: Provenance Access and Query</h1><h2 id="w3c-working-draft-19-june-2012"><acronym title="World Wide Web Consortium">W3C</acronym> Working Draft 19 June 2012</h2><dl><dt>This version:</dt><dd><a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/">http://www.w3.org/TR/2012/WD-prov-aq-20120619/</a></dd><dt>Latest published version:</dt><dd><a href="http://www.w3.org/TR/prov-aq/">http://www.w3.org/TR/prov-aq/</a></dd><dt>Latest editor's draft:</dt><dd><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html">http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html</a></dd><dt>Previous version:</dt><dd><a href="http://www.w3.org/TR/2012/WD-prov-aq-20120110/">http://www.w3.org/TR/2012/WD-prov-aq-20120110/</a></dd><dt>Editors:</dt><dd><span>Graham Klyne</span>, <a href="http://www.ox.ac.uk/">University of Oxford</a></dd>
+  <body style="display: inherit; "><div class="head"><p><a href="http://www.w3.org/"><img width="72" height="48" src="http://www.w3.org/Icons/w3c_home" alt="W3C"></a></p><h1 class="title" id="title">PROV-AQ: Provenance Access and Query</h1><h2 id="w3c-working-draft-19-june-2012"><acronym title="World Wide Web Consortium">W3C</acronym> Working Draft 19 June 2012</h2><dl><dt>This version:</dt><dd><a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/">http://www.w3.org/TR/2012/WD-prov-aq-20120619/</a></dd><dt>Latest published version:</dt><dd><a href="http://www.w3.org/TR/prov-aq/">http://www.w3.org/TR/prov-aq/</a></dd><dt>Latest editor's draft:</dt><dd><a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html">http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html</a></dd><dt>Previous version:</dt><dd><a href="http://www.w3.org/TR/2012/WD-prov-aq-20120110/">http://www.w3.org/TR/2012/WD-prov-aq-20120110/</a></dd><dt>Editors:</dt><dd><span>Graham Klyne</span>, <a href="http://www.ox.ac.uk/">University of Oxford</a></dd>
 <dd><span>Paul Groth</span>, <a href="http://www.vu.nl/">VU University Amsterdam</a></dd>
 <dt>Authors:</dt><dd><a href="http://www.ecs.soton.ac.uk/~lavm/">Luc Moreau</a>, University of Southampton</dd>
 <dd><a href="http://olafhartig.de/">Olaf Hartig</a>, Invited Expert</dd>
@@ -774,7 +774,7 @@
         <p>
           Property <code>prov:hasProvenanceService</code> specifies a <a class="internalDFN" href="#dfn-service-uri">service-URI</a> associated with the RDF document for possible access to provenance information.  This property corresponds to a <a href="#registration-template-for-link-relation---provenance-service">provenance-service link relation</a> used with an HTTP <code>Link</code> header field, or HTML <code>&lt;link&gt;</code> element.
         </p>
-        <pre class="example code">@prefix prov: &lt;<provns>&gt;
+        <pre class="example code">@prefix prov: &lt;http://www.w3.org/ns/prov#&gt;
 
 &lt;&gt; dcterms:title      "Welcome to example.com" ;
    prov:hasAnchor     &lt;http://example.com/data/resource.rdf&gt; ;
@@ -783,7 +783,7 @@
     :
    (RDF data)
     :
-    </provns></pre>
+    </pre>
       </div>
 
       <div id="arbitrary-data" class="section">
@@ -852,7 +852,7 @@
           This specification does not define any specific mechanism for discovering provenance services.  Applications may use any appropriate mechanism, including but not limited to: prior configuration, search engines, service registries, etc.
         </p>
         <p>
-          To facilitate service discovery, we recommend that RDF publication of service descriptions uses the provenance service type <code><provns>ProvenanceService</provns></code>, defined by the provenance ontology [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-O">PROV-O</a></cite>].
+          To facilitate service discovery, we recommend that RDF publication of service descriptions uses the provenance service type <code>prov:ProvenanceService</code>, defined by the provenance ontology [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-O">PROV-O</a></cite>].
           The RDF service description example below in <a href="#provenance-service-description" class="sectionRef">section 4.3 Provenance service description</a> shows this use.
         </p>
         <p class="TODO">
@@ -915,12 +915,12 @@
           <h4><span class="secno">5.1.1 </span>Find a provenance-URI given a target-URI</h4>
           <p>
             If the requester has a <a class="internalDFN" href="#dfn-target-uri">target-URI</a>, a simple SPARQL query may be used to return the corresponding <a class="internalDFN" href="#dfn-provenance-uri">provenance-URI</a>. E.g., if the original resource has a target-URI <code>http://example.org/resource</code>:
-            </p><pre class="example code">@prefix prov: &lt;<provns>&gt;
+            </p><pre class="example code">@prefix prov: &lt;http://www.w3c.org/ns/prov#&gt;
 SELECT ?provenance_uri WHERE
 {
   &lt;http://example.org/resource&gt; prov:hasProvenance ?provenance_uri
 }
-          </provns></pre>
+          </pre>
           <p></p>
         </div>
 
@@ -928,13 +928,13 @@
           <h4><span class="secno">5.1.2 </span>Find Provenance-URI given identifying information about a resource</h4>
           <p>
             If the requester has identifying information that is not the URI of the original resource, then they will need to construct a more elaborate query to locate a resource description and obtain its provenance-URI(s).  The nature of identifying information that can be used in this way will depend upon the third party service used, further definition of which is out of scope for this specification.  For example, a query for a document identified by a DOI, say <code>1234.5678</code>, using the PRISM vocabulary [<cite><a class="bibref" rel="biblioentry" href="#bib-PRISM">PRISM</a></cite>] recommended by FaBio [<cite><a class="bibref" rel="biblioentry" href="#bib-FABIO">FABIO</a></cite>], might look like this:
-            </p><pre class="example code">@prefix prov: &lt;<provns>&gt;
+            </p><pre class="example code">@prefix prov: &lt;http://www.w3c.org/ns/prov#&gt;
 @prefix prism: &lt;http://prismstandard.org/namespaces/basic/2.0/&gt;
 SELECT ?provenance_uri WHERE
 {
   [ prism:doi "1234.5678" ] prov:hasProvenance ?provenance_uri
 }
-          </provns></pre>
+          </pre>
           <p></p>
         </div>
 
@@ -945,12 +945,12 @@
           </p>
           <p>
             If the original resource has a URI <code>http://example.org/resource</code>, a SPARQL query for provenance information might look like this: 
-            </p><pre class="example code">@prefix prov: &lt;<provns>&gt;
+            </p><pre class="example code">@prefix prov: &lt;http://www.w3c.org/ns/prov#&gt;
 SELECT ?generationStartTime WHERE {
     &lt;http://example.org/resource&gt; prov:wasGeneratedBy ?activity .
     ?activity prov:startedAtTime ?generationStartTime .
 }
-          </provns></pre>
+          </pre>
           <p></p>
           <p>
             This query extracts a "generation start time" for an artifact by following links to the start time of the activity which generated it.
@@ -1125,8 +1125,8 @@
         This specification defines the following additional names in the provenance namespace.
       </p>
       <p>
-        The provenance namespace URI is <provns>.
-      </provns></p>
+        The provenance namespace URI is http://www.w3c.org/ns/prov#.
+      </p>
       <p>
         </p><table>
           <tbody><tr>