Skip to content

Commit

Permalink
Added correct prefixes to ttls.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremysalwen committed Feb 16, 2011
1 parent 3f03ce5 commit cc5de8e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion so-404.ttl
Expand Up @@ -2,6 +2,9 @@
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix ev: <http://lv2plug.in/ns/ext/event#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.

<urn:50m30n3:plugins:SO-404> a lv2:Plugin ;
a lv2:InstrumentPlugin;
doap:name "SO-404 Bass Synthesizer" ;
Expand Down Expand Up @@ -99,4 +102,4 @@
lv2:minimum 0;
lv2:maximum 16;
lv2:scalePoint [ rdfs:label "Off"; rdf:value 16 ];
].
].
3 changes: 3 additions & 0 deletions so-666.ttl
Expand Up @@ -2,6 +2,9 @@
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix ev: <http://lv2plug.in/ns/ext/event#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.

<urn:50m30n3:plugins:SO-666> a lv2:Plugin ;
a lv2:InstrumentPlugin;
doap:name "SO-666 Feedback Synthesizer" ;
Expand Down
3 changes: 3 additions & 0 deletions so-kl5.ttl
Expand Up @@ -2,6 +2,9 @@
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix ev: <http://lv2plug.in/ns/ext/event#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.

<urn:50m30n3:plugins:SO-kl5> a lv2:Plugin ;
a lv2:InstrumentPlugin;
doap:name "SO-kl5 Piano Synthesizer" ;
Expand Down

0 comments on commit cc5de8e

Please sign in to comment.