From f2d1b5c2bd36751e6139f985277fe2551f83e35a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 21 Oct 2010 19:57:13 +0000 Subject: Use "key" and "value" terminology over "predicate" and "object". --- ext/atom.lv2/atom.ttl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ext/atom.lv2/atom.ttl') 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).
-uint32_t predicate;
-LV2_Atom object;
+uint32_t key;
+LV2_Atom value;
 
""" . -- cgit v1.2.1