From 0b0227c9d707f7873fe0f4a469ec9bcd3b6360ff Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Oct 2010 07:11:23 +0000 Subject: Add atom:Array type (a heterogeneous POD sequence). --- ext/atom.lv2/atom.ttl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ext') 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 """ -- cgit v1.2.1