diff options
author | Nick White <git@njw.me.uk> | 2010-10-24 13:39:20 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-10-24 13:39:20 +0100 |
commit | b0659cf2523776df0bba023e2a54f1d8d3afda4e (patch) | |
tree | a3531488c7b9ee2bf635a91bc33c914a3ed6c8ee /doap.ttl | |
parent | ddd0a6e1afddd2d9395a48e03d62ee97ed3bd73a (diff) |
Fix doap and improve summary output
Diffstat (limited to 'doap.ttl')
-rw-r--r-- | doap.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. @prefix doap: <http://usefulinc.com/ns/doap#>. @prefix foaf: <http://xmlns.com/foaf/0.1/>. -@prefix : <http://njw.me.uk/software/alacarte#>. +@prefix : <http://njw.me.uk/software/readable/#>. :p a doap:Project; doap:name "Readable"; |