Files @ bca2e8d754aa
Branch filter:

Location: light9/show/dance2008/patch-rules.n3

Drew Perttula
tripleFilter optimization on currentState. optimize how often curvecalc rebuilds Subterm objs
Ignore-this: 7402387bd9f4f99c2e7ef27b8dcfc4db
@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 . 
} .