diff options
author | Siri Reiter <siri@jones.dk> | 2010-06-16 00:20:48 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-06-16 00:20:48 +0200 |
commit | 86fbf61d9ce463f77bcc490b3fbad1cd5038d933 (patch) | |
tree | dba11b3ff1e442deba0dd516f3e171f0992dbb96 | |
parent | 77600a9d36358c7013fdc0a39b6f197c9e625e8e (diff) |
Add web of trust info.
-rw-r--r-- | foaf.ttl | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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> . |