Hi all,

I am trying to use the SHACL API with Jena TDB. 

This CreateWriteRead file
https://github.com/henrietteharmse/henrietteharmse/tree/master/blog/tutorial/jena/source/tdb/src/main/java/org/jena/tdb/tutorial
works with the POM file at
https://github.com/henrietteharmse/henrietteharmse/tree/master/blog/tutorial/jena/source
if I try to use TDB with shacl by adding a dependency
<dependency>
<groupId>org.topbraid</groupId>
<artifactId>shacl</artifactId>
<version>1.0.1</version>
</dependency>
The POM build fails I get an error:
java.lang.NoClassDefFoundError: 
org/apache/jena/sparql/core/TransactionHandlerView

Are there any suggestions how to combine the SHACL API with Jena TDB?

Regards

Felix

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/645d1833-0c4e-4d67-abf4-1a55a0c9d9f9n%40googlegroups.com.

Reply via email to