1393
|
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
|
1400
|
7 <http://light9.bigasterisk.com/show/dance2015/song2> ns1:curve <http://light9.bigasterisk.com/show/dance2015/song2/curve-1>,
|
|
8 <http://light9.bigasterisk.com/show/dance2015/song2/curve-2> ;
|
|
9 ns1:effect <http://light9.bigasterisk.com/show/dance2015/song2/effect-1>,
|
|
10 <http://light9.bigasterisk.com/show/dance2015/song2/effect-2> .
|
1393
|
11
|
|
12 <http://light9.bigasterisk.com/show/dance2015/song2/curve-1> a ns1:Curve ;
|
|
13 rdfs:label "song2" .
|
|
14
|
1400
|
15 <http://light9.bigasterisk.com/show/dance2015/song2/curve-2> a ns1:Curve ;
|
|
16 rdfs:label "full" .
|
|
17
|
1393
|
18 <http://light9.bigasterisk.com/show/dance2015/song2/effect-1> a ns1:Effect ;
|
|
19 rdfs:label "song2" ;
|
|
20 ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song2/curve-1>",
|
|
21 "out = <http://light9.bigasterisk.com/show/dance2015/sub/song2> * env" .
|
|
22
|
1400
|
23 <http://light9.bigasterisk.com/show/dance2015/song2/effect-2> a ns1:Effect ;
|
|
24 rdfs:label "full" ;
|
|
25 ns1:code "env = <http://light9.bigasterisk.com/show/dance2015/song2/curve-2>",
|
|
26 "out = <http://light9.bigasterisk.com/show/dance2015/sub/full> * env" .
|
|
27
|