diff options
author | Nick White <git@njw.me.uk> | 2010-05-06 19:15:47 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-05-06 19:15:47 +0100 |
commit | 811ea2b33524993fcbe0c204c5b5a047586ebd1b (patch) | |
tree | 05df05f5e17744929f1ec0281a5a931dfd6b33a5 | |
parent | f12cd918b6281209521f0043d140ccc1a606ee26 (diff) | |
download | njw-website-811ea2b33524993fcbe0c204c5b5a047586ebd1b.tar.bz2 njw-website-811ea2b33524993fcbe0c204c5b5a047586ebd1b.zip |
Removed unnecessary parts from card
-rw-r--r-- | card.ttl | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,13 +1,8 @@ -@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 wot: <http://xmlns.com/wot/0.1/>. @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; |