From 16a72d5ce487ca63267917da4c668ca175f7e098 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 28 Dec 2009 23:19:34 +0100 Subject: Convert foaf file to turtle and back. --- foaf.rdf | 104 +++++++++++++++++++++++++++++++-------------------------------- foaf.ttl | 60 ++++++++++++++++++++++++++++++++++++ 2 files changed, 112 insertions(+), 52 deletions(-) create mode 100644 foaf.ttl diff --git a/foaf.rdf b/foaf.rdf index 4efbc41..6d38a08 100644 --- a/foaf.rdf +++ b/foaf.rdf @@ -1,65 +1,65 @@ - + - - - - - + xmlns:admin="http://webns.net/mvcb/" + xmlns:bio="http://vocab.org/bio/0.1/" + xmlns:dcterms="http://purl.org/dc/terms/" + xmlns:foaf="http://xmlns.com/foaf/0.1/" + xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" + xmlns:lang="http://purl.org/net/inkel/rdf/schemas/lang/1.1#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" + xmlns:rel="http://www.perceive.net/schemas/relationship/" xml:base="http://sirireiter.dk/foaf.rdf"> + 2008-08-31T14:03:05Z + + + - - Siri Snell Reiter - Siri Snell - Reiter - female - - bf62f0e279fdf15881944a6070fa3c7c78932216 - - - - - + + + + + 146924a30ef1d780fa3d2b349db1a89b19546577 + Jonas Smedegaard + dr. Jones + + danish english german - french + french norwegian swedish - french + french french - INFJ - 05-03 - 1968-05-03 - - 1968-05-03 - Århus fødeanstalt, Århus, Denmark - + + 1968-05-03 + Århus fødeanstalt, Århus, Denmark + - - - Jonas Smedegaard - 146924a30ef1d780fa3d2b349db1a89b19546577 - dr. Jones - Jonas Smedegaard - - - - - - - - - + + + + + + + 55.647647 + 11.503514 + + + 05-03 + Reiter + female + Siri Snell + + + + bf62f0e279fdf15881944a6070fa3c7c78932216 + INFJ + Siri Snell Reiter + + + 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 . +@prefix rdf: . +@prefix rdfs: . +@prefix dcterms: . +@prefix foaf: . +@prefix admin: . +@prefix rel: . +@prefix geo: . +@prefix lang: . +@prefix bio: . + +<> + dcterms:modified "2008-08-31T14:03:05Z" ; + admin:errorReportsTo ; + a foaf:PersonalProfileDocument ; + foaf:maker ; + foaf:primaryTopic . + + + a foaf:Person ; + rdfs:seeAlso ; + foaf:homepage ; + foaf:mbox ; + foaf:mbox_sha1sum "146924a30ef1d780fa3d2b349db1a89b19546577" ; + foaf:name "Jonas Smedegaard" ; + foaf:nick "dr. Jones" . + + + 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 ; + foaf:mbox ; + foaf:mbox_sha1sum "bf62f0e279fdf15881944a6070fa3c7c78932216" ; + foaf:myersBriggs "INFJ" ; + foaf:name "Siri Snell Reiter" ; + foaf:openid <.> ; + foaf:phone ; + foaf:workplaceHomepage <.> . + -- cgit v1.2.3