sparna-git / Sparnatural

Sparnatural : visual SPARQL query builder for knowledge graphs in the browser, configurable with SHACL
http://sparnatural.eu
GNU Lesser General Public License v3.0
219 stars 41 forks source link

Ability to read the list of languages of the configuration #499

Closed tfrancart closed 1 year ago

tfrancart commented 1 year ago

The objective is to dynamically populate a dropdown list of languages from which the user can select the language in which she wants to browse. The languages can be read by reading the language tags of e.g. all rdfs:label in the configuration.

tfrancart commented 1 year ago

Also changed the "display" event to an "init" event, triggered after the configuration is parsed.