aboutsummaryrefslogtreecommitdiffstats
path: root/omins.lv2/waveguide_mesh.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-11-11 22:53:36 +0000
committerDavid Robillard <d@drobilla.net>2015-11-11 22:53:36 +0000
commitbdf4a9486b1f6d2704dafadb9bcf61c5b0b4df12 (patch)
tree8bb5a5fec7573ae75e6dbc5e07ce3531b3f5ba42 /omins.lv2/waveguide_mesh.ttl
parentbb62856a69bca9ac303431f15a97bdda2d9e67c3 (diff)
Update project metadata to modern vocabulary
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/omins.lv2@5819 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'omins.lv2/waveguide_mesh.ttl')
-rw-r--r--omins.lv2/waveguide_mesh.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/omins.lv2/waveguide_mesh.ttl b/omins.lv2/waveguide_mesh.ttl
index 54f4189..01e502f 100644
--- a/omins.lv2/waveguide_mesh.ttl
+++ b/omins.lv2/waveguide_mesh.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#> .
@@ -64,7 +65,6 @@
lv2:InputPort ,
lv2:Port
] ;
- <http://purl.org/dc/elements/1.1/creator> "Loki Davison" ;
- <http://purl.org/dc/elements/1.1/rights> "GPL" ;
+ lv2:project omins: ;
doap:name "Simple Waveguide Mesh" ;
a lv2:Plugin .