weso / rdfshape-client

Web client for RDFShape API with human-friendly validations and visualizations.
https://rdfshape.weso.es
MIT License
10 stars 5 forks source link

Clearer messages for ShEx validate results. Defaulting to JenaSHACL on SHACL validate. #45

Closed ulitol97 closed 3 years ago

ulitol97 commented 3 years ago
  1. Defaulting to JenaSHACL schema engine due to problems using SHACLex https://github.com/weso/rdfshape/issues/196.
  2. Giving clearer messages when validating data with ShEx. 2.1. Before: we always showed a success message whenever the validation took place normally, even if some nodes were non-conformant. image

2.2. After: we have additional messages in case the validation goes right but some nodes are not conformant. image