summaryrefslogtreecommitdiff
path: root/foaf.ttl
blob: dc798ef73628e21a89b75c6e8dd467974fc744d6 (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. dc:description "Friend-of-a-Friend description of Siri Reiter" ;
  15. dcterms:modified "2010-06-16T00:08:05+02:00" ;
  16. admin:errorReportsTo <mailto:siri@jones.dk> ;
  17. a foaf:PersonalProfileDocument ;
  18. foaf:maker <#me> ;
  19. foaf:primaryTopic <#me> ;
  20. foaf:topic <#me> .
  21. <#jonas>
  22. a foaf:Person ;
  23. rdfs:seeAlso <http://dr.jones.dk/foaf.rdf#me> ;
  24. foaf:homepage <http://dr.jones.dk/> ;
  25. foaf:mbox <mailto:dr@jones.dk> ;
  26. foaf:mbox_sha1sum "146924a30ef1d780fa3d2b349db1a89b19546577" ;
  27. foaf:name "Jonas Smedegaard" ;
  28. foaf:nick "dr. Jones" .
  29. <#me>
  30. lang:masters "danish", "english", "german" ;
  31. lang:reads "french", "norwegian", "swedish" ;
  32. lang:speaks "french" ;
  33. lang:writes "french" ;
  34. bio:event [
  35. bio:date "1968-05-03" ;
  36. bio:place "Århus fødeanstalt, Århus, Denmark" ;
  37. a bio:Birth
  38. ] ;
  39. rel:collaboratesWith <#jonas> ;
  40. rel:lifePartnerOf <#jonas> ;
  41. rel:livesWith <#jonas> ;
  42. rel:worksWith <#jonas> ;
  43. a foaf:Person ;
  44. foaf:based_near [
  45. geo:lat "55.647647" ;
  46. geo:long "11.503514"
  47. ] ;
  48. foaf:birthday "05-03" ;
  49. foaf:family_name "Reiter" ;
  50. foaf:gender "female" ;
  51. foaf:givenname "Siri Snell" ;
  52. foaf:homepage <.> ;
  53. foaf:knows <#jonas> ;
  54. foaf:mbox <mailto:siri@jones.dk> ;
  55. foaf:mbox_sha1sum "bf62f0e279fdf15881944a6070fa3c7c78932216" ;
  56. foaf:myersBriggs "INFJ" ;
  57. foaf:name "Siri Snell Reiter" ;
  58. foaf:openid <.> ;
  59. foaf:phone <tel:+45.27145428> ;
  60. foaf:workplaceHomepage <.> ;
  61. foaf:depiction </siri.jpg> ;
  62. foaf:interest wp:Graphic_design .
  63. wp:Graphic_design
  64. dc:title "Graphic_design" ;
  65. dc:description "Typography, book design, logo design" .