diff options
author | David Robillard <d@drobilla.net> | 2018-10-27 17:15:24 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-10-27 17:15:24 +0200 |
commit | 291d16e6709d88cb202acc042c9395c420fd580d (patch) | |
tree | 3e59269caa422e843b9d52b989ea209c3d182409 /lv2/presets | |
parent | 24ab57046741f311322d38dddb0216cd7e46e2a4 (diff) | |
download | lv2-validation.tar.xz |
WIP: Improve validationvalidation
Diffstat (limited to 'lv2/presets')
-rw-r--r-- | lv2/presets/presets.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/presets/presets.ttl b/lv2/presets/presets.ttl index da7e9bb..a32347b 100644 --- a/lv2/presets/presets.ttl +++ b/lv2/presets/presets.ttl @@ -89,7 +89,7 @@ pset:bank pset:value a rdf:Property ; - rdfs:domain lv2:Port ; + rdfs:domain lv2:PortBase ; rdfs:label "value" ; rdfs:comment """Specifies the value of a Port on some Preset. This property is used in a similar way to e.g. lv2:default.""" . |