annotate show/dance2008/patch-rules.n3 @ 2321:ed0db55f604c

use undefined for 'nothing selected' insetad of null
author drewp@bigasterisk.com
date Thu, 01 Jun 2023 14:20:40 -0700
parents 08a2fcf5eea1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
439
08a2fcf5eea1 prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
diff changeset
1 @prefix ch: <http://light9.bigasterisk.com/theater/piedmont/channel/> .
08a2fcf5eea1 prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
diff changeset
2 @prefix dmx: <http://light9.bigasterisk.com/dmx/> .
08a2fcf5eea1 prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
diff changeset
3 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
08a2fcf5eea1 prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
diff changeset
4 @prefix l9: <http://light9.bigasterisk.com/> .
08a2fcf5eea1 prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
diff changeset
5 @prefix log: <http://www.w3.org/2000/10/swap/log#>.
08a2fcf5eea1 prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
diff changeset
6 @prefix string: <http://www.w3.org/2000/10/swap/string#>.
08a2fcf5eea1 prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
diff changeset
7
08a2fcf5eea1 prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
diff changeset
8 @prefix prep: <http://light9.bigasterisk.com/prepStatements/> .
08a2fcf5eea1 prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
diff changeset
9
08a2fcf5eea1 prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
diff changeset
10 {
08a2fcf5eea1 prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
diff changeset
11 [prep:name ?name; prep:output ?c] .
08a2fcf5eea1 prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
diff changeset
12
08a2fcf5eea1 prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
diff changeset
13 ch: log:uri ?channelNamespace .
08a2fcf5eea1 prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
diff changeset
14 (?channelNamespace ?name) string:concatenation ?uriString .
08a2fcf5eea1 prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
diff changeset
15 ?chanUri log:uri ?uriString .
08a2fcf5eea1 prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
diff changeset
16 } => {
08a2fcf5eea1 prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
diff changeset
17 ?chanUri a l9:Channel; rdfs:label ?name; l9:output ?c .
08a2fcf5eea1 prepare patch, and write a new cwm rule (instead of the patch2n3 convertor from before)
drewp@bigasterisk.com
parents:
diff changeset
18 } .