annotate show/dance2014/networking.n3 @ 1016:ca37e8fe9a1b
demo data for 2014 show
Ignore-this: 294e31383915ea01b210e0a8afa38aa0
author |
drewp@bigasterisk.com |
date |
Sun, 25 May 2014 21:30:06 +0000 |
parents |
|
children |
efcb41c585fe |
rev |
line source |
1016
|
1 @prefix : <http://light9.bigasterisk.com/> .
|
|
2 @prefix show: <http://light9.bigasterisk.com/show/> .
|
|
3 @prefix sh: <http://light9.bigasterisk.com/show/dance2014/> .
|
|
4
|
|
5 show:dance2014 :networking sh:netHome .
|
|
6 sh:netHome
|
|
7 :effectEval <http://plus:8070/>;
|
|
8 :musicPlayer <http://plus:8040/>;
|
|
9 :dmxServer <http://plus:8030/>;
|
|
10 :oscDmxServer <udp://plus:9050/>;
|
|
11 :curveCalc <http://plus:8060/>;
|
|
12 :keyboardComposer <http://plus:8050/>;
|
|
13 :vidref <http://amp:8053/> .
|