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

JSKOS normalization #5

Open nichtich opened 9 years ago

nichtich commented 9 years ago

A JSKOS API should better return normalized JSKOS, shouldn't it? For instance either

"narrower": [ "http://example.org/concept/123" ]

or

"narrower": [ { "uri": "http://example.org/concept/123" } ]

but not both. See also #4 on JSKOS expansion.