summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--foaf.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/foaf.xml b/foaf.xml
new file mode 100644
index 0000000..caec927
--- /dev/null
+++ b/foaf.xml
@@ -0,0 +1,24 @@
+<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/">
+<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@ldodds.com"/>
+</foaf:PersonalProfileDocument>
+<foaf:Person rdf:ID="me">
+<foaf:name>Siri Snell Reiter</foaf:name>
+<foaf:givenname>Siri Snell</foaf:givenname>
+<foaf:family_name>Reiter</foaf:family_name>
+<foaf:mbox_sha1sum>bf62f0e279fdf15881944a6070fa3c7c78932216</foaf:mbox_sha1sum>
+<foaf:homepage rdf:resource="http://sirireiter.dk/"/>
+<foaf:phone rdf:resource="tel:27145428"/>
+<foaf:workplaceHomepage rdf:resource="http://sirireiter.dk/"/>
+<foaf:knows>
+<foaf:Person>
+<foaf:name>Jonas Smedegaard</foaf:name>
+<foaf:mbox_sha1sum>146924a30ef1d780fa3d2b349db1a89b19546577</foaf:mbox_sha1sum></foaf:Person></foaf:knows></foaf:Person>
+</rdf:RDF>