diff options
Diffstat (limited to 'omins.lv2/adenv.ttl')
-rw-r--r-- | omins.lv2/adenv.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/omins.lv2/adenv.ttl b/omins.lv2/adenv.ttl index 807e8dc..b3f8e56 100644 --- a/omins.lv2/adenv.ttl +++ b/omins.lv2/adenv.ttl @@ -1,6 +1,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix omins: <http://drobilla.net/plugins/omins/> . @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#> . @@ -53,7 +54,6 @@ lv2:OutputPort , lv2:Port ] ; - <http://purl.org/dc/elements/1.1/creator> "Loki Davison <ltdav1[at]student.monash.edu.au>" ; - <http://purl.org/dc/elements/1.1/rights> "GPL" ; + lv2:project omins: ; doap:name "Percussive AD Envelope" ; a lv2:Plugin . |