Re: [topbraid-users] SHACL validation against a Dataset

2024-06-12 Thread Holger Knublauch
Hello Chiem Dao Davan, validation only works with Models and Graphs, not on whole Datasets. However, you can construct a single Model that is the union of all graphs when you create a MultiUnion graph from all graphs in the dataset, then wrap the MultiUnion into a Model using ModelFactory. HTH

[topbraid-users] SHACL validation against a Dataset

2024-06-12 Thread Davan CHIEM DAO
[SHACL API] Hi, I am researching how different SHACL engines perform validation on a RDF dataset. My main question is: 'Is it possible to specify the whole dataset as "data graph"?' I already tried a few things without much success, the closest I got to what I what to achieve is: ValidationE