view doc/baypiggies2008/sample.n3 @ 1972:d4a07ad96aad

attempt a pyftdi output driver using code from https://github.com/jlbrogdon/dmx_controller/blob/master/OpenDmxUsb/__init__.py (gplv2) Ignore-this: 5a4dbbc0493dfa0bf62cc9c5b79b96d7
author drewp@bigasterisk.com
date Sat, 08 Jun 2019 07:36:34 +0000
parents 875e3eaf7a24
children
line wrap: on
line source

@prefix : <http://light9.bigasterisk.com/> .
@prefix sub: <http://light9.bigasterisk.com/sub/> .
@prefix t: <http://light9.bigasterisk.com/show/dance2008/song10/subterm/> .
 <http://light9.bigasterisk.com/show/dance2008/song10>
     :subterm t:blacklight,
                t:song10,
                t:song3black .
    t:song10     a :Subterm;
         :expression "song10(t)";
         :sub sub:song10 .
    t:blacklight     a :Subterm;
         :expression "blacklight(t)>0";
         :sub sub:blacklight .