I would like to use an embedded openRDF sesame repository in my Java application. I can not find information what is a minimum set of libraries that I need to include — place in my pom.xml — in my Java application to have it running. Can anybody give me a hint or a link to a website that would help me?
I would like to use an embedded openRDF sesame repository in my Java application.
Share
There is an “include everything and the kitchen sink” maven dependency for Sesame:
That includes the entire framework. If you want to trim that down and only include specific features, you can instead add specific dependencies on subparts. For example, if all you need is a simple in-memory triplestore, you could probably do with adding these two dependencies:
for the repository API:
for the actual storage backend: