minor polishing and reformulation
authorMichael Hausenblas http://sw-app.org/mic.xhtml#i
Sun, 29 Jan 2012 15:41:58 +0000
changeset 42 31153b6f35eb
parent 41 b0388b1bc735
child 43 1de0ed739563
minor polishing and reformulation
people/index.html
--- a/people/index.html	Sun Jan 29 15:38:20 2012 +0000
+++ b/people/index.html	Sun Jan 29 15:41:58 2012 +0000
@@ -73,7 +73,12 @@
 
 <section>
 <h3 id="relations-to-contact-info">Relating a person to a contact information</h3>
-<p>In order to relate a person to a contact information, such as typically found on a business card, 1. the contact information MUST be represented using <a href="http://www.w3.org/TR/vcard-rdf/" title="Representing vCard Objects in RDF">vCard</a>, and 2. the link type used between a person and a contact information MUST be <code><a href="#gldp-terms-card">gldp:card</a></code>.</p>
+<p>In order to relate a person to a contact information, such as typically found on a business card:</p>
+<ol>
+	<li>the contact information MUST be represented using <a href="http://www.w3.org/TR/vcard-rdf/" title="Representing vCard Objects in RDF">vCard</a>, and <p class="editorsnote"><a href="https://www.w3.org/2011/gld/track/issues/22">ISSUE-22</a></p>
+	</li>
+	<li>the link type used between a person and a contact information MUST be <code><a href="#gldp-terms-card">gldp:card</a></code>. <p class="editorsnote"><a href="https://www.w3.org/2011/gld/track/issues/24">ISSUE-24</a></p></li>
+</ol>
 <pre class='example'>
  @prefix gldp: &lt;http://www.w3.org/ns/people#&gt; .
  @prefix : &lt;http://colcids.com/person/&gt; .
@@ -85,8 +90,7 @@
         v:fn "Jane Doe" ;
         ...
 </pre>
-<p class="editorsnote"><a href="https://www.w3.org/2011/gld/track/issues/22">ISSUE-22</a></p>
-<p class="editorsnote"><a href="https://www.w3.org/2011/gld/track/issues/24">ISSUE-24</a></p>
+
 </section>
 
 <section>