aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/atom.lv2/atom.ttl10
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 """