summaryrefslogtreecommitdiff
path: root/card.ttl
blob: 5983fea5af705f4ce540df7a4f567daa08d268cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix dc:   <http://purl.org/dc/elements/1.1/>.
@prefix cc:   <http://creativecommons.org/ns#>.
@prefix :     <http://njw.me.uk/card#>.

<>  a foaf:PersonalProfileDocument;
    dc:creator :i;
    cc:license <http://creativecommons.org/licenses/by-sa/3.0/>;
    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:openid <http://njw.me.uk>;
    foaf:mbox_sha1sum "6401a28665a1feaecd7f4e5591dc5eadf285eeec".