[Yanel-commits] rev 27109 - in public/yanel/contributions/realms/foaf/data: . profiles

michi at wyona.com michi at wyona.com
Sun Sep 2 00:03:35 CEST 2007


Author: michi
Date: 2007-09-02 00:03:34 +0200 (Sun, 02 Sep 2007)
New Revision: 27109

Added:
   public/yanel/contributions/realms/foaf/data/profiles/
   public/yanel/contributions/realms/foaf/data/profiles/foo-bar.rdf
Log:
sample profile started

Added: public/yanel/contributions/realms/foaf/data/profiles/foo-bar.rdf
===================================================================
--- public/yanel/contributions/realms/foaf/data/profiles/foo-bar.rdf	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/data/profiles/foo-bar.rdf	2007-09-01 22:03:34 UTC (rev 27109)
@@ -0,0 +1,35 @@
+<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>Foo Bar</foaf:name>
+<foaf:givenname>Foo</foaf:givenname>
+<foaf:family_name>Bar</foaf:family_name>
+<foaf:mbox_sha1sum>5084c5a147cbf89417e05c55b25e4678b697fbdf</foaf:mbox_sha1sum>
+
+<foaf:homepage rdf:resource="http://www.foo.bar"/>
+<foaf:phone rdf:resource="tel:+41-44-272-91-61"/>
+<foaf:workplaceHomepage rdf:resource="http://www.wyona.com"/>
+<foaf:workInfoHomepage rdf:resource="Software Development"/>
+
+<foaf:knows>
+  <foaf:Person>
+    <foaf:name>Michael Wechner</foaf:name>
+    <foaf:mbox_sha1sum>a8de95b22dfdd12319da88b10829fc12193edbde</foaf:mbox_sha1sum>
+    <rdfs:seeAlso dc:title="" rdf:resource="http://www.wyona.com/people/michael-wechner/foaf.rdf"/>
+  </foaf:Person>
+</foaf:knows>
+
+</foaf:Person>
+</rdf:RDF>



More information about the Yanel-commits mailing list