Mercurial > code > home > repos > light9
view show/dance2024/effect/effect1.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 | d087499d7833 |
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#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . effect:effect1 a :Effect; rdfs:label "red"; :effectFunction <http://light9.bigasterisk.com/effectFunction/scale>; :publishAttr :strength; :setting :e_set0 . :ds_val0 :setting effect:effect1_set0, effect:effect1_set2, effect:effect1_set3, effect:effect1_set4, effect:effect1_set5 . :e_set0 :effectAttr :deviceSettings; :value :ds_val0 . effect:effect1_set0 :device <http://light9.bigasterisk.com/theater/sky/device/parLLow>; :deviceAttr :color; :value "#dd001a" . effect:effect1_set2 :device <http://light9.bigasterisk.com/theater/sky/device/parLIn>; :deviceAttr :color; :value "#ff2200" . effect:effect1_set3 :device <http://light9.bigasterisk.com/theater/sky/device/parLIn>; :deviceAttr :white; :value 0.00392 . effect:effect1_set4 :device <http://light9.bigasterisk.com/theater/sky/device/parRIn>; :deviceAttr :color; :value "#ff0008" . effect:effect1_set5 :device <http://light9.bigasterisk.com/theater/sky/device/parRLow>; :deviceAttr :color; :value "#ff004c" .