added terms section
authorMichael Hausenblas http://sw-app.org/mic.xhtml#i
Sat, 28 Jan 2012 17:56:18 +0000
changeset 24 b91e9f5a1d3f
parent 23 6491cf1bb50b
child 25 afa73fbc6096
added terms section
people/index.html
--- a/people/index.html	Sat Jan 28 17:44:29 2012 +0000
+++ b/people/index.html	Sat Jan 28 17:56:18 2012 +0000
@@ -52,7 +52,7 @@
 </section>
 
 <section>
-<h2 id="characteristics">People's characteristics</h2>
+<h2 id="characteristics">What is a person?</h2>
 <p>The core concept is that of a person, which is defined as an entity of type <code>foaf:Person</code>.</p>
 <p>@@TODO: describe a person's fundamental characteristics (@@TODO: evaluate ISA <a href="http://joinup.ec.europa.eu/asset/core_person/description">Core Person Vocabulary</a>).</p>
 </section>
@@ -63,8 +63,8 @@
 <p class="editorsnote"><a href="https://www.w3.org/2011/gld/track/issues/18">ISSUE-18</a></p>
 
 <section>
-<h3 id="relations-to-contact-info">Relating people to a contact information</h3>
-<p>In order to relate a person to a contact information, 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 between a person and a contact information is <code>gldp:card</code>.</p>
+<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>gldp:card</code>.</p>
 <p>@@TODO: define a term that relates a person to a vCard object, based on the semantics of <a href="http://open.vocab.org/docs/businessCard" title="ov:businessCard, a property in the OpenVocab RDF schema">ov:businessCard</a>.</p>
 <p class="editorsnote"><a href="https://www.w3.org/2011/gld/track/issues/22">ISSUE-22</a></p>
 </section>
@@ -94,6 +94,16 @@
 </section>
 
 <section>
+<h2 id="gldp-terms">Terms</h2>
+<p>This section defines terms that allow to relate people to other entities, such as contact information, etc. - the terms below are defined in the namespace URI <code>http://www.w3.org/ns/people#</code> with the preferred prefix <code>gldp:</code>.</p>
+<table class="def">
+	<tr><th>Term</th><th>Definition</th></tr>
+	<tr><td><code>gldp:card</code></td><td>Relates a <code>foaf:Person</code> to a <code>v:VCard</code>.</td></tr>
+</table>
+</section>
+
+
+<section>
 <h2 id="i18y">Interoperability considerations</h2>
 <p>@@TODO: describe how characteristics and relations should be mapped to other, widely deployed terms, such as Schema.org</p>
 <p class="editorsnote"><a href="https://www.w3.org/2011/gld/track/issues/21">ISSUE-21</a></p>