summaryrefslogtreecommitdiffstats
path: root/bundles/StereoInOut.ingen/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-06-10 18:21:41 +0000
committerDavid Robillard <d@drobilla.net>2013-06-10 18:21:41 +0000
commitac9b8880a5435e080cca5181759b0bbd03c54677 (patch)
treeb4d1ce829d30a8a2611973d0bd203a5653ddfc9f /bundles/StereoInOut.ingen/manifest.ttl
parent3deee18b31e7bb921e71cf01863c352362d78f05 (diff)
downloadingen-ac9b8880a5435e080cca5181759b0bbd03c54677.tar.gz
ingen-ac9b8880a5435e080cca5181759b0bbd03c54677.tar.bz2
ingen-ac9b8880a5435e080cca5181759b0bbd03c54677.zip
Update StereoInOut template bundle.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5144 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'bundles/StereoInOut.ingen/manifest.ttl')
-rw-r--r--bundles/StereoInOut.ingen/manifest.ttl6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/StereoInOut.ingen/manifest.ttl b/bundles/StereoInOut.ingen/manifest.ttl
index af5bd996..d8cc7324 100644
--- a/bundles/StereoInOut.ingen/manifest.ttl
+++ b/bundles/StereoInOut.ingen/manifest.ttl
@@ -1,16 +1,16 @@
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
+@prefix patch: <http://lv2plug.in/ns/ext/patch#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix ingen: <http://drobilla.net/ns/ingen#> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
-@prefix lv2ev: <http://lv2plug.in/ns/ext/event#> .
@prefix midi: <http://lv2plug.in/ns/ext/midi#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<StereoInOut.ttl>
lv2:binary <libingen_lv2.so> ;
- a ingen:Patch ,
+ a ingen:Graph ,
lv2:Plugin ;
rdfs:seeAlso <StereoInOut.ttl> .