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 .