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