Issue 172 - in section 3.3, clarify purpose of prov:hasAnchor
authorGraham Klyne
Thu, 05 Jan 2012 13:03:58 +0000
changeset 1331 4301ff1aa7d8
parent 1330 15098e7a7b58
child 1332 4c5bbfa9165b
Issue 172 - in section 3.3, clarify purpose of prov:hasAnchor
paq/prov-aq.html
--- a/paq/prov-aq.html	Thu Jan 05 12:41:19 2012 +0000
+++ b/paq/prov-aq.html	Thu Jan 05 13:03:58 2012 +0000
@@ -376,7 +376,8 @@
           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>
-          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).
+          The RDF property, <code>prov:hasAnchor</code>, is defined to allow the RDF content to specify an <a class="internalDFN">entity-URI</a> used in the provenance information to refer to the RDF document.
+          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, which similarly indicate a URI used by the provenance information to refer to the described document.
         </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.