Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 993 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 993 Bytes

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.