From 7c4ca637481420c82a1d985987418af6daf19439 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 Jun 2008 17:56:39 +0000 Subject: Store information from patch properties window. Currently stored as variables but some other mechanism probably needs to exist to specifically set RDF data for the patch (not wrapped up in a variable) to make the RDF of a patch more sane and like an LV2 plugin. Fixes ticket #94. git-svn-id: http://svn.drobilla.net/lad/ingen@1250 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/ingen/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/progs/ingen') diff --git a/src/progs/ingen/main.cpp b/src/progs/ingen/main.cpp index 57380250..13992c17 100644 --- a/src/progs/ingen/main.cpp +++ b/src/progs/ingen/main.cpp @@ -93,6 +93,7 @@ main(int argc, char** argv) world->rdf_world->add_prefix("lv2", "http://lv2plug.in/ns/lv2core#"); world->rdf_world->add_prefix("rdfs", "http://www.w3.org/2000/01/rdf-schema#"); world->rdf_world->add_prefix("doap", "http://usefulinc.com/ns/doap#"); + world->rdf_world->add_prefix("dc", "http://purl.org/dc/elements/1.1/"); /* Run engine */ if (args.engine_flag) { -- cgit v1.2.1