aboutsummaryrefslogtreecommitdiffstats
path: root/ext/atom.lv2/atom.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-10-21 19:57:13 +0000
committerDavid Robillard <d@drobilla.net>2010-10-21 19:57:13 +0000
commitf2d1b5c2bd36751e6139f985277fe2551f83e35a (patch)
tree01157fc059e8f595771305ab4188aed587fd1723 /ext/atom.lv2/atom.ttl
parent689e4bcc3d6052b25825ffe6f1600b60dc690668 (diff)
downloadlv2-f2d1b5c2bd36751e6139f985277fe2551f83e35a.tar.xz
Use "key" and "value" terminology over "predicate" and "object".
Diffstat (limited to 'ext/atom.lv2/atom.ttl')
-rw-r--r--ext/atom.lv2/atom.ttl8
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>
""" .