MadMode

Dan Connolly's tinkering lab notebook

Using truth maintenance techniques in RDF stores?

Almost every RDF store actually stores more than triples; they store "quads" or "contexts" or provenance or something...

The cwm formula interface used to use (f, p, s, o), where f was the formula in which the triple occured; then it grew to (f, p, s, o, why) where why was a proof structure. Another common pattern is (s, p, o, source), where source points to a file/resource that the triple was loaded from. In re-writing an RDF store for tabulator, TimBL seems to be settling calling that 4th column why, which works like source in common cases. This is inspired at least in part by some truth maintenance stuff that Chris presented Oct 6 2005 in the Notions and Notations class.

Meanwhile, Edd observes lots of submissions about RDF Stores for XTech 2006. I hope that folks building stores look at TMS architectures. At least one group is:

Word has it the classic papers are:

See also: WebDataInterfaceDesign.