From 16a72d5ce487ca63267917da4c668ca175f7e098 Mon Sep 17 00:00:00 2001
From: Siri Reiter <siri@jones.dk>
Date: Mon, 28 Dec 2009 23:19:34 +0100
Subject: Convert foaf file to turtle and back.

---
 foaf.ttl | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)
 create mode 100644 foaf.ttl

(limited to 'foaf.ttl')

diff --git a/foaf.ttl b/foaf.ttl
new file mode 100644
index 0000000..f015c08
--- /dev/null
+++ b/foaf.ttl
@@ -0,0 +1,60 @@
+@base <http://sirireiter.dk/foaf.rdf#> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix admin: <http://webns.net/mvcb/> .
+@prefix rel: <http://www.perceive.net/schemas/relationship/> .
+@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
+@prefix lang: <http://purl.org/net/inkel/rdf/schemas/lang/1.1#> .
+@prefix bio: <http://vocab.org/bio/0.1/> .
+
+<>
+    dcterms:modified "2008-08-31T14:03:05Z" ;
+    admin:errorReportsTo <mailto:leigh@ldodds.com> ;
+    a foaf:PersonalProfileDocument ;
+    foaf:maker <me> ;
+    foaf:primaryTopic <me> .
+
+<jonas>
+    a foaf:Person ;
+    rdfs:seeAlso <http://dr.jones.dk/foaf.rdf#me> ;
+    foaf:homepage <http://dr.jones.dk/> ;
+    foaf:mbox <mailto:dr@jones.dk> ;
+    foaf:mbox_sha1sum "146924a30ef1d780fa3d2b349db1a89b19546577" ;
+    foaf:name "Jonas Smedegaard" ;
+    foaf:nick "dr. Jones" .
+
+<me>
+    lang:masters "danish", "english", "german" ;
+    lang:reads "french", "norwegian", "swedish" ;
+    lang:speaks "french" ;
+    lang:writes "french" ;
+    bio:event [
+        bio:date "1968-05-03" ;
+        bio:place "Århus fødeanstalt, Århus, Denmark" ;
+        a bio:Birth
+    ] ;
+    rel:collaboratesWith _:jonas ;
+    rel:lifePartnerOf _:jonas ;
+    rel:livesWith _:jonas ;
+    rel:worksWith _:jonas ;
+    a foaf:Person ;
+    foaf:based_near [
+        geo:lat "55.647647" ;
+        geo:long "11.503514"
+    ] ;
+    foaf:birthday "05-03" ;
+    foaf:family_name "Reiter" ;
+    foaf:gender "female" ;
+    foaf:givenname "Siri Snell" ;
+    foaf:homepage <.> ;
+    foaf:knows <jonas> ;
+    foaf:mbox <mailto:siri@jones.dk> ;
+    foaf:mbox_sha1sum "bf62f0e279fdf15881944a6070fa3c7c78932216" ;
+    foaf:myersBriggs "INFJ" ;
+    foaf:name "Siri Snell Reiter" ;
+    foaf:openid <.> ;
+    foaf:phone <tel:+45.27145428> ;
+    foaf:workplaceHomepage <.> .
+
-- 
cgit v1.2.3