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