Mercurial > code > home > repos > light9
changeset 1238:cb300d230efd
checkpoint show data
Ignore-this: c078fa1e4d7ff9d43fe2060dc0f276db
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/song1.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,106 @@ +@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/dance2015/song1> ns1:curve <http://light9.bigasterisk.com/show/dance2015/song1/curve-1>, + <http://light9.bigasterisk.com/show/dance2015/song1/curve-2>, + <http://light9.bigasterisk.com/show/dance2015/song1/curve-3>, + <http://light9.bigasterisk.com/show/dance2015/song1/curve-4>, + <http://light9.bigasterisk.com/show/dance2015/song1/curve-5>, + <http://light9.bigasterisk.com/show/dance2015/song1/curve-6>, + <http://light9.bigasterisk.com/show/dance2015/song1/curve-7>, + <http://light9.bigasterisk.com/show/dance2015/song1/curve-8>, + <http://light9.bigasterisk.com/show/dance2015/song1/curve-9> ; + ns1:effect <http://light9.bigasterisk.com/show/dance2015/song1/effect-9> . + +<http://light9.bigasterisk.com/show/dance2015/song1/effect-1> a ns1:Effect, + <http://light9.bigasterisk.com/effect/whiteLed> ; + rdfs:label "whiteLed" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song1/curve-1>", + "out = Strip.solid('LR', (1,1,1)) * env" . + +<http://light9.bigasterisk.com/show/dance2015/song1/effect-2> a ns1:Effect, + <http://light9.bigasterisk.com/effect/whiteLed> ; + rdfs:label "whiteLed" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song1/curve-2>", + "out = Strip.solid('LR', (1,1,1)) * env" . + +<http://light9.bigasterisk.com/show/dance2015/song1/effect-3> a ns1:Effect, + <http://light9.bigasterisk.com/effect/whiteLed> ; + rdfs:label "whiteLed" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song1/curve-3>", + "out = Strip.solid('LR', (1,1,1)) * env" . + +<http://light9.bigasterisk.com/show/dance2015/song1/effect-4> a ns1:Effect, + <http://light9.bigasterisk.com/effect/whiteLed> ; + rdfs:label "whiteLed" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song1/curve-4>", + "out = Strip.solid('LR', (1,1,1)) * env" . + +<http://light9.bigasterisk.com/show/dance2015/song1/effect-5> a ns1:Effect, + <http://light9.bigasterisk.com/effect/whiteLed> ; + rdfs:label "whiteLed" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song1/curve-5>", + "out = Strip.solid('LR', (1,1,1)) * env" . + +<http://light9.bigasterisk.com/show/dance2015/song1/effect-6> a ns1:Effect, + <http://light9.bigasterisk.com/effect/whiteLed> ; + rdfs:label "whiteLed" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song1/curve-6>", + "out = Strip.solid('LR', (1,1,1)) * env" . + +<http://light9.bigasterisk.com/show/dance2015/song1/effect-7> 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/dance2015/song1/curve-7>", + "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/dance2015/song1/effect-8> 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/dance2015/song1/curve-8>", + "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/dance2015/song1/curve-1> a ns1:Curve ; + rdfs:label "whiteLed" . + +<http://light9.bigasterisk.com/show/dance2015/song1/curve-2> a ns1:Curve ; + rdfs:label "whiteLed" . + +<http://light9.bigasterisk.com/show/dance2015/song1/curve-3> a ns1:Curve ; + rdfs:label "whiteLed" . + +<http://light9.bigasterisk.com/show/dance2015/song1/curve-4> a ns1:Curve ; + rdfs:label "whiteLed" . + +<http://light9.bigasterisk.com/show/dance2015/song1/curve-5> a ns1:Curve ; + rdfs:label "whiteLed" . + +<http://light9.bigasterisk.com/show/dance2015/song1/curve-6> a ns1:Curve ; + rdfs:label "whiteLed" . + +<http://light9.bigasterisk.com/show/dance2015/song1/curve-7> a ns1:Curve ; + rdfs:label "slow color chase" . + +<http://light9.bigasterisk.com/show/dance2015/song1/curve-8> a ns1:Curve ; + rdfs:label "slow color chase" . + +<http://light9.bigasterisk.com/show/dance2015/song1/curve-9> a ns1:Curve ; + rdfs:label "whiteLed" . + +<http://light9.bigasterisk.com/show/dance2015/song1/effect-9> a ns1:Effect, + <http://light9.bigasterisk.com/effect/whiteLed> ; + rdfs:label "whiteLed" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song1/curve-9>", + "out = Strip.solid('LR', (1,1,1)) * env" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/song1/curve-1.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,8 @@ +@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/dance2015/song1/curve-1> ns1:points "0 0 709.6 0 711.6 1 715.6 1 717.6 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/song1/curve-2.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,8 @@ +@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/dance2015/song1/curve-2> ns1:points "0 0 0.1 0 2.1 1 21.21 1 23.21 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/song1/curve-3.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,8 @@ +@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/dance2015/song1/curve-3> ns1:points "0 0 0.1 0 2.1 1 21.21 1 23.21 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/song1/curve-4.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,8 @@ +@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/dance2015/song1/curve-4> ns1:points "0 0 0.1 0 2.1 1 21.21 1 23.21 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/song1/curve-5.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,8 @@ +@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/dance2015/song1/curve-5> ns1:points "0 0 0.1 0 2.1 1 21.21 1 23.21 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/song1/curve-6.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,8 @@ +@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/dance2015/song1/curve-6> ns1:points "0 0 0.1 0 2.1 1 21.21 1 23.21 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/song1/curve-7.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,8 @@ +@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/dance2015/song1/curve-7> ns1:points "0 0 0.1 0 2.1 1 21.21 1 23.21 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/song1/curve-8.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,8 @@ +@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/dance2015/song1/curve-8> ns1:points "0 0 0.1 0 2.1 1 21.21 1 23.21 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/song1/curve-9.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,8 @@ +@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/dance2015/song1/curve-9> ns1:points "0 0 0.1 0 2.1 1 21.21 1 23.21 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/song16.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,54 @@ +@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/dance2015/song16> ns1:curve <http://light9.bigasterisk.com/show/dance2015/song16/curve-1>, + <http://light9.bigasterisk.com/show/dance2015/song16/curve-2>, + <http://light9.bigasterisk.com/show/dance2015/song16/curve-4>, + <http://light9.bigasterisk.com/show/dance2015/song16/curve-5>, + <http://light9.bigasterisk.com/show/dance2015/song16/curve-7>, + <http://light9.bigasterisk.com/show/dance2015/song16/curve-8> ; + ns1:effect <http://light9.bigasterisk.com/show/dance2015/song16/effect-2> . + +<http://light9.bigasterisk.com/show/dance2015/song16/curve-3> a ns1:Curve ; + rdfs:label "" . + +<http://light9.bigasterisk.com/show/dance2015/song16/curve-6> a ns1:Curve ; + rdfs:label "" . + +<http://light9.bigasterisk.com/show/dance2015/song16/effect-1> a ns1:Effect ; + rdfs:label "house" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song16/curve-4>", + "out = <http://light9.bigasterisk.com/show/dance2013/sub/house> * env" . + +<http://light9.bigasterisk.com/show/dance2015/song16/effect-3> a ns1:Effect, + <http://light9.bigasterisk.com/effect/backChase> ; + rdfs:label "back chase" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song16/curve-7>", + "out = chase(t, names=backchase, ontime=.3, offset=-.11) * env" . + +<http://light9.bigasterisk.com/show/dance2015/song16/curve-1> a ns1:Curve ; + rdfs:label "one" . + +<http://light9.bigasterisk.com/show/dance2015/song16/curve-2> a ns1:Curve ; + rdfs:label "longname" . + +<http://light9.bigasterisk.com/show/dance2015/song16/curve-4> a ns1:Curve ; + rdfs:label "house" . + +<http://light9.bigasterisk.com/show/dance2015/song16/curve-5> a ns1:Curve ; + rdfs:label "yellow" . + +<http://light9.bigasterisk.com/show/dance2015/song16/curve-7> a ns1:Curve ; + rdfs:label "back chase" . + +<http://light9.bigasterisk.com/show/dance2015/song16/curve-8> a ns1:Curve ; + rdfs:label "veryveryverylongname" . + +<http://light9.bigasterisk.com/show/dance2015/song16/effect-2> a ns1:Effect ; + rdfs:label "yellow" ; + ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song16/curve-5>", + "out = <http://light9.bigasterisk.com/show/dance2013/sub/yellow> * env" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/song16/curve-1.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,8 @@ +@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/dance2015/song16/curve-1> ns1:points "0 0 0 0 0 0 0 0 143.7 1 246 1 339.9 0 715.6 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/song16/curve-2.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,8 @@ +@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/dance2015/song16/curve-2> ns1:points "0 0 0 0 715.6 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/song16/curve-3.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,8 @@ +@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/dance2015/song16/curve-3> ns1:points "0 0 161.4 0 163.4 1 183.4 1 185.4 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/song16/curve-4.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,8 @@ +@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/dance2015/song16/curve-4> ns1:points "0 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/song16/curve-5.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,8 @@ +@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/dance2015/song16/curve-5> ns1:points "0 0 232.1 0 234.1 1 321.4 0.8114 346.3 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/song16/curve-6.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,8 @@ +@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/dance2015/song16/curve-6> ns1:points "0 0 307.5 0 309.5 1 329.5 1 331.5 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/song16/curve-7.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,8 @@ +@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/dance2015/song16/curve-7> ns1:points "0 0 556.2 0 558.2 1 578.2 1 580.2 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/song16/curve-8.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,8 @@ +@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/dance2015/song16/curve-8> ns1:points "0 0 0 0 715.6 0" . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/sub/blue.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,61 @@ +@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/dance2013/sub/blue> a ns1:Submaster ; + rdfs:label "blue" ; + ns1:color "#0000ff"; ns1:group "color"; + + ns1:lightLevel <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/245085077>, + <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/381609671>, + <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/536526494>, + <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/642834876>, + <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/659210217>, + <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/68042273>, + <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/721791433>, + <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/761872566>, + <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/940402239>, + <http://light9.bigasterisk.com/show/dance2013/sub/blue/map/970547308> . + +<http://light9.bigasterisk.com/show/dance2013/sub/blue/map/245085077> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f1-blue> ; + ns1:level 4.05e-01 . + +<http://light9.bigasterisk.com/show/dance2013/sub/blue/map/381609671> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb2-b> ; + ns1:level 0e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/blue/map/536526494> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/blue4> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/blue/map/642834876> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/blue3> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/blue/map/659210217> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f11-blue> ; + ns1:level 3.8e-01 . + +<http://light9.bigasterisk.com/show/dance2013/sub/blue/map/68042273> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/blue1> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/blue/map/721791433> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/blue2> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/blue/map/761872566> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb3-b> ; + ns1:level 5.8e-01 . + +<http://light9.bigasterisk.com/show/dance2013/sub/blue/map/940402239> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb1-b> ; + ns1:level 0e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/blue/map/970547308> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/f12-purp> ; + ns1:level 1e+00 . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/sub/cyc.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,33 @@ +@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/dance2013/sub/cyc> a ns1:Submaster ; + rdfs:label "cyc" ; + ns1:color "#00ffff"; + ns1:group "showsliders"; ns1:order "2"; + ns1:lightLevel <http://light9.bigasterisk.com/sub/local/1371318911.67/map/41358376>, + <http://light9.bigasterisk.com/sub/local/1371318911.67/map/440671256>, + <http://light9.bigasterisk.com/sub/local/1371318911.67/map/54019112>, + <http://light9.bigasterisk.com/sub/local/1371318911.67/map/598812520>, + <http://light9.bigasterisk.com/sub/local/1371318911.67/map/703463736>, + <http://light9.bigasterisk.com/sub/local/1371318911.67/map/730845040> . + +<http://light9.bigasterisk.com/sub/local/1371318911.67/map/54019112> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/cyc-left> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/sub/local/1371318911.67/map/598812520> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/cyc-mid> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/sub/local/1371318911.67/map/703463736> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/cyc-right> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/sub/local/1371318911.67/map/730845040> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/down-c-P> ; + ns1:level 0e+00 . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/sub/green.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,47 @@ +@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/dance2013/sub/green> a ns1:Submaster ; + rdfs:label "green" ; + ns1:color "#00ff00"; + ns1:group "color"; + + ns1:lightLevel <http://light9.bigasterisk.com/show/dance2013/sub/green/map/120183201>, + <http://light9.bigasterisk.com/show/dance2013/sub/green/map/352731801>, + <http://light9.bigasterisk.com/show/dance2013/sub/green/map/523896698>, + <http://light9.bigasterisk.com/show/dance2013/sub/green/map/55182622>, + <http://light9.bigasterisk.com/show/dance2013/sub/green/map/724452446>, + <http://light9.bigasterisk.com/show/dance2013/sub/green/map/757240980>, + <http://light9.bigasterisk.com/show/dance2013/sub/green/map/87132073> . + +<http://light9.bigasterisk.com/show/dance2013/sub/green/map/120183201> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb3-g> ; + ns1:level 1.2e-01 . + +<http://light9.bigasterisk.com/show/dance2013/sub/green/map/352731801> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb1-g> ; + ns1:level 3.9e-01 . + +<http://light9.bigasterisk.com/show/dance2013/sub/green/map/523896698> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb2-g> ; + ns1:level 6.25e-01 . + +<http://light9.bigasterisk.com/show/dance2013/sub/green/map/55182622> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/gree4> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/green/map/724452446> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/gree2> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/green/map/757240980> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/gree3> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/green/map/87132073> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/gree1> ; + ns1:level 1e+00 . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/sub/house.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,37 @@ +@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/dance2013/sub/house> a ns1:Submaster ; + ns1:color "#400040"; + rdfs:label "house" ; + ns1:group "showsliders"; ns1:order "3"; + + ns1:lightLevel <http://light9.bigasterisk.com/show/dance2013/sub/house/map/129986475>, + <http://light9.bigasterisk.com/show/dance2013/sub/house/map/276467481>, + <http://light9.bigasterisk.com/show/dance2013/sub/house/map/453669385>, + <http://light9.bigasterisk.com/show/dance2013/sub/house/map/49746335>, + <http://light9.bigasterisk.com/show/dance2013/sub/house/map/543618080> . + +<http://light9.bigasterisk.com/show/dance2013/sub/house/map/129986475> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/house3> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/house/map/276467481> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/house1> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/house/map/453669385> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/house2> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/house/map/49746335> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/house4> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/house/map/543618080> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/house-side> ; + ns1:level 1e+00 . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/sub/houseside.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,15 @@ +@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/dance2013/sub/houseside> a ns1:Submaster ; + ns1:color "#400020"; + rdfs:label "houseside" ; + ns1:lightLevel <http://light9.bigasterisk.com/sub/local/1371346683.43/map/579807785> . + +<http://light9.bigasterisk.com/sub/local/1371346683.43/map/579807785> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/house-side> ; + ns1:level 1e+00 . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/sub/orange.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,61 @@ +@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/dance2013/sub/orange> a ns1:Submaster ; + rdfs:label "orange" ; + ns1:color "#f08000"; + ns1:group "color"; + ns1:lightLevel <http://light9.bigasterisk.com/show/dance2013/sub/orange/map/14739305>, + <http://light9.bigasterisk.com/show/dance2013/sub/orange/map/213885522>, + <http://light9.bigasterisk.com/show/dance2013/sub/orange/map/275036431>, + <http://light9.bigasterisk.com/show/dance2013/sub/orange/map/350701590>, + <http://light9.bigasterisk.com/show/dance2013/sub/orange/map/420545514>, + <http://light9.bigasterisk.com/show/dance2013/sub/orange/map/575014434>, + <http://light9.bigasterisk.com/show/dance2013/sub/orange/map/74622266>, + <http://light9.bigasterisk.com/show/dance2013/sub/orange/map/796239863>, + <http://light9.bigasterisk.com/show/dance2013/sub/orange/map/867137124>, + <http://light9.bigasterisk.com/show/dance2013/sub/orange/map/913119622> . + +<http://light9.bigasterisk.com/show/dance2013/sub/orange/map/14739305> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/oran1> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/orange/map/213885522> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb3-r> ; + ns1:level 2.9e-01 . + +<http://light9.bigasterisk.com/show/dance2013/sub/orange/map/275036431> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb1-r> ; + ns1:level 5e-01 . + +<http://light9.bigasterisk.com/show/dance2013/sub/orange/map/350701590> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/oran3> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/orange/map/420545514> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb1-g> ; + ns1:level 2.95e-01 . + +<http://light9.bigasterisk.com/show/dance2013/sub/orange/map/575014434> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb2-r> ; + ns1:level 5e-01 . + +<http://light9.bigasterisk.com/show/dance2013/sub/orange/map/74622266> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb3-g> ; + ns1:level 1.55e-01 . + +<http://light9.bigasterisk.com/show/dance2013/sub/orange/map/796239863> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/oran4> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/orange/map/867137124> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/oran2> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/orange/map/913119622> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb2-g> ; + ns1:level 2.85e-01 . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/sub/red.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,67 @@ +@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/dance2013/sub/red> a ns1:Submaster ; + rdfs:label "red" ; + ns1:color "#ff0000"; + ns1:group "color"; + + ns1:lightLevel <http://light9.bigasterisk.com/show/dance2013/sub/red/map/210349166>, + <http://light9.bigasterisk.com/show/dance2013/sub/red/map/279120387>, + <http://light9.bigasterisk.com/show/dance2013/sub/red/map/32139626>, + <http://light9.bigasterisk.com/show/dance2013/sub/red/map/380103439>, + <http://light9.bigasterisk.com/show/dance2013/sub/red/map/436656924>, + <http://light9.bigasterisk.com/show/dance2013/sub/red/map/438099829>, + <http://light9.bigasterisk.com/show/dance2013/sub/red/map/50048246>, + <http://light9.bigasterisk.com/show/dance2013/sub/red/map/764661258>, + <http://light9.bigasterisk.com/show/dance2013/sub/red/map/792443216>, + <http://light9.bigasterisk.com/show/dance2013/sub/red/map/906164028>, + <http://light9.bigasterisk.com/show/dance2013/sub/red/map/995555886> . + +<http://light9.bigasterisk.com/show/dance2013/sub/red/map/210349166> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b15-red> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/red/map/279120387> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b23-up> ; + ns1:level 0 . + +<http://light9.bigasterisk.com/show/dance2013/sub/red/map/32139626> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b22-c> ; + ns1:level 6.5e-01 . + +<http://light9.bigasterisk.com/show/dance2013/sub/red/map/380103439> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red4> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/red/map/436656924> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red2> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/red/map/438099829> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red3> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/red/map/50048246> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red1> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/red/map/764661258> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb2-r> ; + ns1:level 7.2e-01 . + +<http://light9.bigasterisk.com/show/dance2013/sub/red/map/792443216> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb3-r> ; + ns1:level 5.25e-01 . + +<http://light9.bigasterisk.com/show/dance2013/sub/red/map/906164028> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b32-red> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/red/map/995555886> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb1-r> ; + ns1:level 6.95e-01 . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/sub/sharlyn.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,15 @@ +@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/sharlyn> a ns1:Submaster ; + rdfs:label "sharlyn" ; + ns1:group "showsliders"; ns1:order "1"; + ns1:lightLevel <http://light9.bigasterisk.com/sub/local/1402799573.25/map/214022026> . + +<http://light9.bigasterisk.com/sub/local/1402799573.25/map/214022026> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/sharlyn> ; + ns1:level 1e+00 . +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2015/sub/yellow.n3 Thu Jun 11 08:19:44 2015 +0000 @@ -0,0 +1,91 @@ +@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/dance2013/sub/yellow> a ns1:Submaster ; + rdfs:label "yellow" ; + ns1:color "#ffff00"; ns1:group "color"; + + ns1:lightLevel <http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/137787978>, + <http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/190910295>, + <http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/334904751>, + <http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/562346590>, + <http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/618226731>, + <http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/678525915>, + <http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/858376546>, + <http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/86171940>, + <http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/891055750>, + <http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/898678121>, + <http://light9.bigasterisk.com/sub/local/1371346693.43/map/198228245>, + <http://light9.bigasterisk.com/sub/local/1371346693.43/map/246758234>, + <http://light9.bigasterisk.com/sub/local/1371346693.43/map/561721349>, + <http://light9.bigasterisk.com/sub/local/1371346693.43/map/623247780>, + <http://light9.bigasterisk.com/sub/local/1371346693.43/map/890772698>, + <http://light9.bigasterisk.com/sub/local/1371346693.43/map/912553770> . + +<http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/137787978> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/gree4> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/190910295> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b34-yel> ; + ns1:level 8.1e-01 . + +<http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/334904751> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red2> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/562346590> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red3> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/618226731> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red4> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/678525915> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/gree3> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/858376546> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/gree2> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/86171940> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/red1> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/891055750> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/b14-yel> ; + ns1:level 9.05e-01 . + +<http://light9.bigasterisk.com/show/dance2013/sub/yellow/map/898678121> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/gree1> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/sub/local/1371346693.43/map/198228245> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb2-g> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/sub/local/1371346693.43/map/246758234> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb2-r> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/sub/local/1371346693.43/map/561721349> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb3-g> ; + ns1:level 4e-01 . + +<http://light9.bigasterisk.com/sub/local/1371346693.43/map/623247780> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb1-r> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/sub/local/1371346693.43/map/890772698> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb1-g> ; + ns1:level 1e+00 . + +<http://light9.bigasterisk.com/sub/local/1371346693.43/map/912553770> a ns1:ChannelSetting ; + ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/rgb3-r> ; + ns1:level 5.4e-01 . +