Changeset - 5e7acb866b9f
show/dance2014/curves/song17.markers
Show inline comments
 
new file 100644
show/dance2014/curves/song2.markers
Show inline comments
 
new file 100644
show/dance2014/effectClass.n3
Show inline comments
 
@@ -23,12 +23,19 @@ effect:cycFlash a :EffectClass;
 
  
 
  
 
effect:cycToMusic a :EffectClass; rdfs:label "cyc to music";
 
:quneoNote 36;
 
:code "out = <http://light9.bigasterisk.com/show/dance2013/sub/cyc> * music * env" .
 

	
 

	
 
effect:fullToMusic a :EffectClass; rdfs:label "full to music";
 
:quneoNote 38;
 
:code "out = <http://light9.bigasterisk.com/show/dance2013/sub/full> * music * env" .
 

	
 

	
 

	
 
effect:blacklight a :EffectClass;
 
  rdfs:label "blacklight";
 
  :quneoNote 37;
 
  :code 
 
    "env = <http://light9.bigasterisk.com/show/dance2014/song1/curve-1>",
 
    "out = [env * p1, env * p2, env * p3, env * p4]",
show/dance2014/song17.n3
Show inline comments
 
@prefix ns1: <http://light9.bigasterisk.com/> .
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song17/curve-1> ;
 
    ns1:effect <http://light9.bigasterisk.com/show/dance2014/song17/effect-1> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/curve-1> a ns1:Curve ;
 
    rdfs:label "sub patio" .
 
<http://light9.bigasterisk.com/show/dance2014/song17> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song17/curve-1>,
 
        <http://light9.bigasterisk.com/show/dance2014/song17/curve-2>,
 
        <http://light9.bigasterisk.com/show/dance2014/song17/curve-3>,
 
        <http://light9.bigasterisk.com/show/dance2014/song17/curve-4>,
 
        <http://light9.bigasterisk.com/show/dance2014/song17/curve-5>,
 
        <http://light9.bigasterisk.com/show/dance2014/song17/curve-6> ;
 
    ns1:effect <http://light9.bigasterisk.com/show/dance2014/song17/effect-2>,
 
        <http://light9.bigasterisk.com/show/dance2014/song17/effect-3>,
 
        <http://light9.bigasterisk.com/show/dance2014/song17/effect-4>,
 
        <http://light9.bigasterisk.com/show/dance2014/song17/effect-5>,
 
        <http://light9.bigasterisk.com/show/dance2014/song17/effect-6> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/effect-1> a ns1:Effect ;
 
    rdfs:label "sub patio" ;
 
    ns1:code "out = <http://light9.bigasterisk.com/show/dance2013/sub/patio> * <http://light9.bigasterisk.com/show/dance2014/song17/curve-1>" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/curve-1> a ns1:Curve ;
 
    rdfs:label "sub patio" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/curve-2> a ns1:Curve ;
 
    rdfs:label "patio" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/curve-3> a ns1:Curve ;
 
    rdfs:label "full" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/curve-4> a ns1:Curve ;
 
    rdfs:label "houseside" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/curve-5> a ns1:Curve ;
 
    rdfs:label "cyc to music" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/curve-6> a ns1:Curve ;
 
    rdfs:label "full to music" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/effect-2> a ns1:Effect ;
 
    rdfs:label "patio" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song17/curve-2>",
 
        "out = <http://light9.bigasterisk.com/show/dance2013/sub/patio> * env" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/effect-3> a ns1:Effect ;
 
    rdfs:label "full" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song17/curve-3>",
 
        "out = <http://light9.bigasterisk.com/show/dance2014/sub/full> * env" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/effect-4> a ns1:Effect ;
 
    rdfs:label "houseside" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song17/curve-4>",
 
        "out = <http://light9.bigasterisk.com/show/dance2013/sub/houseside> * env" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/effect-5> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/cycToMusic> ;
 
    rdfs:label "cyc to music" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song17/curve-5>",
 
        "music = <http://light9.bigasterisk.com/show/dance2014/song17music>",
 
        "out = <http://light9.bigasterisk.com/show/dance2013/sub/cyc> * music * env" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/effect-6> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/fullToMusic> ;
 
    rdfs:label "full to music" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song17/curve-6>",
 
        "music = <http://light9.bigasterisk.com/show/dance2014/song17music> * 2",
 
        "out = <http://light9.bigasterisk.com/show/dance2013/sub/full> * music  * env" .
 

	
show/dance2014/song17/curve-1.n3
Show inline comments
 
@prefix ns1: <http://light9.bigasterisk.com/> .
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/curve-1> ns1:points "0 0 147 0.08383 147.9 0.3293 148.7 0.6228 149.4 0.7006 150.5 0.7545 151.3 0.7784 154.3 0.7605 162.6 0.7485 165.7 0.7485 166.7 0.7246 167.4 0.6527 168.2 0.5808 170.1 0.4311 173.8 0.2575 175.5 0.1737 176.4 0.07784" .
 
<http://light9.bigasterisk.com/show/dance2014/song17/curve-1> ns1:points "0 0" .
 

	
show/dance2014/song17/curve-2.n3
Show inline comments
 
new file 100644
 
@prefix ns1: <http://light9.bigasterisk.com/> .
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/curve-2> ns1:points "0 0 84.01 0 96.36 1 110 1 125.5 0.3511 164.9 0.3662 166.7 0.9986 168.8 1 171 0" .
 

	
show/dance2014/song17/curve-3.n3
Show inline comments
 
new file 100644
 
@prefix ns1: <http://light9.bigasterisk.com/> .
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/curve-3> ns1:points "0 0 3.383 0 6.003 0.6823 32.03 0.6983 78.94 0.3865 112.5 0.6823 123.5 1 149.8 0.9203 167.7 1 170.8 0" .
 

	
show/dance2014/song17/curve-4.n3
Show inline comments
 
new file 100644
 
@prefix ns1: <http://light9.bigasterisk.com/> .
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/curve-4> ns1:points "0 0 83.34 0 101.1 1 126.4 1 128.4 0" .
 

	
show/dance2014/song17/curve-5.n3
Show inline comments
 
new file 100644
 
@prefix ns1: <http://light9.bigasterisk.com/> .
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/curve-5> ns1:points "0 0 125.6 0 127.6 1 167.8 1 169.8 0" .
 

	
show/dance2014/song17/curve-6.n3
Show inline comments
 
new file 100644
 
@prefix ns1: <http://light9.bigasterisk.com/> .
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song17/curve-6> ns1:points "0 0 14.53 0 16.53 1 167.8 1 169.8 0" .
 

	
show/dance2014/song2.n3
Show inline comments
 
new file 100644
 
@prefix ns1: <http://light9.bigasterisk.com/> .
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song2> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song2/curve-1>,
 
        <http://light9.bigasterisk.com/show/dance2014/song2/curve-2> ;
 
    ns1:effect <http://light9.bigasterisk.com/show/dance2014/song2/effect-1>,
 
        <http://light9.bigasterisk.com/show/dance2014/song2/effect-2> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song2/curve-1> a ns1:Curve ;
 
    rdfs:label "song2" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song2/curve-2> a ns1:Curve ;
 
    rdfs:label "full" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song2/effect-1> a ns1:Effect ;
 
    rdfs:label "song2" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song2/curve-1>",
 
        "out = <http://light9.bigasterisk.com/show/dance2014/sub/song2> * env" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song2/effect-2> a ns1:Effect ;
 
    rdfs:label "full" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song2/curve-2>",
 
        "out = <http://light9.bigasterisk.com/show/dance2014/sub/full> * env" .
 

	
show/dance2014/song2/curve-1.n3
Show inline comments
 
new file 100644
 
@prefix ns1: <http://light9.bigasterisk.com/> .
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song2/curve-1> ns1:points "0 0 2.087 0 4.087 0.752 155.1 0.752 158.2 0" .
 

	
show/dance2014/song2/curve-2.n3
Show inline comments
 
new file 100644
 
@prefix ns1: <http://light9.bigasterisk.com/> .
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song2/curve-2> ns1:points "0 0 148.4 0 153.1 0.6626 155.2 0.6626 158.1 0.004065" .
 

	
show/dance2014/song3.n3
Show inline comments
 
new file 100644
 
@prefix ns1: <http://light9.bigasterisk.com/> .
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song3> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song3/curve-1>,
 
        <http://light9.bigasterisk.com/show/dance2014/song3/curve-2> ;
 
    ns1:effect <http://light9.bigasterisk.com/show/dance2014/song3/effect-1>,
 
        <http://light9.bigasterisk.com/show/dance2014/song3/effect-2> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song3/curve-1> a ns1:Curve ;
 
    rdfs:label "song3" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song3/curve-2> a ns1:Curve ;
 
    rdfs:label "full" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song3/effect-1> a ns1:Effect ;
 
    rdfs:label "song3" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song3/curve-1>",
 
        "out = <http://light9.bigasterisk.com/show/dance2014/sub/song3> * env" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song3/effect-2> a ns1:Effect ;
 
    rdfs:label "full" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song3/curve-2>",
 
        "out = <http://light9.bigasterisk.com/show/dance2014/sub/full> * env" .
 

	
show/dance2014/song3/curve-1.n3
Show inline comments
 
new file 100644
 
@prefix ns1: <http://light9.bigasterisk.com/> .
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song3/curve-1> ns1:points "0 0 2.864 0 5.208 1 321 1 324.6 0" .
 

	
show/dance2014/song3/curve-2.n3
Show inline comments
 
new file 100644
 
@prefix ns1: <http://light9.bigasterisk.com/> .
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song3/curve-2> ns1:points "0 0 316.6 0 319.4 0.8307 321.5 0.8307 323.5 0" .
 

	
show/dance2014/sub/blue.n3
Show inline comments
 
@@ -3,12 +3,14 @@
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2013/sub/blue> a ns1:Submaster ;
 
    rdfs:label "blue" ;
 
    ns1:color "#0000ff";    ns1:group "color";
 

	
 
    ns1:lightLevel <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/245085077>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/381609671>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/536526494>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/642834876>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/659210217>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/68042273>,
show/dance2014/sub/cyc.n3
Show inline comments
 
@@ -3,12 +3,13 @@
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2013/sub/cyc> a ns1:Submaster ;
 
    rdfs:label "cyc" ;
 
        ns1:color "#00ffff";
 
    ns1:lightLevel <http://light9.bigasterisk.com/sub/local/1371318911.67/map/41358376>,
 
        <http://light9.bigasterisk.com/sub/local/1371318911.67/map/440671256>,
 
        <http://light9.bigasterisk.com/sub/local/1371318911.67/map/54019112>,
 
        <http://light9.bigasterisk.com/sub/local/1371318911.67/map/598812520>,
 
        <http://light9.bigasterisk.com/sub/local/1371318911.67/map/703463736>,
 
        <http://light9.bigasterisk.com/sub/local/1371318911.67/map/730845040> .
show/dance2014/sub/cycwhite.n3
Show inline comments
 
@@ -3,12 +3,13 @@
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/cycwhite> a ns1:Submaster ;
 
    rdfs:label "cycwhite" ;
 
        ns1:color "#80ffff";
 
    ns1:lightLevel <http://light9.bigasterisk.com/show/dance2014/sub/cycwhite/map/448597126>,
 
        <http://light9.bigasterisk.com/sub/local/1402800502.66/map/248847820> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/cycwhite/map/448597126> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/upright> ;
 
    ns1:level 3.1e-01 .
show/dance2014/sub/edge.n3
Show inline comments
 
@@ -3,15 +3,25 @@
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2013/sub/edge> a ns1:Submaster ;
 
    rdfs:label "edge" ;
 
    ns1:lightLevel <http://light9.bigasterisk.com/sub/local/1371343692.45/map/14077781>,
 
    ns1:lightLevel <http://light9.bigasterisk.com/show/dance2013/sub/edge/map/689308994>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/edge/map/807383782>,
 
        <http://light9.bigasterisk.com/sub/local/1371343692.45/map/14077781>,
 
        <http://light9.bigasterisk.com/sub/local/1371343692.45/map/401610583> .
 

	
 
<http://light9.bigasterisk.com/show/dance2013/sub/edge/map/689308994> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b21-edge> ;
 
    ns1:level 1e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2013/sub/edge/map/807383782> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b26-edge> ;
 
    ns1:level 1e+00 .
 

	
 
<http://light9.bigasterisk.com/sub/local/1371343692.45/map/14077781> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b31-edge-r> ;
 
    ns1:level 1e+00 .
 

	
 
<http://light9.bigasterisk.com/sub/local/1371343692.45/map/401610583> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b16-edge-l> ;
show/dance2014/sub/full.n3
Show inline comments
 
@@ -3,12 +3,14 @@
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/full> a ns1:Submaster ;
 
    rdfs:label "full" ;
 
    ns1:color "#ffffff";        ns1:group "showsliders";
 

	
 
    ns1:lightLevel <http://light9.bigasterisk.com/sub/local/1402806936.17/map/106134968>,
 
        <http://light9.bigasterisk.com/sub/local/1402806936.17/map/158229254>,
 
        <http://light9.bigasterisk.com/sub/local/1402806936.17/map/237088061>,
 
        <http://light9.bigasterisk.com/sub/local/1402806936.17/map/348113061>,
 
        <http://light9.bigasterisk.com/sub/local/1402806936.17/map/400718137>,
 
        <http://light9.bigasterisk.com/sub/local/1402806936.17/map/424541932>,
show/dance2014/sub/green.n3
Show inline comments
 
@@ -3,12 +3,15 @@
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2013/sub/green> a ns1:Submaster ;
 
    rdfs:label "green" ;
 
    ns1:color "#00ff00";
 
        ns1:group "color";
 

	
 
    ns1:lightLevel <http://light9.bigasterisk.com/show/dance2013/sub/green/map/120183201>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/green/map/352731801>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/green/map/523896698>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/green/map/55182622>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/green/map/724452446>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/green/map/757240980>,
show/dance2014/sub/house.n3
Show inline comments
 
@@ -2,13 +2,16 @@
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2013/sub/house> a ns1:Submaster ;
 
    ns1:color "#400040";
 
    rdfs:label "house" ;
 
        ns1:group "showsliders";
 

	
 
    ns1:lightLevel <http://light9.bigasterisk.com/show/dance2013/sub/house/map/129986475>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/house/map/276467481>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/house/map/453669385>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/house/map/49746335>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/house/map/543618080> .
 

	
show/dance2014/sub/houseside.n3
Show inline comments
 
@@ -2,12 +2,13 @@
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2013/sub/houseside> a ns1:Submaster ;
 
    ns1:color "#400020";
 
    rdfs:label "houseside" ;
 
    ns1:lightLevel <http://light9.bigasterisk.com/sub/local/1371346683.43/map/579807785> .
 

	
 
<http://light9.bigasterisk.com/sub/local/1371346683.43/map/579807785> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/house-side> ;
 
    ns1:level 1e+00 .
show/dance2014/sub/lowstage.n3
Show inline comments
 
@@ -3,12 +3,13 @@
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/lowstage> a ns1:Submaster ;
 
    rdfs:label "lowstage" ;
 
    ns1:color "#808080";
 
    ns1:lightLevel <http://light9.bigasterisk.com/sub/local/1402851873.33/map/395840206>,
 
        <http://light9.bigasterisk.com/sub/local/1402851873.33/map/780090194> .
 

	
 
<http://light9.bigasterisk.com/sub/local/1402851873.33/map/395840206> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b12-low> ;
 
    ns1:level 1e+00 .
show/dance2014/sub/orange.n3
Show inline comments
 
@@ -3,12 +3,14 @@
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2013/sub/orange> a ns1:Submaster ;
 
    rdfs:label "orange" ;
 
    ns1:color "#f08000";
 
    ns1:group "color";
 
    ns1:lightLevel <http://light9.bigasterisk.com/show/dance2013/sub/orange/map/14739305>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/orange/map/213885522>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/orange/map/275036431>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/orange/map/350701590>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/orange/map/420545514>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/orange/map/575014434>,
show/dance2014/sub/patio.n3
Show inline comments
 
@@ -3,12 +3,13 @@
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2013/sub/patio> a ns1:Submaster ;
 
    rdfs:label "patio" ;
 
    ns1:color "#505050";
 
    ns1:lightLevel <http://light9.bigasterisk.com/sub/local/1371320332.68/map/916981013>,
 
        <http://light9.bigasterisk.com/sub/local/1371320332.68/map/953892364> .
 

	
 
<http://light9.bigasterisk.com/sub/local/1371320332.68/map/916981013> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/post-r> ;
 
    ns1:level 6.1e-01 .
show/dance2014/sub/red.n3
Show inline comments
 
@@ -3,12 +3,15 @@
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2013/sub/red> a ns1:Submaster ;
 
    rdfs:label "red" ;
 
    ns1:color "#ff0000";
 
        ns1:group "color";
 

	
 
    ns1:lightLevel <http://light9.bigasterisk.com/show/dance2013/sub/red/map/210349166>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/red/map/279120387>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/red/map/32139626>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/red/map/380103439>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/red/map/436656924>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/red/map/438099829>,
show/dance2014/sub/sharlyn.n3
Show inline comments
 
@@ -3,12 +3,13 @@
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/sharlyn> a ns1:Submaster ;
 
    rdfs:label "sharlyn" ;
 
        ns1:group "showsliders";
 
    ns1:lightLevel <http://light9.bigasterisk.com/sub/local/1402799573.25/map/214022026> .
 

	
 
<http://light9.bigasterisk.com/sub/local/1402799573.25/map/214022026> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/sharlyn> ;
 
    ns1:level 1e+00 .
 

	
show/dance2014/sub/song2.n3
Show inline comments
 
new file 100644
 
@prefix ns1: <http://light9.bigasterisk.com/> .
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2> a ns1:Submaster ;
 
    rdfs:label "song2" ;
 
    ns1:lightLevel <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/11317718>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/125552126>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/135250190>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/223414557>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/262150339>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/280737484>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/286365536>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/353836132>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/356774391>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/365787462>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/394971155>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/418452845>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/44478408>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/494443934>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/5527992>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/627029177>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/638024871>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/670492118>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/686180051>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/7095593>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/719876348>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/733114360>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/774787632>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/810379618>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/822221960>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/854213145>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/899364842>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/956772465>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/985161294>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song2/map/989738981> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/11317718> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/oran3> ;
 
    ns1:level 6.5e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/125552126> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f5-fill> ;
 
    ns1:level 1e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/135250190> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f2> ;
 
    ns1:level 1e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/223414557> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/oran1> ;
 
    ns1:level 6.5e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/262150339> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f9-pool-r> ;
 
    ns1:level 1e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/280737484> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b24-up> ;
 
    ns1:level 1e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/286365536> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f7> ;
 
    ns1:level 1e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/353836132> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/oran4> ;
 
    ns1:level 6.5e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/356774391> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f12-purp> ;
 
    ns1:level 0e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/365787462> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red3> ;
 
    ns1:level 3.6e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/394971155> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b34-yel> ;
 
    ns1:level 2.916e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/418452845> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f3> ;
 
    ns1:level 1e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/44478408> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f11-blue> ;
 
    ns1:level 0e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/494443934> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f1-blue> ;
 
    ns1:level 0e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/5527992> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb3-g> ;
 
    ns1:level 1.44e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/627029177> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/sharlyn> ;
 
    ns1:level 1e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/638024871> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/oran2> ;
 
    ns1:level 6.5e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/670492118> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red1> ;
 
    ns1:level 3.6e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/686180051> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f4-pool-l> ;
 
    ns1:level 1e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/7095593> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/gree1> ;
 
    ns1:level 3.6e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/719876348> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red2> ;
 
    ns1:level 3.6e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/733114360> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b14-yel> ;
 
    ns1:level 3.258e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/774787632> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/gree4> ;
 
    ns1:level 3.6e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/810379618> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f10> ;
 
    ns1:level 1e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/822221960> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb3-r> ;
 
    ns1:level 1.944e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/854213145> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/gree2> ;
 
    ns1:level 3.6e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/899364842> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red4> ;
 
    ns1:level 3.6e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/956772465> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/gree3> ;
 
    ns1:level 3.6e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/985161294> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f8-fill> ;
 
    ns1:level 1e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song2/map/989738981> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b23-up> ;
 
    ns1:level 1e+00 .
 

	
show/dance2014/sub/song3.n3
Show inline comments
 
new file 100644
 
@prefix ns1: <http://light9.bigasterisk.com/> .
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3> a ns1:Submaster ;
 
    rdfs:label "song3" ;
 
    ns1:lightLevel <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/11505063>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/151284861>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/168468922>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/176041079>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/199303884>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/216347524>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/216400127>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/226844731>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/241407891>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/250036043>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/283261476>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/287783101>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/347376033>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/447303659>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/449232597>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/456299614>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/458666868>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/467574027>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/472392587>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/506126469>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/510562710>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/591458160>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/598444644>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/627781606>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/656307570>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/657597905>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/677334755>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/744651755>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/747591342>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/771602381>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/779766038>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/911777157>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/951096698>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/951602650>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/96907224>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/971892238>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/980834483>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song3/map/990773420> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/11505063> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/blue2> ;
 
    ns1:level 5.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/151284861> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red1> ;
 
    ns1:level 7.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/168468922> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f9-pool-r> ;
 
    ns1:level 6.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/176041079> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb3-b> ;
 
    ns1:level 3.074e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/199303884> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red4> ;
 
    ns1:level 7.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/216347524> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/cyc-mid> ;
 
    ns1:level 3.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/216400127> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b23-up> ;
 
    ns1:level 3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/226844731> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b26-edge> ;
 
    ns1:level 5.6e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/241407891> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f10> ;
 
    ns1:level 6.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/250036043> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b22-c> ;
 
    ns1:level 4.745e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/283261476> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/blue3> ;
 
    ns1:level 5.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/287783101> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/oran2> ;
 
    ns1:level 7e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/347376033> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f11-blue> ;
 
    ns1:level 2.014e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/447303659> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/cyc-right> ;
 
    ns1:level 3.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/449232597> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red2> ;
 
    ns1:level 7.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/456299614> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/blue1> ;
 
    ns1:level 5.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/458666868> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/blue4> ;
 
    ns1:level 5.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/467574027> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/cyc-left> ;
 
    ns1:level 3.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/472392587> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f7> ;
 
    ns1:level 6.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/506126469> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb3-r> ;
 
    ns1:level 3.8325e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/510562710> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f1-blue> ;
 
    ns1:level 2.1465e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/591458160> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f4-pool-l> ;
 
    ns1:level 6.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/598444644> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f12-purp> ;
 
    ns1:level 5.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/627781606> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/oran3> ;
 
    ns1:level 7e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/656307570> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/down-c-P> ;
 
    ns1:level 0e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/657597905> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/oran4> ;
 
    ns1:level 7e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/677334755> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red3> ;
 
    ns1:level 7.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/744651755> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b15-red> ;
 
    ns1:level 7.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/747591342> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b21-edge> ;
 
    ns1:level 5.6e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/771602381> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b24-up> ;
 
    ns1:level 3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/779766038> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/sharlyn> ;
 
    ns1:level 6.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/911777157> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/oran1> ;
 
    ns1:level 7e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/951096698> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f3> ;
 
    ns1:level 6.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/951602650> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f8-fill> ;
 
    ns1:level 6.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/96907224> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb3-g> ;
 
    ns1:level 1.085e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/971892238> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f2> ;
 
    ns1:level 6.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/980834483> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b32-red> ;
 
    ns1:level 7.3e-01 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song3/map/990773420> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f5-fill> ;
 
    ns1:level 6.3e-01 .
 

	
show/dance2014/sub/strobe98.n3
Show inline comments
 
@@ -3,12 +3,13 @@
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/strobe98> a ns1:Submaster ;
 
    rdfs:label "strobe98" ;
 
        ns1:color "#808080";
 
    ns1:lightLevel <http://light9.bigasterisk.com/sub/local/1402849859.13/map/110212461>,
 
        <http://light9.bigasterisk.com/sub/local/1402849859.13/map/300352937>,
 
        <http://light9.bigasterisk.com/sub/local/1402849859.13/map/320877914>,
 
        <http://light9.bigasterisk.com/sub/local/1402849859.13/map/469072802>,
 
        <http://light9.bigasterisk.com/sub/local/1402849859.13/map/619529524>,
 
        <http://light9.bigasterisk.com/sub/local/1402849859.13/map/662840261>,
show/dance2014/sub/yellow.n3
Show inline comments
 
@@ -3,12 +3,14 @@
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 

	
 
<http://light9.bigasterisk.com/show/dance2013/sub/yellow> a ns1:Submaster ;
 
    rdfs:label "yellow" ;
 
    ns1:color "#ffff00";    ns1:group "color";
 

	
 
    ns1:lightLevel <http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/137787978>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/190910295>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/334904751>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/562346590>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/618226731>,
 
        <http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/678525915>,
0 comments (0 inline, 0 general)