-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form render application that can render an RDF-form + RDF data + store it in a pod of choice #65
Comments
@phochste Could you add a use case (or a set of use cases), so we can put bounds to this challenge? |
@RubenVerborgh ok added a use-case |
See : https://github.com/phochste/FormViewer for implementation |
You find the report for this challenge here. |
Pitch
Create a Form render application that can render an RDF form definition that is possible build with the Form builder tool as specified by #64.
In this app users can in a declarative way point to the RDF definition, RDF data and Solid storage location where data should be serialized.
The app provides a generic rendere of RDF forms. It can be used as a stand-alone app or can be the basis of an application to provide more domain specific layout features.
Use case
An end user has created in some way an RDF Form definition for a book review. The result of this process was https://github.com/phochste/solidui2rdfform/blob/main/data/rdfform/book_review.ttl
See #64 for a sample application that should do that in an intuitive way.
She wants to see a working RDF Form as a web application . "Working" means, it can actually be used to fill out the data fields and store the resulting RDF in a Solid pof location of choice.
At a later point in time she decides that she wants to update an existing book review with fresh data:
Desired solution
Acceptance criteria
Pointers
Scenarios
The text was updated successfully, but these errors were encountered: