Replaced foaf:weblog with foaf:img in examples.
authorAndrei Sambra <andrei@fcns.eu>
Wed, 06 Feb 2013 13:48:02 +0100
changeset 336 681b90f3b5c2
parent 335 f2efb8de3e19
child 337 d96e60a38e3c
Replaced foaf:weblog with foaf:img in examples.
spec/identity-respec.html
--- 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 @@
  &lt;#me&gt; a foaf:Person;
    foaf:name "Bob";
    foaf:knows &lt;https://example.edu/p/Alice#MSc&gt;;
-   foaf:weblog &lt;http://bob.example/blog&gt;.
+   foaf:img &lt;http://bob.example/picture.jpg&gt;.
 </pre>
 </section>
 <section class="informative">
@@ -510,8 +510,7 @@
 </p>
 <pre class="example" style="word-wrap: break-word; white-space: pre-wrap;">
 &lt;div vocab="http://xmlns.com/foaf/0.1/" about="#me" typeof="foaf:Person"&gt;
-  &lt;p&gt;My name is &lt;span property="name"&gt;Bob&lt;/span&gt; and I like to &lt;a property="weblog" href="http://bob.example/blog"&gt;blog fun stuff&lt;/a&gt;
-  &lt;/p&gt;
+  &lt;p&gt;My name is &lt;span property="name"&gt;Bob&lt;/span&gt; and this is how I look like: &lt;img property="img" src="http://bob.example/picture.jpg" title="Bob" alt="Bob" /&gt;&lt;/p&gt;
   &lt;h2&gt;My Good Friends&lt;/h2&gt;
   &lt;ul&gt;
     &lt;li property="knows" href="https://example.edu/p/Alice#MSc"&gt;Alice&lt;/li&gt;
@@ -545,7 +544,7 @@
  &lt;#me&gt; a foaf:Person;
    foaf:name "Bob";
    <strong>rdfs:seeAlso &lt;https://bob.example/friends&gt;;</strong>
-   foaf:weblog &lt;http://bob.example/blog&gt;.
+   foaf:img &lt;http://bob.example/picture.jpg&gt;.
 </pre>
 
 <p>Where https://bob.example/friends is a reference to an ACL protected document containing:</p>