Mercurial > code > home > repos > light9
view show/dance2019/effect/effect0.n3 @ 1963:4b856f39d490
some test show data
Ignore-this: b83300870fbc8675589d7a18d34c3df4
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 06 Jun 2019 12:01:31 +0000 |
parents | |
children | e8e8e4951af5 |
line wrap: on
line source
@prefix : <http://light9.bigasterisk.com/> . @prefix dev: <http://light9.bigasterisk.com/device/> . @prefix effect: <http://light9.bigasterisk.com/effect/> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix show: <http://light9.bigasterisk.com/show/dance2019/> . @prefix xml: <http://www.w3.org/XML/1998/namespace> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . effect:effect0 a :Effect; rdfs:label "effect00"; :publishAttr :strength; :setting effect:effect0_set0, effect:effect0_set1 . effect:effect0_set0 :device <http://light9.bigasterisk.com/theater/skyline/device/blacklight2>; :deviceAttr :brightness; :scaledValue 1e+00 . effect:effect0_set1 :device <http://light9.bigasterisk.com/theater/skyline/device/strip1>; :deviceAttr :color; :scaledValue "#7694ff" .