-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example #10
Comments
Thanks for your quick answer.
The example in https://github.com/weso/wikibase-sync/tree/master/wbsync is
a bit strange for me. I don't understand the source_content and target_content
idea?
Moreover maybe putting a real RDF could help more because "original rdf
content goes here" don't help to understand.
However i'not a RDF and wikibase expert so it's also hard for me to get the
big picture.
And maybe you know ? But this link to the notebook is a 404:
Additional examples about synchronizing RDF files with a Wikibase instance
can be seen in the Synchronization notebook
<https://github.com/weso/wikibase-sync/blob/master/wbsync/notebooks/Synchronization.ipynb>
.
|
wbsync receives the RDF data before and after the modifications. For example, if you want to synchronize for the first time a About the notebook link I didn´t know about it, thanks! |
Ok thanks a lot. That is more clear. One more question: should the RDF respect a specific model to match wikibase model? Or is it possible to import any RDF then a specific mapping is maybe needed? |
Mmmm I´m not sure at all but I think wbsync deals with the mappings between the RDF and the Wikibase, so you don´t need to look for it. Maybe @alejgh knows more about it |
There is also https://github.com/HerculesCRUE/ib-hercules-sync which can act as an example on how to use this library. |
Hello,
I'm a bit lost and I wonder if a basic usage example could be added to the README?
Maybe showing a simple RDF file for the first step, then the program using wbsync to convert the RDF to wikibase, then the result into wikibase, maybe with a screenshot showing the few generated Property/Item.
Thanks a lot for the good work.
The text was updated successfully, but these errors were encountered: