summaryrefslogtreecommitdiffstats
path: root/data/lv2.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-20 03:57:41 +0000
committerDavid Robillard <d@drobilla.net>2007-04-20 03:57:41 +0000
commitbe95afee123c169b083049c2f441d3860a12fea0 (patch)
tree78c907f1828bbe8a8521a83313e793c01a989903 /data/lv2.ttl
parentc625507d8a3101742c083dd030cbd1e1e295a9a0 (diff)
downloadlilv-be95afee123c169b083049c2f441d3860a12fea0.tar.gz
lilv-be95afee123c169b083049c2f441d3860a12fea0.tar.bz2
lilv-be95afee123c169b083049c2f441d3860a12fea0.zip
Clean up API, hide more methods that should not be exposed to user.
Document performance of most methods. Clean up and clarify documentation. git-svn-id: http://svn.drobilla.net/lad/slv2@460 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'data/lv2.ttl')
-rw-r--r--data/lv2.ttl3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/lv2.ttl b/data/lv2.ttl
index d3ed0b3..d0d9f94 100644
--- a/data/lv2.ttl
+++ b/data/lv2.ttl
@@ -167,10 +167,9 @@ The plugin author MUST change the plugin URI if a port index is changed.
""" .
:symbol a rdf:Property ;
- rdfs:domain :Port ;
rdfs:label "symbol" ;
rdfs:comment """
-A short name used to identify the port in an easily machine and human readable way.
+A short name used as a machine and human readable identifier.
The first character must be one of _, a-z or A-Z and subsequenct characters can
be from _, a-z, A-Z and 0-9.