--- a/paq/releases/WD-prov-aq-20120619/prov-aq.html Wed Jun 13 14:50:18 2012 -0500
+++ b/paq/releases/WD-prov-aq-20120619/prov-aq.html Wed Jun 13 14:51:43 2012 -0500
@@ -383,7 +383,7 @@
<section>
<h2>Resource represented as HTML</h2>
- <p>
+ <div>
For a document presented as HTML or XHTML, without regard for how it has been obtained, provenance information may be associated with a resource by adding a <code><link></code> element to the HTML <code><head></code> section.
Two new link relation types for referencing provenance information are registered according to the template in <a href="#iana-considerations" class="sectionRef"></a>, and may be used as shown:
<pre class="pattern">
@@ -397,7 +397,7 @@
...
</body>
</html></pre>
- </p>
+ </div>
<p>
The <code><cite>provenance-URI</cite></code> given by the <code>provenance</code> link element identifies the provenance-URI for the document.
</p>
@@ -458,7 +458,7 @@
Property <code>prov:hasProvenanceService</code> specifies a <a class="internalDFN">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><link></code> element.
</p>
<pre class="example code">
- @prefix prov: <<provns/>>
+ @prefix prov: <provns/>
<> dcterms:title "Welcome to example.com" ;
prov:hasAnchor <http://example.com/data/resource.rdf> ;