summaryrefslogtreecommitdiff
path: root/foaf.ttl
blob: ac58e075e28e87849d97ea6e37bf86a6f93ee6d6 (plain)
  1. @base <http://sirireiter.dk/foaf.rdf#> .
  2. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  3. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  4. @prefix dcterms: <http://purl.org/dc/terms/> .
  5. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  6. @prefix admin: <http://webns.net/mvcb/> .
  7. @prefix rel: <http://www.perceive.net/schemas/relationship/> .
  8. @prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
  9. @prefix lang: <http://purl.org/net/inkel/rdf/schemas/lang/1.1#> .
  10. @prefix bio: <http://vocab.org/bio/0.1/> .
  11. <>
  12. dcterms:modified "2008-08-31T14:03:05Z" ;
  13. admin:errorReportsTo <mailto:leigh@ldodds.com> ;
  14. a foaf:PersonalProfileDocument ;
  15. foaf:maker <me> ;
  16. foaf:primaryTopic <me> .
  17. <jonas>
  18. a foaf:Person ;
  19. rdfs:seeAlso <http://dr.jones.dk/foaf.rdf#me> ;
  20. foaf:homepage <http://dr.jones.dk/> ;
  21. foaf:mbox <mailto:dr@jones.dk> ;
  22. foaf:mbox_sha1sum "146924a30ef1d780fa3d2b349db1a89b19546577" ;
  23. foaf:name "Jonas Smedegaard" ;
  24. foaf:nick "dr. Jones" .
  25. <me>
  26. lang:masters "danish", "english", "german" ;
  27. lang:reads "french", "norwegian", "swedish" ;
  28. lang:speaks "french" ;
  29. lang:writes "french" ;
  30. bio:event [
  31. bio:date "1968-05-03" ;
  32. bio:place "Århus fødeanstalt, Århus, Denmark" ;
  33. a bio:Birth
  34. ] ;
  35. rel:collaboratesWith _:jonas ;
  36. rel:lifePartnerOf _:jonas ;
  37. rel:livesWith _:jonas ;
  38. rel:worksWith _:jonas ;
  39. a foaf:Person ;
  40. foaf:based_near [
  41. geo:lat "55.647647" ;
  42. geo:long "11.503514"
  43. ] ;
  44. foaf:birthday "05-03" ;
  45. foaf:family_name "Reiter" ;
  46. foaf:gender "female" ;
  47. foaf:givenname "Siri Snell" ;
  48. foaf:homepage <.> ;
  49. foaf:knows <jonas> ;
  50. foaf:mbox <mailto:siri@jones.dk> ;
  51. foaf:mbox_sha1sum "bf62f0e279fdf15881944a6070fa3c7c78932216" ;
  52. foaf:myersBriggs "INFJ" ;
  53. foaf:name "Siri Snell Reiter" ;
  54. foaf:openid <.> ;
  55. foaf:phone <tel:+45.27145428> ;
  56. foaf:workplaceHomepage <.> ;
  57. foaf:depiction </siri.jpg> .