2

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?
onof
  • 17,167
  • 7
  • 49
  • 85
dierre
  • 7,140
  • 12
  • 75
  • 120

1 Answers1

2

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.

onof
  • 17,167
  • 7
  • 49
  • 85
  • Can you explain this deeper? Basically I should run the console, connect to my sesame server, then create the mysql store and the use HTTPRepository? Is that it? – dierre Jul 16 '10 at 12:13
  • Yes, the link I provided you should be clear enough. If you have a specific problem, please be more specific – onof Jul 24 '11 at 09:03