Getting Wikidata incremental triples
Asked Answered
L

0

6

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?

Lindsaylindsey answered 12/1, 2015 at 15:48 Comment(4)
Hi, have you found the answer for this ? I would love to know this too. ThanksClink
No, I'm sorry. In fact I'm no longer working on this.Lindsaylindsey
You would have to go via various bits of Wikibase code I imagine. Wikibase itself has a script called dumpRdf.php which dumps nt or ttl files from Wikibase entities / Mediawiki revisions. If you are poking around the code you can take a look at the RdfBuilder class, but nothing is going to work out of the box.Hollyanne
That is not possible a this time.Kenway

© 2022 - 2024 — McMap. All rights reserved.