nichtich / wdq

Command line interface to Wikidata Query Service
https://metacpan.org/pod/distribution/App-wdq/script/wdq
Other
54 stars 4 forks source link

Include Item/Property lookup #8

Closed nichtich closed 8 years ago

nichtich commented 8 years ago
$ wdq --format csv Q42
id,label,description
Q42,Douglas Adams,English writer and humorist

$ wdq --language de -f csv P14
id,label,description
P14,Straßenschild,"grafische Repräsentation der Straße (Nummer, Name etc.)"

See http://blog.johl.io/blog/2015/09/29/wikidata-cli/ for the more hackish way.

nichtich commented 8 years ago

Should also be possible by Wikipedia URL => Wikidata ID

nichtich commented 8 years ago

Implemented as suggested.