diff options
Diffstat (limited to 'lv2/atom')
-rw-r--r-- | lv2/atom/atom.meta.ttl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lv2/atom/atom.meta.ttl b/lv2/atom/atom.meta.ttl index 7b04180..9d714d8 100644 --- a/lv2/atom/atom.meta.ttl +++ b/lv2/atom/atom.meta.ttl @@ -214,8 +214,8 @@ string in any language or a value of any type. A Literal has a encoding. The length of the string data in bytes is `size - sizeof(LV2_Atom_Literal)`, including the terminating NULL character. The `lang` field SHOULD be a URI of the form -<http://lexvo.org/id/iso639-3/LANG> or -<http://lexvo.org/id/iso639-1/LANG> where LANG is a 3-character ISO 693-3 +`http://lexvo.org/id/iso639-3/LANG` or +`http://lexvo.org/id/iso639-1/LANG` where LANG is a 3-character ISO 693-3 language code, or a 2-character ISO 693-1 language code, respectively. A Literal may have a `datatype` or a `lang`, but never both. @@ -484,7 +484,7 @@ MUST be a sub-class of atom:Atom. For example, an input port that is connected directly to an LV2_Atom_Double value is described like so: :::turtle - <plugin> + <plugin> lv2:port [ a lv2:InputPort , atom:AtomPort ; atom:bufferType atom:Double ; @@ -508,7 +508,7 @@ expected by a port. For example, a port that receives MIDI events is described like so: :::turtle - <plugin> + <plugin> lv2:port [ a lv2:InputPort , atom:AtomPort ; atom:bufferType atom:Sequence ; |