The corresponding scenario is #19.
The idea is to have a Google Forms-like interface but for the generation of RDF data. We envision an environment in which:
- Form builders can generate an RDF form definition.
- Form renders that can render an RDF form for end users (e.g. as HTML or as a text menu).
- Form viewers that can view the generated RDF in a human friendly way.
These three components can work together, for example, so that
- a form builder creates a Doodle form,
- a form renderer makes a HTML version to input the data, and
- a form viewer generates a nice read-only view.
See also the reports "Drag & drop form builder to build basic RDF form definition" and "Form renderer that to view RDF form and store filled-in data in pod".
We created a proof-of-concept of a form builder via challenge #64. You find the corresponding report here. We created a proof-of-concept of a form renderer via challenge #65. You find the corresponding report here.
There is no challenge for the form viewer, but we did create a proof-of-concept. You find a viewer for curriculum vitae here and a live demo here.
None.
- Create Svelte reusable components based on the code in the different repositories.