forked from ONSdigital/dp-nlp-category-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
taxonomy.json
112 lines (112 loc) · 3 KB
/
taxonomy.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"topics": [
{
"title": "Business, industry and trade",
"filterable_title": "businessindustryandtrade",
"child_topics": [
{
"title": "Business",
"filterable_title": "business",
"child_topics": [
{
"title": "Actions",
"filterable_title": "actions"
},
{
"title": "Building, and maintenance",
"filterable_title": "buildingandmaintenance"
},
{
"title": "Commercialization",
"filterable_title": "commercialization"
}
]
},
{
"title": "Changes to business",
"filterable_title": "changestobusiness",
"child_topics": [
{
"title": "Ups/downs",
"filterable_title": "upsdowns"
},
{
"title": "Lefts & Rights",
"filterable_title": "leftsrights"
},
{
"title": "Open and shut",
"filterable_title": "openandshut"
}
]
},
{
"title": "Construction industry",
"filterable_title": "constructionindustry"
},
{
"title": "International trade",
"filterable_title": "internationaltrade"
},
{
"title": "IT and internet industry",
"filterable_title": "itandinternetindustry"
},
{
"title": "Manufacturing and production industry",
"filterable_title": "manufacturingandproductionindustry"
},
{
"title": "Retail industry",
"filterable_title": "retailindustry"
},
{
"title": "Tourism industry",
"filterable_title": "tourismindustry"
}
]
},
{
"title": "Economy",
"filterable_title": "economy",
"child_topics": [
{
"title": "Foo Bar",
"filterable_title": "foobar",
"child_topics": [
{
"title": "Baz",
"filterable_title": "baz"
},
{
"title": "B i f",
"filterable_title": "bif"
},
{
"title": "Boz",
"filterable_title": "boz"
}
]
},
{
"title": "Fizz",
"filterable_title": "fizz"
},
{
"title": "Fizz Buzz",
"filterable_title": "fizzbuzz",
"child_topics": [
{
"title": "frump",
"filterable_title": "frump"
},
{
"title": "flim flam",
"filterable_title": "flimflam"
}
]
}
]
}
]
}