Replaced foaf:weblog with foaf:img in examples.
--- a/spec/identity-respec.html Wed Feb 06 13:15:03 2013 +0100
+++ b/spec/identity-respec.html Wed Feb 06 13:48:02 2013 +0100
@@ -477,8 +477,8 @@
<dd>The name of the individual or agent.</dd>
<dt>foaf:knows</dt>
<dd>The WebID URI of a known person.</dd>
- <dt>foaf:weblog</dt>
- <dd>The person or agent's blog URI</dd>
+ <dt>foaf:img</dt>
+ <dd>An image representing a person.</dd>
</dl>
</section>
</section>
@@ -499,7 +499,7 @@
<#me> a foaf:Person;
foaf:name "Bob";
foaf:knows <https://example.edu/p/Alice#MSc>;
- foaf:weblog <http://bob.example/blog>.
+ foaf:img <http://bob.example/picture.jpg>.
</pre>
</section>
<section class="informative">
@@ -510,8 +510,7 @@
</p>
<pre class="example" style="word-wrap: break-word; white-space: pre-wrap;">
<div vocab="http://xmlns.com/foaf/0.1/" about="#me" typeof="foaf:Person">
- <p>My name is <span property="name">Bob</span> and I like to <a property="weblog" href="http://bob.example/blog">blog fun stuff</a>
- </p>
+ <p>My name is <span property="name">Bob</span> and this is how I look like: <img property="img" src="http://bob.example/picture.jpg" title="Bob" alt="Bob" /></p>
<h2>My Good Friends</h2>
<ul>
<li property="knows" href="https://example.edu/p/Alice#MSc">Alice</li>
@@ -545,7 +544,7 @@
<#me> a foaf:Person;
foaf:name "Bob";
<strong>rdfs:seeAlso <https://bob.example/friends>;</strong>
- foaf:weblog <http://bob.example/blog>.
+ foaf:img <http://bob.example/picture.jpg>.
</pre>
<p>Where https://bob.example/friends is a reference to an ACL protected document containing:</p>