vote up 5 vote down star
2

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:

flag

68% accept rate
Thanks for the update. OpenAnzo does look very cool. – Ali A Jan 1 at 13:19
Also a little outline of what is lacking in Jena/Sesame/Boca would be really useful. – Ali A Jan 1 at 13:19

3 Answers

vote up 2 vote down

Talis is the obvious choice, but privacy may be an issue, or perceived issue anyway, since its a SaaS offering. I say obvious because the three emboldened features in your list are core features of their platform IIRC.

They don't have a features list as such - which makes it hard to back up this answer, but they do say that stores of data can be individually secured. I suppose you could - at a pinch - sign up to a separate store on behalf of each of your own users.

Human readable input is often best supported by writing custom interfaces for each user-task, so you best be prepared to do that as needs demand.

Regarding prime-time readiness. I'd say yes for some applications but otherwise "not quite". Mostly the community needs to integrate with existing developer toolsets and write good documentation aimed at "ordinary" developers - probably OO developers using Java, .NET and Ruby/Groovy - and then I predict it will snowball.

See also Temporal Scope for RDF triples

link|flag
vote up 0 vote down

Take a look to see if Virtuoso's RDF support meets your needs, it sounds as though it might go quite a way, and it plays nice with XML and web services too. There's a commercial and a GPL'd version.

link|flag
vote up 0 vote down

Mulgara/Fedora-Commons might fit the bill. I belive that privacy is currently a major project, and I understand that it supports versioning, but it might be too much in that is is an object-store too.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.