ericprud / shex-form

play with ShEx-generated forms
https://ericprud.github.io/shex-form/?manifestURL=examples/manifest.json
3 stars 2 forks source link

Alternatives? #2

Open linonetwo opened 2 years ago

linonetwo commented 2 years ago

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.

ericprud commented 2 years ago

Hi, the best I can suggest for the moment is adapting the SchemaRenderer from this demo.

@labra, any other ideas?