Mercurial > code > home > repos > light9
view show/dance2012/patch-rules.n3 @ 996:458eb42fa016
curvecalc: no error if music player has no current song
Ignore-this: 5577a78295efc8f97c7fc53561df1ade
author | drewp@bigasterisk.com |
---|---|
date | Sun, 16 Jun 2013 18:47:33 +0000 |
parents | fdc7143870bf |
children |
line wrap: on
line source
@prefix ch: <http://light9.bigasterisk.com/theater/piedmont/channel/> . @prefix dmx: <http://light9.bigasterisk.com/dmx/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix l9: <http://light9.bigasterisk.com/> . @prefix log: <http://www.w3.org/2000/10/swap/log#>. @prefix string: <http://www.w3.org/2000/10/swap/string#>. @prefix prep: <http://light9.bigasterisk.com/prepStatements/> . { [prep:name ?name; prep:output ?c] . ch: log:uri ?channelNamespace . (?channelNamespace ?name) string:concatenation ?uriString . ?chanUri log:uri ?uriString . } => { ?chanUri a l9:Channel; rdfs:label ?name; l9:output ?c . } .