--- a/people/index.html Sun Jan 29 20:01:34 2012 +0000
+++ b/people/index.html Sun Jan 29 20:12:13 2012 +0000
@@ -47,7 +47,7 @@
</pre>
<p class="editorsnote">@@TODO: link to the definition of source data in the <a href="https://dvcs.w3.org/hg/gld/raw-file/default/bp/index.html">BP document</a></p>
<p>Note: if you're not familiar with people's names throughout the world, you might want to read the <a href="http://www.w3.org/International/questions/qa-personal-names" title="Personal names around the world">personal names around the world</a> article provided by the W3C Internationalization (I18n) Activity.</p>
-<div class="fig"><img src="img/people-example.png" alt="GLD people example" /><div>A visual representation of the walkthrough example as a graph (<a href="img/people-example-big.png">big version</a>).</div></div>
+<div class="fig"><a href="img/people-example-big.png"><img src="img/people-example.png" alt="GLD people example" /></a><div>A visual representation of the walkthrough example as a graph (<a href="img/people-example-big.png">big version</a>).</div></div>
</section>
<section>
<h3>Conventions</h3>
@@ -61,6 +61,7 @@
<tbody>
<tr><td><code>rdf:</code></td><td><pre>http://www.w3.org/1999/02/22-rdf-syntax-ns#</pre></td></tr>
<tr><td><code>rdfs:</code></td><td><pre>http://www.w3.org/2000/01/rdf-schema#</pre></td></tr>
+ <tr><td><code>dct:</code></td><td><pre>http://purl.org/dc/terms/</pre></td></tr>
<tr><td><code>xsd:</code></td><td><pre>http://www.w3.org/2001/XMLSchema#</pre></td></tr>
</tbody>
</table>
@@ -189,6 +190,18 @@
<section>
<h3 id="relations-to-contact-online-post">Relating a person to online posts</h3>
<p>In order to relate a person to online posts such as blog posts, mailing list posts, etc, one MUST use the <a href="http://www.w3.org/Submission/sioc-spec/" title="SIOC Core Ontology Specification">SIOC Core Ontology Specification</a>.</p>
+<pre class="example">
+ @prefix sioc: <http://rdfs.org/sioc/ns#> .
+
+ <http://blog.colcids.com/2012/12/01/launching-opendata4santaclara/> a sioc:Post ;
+ dct:title "OpenData4SantaClara will launch in early 2013" ;
+ dct:created "2012-12-01T17:25:30Z" ;
+ sioc:has_creator <http://colcids.com/person/42> .
+
+ <http://colcids.com/person/42> a sioc:User .
+</pre>
+
+
</section>
</section>