summaryrefslogtreecommitdiff
path: root/card.ttl
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-04-11 00:53:51 +0100
committerNick White <git@njw.me.uk>2010-04-11 00:53:51 +0100
commite3d41fb34136195c15c4b89a0830e6079ad136b4 (patch)
tree071ad31a736b3680b97ee4d3e1c18940e72b90be /card.ttl
parent3435faa2756cd10697ddc69fcda84a0343093d2d (diff)
downloadnjw-website-e3d41fb34136195c15c4b89a0830e6079ad136b4.tar.bz2
njw-website-e3d41fb34136195c15c4b89a0830e6079ad136b4.zip
Another day, another serialisation: Turtle
Switch to turtle for rdf serialisation, fix rss output
Diffstat (limited to 'card.ttl')
-rw-r--r--card.ttl18
1 files changed, 18 insertions, 0 deletions
diff --git a/card.ttl b/card.ttl
new file mode 100644
index 0000000..41f1660
--- /dev/null
+++ b/card.ttl
@@ -0,0 +1,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/foaf#>.
+
+<> 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".