From 86fbf61d9ce463f77bcc490b3fbad1cd5038d933 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 16 Jun 2010 00:20:48 +0200 Subject: Add web of trust info. --- foaf.ttl | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'foaf.ttl') diff --git a/foaf.ttl b/foaf.ttl index dc798ef..3b937bd 100644 --- a/foaf.ttl +++ b/foaf.ttl @@ -10,6 +10,7 @@ @prefix lang: . @prefix bio: . @prefix wp: . +@prefix wot: . <> dc:description "Friend-of-a-Friend description of Siri Reiter" ; @@ -18,8 +19,8 @@ a foaf:PersonalProfileDocument ; foaf:maker <#me> ; foaf:primaryTopic <#me> ; - foaf:topic <#me> . - + foaf:topic <#me> ; + wot:assurance . <#jonas> a foaf:Person ; rdfs:seeAlso ; @@ -67,3 +68,11 @@ wp:Graphic_design dc:title "Graphic_design" ; dc:description "Typography, book design, logo design" . + + + a wot:Endorsement ; + wot:endorser <#pubkey> . + +[] + a wot:Pubkey ; + wot:pubkeyAddress . -- cgit v1.2.3