Mercurial > code > home > repos > light9
view show/dance2023/effect/effect2.n3 @ 2450:a4052905ca7d default tip
notes about how rdfdb syncs, or should sync
author | drewp@bigasterisk.com |
---|---|
date | Mon, 03 Jun 2024 23:01:54 -0700 |
parents | 18245a3a0f04 |
children |
line wrap: on
line source
@prefix : <http://light9.bigasterisk.com/> . @prefix effect: <http://light9.bigasterisk.com/effect/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . effect:effect2 a :Effect; rdfs:label "reds"; :effectFunction <http://light9.bigasterisk.com/effectFunction/scale>; :publishAttr :strength; :setting :e_set2 . :ds_val2 :setting effect:effect2_set0, effect:effect2_set1, effect:effect2_set10, effect:effect2_set11, effect:effect2_set2, effect:effect2_set3, effect:effect2_set4, effect:effect2_set5, effect:effect2_set7, effect:effect2_set8, effect:effect2_set9 . :e_set2 :effectAttr :deviceSettings; :value :ds_val2 . effect:effect2_set0 :device <http://light9.bigasterisk.com/theater/vet/device/strip2>; :deviceAttr :color; :value "#ff1100" . effect:effect2_set1 :device <http://light9.bigasterisk.com/theater/vet/device/strip1>; :deviceAttr :color; :value "#ff0800" . effect:effect2_set10 :device <http://light9.bigasterisk.com/theater/vet/device/parFloorL>; :deviceAttr :color; :value "#ff0400" . effect:effect2_set11 :device <http://light9.bigasterisk.com/theater/vet/device/parR1>; :deviceAttr :color; :value "#ff0d00" . effect:effect2_set2 :device <http://light9.bigasterisk.com/theater/vet/device/strip3>; :deviceAttr :color; :value "#ff0000" . effect:effect2_set3 :device <http://light9.bigasterisk.com/theater/vet/device/parR2>; :deviceAttr :color; :value "#ff0008" . effect:effect2_set4 :device <http://light9.bigasterisk.com/theater/vet/device/parL3>; :deviceAttr :color; :value "#ff0d00" . effect:effect2_set5 :device <http://light9.bigasterisk.com/theater/vet/device/parL2>; :deviceAttr :color; :value "#ff0019" . effect:effect2_set7 :device <http://light9.bigasterisk.com/theater/vet/device/parFloorR>; :deviceAttr :color; :value "#ff0000" . effect:effect2_set8 :device <http://light9.bigasterisk.com/theater/vet/device/parL1>; :deviceAttr :color; :value "#ff0004" . effect:effect2_set9 :device <http://light9.bigasterisk.com/theater/vet/device/parR3>; :deviceAttr :color; :value "#ff0000" .