aboutsummaryrefslogtreecommitdiffstats
path: root/data/test.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/test.ttl')
-rw-r--r--data/test.ttl10
1 files changed, 9 insertions, 1 deletions
diff --git a/data/test.ttl b/data/test.ttl
index e5431fc..35e30e6 100644
--- a/data/test.ttl
+++ b/data/test.ttl
@@ -5,10 +5,14 @@
:initialNode <#n1> ;
:node <#n2> ;
+ :node <#n3> ;
:edge [
:tail <#n1> ;
:head <#n2> ;
+ ] , [
+ :tail <#n1> ;
+ :head <#n3> ;
] .
@@ -20,5 +24,9 @@
<#n2>
a :Node ;
:midiNote 72 ;
- :duration 20000 .
+ :duration 10000 .
+<#n3>
+ a :Node ;
+ :midiNote 79 ;
+ :duration 10000 .