summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--card.ttl5
1 files changed, 0 insertions, 5 deletions
diff --git a/card.ttl b/card.ttl
index e16bcd1..e9cfd5e 100644
--- a/card.ttl
+++ b/card.ttl
@@ -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;