rdf - triplestore with revisions -


i need store rdf triples, while keeping track of modifications. there out there service? alternatively, how keep track of revision while using context-aware triplestore ?

edit: please note don't need changeset. need see triples @ time in past.

i tried address sort of thing storing additional triples describing said what, when. need reification, named graphs, or quads can ruin decidability.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -