Issue 154 - add property for provenance-service in RDF data
authorGraham Klyne
Thu, 05 Jan 2012 12:08:44 +0000
changeset 1327 545eed1a2739
parent 1326 7ccebaf97e34
child 1328 85d0de84f224
Issue 154 - add property for provenance-service in RDF data
paq/prov-aq.html
--- a/paq/prov-aq.html	Thu Jan 05 11:01:27 2012 +0000
+++ b/paq/prov-aq.html	Thu Jan 05 12:08:44 2012 +0000
@@ -369,10 +369,13 @@
           If a resource is represented as RDF (in any of its recognized syntaxes, including RDFa), it may contain references to its own provenance using additional RDF statements.
         </p>
         <p>
-          For this purpose a new RDF property, <code>prov:hasProvenance</code>, is defined as a relation between two resources, where the object of the property is a resource that provides provenance information about the subject resource.  Multiple <code>prov:hasProvenance</code> assertions may be made about a subject resource.
+          For this purpose a new RDF property, <code>prov:hasProvenance</code>, is defined as a relation between two resources, where the object of the property is a resource that provides provenance information about the subject resource.  Multiple <code>prov:hasProvenance</code> assertions may be made about a subject resource.  This property corresponds to a <a href="#registration-template-for-link-relation---provenance">"provenance" link relation</a> used with an HTTP <code>Link</code> header field, or HTML <code>&lt;link&gt;</code> element.
         </p>
         <p>
-          Another new RDF property, <code>prov:hasAnchor</code>, is defined to allow the RDF content to specify one or more <a class="internalDFN">entity-URI</a>s of the RDF document for the purpose of provenance information (similar to the use of the "anchor" link relation in HTML).
+          The RDF property, <code>prov:hasAnchor</code>, is defined to allow the RDF content to specify one or more <a class="internalDFN">entity-URI</a>s of the RDF document for the purpose of provenance information.  This corresponds to use of the "anchor" parameter in an HTTP "provenance" <code>Link</code> header field, or an <a href="#registration-template-for-link-relation---anchor">"anchor" link relation</a> in an HTML <code>&lt;link&gt;</code> element).
+        </p>
+        <p>
+          Another new RDF property, <code>prov:hasProvenanceService</code>, is defined to allow the RDF content to specify one or more <a class="internalDFN">service-URI</a>s 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>
         <p class="TODO">
           @@TODO: document namespace.  Check naming style.  Use provenance model namespace?  Define as part of model?<br/>