2362
|
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:effect8 a :Effect; rdfs:label "rainbow-background"; :effectFunction <http://light9.bigasterisk.com/effectFunction/scale>;
|
|
7 :publishAttr :strength; :setting :e_set8 .
|
|
8 :ds_val8 :setting effect:effect8_set0, effect:effect8_set1, effect:effect8_set2 .
|
|
9 :e_set8 :effectAttr :deviceSettings; :value :ds_val8 .
|
|
10 effect:effect8_set0 :device <http://light9.bigasterisk.com/theater/vet/device/strip3>;
|
|
11 :deviceAttr :color; :value "#ff0000" .
|
|
12 effect:effect8_set1 :device <http://light9.bigasterisk.com/theater/vet/device/strip1>;
|
|
13 :deviceAttr :color; :value "#0d00ff" .
|
|
14 effect:effect8_set2 :device <http://light9.bigasterisk.com/theater/vet/device/strip2>;
|
|
15 :deviceAttr :color; :value "#0cff00" .
|