triplestore with revisions

后端 未结 4 2009
长情又很酷
长情又很酷 2021-02-06 11:10

I need to store RDF triples, while keeping track of modifications. Is there anything out there for this service? Alternatively, how would you keep track of revision while using

4条回答
  •  轮回少年
    2021-02-06 11:53

    For the problem of versioning multiple RDF graphs, we have developed the Quit Store (Quads in Git). It provides:

    • Context aware versioning of a whole RDF data set (multiple named graphs in one repositroy)
    • An access interface to any time in the past of the repository by providing a SPARQL endpoint for each individual version of the data set.

    We have also published some papers about various aspects of this topic. You can find them all here: http://aksw.org/Projects/Quit

提交回复
热议问题