We have a semantic database, with GraphDB as a triple store. We also want to store the dumps of our turtle files on GitHub for outside access and versioning.
We are currently setting up a web interface to add/update instances. Is it possible to have some kind of version control for triple stores? What is the usual workflow for this situation?
For example currently we use Protege for changing the ontology, and since it's file based, we can track the changes with git. We want something similar with GraphDB.