use bob: prefix everywhere. also fix minor typo
authorStephane Corlosquet <scorlosquet@gmail.com>
Mon, 09 Jan 2012 16:22:19 -0500
changeset 271 05e2b66480cc
parent 270 dc8abb0de027
child 272 b00fb7047fbf
use bob: prefix everywhere. also fix minor typo
spec/index-respec.html
--- a/spec/index-respec.html	Mon Jan 09 21:51:16 2012 +0100
+++ b/spec/index-respec.html	Mon Jan 09 16:22:19 2012 -0500
@@ -436,7 +436,7 @@
 
 <dt><tdef>Verification Agent</tdef> or <tdef>WebID Verifier</tdef></dt>
 <dd>A WebID Verifier takes a <tref>WebID Claim</tref> and checks that it is currently true, as explained in <a href="#verifying-the-webids">Verifying the WebIDs</a> section. 
-A WebID Verification Agent MUST be able to parse documents in TURTLE [[!TURTLE]] , RDF/XML [[!RDF-SYNTAX-GRAMMAR]]  and RDFa [[!RDFA-SYNTAX]].
+A WebID Verification Agent MUST be able to parse documents in TURTLE [[!TURTLE]], RDF/XML [[!RDF-SYNTAX-GRAMMAR]] and RDFa [[!RDFA-SYNTAX]].
 </dd>
 
 <dt><tdef>WebID Certificate</tdef></dt>
@@ -502,13 +502,13 @@
     <td>http://xmlns.com/foaf/0.1/</td>
   </tr>
   <tr>
-    <td><code>ex</code></td>
+    <td><code>bob</code></td>
     <td>https://bob.example/profile#</td>
   </tr>
   </tbody>
 </table>
 
-<p>The ex: namespace is a URI that refers to Bob's profile, where Bob is an imaginary character well known in security circles.</p>
+<p>The bob: namespace is a URI that refers to Bob's profile, where Bob is an imaginary character well known in security circles.</p>
 </section>
 </section>
 
@@ -854,7 +854,7 @@
 <h2>Processing the WebID Profile</h2>
 
 <p>The Verification Agent needs to fetch the document, if it does not have a valid one in cache.  
-The WebID <tref>Verification Agent</tref> MUST be able to parse documents in TURTLE [[!TURTLE]] , RDF/XML [[!RDF-SYNTAX-GRAMMAR]]  and RDFa [[!RDFA-SYNTAX]].
+The WebID <tref>Verification Agent</tref> MUST be able to parse documents in TURTLE [[!TURTLE]], RDF/XML [[!RDF-SYNTAX-GRAMMAR]] and RDFa [[!RDFA-SYNTAX]].
 The result of this processing should be a graph of RDF relations that is queryable, as explained in the next section.</p>
 <p class="note">
 It is suggested that the <tref>Verification Agent</tref> should set the Accept-Header to request <code>application/rdf+xml</code> with a higher priority than <code>text/html</code> and <code>application/xhtml+xml</code>.  The reason is that it is quite likely that many sites will produce non marked up HTML and leave the graph to the pure rdf formats.