Files @ 616b22296156
Branch filter:

Location: light9/show/dance2017/cam/test/bg.n3

Drew Perttula
collector web view use resource-display
Ignore-this: 5c0ee3c970bcd4160069e10009f34b0c
@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 ] .