summaryrefslogtreecommitdiffstats
path: root/src/query.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-23 17:42:08 +0000
committerDavid Robillard <d@drobilla.net>2007-07-23 17:42:08 +0000
commitefc597e09cebbec1ae579cfc37d114e9a458e578 (patch)
treed50e9ae913b1ef946e3ab7c86353f93193d7bd68 /src/query.c
parent043e683a796e1338a8874b0e7c195292ff32b7de (diff)
downloadlilv-efc597e09cebbec1ae579cfc37d114e9a458e578.tar.gz
lilv-efc597e09cebbec1ae579cfc37d114e9a458e578.tar.bz2
lilv-efc597e09cebbec1ae579cfc37d114e9a458e578.zip
Updated LV2 spec.
git-svn-id: http://svn.drobilla.net/lad/slv2@602 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/query.c')
-rw-r--r--src/query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/query.c b/src/query.c
index d7f583f..f11d1d3 100644
--- a/src/query.c
+++ b/src/query.c
@@ -32,7 +32,7 @@ static const char* slv2_query_prefixes =
"PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\n"
"PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n"
"PREFIX doap: <http://usefulinc.com/ns/doap#>\n"
- "PREFIX lv2: <http://lv2plug.in/ontology#>\n";
+ "PREFIX lv2: <http://lv2plug.in/ns/lv2core#>\n";
#if 0
char*