diff --git a/show/dance2013/song4.n3 b/show/dance2013/song4.n3 --- a/show/dance2013/song4.n3 +++ b/show/dance2013/song4.n3 @@ -4,10 +4,22 @@ @prefix xml: . @prefix xsd: . - ns1:subterm . + ns1:subterm , + , + . a ns1:Subterm ; rdfs:label "cyan" ; ns1:expression "cyan(t)" ; ns1:sub . + a ns1:Subterm ; + rdfs:label "song4" ; + ns1:expression "song4(t)" ; + ns1:sub . + + a ns1:Subterm ; + rdfs:label "full" ; + ns1:expression "full(t)" ; + ns1:sub . +