Hi everyone Ive been looking for some time now for a big enough semantic dataset to do some testing on an algorithm Im developing.
I\'m trying to initialize a RDF datastore using Jena and HSQLDB. From http://jena.sourceforge.net/DB/hsql-howto.html I wrote the following code:
It\'s my 开发者_如何学Pythonfirst time with Sesame 2 so please be kind. It could be a stupid question but I can\'t find documentation about how to use Sesame 2 and a mysql store.
I have a mysql server running and can connect to it from my Django ORM. Can\'t connect using the rdflib functionality. How can I debug this problem? Thanks.