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