From 6b04f4fd3a84457eed53132ac42b6b8f44b289d6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 28 Nov 2008 23:51:25 +0000 Subject: Sane ontology for internaals. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1818 a436a847-0d15-0410-975c-d299462d15a1 --- rdf/internals.ttl | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'rdf') 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 : . -@prefix doap: . -@prefix foaf: . -@prefix lv2: . -@prefix rdf: . -@prefix rdfs: . -@prefix xsd: . +@prefix : . +@prefix ingen: . +@prefix doap: . +@prefix foaf: . +@prefix lv2: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . -: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 -- cgit v1.2.1