Changeset - 527a53004dd6
[Not reviewed]
default
0 3 0
drewp@bigasterisk.com - 16 years ago 2009-06-13 16:31:46
drewp@bigasterisk.com
new cyc patch and sub
3 files changed with 22 insertions and 14 deletions:
0 comments (0 inline, 0 general)
show/dance2009/patch-source.n3
Show inline comments
 
@@ -70,8 +70,9 @@
 
[ :name "fr19"; :output dmx:c19 ] .
 
[ :name "fr20"; :output dmx:c20 ] .
 

	
 
[ :name "cyc-mid"; :output dmx:c42 ] .
 
[ :name "cyc"; :output dmx:c44 ] .
 
[ :name "cyc-left"; :output dmx:c42 ] .
 
[ :name "cyc-mid"; :output dmx:c43 ] .
 
[ :name "cyc-right"; :output dmx:c44 ] .
 

	
 
[ :name "house-side"; :output dmx:c68 ] .
 
[ :name "house1"; :output dmx:c69 ] .
show/dance2009/patch.n3
Show inline comments
 
#Processed by Id: cwm.py,v 1.197 2007/12/13 15:38:39 syosi Exp 
 
#Processed by Id: cwm.py,v 1.190 2006/08/09 23:20:42 syosi Exp 
 
        #    using base file:///home/drewp/projects/light9/show/dance2009/patch-source.n3
 
        
 
#  Notation3 generation by
 
#       notation3.py,v 1.200 2007/12/11 21:18:08 syosi Exp
 
#       notation3.py,v 1.191 2006/08/01 01:14:04 syosi Exp
 

	
 
#   Base was: file:///home/drewp/projects/light9/show/dance2009/patch-source.n3
 
     @prefix : <http://light9.bigasterisk.com/> .
 
@@ -102,14 +102,18 @@
 
         :output dmx:c35;
 
         rdfs:label "blue4" .
 
    
 
    ch:cyc     a :Channel;
 
         :output dmx:c44;
 
         rdfs:label "cyc" .
 
    ch:cyc-left     a :Channel;
 
         :output dmx:c42;
 
         rdfs:label "cyc-left" .
 
    
 
    ch:cyc-mid     a :Channel;
 
         :output dmx:c42;
 
         :output dmx:c43;
 
         rdfs:label "cyc-mid" .
 
    
 
    ch:cyc-right     a :Channel;
 
         :output dmx:c44;
 
         rdfs:label "cyc-right" .
 
    
 
    ch:down-l     a :Channel;
 
         :output dmx:c13;
 
         rdfs:label "down-l" .
show/dance2009/subs/cyc
Show inline comments
 
_:WatRWlPq26 <http://light9.bigasterisk.com/channel> <http://light9.bigasterisk.com/theater/piedmont/channel/cyc-mid>.
 
_:WatRWlPq26 <http://light9.bigasterisk.com/level> "0.67"^^<http://www.w3.org/2001/XMLSchema#decimal>.
 
<http://light9.bigasterisk.com/sub/cyc> <http://light9.bigasterisk.com/lightLevel> _:WatRWlPq26.
 
<http://light9.bigasterisk.com/sub/cyc> <http://light9.bigasterisk.com/lightLevel> _:WatRWlPq25.
 
<http://light9.bigasterisk.com/sub/cyc> <http://light9.bigasterisk.com/lightLevel> _:odgfySMI59.
 
<http://light9.bigasterisk.com/sub/cyc> <http://light9.bigasterisk.com/lightLevel> _:odgfySMI60.
 
<http://light9.bigasterisk.com/sub/cyc> <http://light9.bigasterisk.com/lightLevel> _:odgfySMI58.
 
<http://light9.bigasterisk.com/sub/cyc> <http://www.w3.org/2000/01/rdf-schema#label> "cyc".
 
_:WatRWlPq25 <http://light9.bigasterisk.com/channel> <http://light9.bigasterisk.com/theater/piedmont/channel/cyc>.
 
_:WatRWlPq25 <http://light9.bigasterisk.com/level> "1"^^<http://www.w3.org/2001/XMLSchema#decimal>.
 
_:odgfySMI60 <http://light9.bigasterisk.com/channel> <http://light9.bigasterisk.com/theater/piedmont/channel/cyc-left>.
 
_:odgfySMI60 <http://light9.bigasterisk.com/level> "1"^^<http://www.w3.org/2001/XMLSchema#decimal>.
 
_:odgfySMI59 <http://light9.bigasterisk.com/channel> <http://light9.bigasterisk.com/theater/piedmont/channel/cyc-mid>.
 
_:odgfySMI59 <http://light9.bigasterisk.com/level> "0.69"^^<http://www.w3.org/2001/XMLSchema#decimal>.
 
_:odgfySMI58 <http://light9.bigasterisk.com/channel> <http://light9.bigasterisk.com/theater/piedmont/channel/cyc-right>.
 
_:odgfySMI58 <http://light9.bigasterisk.com/level> "1"^^<http://www.w3.org/2001/XMLSchema#decimal>.
0 comments (0 inline, 0 general)