summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-05-08 19:10:04 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-05-08 19:10:04 +0200
commitc99497158fb4cc5ede7bbbcb1566a24f55deaabc (patch)
tree22026e1fb85c792ad46339054c1c2e1b4d750242
parent1e1fbb3dd9621d20fc41c30f6f8fb140d3a341c3 (diff)
downloadwebsite-c99497158fb4cc5ede7bbbcb1566a24f55deaabc.tar.xz
FOAF: init commit
-rw-r--r--foaf.rdf28
1 files changed, 28 insertions, 0 deletions
diff --git a/foaf.rdf b/foaf.rdf
new file mode 100644
index 0000000..f7bce56
--- /dev/null
+++ b/foaf.rdf
@@ -0,0 +1,28 @@
+<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>Johannes Löthberg</foaf:name>
+<foaf:givenname>Johannes</foaf:givenname>
+<foaf:family_name>Löthberg</foaf:family_name>
+<foaf:nick>kyrias</foaf:nick>
+<foaf:mbox rdf:resource="mailto:johannes@kyriasis.com"/>
+<foaf:homepage rdf:resource="https://theos.kyriasis.com/~kyrias"/>
+<foaf:phone rdf:resource="tel:+4673-952-5259"/>
+<foaf:knows>
+<foaf:Person>
+<foaf:name>James McGlashan</foaf:name>
+<foaf:mbox rdf:resource="mailto:df@darkfox.id.au"/>
+<foaf:knows>
+<foaf:Person>
+<foaf:name>Tomasz Kramkowski</foaf:name>
+<foaf:mbox rdf:resource="mailto:tk@kyriasis.com"/>
+</rdf:RDF>