weso / wikibase-sync

Python library to synchronise data between RDF files and Wikibase instances.
MIT License
8 stars 3 forks source link

wikibase-sync

tools and algorithms for synchronization between rdf ontologies and wikibase instances.

License Build Status Coverage Status Version

rdfsync

the algorithms for synchronizing your RDF ontology from the changes made in wikibase.

wbsync

the algorithms for synchronizing your wikibase instance from the changes made in an RDF ontology.

How to install

You can install it manually from the source code:

git clone https://github.com/weso/wikibase-sync
cd wikibase-sync
python setup.py install

Python 3.7+ is required.