Versioned RDF store

Posted by Mat on Stack Overflow See other posts from Stack Overflow or by Mat
Published on 2008-12-27T12:16:48Z Indexed on 2010/04/16 7:23 UTC
Read the original article Hit count: 381

Let me try rephrasing this:

I am looking for a robust RDF store or library with the following features:

  • Named graphs, or some other form of reification.
  • Version tracking (probably at the named graph level).
  • Privacy between groups of users, either at named graph or triple level.
  • Human-readable data input and output, e.g. TriG parser and serialiser.

I've played with Jena, Sesame, Boca, RDFLib, Redland and one or two others some time ago but each had its problems. Have any improved in the above areas recently? Can anything else do what I want, or is RDF not yet ready for prime-time?


Reading around the subject a bit more, I've found that:

© Stack Overflow or respective owner

Related posts about rdf

Related posts about database