在我的 Java 类中使用 Sesame 2 和 MySQL
这是我第一次玩《芝麻街 2》,所以请多多关照。这可能是一个愚蠢的问题,但我找不到有关如何使用 Sesame 2 和 mysql 存储的文档。 我已经使用创建了一个
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?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 sesame API: http://www.openrdf.org/doc/sesame /user/ch07.html
连接到服务器并执行 SeRQL 查询或使用 API 按节点搜索。
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.