Changeset - d91aecab1418
[Not reviewed]
default
0 5 46
drewp@bigasterisk.com - 11 years ago 2014-06-15 22:52:40
drewp@bigasterisk.com
checkpoint show data
Ignore-this: 430b7811ba11dcc8509b45469c4a8ac8
51 files changed with 1545 insertions and 8 deletions:
0 comments (0 inline, 0 general)
show/dance2014/effectClass.n3
Show inline comments
 
@@ -77,6 +77,26 @@ effect:backChase a :EffectClass;
 
  rdfs:label "back chase";
 
  :code "out = chase(t, names=backchase, ontime=.3, offset=-.11) * env" .
 

	
 
effect:backChaseSlower a :EffectClass;
 
  rdfs:label "back chase slower";
 
  :code "out = chase(t, names=backchase, ontime=.7, offset=-.11) * env" .
 

	
 
chase:frontrand a :Chase; :channels (
 
<http://light9.bigasterisk.com/theater/piedmont/channel/f11-blue>
 
<http://light9.bigasterisk.com/theater/piedmont/channel/f3>
 
<http://light9.bigasterisk.com/theater/piedmont/channel/f8-fill>
 
<http://light9.bigasterisk.com/theater/piedmont/channel/f9-pool-r>
 
<http://light9.bigasterisk.com/theater/piedmont/channel/f10>
 
<http://light9.bigasterisk.com/theater/piedmont/channel/f1-blue>
 
<http://light9.bigasterisk.com/theater/piedmont/channel/f4-pool-l>
 
<http://light9.bigasterisk.com/theater/piedmont/channel/f5-fill>
 
<http://light9.bigasterisk.com/theater/piedmont/channel/f7>
 
<http://light9.bigasterisk.com/theater/piedmont/channel/f2>
 
<http://light9.bigasterisk.com/theater/piedmont/channel/sharlyn>
 
<http://light9.bigasterisk.com/theater/piedmont/channel/f12-purp>
 
) .
 

	
 

	
 
effect:frontrandChase a :EffectClass;
 
  rdfs:label "frontrand chase";
 
  :code "out = chase(t, names=frontrand, ontime=.3, offset=-.11) * env" .
show/dance2014/song11.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/song11> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song11/curve-1>,
 
        <http://light9.bigasterisk.com/show/dance2014/song11/curve-2>,
 
        <http://light9.bigasterisk.com/show/dance2014/song11/curve-3>,
 
        <http://light9.bigasterisk.com/show/dance2014/song11/curve-4>,
 
        <http://light9.bigasterisk.com/show/dance2014/song11/curve-5>,
 
        <http://light9.bigasterisk.com/show/dance2014/song11/curve-6> ;
 
    ns1:effect <http://light9.bigasterisk.com/show/dance2014/song11/effect-1>,
 
        <http://light9.bigasterisk.com/show/dance2014/song11/effect-2>,
 
        <http://light9.bigasterisk.com/show/dance2014/song11/effect-3>,
 
        <http://light9.bigasterisk.com/show/dance2014/song11/effect-4>,
 
        <http://light9.bigasterisk.com/show/dance2014/song11/effect-5>,
 
        <http://light9.bigasterisk.com/show/dance2014/song11/effect-6> .
 

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

	
 
<http://light9.bigasterisk.com/show/dance2014/song11/curve-2> a ns1:Curve ;
 
    rdfs:label "slow color chase" .
 

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/song11/curve-5> a ns1:Curve ;
 
    rdfs:label "back chase slower" .
 

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/song11/effect-2> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/slowColor> ;
 
    rdfs:label "slow color chase" ;
 
    ns1:code "b = <http://light9.bigasterisk.com/show/dance2013/sub/blue> * nsin((t+.6) / period)",
 
        "env = <http://light9.bigasterisk.com/show/dance2014/song11/curve-2>",
 
        "out = [r*env,y*env,b*env]",
 
        "period = 1.5",
 
        "r = <http://light9.bigasterisk.com/show/dance2013/sub/red> * nsin(t / period)",
 
        "y = <http://light9.bigasterisk.com/show/dance2013/sub/yellow> * nsin((t+.3) / period)" .
 

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/song11/effect-5> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/backChaseSlower> ;
 
    rdfs:label "back chase slower" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song11/curve-5>",
 
        "out = chase(t, names=backchase, ontime=.3, offset=-.11) * env" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song11/effect-6> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/blacklight> ;
 
    rdfs:label "blacklight" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song11/curve-6>",
 
        "out = [env * p1, env * p2, env * p4]",
 
        "p1 = <http://light9.bigasterisk.com/show/dance2013/sub/blue> * .3",
 
        "p2 = Strip.solid('LR', (0,0,1))",
 
        "p4 = Blacklight(1)" .
 

	
show/dance2014/song11/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/song11/curve-1> ns1:points "0 0 17.78 0 17.96 0.07447 18.06 0.7146 118.3 0.7158 119.5 0 142.9 0 154.2 0 159.2 0.7156 273.7 0.7118 278.1 0.8771 306.9 0.8687 314.3 1 347.9 1 351 0" .
 

	
show/dance2014/song11/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/song11/curve-2> ns1:points "0 0 159.2 0 161.2 0.1968 348.5 0.1968 350.5 0" .
 

	
show/dance2014/song11/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/song11/curve-3> ns1:points "0 0 118.6 0 120.5 0.5531 156.4 0.5637 158.5 0 295.1 0 298.5 0.3456 341.7 0.3564 344 0.6579 348.8 0.6842 350.7 0 352.5 0 354.3 0" .
 

	
show/dance2014/song11/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/song11/curve-4> ns1:points "0 0 3.619 0 5.619 1 18.52 1 25.89 0.3989 29.29 0" .
 

	
show/dance2014/song11/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/song11/curve-5> ns1:points "0 0 159.3 0 161.2 1 340.5 1 342.5 0" .
 

	
show/dance2014/song11/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/song11/curve-6> ns1:points "0 0 208.9 0" .
 

	
show/dance2014/song13.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/song13> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song13/curve-1> ;
 
    ns1:effect <http://light9.bigasterisk.com/show/dance2014/song13/effect-1> .
 
<http://light9.bigasterisk.com/show/dance2014/song13> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song13/curve-1>,
 
        <http://light9.bigasterisk.com/show/dance2014/song13/curve-2>,
 
        <http://light9.bigasterisk.com/show/dance2014/song13/curve-3>,
 
        <http://light9.bigasterisk.com/show/dance2014/song13/curve-4>,
 
        <http://light9.bigasterisk.com/show/dance2014/song13/curve-5> ;
 
    ns1:effect <http://light9.bigasterisk.com/show/dance2014/song13/effect-1>,
 
        <http://light9.bigasterisk.com/show/dance2014/song13/effect-3>,
 
        <http://light9.bigasterisk.com/show/dance2014/song13/effect-4>,
 
        <http://light9.bigasterisk.com/show/dance2014/song13/effect-5> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song13/effect-2> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/slowColor> ;
 
    rdfs:label "slow color chase" ;
 
    ns1:code "b = <http://light9.bigasterisk.com/show/dance2013/sub/blue> * nsin((t+.6) / period)",
 
        "env = <http://light9.bigasterisk.com/show/dance2014/song13/curve-2>",
 
        "out = [r*env,y*env,b*env]",
 
        "period = 5",
 
        "r = <http://light9.bigasterisk.com/show/dance2013/sub/red> * nsin(t / period)",
 
        "y = <http://light9.bigasterisk.com/show/dance2013/sub/yellow> * nsin((t+.3) / period)" .
 

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

	
 
<http://light9.bigasterisk.com/show/dance2014/song13/curve-2> a ns1:Curve ;
 
    rdfs:label "slow color chase" .
 

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

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

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/song13/effect-3> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/backChase> ;
 
    rdfs:label "back chase" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song13/curve-3>",
 
        "out = chase(t, names=backchase, ontime=.3, offset=-.11) * env" .
 

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

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

	
show/dance2014/song13/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/song13/curve-2> ns1:points "0 0" .
 

	
show/dance2014/song13/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/song13/curve-3> ns1:points "0 0 3.785 0 5.785 1 175 1 179.1 0 184.9 0" .
 

	
show/dance2014/song13/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/song13/curve-4> ns1:points "0 0 3.785 0 5.785 1 101.2 0.8241 114 0.3937 149.1 0.5558 180.7 0.5798 183.2 0" .
 

	
show/dance2014/song13/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/song13/curve-5> ns1:points "0 0 174.1 0 176.1 0.6862 183.5 0.6862 185.5 0" .
 

	
show/dance2014/song14.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/song14> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song14/curve-1>,
 
        <http://light9.bigasterisk.com/show/dance2014/song14/curve-2>,
 
        <http://light9.bigasterisk.com/show/dance2014/song14/curve-3>,
 
        <http://light9.bigasterisk.com/show/dance2014/song14/curve-4>,
 
        <http://light9.bigasterisk.com/show/dance2014/song14/curve-5>,
 
        <http://light9.bigasterisk.com/show/dance2014/song14/curve-6>,
 
        <http://light9.bigasterisk.com/show/dance2014/song14/curve-7> ;
 
    ns1:effect <http://light9.bigasterisk.com/show/dance2014/song14/effect-1>,
 
        <http://light9.bigasterisk.com/show/dance2014/song14/effect-2>,
 
        <http://light9.bigasterisk.com/show/dance2014/song14/effect-3>,
 
        <http://light9.bigasterisk.com/show/dance2014/song14/effect-4>,
 
        <http://light9.bigasterisk.com/show/dance2014/song14/effect-5>,
 
        <http://light9.bigasterisk.com/show/dance2014/song14/effect-6>,
 
        <http://light9.bigasterisk.com/show/dance2014/song14/effect-7> .
 

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

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

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/song14/curve-5> a ns1:Curve ;
 
    rdfs:label "frontrand chase" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song14/curve-6> a ns1:Curve ;
 
    rdfs:label "back-hi-fill" .
 

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

	
 
<http://light9.bigasterisk.com/show/dance2014/song14/effect-1> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/blacklight> ;
 
    rdfs:label "blacklight" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song14/curve-1>",
 
        "out = [env * p1, env * p2, env * p4]",
 
        "p1 = <http://light9.bigasterisk.com/show/dance2013/sub/blue> * .3",
 
        "p2 = Strip.solid('LR', (0,0,1))",
 
        "p4 = Blacklight(1)" .
 

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

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/song14/effect-5> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/frontrandChase> ;
 
    rdfs:label "frontrand chase" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song14/curve-5>",
 
        "out = chase(t, names=frontrand, ontime=.4, offset=-.11) * env" .
 

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

	
 
<http://light9.bigasterisk.com/show/dance2014/song14/effect-7> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/cycFlash> ;
 
    rdfs:label "cycFlash" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song14/curve-7>",
 
        "out = <http://light9.bigasterisk.com/show/dance2013/sub/cyc> * nsin(t/.470) * env" .
 

	
show/dance2014/song14/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/song14/curve-1> ns1:points "0 0 111.2 0 113.2 1 135.3 1 137.3 0" .
 

	
show/dance2014/song14/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/song14/curve-2> ns1:points "0 0 119.4 0 131.7 1 210.9 1 212.9 0" .
 

	
show/dance2014/song14/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/song14/curve-3> ns1:points "0 0 205.6 0 209.4 0.5479 211.7 0.5479 213.7 0" .
 

	
show/dance2014/song14/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/song14/curve-4> ns1:points "0 0 4.458 0 6.458 1 112.7 1 113.3 0" .
 

	
show/dance2014/song14/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/song14/curve-5> ns1:points "0 0 20.01 0 23.52 0.5425 42.56 0.5842 44.16 1 112.4 1 113.4 0" .
 

	
show/dance2014/song14/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/song14/curve-6> ns1:points "0 0 4.994 0 6.994 0.5266 41.07 0.5266 75.01 0" .
 

	
show/dance2014/song14/curve-7.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/song14/curve-7> ns1:points "0 0 124.5 0 142.3 0.7978 204.5 0.8351 205.7 0" .
 

	
show/dance2014/song15.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/song15> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song15/curve-1> ;
 
<http://light9.bigasterisk.com/show/dance2014/song15> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song15/curve-1>,
 
        <http://light9.bigasterisk.com/show/dance2014/song15/curve-10>,
 
        <http://light9.bigasterisk.com/show/dance2014/song15/curve-2>,
 
        <http://light9.bigasterisk.com/show/dance2014/song15/curve-3>,
 
        <http://light9.bigasterisk.com/show/dance2014/song15/curve-4>,
 
        <http://light9.bigasterisk.com/show/dance2014/song15/curve-5>,
 
        <http://light9.bigasterisk.com/show/dance2014/song15/curve-6>,
 
        <http://light9.bigasterisk.com/show/dance2014/song15/curve-7>,
 
        <http://light9.bigasterisk.com/show/dance2014/song15/curve-8>,
 
        <http://light9.bigasterisk.com/show/dance2014/song15/curve-9> ;
 
    ns1:effect <http://light9.bigasterisk.com/show/dance2014/song15/effect-1>,
 
        <http://light9.bigasterisk.com/show/dance2014/song15/effect-2> .
 
        <http://light9.bigasterisk.com/show/dance2014/song15/effect-10>,
 
        <http://light9.bigasterisk.com/show/dance2014/song15/effect-2>,
 
        <http://light9.bigasterisk.com/show/dance2014/song15/effect-3>,
 
        <http://light9.bigasterisk.com/show/dance2014/song15/effect-4>,
 
        <http://light9.bigasterisk.com/show/dance2014/song15/effect-5>,
 
        <http://light9.bigasterisk.com/show/dance2014/song15/effect-6>,
 
        <http://light9.bigasterisk.com/show/dance2014/song15/effect-7>,
 
        <http://light9.bigasterisk.com/show/dance2014/song15/effect-8>,
 
        <http://light9.bigasterisk.com/show/dance2014/song15/effect-9> .
 

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

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/song15/curve-3> a ns1:Curve ;
 
    rdfs:label "slow color chase" .
 

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

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

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

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

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

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

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/song15/effect-2> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/blacklight> ;
 
    rdfs:label "blacklight" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song1/curve-1> +1",
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song1/curve-1> +1.0",
 
        "out = [env * p1, env * p2, env * p3, env * p4]",
 
        "p1 = env * <http://light9.bigasterisk.com/show/dance2013/sub/blue> * .5",
 
        "p2 = Strip.solid('R', (0,0,1))",
 
        "p3 = Strip.solid('L', (0,0,1))",
 
        "p4 = Blacklight(1)" .
 

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

	
 
<http://light9.bigasterisk.com/show/dance2014/song15/effect-4> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/slowColor> ;
 
    rdfs:label "slow color chase" ;
 
    ns1:code "b = <http://light9.bigasterisk.com/show/dance2013/sub/blue> * nsin((t+.6) / period)",
 
        "env = <http://light9.bigasterisk.com/show/dance2014/song15/curve-3>",
 
        "out = [r*env,y*env,b*env]",
 
        "period = .443 * 2",
 
        "r = <http://light9.bigasterisk.com/show/dance2013/sub/red> * nsin(t / period)",
 
        "y = <http://light9.bigasterisk.com/show/dance2013/sub/yellow> * nsin((t+.3) / period)" .
 

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

	
 
<http://light9.bigasterisk.com/show/dance2014/song15/effect-6> a ns1:Effect ;
 
    rdfs:label "pool1" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song15/curve-5>",
 
        "out = <http://light9.bigasterisk.com/show/dance2014/sub/pool1> * env * (1 - <http://light9.bigasterisk.com/show/dance2014/song15/curve-9> * nsin(t/.443))" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song15/effect-7> a ns1:Effect ;
 
    rdfs:label "pool2" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song15/curve-6>",
 
        "out = <http://light9.bigasterisk.com/show/dance2014/sub/pool2> * env * (1 - <http://light9.bigasterisk.com/show/dance2014/song15/curve-9> * nsin(t/.443))" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song15/effect-8> a ns1:Effect ;
 
    rdfs:label "pool3" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song15/curve-7>",
 
        "out = <http://light9.bigasterisk.com/show/dance2014/sub/pool3> * env * (1 - <http://light9.bigasterisk.com/show/dance2014/song15/curve-9> * nsin(t/.443))" .
 

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

	
show/dance2014/song15/curve-10.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/song15/curve-10> ns1:points "0 0 205.2 0 207.1 0.7393 212.9 0.7979 216.2 0" .
 

	
show/dance2014/song15/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/song15/curve-2> ns1:points "0 0 151.9 0 152 1 176.5 0.9999 176.6 0 214.7 0" .
 

	
show/dance2014/song15/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/song15/curve-3> ns1:points "0 0 17.61 0 17.81 1 138 1 140 0 176.4 0 176.5 1 204.3 1 205.6 0" .
 

	
show/dance2014/song15/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/song15/curve-4> ns1:points "0 0 176.4 0 176.5 1 176.9 0.9468 178.7 0.4894 212.9 0.5585 215.2 0" .
 

	
show/dance2014/song15/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/song15/curve-5> ns1:points "0 0 3.97 0 4.034 1 5.688 1 6.341 0.415 10.19 0.33 10.19 0.33 11.38 1 18.62 0.9933 27.9 1 30.84 1 50.84 1 53.69 1 61.09 1 61.47 0.4256 74.78 0.4256 75.16 1 148.2 1 152.2 0" .
 

	
show/dance2014/song15/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/song15/curve-6> ns1:points "0 0 4.415 0 4.482 1 11.08 1 12.07 0.4415 17.55 0.3724 17.96 1 61.14 1 148.2 1 152.1 0" .
 

	
show/dance2014/song15/curve-7.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/song15/curve-7> ns1:points "0 0 4.865 0 4.968 1 5.916 1 6.303 0.4295 10.3 0.3599 11.41 1 18.52 1 33.76 1 37.45 1 61.05 1 61.37 0.516 67.59 0.5426 67.81 1 148.5 1 151.9 0" .
 

	
show/dance2014/song15/curve-8.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/song15/curve-8> ns1:points "0 0 149.3 0 150.6 1 176.4 1 176.5 0 177.4 0.5426 177.5 0.6277 177.6 0.8191 177.7 0.5319 177.8 0.117 177.9 0 178.1 0 178.2 0 178.4 0 178.6 0.02128 178.9 0.1277 179 0.2234 179.1 0.3298 179.2 0.3936 179.4 0.5213 179.5 0.3085 179.6 0.09574 179.7 0.06383 179.8 0.05319 180 0.05319 180.1 0.05319 180.3 0.06383 180.5 0.1064 180.6 0.1383 180.8 0.2234 180.9 0.3298 181 0.5 181.1 0.7447 181.2 0.1489 181.3 0.09574 181.5 0.03191 181.6 0.03191 181.8 0.03191 181.9 0.03191 182.1 0.03191 182.2 0.05319 182.3 0.05319 182.4 0.03191 182.4 0.09574 182.5 0.2766 182.6 0.01064 182.7 0.5745 182.8 0.6596 182.9 0.734 183 0.02128 183.5 0.117 183.6 0.08511 183.7 0.08511 183.8 0.08511 183.9 0.1702 184 0.266 184.1 0.383 184.2 0.5532 184.3 0.6915 184.5 0.8404 184.6 0.9894 184.7 0.3298 184.9 0.1064 185 0.1064 185.1 0.09574 185.2 0.08511 185.3 0.07447 185.5 0.07447 185.6 0.07447 185.7 0.07447 185.8 0.117 186 0.1489 186.1 0.1915 186.2 0.2447 186.2 0.883 186.4 0.5 186.4 0.5745 186.4 0.8511 186.5 0.6915 186.6 0.1383 186.7 0.1064 186.8 0.1064 187 0.1064 187.2 0.1383 187.4 0.1809 187.5 0.234 187.7 0.2766 187.8 0.3191 187.9 0.4043 188 0.5957 188.1 0.8298 188.2 0.03191 188.4 0 188.5 0 188.6 0 188.8 0.01064 188.9 0.02128 189.1 0.05319 189.1 0.08511 189.3 0.1277 189.4 0.3298 189.5 0.4787 189.6 0.883 189.8 0.9362 189.9 0.9362 190 0.4787 190.2 0.3191 190.3 0.2128 190.4 0.1489 190.5 0.1277 190.7 0.1277 190.8 0.1277 190.9 0.1277 191 0.1277 191.2 0.1277 191.3 0.1489 191.4 0.2872 191.5 0.4574 191.6 0.5213 191.7 0.7553 191.8 0.7872 191.9 0.5638 192.1 0.1277 192.2 0.07447 192.4 0.07447 192.6 0.07447 192.7 0.07447 192.9 0.08511 193.1 0.1277 193.4 0.2021 193.5 0.2553 193.6 0.3723 193.6 0.8298 193.7 0.2447 193.7 0.4574 194.4 0.2234 194.5 0.234 194.6 0.2766 194.8 0.3298 194.9 0.3723 195 0.4255 195.1 0.5957 195.2 0.7234 195.4 0.2234 195.5 0.1809 195.6 0.1383 195.8 0.117 195.9 0.09574 196 0.07447 196.1 0.05319 196.3 0.05319 196.4 0.06383 196.5 0.09574 196.6 0.1383 196.7 0.1702 196.8 0.2128 196.9 0.4468 196.9 0.7872 197 0.234 197 0.6064 197.2 0.1915 197.3 0.1383 197.5 0.1277 197.6 0.1064 197.8 0.1064 197.9 0.1064 198 0.1064 198.1 0.1277 198.2 0.1489 198.4 0.2021 198.5 0.2872 198.8 0.6489 198.9 0.5106 199.1 0.2766 199.2 0.1702 199.3 0.1277 199.5 0.07447 199.6 0.04255 199.8 0 200.4 0.4681 200.5 0.03191 200.5 0.6064 200.7 0.5106 200.8 0.3936 200.9 0.2128 201 0.09574 201.1 0.07447 201.3 0.04255 201.4 0.03191 201.5 0.03191 201.6 0.04255 201.7 0.06383 201.9 0.1277 202 0.3298 202.1 0.7021 202.2 0.7021 202.4 0 203.4 0.1277 203.5 0.09574 203.6 0.09574 203.7 0.09574 203.9 0.117 204 0.1702 204 0.6915 204.2 0.3191 204.9 0.3191" .
 

	
show/dance2014/song15/curve-9.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/song15/curve-9> ns1:points "0 0 0 0 3.579 0 75.17 0 76.1 0.931 84.44 1 88.25 0.8511 88.97 0.617 89.69 0.4468 90.59 0.3511 91.31 0.2979 92.21 0.234 93.11 0.1915 93.83 0.1489 94.55 0.08511 95.63 0.06383 96.35 0.05319 115.8 0 123.6 0.1064 123.6 0.117 124.4 0.3511 125.6 0.5851 126.6 0.7021 127.6 0.8404 128.4 0.9468 129.1 1 130.1 0.9362 130.9 0.8085 132.1 0.8085 133.1 0.8085 133.9 0.8085 134.8 0.7872 135.8 0.7872 137.3 0.7979 137.8 0.7872 140.1 0.7447 140.7 0.7128 141.2 0.5532 141.7 0.4681 142.4 0.4043 143.2 0.3511 143.8 0.3298 144.3 0.2979 145.1 0.2553 146 0.1915 146.1 0 201.1 0 216.5 0" .
 

	
show/dance2014/song16.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/song16> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song16/curve-1> ;
 
    ns1:effect <http://light9.bigasterisk.com/show/dance2014/song16/effect-1> .
 
<http://light9.bigasterisk.com/show/dance2014/song16> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song16/curve-1>,
 
        <http://light9.bigasterisk.com/show/dance2014/song16/curve-2>,
 
        <http://light9.bigasterisk.com/show/dance2014/song16/curve-3>,
 
        <http://light9.bigasterisk.com/show/dance2014/song16/curve-4>,
 
        <http://light9.bigasterisk.com/show/dance2014/song16/curve-5>,
 
        <http://light9.bigasterisk.com/show/dance2014/song16/curve-6>,
 
        <http://light9.bigasterisk.com/show/dance2014/song16/curve-7>,
 
        <http://light9.bigasterisk.com/show/dance2014/song16/curve-8>,
 
        <http://light9.bigasterisk.com/show/dance2014/song16/curve-9> ;
 
    ns1:effect <http://light9.bigasterisk.com/show/dance2014/song16/effect-1>,
 
        <http://light9.bigasterisk.com/show/dance2014/song16/effect-10>,
 
        <http://light9.bigasterisk.com/show/dance2014/song16/effect-3>,
 
        <http://light9.bigasterisk.com/show/dance2014/song16/effect-4>,
 
        <http://light9.bigasterisk.com/show/dance2014/song16/effect-5>,
 
        <http://light9.bigasterisk.com/show/dance2014/song16/effect-6>,
 
        <http://light9.bigasterisk.com/show/dance2014/song16/effect-7>,
 
        <http://light9.bigasterisk.com/show/dance2014/song16/effect-8>,
 
        <http://light9.bigasterisk.com/show/dance2014/song16/effect-9> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song16/effect-2> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/cycFlash> ;
 
    rdfs:label "cycFlash" ;
 
    ns1:code "out = <http://light9.bigasterisk.com/show/dance2013/sub/cyc> * nsin(t*2)" .
 

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

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

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

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

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

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/song16/curve-8> a ns1:Curve ;
 
    rdfs:label "slow color chase" .
 

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

	
 
<http://light9.bigasterisk.com/show/dance2014/song16/effect-1> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/blacklight> ;
 
    rdfs:label "blacklight" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song16/curve-1>",
 
        "out = [env * p1, env * p2, env * p4]",
 
        "p1 = env * <http://light9.bigasterisk.com/show/dance2013/sub/blue> * .5",
 
        "p2 = Strip.solid('LR', (curve(<http://light9.bigasterisk.com/show/dance2014/song16smooth_music>,t+.2),curve(<http://light9.bigasterisk.com/show/dance2014/song16smooth_music>,t+.1),curve(<http://light9.bigasterisk.com/show/dance2014/song16smooth_music>,t)*3))",
 
        "p4 = Blacklight(min(255,<http://light9.bigasterisk.com/show/dance2014/song16smooth_music>*3))" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song16/effect-10> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/whiteLed> ;
 
    rdfs:label "whiteLed" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song16/curve-9>",
 
        "out = Strip.solid('LR', hsv=(t/2,1,1)) * env" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song16/effect-3> a ns1:Effect ;
 
    rdfs:label "yellow pulse" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song16/curve-2>",
 
        "out = [env * p1, env * p2]",
 
        "p1 = <http://light9.bigasterisk.com/show/dance2013/sub/yellow> * v",
 
        "p2 = Strip.solid('LR', (1,1,0))",
 
        "v = nsquare(t/.4)" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song16/effect-4> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/cycToMusic> ;
 
    rdfs:label "cyc to music" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song16/curve-3>",
 
        "music = (<http://light9.bigasterisk.com/show/dance2014/song16music>-.5)*2 + .5",
 
        "out = <http://light9.bigasterisk.com/show/dance2013/sub/cyc> * music * env" .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/song16/effect-5> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/backChase> ;
 
    rdfs:label "back chase" ;
 
    ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song16/curve-4>",
 
        "out = chase(t, names=backchase, ontime=.2, offset=-.11) * env" .
 

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

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/song16/effect-9> a ns1:Effect,
 
        <http://light9.bigasterisk.com/effect/slowColor> ;
 
    rdfs:label "slow color chase" ;
 
    ns1:code "b = <http://light9.bigasterisk.com/show/dance2013/sub/blue> * nsin((t+.6) / period)",
 
        "env = <http://light9.bigasterisk.com/show/dance2014/song16/curve-8>",
 
        "out = [r*env,y*env,b*env]",
 
        "period = .4",
 
        "r = <http://light9.bigasterisk.com/show/dance2013/sub/red> * nsin(t / period)",
 
        "y = <http://light9.bigasterisk.com/show/dance2013/sub/yellow> * nsin((t+.3) / period) * .5" .
 

	
show/dance2014/song16/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/song16/curve-1> ns1:points "0 0 0 0 113.8 1 678.4 1 693 0" .
 
<http://light9.bigasterisk.com/show/dance2014/song16/curve-1> ns1:points "0 0 0 0 230.5 0 331.4 0.7155 678.4 1 693 0" .
 

	
show/dance2014/song16/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/song16/curve-2> ns1:points "0 0 15.75 0 17.75 1 85.7 1 87.7 0" .
 

	
show/dance2014/song16/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/song16/curve-3> ns1:points "0 0 347.7 0 349.7 1 505.7 1 507.7 0" .
 

	
show/dance2014/song16/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/song16/curve-4> ns1:points "0 0 644.5 0 646.5 1 666.5 1 668.5 0" .
 

	
show/dance2014/song16/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/song16/curve-5> ns1:points "0 0 175.9 0 177.9 1 202 1 204 0 281.2 0 289.1 0.9521 312.9 0.9521 317.6 0" .
 

	
show/dance2014/song16/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/song16/curve-6> ns1:points "0 0 687.2 0 689.2 1 693 1 695 0" .
 

	
show/dance2014/song16/curve-7.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/song16/curve-7> ns1:points "0 0 118.5 0 118.5 1 133.5 1 133.6 0" .
 

	
show/dance2014/song16/curve-8.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/song16/curve-8> ns1:points "0 0 294.9 0 296.9 0.2606 316.9 0.2606 318.9 0" .
 

	
show/dance2014/song16/curve-9.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/song16/curve-9> ns1:points "0 0 283.3 0 286.5 1 318.2 1 321.4 0" .
 

	
show/dance2014/song7.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/song7> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song7/curve-1>,
 
        <http://light9.bigasterisk.com/show/dance2014/song7/curve-2>,
 
        <http://light9.bigasterisk.com/show/dance2014/song7/curve-3>,
 
        <http://light9.bigasterisk.com/show/dance2014/song7/curve-4> ;
 
    ns1:effect <http://light9.bigasterisk.com/show/dance2014/song7/effect-1>,
 
        <http://light9.bigasterisk.com/show/dance2014/song7/effect-2>,
 
        <http://light9.bigasterisk.com/show/dance2014/song7/effect-3>,
 
        <http://light9.bigasterisk.com/show/dance2014/song7/effect-4> .
 

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

	
 
<http://light9.bigasterisk.com/show/dance2014/song7/curve-2> a ns1:Curve ;
 
    rdfs:label "back-hi-fill" .
 

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

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

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

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

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

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

	
show/dance2014/song7/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/song7/curve-1> ns1:points "0 0 1.145 0 11.03 0.1375 19.09 0.5157 23.54 0.6273 31.87 0.801 47.31 1 124.3 1 326.9 1 329.2 0" .
 

	
show/dance2014/song7/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/song7/curve-2> ns1:points "0 0 47.49 0 68.75 1 326.6 1 328.6 0" .
 

	
show/dance2014/song7/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/song7/curve-3> ns1:points "0 0 211.4 0 214 0.4313 326.6 0.4924 328.5 0" .
 

	
show/dance2014/song7/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/song7/curve-4> ns1:points "0 0 211.9 0 214 0.3883 282.2 0.2979 297 0.6479 313.6 0.7181 326.6 0.7181 327.8 0" .
 

	
show/dance2014/sub/song11.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/song11> a ns1:Submaster ;
 
    rdfs:label "song11" ;
 
    ns1:lightLevel <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/127182690>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/177207008>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/213203869>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/2757083>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/285763417>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/308015770>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/329168479>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/337293889>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/40043920>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/404572745>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/429948532>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/440490790>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/475030028>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/48540888>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/596862111>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/598334746>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/610062229>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/656800136>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/675379936>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/682765837>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/683371258>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/727492413>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/743002741>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/76726419>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/76957840>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/771769635>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/784643602>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/795061817>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/80660333>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/89539122>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/901339676>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/927039298>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/929760009>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/972120087>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/972393242>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/97241310>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11/map/982703031> .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song11/map/127182690> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b15-red> ;
 
    ns1:level 1e+00 .
 

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

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

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

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song11/map/329168479> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/down-c-P> ;
 
    ns1:level 3.5e-01 .
 

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

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

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

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

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song11/map/48540888> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b32-red> ;
 
    ns1:level 1e+00 .
 

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

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

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

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

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

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

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song11/map/743002741> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb3-g> ;
 
    ns1:level 6.82e-02 .
 

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

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

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

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

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

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

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

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song11/map/929760009> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/upright> ;
 
    ns1:level 3.5e-01 .
 

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

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song11/map/972393242> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/upleft> ;
 
    ns1:level 1.7325e-01 .
 

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

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

	
show/dance2014/sub/song11a.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/song11a> a ns1:Submaster ;
 
    rdfs:label "song11a" ;
 
    ns1:lightLevel <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/276892938>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/277966445>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/330284728>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/331271982>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/388341165>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/468417160>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/520524956>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/616362270>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/620422836>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/668423055>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/673045706>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/74207993>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/76344634>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/791189932>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/869053261>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/869149618>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/877640077>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/886678413>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/909191147>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/963656240>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song11a/map/982710974> .
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	
show/dance2014/sub/song13.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/song13> a ns1:Submaster ;
 
    rdfs:label "song13" ;
 
    ns1:lightLevel <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/170052959>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/194511252>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/266252292>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/326941199>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/345331615>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/469296815>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/515263531>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/544655333>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/586261342>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/62010080>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/644048381>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/652192399>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/686888550>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/690602698>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/692249330>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/759951782>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/784335962>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/787787835>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/816841350>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/856298492>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/863722190>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/872729272>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/881079713>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/913462539>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/914416250>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/926637944>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/971818899>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/985198996>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song13/map/995196829> .
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	
show/dance2014/sub/song14b.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/song14b> a ns1:Submaster ;
 
    rdfs:label "song14b" ;
 
    ns1:lightLevel <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/108940607>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/1755694>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/204761977>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/219667194>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/248675538>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/24997291>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/302877487>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/321800929>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/340380810>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/371868100>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/373318725>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/431469484>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/4727895>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/574188398>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/62538560>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/632886797>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/639078063>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/67198705>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/787499633>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/796188503>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/834034009>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song14b/map/881207778> .
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	
show/dance2014/sub/song7.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/song7> a ns1:Submaster ;
 
    rdfs:label "song7" ;
 
    ns1:lightLevel <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/111132013>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/14967162>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/154902528>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/195859524>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/21738851>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/246028524>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/317976824>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/328465302>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/399749388>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/40805592>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/415421268>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/481870894>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/512488809>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/530911932>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/600205770>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/603807625>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/604841810>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/606392314>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/609184963>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/610828804>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/67933658>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/681324293>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/707578805>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/742423547>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/766995203>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/774861476>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/776416301>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/791971180>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/798591339>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/835425164>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/850831219>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/872140217>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/89619098>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/931956333>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/934797580>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/93688047>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/947209591>,
 
        <http://light9.bigasterisk.com/show/dance2014/sub/song7/map/950870965> .
 

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

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

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

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

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song7/map/317976824> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/house2> ;
 
    ns1:level 0e+00 .
 

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song7/map/40805592> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/house-side> ;
 
    ns1:level 0e+00 .
 

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

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song7/map/530911932> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/upright> ;
 
    ns1:level 8e-01 .
 

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

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song7/map/603807625> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/house3> ;
 
    ns1:level 0e+00 .
 

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song7/map/609184963> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/house1> ;
 
    ns1:level 0e+00 .
 

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

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

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

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

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

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song7/map/776416301> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/house4> ;
 
    ns1:level 0e+00 .
 

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song7/map/791971180> 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/song7/map/798591339> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f8-fill> ;
 
    ns1:level 0e+00 .
 

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

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

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

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

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

	
 
<http://light9.bigasterisk.com/show/dance2014/sub/song7/map/934797580> 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/song7/map/93688047> a ns1:ChannelSetting ;
 
    ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/sharlyn> ;
 
    ns1:level 5e-01 .
 

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

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

	
0 comments (0 inline, 0 general)