From 322105561fa73239fae9d1f4215b250682a02564 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 27 Jan 2013 20:30:14 +0000 Subject: Remove atom:stringType in favour of owl:onDatatype so generic tools can understand and validate atom literals. --- lv2/lv2plug.in/ns/ext/midi/midi.ttl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/midi') diff --git a/lv2/lv2plug.in/ns/ext/midi/midi.ttl b/lv2/lv2plug.in/ns/ext/midi/midi.ttl index e35d3e3..b30794c 100644 --- a/lv2/lv2plug.in/ns/ext/midi/midi.ttl +++ b/lv2/lv2plug.in/ns/ext/midi/midi.ttl @@ -109,11 +109,12 @@ midi:HexByte rdfs:comment "A hexadecimal byte, which is a xsd:hexBinary value <= FF" . midi:MidiEvent - a rdfs:Class ; + a rdfs:Class , + rdfs:Datatype ; rdfs:label "MIDI Message" ; rdfs:subClassOf ev:Event , atom:Atom ; - atom:stringType xsd:hexBinary ; + owl:onDatatype xsd:hexBinary ; lv2:documentation """

A single raw MIDI message (i.e. a sequence of bytes).

-- cgit v1.2.1