diff options
Diffstat (limited to 'ext/atom.lv2/atom.ttl')
-rw-r--r-- | ext/atom.lv2/atom.ttl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/atom.lv2/atom.ttl b/ext/atom.lv2/atom.ttl index 6e08359..a7d663b 100644 --- a/ext/atom.lv2/atom.ttl +++ b/ext/atom.lv2/atom.ttl @@ -175,11 +175,11 @@ The body of a tuple is simply a series of complete atoms, aligned to atom:Property a atom:AtomType ; rdfs:label "RDF property of some object" ; rdfs:comment """ -A description in RDF of a single property for some object (i.e. an RDF -statement with only predicate and object defined). +A description of a single property for some object (i.e. an RDF +statement with only predicate (key) and object (value) defined). <pre> -uint32_t predicate; -LV2_Atom object; +uint32_t key; +LV2_Atom value; </pre> """ . |