diff options
author | Nick White <git@njw.me.uk> | 2010-04-20 17:38:37 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-04-20 17:38:37 +0100 |
commit | ac6c01a6365b4d127082aa766f05adf9ac96adbb (patch) | |
tree | 0554d3a27869547ac521eddcf6cdba59670335f8 | |
parent | fc60efe7574de323e40b59627b8d2393b43cb718 (diff) | |
download | njw-website-ac6c01a6365b4d127082aa766f05adf9ac96adbb.tar.bz2 njw-website-ac6c01a6365b4d127082aa766f05adf9ac96adbb.zip |
Add missing wot prefix to card
-rw-r--r-- | card.ttl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ @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; |