From 23b9105aeec5834a9c80aa126b5784c81804bedc Mon Sep 17 00:00:00 2001 From: Delta-Sierra Date: Fri, 25 Aug 2023 15:20:17 +0200 Subject: [PATCH] add Non-profit organisation sector --- clusters/sector.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/clusters/sector.json b/clusters/sector.json index 2137281..d5726e6 100644 --- a/clusters/sector.json +++ b/clusters/sector.json @@ -523,7 +523,19 @@ { "uuid": "bfd171a5-33f5-4c79-81c5-3dda99dae559", "value": "Immigration" + }, + { + "meta": { + "synonyms": [ + "voluntary", + "charitable", + "non-profit-making", + "not-for-profit" + ] + }, + "uuid": "65d6aaaf-a2fb-4409-bfc6-ddf1da9ecc8b", + "value": "Non-profit organisation" } ], - "version": 4 + "version": 5 }