Search code examples
javamysqlsesamerdfstore

Using Sesame 2 and MySQL in my Java Class


It's my first 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've created one using the

create mysql.
command in the Open-rdf console but now I do not know how to use it in Java. The official documentation presents some example but it's about the Native or Memory repository. Can you help me?


Solution

  • Use the sesame API: http://www.openrdf.org/doc/sesame/users/ch07.html Connect to the server and execute a SeRQL query or use the API to search by node.