Fork me on GitHub
#rdf
<
2020-04-27
>
EmmanuelOga04:04:53

ShEx is such an expressive validation system. The main problem I'm finding so far is that the implementations are not quite there yet.

EmmanuelOga04:04:04

Sample issue: impossible to understand validation errors: https://github.com/weso/shaclex/issues/272#issuecomment-619707908

EmmanuelOga04:04:34

The javascript implementation, from the few tests I ran, generated a bit more readable error messages.

EmmanuelOga04:04:46

As soon as I finish exploring the ShEx chapter I plan to move to SHACL

rickmoynihan13:04:51

@emmanueloga: We currently use SHACL for some of our validations. I’ve never used ShEx, though we chose SHACL; mainly because I felt there were more credible implementation efforts, along with more mature implementations. However it’s certainly also true that the implementations in SHACL also seem to vary in their coverage of the standard and quality.

EmmanuelOga23:04:12

they @rickmoynihan what are you guys using RDF for?