I would like to know if it is possible to get the latest incremental n-triple dumps of Wikidata.
I'm using Wikidata Toolkit to download the latest version of the dumps and convert them automatically in n-triple files (using RdfSerializationExample
), but I don't know how to generate the incremental versions of that dumps (specifying modified, new and deleted entities).
My idea is to maintain updated version of the information of Wikidata in a system like OpenLink Virtuoso. Therefore, I think it is necessary to obtain incremental versions of n-triples.
I know that there are incremental versions of the dumps in xml version, but I don't know how to convert them to n-triples.
So, that is the best way to proceed?