Mercurial > code > home > repos > light9
comparison show/dance2013/sub/house.n3 @ 970:2339a93aafe8
checkpoint
Ignore-this: 8e30252c60030b34d86d9bc44a975b92
author | drewp@bigasterisk.com |
---|---|
date | Sat, 15 Jun 2013 18:39:53 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
969:f1b7bd4fd0f2 | 970:2339a93aafe8 |
---|---|
1 @prefix ns1: <http://light9.bigasterisk.com/> . | |
2 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
3 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
4 @prefix xml: <http://www.w3.org/XML/1998/namespace> . | |
5 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
6 | |
7 <http://light9.bigasterisk.com/show/dance2013/sub/house> a ns1:Submaster ; | |
8 rdfs:label "house" ; | |
9 ns1:lightLevel <http://light9.bigasterisk.com/show/dance2013/sub/house/map/129986475>, | |
10 <http://light9.bigasterisk.com/show/dance2013/sub/house/map/276467481>, | |
11 <http://light9.bigasterisk.com/show/dance2013/sub/house/map/453669385>, | |
12 <http://light9.bigasterisk.com/show/dance2013/sub/house/map/49746335>, | |
13 <http://light9.bigasterisk.com/show/dance2013/sub/house/map/543618080> . | |
14 | |
15 <http://light9.bigasterisk.com/show/dance2013/sub/house/map/129986475> a ns1:ChannelSetting ; | |
16 ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/house3> ; | |
17 ns1:level 1e+00 . | |
18 | |
19 <http://light9.bigasterisk.com/show/dance2013/sub/house/map/276467481> a ns1:ChannelSetting ; | |
20 ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/house1> ; | |
21 ns1:level 1e+00 . | |
22 | |
23 <http://light9.bigasterisk.com/show/dance2013/sub/house/map/453669385> a ns1:ChannelSetting ; | |
24 ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/house2> ; | |
25 ns1:level 1e+00 . | |
26 | |
27 <http://light9.bigasterisk.com/show/dance2013/sub/house/map/49746335> a ns1:ChannelSetting ; | |
28 ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/house4> ; | |
29 ns1:level 1e+00 . | |
30 | |
31 <http://light9.bigasterisk.com/show/dance2013/sub/house/map/543618080> a ns1:ChannelSetting ; | |
32 ns1:channel <http://light9.bigasterisk.com/theater/piedmont/channel/house-side> ; | |
33 ns1:level 1e+00 . | |
34 |