From 35c47b58729b075350462dc5eb1a68cc08aefd53 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 20 Nov 2011 18:11:26 +0000 Subject: Add range to lv2:symbol and lv2:name. --- core.lv2/lv2.ttl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl index 0ab56c5..26dc9cc 100644 --- a/core.lv2/lv2.ttl +++ b/core.lv2/lv2.ttl @@ -426,6 +426,7 @@ function. The index uniqely identifies the port on an instance of the plugin. """ . lv2:symbol a rdf:Property , owl:DatatypeProperty ; + rdfs:range xsd:string ; rdfs:label "symbol" ; rdfs:comment """ A short name used as a machine and human readable identifier. @@ -440,6 +441,7 @@ change the plugin URI if a port symbol is changed or removed). lv2:name a rdf:Property , owl:DatatypeProperty ; rdfs:domain lv2:Port ; + rdfs:range xsd:string ; rdfs:label "name" ; rdfs:comment """ A display name for labeling the Port in a user interface. -- cgit v1.2.1