nichtich / wikidata-taxonomy

command-line tool to extract taxonomies from Wikidata
https://www.npmjs.org/package/wikidata-taxonomy
MIT License
124 stars 11 forks source link

Wrong language codes if querying multiple languages #40

Open nichtich opened 6 years ago

nichtich commented 6 years ago

As commented in #39, multiple languages can be queried e.g.

 wdtaxonomy -l en,de Q2516517

This should better be documented but there is also a bug in the language codes of JSON output e.g.

 wdtaxonomy -l en,de Q2516517 -j
...
      "prefLabel": {
        "en,de": "Verkehrsdidaktik"
      }
...