diff --git a/README.md b/README.md index a338662..5bede44 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,10 @@ Class hierarchies can be built using `rdfs:subClassOf` or `skos:broader`. ## Features +### Validation + +In edit mode, `` validates the constructed data graph using the library [rdf-validate-shacl](https://github.com/zazuko/rdf-validate-shacl) and displays validation results as icons next to the respective form fields. + ### Data graph binding `` requires only a shapes graph as input via the attribute `data-shapes` (or `data-shapes-url`) to generate an empty form and create new RDF data from the form input fields. Using the attributes `data-values` (or `data-values-url`) and `data-value-subject`, you can also bind an existing data graph to the form. The given data graph is then used to fill the form input fields. diff --git a/demo/index.html b/demo/index.html index 5508c24..6edbdff 100644 --- a/demo/index.html +++ b/demo/index.html @@ -32,7 +32,7 @@

<shacl-form> demo

Example Viewer mode Theming - Try your own + Try your own
Loading...
@@ -270,7 +270,7 @@

<shacl-form> demo