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

feat: validate given node with given shape #65

Closed martinmaillard closed 3 years ago

martinmaillard commented 3 years ago

Closes #59

I don't really like the API or the implementation, but that's the best I could do with the stateful nature of this validator. @bergos let me know if it's ok for you.