Monday, December 12th, 2005
So far, so good - now I can programmatically create a ChangeSet, Apply it, query the TripleStore I applied it to and retrieve it, and Serialize it (as RDF/XML or NTriples using the supplied RdfWriter implementations in Spiral).
The statements in the ChangeSet are lazy loaded so that you can view the descriptive details without hitting […]
Monday, December 12th, 2005
We think our datastore must maintain version information and provide rollback functionality.
One of the major requirements of the first application we’re planning to build on our generic datastore service is that it have wiki-like contribution and revision capabilities. To do this, we’ll need some kind of robust version control in our datastore component. So far […]
Friday, September 23rd, 2005
Pretty much all of the stuff contained below (and I expect, the stuff in future posts) is really new to me, so I thought I could probably do with somewhere to do braindumps in a [possibly futile] effort to help me clarify some thoughts on what we’re trying to do at the moment…
We’re building […]