diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/lv2.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lv2.ttl b/include/lv2.ttl index c7d1ac9..75b2aa3 100644 --- a/include/lv2.ttl +++ b/include/lv2.ttl @@ -55,7 +55,7 @@ To be used by a host a Plugin must have at least the following properties: rdf:type (with object :Plugin) doap:name (one without language tag) doap:licence - lv2:port + :port """ . @@ -147,7 +147,7 @@ Plugins will write values to this array during their run method. :dataType a rdf:Property ; rdfs:domain :Port ; - rdfs:range lv2:DataType ; + rdfs:range :DataType ; rdfs:label "Port Data type" ; rdfs:comment """ Relates a Port to the data type(s) it can accept. Hosts that do not support |