summaryrefslogtreecommitdiff
path: root/foaf.ttl
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-12-28 23:19:34 +0100
committerSiri Reiter <siri@jones.dk>2009-12-28 23:19:34 +0100
commit16a72d5ce487ca63267917da4c668ca175f7e098 (patch)
tree088a13ad5377a5d238aec951bd6e54c86c34d307 /foaf.ttl
parent7ab6f462e772de882a6f02fa7145d3299586cfef (diff)
Convert foaf file to turtle and back.
Diffstat (limited to 'foaf.ttl')
-rw-r--r--foaf.ttl60
1 files changed, 60 insertions, 0 deletions
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 <.> .
+