psychoinformatics-de / shacl-vue

https://psychoinformatics-de.github.io/shacl-vue/
MIT License
0 stars 0 forks source link

Design for saving a data object persistently to a graph "database" #29

Open jsheunis opened 5 days ago

jsheunis commented 5 days ago

When a form has been completed, there should be a "Save" or "Submit" button that should do the following:

  1. Validate the entered data as a whole (assuming that field-specific data has already been handled by field-specific editors and related validation rules), see: https://github.com/psychoinformatics-de/shacl-vue/issues/21
  2. Take the data from its current state in the formData internal representation and convert it to quads
  3. Add quads to the graphData RDF dataset