diff options
Diffstat (limited to 'lv2/midi')
-rw-r--r-- | lv2/midi/lv2-midi.doap.ttl | 1 | ||||
-rw-r--r-- | lv2/midi/manifest.ttl | 2 | ||||
-rw-r--r-- | lv2/midi/midi.ttl | 13 |
3 files changed, 9 insertions, 7 deletions
diff --git a/lv2/midi/lv2-midi.doap.ttl b/lv2/midi/lv2-midi.doap.ttl index 8a9315a..24b2a04 100644 --- a/lv2/midi/lv2-midi.doap.ttl +++ b/lv2/midi/lv2-midi.doap.ttl @@ -91,3 +91,4 @@ ] ] ] . + diff --git a/lv2/midi/manifest.ttl b/lv2/midi/manifest.ttl index 6dd7db6..f141936 100644 --- a/lv2/midi/manifest.ttl +++ b/lv2/midi/manifest.ttl @@ -1,4 +1,4 @@ -@prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix lv2: <http://lv2plug.in/ns/lv2core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . <http://lv2plug.in/ns/ext/midi> diff --git a/lv2/midi/midi.ttl b/lv2/midi/midi.ttl index 571ff7a..21e3078 100644 --- a/lv2/midi/midi.ttl +++ b/lv2/midi/midi.ttl @@ -1,11 +1,11 @@ @prefix atom: <http://lv2plug.in/ns/ext/atom#> . -@prefix ev: <http://lv2plug.in/ns/ext/event#> . -@prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix ev: <http://lv2plug.in/ns/ext/event#> . +@prefix lv2: <http://lv2plug.in/ns/lv2core#> . @prefix midi: <http://lv2plug.in/ns/ext/midi#> . -@prefix owl: <http://www.w3.org/2002/07/owl#> . -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/ext/midi> a owl:Ontology ; @@ -386,7 +386,7 @@ midi:statusMask owl:FunctionalProperty ; rdfs:label "status mask" ; rdfs:range midi:HexByte ; - rdfs:comment """The status byte for a message of this type on channel 1, i.e. a status byte with the lower nibble set to zero.""" . + rdfs:comment "The status byte for a message of this type on channel 1, i.e. a status byte with the lower nibble set to zero." . midi:velocity a rdf:Property , @@ -395,3 +395,4 @@ midi:velocity rdfs:label "velocity" ; rdfs:range midi:HexByte ; rdfs:comment "The velocity of a note message (0 to 127)." . + |