1197
|
1 @prefix ns1: <http://light9.bigasterisk.com/> .
|
|
2 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
3 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
4 @prefix xml: <http://www.w3.org/XML/1998/namespace> .
|
|
5 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
|
6
|
|
7 <http://light9.bigasterisk.com/show/dance2014/song14> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song14/curve-1>,
|
|
8 <http://light9.bigasterisk.com/show/dance2014/song14/curve-2>,
|
|
9 <http://light9.bigasterisk.com/show/dance2014/song14/curve-3>,
|
|
10 <http://light9.bigasterisk.com/show/dance2014/song14/curve-4>,
|
|
11 <http://light9.bigasterisk.com/show/dance2014/song14/curve-5>,
|
|
12 <http://light9.bigasterisk.com/show/dance2014/song14/curve-6>,
|
|
13 <http://light9.bigasterisk.com/show/dance2014/song14/curve-7> ;
|
|
14 ns1:effect <http://light9.bigasterisk.com/show/dance2014/song14/effect-1>,
|
|
15 <http://light9.bigasterisk.com/show/dance2014/song14/effect-2>,
|
|
16 <http://light9.bigasterisk.com/show/dance2014/song14/effect-3>,
|
|
17 <http://light9.bigasterisk.com/show/dance2014/song14/effect-4>,
|
|
18 <http://light9.bigasterisk.com/show/dance2014/song14/effect-5>,
|
|
19 <http://light9.bigasterisk.com/show/dance2014/song14/effect-6>,
|
|
20 <http://light9.bigasterisk.com/show/dance2014/song14/effect-7> .
|
|
21
|
|
22 <http://light9.bigasterisk.com/show/dance2014/song14/curve-1> a ns1:Curve ;
|
|
23 rdfs:label "blacklight" .
|
|
24
|
|
25 <http://light9.bigasterisk.com/show/dance2014/song14/curve-2> a ns1:Curve ;
|
|
26 rdfs:label "song14b" .
|
|
27
|
|
28 <http://light9.bigasterisk.com/show/dance2014/song14/curve-3> a ns1:Curve ;
|
|
29 rdfs:label "full" .
|
|
30
|
|
31 <http://light9.bigasterisk.com/show/dance2014/song14/curve-4> a ns1:Curve ;
|
|
32 rdfs:label "song11a" .
|
|
33
|
|
34 <http://light9.bigasterisk.com/show/dance2014/song14/curve-5> a ns1:Curve ;
|
|
35 rdfs:label "frontrand chase" .
|
|
36
|
|
37 <http://light9.bigasterisk.com/show/dance2014/song14/curve-6> a ns1:Curve ;
|
|
38 rdfs:label "back-hi-fill" .
|
|
39
|
|
40 <http://light9.bigasterisk.com/show/dance2014/song14/curve-7> a ns1:Curve ;
|
|
41 rdfs:label "cycFlash" .
|
|
42
|
|
43 <http://light9.bigasterisk.com/show/dance2014/song14/effect-1> a ns1:Effect,
|
|
44 <http://light9.bigasterisk.com/effect/blacklight> ;
|
|
45 rdfs:label "blacklight" ;
|
|
46 ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song14/curve-1>",
|
|
47 "out = [env * p1, env * p2, env * p4]",
|
|
48 "p1 = <http://light9.bigasterisk.com/show/dance2013/sub/blue> * .3",
|
|
49 "p2 = Strip.solid('LR', (0,0,1))",
|
|
50 "p4 = Blacklight(1)" .
|
|
51
|
|
52 <http://light9.bigasterisk.com/show/dance2014/song14/effect-2> a ns1:Effect ;
|
|
53 rdfs:label "song14b" ;
|
|
54 ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song14/curve-2>",
|
|
55 "out = <http://light9.bigasterisk.com/show/dance2014/sub/song14b> * env" .
|
|
56
|
|
57 <http://light9.bigasterisk.com/show/dance2014/song14/effect-3> a ns1:Effect ;
|
|
58 rdfs:label "full" ;
|
|
59 ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song14/curve-3>",
|
|
60 "out = <http://light9.bigasterisk.com/show/dance2014/sub/full> * env" .
|
|
61
|
|
62 <http://light9.bigasterisk.com/show/dance2014/song14/effect-4> a ns1:Effect ;
|
|
63 rdfs:label "song11a" ;
|
|
64 ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song14/curve-4>",
|
|
65 "out = <http://light9.bigasterisk.com/show/dance2014/sub/song11a> * env" .
|
|
66
|
|
67 <http://light9.bigasterisk.com/show/dance2014/song14/effect-5> a ns1:Effect,
|
|
68 <http://light9.bigasterisk.com/effect/frontrandChase> ;
|
|
69 rdfs:label "frontrand chase" ;
|
|
70 ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song14/curve-5>",
|
|
71 "out = chase(t, names=frontrand, ontime=.4, offset=-.11) * env" .
|
|
72
|
|
73 <http://light9.bigasterisk.com/show/dance2014/song14/effect-6> a ns1:Effect ;
|
|
74 rdfs:label "back-hi-fill" ;
|
|
75 ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song14/curve-6>",
|
|
76 "out = <http://light9.bigasterisk.com/show/dance2014/sub/back-hi-fill> * env" .
|
|
77
|
|
78 <http://light9.bigasterisk.com/show/dance2014/song14/effect-7> a ns1:Effect,
|
|
79 <http://light9.bigasterisk.com/effect/cycFlash> ;
|
|
80 rdfs:label "cycFlash" ;
|
|
81 ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song14/curve-7>",
|
|
82 "out = <http://light9.bigasterisk.com/show/dance2013/sub/cyc> * nsin(t/.470) * env" .
|
|
83
|