Mischa's proposed fixed http://lists.w3.org/Archives/Public/public-xg-webid/2011Dec/0126.html
--- a/spec/index-respec.html Mon Jan 09 20:45:15 2012 +0100
+++ b/spec/index-respec.html Mon Jan 09 21:47:28 2012 +0100
@@ -644,13 +644,14 @@
It is also very similar to the SPARQL query language.
</p>
<pre class="example" style="word-wrap: break-word; white-space: pre-wrap;">
- @prefix : <http://www.w3.org/ns/auth/cert#> .
+ @prefix cert: <http://www.w3.org/ns/auth/cert#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix bob: <https://bob.example/profile#> .
@prefix rdfs: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+ @prefix : <#> .
- bob:me a foaf:Person;
+ :me a foaf:Person;
foaf:name "Bob";
foaf:knows <https://example.edu/p/Alois#MSc>;
foaf:weblog <http://bob.example/blog>;
@@ -678,10 +679,10 @@
<body>
<!-- WebID HTML snippet. The xmlns declarations above can be moved into the div below if needed-->
<div about="#me" typeof="foaf:Person">
- <span property="foaf:name">Bob</span>
+ <p> My name is <span xml:lang="" property="foaf:name">Bob</span> and I like to <span rel="foaf:blog" href="http://bob.example/blog">blog fun stuff</span>
+ </p>
<h2>My Good Friends</h2>
<ul>
-
<li rel="foaf:knows" href="https://example.edu/p/Alois#MSc">Alois</li>
</ul>
<h2>My RSA Public Keys</h2>
@@ -689,7 +690,8 @@
<p>I made this key on the 23 November 2011 from my laptop.</p>
<div typeof="cert:RSAPublicKey">
<dl>
-
+ <dt>Comment</dt>
+ <dd property="rdfs:label">made on 23 November 2011 on my laptop<dd>
<dt>Modulus (hexadecimal)</dt>
<dd style="word-wrap: break-word; white-space: pre-wrap;"
property="cert:modulus" datatype="xsd:hexBinary">cb24ed85d64d794b69c701c186acc059501e856000f661c93204d8380e07191c5c8b368d2ac32a428acb970398664368dc2a867320220f755e99ca2eecdae62e8d15fb58e1b76ae59cb7ace8838394d59e7250b449176e51a494951a1c366c6217d8768d682dde78dd4d55e613f8839cf275d4c8403743e7862601f3c49a6366e12bb8f498262c3c77de19bce40b32f89ae62c3780f5b6275be337e2b3153ae2ba72a9975ae71ab724649497066b660fcf774b7543d980952d2e8586200eda4158b014e75465d91ecf93efc7ac170c11fc7246fc6ded79c37780000ac4e079f671fd4f207ad770809e0e2d7b0ef5493befe73544d8e1be3dddb52455c61391a1</dd>