aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/options/options.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/options/options.ttl')
-rw-r--r--lv2/options/options.ttl5
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