Files
@ a261a4bc97a0
Branch filter:
Location: light9/show/dance2017/cam/test/bg.n3 - annotation
a261a4bc97a0
2.1 KiB
text/plain
straighten out LightSample schema
Ignore-this: 6ed550d64787303a9e8960cf8103f34c
Ignore-this: 6ed550d64787303a9e8960cf8103f34c
69088fe2865e 69088fe2865e 69088fe2865e 69088fe2865e 69088fe2865e 69088fe2865e 69088fe2865e 69088fe2865e 69088fe2865e 69088fe2865e a261a4bc97a0 a261a4bc97a0 23cabb70699b 69088fe2865e 69088fe2865e 69088fe2865e a261a4bc97a0 a261a4bc97a0 23cabb70699b 69088fe2865e 69088fe2865e 69088fe2865e a261a4bc97a0 a261a4bc97a0 23cabb70699b 69088fe2865e 69088fe2865e 69088fe2865e a261a4bc97a0 a261a4bc97a0 23cabb70699b 69088fe2865e 69088fe2865e 69088fe2865e a261a4bc97a0 a261a4bc97a0 23cabb70699b 69088fe2865e 69088fe2865e 69088fe2865e a30a73c12554 a261a4bc97a0 a261a4bc97a0 a30a73c12554 a30a73c12554 a30a73c12554 69088fe2865e | @prefix : <http://light9.bigasterisk.com/> .
@prefix dev: <http://light9.bigasterisk.com/device/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix set: <http://light9.bigasterisk.com/setting/> .
:sample0 a :LightSample; :imagePath <http://light9.bigasterisk.com/show/dance2017/cam/test/bg2-a.jpg>;
:setting
[ :device dev:aura1; :deviceAttr :color; :scaledValue "#ffffff" ],
[ :device dev:aura1; :deviceAttr :rx; :value 0.2 ],
[ :device dev:aura1; :deviceAttr :ry; :value 0.573 ] .
:sample1 a :LightSample; :imagePath <http://light9.bigasterisk.com/show/dance2017/cam/test/bg2-b.jpg>;
:setting
[ :device dev:aura1; :deviceAttr :color; :scaledValue "#ffffff" ],
[ :device dev:aura1; :deviceAttr :rx; :value 0.3 ],
[ :device dev:aura1; :deviceAttr :ry; :value 0.573 ] .
:sample2 a :LightSample; :imagePath <http://light9.bigasterisk.com/show/dance2017/cam/test/bg2-c.jpg>;
:setting
[ :device dev:aura1; :deviceAttr :color; :scaledValue "#ffffff" ],
[ :device dev:aura1; :deviceAttr :rx; :value 0.4 ],
[ :device dev:aura1; :deviceAttr :ry; :value 0.573 ] .
:sample3 a :LightSample; :imagePath <http://light9.bigasterisk.com/show/dance2017/cam/test/bg2-d.jpg>;
:setting
[ :device dev:aura1; :deviceAttr :color; :scaledValue "#ffffff" ],
[ :device dev:aura1; :deviceAttr :rx; :value 0.5 ],
[ :device dev:aura1; :deviceAttr :ry; :value 0.573 ] .
:sample4 a :LightSample; :imagePath <http://light9.bigasterisk.com/show/dance2017/cam/test/bg2-e.jpg>;
:setting
[ :device dev:aura1; :deviceAttr :color; :scaledValue "#ffffff" ],
[ :device dev:aura1; :deviceAttr :rx; :value 0.6 ],
[ :device dev:aura1; :deviceAttr :ry; :value 0.573 ] .
# note: different device
:sample5 a :LightSample; :imagePath <http://light9.bigasterisk.com/show/dance2017/cam/test/bg2-f.jpg>;
:setting
[ :device dev:aura2; :deviceAttr :color; :scaledValue "#ffffff" ],
[ :device dev:aura2; :deviceAttr :rx; :value 0.7 ],
[ :device dev:aura2; :deviceAttr :ry; :value 0.573 ] .
|