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

Redo validation report #6

Closed martinmaillard closed 4 years ago

martinmaillard commented 4 years ago

Fixes #2

I didn't change the current .conforms() and .results() to be properties instead of functions yet, as I wasn't sure we decided to do it. Will do in a later PR if it's confirmed. (same for ValidationResult methods).