# HG changeset patch # User drewp@bigasterisk.com # Date 2014-05-25 21:30:06 # Node ID ca37e8fe9a1ba5409db22ae6d5b0af7221b9b1dc # Parent c97657bd842b841d46eff7f42668eb8a7e934d12 demo data for 2014 show Ignore-this: 294e31383915ea01b210e0a8afa38aa0 diff --git a/show/dance2014/URI b/show/dance2014/URI new file mode 100644 --- /dev/null +++ b/show/dance2014/URI @@ -0,0 +1,1 @@ +http://light9.bigasterisk.com/show/dance2014 diff --git a/show/dance2014/demo.n3 b/show/dance2014/demo.n3 new file mode 100644 --- /dev/null +++ b/show/dance2014/demo.n3 @@ -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 --git a/show/dance2014/networking.n3 b/show/dance2014/networking.n3 new file mode 100644 --- /dev/null +++ b/show/dance2014/networking.n3 @@ -0,0 +1,13 @@ +@prefix : . +@prefix show: . +@prefix sh: . + +show:dance2014 :networking sh:netHome . +sh:netHome + :effectEval ; + :musicPlayer ; + :dmxServer ; + :oscDmxServer ; + :curveCalc ; + :keyboardComposer ; + :vidref .