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/lv2-options.doap.ttl | 9 +++++++++ lv2/options/options.ttl | 5 ++--- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'lv2') diff --git a/lv2/options/lv2-options.doap.ttl b/lv2/options/lv2-options.doap.ttl index d828360..2993d13 100644 --- a/lv2/options/lv2-options.doap.ttl +++ b/lv2/options/lv2-options.doap.ttl @@ -10,6 +10,15 @@ doap:created "2012-08-20" ; doap:developer ; doap:release [ + doap:revision "1.3" ; + doap:created "2018-10-27" ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Relax range of opts:requiredOption and opts:supportedOption" + ] + ] + ] , [ doap:revision "1.2" ; doap:created "2013-01-10" ; doap:file-release ; 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