diff --git a/show/dance2013/song1.n3 b/show/dance2013/song1.n3 --- a/show/dance2013/song1.n3 +++ b/show/dance2013/song1.n3 @@ -5,7 +5,11 @@ @prefix xsd: . ns1:subterm , - . + , + , + , + , + . a ns1:Subterm ; rdfs:label "" ; @@ -115,11 +119,30 @@ a ns1:Subterm ; rdfs:label "cyan" ; - ns1:expression "cyan(t)" ; + ns1:expression "" ; ns1:sub . a ns1:Subterm ; rdfs:label "anotherfront" ; - ns1:expression "anotherfront(t)" ; - ns1:sub . + ns1:expression "" ; + ns1:sub . + + a ns1:Subterm ; + rdfs:label "rainbow" ; + ns1:expression "rainbow_env(t)*hsv(t*.6,1,1)" . + a ns1:Subterm ; + rdfs:label "fos" ; + ns1:expression "fos(t)" ; + ns1:sub . + + a ns1:Subterm ; + rdfs:label "patio" ; + ns1:expression "patio(t)" ; + ns1:sub . + + a ns1:Subterm ; + rdfs:label "song1" ; + ns1:expression "song1(t)" ; + ns1:sub . +