Mercurial > code > home > repos > light9
view show/dance2023/effect/effect0.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 | 887fde4a9a2c |
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:effect0 a :Effect; rdfs:label "sub0"; :effectFunction <http://light9.bigasterisk.com/effectFunction/scale>; :publishAttr :strength; :setting :e_set0, :e_set10, :e_set11 . :ds_val0 :setting effect:effect0_set0, effect:effect0_set2 . :e_set0 :effectAttr :deviceSettings; :value :ds_val0 . :e_set10 :effectAttr :onTime; :value 0.1 . :e_set11 :effectAttr :period; :value 0.5 . effect:effect0_set0 :device <http://light9.bigasterisk.com/theater/vet/device/parFloorL>; :deviceAttr :color; :value "#543a79" . effect:effect0_set2 :device <http://light9.bigasterisk.com/theater/vet/device/parR2>; :deviceAttr :color; :value "#ffffff" .