From 3bab97b1556e7684dd5cfb48b7108fdfff583c6d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 27 Oct 2018 20:26:49 +0200 Subject: Relax range of opts:requiredOption and opts:supportedOption --- lv2/options/options.ttl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lv2/options/options.ttl') 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 , ; lv2:documentation """ -

This extension defines a facility for options, which are dynamic properties that may be changed at run time.

@@ -79,7 +78,7 @@ be listed as a lv2:optionalFeature.

opts:requiredOption a rdf:Property , owl:ObjectProperty ; - rdfs:range opts:Option ; + rdfs:range rdf:Property ; rdfs:label "required option" ; lv2:documentation """

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.

opts:supportedOption a rdf:Property , owl:ObjectProperty ; - rdfs:range opts:Option ; + rdfs:range rdf:Property ; rdfs:label "supported option" ; lv2:documentation """

An option supported or understood by the instance. The host SHOULD -- cgit v1.2.1