Minor edits to text; revised CSS for external links to use actual image file.
authorGraham Klyne
Thu, 18 Apr 2013 10:08:53 +0100
changeset 6214 5561e8429610
parent 6213 f99a7ea128c1
child 6215 886a8d8e07c1
Minor edits to text; revised CSS for external links to use actual image file.
paq/css/prov-aq.css
paq/prov-aq.html
--- a/paq/css/prov-aq.css	Thu Apr 18 00:39:33 2013 -0600
+++ b/paq/css/prov-aq.css	Thu Apr 18 10:08:53 2013 +0100
@@ -198,6 +198,13 @@
 }
 */
 
+/*
 a.externalRef:after {
 content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=);
 }
+*/
+
+/* NOTE: relative to stylesheet, not document.. */
+a.externalRef:after {
+    content: url(images/external-link-ltr-icon.png);
+}
--- a/paq/prov-aq.html	Thu Apr 18 00:39:33 2013 -0600
+++ b/paq/prov-aq.html	Thu Apr 18 10:08:53 2013 +0100
@@ -257,7 +257,7 @@
     <section>
       <h2>Introduction</h2>
       <p>
-        The Provenance Data Model [[PROV-DM]], Provenance Ontology [[PROV-O]] and related specifications define how to represent provenance in the World Wide Web (see the [[PROV-OVERVIEW]]).
+        The Provenance Data Model [[PROV-DM]], Provenance Ontology [[PROV-O]] and related specifications define how to represent provenance on the World Wide Web (see the [[PROV-OVERVIEW]]).
       </p>
       <p>
         This note describes how standard web protocols may be used to locate, retrieve and query provenance records:
@@ -353,7 +353,7 @@
           In general, resources may vary over time and context.  E.g., a resource describing the weather in London changes from day-to-day, or a listing of restaurants near you will vary depending on your location.
         </p>
         <p>
-          Provenance records a history of the entities, activities, and people involved in producing an artifact, and may be collected from several sources at different times.  In order to create a meaningful history, the individual provenance records used must retain their intended meaning when interpreted in a context other than that in which they were collected.
+          Provenance records a history of the entities, activities, and people involved in producing an artifact, and may be collected from several sources at different times [[PROV-DM]].  In order to create a meaningful history, the individual provenance records used must retain their intended meaning when interpreted in a context other than that in which they were collected.
           Yet, we may still want to make provenance assertions about dynamic or context-dependent resources (e.g. a weather forecast for London on a particular day may have been derived from a particular set of Meteorological Office data).
         </p>
         <p>
@@ -372,7 +372,7 @@
         <p>
           The mechanisms described in this document are intended to allow a provider to supply information that allows a consumer to access <a class="internalDFN">provenance record</a>s, which themselves explicitly identify the <a class="internalDFN" href="#dfn-entity">entities</a> they describe.
           A provenance record may contain information about several entities, referring to them using their various <a class="internalDFN">target-URI</a>s.
-          Thus a consumer should be selective in its use of the information provided when interpreting a provenance record.
+          Thus, a consumer should be selective in its use of the information provided when interpreting a provenance record.
         </p>
         <p>
           A provenance record consumer will need to isolate information about the specific entity or entities of interest.  These may be <a class="internalDFN">constrained resource</a>s identified by separate target-URIs that differ from the resource URI, in which case the consumer needs to discover those target-URIs. The mechanisms defined later allow a provider to expose such URIs.
@@ -1248,6 +1248,8 @@
     </section>
  
 <!-- ===================================================================================== -->
+
+<!--
     
     <section class='appendix'>
       <h2>Changes log</h2>
@@ -1263,7 +1265,7 @@
             hg log -r tip:b665bc9447ce \
               - -template "<dt>{date|isodate} {node|short} {author}</dt><dd>{desc}</dd>\n" \
               prov-aq.html
-          -->
+          - ->
         <dl>
 <dt>2013-04-12 12:07 +0100 dae5268c75c0 Graham Klyne</dt><dd>Add some text clarifying that pingback provenance may be about new entities; result of dereferencing 'target-URI' not specified</dd>
 <dt>2013-04-12 11:32 +0100 a89cc91fa022 Graham Klyne</dt><dd>Remove 'at risk' note from section on pingback</dd>
@@ -1289,11 +1291,11 @@
 
       <section>
         <h2>Changes since 20120619 publication</h2>
-        <!--
+        <!- -
             hg log -r tip:d0af0446868d \
               - -template "<dt>{date|isodate} {node|short} {author}</dt><dd>{desc}</dd>\n" \
               prov-aq.html
-          -->
+          - ->
         <dl>
 <dt>2013-02-27 16:23 +0000 35385cbbfb9f Graham Klyne</dt><dd>Further refinements and bug fixes in the forward provenance section</dd>
 <dt>2013-02-27 15:33 +0000 2dfd7fac85c9 Graham Klyne</dt><dd>Merge</dd>
@@ -1372,6 +1374,7 @@
           </dl>
       </section>
     </section>
+-->
 
 <!-- ===================================================================================== -->