Open nichtich opened 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.
from.inScheme
to.inScheme
By the way to calculate with JSKOS in mongodb:
db.mappings.distinct("from.inScheme.notation") db.mappings.distinct("to.inScheme.notation")
Given a mapping endpoint one might what to know the set of values in
from.inScheme
andto.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: