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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

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

c++ - Convert big endian to little endian when reading from a binary file -