summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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> .