diff options
author | David Robillard <d@drobilla.net> | 2015-03-16 04:49:42 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-03-16 04:49:42 -0400 |
commit | 4985c77f6c10df405cce02861fe885d131644b83 (patch) | |
tree | aaf95a92386e5fb2c25d8da6807c650ceac84457 /lv2/lv2plug.in/ns/ext/atom/atom.ttl | |
parent | 312614efa16da12a230d0ef7a918fd396d9972e3 (diff) | |
download | lv2-4985c77f6c10df405cce02861fe885d131644b83.tar.xz |
Clean up and add missing labels.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/atom/atom.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/atom.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl index 29246f3..a336fdf 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl @@ -276,7 +276,7 @@ issues are the host's responsibility.</p> atom:URID a rdfs:Class ; rdfs:subClassOf atom:Atom ; - rdfs:label "Integer ID mapped from a URI" ; + rdfs:label "Integer URID" ; atom:cType "LV2_Atom_URID" ; lv2:documentation """ <p>An unsigned 32-bit integer mapped from a URI (e.g. with LV2_URID_Map).</p> |