Mercurial > code > home > repos > light9
comparison show/dance2016/effect/downback.n3 @ 1473:eea47b8ae21d
checkpoint show data
Ignore-this: 972bedec1d805645da329c11b9d90dfb
author | drewp@bigasterisk.com |
---|---|
date | Sun, 12 Jun 2016 19:28:15 +0000 |
parents | 278b76976e00 |
children |
comparison
equal
deleted
inserted
replaced
1472:01296a955473 | 1473:eea47b8ae21d |
---|---|
1 @prefix ns1: <http://light9.bigasterisk.com/> . | 1 @prefix ns1: <http://light9.bigasterisk.com/> . |
2 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 2 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
3 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 3 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
4 @prefix xml: <http://www.w3.org/XML/1998/namespace> . | 4 @prefix xml: <http://www.w3.org/XML/1998/namespace> . |
5 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 5 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
6 @prefix dev: <http://light9.bigasterisk.com/device/> . | |
7 @prefix effect: <http://light9.bigasterisk.com/effect/> . | |
6 | 8 |
7 | 9 |
8 <http://light9.bigasterisk.com/effect/downback> a ns1:Effect; | 10 effect:downback a ns1:Effect; |
9 rdfs:label "downback"; ns1:publishAttr ns1:strength; | 11 rdfs:label "downback"; ns1:publishAttr ns1:strength; |
10 ns1:setting <http://light9.bigasterisk.com/effect/downback_set15>, <http://light9.bigasterisk.com/effect/downback_set16>, <http://light9.bigasterisk.com/effect/downback_set17>, <http://light9.bigasterisk.com/effect/downback_set18>, <http://light9.bigasterisk.com/effect/downback_set19> . | 12 ns1:setting effect:downback_set15, effect:downback_set16, effect:downback_set17, effect:downback_set18, effect:downback_set19 . |
11 <http://light9.bigasterisk.com/effect/downback_set15> ns1:device <http://light9.bigasterisk.com/device/backlight1>; | 13 effect:downback_set15 ns1:device dev:backlight1; |
12 ns1:deviceAttr ns1:color; ns1:scaledValue "#aeaeae" . | 14 ns1:deviceAttr ns1:color; ns1:scaledValue "#aeaeae" . |
13 <http://light9.bigasterisk.com/effect/downback_set16> ns1:device <http://light9.bigasterisk.com/device/backlight2>; | 15 effect:downback_set16 ns1:device dev:backlight2; |
14 ns1:deviceAttr ns1:color; ns1:scaledValue "#ffffff" . | 16 ns1:deviceAttr ns1:color; ns1:scaledValue "#f2d5b0" . |
15 <http://light9.bigasterisk.com/effect/downback_set17> ns1:device <http://light9.bigasterisk.com/device/backlight3>; | 17 effect:downback_set17 ns1:device dev:backlight3; |
16 ns1:deviceAttr ns1:color; ns1:scaledValue "#ffffff" . | 18 ns1:deviceAttr ns1:color; ns1:scaledValue "#f2d5b0" . |
17 <http://light9.bigasterisk.com/effect/downback_set18> ns1:device <http://light9.bigasterisk.com/device/backlight4>; | 19 effect:downback_set18 ns1:device dev:backlight4; |
18 ns1:deviceAttr ns1:color; ns1:scaledValue "#ffffff" . | 20 ns1:deviceAttr ns1:color; ns1:scaledValue "#f2d5b0" . |
19 <http://light9.bigasterisk.com/effect/downback_set19> ns1:device <http://light9.bigasterisk.com/device/backlight5>; | 21 effect:downback_set19 ns1:device dev:backlight5; |
20 ns1:deviceAttr ns1:color; ns1:scaledValue "#a7a7a7" . | 22 ns1:deviceAttr ns1:color; ns1:scaledValue "#a7a7a7" . |