2011/6/5 Fabian Christ <[email protected]>: > Hi, > > at the moment the Stanbol infrastructure is rather focused in entities > in texts. An extension would be to integrates component that can > handle the relations (facts) between entities. I would like to propose > a new component called a "Fact Store". The idea came up in the IKS > project and a specification proposal can be found at [1]. I would like > to start an implementation of such a component as part of Stanbol. > > My question: Should we create a playground/sandbox in Stanbol SVN for > such new components that have at this stage a proof of concept > character and will hopefully emerge to mature components? > > [1] > https://docs.google.com/document/d/1vp8MN2e6Pv1nitHhACS0hDGnfV_YzS2M6JhsMbWYxrY/edit?hl=de&authkey=CNSg96YN
Hi sorry for the late reply. I see in the SVN that you are using derby for this. Why not directly using a clerezza graph? That would make it trivial to store and retrieve RDF events using either lowlevel sparql or the custom HTTP API that you describe in the specification document. Using a clerezza graph would furthermore make it trivial to interoperate at the data level with the other OSGi services of the platform. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel
