Reputation: 495
I'm currently working with well structured RDF data on a OntoWiki knowledge base. I'm interested to import these data into a local wikidata. How is it possible? I didn't find a proper documentation.
AFAIK, it seems Wikidata has MariaDB as backend and generate triple from it to benefit the SPARQL service. Is exist a tool to do bulk imports from RDF or JSON files into wikidata? If yes, where it exists the documentation to do this? The amount of data is too big to be done by hand, but the advantage it is the data are well structured.
Upvotes: 4
Views: 1203
Reputation: 15604
WikiData is natively based on Blazegraph which is a triplestore. (The people who did blazegraph were aqui-hired by amazon to create Amazon Neptune).
The data storage engine of WikiData is available as WikiBase and there is a whole set of different tools available for this environment.
So it depends a lot on your environment and technology stack what might be suitable for you. IMHO your main task will be to translate from OntoWiki's view of the world to the one of Wikidata. You'll find an overview on WikiData's internal structure at http://wiki.bitplan.com/index.php/WikiData (where i am the author)
Here is an example Triple as it is stored in multi-language format:
Upvotes: 2