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/options | |
parent | 24ab57046741f311322d38dddb0216cd7e46e2a4 (diff) | |
download | lv2-validation.tar.xz |
WIP: Improve validationvalidation
Diffstat (limited to 'lv2/options')
-rw-r--r-- | lv2/options/options.ttl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lv2/options/options.ttl b/lv2/options/options.ttl index b0f752c..5c5860a 100644 --- a/lv2/options/options.ttl +++ b/lv2/options/options.ttl @@ -10,7 +10,6 @@ rdfs:seeAlso <options.h> , <lv2-options.doap.ttl> ; lv2:documentation """ - <p>This extension defines a facility for <q>options</q>, which are dynamic properties that may be changed at run time.</p> @@ -79,7 +78,7 @@ be listed as a lv2:optionalFeature.</p> opts:requiredOption a rdf:Property , owl:ObjectProperty ; - rdfs:range opts:Option ; + rdfs:range rdf:Property ; rdfs:label "required option" ; lv2:documentation """ <p>An option required by the instance to function at all. The host MUST pass a @@ -94,7 +93,7 @@ fall back to a reasonable default value if it is not provided.</p> opts:supportedOption a rdf:Property , owl:ObjectProperty ; - rdfs:range opts:Option ; + rdfs:range rdf:Property ; rdfs:label "supported option" ; lv2:documentation """ <p>An option supported or <q>understood</q> by the instance. The host SHOULD |