diff --git a/show/dance2007/config.n3 b/show/dance2007/config.n3 --- a/show/dance2007/config.n3 +++ b/show/dance2007/config.n3 @@ -1,11 +1,14 @@ -@prefix rdfs: . -@prefix rdf: . @prefix : . +@prefix ch: . +@prefix chase: . +@prefix dmx: . +@prefix group: . @prefix mus: . -@prefix show: . +@prefix rdf: . +@prefix rdfs: . @prefix sh: . +@prefix show: . @prefix sub: . -@prefix group: . :showPath rdfs:comment "unix path relative to the LIGHT9_SHOW directory" . @@ -62,9 +65,9 @@ sub:washGreen :group group:wash; :order sub:washBlue :group group:wash; :order 2 . sub:washExtra :group group:wash; :order 3 . +chase:wash :channels ( ch:washRed1 ch:washRed2 ch:washRed3 ) . -@prefix ch: . -@prefix dmx: . + :Channel rdfs:comment "one value that light9 can control. The channel might output via dmx on some address." . ch:frontLeft a :Channel; rdfs:label "frontLeft"; :output dmx:c201;