changeset 1016:ca37e8fe9a1b

demo data for 2014 show Ignore-this: 294e31383915ea01b210e0a8afa38aa0
author drewp@bigasterisk.com
date Sun, 25 May 2014 21:30:06 +0000
parents c97657bd842b
children 78423a65d4bc
files show/dance2014/URI show/dance2014/demo.n3 show/dance2014/networking.n3
diffstat 3 files changed, 38 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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
--- /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 : <http://light9.bigasterisk.com/> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+<http://ex/effect/song1/opening> a :Curve;
+  rdfs:label "opening";
+  :points "0.0 0 183.695203336 0" .
+  
+
+  
+
+# :Effect replaces :Subterm
+<http://ex/effect/song1/openingLook> 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 <http://ex/effect/song1/opening>, <http://light9.bigasterisk.com/show/dance2014/sub/stageleft>
+  .
+
+<http://light9.bigasterisk.com/show/dance2014/song1> a :Song;
+  :effect   <http://ex/effect/song1/openingLook>
+  .
--- /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 : <http://light9.bigasterisk.com/> .
+@prefix show: <http://light9.bigasterisk.com/show/> .
+@prefix sh: <http://light9.bigasterisk.com/show/dance2014/> .
+
+show:dance2014 :networking sh:netHome .
+sh:netHome  
+  :effectEval <http://plus:8070/>;
+  :musicPlayer <http://plus:8040/>;
+  :dmxServer <http://plus:8030/>;
+  :oscDmxServer <udp://plus:9050/>;
+  :curveCalc <http://plus:8060/>;
+  :keyboardComposer <http://plus:8050/>;
+  :vidref <http://amp:8053/> .