From 55f8ee266cd705a5abfdaf80e96427dd84350240 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 22 Mar 2020 21:35:59 +0100 Subject: Add more specific property types --- lv2/midi/midi.ttl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lv2/midi') 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." . -- cgit v1.2.1