ULB-Darmstadt / shacl-form

HTML5 web component for editing/viewing RDF data that conform to SHACL shapes
https://ulb-darmstadt.github.io/shacl-form/
MIT License
24 stars 4 forks source link

A bit of explaination for the demo #1

Closed thhck closed 10 months ago

thhck commented 1 year ago

Hello !

I'm runing the demo and I understand correctly the right side textarea is the template of the form, the bottom green/red text is the restult of the form, the demo html form is on the far right, but have struggle understanding the right side "Data" text-area , is it just an example of form result ? then why does it differ so much from the bottom result ?

Would it be possible to have a small README in the demo folder ?

s-tittel commented 1 year ago

Thanks for reporting. A more in-depth documentation is in the works.

The form generator generally is intended to support creating data from scratch or edit existing data. The "data" textarea is supposed to provide sample data. So if you choose "Shape 1", you can afterwards (re)-select "Data 1" to provide some input data to the form.

s-tittel commented 10 months ago

The demo has improved and I think it explains the concepts much better now. Closing this, please reopen if there are still issues.