summaryrefslogtreecommitdiff
path: root/card.ttl
blob: e9cfd5efcc052bb2b6316b9f4ebdcbc3cdbd332b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix wot:  <http://xmlns.com/wot/0.1/>.
@prefix :     <http://njw.me.uk/card#>.

<>  a foaf:PersonalProfileDocument;
    foaf:primaryTopic :i.

:i  a foaf:Person;
    foaf:name "Nick J. White";
    foaf:givenName "Nick";
    foaf:nick "njw";
    foaf:homepage <http://njw.me.uk>;
    foaf:mbox_sha1sum "6401a28665a1feaecd7f4e5591dc5eadf285eeec";
    wot:hasKey :gpgkey.

:gpgkey a wot:PubKey;
    wot:hex_id "04E4653F";
    wot:pubkeyAddress <http://njw.me.uk/04E4653F.gpg.asc>;
    wot:fingerprint "9732D7C7A441D79EFDF094F61F48567404E4653F".