replaced erroneous xsd:integer with xsd:hexBinary
authorHenry Story <henry.story@bblfish.net>
Fri, 25 Nov 2011 22:37:41 +0100
changeset 216 ece4b9f9d2e5
parent 215 d1c18d822e98
child 217 d5420d74b48a
replaced erroneous xsd:integer with xsd:hexBinary
spec/index-respec.html
--- a/spec/index-respec.html	Fri Nov 25 22:25:42 2011 +0100
+++ b/spec/index-respec.html	Fri Nov 25 22:37:41 2011 +0100
@@ -881,7 +881,7 @@
 </thead>
 <tbody>
 <tr><td><code>?webid</code></td><td>should be replaced by the WebID Resource. In the SPARQL notation that is the URL string would be placed between <code>&lt;...&gt;</code> in the position of the <code>?webid</code> variable. </td></tr>
-<tr><td><code>?mod</code></td><td>should be replaced by the modulus written as a xsd:hexBinary as specified by the <a href="http://www.w3.org/ns/auth/cert#modulus">cert:modulus</a> relation. All leading double 0 bytes (written  "00" in hexadecimal) should be removed. The resulting hexadecmial should then be placed in the space of the XXX in <code>"XXX"^^xsd:integer</code> </td></tr>
+<tr><td><code>?mod</code></td><td>should be replaced by the modulus written as a xsd:hexBinary as specified by the <a href="http://www.w3.org/ns/auth/cert#modulus">cert:modulus</a> relation. All leading double 0 bytes (written  "00" in hexadecimal) should be removed. The resulting hexadecmial should then be placed in the space of the XXX in <code>"XXX"^^xsd:hexBinary</code> </td></tr>
 <tr><td><code>?exp</code></td><td>should be replaced by the public exponent written as an xsd:integer typed literal. In SPARQL as in Turtle notation this can just be written directly as an integer.</td></tr>
 </tbody>
 </table>