diff --git a/show/dance2013/song7.n3 b/show/dance2013/song7.n3 --- a/show/dance2013/song7.n3 +++ b/show/dance2013/song7.n3 @@ -4,9 +4,50 @@ @prefix xml: . @prefix xsd: . - ns1:subterm . + ns1:subterm , + , + , + , + , + , + , + . a ns1:Subterm ; rdfs:label "" ; ns1:expression "" . + a ns1:Subterm ; + rdfs:label "song7intro" ; + ns1:expression "song7intro(t)" ; + ns1:sub . + + a ns1:Subterm ; + rdfs:label "song7yel" ; + ns1:expression "song7yel(t)" ; + ns1:sub . + + a ns1:Subterm ; + rdfs:label "red" ; + ns1:expression "red(t)" ; + ns1:sub . + + a ns1:Subterm ; + rdfs:label "song7end" ; + ns1:expression "song7end(t)" ; + ns1:sub . + + a ns1:Subterm ; + rdfs:label "full" ; + ns1:expression "full(t)" ; + ns1:sub . + + a ns1:Subterm ; + rdfs:label "center" ; + ns1:expression "center(t)" ; + ns1:sub . + + a ns1:Subterm ; + rdfs:label "alternatergb" ; + ns1:expression "alternatergb_env(t) * (hsv(t*1,1,1, light='left')*nsin(t*2*60/170) + hsv(t*1,1,1,light='right')*(1-nsin(t*2*60/170)))" . +