From 838be43758b3f9888b056846a9417f4200a8a5a5 Mon Sep 17 00:00:00 2001
From: Siri Reiter <siri@jones.dk>
Date: Tue, 29 Dec 2009 00:10:41 +0100
Subject: Add interest to foaf.

---
 foaf.ttl | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

(limited to 'foaf.ttl')

diff --git a/foaf.ttl b/foaf.ttl
index ac58e07..83a53c0 100644
--- a/foaf.ttl
+++ b/foaf.ttl
@@ -1,6 +1,7 @@
 @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 dc: <http://purl.org/dc/elements/1.1/> .
 @prefix dcterms: <http://purl.org/dc/terms/> .
 @prefix foaf: <http://xmlns.com/foaf/0.1/> .
 @prefix admin: <http://webns.net/mvcb/> .
@@ -8,6 +9,7 @@
 @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/> .
+@prefix wp: <http://en.wikipedia.org/wiki/> .
 
 <>
     dcterms:modified "2008-08-31T14:03:05Z" ;
@@ -57,4 +59,9 @@
     foaf:openid <.> ;
     foaf:phone <tel:+45.27145428> ;
     foaf:workplaceHomepage <.> ;
-    foaf:depiction </siri.jpg> .
+    foaf:depiction </siri.jpg> ;
+    foaf:interest wp:Graphic_design .
+
+wp:Graphic_design
+    dc:title "Graphic_design" ;
+    dc:description "Typography, book design, logo design" .
-- 
cgit v1.2.3