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

Validate a specific target node with a specific shape #59

Closed martinmaillard closed 3 years ago

martinmaillard commented 3 years ago

Provide a way to specify an entry target node and shape for the validation. The result is similar to injecting a temporary sh:targetNode on a given shape and start the validation for this shape.