gbv / wikidata-jskos

Access Wikidata in JSKOS format
https://coli-conc.gbv.de/services/wikidata/
MIT License
6 stars 3 forks source link

Failing mapping requests when result set too large #48

Open nichtich opened 4 years ago

nichtich commented 4 years ago

Browsing around in Cocoda reveals several failing request:

nichtich commented 4 years ago

This is caused by too many identifiers in from, so getEntities does not work. There is an alternative getManyEntities which needs to be used. Partly fixed by returning an empty array instead.