Mercurial > code > home > repos > light9
view show/dance2011/patch-rules.n3 @ 1506:37cbb245d93c
fix tests. add logging, some mypy types.
Ignore-this: 61371f65438a4e77f70d21cc5d5193bf
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Tue, 28 Mar 2017 07:48:10 +0000 |
parents | ef09899cd92c |
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 . } .