To resolve the issue raised by @timea-solid in our last SolidOS meeting about the Choice form, different options predicates can be proposed to define more parameters :
form ui:options "search-full-store" # ui:Options is already a form
form ui:search-full-store true # this type of triple is already used to create subforms see (1)
form rdf:Property "search-full-store"
form ui:property "search-full-store" # ui: property is already defined in the UI ontology
To resolve the issue raised by @timea-solid in our last SolidOS meeting about the
Choice form
, differentoptions predicates
can be proposed to define more parameters :(1) https://github.com/SolidOS/solid-ui/blob/aa3408d0e31078205a97797468378f8986e90e2a/src/widgets/forms.js#L817-L825
@timbl do you have any recommendation ? this will be used in https://github.com/SolidOS/solid-ui/pull/537