diff options
author | David Robillard <d@drobilla.net> | 2010-10-17 07:11:23 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-17 07:11:23 +0000 |
commit | 0b0227c9d707f7873fe0f4a469ec9bcd3b6360ff (patch) | |
tree | 443b43c0e11370b9ce73ce0f6cae32969f82bdb4 /ext/atom.lv2/atom.ttl | |
parent | 591d09e1923164220485e843ae3161090d5dc0ec (diff) | |
download | lv2-0b0227c9d707f7873fe0f4a469ec9bcd3b6360ff.tar.xz |
Add atom:Array type (a heterogeneous POD sequence).
Diffstat (limited to 'ext/atom.lv2/atom.ttl')
-rw-r--r-- | ext/atom.lv2/atom.ttl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/atom.lv2/atom.ttl b/ext/atom.lv2/atom.ttl index e6ed6b9..9e8d043 100644 --- a/ext/atom.lv2/atom.ttl +++ b/ext/atom.lv2/atom.ttl @@ -155,6 +155,16 @@ int32_t contents[42] = ... """ . +atom:Array a atom:AtomType ; + rdfs:label "Array" ; + rdfs:comment """ +A POD sequence of atoms with varying types and sizes. + +The body of an array is simply a series of complete atoms, aligned to +32 bits. +""" . + + atom:Property a atom:AtomType ; rdfs:label "RDF property of some object" ; rdfs:comment """ |