gbv / wikidata-jskos

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

Allow multiple concept URIs for /mappings from/to #45

Closed stefandesu closed 4 years ago

nichtich commented 4 years ago

This is doable, e.g. getEntities supports multiple Q-ids and the SPARQL query for reverse direction can also be extended.

stefandesu commented 4 years ago

Note that this has to be implemented in both lib/queries/get-mappings-from.js and lib/queries/get-mappings-to.js.

stefandesu commented 4 years ago

Seems to work well!