Mercurial > code > home > repos > light9
view show/dance2015/patch-rules.n3 @ 1402:fc1bafa91cb4
checkpoint show data
Ignore-this: 27b2d6aa4d802f56506176c093a78398
author | drewp@bigasterisk.com |
---|---|
date | Mon, 15 Jun 2015 01:10:16 +0000 |
parents | e644d8f10c04 |
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 . } .