summaryrefslogtreecommitdiff
path: root/foaf.ttl
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-12-29 00:10:41 +0100
committerSiri Reiter <siri@jones.dk>2009-12-29 00:10:41 +0100
commit838be43758b3f9888b056846a9417f4200a8a5a5 (patch)
treeae9595d0593ca4e16d3909aef2b3266a3b491547 /foaf.ttl
parentd0db490916a15e4188aac41689c002148cf2fceb (diff)
Add interest to foaf.
Diffstat (limited to 'foaf.ttl')
-rw-r--r--foaf.ttl9
1 files changed, 8 insertions, 1 deletions
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" .