diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-08-07 14:33:14 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-08-07 14:33:14 +0200 |
commit | 1378e3d92ba611523ba1fc7314dd1d2c10063ca5 (patch) | |
tree | d87cfad1627ac522626f5c5487d2310a191b28a2 | |
parent | 0706b4bab18007b615c6a504f28862b205b10e4b (diff) |
Fix FOAF file paths to GPG signatures.
-rw-r--r-- | me/index.ttl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/me/index.ttl b/me/index.ttl index 62c344b..0a1751a 100644 --- a/me/index.ttl +++ b/me/index.ttl @@ -47,7 +47,7 @@ dbpedia:Electronic_music foaf:maker :me ; foaf:primaryTopic :me ; foaf:topic :me ; - wot:assurance <index.rdf.asc> . + wot:assurance <index.rdf_sig.pgp> . :alboy a foaf:Person ; @@ -352,7 +352,7 @@ dbpedia:Electronic_music <images/me/kp_bricks.jpg> foaf:sha1 "e8f581ec550c9e0c907ba585f95c5647adbd2f6a" . -<index.rdf.asc> +<index.rdf_sig.pgp> a wot:Endorsement ; wot:endorser :pubkey . @@ -561,7 +561,7 @@ usstate:NY [] a wot:PubKey ; - wot:pubkeyAddress <index.rdf.asc> . + wot:pubkeyAddress <index.rdf_sig.pgp> . [] a rsa:RSAPublicKey ; |