Small changes in rsa rdfa
authorDominik Tomaszuk <ddooss@wp.pl>
Mon, 03 Oct 2011 12:23:44 +0200
changeset 157 f9edd4b9fc54
parent 156 5ba66edeacbf
child 158 8f947b0aae8b
Small changes in rsa rdfa
ontologies/rdfa/rsa.html
--- a/ontologies/rdfa/rsa.html	Sun Oct 02 23:48:48 2011 +0200
+++ b/ontologies/rdfa/rsa.html	Mon Oct 03 12:23:44 2011 +0200
@@ -64,7 +64,7 @@
 <ul>
 <li><a href="#sec-glance">The RSA Ontology at a glance</a></li>
 <li><a href="#sec-example">Examples</a></li>
-<li><a href="#sec-crossref">Cross-reference for Cert classes and properties</a></li>
+<li><a href="#sec-crossref">Cross-reference for classes and properties</a></li>
 <li><a href="#sec-ack">Acknowledgments</a></li>
 </ul>
 
@@ -102,7 +102,7 @@
 </div>
 
 <h2 id="sec-example">Examples</h2>
-<pre>@prefix cert: &lt;http://www.w3.org/ns/auth/cert#&gt; .
+<pre> @prefix cert: &lt;http://www.w3.org/ns/auth/cert#&gt; .
  @prefix rsa: &lt;http://www.w3.org/ns/auth/rsa#&gt; .
  @prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
  @prefix : &lt;https://joe.example/profile#&gt; .
@@ -152,14 +152,14 @@
 </div>
 
 <!-- and this is the bulk of the vocab descriptions -->
-<div class="termlist"><h3>Classes and Properties (full detail)</h3>
+<div class="termlist">
 <div class='termdetails'><br />
 
-<h2>Classes</h2>
+<h3>Classes</h3>
  
 
 <div class="specterm" id="RSAKey" about="http://www.w3.org/ns/auth/rsa#RSAKey" typeof="owl:Class">
-  			<h3>Class: http://www.w3.org/ns/auth/rsa#:RSAKey</h3> 
+  			<h4>Class: http://www.w3.org/ns/auth/rsa#:RSAKey</h4> 
   			<em property="rdfs:label" >RSA Key</em> - <span property="rdfs:comment" >The union of the public and private components of an RSAKey. Usually those pieces are not kept together.</span> <br /><table style="float: top;">
   			<tr><th>Status:</th>
   			<td><span property="vs:term_status" >unstable</span></td></tr>
@@ -169,8 +169,8 @@
   			<tr><th>Sub class of</th>
  <td>  <span rel="rdfs:subClassOf" href="http://www.w3.org/ns/auth/cert#Key"><a href="http://www.w3.org/ns/auth/cert#Key">http://www.w3.org/ns/auth/cert#:Key</a></span>
  </td></tr><tr><th>Has sub class</th>
- <td>  <a href="#RSAPublicKey">RSA Public Key</a>
- <a href="#RSAPrivateKey">RSA Private Key</a>
+ <td>  <a href="#RSAPrivateKey">RSA Private Key</a>
+ <a href="#RSAPublicKey">RSA Public Key</a>
  </td></tr><tr><th colspan="2">OWL Class</th>
  <td>  </td></tr>
   			</table>
@@ -178,7 +178,7 @@
   			<p style="float: right; font-size: small;">[<a href="#RSAKey">#</a>] <!-- RSAKey --> [<a href="#glance">back to top</a>]</p>
   			<br/>
   			</div><div class="specterm" id="RSAPrivateKey" about="http://www.w3.org/ns/auth/rsa#RSAPrivateKey" typeof="owl:Class">
-  			<h3>Class: http://www.w3.org/ns/auth/rsa#:RSAPrivateKey</h3> 
+  			<h4>Class: http://www.w3.org/ns/auth/rsa#:RSAPrivateKey</h4> 
   			<em property="rdfs:label" >RSA Private Key</em> - <span property="rdfs:comment" >A Private Key in the RSA framework</span> <br /><table style="float: top;">
   			<tr><th>Status:</th>
   			<td><span property="vs:term_status" >unstable</span></td></tr>
@@ -195,7 +195,7 @@
   			<p style="float: right; font-size: small;">[<a href="#RSAPrivateKey">#</a>] <!-- RSAPrivateKey --> [<a href="#glance">back to top</a>]</p>
   			<br/>
   			</div><div class="specterm" id="RSAPublicKey" about="http://www.w3.org/ns/auth/rsa#RSAPublicKey" typeof="owl:Class">
-  			<h3>Class: http://www.w3.org/ns/auth/rsa#:RSAPublicKey</h3> 
+  			<h4>Class: http://www.w3.org/ns/auth/rsa#:RSAPublicKey</h4> 
   			<em property="rdfs:label" >RSA Public Key</em> - <span property="rdfs:comment" >The RSA public key. Padded message m are encrypted by applying the function modulus(power(m,exponent),modulus).</span> <br /><table style="float: top;">
   			<tr><th>Status:</th>
   			<td><span property="vs:term_status" >unstable</span></td></tr>
@@ -212,11 +212,11 @@
   			<p style="float: right; font-size: small;">[<a href="#RSAPublicKey">#</a>] <!-- RSAPublicKey --> [<a href="#glance">back to top</a>]</p>
   			<br/>
   			</div>
-<h2>Properties</h2>
+<h3>Properties</h3>
  
 
 <div class="specterm" id="modulus" about="http://www.w3.org/ns/auth/rsa#modulus" typeof="owl:ObjectProperty">
-  			<h3>Property: http://www.w3.org/ns/auth/rsa#:modulus</h3> 
+  			<h4>Property: http://www.w3.org/ns/auth/rsa#:modulus</h4> 
   			<em property="rdfs:label" >modulus</em> - <span property="rdfs:comment" >The modulus of an RSA public and private key. This is defined as n = p*q.</span> <br /><table style="float: top;">
   			<tr><th>Status:</th>
   			<td><span property="vs:term_status" >unstable</span></td></tr>
@@ -232,7 +232,7 @@
   			<p style="float: right; font-size: small;">[<a href="#modulus">#</a>] <!-- modulus --> [<a href="#glance">back to top</a>]</p>
   			<br/>
   			</div><div class="specterm" id="private_exponent" about="http://www.w3.org/ns/auth/rsa#private_exponent" typeof="owl:ObjectProperty">
-  			<h3>Property: http://www.w3.org/ns/auth/rsa#:private_exponent</h3> 
+  			<h4>Property: http://www.w3.org/ns/auth/rsa#:private_exponent</h4> 
   			<em property="rdfs:label" >private exponent</em> - <span property="rdfs:comment" > The exponent used to decrypt the message calculated as public_exponent*private_exponent = 1 modulo totient(p*q). The private exponent is often named 'd'</span> <br /><table style="float: top;">
   			<tr><th>Status:</th>
   			<td><span property="vs:term_status" >unstable</span></td></tr>
@@ -248,7 +248,7 @@
   			<p style="float: right; font-size: small;">[<a href="#private_exponent">#</a>] <!-- private_exponent --> [<a href="#glance">back to top</a>]</p>
   			<br/>
   			</div><div class="specterm" id="public_exponent" about="http://www.w3.org/ns/auth/rsa#public_exponent" typeof="owl:ObjectProperty">
-  			<h3>Property: http://www.w3.org/ns/auth/rsa#:public_exponent</h3> 
+  			<h4>Property: http://www.w3.org/ns/auth/rsa#:public_exponent</h4> 
   			<em property="rdfs:label" >public exponent</em> - <span property="rdfs:comment" >The exponent used to encrypt the message. Number chosen between 1 and the totient(p*q). Often named 'e'.</span> <br /><table style="float: top;">
   			<tr><th>Status:</th>
   			<td><span property="vs:term_status" >unstable</span></td></tr>
@@ -272,9 +272,13 @@
 </div>
 
 <!-- other ns classes -->
-<span class="specterm" id="PrivateKey" about="http://www.w3.org/ns/auth/cert#PrivateKey" typeof="owl:Class"><span property="rdfs:label" content="Private Key"></span></span>
-<span class="specterm" id="PublicKey" about="http://www.w3.org/ns/auth/cert#PublicKey" typeof="owl:Class"><span property="rdfs:label" content="Public Key"></span></span>
-<h3 id="sec-ack">Acknowledgments</h3>
+<h3>Other vocabularies terms</h3>
+<ul>
+<li class="specterm" id="PrivateKey" about="http://www.w3.org/ns/auth/cert#PrivateKey" typeof="owl:Class"><em property="rdfs:label" content="Private Key"><a href="http://www.w3.org/ns/auth/cert.html#PrivateKey">Private Key</a></em></li>
+<li class="specterm" id="PublicKey" about="http://www.w3.org/ns/auth/cert#PublicKey" typeof="owl:Class"><em property="rdfs:label" content="Public Key"><a href="http://www.w3.org/ns/auth/cert.html#PublicKey">Public Key</a></em></li>
+</ul>
+
+<h2 id="sec-ack">Acknowledgments</h2>
 
 <p>The following people have been instrumental in providing thoughts, feedback,
 reviews, criticism and input in the creation of this specification:</p>