fixing html validation
authorPaul Groth <p.t.groth@vu.nl>
Wed, 13 Jun 2012 14:51:43 -0500
changeset 3307 3d02801b5b31
parent 3306 a0ef1d34b796
child 3308 29328db9b560
fixing html validation
paq/releases/WD-prov-aq-20120619/prov-aq.html
--- 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>&lt;link&gt;</code> element to the HTML <code>&lt;head&gt;</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 @@
         ...
      &lt;/body&gt;
   &lt;/html&gt;</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>&lt;link&gt;</code> element.
         </p>
         <pre class="example code">
-    @prefix prov: &lt;<provns/>&gt;
+    @prefix prov: &lt;provns/&gt;
 
     &lt;&gt; dcterms:title      "Welcome to example.com" ;
        prov:hasAnchor     &lt;http://example.com/data/resource.rdf&gt; ;