From 5ff524b48f29b7e5cabd7b17e399dcbde3cd3810 Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Wed, 8 Nov 2017 12:15:47 +0100 Subject: [PATCH] add sector vocabulary --- vocabularies/common/sector.json | 94 +++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 vocabularies/common/sector.json diff --git a/vocabularies/common/sector.json b/vocabularies/common/sector.json new file mode 100644 index 0000000..0055800 --- /dev/null +++ b/vocabularies/common/sector.json @@ -0,0 +1,94 @@ +{ + "values": [ + { + "value": "agriculture" + }, + { + "value": "aerospace" + }, + { + "value": "automotive" + }, + { + "value": "communications" + }, + { + "value": "construction" + }, + { + "value": "defence" + }, + { + "value": "education" + }, + { + "value": "energy" + }, + { + "value": "engineering" + }, + { + "value": "entertainment" + }, + { + "value": "financial­services" + }, + { + "value": "government­national" + }, + { + "value": "government­regional" + }, + { + "value": "government­local" + }, + { + "value": "government­public­services" + }, + { + "value": "healthcare" + }, + { + "value": "hospitality­leisure" + }, + { + "value": "infrastructure" + }, + { + "value": "insurance" + }, + { + "value": "manufacturing" + }, + { + "value": "mining" + }, + { + "value": "non­profit" + }, + { + "value": "pharmaceuticals" + }, + { + "value": "retail" + }, + { + "value": "technology" + }, + { + "value": "telecommunications" + }, + { + "value": "transportation" + }, + { + "value": "utilities" + } + ], + "version" : 1, + "description": "List of activity sectors", + "source": "MISP Project", + "author": ["MISP"], + "uuid": "dab720f8-c474-11e7-8079-e3e1db7d15e4", + "type": "sector" +}