-
Notifications
You must be signed in to change notification settings - Fork 18
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
Unable to query logo_image #17
Comments
This property is missing from mapping: https://github.com/klacointe/wikidata-client/blob/master/config/mapping.yml but you can request it using the wikidata property code
|
the "logo_image" is in the mapping: https://github.com/klacointe/wikidata-client/blob/master/config/mapping.yml , that's weird but I'll use the property instead, that's perfect Thanks ! |
Ok I understand, I forgot to push a new version on rubygems with last mapping updates. You can use https://rubygems.org/gems/wikidata-client/versions/0.0.9 |
Perfect ! It's working fine now. Thanks Kevin ;) |
I'm trying to get the logo_image of some companies. For example, Apple.
First, I get Apple Item
But when trying to get its logo_image, i get an error:
The logo exists: https://www.wikidata.org/wiki/Q312
How should i request it ?
Thanks !
The text was updated successfully, but these errors were encountered: