# HG changeset patch
# User drewp@bigasterisk.com
# Date 1401053406 0
# Node ID ca37e8fe9a1ba5409db22ae6d5b0af7221b9b1dc
# Parent c97657bd842b841d46eff7f42668eb8a7e934d12
demo data for 2014 show
Ignore-this: 294e31383915ea01b210e0a8afa38aa0
diff -r c97657bd842b -r ca37e8fe9a1b show/dance2014/URI
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2014/URI Sun May 25 21:30:06 2014 +0000
@@ -0,0 +1,1 @@
+http://light9.bigasterisk.com/show/dance2014
diff -r c97657bd842b -r ca37e8fe9a1b show/dance2014/demo.n3
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2014/demo.n3 Sun May 25 21:30:06 2014 +0000
@@ -0,0 +1,24 @@
+@prefix : .
+@prefix rdfs: .
+
+ a :Curve;
+ rdfs:label "opening";
+ :points "0.0 0 183.695203336 0" .
+
+
+
+
+# :Effect replaces :Subterm
+ a :Effect;
+ :code "out = sub('stageleft', intensity=curve1)";
+ # 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
+ # the string with errors (and also the uri links found inside)?
+ # Still missing: multiple lines of code with multiple outputs. What's an output?
+ :dep ,
+ .
+
+ a :Song;
+ :effect
+ .
diff -r c97657bd842b -r ca37e8fe9a1b show/dance2014/networking.n3
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2014/networking.n3 Sun May 25 21:30:06 2014 +0000
@@ -0,0 +1,13 @@
+@prefix : .
+@prefix show: .
+@prefix sh: .
+
+show:dance2014 :networking sh:netHome .
+sh:netHome
+ :effectEval ;
+ :musicPlayer ;
+ :dmxServer ;
+ :oscDmxServer ;
+ :curveCalc ;
+ :keyboardComposer ;
+ :vidref .