[Yanel-commits] rev 29818 - public/yanel/contributions/realms/foaf/data/profiles

michi at wyona.com michi at wyona.com
Wed Dec 12 22:32:29 CET 2007


Author: michi
Date: 2007-12-12 22:32:29 +0100 (Wed, 12 Dec 2007)
New Revision: 29818

Added:
   public/yanel/contributions/realms/foaf/data/profiles/socrates.rdf
Modified:
   public/yanel/contributions/realms/foaf/data/profiles/plato.rdf
Log:
socrates added

Modified: public/yanel/contributions/realms/foaf/data/profiles/plato.rdf
===================================================================
--- public/yanel/contributions/realms/foaf/data/profiles/plato.rdf	2007-12-12 21:21:37 UTC (rev 29817)
+++ public/yanel/contributions/realms/foaf/data/profiles/plato.rdf	2007-12-12 21:32:29 UTC (rev 29818)
@@ -66,6 +66,7 @@
   </foaf:Person>
 </foaf:knows>
 
+<!--
 <foaf:knows>
   <foaf:Person rdf:ID="richard" dc:description="Richard">
     <foaf:name>Richard</foaf:name>
@@ -78,6 +79,7 @@
     <foaf:name>Foo Bar</foaf:name>
   </foaf:Person>
 </foaf:knows>
+-->
 
 </foaf:Person>
 </rdf:RDF>

Added: public/yanel/contributions/realms/foaf/data/profiles/socrates.rdf
===================================================================
--- public/yanel/contributions/realms/foaf/data/profiles/socrates.rdf	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/data/profiles/socrates.rdf	2007-12-12 21:32:29 UTC (rev 29818)
@@ -0,0 +1,56 @@
+<?xml version="1.0"?>
+
+<rdf:RDF
+      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+      xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+      xmlns:foaf="http://xmlns.com/foaf/0.1/"
+      xmlns:admin="http://webns.net/mvcb/"
+      xmlns:dc="http://purl.org/dc/elements/1.1/">
+
+<foaf:PersonalProfileDocument rdf:about="">
+  <foaf:maker rdf:resource="#me"/>
+  <foaf:primaryTopic rdf:resource="#me"/>
+  <admin:generatorAgent rdf:resource="http://www.ldodds.com/foaf/foaf-a-matic"/>
+  <admin:errorReportsTo rdf:resource="mailto:leigh at ldodds.com"/>
+</foaf:PersonalProfileDocument>
+
+<foaf:Person rdf:ID="me">
+<foaf:name>Socrates</foaf:name>
+<foaf:givenname>Michael</foaf:givenname>
+<foaf:family_name>Wechner</foaf:family_name>
+
+<foaf:mbox_sha1sum>5084c5a147cbf89417e05c55b25e4678b697fbdf</foaf:mbox_sha1sum>
+
+<foaf:phone rdf:resource="tel:+41-44-272-91-61"/>
+<foaf:homepage rdf:resource="http://en.wikipedia.org/wiki/Socrates"/>
+
+<!--
+<foaf:Group>
+  <foaf:name>Family</foaf:name>
+  <foaf:member rdf:resource="#karin"/>
+</foaf:Group>
+
+<foaf:Group>
+  <foaf:name>Friends</foaf:name>
+  <foaf:member rdf:resource="#gerrit"/>
+  <foaf:member rdf:resource="#waedi"/>
+  <foaf:member rdf:resource="#raemsi"/>
+</foaf:Group>
+
+<foaf:Group>
+  <foaf:name>Co-workers at Wyona Research and Development</foaf:name>
+  <foaf:member rdf:resource="#simon"/>
+  <foaf:member rdf:resource="#simone"/>
+  <foaf:member rdf:resource="#josias"/>
+</foaf:Group>
+-->
+
+<foaf:knows>
+  <foaf:Person rdf:ID="plato" dc:description="Student of Socrates">
+    <foaf:name>Plato</foaf:name>
+    <rdfs:seeAlso rdf:resource="plato.rdf"/>
+  </foaf:Person>
+</foaf:knows>
+
+</foaf:Person>
+</rdf:RDF>



More information about the Yanel-commits mailing list