1797
|
1 @prefix : <http://light9.bigasterisk.com/> .
|
|
2 @prefix show: <http://light9.bigasterisk.com/show/> .
|
|
3 @prefix sh: <http://light9.bigasterisk.com/show/dance2018/> .
|
|
4
|
|
5 show:dance2018 :networking sh:netHome .
|
|
6 sh:netHome
|
|
7 :webServer <http://plus:8200/>;
|
|
8 :patchReceiverUpdateHost "plus";
|
|
9 :captureDevice <http://plus:8215/>;
|
|
10 :curveCalc <http://plus:8201/>;
|
|
11 :collector <http://dot:8202/>;
|
|
12 :collectorZmq <http://dot:8203/>;
|
|
13 :effectEval <http://plus:8204/>;
|
|
14 :effectSequencer <http://dot:8213/>;
|
|
15 :keyboardComposer <http://plus:8205/>;
|
|
16 :musicPlayer <http://plus:8206/>;
|
|
17 :oscDmxServer <udp://plus:8207/>;
|
|
18 :paintServer <http://plus:8214/>;
|
1816
|
19 :picamserve <http://10.3.0.8:8208/>;
|
1797
|
20 :rdfdb <http://plus:8209/>;
|
|
21 :subComposer <http://plus:8210/>;
|
|
22 :subServer <http://plus:8211/>;
|
|
23 :vidref <http://plus:8212/> .
|
|
24
|
|
25 :captureDevice :urlPath "captureDevice" .
|
|
26 :curveCalc :urlPath "curveCalc" .
|
|
27 :dmxServer :urlPath "dmxServer" .
|
|
28 :effectEval :urlPath "effectEval" .
|
|
29 :keyboardComposer :urlPath "keyboardComposer" .
|
|
30 :musicPlayer :urlPath "ascoltami" .
|
|
31 :picamserve :urlPath "picamserve" .
|
|
32 :paintServer :urlPath "paintServer" .
|
|
33 :rdfdb :urlPath "rdfdb" .
|
|
34 :subComposer :urlPath "subComposer" .
|
|
35 :subServer :urlPath "subServer" .
|
|
36 :vidref :urlPath "vidref" .
|
|
37 :collector :urlPath "collector" .
|
|
38 :effectSequencer :urlPath "effectSequencer" .
|