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/song7> ns1:curve <http://light9.bigasterisk.com/show/dance2014/song7/curve-1>,
|
|
8 <http://light9.bigasterisk.com/show/dance2014/song7/curve-2>,
|
|
9 <http://light9.bigasterisk.com/show/dance2014/song7/curve-3>,
|
|
10 <http://light9.bigasterisk.com/show/dance2014/song7/curve-4> ;
|
|
11 ns1:effect <http://light9.bigasterisk.com/show/dance2014/song7/effect-1>,
|
|
12 <http://light9.bigasterisk.com/show/dance2014/song7/effect-2>,
|
|
13 <http://light9.bigasterisk.com/show/dance2014/song7/effect-3>,
|
|
14 <http://light9.bigasterisk.com/show/dance2014/song7/effect-4> .
|
|
15
|
|
16 <http://light9.bigasterisk.com/show/dance2014/song7/curve-1> a ns1:Curve ;
|
|
17 rdfs:label "song7" .
|
|
18
|
|
19 <http://light9.bigasterisk.com/show/dance2014/song7/curve-2> a ns1:Curve ;
|
|
20 rdfs:label "back-hi-fill" .
|
|
21
|
|
22 <http://light9.bigasterisk.com/show/dance2014/song7/curve-3> a ns1:Curve ;
|
|
23 rdfs:label "cyc" .
|
|
24
|
|
25 <http://light9.bigasterisk.com/show/dance2014/song7/curve-4> a ns1:Curve ;
|
|
26 rdfs:label "full" .
|
|
27
|
|
28 <http://light9.bigasterisk.com/show/dance2014/song7/effect-1> a ns1:Effect ;
|
|
29 rdfs:label "song7" ;
|
|
30 ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song7/curve-1>",
|
|
31 "out = <http://light9.bigasterisk.com/show/dance2014/sub/song7> * env" .
|
|
32
|
|
33 <http://light9.bigasterisk.com/show/dance2014/song7/effect-2> a ns1:Effect ;
|
|
34 rdfs:label "back-hi-fill" ;
|
|
35 ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song7/curve-2>",
|
|
36 "out = <http://light9.bigasterisk.com/show/dance2014/sub/back-hi-fill> * env" .
|
|
37
|
|
38 <http://light9.bigasterisk.com/show/dance2014/song7/effect-3> a ns1:Effect ;
|
|
39 rdfs:label "cyc" ;
|
|
40 ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song7/curve-3>",
|
|
41 "out = <http://light9.bigasterisk.com/show/dance2013/sub/cyc> * env" .
|
|
42
|
|
43 <http://light9.bigasterisk.com/show/dance2014/song7/effect-4> a ns1:Effect ;
|
|
44 rdfs:label "full" ;
|
|
45 ns1:code "env = <http://light9.bigasterisk.com/show/dance2014/song7/curve-4>",
|
|
46 "out = <http://light9.bigasterisk.com/show/dance2014/sub/full> * env" .
|
|
47
|