summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-06-16 00:20:48 +0200
committerSiri Reiter <siri@jones.dk>2010-06-16 00:20:48 +0200
commit86fbf61d9ce463f77bcc490b3fbad1cd5038d933 (patch)
treedba11b3ff1e442deba0dd516f3e171f0992dbb96
parent77600a9d36358c7013fdc0a39b6f197c9e625e8e (diff)
Add web of trust info.
-rw-r--r--foaf.ttl13
1 files changed, 11 insertions, 2 deletions
diff --git a/foaf.ttl b/foaf.ttl
index dc798ef..3b937bd 100644
--- a/foaf.ttl
+++ b/foaf.ttl
@@ -10,6 +10,7 @@
@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/> .
+@prefix wot: <http://xmlns.com/wot/0.1/> .
<>
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 <foaf.rdf.asc> .
<#jonas>
a foaf:Person ;
rdfs:seeAlso <http://dr.jones.dk/foaf.rdf#me> ;
@@ -67,3 +68,11 @@
wp:Graphic_design
dc:title "Graphic_design" ;
dc:description "Typography, book design, logo design" .
+
+<foaf.rdf.asc>
+ a wot:Endorsement ;
+ wot:endorser <#pubkey> .
+
+[]
+ a wot:Pubkey ;
+ wot:pubkeyAddress <foaf.rdf.asc> .