I'm pretty happy with Marmotta. I can load and retrieve information via the LDP web services and I now have a reasonable knowledgebase of machines in my network and how they inter-connect.
I'd like to be able to write small applications that can tap directly into the knowledgebase data model without going through the web API. Is there a short, simple example of using maybe the eclipse/sesame/openrdf API and the marmotta-specific extensions in the sesame-tools library to write a small application that interacts directly with KiWi ? I don't think I want to create a new Kiwi store, just tap into the existing instance, or do I have to create a new KiwI store backed by the same postgres database, is that how it works ? How might I approach creating an example to learn from ? Many thanks Alan