aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/midi
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/midi')
-rw-r--r--lv2/midi/midi.ttl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/midi/midi.ttl b/lv2/midi/midi.ttl
index a6af1cf..81f3495 100644
--- a/lv2/midi/midi.ttl
+++ b/lv2/midi/midi.ttl
@@ -269,7 +269,8 @@ midi:channel
rdfs:comment "The channel number of a MIDI message." .
midi:chunk
- a rdf:Property ;
+ a rdf:Property ,
+ owl:ObjectProperty ;
rdfs:range midi:Chunk ;
rdfs:label "MIDI chunk" ;
rdfs:comment "A chunk of a MIDI message." .