annotate show/dance2019/effect/effect5.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 |
47ef9c9efe38 |
children |
|
rev |
line source |
1985
|
1 @prefix : <http://light9.bigasterisk.com/> .
|
|
2 @prefix dev: <http://light9.bigasterisk.com/theater/skyline/device/> .
|
|
3 @prefix effect: <http://light9.bigasterisk.com/effect/> .
|
|
4 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
5 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
6 @prefix show: <http://light9.bigasterisk.com/show/dance2019/> .
|
|
7 @prefix xml: <http://www.w3.org/XML/1998/namespace> .
|
|
8 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
|
9
|
|
10
|
|
11 effect:effect5 a :Effect; rdfs:label "crossup"; :publishAttr :strength; :setting effect:effect5_set0, effect:effect5_set1 .
|
|
12 effect:effect5_set0 :device dev:cross_up_L; :deviceAttr :brightness; :scaledValue 1 .
|
|
13 effect:effect5_set1 :device dev:cross_up_R; :deviceAttr :brightness; :scaledValue 1 .
|