gbv / jskos

JSKOS data format for Knowledge Organization Systems
https://gbv.github.io/jskos/
39 stars 5 forks source link

support closed-world-statements on sets #6

Closed nichtich closed 8 years ago

nichtich commented 9 years ago

Sets should be closed world, so existence of more must be stated explicitly:

"notation": [ true ]  ==  "notation": true
"notation": [ "X", "Y", true ]
"narrower": [ true ] ==  "narrower": true
"narrower": [ { ... }, true ]
nichtich commented 8 years ago

Solved with version 0.11