diff --git a/show/dance2015/song11.n3 b/show/dance2015/song11.n3 --- a/show/dance2015/song11.n3 +++ b/show/dance2015/song11.n3 @@ -5,9 +5,11 @@ @prefix xsd: . ns1:curve , - ; + , + ; ns1:effect , - . + , + . a ns1:Curve ; rdfs:label "song11" . @@ -15,6 +17,9 @@ a ns1:Curve ; rdfs:label "full" . + a ns1:Curve ; + rdfs:label "widered" . + a ns1:Effect ; rdfs:label "song11" ; ns1:code "env = ", @@ -25,3 +30,8 @@ ns1:code "env = ", "out = * env" . + a ns1:Effect ; + rdfs:label "widered" ; + ns1:code "env = ", + "out = * env" . +