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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -