Validation against different SHACL shapes

Hi all,

I am experimenting with Neo4j and SHACL for validation purposes.

I was able to load some RDF data (I used the "SHORTEN" value for handleVocabUris), load a schema (which defined the classes and shapes) and then ran the validation.

This works.

In most SHACL validators, you pass the data (as a "data graph") and the shapes (as a "shapes graph") and you get the validation report for that specific shapes graph. You can then use different shapes, depending on your "view" on the data.

My question is: is it possible to trigger a validation against a specific shape?

Thanks