summaryrefslogtreecommitdiffstats
path: root/rdf
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-28 23:51:25 +0000
committerDavid Robillard <d@drobilla.net>2008-11-28 23:51:25 +0000
commit6b04f4fd3a84457eed53132ac42b6b8f44b289d6 (patch)
treee0844ab77b732f437a1100faf462d27fe86b7966 /rdf
parent41f370378810f4d1d3b03db1730edbe21bb44397 (diff)
downloadingen-6b04f4fd3a84457eed53132ac42b6b8f44b289d6.tar.gz
ingen-6b04f4fd3a84457eed53132ac42b6b8f44b289d6.tar.bz2
ingen-6b04f4fd3a84457eed53132ac42b6b8f44b289d6.zip
Sane ontology for internaals.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1818 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'rdf')
-rw-r--r--rdf/internals.ttl23
1 files changed, 12 insertions, 11 deletions
diff --git a/rdf/internals.ttl b/rdf/internals.ttl
index 8352af6f..f2c33b4e 100644
--- a/rdf/internals.ttl
+++ b/rdf/internals.ttl
@@ -25,28 +25,29 @@
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.
-@prefix : <http://drobilla.net/ns/ingen#> .
-@prefix doap: <http://usefulinc.com/ns/doap#> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
-@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> .
+@prefix : <http://drobilla.net/ns/ingen-internals#> .
+@prefix ingen: <http://drobilla.net/ns/ingen#> .
+@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@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> .
-:ControlPlugin a :Plugin ;
+:Controller a ingen:Plugin ;
rdfs:label "Controller" ;
rdfs:comment """
Receives events and outputs signals for some specific controller
(e.g. MIDI CC).
""" .
-:TriggerPlugin a :Plugin ;
+:Trigger a ingen:Plugin ;
rdfs:label "Trigger" ;
rdfs:comment """
Receives events and outputs a trigger signal when a specific note is received.
""" .
-:NotePlugin a :Plugin ;
+:Note a ingen:Plugin ;
rdfs:label "Note" ;
rdfs:comment """
Receives events and outputs signals for the individual properties of the
@@ -54,7 +55,7 @@ received notes. This plugin is special because it is internally aware of
Ingen's polyphony and controls voice allocation.
""" .
-:TransportPlugin a :Plugin ;
+:Transport a ingen:Plugin ;
rdfs:label "Transport" ;
rdfs:comment """
Listens to system transport information (when available) and outputs signals