[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: 

ValidationEngine validationEngine = new ValidationEngineFactory().create(
dataSet, shapesUri, shapesGraph, null);
Resource report = validationEngine.validateAll(); However, this only 
performs validation against the default graph and some constraints such as 
sh:property are not checked.

Thanks,
Chiem Dao Davan

-- 
The topics of this mailing list include TopBraid EDG and related technologies 
such as SHACL.
To post to this group, send email to topbraid-users@googlegroups.com
--- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to topbraid-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/352c14f3-b6ff-4311-866b-aa8f4629b59an%40googlegroups.com.

Reply via email to