summaryrefslogtreecommitdiff
path: root/foaf.rdf
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-08-31 19:13:54 +0200
committerJonas Smedegaard <dr@jones.dk>2008-08-31 19:13:54 +0200
commit1fd82da213bd4e48b077e985b4fdde398f0daa92 (patch)
treeb2d45a0be57db4250d1c41b56b5e035b7041e9c9 /foaf.rdf
parente4e8b32d84cf24f9f52423eeac2e3164c1ef826f (diff)
Add birthday and -date to FOAF file.
Diffstat (limited to 'foaf.rdf')
-rw-r--r--foaf.rdf7
1 files changed, 7 insertions, 0 deletions
diff --git a/foaf.rdf b/foaf.rdf
index 74b33ee..a10cd0c 100644
--- a/foaf.rdf
+++ b/foaf.rdf
@@ -7,6 +7,7 @@
xmlns:admin="http://webns.net/mvcb/"
xmlns:rel="http://www.perceive.net/schemas/relationship/"
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
+ xmlns:bio="http://vocab.org/bio/0.1/"
>
<foaf:PersonalProfileDocument rdf:about="">
<foaf:maker rdf:resource="#me"/>
@@ -26,6 +27,12 @@
<foaf:workplaceHomepage rdf:resource="http://sirireiter.dk/"/>
<foaf:openid rdf:resource="http://sirireiter.dk/" />
<foaf:based_near geo:lat="55.6558" geo:long="11.50672"/>
+ <foaf:birthday>05-03</foaf:birthday>
+ <bio:event>
+ <bio:Birth>
+ <bio:date>1968-05-03</bio:date>
+ </bio:Birth>
+ </bio:event>
<foaf:knows>
<foaf:Person>
<foaf:name>Jonas Smedegaard</foaf:name>