diff --git a/show/dance2014/demo.n3 b/show/dance2014/demo.n3
--- a/show/dance2014/demo.n3
+++ b/show/dance2014/demo.n3
@@ -7,19 +7,7 @@
@prefix ch: .
@prefix dmx: .
-dmx:c68 :dmxAddress 68 .
-ch:house-side a :Channel;
- :output dmx:c68;
- rdfs:label "house-side" .
-
- a :Submaster ;
- rdfs:label "houseside" ;
- :lightLevel .
-
- a :ChannelSetting ;
- :channel ;
- :level 1e+00 .
# curvedb writes these. point data might be in separate files
a :Curve;
@@ -29,7 +17,7 @@ ch:house-side a :Channel;
# :Effect replaces :Subterm
a :Effect;
- :code "out = sub(sub:stageleft, intensity=song1:opening)";
+ :code "out = sub(sub:s2, intensity=song1:opening)";
# save the code as an AST also, to get all the links? web page was
# going to parse it anyway. but, sometimes it will have a syntax
# error. Can code with errors just parse to a bogus AST that saves
@@ -41,7 +29,7 @@ ch:house-side a :Channel;
#
# Still missing: multiple lines of code with multiple outputs. What's
# an output?
- :dep ,
+ :dep ,
.