gbv / jskos-api

HTTP-JSON-API to query SKOS based on JSKOS
https://gbv.github.io/jskos-api/
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

How to query sets of values in specific fields. #19

Open nichtich opened 8 years ago

nichtich commented 8 years ago

Given a mapping endpoint one might what to know the set of values in from.inScheme and to.inScheme. Are there similar fields to ask sets of given values? This could also be extended to a general histogram function.

By the way to calculate with JSKOS in mongodb:

db.mappings.distinct("from.inScheme.notation")
db.mappings.distinct("to.inScheme.notation")