diff show/dance2008/config.n3 @ 421:6f62aea409cb

start dance2008 show
author drewp@bigasterisk.com
date Mon, 09 Jun 2008 00:56:38 +0000
parents
children c7766729921a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2008/config.n3	Mon Jun 09 00:56:38 2008 +0000
@@ -0,0 +1,27 @@
+@prefix : <http://light9.bigasterisk.com/> .
+@prefix ch: <http://light9.bigasterisk.com/theater/skyline/channel/> .
+@prefix chase: <http://light9.bigasterisk.com/chase/> .
+@prefix dmx: <http://light9.bigasterisk.com/dmx/> .
+@prefix group: <http://light9.bigasterisk.com/group/> .
+@prefix mus: <http://light9.bigasterisk.com/music/> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix sh: <http://light9.bigasterisk.com/show/dance2008/> .
+@prefix show: <http://light9.bigasterisk.com/show/> .
+@prefix sub: <http://light9.bigasterisk.com/sub/> .
+
+mus:preSong :showPath "music/silence-4sec.wav" .
+mus:postSong :showPath "music/silence-15sec.wav" .
+
+show:dance2008 :playList (
+  sh:song1  sh:song2  sh:song3  sh:song4  sh:song5
+  sh:song6  sh:song7  sh:song8  sh:song9  sh:song10
+  sh:song11 sh:song12 sh:song13 sh:song14 sh:song15
+  sh:song16 sh:song17
+) .
+
+:Song is rdf:teype of sh:song1,  sh:song2 .
+
+sh:song1  rdfs:label "1 opening night";      :showPath "music/01-opening.wav" .
+sh:song2  rdfs:label "2 st louis blues";         :showPath "music/norm/2.wav" .
+