diff options
Diffstat (limited to 'omins.lv2/slide.ttl')
-rw-r--r-- | omins.lv2/slide.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/omins.lv2/slide.ttl b/omins.lv2/slide.ttl index 9c23af2..90f21be 100644 --- a/omins.lv2/slide.ttl +++ b/omins.lv2/slide.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#> . @@ -42,7 +43,6 @@ lv2:OutputPort , lv2:Port ] ; - <http://purl.org/dc/elements/1.1/creator> "Lars Luthman <larsl@users.sourceforge.net>" ; - <http://purl.org/dc/elements/1.1/rights> "GPL" ; + lv2:project omins: ; doap:name "Slide" ; a lv2:Plugin . |