414
|
1 #Processed by Id: cwm.py,v 1.190 2006/08/09 23:20:42 syosi Exp
|
|
2 # using base file:///d1/home/drewp/projects/light9/show/dance2007/subs/
|
|
3
|
|
4 # Notation3 generation by
|
|
5 # notation3.py,v 1.191 2006/08/01 01:14:04 syosi Exp
|
|
6
|
|
7 # Base was: file:///d1/home/drewp/projects/light9/show/dance2007/subs/
|
|
8 @prefix : <http://light9.bigasterisk.com/> .
|
|
9 @prefix cha: <http://light9.bigasterisk.com/theater/skyline/channel/> .
|
|
10
|
|
11 <http://light9.bigasterisk.com/sub/allRed> :lightLevel [
|
|
12 :channel cha:stripB1;
|
|
13 :level 0.33 ],
|
|
14 [
|
|
15 :channel cha:stripB2;
|
|
16 :level 0.33 ],
|
|
17 [
|
|
18 :channel cha:stripA1;
|
|
19 :level 0.28 ],
|
|
20 [
|
|
21 :channel cha:washRed1;
|
|
22 :level 1.0 ],
|
|
23 [
|
|
24 :channel cha:washRedDown;
|
|
25 :level 1.0 ],
|
|
26 [
|
|
27 :channel cha:washRed3;
|
|
28 :level 1.0 ],
|
|
29 [
|
|
30 :channel cha:washRed2;
|
|
31 :level 1.0 ],
|
|
32 [
|
|
33 :channel cha:stripR2;
|
|
34 :level 0.43 ],
|
|
35 [
|
|
36 :channel cha:stripA2;
|
|
37 :level 0.28 ],
|
|
38 [
|
|
39 :channel cha:stripR1;
|
|
40 :level 0.43 ];
|
|
41 <http://www.w3.org/2000/01/rdf-schema#label> "allRed" .
|
|
42
|
|
43 #ENDS
|