I'm currently planning to use https://github.com/rjsf-team/react-jsonschema-form because it can efficiently turn a definition to a form. And I have to translate ontology like task model ontology's definition from RDF to JSONSchema to make use of it.
Do you know there being any working npm package that can take RDF (shex) and display its corresponding form UI? I'd like to use it instead of the JSONSchema form.
Hi Eric!
I'm building a dynamic form for https://github.com/Jermolene/TiddlyWiki5 , and I hope I can bring w3c ontology with it, so more people will use ontology in their daily life. (I like SoLiD project)
I'm currently planning to use https://github.com/rjsf-team/react-jsonschema-form because it can efficiently turn a definition to a form. And I have to translate ontology like task model ontology's definition from RDF to JSONSchema to make use of it.
Do you know there being any working npm package that can take RDF (shex) and display its corresponding form UI? I'd like to use it instead of the JSONSchema form.