@ulb-darmstadt/shacl-form 1.5.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/form-bootstrap.js +1 -1
- package/dist/form-default.js +1 -1
- package/dist/form-material.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -112,7 +112,7 @@ Class hierarchies can be built using `rdfs:subClassOf` or `skos:broader`.
|
|
|
112
112
|
|
|
113
113
|
### Validation
|
|
114
114
|
|
|
115
|
-
In edit mode, `<shacl-form>` validates the constructed data graph using the library [shacl
|
|
115
|
+
In edit mode, `<shacl-form>` 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.
|
|
116
116
|
|
|
117
117
|
### Data graph binding
|
|
118
118
|
|