diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/atom/atom.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/atom.ttl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl index 1b2ed1d..4d7c98e 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl @@ -237,9 +237,10 @@ atom:URI rdfs:label "URI string" ; lv2:documentation """ <p>A URI string. This is identical in format to atom:String, except the string -is a URI. This is useful when a URI is needed but mapping is inappropriate. -Since the ability to distinguish URIs from plain strings is often necessary, -URIs MUST NOT be transmitted as atom:String.</p> +is a URI. This is useful when a URI is needed but mapping is inappropriate, +for example with temporary or relative URIs. Since the ability to distinguish +URIs from plain strings is often necessary, URIs MUST NOT be transmitted as +atom:String.</p> <p>This is not strictly a URI, since UTF-8 is allowed. Escaping and related issues issues are the host's responsibility.</p> |