Versioned RDF store - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T13:28:28Zhttp://stackoverflow.com/feeds/question/394947http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/394947/versioned-rdf-store5Versioned RDF storeMat2008-12-27T12:16:48Z2009-04-15T10:44:21Z
<p><em>Let me try rephrasing this:</em></p>
<p>I am looking for a robust RDF store or library with the following features:</p>
<ul>
<li><strong>Named graphs</strong>, or some other form of reification.</li>
<li><strong>Version tracking</strong> (probably at the named graph level).</li>
<li><strong>Privacy</strong> between groups of users, either at named graph or triple level.</li>
<li>Human-readable data input and output, e.g. <strong>TriG</strong> parser and serialiser.</li>
</ul>
<p>I've played with <a href="http://jena.sourceforge.net/" rel="nofollow">Jena</a>, <a href="http://www.openrdf.org/" rel="nofollow">Sesame</a>, <a href="http://ibm-slrp.sourceforge.net/2006/11/20/boca-the-rdf-repository-component-of-the-ibm-semantic-layered-research-platform/" rel="nofollow">Boca</a>, <a href="http://rdflib.net/" rel="nofollow">RDFLib</a>, <a href="http://librdf.org/" rel="nofollow">Redland</a> 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?</p>
<p><hr /></p>
<p>Reading around the subject a bit more, I've found that:</p>
<ul>
<li><a href="http://jena.sourceforge.net/" rel="nofollow">Jena</a>, nothing further</li>
<li><a href="http://www.openrdf.org/" rel="nofollow">Sesame</a>, nothing further</li>
<li><a href="http://ibm-slrp.sourceforge.net/2006/11/20/boca-the-rdf-repository-component-of-the-ibm-semantic-layered-research-platform/" rel="nofollow">Boca</a> does not appear to be maintained any more and seems only really designed for DB2. <strong><a href="http://www.openanzo.org/" rel="nofollow">OpenAnzo</a>, an open-source fork, appears more promising.</strong></li>
<li><a href="http://rdflib.net/" rel="nofollow">RDFLib</a>, nothing further</li>
<li><a href="http://librdf.org/" rel="nofollow">Redland</a>, nothing further</li>
<li><a href="http://www.talis.com/platform/" rel="nofollow">Talis Platform</a> appears to support changesets (<a href="http://n2.talis.com/wiki/ChangeSets" rel="nofollow">wiki page</a> and reference in <em><a href="http://n2.talis.com/wiki/Kniblet_Tutorial_Part_5" rel="nofollow">Kniblet Tutorial Part 5</a></em>) but it's a hosted-only service. Still may look into it though.</li>
<li><a href="http://semweb4j.org/site/semversion/index.html" rel="nofollow">SemVersion</a> sounded promising, but appears to be stale.</li>
</ul>
http://stackoverflow.com/questions/394947/versioned-rdf-store/406654#4066540Answer by Edd for Versioned RDF storeEdd2009-01-02T12:24:49Z2009-01-02T12:24:49Z<p>Take a look to see if Virtuoso's <a href="http://virtuoso.openlinksw.com/main/rdf/index.htm" rel="nofollow">RDF support</a> 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.</p>
http://stackoverflow.com/questions/394947/versioned-rdf-store/425304#4253042Answer by Simon Gibbs for Versioned RDF storeSimon Gibbs2009-01-08T18:24:16Z2009-03-19T22:56:43Z<p>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.</p>
<p>They don't have a features list as such - which makes it hard to back up this answer, but they do <a href="http://www.talis.com/platform/about%5Fus/" rel="nofollow">say</a> 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.</p>
<p>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.</p>
<p>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.</p>
<p>See also <a href="http://www.jenitennison.com/blog/node/101" rel="nofollow">Temporal Scope for RDF triples</a></p>
http://stackoverflow.com/questions/394947/versioned-rdf-store/751108#7511080Answer by Stephen for Versioned RDF storeStephen2009-04-15T10:44:21Z2009-04-15T10:44:21Z<p><a href="http://fedora-commons.org/" rel="nofollow">Mulgara/Fedora-Commons</a> 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.</p>