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
95 stars 12 forks source link

refactor the nodeSet property for sh:in constraint #133

Open giacomociti opened 2 months ago

giacomociti commented 2 months ago

as discusses in https://github.com/zazuko/rdf-validate-shacl/pull/129#issuecomment-2096680662, we may want to move the nodeSet property elsewhere because it applies only tosh:in constraints. It is referenced from the validation function but also in report construction.