zazuko / rdf-validate-shacl

Validate RDF data purely in JavaScript. An implementation of the W3C SHACL specification on top of the RDFJS stack.
MIT License
98 stars 13 forks source link

Track which quads are visited during validation #58

Open martinmaillard opened 3 years ago

martinmaillard commented 3 years ago

Provide a way to know which quads were visited during the validation process.

tpluscode commented 3 years ago

The idea I proposed would to add an option to return [] sh:severity sh:Info results for every visited location in the data graph.

Might get quite verbose though