diff --git a/fr-classification/machinetag.json b/fr-classification/machinetag.json index 0dd8a8b..e97df29 100644 --- a/fr-classification/machinetag.json +++ b/fr-classification/machinetag.json @@ -1,46 +1,64 @@ { - "namespace": "fr-classif", - "description": "French gov information classification system", - "version": 1, - "predicates": [{ - "value": "classifiees-defense", - "expanded": "Informations classifiées défense" - }, { - "value": "non-classifiees-defense", - "expanded": "Informations non classifiées defense" - }, { - "value": "non-classifiees", - "expanded": "Informations non classifiées" - }], - "values": [{ - "predicate": "classifiees-defense", - "entry": [{ - "value": "TRES_SECRET_DEFENSE", - "expanded": "TRES SECRET DEFENSE" - }, { - "value": "SECRET_DEFENSE", - "expanded": "SECRET DEFENSE" - }, { - "value": "CONFIDENTIEL_DEFENSE", - "expanded": "CONFIDENTIEL DEFENSE" - }] - }, { - "predicate": "non-classifiees-defense", - "entry": [{ - "value": "SECRET", - "expanded": "SECRET" - }, { - "value": "CONFIDENTIEL", - "expanded": "CONFIDENTIEL" - }, { - "value": "DIFFUSION_RESTREINTE", - "expanded": "DIFFUSION RESTREINTE" - }] - }, { - "predicate": "non-classifiees", - "entry": [{ - "value": "NON-CLASSIFIEES", - "expanded": "NON CLASSIFIEES" - }] - }] + "values": [ + { + "entry": [ + { + "expanded": "TRES SECRET DEFENSE", + "value": "TRES_SECRET_DEFENSE" + }, + { + "expanded": "SECRET DEFENSE", + "value": "SECRET_DEFENSE" + }, + { + "expanded": "CONFIDENTIEL DEFENSE", + "value": "CONFIDENTIEL_DEFENSE" + } + ], + "predicate": "classifiees-defense" + }, + { + "entry": [ + { + "expanded": "SECRET", + "value": "SECRET" + }, + { + "expanded": "CONFIDENTIEL", + "value": "CONFIDENTIEL" + }, + { + "expanded": "DIFFUSION RESTREINTE", + "value": "DIFFUSION_RESTREINTE" + } + ], + "predicate": "non-classifiees-defense" + }, + { + "entry": [ + { + "expanded": "NON CLASSIFIEES", + "value": "NON-CLASSIFIEES" + } + ], + "predicate": "non-classifiees" + } + ], + "predicates": [ + { + "expanded": "Informations classifiées défense", + "value": "classifiees-defense" + }, + { + "expanded": "Informations non classifiées defense", + "value": "non-classifiees-defense" + }, + { + "expanded": "Informations non classifiées", + "value": "non-classifiees" + } + ], + "version": 1, + "description": "French gov information classification system", + "namespace": "fr-classif" }