diff options
author | Siri Reiter <siri@jones.dk> | 2009-12-29 00:10:41 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-12-29 00:10:41 +0100 |
commit | 838be43758b3f9888b056846a9417f4200a8a5a5 (patch) | |
tree | ae9595d0593ca4e16d3909aef2b3266a3b491547 /foaf.rdf | |
parent | d0db490916a15e4188aac41689c002148cf2fceb (diff) |
Add interest to foaf.
Diffstat (limited to 'foaf.rdf')
-rw-r--r-- | foaf.rdf | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -2,13 +2,19 @@ <rdf:RDF xmlns:admin="http://webns.net/mvcb/" xmlns:bio="http://vocab.org/bio/0.1/" + xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:lang="http://purl.org/net/inkel/rdf/schemas/lang/1.1#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" - xmlns:rel="http://www.perceive.net/schemas/relationship/" xml:base="http://sirireiter.dk/foaf.rdf"> + xmlns:rel="http://www.perceive.net/schemas/relationship/" + xmlns:wp="http://en.wikipedia.org/wiki/" xml:base="http://sirireiter.dk/foaf.rdf"> + <rdf:Description rdf:about="http://en.wikipedia.org/wiki/Graphic_design"> + <dc:description>Typography, book design, logo design</dc:description> + <dc:title>Graphic_design</dc:title> + </rdf:Description> <foaf:PersonalProfileDocument rdf:about="#"> <dcterms:modified>2008-08-31T14:03:05Z</dcterms:modified> <admin:errorReportsTo rdf:resource="mailto:leigh@ldodds.com"/> @@ -54,6 +60,7 @@ <foaf:gender>female</foaf:gender> <foaf:givenname>Siri Snell</foaf:givenname> <foaf:homepage rdf:resource="."/> + <foaf:interest rdf:resource="http://en.wikipedia.org/wiki/Graphic_design"/> <foaf:knows rdf:resource="jonas"/> <foaf:mbox rdf:resource="mailto:siri@jones.dk"/> <foaf:mbox_sha1sum>bf62f0e279fdf15881944a6070fa3c7c78932216</foaf:mbox_sha1sum> |