We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've downloaded http://www.historische-kommission-muenchen-editionen.de/beacon_ndb.txt and wanted to know how many of the persons referenced there by GND ID are present in Wikidata. I tried
wdmapper check P227 -i beacon_ndb.txt
but only got a message missing source in line 2.
missing source in line 2
The text was updated successfully, but these errors were encountered:
BEACON input format has not been impemented yet (#17). With the current dev branch (6b818eb) you can do:
$ wget http://www.historische-kommission-muenchen-editionen.de/beacon_ndb.txt $ echo "target" > gnds.csv $ awk '!/^#/ {print}' < beacon_ndb.txt >> gnds.csv $ ./wdmapper.py check P227 -i gnds.csv
Sorry, something went wrong.
Thanks for the hints, worked great!
17941 of the 22217 NDS entries were matched in WD.
No branches or pull requests
I've downloaded http://www.historische-kommission-muenchen-editionen.de/beacon_ndb.txt and wanted to know how many of the persons referenced there by GND ID are present in Wikidata. I tried
but only got a message
missing source in line 2
.The text was updated successfully, but these errors were encountered: