diff show/dance2007/config.n3 @ 416:f31c79309323

cp
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 16 Jun 2007 05:44:20 +0000
parents b48a8833c595
children 0f3f1759d15d
line wrap: on
line diff
--- a/show/dance2007/config.n3	Sat Jun 16 04:13:09 2007 +0000
+++ b/show/dance2007/config.n3	Sat Jun 16 05:44:20 2007 +0000
@@ -1,11 +1,14 @@
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix : <http://light9.bigasterisk.com/> .
+@prefix ch: <http://light9.bigasterisk.com/theater/skyline/channel/> .
+@prefix chase: <http://light9.bigasterisk.com/chase/> .
+@prefix dmx: <http://light9.bigasterisk.com/dmx/> .
+@prefix group: <http://light9.bigasterisk.com/group/> .
 @prefix mus: <http://light9.bigasterisk.com/music/> .
-@prefix show: <http://light9.bigasterisk.com/show/> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix sh: <http://light9.bigasterisk.com/show/dance2007/> .
+@prefix show: <http://light9.bigasterisk.com/show/> .
 @prefix sub: <http://light9.bigasterisk.com/sub/> .
-@prefix group: <http://light9.bigasterisk.com/group/> .
 
 :showPath rdfs:comment "unix path relative to the LIGHT9_SHOW directory" .
 
@@ -62,9 +65,9 @@
 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: <http://light9.bigasterisk.com/theater/skyline/channel/> .
-@prefix dmx: <http://light9.bigasterisk.com/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;