UNPKG

wikidata-filter

Version:

Filter and format a newline-delimited JSON stream of Wikidata entities

22 lines (19 loc) 247 B
exports.attributes = [ 'id', 'type', 'labels', 'descriptions', 'aliases', 'claims', 'sitelinks' ] exports.attributesWithLanguages = [ 'labels', 'descriptions', 'aliases' ] exports.types = [ 'item', 'property', 'both' ]