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