2444
|
1 @prefix : <http://light9.bigasterisk.com/> .
|
|
2 @prefix effect: <http://light9.bigasterisk.com/effect/> .
|
|
3 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
4
|
|
5
|
|
6 effect:effect2 a :Effect; rdfs:label "green"; :effectFunction <http://light9.bigasterisk.com/effectFunction/scale>;
|
|
7 :publishAttr :strength; :setting :e_set2 .
|
|
8 :ds_val2 :setting effect:effect2_set0, effect:effect2_set1, effect:effect2_set2, effect:effect2_set3 .
|
|
9 :e_set2 :effectAttr :deviceSettings; :value :ds_val2 .
|
|
10 effect:effect2_set0 :device <http://light9.bigasterisk.com/theater/sky/device/parLIn>;
|
|
11 :deviceAttr :color; :value "#22ff00" .
|
|
12 effect:effect2_set1 :device <http://light9.bigasterisk.com/theater/sky/device/parLLow>;
|
|
13 :deviceAttr :color; :value "#44ff00" .
|
|
14 effect:effect2_set2 :device <http://light9.bigasterisk.com/theater/sky/device/parRLow>;
|
|
15 :deviceAttr :color; :value "#26ff00" .
|
|
16 effect:effect2_set3 :device <http://light9.bigasterisk.com/theater/sky/device/parRIn>;
|
|
17 :deviceAttr :color; :value "#33ff00" .
|