diff options
Diffstat (limited to 'foaf.rdf')
-rw-r--r-- | foaf.rdf | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |