gbv / jskos

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

support closed-world-statement on missing languages #5

Closed nichtich closed 8 years ago

nichtich commented 9 years ago

How about this?

{
    "de": false,
    "fr": true,
    "en-*": true,
    "*": false
}
nichtich commented 8 years ago

Labels may also be OWA by default:

{ "en": "animals" }               # implicit OWA
{ "en": "animals", "": false }  # explicit CWA

Or CWA by default:

{ "en": "animals" }              # implicit CWA
{ "en": "animals", "": true }  # explicit OWA
nichtich commented 8 years ago

solved with version 0.11