Fixed HTML validator errors.
authorDominik Tomaszuk <ddooss@wp.pl>
Mon, 03 Oct 2011 12:36:15 +0200
changeset 159 0630b618368b
parent 158 8f947b0aae8b
child 160 711cb645c543
Fixed HTML validator errors.
ontologies/rdfa/cert.html
ontologies/rdfa/template_cert.html
--- a/ontologies/rdfa/cert.html	Mon Oct 03 12:27:46 2011 +0200
+++ b/ontologies/rdfa/cert.html	Mon Oct 03 12:36:15 2011 +0200
@@ -182,8 +182,8 @@
   			<td><span property="vs:term_status" >unstable</span></td></tr>
   			
   			<tr><th>Has sub class</th>
- <td>  <a href="#PublicKey">Public Key</a>
- <a href="#PrivateKey">Private Key</a>
+ <td>  <a href="#PrivateKey">Private Key</a>
+ <a href="#PublicKey">Public Key</a>
  </td></tr><tr><th colspan="2">OWL Class</th>
  <td>  </td></tr>
   			</table>
@@ -268,7 +268,7 @@
 <h3>Properties</h3>
  
 
-<div class="specterm" id="hex" about="http://www.w3.org/ns/auth/cert#hex" typeof="owl:InverseFunctionalProperty">
+<div class="specterm" id="hex" about="http://www.w3.org/ns/auth/cert#hex" typeof="owl:DatatypeProperty">
   			<h4>Property: http://www.w3.org/ns/auth/cert#:hex</h4> 
   			<em property="rdfs:label" >hex</em> - <span property="rdfs:comment" >An encoding of a positive integer (from 0 to infinity) as a hexadecimal string that makes it easy to read and/or fun to present on the web. 
 The purpose of this way of representing hexadecimals is to enable users to copy and paste hexadecimal notations as shown by most browsers, keychains or tools such as opensso, into their rdf representation of choice.There are a wide variety of ways in which such strings can be presented. One finds the following e1 dc d5 e1 00 8f 21 5e d5 cc 7c 7e c4 9c ad 86 64 aa dc 29 f2 8d d9 56 7f 31 b6 bd 1b fd b8 ee 51 0d 3c 84 59 a2 45 d2 13 59 2a 14 82 1a 0f 6e d3 d1 4a 2d a9 4c 7e db 90 07 fc f1 8d a3 8e 38 25 21 0a 32 c1 95 31 3c ba 56 cc 17 45 87 e1 eb fd 9f 0f 82 16 67 9f 67 fa 91 e4 0d 55 4e 52 c0 66 64 2f fe 98 8f ae f8 96 21 5e ea 38 9e 5c 4f 27 e2 48 ca ca f2 90 23 ad 99 4b cc 38 32 6d bf Or the same as the above, with ':' instead of spaces. We can't guarantee that these are the only ways such tools will present hexadecimals, so we are very lax. The letters can be uppercase or lowercase, or mixed.
@@ -278,8 +278,8 @@
   			<td><span property="vs:term_status" >unstable</span></td></tr>
   			
   			<tr><th colspan="2">Datatype Property</th>
- <td> <span rel="rdf:type" href="http://www.w3.org/2002/07/owl#DatatypeProperty"></span> </td></tr><tr><th colspan="2">Inverse Functional Property</th>
- <td>  </td></tr>
+ <td>  </td></tr><tr><th colspan="2">Inverse Functional Property</th>
+ <td> <span rel="rdf:type" href="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"></span> </td></tr>
   			</table>
   			
   			<p style="float: right; font-size: small;">[<a href="#hex">#</a>] <!-- hex --> [<a href="#glance">back to top</a>]</p>
@@ -329,7 +329,7 @@
   			<p style="float: right; font-size: small;">[<a href="#public_key">#</a>] <!-- public_key --> [<a href="#glance">back to top</a>]</p>
   			<br/>
   			</div>
-<div class="specterm" id="decimal" about="http://www.w3.org/ns/auth/cert#decimal" typeof="owl:InverseFunctionalProperty">
+<div class="specterm" id="decimal" about="http://www.w3.org/ns/auth/cert#decimal" typeof="owl:DatatypeProperty">
   			<h4>Property: http://www.w3.org/ns/auth/cert#:decimal</h4> 
   			<em property="rdfs:label" >decimal</em> - <span property="rdfs:comment" >An encoding of an integer in base 10 notation. Use cert:int instead.</span> <br /><table style="float: top;">
   			<tr><th>Status:</th>
@@ -340,8 +340,8 @@
   			<tr><th>Range:</th>
  <td>  <span rel="rdfs:range" href="http://www.w3.org/2001/XMLSchema#string"><a href="http://www.w3.org/2001/XMLSchema#string">xsd:string</a></span>
  </td></tr><tr><th colspan="2">Datatype Property</th>
- <td> <span rel="rdf:type" href="http://www.w3.org/2002/07/owl#DatatypeProperty"></span> </td></tr><tr><th colspan="2">Inverse Functional Property</th>
- <td>  </td></tr>
+ <td>  </td></tr><tr><th colspan="2">Inverse Functional Property</th>
+ <td> <span rel="rdf:type" href="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"></span> </td></tr>
   			</table>
   			
   			<p style="float: right; font-size: small;">[<a href="#decimal">#</a>] <!-- decimal --> [<a href="#glance">back to top</a>]</p>
@@ -358,7 +358,7 @@
 </div>
 
 <!-- dirty hack for specgen -->
-<span about="http://www.w3.org/ns/auth/cert#PGPCertificate" rel="owl:equivalentClass" href="http://xmlns.com/wot/0.1/PubKey"></span>
+<div style="display: none"><span about="http://www.w3.org/ns/auth/cert#PGPCertificate" rel="owl:equivalentClass" href="http://xmlns.com/wot/0.1/PubKey"></span></div>
 
 
 <h2 id="sec-ack">Acknowledgments</h2>
--- a/ontologies/rdfa/template_cert.html	Mon Oct 03 12:27:46 2011 +0200
+++ b/ontologies/rdfa/template_cert.html	Mon Oct 03 12:36:15 2011 +0200
@@ -145,7 +145,7 @@
 %s
 
 <!-- dirty hack for specgen -->
-<span about="http://www.w3.org/ns/auth/cert#PGPCertificate" rel="owl:equivalentClass" href="http://xmlns.com/wot/0.1/PubKey"></span>
+<div style="display: none"><span about="http://www.w3.org/ns/auth/cert#PGPCertificate" rel="owl:equivalentClass" href="http://xmlns.com/wot/0.1/PubKey"></span></div>
 
 
 <h2 id="sec-ack">Acknowledgments</h2>