tmquan commited on
Commit
b1e2ce1
·
verified ·
1 Parent(s): bafa3de

Cast topic_number/demuc_number/number to int64; prefix article_anchor with '#' (fix HF dataset-server statistics 500)

Browse files
README.md CHANGED
@@ -266,11 +266,11 @@ tree = load_dataset("tmquan/phapdien-moj-gov-vn", "tree_nodes", split="train")
266
  |---|---|---|
267
  | `demuc_id` | string | UUID đề mục mà điều này thuộc về · UUID of the đề-mục this article belongs to. |
268
  | `topic_id` | string | UUID chủ đề chứa đề mục · UUID of the chủ-đề (topic) the đề-mục sits under. |
269
- | `topic_number` | string | Số thứ tự chủ đề (1–45) · Topic display number. |
270
  | `topic_title` | string | Tên chủ đề · Topic name (e.g. *"An ninh quốc gia"*, *"Y tế, dược"*). |
271
- | `demuc_number` | string | Số thứ tự đề mục trong chủ đề · Đề-mục display number within its topic. |
272
  | `demuc_title` | string | Tên đề mục · Đề-mục name. |
273
- | `article_anchor` | string | Mã neo phân cấp ổn định · Stable hierarchical id, e.g. `0100100000000000100000100000000000000000`. |
274
  | `article_title` | string | Tiêu đề đầy đủ kèm tiền tố *Điều N.M.X.Y* · Full title incl. the *Điều N.M.X.Y* prefix and the article heading. |
275
  | `chapter_title` | string | Tiêu đề chương sở thuộc · Chapter heading the article sits under (`"Chương I - …"`), if any. |
276
  | `source_note_text` | string | Trích dẫn về văn bản gốc · Citation back to the originating instrument (`Luật/Nghị định/Thông tư`). |
 
266
  |---|---|---|
267
  | `demuc_id` | string | UUID đề mục mà điều này thuộc về · UUID of the đề-mục this article belongs to. |
268
  | `topic_id` | string | UUID chủ đề chứa đề mục · UUID of the chủ-đề (topic) the đề-mục sits under. |
269
+ | `topic_number` | int64 | Số thứ tự chủ đề (1–45) · Topic display number. |
270
  | `topic_title` | string | Tên chủ đề · Topic name (e.g. *"An ninh quốc gia"*, *"Y tế, dược"*). |
271
+ | `demuc_number` | int64 | Số thứ tự đề mục trong chủ đề · Đề-mục display number within its topic. |
272
  | `demuc_title` | string | Tên đề mục · Đề-mục name. |
273
+ | `article_anchor` | string | Mã neo phân cấp ổn định, có tiền tố `#` · Stable hierarchical id, prefixed with `#` (e.g. `#0100100000000000100000100000000000000000`). The `#` byte is required to keep the HF dataset-server stats engine from coercing the 40-digit id to a Python int and overflowing C `long`; strip it client-side to recover the raw id. |
274
  | `article_title` | string | Tiêu đề đầy đủ kèm tiền tố *Điều N.M.X.Y* · Full title incl. the *Điều N.M.X.Y* prefix and the article heading. |
275
  | `chapter_title` | string | Tiêu đề chương sở thuộc · Chapter heading the article sits under (`"Chương I - …"`), if any. |
276
  | `source_note_text` | string | Trích dẫn về văn bản gốc · Citation back to the originating instrument (`Luật/Nghị định/Thông tư`). |
articles.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7aba4936d0aa2e112b68cbe1d8c50939b3991d7431fdc58c05141c4ab2db9549
3
- size 24307590
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc572fde424e36200e85ac2679a0583ec8e20518a405c55e10c42256aae859cb
3
+ size 24308185
demucs.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2cdd95c1b14ad08ea79671cf1b360b3256e353852849e1afad2da9bec9b68ce4
3
- size 22920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0aa0443340f746d0980b3540c15751c7bc4293c35b4e6edb05c030dfe45ce41f
3
+ size 23158
ontology.json CHANGED
@@ -10,7 +10,7 @@
10
  "topics": [
11
  {
12
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
13
- "topic_number": "1",
14
  "topic_title_vi": "An ninh quốc gia",
15
  "topic_title_en": "National security",
16
  "topic_note": "Police, intelligence, border, immigration",
@@ -19,7 +19,7 @@
19
  },
20
  {
21
  "topic_id": "5576c952-dabe-4363-b94a-13419996ff4b",
22
- "topic_number": "2",
23
  "topic_title_vi": "Bảo hiểm",
24
  "topic_title_en": "Insurance",
25
  "topic_note": "Health insurance + commercial insurance business",
@@ -28,7 +28,7 @@
28
  },
29
  {
30
  "topic_id": "c124612e-a23f-4199-8747-55fe4e8a8c89",
31
- "topic_number": "3",
32
  "topic_title_vi": "Bưu chính, viễn thông",
33
  "topic_title_en": "Postal services and telecommunications",
34
  "topic_note": "Posts, telecoms, IT, cybersecurity, radio frequency",
@@ -37,7 +37,7 @@
37
  },
38
  {
39
  "topic_id": "e967223c-d26a-4c7f-a8d9-420843bd5bf9",
40
- "topic_number": "4",
41
  "topic_title_vi": "Bổ trợ tư pháp",
42
  "topic_title_en": "Auxiliary judicial activities",
43
  "topic_note": "Forensic experts, lawyers, legal aid, asset auctions",
@@ -46,7 +46,7 @@
46
  },
47
  {
48
  "topic_id": "cb5c6841-2c38-48ca-b946-da24c8d8a099",
49
- "topic_number": "5",
50
  "topic_title_vi": "Cán bộ, công chức, viên chức",
51
  "topic_title_en": "Cadres, civil servants, and public employees",
52
  "topic_note": "Public-sector staffing regimes",
@@ -55,7 +55,7 @@
55
  },
56
  {
57
  "topic_id": "e4b6a170-8415-42a5-9ee2-f8eb147f5d15",
58
- "topic_number": "6",
59
  "topic_title_vi": "Chính sách xã hội",
60
  "topic_title_en": "Social policy",
61
  "topic_note": "Vulnerable groups, war veterans, anti-prostitution",
@@ -64,7 +64,7 @@
64
  },
65
  {
66
  "topic_id": "3a225bc6-c8c9-459e-967e-9876d4eb2c33",
67
- "topic_number": "7",
68
  "topic_title_vi": "Công nghiệp",
69
  "topic_title_en": "Industry",
70
  "topic_note": "Petroleum, industrial extension, energy efficiency",
@@ -73,7 +73,7 @@
73
  },
74
  {
75
  "topic_id": "efbefb52-bf45-41df-aaf4-6a4e833f333e",
76
- "topic_number": "8",
77
  "topic_title_vi": "Dân số, gia đình, trẻ em, bình đẳng giới",
78
  "topic_title_en": "Population, family, children, and gender equality",
79
  "topic_note": "",
@@ -82,7 +82,7 @@
82
  },
83
  {
84
  "topic_id": "8545ecbc-f0ce-44aa-83d6-c43d056f63f2",
85
- "topic_number": "9",
86
  "topic_title_vi": "Dân sự",
87
  "topic_title_en": "Civil law",
88
  "topic_note": "Civil Code, secured-transactions registration",
@@ -91,7 +91,7 @@
91
  },
92
  {
93
  "topic_id": "a6ee2d1a-2edc-4c30-bff5-81efbd765464",
94
- "topic_number": "10",
95
  "topic_title_vi": "Dân tộc",
96
  "topic_title_en": "Ethnic minorities",
97
  "topic_note": "Affairs of ethnic-minority communities",
@@ -100,7 +100,7 @@
100
  },
101
  {
102
  "topic_id": "8e485a16-50aa-4c80-9fbe-3b286287f8c1",
103
- "topic_number": "12",
104
  "topic_title_vi": "Doanh nghiệp, hợp tác xã",
105
  "topic_title_en": "Enterprises and cooperatives",
106
  "topic_note": "Company law, SME support, cooperative law",
@@ -109,7 +109,7 @@
109
  },
110
  {
111
  "topic_id": "b82ee309-2527-4a7d-8d4d-fccdfabbc86c",
112
- "topic_number": "14",
113
  "topic_title_vi": "Giao thông, vận tải",
114
  "topic_title_en": "Transport",
115
  "topic_note": "Inland waterway, maritime, civil aviation",
@@ -118,7 +118,7 @@
118
  },
119
  {
120
  "topic_id": "a5b5fa2d-056c-48c4-b6fc-c782359511ff",
121
- "topic_number": "15",
122
  "topic_title_vi": "Hành chính tư pháp",
123
  "topic_title_en": "Judicial administration",
124
  "topic_note": "Civil status, notarial certification, criminal record, adoption, nationality",
@@ -127,7 +127,7 @@
127
  },
128
  {
129
  "topic_id": "0672ce80-caa2-4d12-a474-6d86349c9dab",
130
- "topic_number": "16",
131
  "topic_title_vi": "Hình sự",
132
  "topic_title_en": "Criminal law",
133
  "topic_note": "Penal Code",
@@ -136,7 +136,7 @@
136
  },
137
  {
138
  "topic_id": "9daf2b7f-cf24-4c97-adf8-0903f6b7f18e",
139
- "topic_number": "17",
140
  "topic_title_vi": "Kế toán, kiểm toán",
141
  "topic_title_en": "Accounting and auditing",
142
  "topic_note": "Accounting Law, State Audit, independent auditing",
@@ -145,7 +145,7 @@
145
  },
146
  {
147
  "topic_id": "ff58c8ec-ab1b-4fdd-b732-5f09f9fa09cd",
148
- "topic_number": "18",
149
  "topic_title_vi": "Khiếu nại, tố cáo",
150
  "topic_title_en": "Complaints and denunciations",
151
  "topic_note": "Includes anti-corruption + citizen reception",
@@ -154,7 +154,7 @@
154
  },
155
  {
156
  "topic_id": "3f0ce861-9980-43c9-9dcc-8e064c536bee",
157
- "topic_number": "19",
158
  "topic_title_vi": "Khoa học, công nghệ",
159
  "topic_title_en": "Science and technology",
160
  "topic_note": "Tech transfer, product quality, hi-tech, standards, metrology",
@@ -163,7 +163,7 @@
163
  },
164
  {
165
  "topic_id": "ed53d710-e3ae-4741-abc7-0f5dd82dec24",
166
- "topic_number": "20",
167
  "topic_title_vi": "Lao động",
168
  "topic_title_en": "Labour",
169
  "topic_note": "Labour Code, OSH, employment, overseas labour",
@@ -172,7 +172,7 @@
172
  },
173
  {
174
  "topic_id": "1657cd3c-c513-4df5-ae6b-e39a778c640d",
175
- "topic_number": "21",
176
  "topic_title_vi": "Môi trường",
177
  "topic_title_en": "Environment",
178
  "topic_note": "Biodiversity (the broader environmental code lives in 24/27/45 too)",
@@ -181,7 +181,7 @@
181
  },
182
  {
183
  "topic_id": "0f8741e9-b3d2-488b-aa70-961ccc802227",
184
- "topic_number": "22",
185
  "topic_title_vi": "Ngân hàng, tiền tệ",
186
  "topic_title_en": "Banking and currency",
187
  "topic_note": "State Bank Law, foreign exchange, deposit insurance, negotiable instruments",
@@ -190,7 +190,7 @@
190
  },
191
  {
192
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
193
- "topic_number": "23",
194
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
195
  "topic_title_en": "Foreign affairs and international treaties",
196
  "topic_note": "Diplomatic ranks, missions, immunities, NGO presence in Vietnam",
@@ -199,7 +199,7 @@
199
  },
200
  {
201
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
202
- "topic_number": "24",
203
  "topic_title_vi": "Nông nghiệp, nông thôn",
204
  "topic_title_en": "Agriculture and rural development",
205
  "topic_note": "Farming, livestock, fisheries, irrigation, dykes, disasters",
@@ -208,7 +208,7 @@
208
  },
209
  {
210
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
211
- "topic_number": "25",
212
  "topic_title_vi": "Quốc phòng",
213
  "topic_title_en": "National defence",
214
  "topic_note": "Armed forces, militia, conscription, border guards, coast guard",
@@ -217,7 +217,7 @@
217
  },
218
  {
219
  "topic_id": "7a9dcc15-370d-40b4-a02b-28e583b25dbf",
220
- "topic_number": "26",
221
  "topic_title_vi": "Tài chính",
222
  "topic_title_en": "Public finance",
223
  "topic_note": "Customs, anti-waste",
@@ -226,7 +226,7 @@
226
  },
227
  {
228
  "topic_id": "c054141c-d30c-4e83-9f35-2fb1c61c6e7c",
229
- "topic_number": "27",
230
  "topic_title_vi": "Tài nguyên",
231
  "topic_title_en": "Natural resources",
232
  "topic_note": "Hydrometeorology, marine resources, mapping, remote sensing",
@@ -235,7 +235,7 @@
235
  },
236
  {
237
  "topic_id": "1afcaf4b-85cb-4039-8627-3a8a101a7e5b",
238
- "topic_number": "28",
239
  "topic_title_vi": "Tài sản công, nợ công, dự trữ nhà nước",
240
  "topic_title_en": "Public assets, public debt, and national reserves",
241
  "topic_note": "",
@@ -244,7 +244,7 @@
244
  },
245
  {
246
  "topic_id": "88a4972a-48c2-4def-926b-a71b9f6e4be7",
247
- "topic_number": "30",
248
  "topic_title_vi": "Thi hành án",
249
  "topic_title_en": "Judgment enforcement",
250
  "topic_note": "Civil + criminal enforcement, bailiffs, amnesty",
@@ -253,7 +253,7 @@
253
  },
254
  {
255
  "topic_id": "ee961e69-7a8d-4405-8fe6-ecdf7e44323f",
256
- "topic_number": "31",
257
  "topic_title_vi": "Thống kê",
258
  "topic_title_en": "Statistics",
259
  "topic_note": "Statistics Law",
@@ -262,7 +262,7 @@
262
  },
263
  {
264
  "topic_id": "73b6a37d-b55b-443d-b0fd-8f7d1b215ca1",
265
- "topic_number": "32",
266
  "topic_title_vi": "Thông tin, báo chí, xuất bản",
267
  "topic_title_en": "Information, press, and publishing",
268
  "topic_note": "Press Law, publishing, freedom-of-information",
@@ -271,7 +271,7 @@
271
  },
272
  {
273
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
274
- "topic_number": "33",
275
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
276
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
277
  "topic_note": "VAT, excise, PIT, land tax, env. tax, tax administration",
@@ -280,7 +280,7 @@
280
  },
281
  {
282
  "topic_id": "717625a2-281b-4307-b21b-68b1c73d2207",
283
- "topic_number": "34",
284
  "topic_title_vi": "Thương mại, đầu tư, chứng khoán",
285
  "topic_title_en": "Trade, investment, and securities",
286
  "topic_note": "Commerce, securities, competition, consumer protection, market mgmt",
@@ -289,7 +289,7 @@
289
  },
290
  {
291
  "topic_id": "3fc1ee9d-eec6-4839-9c98-7ac2ca9e0792",
292
- "topic_number": "35",
293
  "topic_title_vi": "Tổ chức bộ máy nhà nước",
294
  "topic_title_en": "Organisation of the state apparatus",
295
  "topic_note": "Elections, National Assembly, People's Procuracy, VFF",
@@ -298,7 +298,7 @@
298
  },
299
  {
300
  "topic_id": "ce9b9ff4-87dd-44d1-add8-27c1ec82d856",
301
- "topic_number": "36",
302
  "topic_title_vi": "Tổ chức chính trị - xã hội, hội",
303
  "topic_title_en": "Socio-political organisations and associations",
304
  "topic_note": "Veterans, Red Cross, freedom of association",
@@ -307,7 +307,7 @@
307
  },
308
  {
309
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
310
- "topic_number": "37",
311
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
312
  "topic_title_en": "Litigation and dispute-resolution procedures",
313
  "topic_note": "Civil/criminal/administrative procedure, arbitration, mediation, state liability",
@@ -316,7 +316,7 @@
316
  },
317
  {
318
  "topic_id": "48d084d9-d3f1-4c13-a898-dde6840fe0ff",
319
- "topic_number": "38",
320
  "topic_title_vi": "Tôn giáo, tín ngưỡng",
321
  "topic_title_en": "Religion and beliefs",
322
  "topic_note": "Law on Religious Belief and Religion",
@@ -325,7 +325,7 @@
325
  },
326
  {
327
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
328
- "topic_number": "39",
329
  "topic_title_vi": "Trật tự, an toàn xã hội",
330
  "topic_title_en": "Public order and social safety",
331
  "topic_note": "Administrative penalties, drugs, ID cards, residence, mobile police",
@@ -334,7 +334,7 @@
334
  },
335
  {
336
  "topic_id": "01684735-cbae-4b6f-9471-1010ab2f350a",
337
- "topic_number": "40",
338
  "topic_title_vi": "Tương trợ tư pháp",
339
  "topic_title_en": "Mutual judicial assistance",
340
  "topic_note": "MLA Law",
@@ -343,7 +343,7 @@
343
  },
344
  {
345
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
346
- "topic_number": "41",
347
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
348
  "topic_title_en": "Culture, sports, and tourism",
349
  "topic_note": "Cinema, museums, libraries, advertising, national funerals",
@@ -352,7 +352,7 @@
352
  },
353
  {
354
  "topic_id": "1c1f149f-f1bf-4ddb-9f6b-b2adbf17d410",
355
- "topic_number": "42",
356
  "topic_title_vi": "Văn thư lưu trữ",
357
  "topic_title_en": "Records and archives",
358
  "topic_note": "Recordkeeping in state agencies",
@@ -361,7 +361,7 @@
361
  },
362
  {
363
  "topic_id": "11a7e159-46bf-48bf-93ec-4e415f84c678",
364
- "topic_number": "43",
365
  "topic_title_vi": "Xây dựng, nhà ở, đô thị",
366
  "topic_title_en": "Construction, housing, and urban planning",
367
  "topic_note": "Architecture (the broader construction code is dispersed across 24/27/34)",
@@ -370,7 +370,7 @@
370
  },
371
  {
372
  "topic_id": "ec61c177-8f68-4a69-a42b-2257d599d907",
373
- "topic_number": "44",
374
  "topic_title_vi": "Xây dựng pháp luật và thi hành pháp luật",
375
  "topic_title_en": "Lawmaking and law enforcement",
376
  "topic_note": "Codification, legal dissemination, grassroots democracy, referenda",
@@ -379,7 +379,7 @@
379
  },
380
  {
381
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
382
- "topic_number": "45",
383
  "topic_title_vi": "Y tế, dược",
384
  "topic_title_en": "Health and pharmaceuticals",
385
  "topic_note": "Food safety, public health, HIV/AIDS, tobacco, alcohol, medical devices",
@@ -390,7 +390,7 @@
390
  "demucs": [
391
  {
392
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
393
- "topic_number": "1",
394
  "topic_title_vi": "An ninh quốc gia",
395
  "topic_title_en": "National security",
396
  "demuc_id": "1fd42d83-9d78-4dd4-b6b6-73e9bd3472e1",
@@ -400,7 +400,7 @@
400
  },
401
  {
402
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
403
- "topic_number": "1",
404
  "topic_title_vi": "An ninh quốc gia",
405
  "topic_title_en": "National security",
406
  "demuc_id": "55323c64-e78f-4537-afcd-6a3c2af3c71d",
@@ -410,7 +410,7 @@
410
  },
411
  {
412
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
413
- "topic_number": "1",
414
  "topic_title_vi": "An ninh quốc gia",
415
  "topic_title_en": "National security",
416
  "demuc_id": "8b06986b-89cf-4a8d-8a2f-e14ff9e3123e",
@@ -420,7 +420,7 @@
420
  },
421
  {
422
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
423
- "topic_number": "1",
424
  "topic_title_vi": "An ninh quốc gia",
425
  "topic_title_en": "National security",
426
  "demuc_id": "e499d586-a641-4a44-8591-7814730dc583",
@@ -430,7 +430,7 @@
430
  },
431
  {
432
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
433
- "topic_number": "1",
434
  "topic_title_vi": "An ninh quốc gia",
435
  "topic_title_en": "National security",
436
  "demuc_id": "68079655-45cb-43a1-8c03-6603a7c52ec6",
@@ -440,7 +440,7 @@
440
  },
441
  {
442
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
443
- "topic_number": "1",
444
  "topic_title_vi": "An ninh quốc gia",
445
  "topic_title_en": "National security",
446
  "demuc_id": "18b6dee2-0ff9-4cb7-b2b4-fb6ee352013e",
@@ -450,7 +450,7 @@
450
  },
451
  {
452
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
453
- "topic_number": "1",
454
  "topic_title_vi": "An ninh quốc gia",
455
  "topic_title_en": "National security",
456
  "demuc_id": "7ca2c60d-7e8f-4604-b622-7d297acd506f",
@@ -460,7 +460,7 @@
460
  },
461
  {
462
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
463
- "topic_number": "1",
464
  "topic_title_vi": "An ninh quốc gia",
465
  "topic_title_en": "National security",
466
  "demuc_id": "f0f0c740-cb1f-4013-b5bc-9e14672d586d",
@@ -470,7 +470,7 @@
470
  },
471
  {
472
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
473
- "topic_number": "1",
474
  "topic_title_vi": "An ninh quốc gia",
475
  "topic_title_en": "National security",
476
  "demuc_id": "74d84211-de1e-44b4-b2c2-976d87c3190b",
@@ -480,7 +480,7 @@
480
  },
481
  {
482
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
483
- "topic_number": "1",
484
  "topic_title_vi": "An ninh quốc gia",
485
  "topic_title_en": "National security",
486
  "demuc_id": "53892a89-6ea2-44c2-8f84-840fab0e8c47",
@@ -490,7 +490,7 @@
490
  },
491
  {
492
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
493
- "topic_number": "1",
494
  "topic_title_vi": "An ninh quốc gia",
495
  "topic_title_en": "National security",
496
  "demuc_id": "e071327d-c715-4ad2-9dd7-e8c2aa4e912a",
@@ -500,7 +500,7 @@
500
  },
501
  {
502
  "topic_id": "5576c952-dabe-4363-b94a-13419996ff4b",
503
- "topic_number": "2",
504
  "topic_title_vi": "Bảo hiểm",
505
  "topic_title_en": "Insurance",
506
  "demuc_id": "583b913f-4d4b-46da-911c-112342c6ea49",
@@ -510,7 +510,7 @@
510
  },
511
  {
512
  "topic_id": "5576c952-dabe-4363-b94a-13419996ff4b",
513
- "topic_number": "2",
514
  "topic_title_vi": "Bảo hiểm",
515
  "topic_title_en": "Insurance",
516
  "demuc_id": "4b27a678-6cea-4635-9bf3-4f3655ca74af",
@@ -520,7 +520,7 @@
520
  },
521
  {
522
  "topic_id": "c124612e-a23f-4199-8747-55fe4e8a8c89",
523
- "topic_number": "3",
524
  "topic_title_vi": "Bưu chính, viễn thông",
525
  "topic_title_en": "Postal services and telecommunications",
526
  "demuc_id": "66c59035-9acd-430a-affd-86563bc7ce77",
@@ -530,7 +530,7 @@
530
  },
531
  {
532
  "topic_id": "c124612e-a23f-4199-8747-55fe4e8a8c89",
533
- "topic_number": "3",
534
  "topic_title_vi": "Bưu chính, viễn thông",
535
  "topic_title_en": "Postal services and telecommunications",
536
  "demuc_id": "82e15104-9b5b-4b48-94f2-4ab37fc8e8a1",
@@ -540,7 +540,7 @@
540
  },
541
  {
542
  "topic_id": "c124612e-a23f-4199-8747-55fe4e8a8c89",
543
- "topic_number": "3",
544
  "topic_title_vi": "Bưu chính, viễn thông",
545
  "topic_title_en": "Postal services and telecommunications",
546
  "demuc_id": "7812bcbd-b493-41bd-9787-2589fde15e8f",
@@ -550,7 +550,7 @@
550
  },
551
  {
552
  "topic_id": "c124612e-a23f-4199-8747-55fe4e8a8c89",
553
- "topic_number": "3",
554
  "topic_title_vi": "Bưu chính, viễn thông",
555
  "topic_title_en": "Postal services and telecommunications",
556
  "demuc_id": "29b3d08e-82e7-404c-8607-26db1a607f84",
@@ -560,7 +560,7 @@
560
  },
561
  {
562
  "topic_id": "e967223c-d26a-4c7f-a8d9-420843bd5bf9",
563
- "topic_number": "4",
564
  "topic_title_vi": "Bổ trợ tư pháp",
565
  "topic_title_en": "Auxiliary judicial activities",
566
  "demuc_id": "fed3bc5b-86a8-41a4-a1b6-2a47e30c77d1",
@@ -570,7 +570,7 @@
570
  },
571
  {
572
  "topic_id": "e967223c-d26a-4c7f-a8d9-420843bd5bf9",
573
- "topic_number": "4",
574
  "topic_title_vi": "Bổ trợ tư pháp",
575
  "topic_title_en": "Auxiliary judicial activities",
576
  "demuc_id": "d762a424-dab9-400c-b04f-9a03fe7085fa",
@@ -580,7 +580,7 @@
580
  },
581
  {
582
  "topic_id": "e967223c-d26a-4c7f-a8d9-420843bd5bf9",
583
- "topic_number": "4",
584
  "topic_title_vi": "Bổ trợ tư pháp",
585
  "topic_title_en": "Auxiliary judicial activities",
586
  "demuc_id": "d4bc3980-2c1f-4dfc-b2e9-0943e6aa611d",
@@ -590,7 +590,7 @@
590
  },
591
  {
592
  "topic_id": "e967223c-d26a-4c7f-a8d9-420843bd5bf9",
593
- "topic_number": "4",
594
  "topic_title_vi": "Bổ trợ tư pháp",
595
  "topic_title_en": "Auxiliary judicial activities",
596
  "demuc_id": "22caf491-de7a-428a-888a-ed629c7f7a35",
@@ -600,7 +600,7 @@
600
  },
601
  {
602
  "topic_id": "e967223c-d26a-4c7f-a8d9-420843bd5bf9",
603
- "topic_number": "4",
604
  "topic_title_vi": "Bổ trợ tư pháp",
605
  "topic_title_en": "Auxiliary judicial activities",
606
  "demuc_id": "e7b9346d-dea5-49c5-a166-bd41599dd9e7",
@@ -610,7 +610,7 @@
610
  },
611
  {
612
  "topic_id": "cb5c6841-2c38-48ca-b946-da24c8d8a099",
613
- "topic_number": "5",
614
  "topic_title_vi": "Cán bộ, công chức, viên chức",
615
  "topic_title_en": "Cadres, civil servants, and public employees",
616
  "demuc_id": "bc6d8c20-c34f-4bd7-a17d-0f29f1abb7ac",
@@ -620,7 +620,7 @@
620
  },
621
  {
622
  "topic_id": "e4b6a170-8415-42a5-9ee2-f8eb147f5d15",
623
- "topic_number": "6",
624
  "topic_title_vi": "Chính sách xã hội",
625
  "topic_title_en": "Social policy",
626
  "demuc_id": "3a8413a9-7763-4a9b-93f8-dd5f18ba1594",
@@ -630,7 +630,7 @@
630
  },
631
  {
632
  "topic_id": "e4b6a170-8415-42a5-9ee2-f8eb147f5d15",
633
- "topic_number": "6",
634
  "topic_title_vi": "Chính sách xã hội",
635
  "topic_title_en": "Social policy",
636
  "demuc_id": "f4428e88-cf73-4d8f-920d-ae402512fe94",
@@ -640,7 +640,7 @@
640
  },
641
  {
642
  "topic_id": "e4b6a170-8415-42a5-9ee2-f8eb147f5d15",
643
- "topic_number": "6",
644
  "topic_title_vi": "Chính sách xã hội",
645
  "topic_title_en": "Social policy",
646
  "demuc_id": "bacdbd85-9876-46f4-a7e7-3575950d10f7",
@@ -650,7 +650,7 @@
650
  },
651
  {
652
  "topic_id": "e4b6a170-8415-42a5-9ee2-f8eb147f5d15",
653
- "topic_number": "6",
654
  "topic_title_vi": "Chính sách xã hội",
655
  "topic_title_en": "Social policy",
656
  "demuc_id": "3ab62963-aeea-43da-b7b9-209ebdb37946",
@@ -660,7 +660,7 @@
660
  },
661
  {
662
  "topic_id": "e4b6a170-8415-42a5-9ee2-f8eb147f5d15",
663
- "topic_number": "6",
664
  "topic_title_vi": "Chính sách xã hội",
665
  "topic_title_en": "Social policy",
666
  "demuc_id": "0dc5ba03-9284-4d66-88c9-d24c3ce5b1fe",
@@ -670,7 +670,7 @@
670
  },
671
  {
672
  "topic_id": "3a225bc6-c8c9-459e-967e-9876d4eb2c33",
673
- "topic_number": "7",
674
  "topic_title_vi": "Công nghiệp",
675
  "topic_title_en": "Industry",
676
  "demuc_id": "6ae40c23-0862-4cc6-9faf-a6591febd46e",
@@ -680,7 +680,7 @@
680
  },
681
  {
682
  "topic_id": "3a225bc6-c8c9-459e-967e-9876d4eb2c33",
683
- "topic_number": "7",
684
  "topic_title_vi": "Công nghiệp",
685
  "topic_title_en": "Industry",
686
  "demuc_id": "19cf24e0-40e1-4a77-b7d6-977575e0e5f2",
@@ -690,7 +690,7 @@
690
  },
691
  {
692
  "topic_id": "3a225bc6-c8c9-459e-967e-9876d4eb2c33",
693
- "topic_number": "7",
694
  "topic_title_vi": "Công nghiệp",
695
  "topic_title_en": "Industry",
696
  "demuc_id": "913b88fd-89da-4fc5-8268-477ae6d71bac",
@@ -700,7 +700,7 @@
700
  },
701
  {
702
  "topic_id": "efbefb52-bf45-41df-aaf4-6a4e833f333e",
703
- "topic_number": "8",
704
  "topic_title_vi": "Dân số, gia đình, trẻ em, bình đẳng giới",
705
  "topic_title_en": "Population, family, children, and gender equality",
706
  "demuc_id": "83242e4c-1738-4140-afe5-a5d4f0b8d776",
@@ -710,7 +710,7 @@
710
  },
711
  {
712
  "topic_id": "efbefb52-bf45-41df-aaf4-6a4e833f333e",
713
- "topic_number": "8",
714
  "topic_title_vi": "Dân số, gia đình, trẻ em, bình đẳng giới",
715
  "topic_title_en": "Population, family, children, and gender equality",
716
  "demuc_id": "c57132ec-b2a3-4e38-9433-afd6cc770a8c",
@@ -720,7 +720,7 @@
720
  },
721
  {
722
  "topic_id": "efbefb52-bf45-41df-aaf4-6a4e833f333e",
723
- "topic_number": "8",
724
  "topic_title_vi": "Dân số, gia đình, trẻ em, bình đẳng giới",
725
  "topic_title_en": "Population, family, children, and gender equality",
726
  "demuc_id": "4913a1cf-5f78-471c-a807-ed5f8c57aaee",
@@ -730,7 +730,7 @@
730
  },
731
  {
732
  "topic_id": "efbefb52-bf45-41df-aaf4-6a4e833f333e",
733
- "topic_number": "8",
734
  "topic_title_vi": "Dân số, gia đình, trẻ em, bình đẳng giới",
735
  "topic_title_en": "Population, family, children, and gender equality",
736
  "demuc_id": "23e1929c-6151-4f15-9d67-11d4f7964dc8",
@@ -740,7 +740,7 @@
740
  },
741
  {
742
  "topic_id": "8545ecbc-f0ce-44aa-83d6-c43d056f63f2",
743
- "topic_number": "9",
744
  "topic_title_vi": "Dân sự",
745
  "topic_title_en": "Civil law",
746
  "demuc_id": "eb0e4753-243e-4344-90e6-70aaf5188a6d",
@@ -750,7 +750,7 @@
750
  },
751
  {
752
  "topic_id": "8545ecbc-f0ce-44aa-83d6-c43d056f63f2",
753
- "topic_number": "9",
754
  "topic_title_vi": "Dân sự",
755
  "topic_title_en": "Civil law",
756
  "demuc_id": "9fbd9627-0235-4d28-92c7-e4b4c6e96577",
@@ -760,7 +760,7 @@
760
  },
761
  {
762
  "topic_id": "8545ecbc-f0ce-44aa-83d6-c43d056f63f2",
763
- "topic_number": "9",
764
  "topic_title_vi": "Dân sự",
765
  "topic_title_en": "Civil law",
766
  "demuc_id": "176d1e26-86ea-43d0-a30b-0436225de492",
@@ -770,7 +770,7 @@
770
  },
771
  {
772
  "topic_id": "a6ee2d1a-2edc-4c30-bff5-81efbd765464",
773
- "topic_number": "10",
774
  "topic_title_vi": "Dân tộc",
775
  "topic_title_en": "Ethnic minorities",
776
  "demuc_id": "049522e0-fec2-4d52-916d-dd103ba69627",
@@ -780,7 +780,7 @@
780
  },
781
  {
782
  "topic_id": "8e485a16-50aa-4c80-9fbe-3b286287f8c1",
783
- "topic_number": "12",
784
  "topic_title_vi": "Doanh nghiệp, hợp tác xã",
785
  "topic_title_en": "Enterprises and cooperatives",
786
  "demuc_id": "319387a3-090a-47a5-82f6-a9bacbe5d341",
@@ -790,7 +790,7 @@
790
  },
791
  {
792
  "topic_id": "8e485a16-50aa-4c80-9fbe-3b286287f8c1",
793
- "topic_number": "12",
794
  "topic_title_vi": "Doanh nghiệp, hợp tác xã",
795
  "topic_title_en": "Enterprises and cooperatives",
796
  "demuc_id": "4a142ced-63ce-410b-9bfd-60923fd10bc1",
@@ -800,7 +800,7 @@
800
  },
801
  {
802
  "topic_id": "8e485a16-50aa-4c80-9fbe-3b286287f8c1",
803
- "topic_number": "12",
804
  "topic_title_vi": "Doanh nghiệp, hợp tác xã",
805
  "topic_title_en": "Enterprises and cooperatives",
806
  "demuc_id": "1dc74584-acb9-4572-95f5-3e46bb5524d2",
@@ -810,7 +810,7 @@
810
  },
811
  {
812
  "topic_id": "b82ee309-2527-4a7d-8d4d-fccdfabbc86c",
813
- "topic_number": "14",
814
  "topic_title_vi": "Giao thông, vận tải",
815
  "topic_title_en": "Transport",
816
  "demuc_id": "024d0bdb-4439-40e4-90ae-f3525f58351b",
@@ -820,7 +820,7 @@
820
  },
821
  {
822
  "topic_id": "b82ee309-2527-4a7d-8d4d-fccdfabbc86c",
823
- "topic_number": "14",
824
  "topic_title_vi": "Giao thông, vận tải",
825
  "topic_title_en": "Transport",
826
  "demuc_id": "c9269682-f64e-4a54-a352-98e10cadaf26",
@@ -830,7 +830,7 @@
830
  },
831
  {
832
  "topic_id": "b82ee309-2527-4a7d-8d4d-fccdfabbc86c",
833
- "topic_number": "14",
834
  "topic_title_vi": "Giao thông, vận tải",
835
  "topic_title_en": "Transport",
836
  "demuc_id": "5679c4d3-5ccc-4bd8-8ed9-e849a866f444",
@@ -840,7 +840,7 @@
840
  },
841
  {
842
  "topic_id": "a5b5fa2d-056c-48c4-b6fc-c782359511ff",
843
- "topic_number": "15",
844
  "topic_title_vi": "Hành chính tư pháp",
845
  "topic_title_en": "Judicial administration",
846
  "demuc_id": "0d5b64ca-267f-4cb9-9400-63448387b0d6",
@@ -850,7 +850,7 @@
850
  },
851
  {
852
  "topic_id": "a5b5fa2d-056c-48c4-b6fc-c782359511ff",
853
- "topic_number": "15",
854
  "topic_title_vi": "Hành chính tư pháp",
855
  "topic_title_en": "Judicial administration",
856
  "demuc_id": "d0a39796-1eb4-4862-972b-87d5ad87ae2c",
@@ -860,7 +860,7 @@
860
  },
861
  {
862
  "topic_id": "a5b5fa2d-056c-48c4-b6fc-c782359511ff",
863
- "topic_number": "15",
864
  "topic_title_vi": "Hành chính tư pháp",
865
  "topic_title_en": "Judicial administration",
866
  "demuc_id": "a2284f91-14b5-47f5-b05d-51bf84d8a561",
@@ -870,7 +870,7 @@
870
  },
871
  {
872
  "topic_id": "a5b5fa2d-056c-48c4-b6fc-c782359511ff",
873
- "topic_number": "15",
874
  "topic_title_vi": "Hành chính tư pháp",
875
  "topic_title_en": "Judicial administration",
876
  "demuc_id": "8fcdd797-43ee-4c72-924d-119a7395ed59",
@@ -880,7 +880,7 @@
880
  },
881
  {
882
  "topic_id": "a5b5fa2d-056c-48c4-b6fc-c782359511ff",
883
- "topic_number": "15",
884
  "topic_title_vi": "Hành chính tư pháp",
885
  "topic_title_en": "Judicial administration",
886
  "demuc_id": "ff9bd05c-2e15-4b95-9b1c-26dbd5684060",
@@ -890,7 +890,7 @@
890
  },
891
  {
892
  "topic_id": "0672ce80-caa2-4d12-a474-6d86349c9dab",
893
- "topic_number": "16",
894
  "topic_title_vi": "Hình sự",
895
  "topic_title_en": "Criminal law",
896
  "demuc_id": "bcc2a59a-ccbe-4739-afd4-f45811a15122",
@@ -900,7 +900,7 @@
900
  },
901
  {
902
  "topic_id": "9daf2b7f-cf24-4c97-adf8-0903f6b7f18e",
903
- "topic_number": "17",
904
  "topic_title_vi": "Kế toán, kiểm toán",
905
  "topic_title_en": "Accounting and auditing",
906
  "demuc_id": "4f1e7688-a75f-471f-b053-75eab7c11188",
@@ -910,7 +910,7 @@
910
  },
911
  {
912
  "topic_id": "9daf2b7f-cf24-4c97-adf8-0903f6b7f18e",
913
- "topic_number": "17",
914
  "topic_title_vi": "Kế toán, kiểm toán",
915
  "topic_title_en": "Accounting and auditing",
916
  "demuc_id": "1261f60d-7916-4275-a63d-da426d1a955d",
@@ -920,7 +920,7 @@
920
  },
921
  {
922
  "topic_id": "9daf2b7f-cf24-4c97-adf8-0903f6b7f18e",
923
- "topic_number": "17",
924
  "topic_title_vi": "Kế toán, kiểm toán",
925
  "topic_title_en": "Accounting and auditing",
926
  "demuc_id": "f5a43ce4-3b6e-4fc6-8c1e-eb7222d51d27",
@@ -930,7 +930,7 @@
930
  },
931
  {
932
  "topic_id": "ff58c8ec-ab1b-4fdd-b732-5f09f9fa09cd",
933
- "topic_number": "18",
934
  "topic_title_vi": "Khiếu nại, tố cáo",
935
  "topic_title_en": "Complaints and denunciations",
936
  "demuc_id": "673fcdfe-cda8-43aa-b3b9-f3e1e4710027",
@@ -940,7 +940,7 @@
940
  },
941
  {
942
  "topic_id": "ff58c8ec-ab1b-4fdd-b732-5f09f9fa09cd",
943
- "topic_number": "18",
944
  "topic_title_vi": "Khiếu nại, tố cáo",
945
  "topic_title_en": "Complaints and denunciations",
946
  "demuc_id": "d9e2a674-7659-4e9d-9cdd-5aa21a50cb69",
@@ -950,7 +950,7 @@
950
  },
951
  {
952
  "topic_id": "ff58c8ec-ab1b-4fdd-b732-5f09f9fa09cd",
953
- "topic_number": "18",
954
  "topic_title_vi": "Khiếu nại, tố cáo",
955
  "topic_title_en": "Complaints and denunciations",
956
  "demuc_id": "d23549c3-e7ec-4158-9864-35fc6aefc1cc",
@@ -960,7 +960,7 @@
960
  },
961
  {
962
  "topic_id": "ff58c8ec-ab1b-4fdd-b732-5f09f9fa09cd",
963
- "topic_number": "18",
964
  "topic_title_vi": "Khiếu nại, tố cáo",
965
  "topic_title_en": "Complaints and denunciations",
966
  "demuc_id": "bc9a9ade-0c9f-43cc-8cc2-8c69773d163e",
@@ -970,7 +970,7 @@
970
  },
971
  {
972
  "topic_id": "3f0ce861-9980-43c9-9dcc-8e064c536bee",
973
- "topic_number": "19",
974
  "topic_title_vi": "Khoa học, công nghệ",
975
  "topic_title_en": "Science and technology",
976
  "demuc_id": "22643fdd-9668-4407-968a-ceac2101f1a0",
@@ -980,7 +980,7 @@
980
  },
981
  {
982
  "topic_id": "3f0ce861-9980-43c9-9dcc-8e064c536bee",
983
- "topic_number": "19",
984
  "topic_title_vi": "Khoa học, công nghệ",
985
  "topic_title_en": "Science and technology",
986
  "demuc_id": "47316aca-6f15-49c8-b604-5a6c87351849",
@@ -990,7 +990,7 @@
990
  },
991
  {
992
  "topic_id": "3f0ce861-9980-43c9-9dcc-8e064c536bee",
993
- "topic_number": "19",
994
  "topic_title_vi": "Khoa học, công nghệ",
995
  "topic_title_en": "Science and technology",
996
  "demuc_id": "527141b6-8429-4502-868e-f34c7b180e0c",
@@ -1000,7 +1000,7 @@
1000
  },
1001
  {
1002
  "topic_id": "3f0ce861-9980-43c9-9dcc-8e064c536bee",
1003
- "topic_number": "19",
1004
  "topic_title_vi": "Khoa học, công nghệ",
1005
  "topic_title_en": "Science and technology",
1006
  "demuc_id": "f48e34a3-d808-406e-911d-c5b9fd05e693",
@@ -1010,7 +1010,7 @@
1010
  },
1011
  {
1012
  "topic_id": "3f0ce861-9980-43c9-9dcc-8e064c536bee",
1013
- "topic_number": "19",
1014
  "topic_title_vi": "Khoa học, công nghệ",
1015
  "topic_title_en": "Science and technology",
1016
  "demuc_id": "41685e38-e7ab-4c85-a35e-fb1557319a78",
@@ -1020,7 +1020,7 @@
1020
  },
1021
  {
1022
  "topic_id": "ed53d710-e3ae-4741-abc7-0f5dd82dec24",
1023
- "topic_number": "20",
1024
  "topic_title_vi": "Lao động",
1025
  "topic_title_en": "Labour",
1026
  "demuc_id": "b10e4fa0-bfe1-42c1-8ff0-0af74ec834ed",
@@ -1030,7 +1030,7 @@
1030
  },
1031
  {
1032
  "topic_id": "ed53d710-e3ae-4741-abc7-0f5dd82dec24",
1033
- "topic_number": "20",
1034
  "topic_title_vi": "Lao động",
1035
  "topic_title_en": "Labour",
1036
  "demuc_id": "2efd8c6f-509f-4207-84b6-6b22ff780f2a",
@@ -1040,7 +1040,7 @@
1040
  },
1041
  {
1042
  "topic_id": "ed53d710-e3ae-4741-abc7-0f5dd82dec24",
1043
- "topic_number": "20",
1044
  "topic_title_vi": "Lao động",
1045
  "topic_title_en": "Labour",
1046
  "demuc_id": "70094636-89bd-45c5-90d2-14e1c13e8621",
@@ -1050,7 +1050,7 @@
1050
  },
1051
  {
1052
  "topic_id": "ed53d710-e3ae-4741-abc7-0f5dd82dec24",
1053
- "topic_number": "20",
1054
  "topic_title_vi": "Lao động",
1055
  "topic_title_en": "Labour",
1056
  "demuc_id": "916a0b51-9d2e-4256-be6e-14c2e4b059ae",
@@ -1060,7 +1060,7 @@
1060
  },
1061
  {
1062
  "topic_id": "1657cd3c-c513-4df5-ae6b-e39a778c640d",
1063
- "topic_number": "21",
1064
  "topic_title_vi": "Môi trường",
1065
  "topic_title_en": "Environment",
1066
  "demuc_id": "ff7a2466-8f89-4d2b-9031-b99e8ca02a4a",
@@ -1070,7 +1070,7 @@
1070
  },
1071
  {
1072
  "topic_id": "0f8741e9-b3d2-488b-aa70-961ccc802227",
1073
- "topic_number": "22",
1074
  "topic_title_vi": "Ngân hàng, tiền tệ",
1075
  "topic_title_en": "Banking and currency",
1076
  "demuc_id": "93c2e70c-57d6-4c12-8911-b345dcb69597",
@@ -1080,7 +1080,7 @@
1080
  },
1081
  {
1082
  "topic_id": "0f8741e9-b3d2-488b-aa70-961ccc802227",
1083
- "topic_number": "22",
1084
  "topic_title_vi": "Ngân hàng, tiền tệ",
1085
  "topic_title_en": "Banking and currency",
1086
  "demuc_id": "d8e4a3a0-254c-4593-967c-214ae12bcb0f",
@@ -1090,7 +1090,7 @@
1090
  },
1091
  {
1092
  "topic_id": "0f8741e9-b3d2-488b-aa70-961ccc802227",
1093
- "topic_number": "22",
1094
  "topic_title_vi": "Ngân hàng, tiền tệ",
1095
  "topic_title_en": "Banking and currency",
1096
  "demuc_id": "da0b1767-9a75-469a-b2d9-47038a564c65",
@@ -1100,7 +1100,7 @@
1100
  },
1101
  {
1102
  "topic_id": "0f8741e9-b3d2-488b-aa70-961ccc802227",
1103
- "topic_number": "22",
1104
  "topic_title_vi": "Ngân hàng, tiền tệ",
1105
  "topic_title_en": "Banking and currency",
1106
  "demuc_id": "3fc237d4-1e47-4b5e-a651-aa7e2002bc48",
@@ -1110,7 +1110,7 @@
1110
  },
1111
  {
1112
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1113
- "topic_number": "23",
1114
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1115
  "topic_title_en": "Foreign affairs and international treaties",
1116
  "demuc_id": "c281cd7b-893d-4490-b9da-b226d670363c",
@@ -1120,7 +1120,7 @@
1120
  },
1121
  {
1122
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1123
- "topic_number": "23",
1124
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1125
  "topic_title_en": "Foreign affairs and international treaties",
1126
  "demuc_id": "41bd48e0-70b5-4e06-8a55-6fae3449472f",
@@ -1130,7 +1130,7 @@
1130
  },
1131
  {
1132
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1133
- "topic_number": "23",
1134
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1135
  "topic_title_en": "Foreign affairs and international treaties",
1136
  "demuc_id": "11be5109-f55e-41ed-b890-0168cc4aacbc",
@@ -1140,7 +1140,7 @@
1140
  },
1141
  {
1142
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1143
- "topic_number": "23",
1144
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1145
  "topic_title_en": "Foreign affairs and international treaties",
1146
  "demuc_id": "7d8d6ae7-3937-4b64-aa21-9f5260ea2a31",
@@ -1150,7 +1150,7 @@
1150
  },
1151
  {
1152
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1153
- "topic_number": "23",
1154
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1155
  "topic_title_en": "Foreign affairs and international treaties",
1156
  "demuc_id": "04e3798c-9ab3-4896-a06a-dbc630f8d59c",
@@ -1160,7 +1160,7 @@
1160
  },
1161
  {
1162
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1163
- "topic_number": "23",
1164
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1165
  "topic_title_en": "Foreign affairs and international treaties",
1166
  "demuc_id": "caa9cca3-02cc-4751-b79c-6e668f6b5e37",
@@ -1170,7 +1170,7 @@
1170
  },
1171
  {
1172
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1173
- "topic_number": "23",
1174
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1175
  "topic_title_en": "Foreign affairs and international treaties",
1176
  "demuc_id": "a1971a0f-7216-4ee2-b312-9b376f35fbd8",
@@ -1180,7 +1180,7 @@
1180
  },
1181
  {
1182
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1183
- "topic_number": "23",
1184
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1185
  "topic_title_en": "Foreign affairs and international treaties",
1186
  "demuc_id": "b60f2225-2af4-4339-9980-3e1a78bc9ea5",
@@ -1190,7 +1190,7 @@
1190
  },
1191
  {
1192
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1193
- "topic_number": "23",
1194
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1195
  "topic_title_en": "Foreign affairs and international treaties",
1196
  "demuc_id": "d87ac709-a919-4bdb-8777-9696f549c433",
@@ -1200,7 +1200,7 @@
1200
  },
1201
  {
1202
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1203
- "topic_number": "23",
1204
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1205
  "topic_title_en": "Foreign affairs and international treaties",
1206
  "demuc_id": "c8ac5011-9b1f-4056-943c-e38b120b88c4",
@@ -1210,7 +1210,7 @@
1210
  },
1211
  {
1212
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1213
- "topic_number": "24",
1214
  "topic_title_vi": "Nông nghiệp, nông thôn",
1215
  "topic_title_en": "Agriculture and rural development",
1216
  "demuc_id": "9692aa2c-e220-4b39-9385-c1b837149556",
@@ -1220,7 +1220,7 @@
1220
  },
1221
  {
1222
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1223
- "topic_number": "24",
1224
  "topic_title_vi": "Nông nghiệp, nông thôn",
1225
  "topic_title_en": "Agriculture and rural development",
1226
  "demuc_id": "d92bb10f-899d-478f-a0c3-605cce865129",
@@ -1230,7 +1230,7 @@
1230
  },
1231
  {
1232
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1233
- "topic_number": "24",
1234
  "topic_title_vi": "Nông nghiệp, nông thôn",
1235
  "topic_title_en": "Agriculture and rural development",
1236
  "demuc_id": "ad9817c1-1032-4748-97f7-fd4db42fd04e",
@@ -1240,7 +1240,7 @@
1240
  },
1241
  {
1242
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1243
- "topic_number": "24",
1244
  "topic_title_vi": "Nông nghiệp, nông thôn",
1245
  "topic_title_en": "Agriculture and rural development",
1246
  "demuc_id": "9b1d96e2-feb2-4e7f-824b-b50ed8ee2a7a",
@@ -1250,7 +1250,7 @@
1250
  },
1251
  {
1252
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1253
- "topic_number": "24",
1254
  "topic_title_vi": "Nông nghiệp, nông thôn",
1255
  "topic_title_en": "Agriculture and rural development",
1256
  "demuc_id": "2162aa7c-d532-413b-8704-b82973267484",
@@ -1260,7 +1260,7 @@
1260
  },
1261
  {
1262
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1263
- "topic_number": "24",
1264
  "topic_title_vi": "Nông nghiệp, nông thôn",
1265
  "topic_title_en": "Agriculture and rural development",
1266
  "demuc_id": "d6bb8050-369a-41fb-b2ad-11dc28ebd3b8",
@@ -1270,7 +1270,7 @@
1270
  },
1271
  {
1272
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1273
- "topic_number": "24",
1274
  "topic_title_vi": "Nông nghiệp, nông thôn",
1275
  "topic_title_en": "Agriculture and rural development",
1276
  "demuc_id": "2fe0aa65-9b7f-4df7-859e-a5aab478512d",
@@ -1280,7 +1280,7 @@
1280
  },
1281
  {
1282
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1283
- "topic_number": "24",
1284
  "topic_title_vi": "Nông nghiệp, nông thôn",
1285
  "topic_title_en": "Agriculture and rural development",
1286
  "demuc_id": "427ac7e7-cae1-474a-9284-28eeada93cd6",
@@ -1290,7 +1290,7 @@
1290
  },
1291
  {
1292
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1293
- "topic_number": "24",
1294
  "topic_title_vi": "Nông nghiệp, nông thôn",
1295
  "topic_title_en": "Agriculture and rural development",
1296
  "demuc_id": "a3eb99fa-1160-42b1-90ff-39fe66fd4f85",
@@ -1300,7 +1300,7 @@
1300
  },
1301
  {
1302
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1303
- "topic_number": "24",
1304
  "topic_title_vi": "Nông nghiệp, nông thôn",
1305
  "topic_title_en": "Agriculture and rural development",
1306
  "demuc_id": "74254489-5f53-472e-978a-f6af98103323",
@@ -1310,7 +1310,7 @@
1310
  },
1311
  {
1312
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1313
- "topic_number": "24",
1314
  "topic_title_vi": "Nông nghiệp, nông thôn",
1315
  "topic_title_en": "Agriculture and rural development",
1316
  "demuc_id": "fbbe39e6-c4bc-41d7-ad09-af874ca0893c",
@@ -1320,7 +1320,7 @@
1320
  },
1321
  {
1322
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1323
- "topic_number": "25",
1324
  "topic_title_vi": "Quốc phòng",
1325
  "topic_title_en": "National defence",
1326
  "demuc_id": "4e35f01e-45ff-4fc6-a105-37b0a7de5979",
@@ -1330,7 +1330,7 @@
1330
  },
1331
  {
1332
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1333
- "topic_number": "25",
1334
  "topic_title_vi": "Quốc phòng",
1335
  "topic_title_en": "National defence",
1336
  "demuc_id": "1a6472e3-9daf-4b62-b672-1f0dd9f8450f",
@@ -1340,7 +1340,7 @@
1340
  },
1341
  {
1342
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1343
- "topic_number": "25",
1344
  "topic_title_vi": "Quốc phòng",
1345
  "topic_title_en": "National defence",
1346
  "demuc_id": "74c5ded7-629a-4da1-b2ed-f8f29866d114",
@@ -1350,7 +1350,7 @@
1350
  },
1351
  {
1352
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1353
- "topic_number": "25",
1354
  "topic_title_vi": "Quốc phòng",
1355
  "topic_title_en": "National defence",
1356
  "demuc_id": "3049f520-19c1-439b-ab42-3994f94824cc",
@@ -1360,7 +1360,7 @@
1360
  },
1361
  {
1362
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1363
- "topic_number": "25",
1364
  "topic_title_vi": "Quốc phòng",
1365
  "topic_title_en": "National defence",
1366
  "demuc_id": "ca22c0ee-5a52-4a85-bfe6-06919ef05ce7",
@@ -1370,7 +1370,7 @@
1370
  },
1371
  {
1372
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1373
- "topic_number": "25",
1374
  "topic_title_vi": "Quốc phòng",
1375
  "topic_title_en": "National defence",
1376
  "demuc_id": "995b0a50-c2a1-45d8-baf6-a0b02c7821cf",
@@ -1380,7 +1380,7 @@
1380
  },
1381
  {
1382
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1383
- "topic_number": "25",
1384
  "topic_title_vi": "Quốc phòng",
1385
  "topic_title_en": "National defence",
1386
  "demuc_id": "9bd8b88d-65b4-44e2-b4b0-34c74810af4a",
@@ -1390,7 +1390,7 @@
1390
  },
1391
  {
1392
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1393
- "topic_number": "25",
1394
  "topic_title_vi": "Quốc phòng",
1395
  "topic_title_en": "National defence",
1396
  "demuc_id": "fa959814-d73c-4253-8857-795185e44d16",
@@ -1400,7 +1400,7 @@
1400
  },
1401
  {
1402
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1403
- "topic_number": "25",
1404
  "topic_title_vi": "Quốc phòng",
1405
  "topic_title_en": "National defence",
1406
  "demuc_id": "97b77c60-c651-4741-9728-b69544031858",
@@ -1410,7 +1410,7 @@
1410
  },
1411
  {
1412
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1413
- "topic_number": "25",
1414
  "topic_title_vi": "Quốc phòng",
1415
  "topic_title_en": "National defence",
1416
  "demuc_id": "d8bc3d2e-b1e3-4023-a2dd-23005a3ca616",
@@ -1420,7 +1420,7 @@
1420
  },
1421
  {
1422
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1423
- "topic_number": "25",
1424
  "topic_title_vi": "Quốc phòng",
1425
  "topic_title_en": "National defence",
1426
  "demuc_id": "a19e4401-8e66-438e-9f76-f769826ebbe3",
@@ -1430,7 +1430,7 @@
1430
  },
1431
  {
1432
  "topic_id": "7a9dcc15-370d-40b4-a02b-28e583b25dbf",
1433
- "topic_number": "26",
1434
  "topic_title_vi": "Tài chính",
1435
  "topic_title_en": "Public finance",
1436
  "demuc_id": "db2f0e24-579c-40dc-ba36-8a3f27dddffb",
@@ -1440,7 +1440,7 @@
1440
  },
1441
  {
1442
  "topic_id": "7a9dcc15-370d-40b4-a02b-28e583b25dbf",
1443
- "topic_number": "26",
1444
  "topic_title_vi": "Tài chính",
1445
  "topic_title_en": "Public finance",
1446
  "demuc_id": "28115daa-9d22-4d88-8690-c08d3c85b96f",
@@ -1450,7 +1450,7 @@
1450
  },
1451
  {
1452
  "topic_id": "c054141c-d30c-4e83-9f35-2fb1c61c6e7c",
1453
- "topic_number": "27",
1454
  "topic_title_vi": "Tài nguyên",
1455
  "topic_title_en": "Natural resources",
1456
  "demuc_id": "8585b6f4-56c8-457e-afd1-c8e17d60afcb",
@@ -1460,7 +1460,7 @@
1460
  },
1461
  {
1462
  "topic_id": "c054141c-d30c-4e83-9f35-2fb1c61c6e7c",
1463
- "topic_number": "27",
1464
  "topic_title_vi": "Tài nguyên",
1465
  "topic_title_en": "Natural resources",
1466
  "demuc_id": "a6f7334f-42bb-4437-a03f-e6a04816dc9c",
@@ -1470,7 +1470,7 @@
1470
  },
1471
  {
1472
  "topic_id": "c054141c-d30c-4e83-9f35-2fb1c61c6e7c",
1473
- "topic_number": "27",
1474
  "topic_title_vi": "Tài nguyên",
1475
  "topic_title_en": "Natural resources",
1476
  "demuc_id": "ae3606a8-ef39-4d23-a46e-becbc1f86038",
@@ -1480,7 +1480,7 @@
1480
  },
1481
  {
1482
  "topic_id": "c054141c-d30c-4e83-9f35-2fb1c61c6e7c",
1483
- "topic_number": "27",
1484
  "topic_title_vi": "Tài nguyên",
1485
  "topic_title_en": "Natural resources",
1486
  "demuc_id": "12f7dcb6-5ab4-4b7e-a248-2a5e09c113f5",
@@ -1490,7 +1490,7 @@
1490
  },
1491
  {
1492
  "topic_id": "1afcaf4b-85cb-4039-8627-3a8a101a7e5b",
1493
- "topic_number": "28",
1494
  "topic_title_vi": "Tài sản công, nợ công, dự trữ nhà nước",
1495
  "topic_title_en": "Public assets, public debt, and national reserves",
1496
  "demuc_id": "18250665-85b4-4ab9-b862-4eb8afbde3fa",
@@ -1500,7 +1500,7 @@
1500
  },
1501
  {
1502
  "topic_id": "1afcaf4b-85cb-4039-8627-3a8a101a7e5b",
1503
- "topic_number": "28",
1504
  "topic_title_vi": "Tài sản công, nợ công, dự trữ nhà nước",
1505
  "topic_title_en": "Public assets, public debt, and national reserves",
1506
  "demuc_id": "f601c67b-6eec-4cc8-9f5a-848dcd4e2329",
@@ -1510,7 +1510,7 @@
1510
  },
1511
  {
1512
  "topic_id": "1afcaf4b-85cb-4039-8627-3a8a101a7e5b",
1513
- "topic_number": "28",
1514
  "topic_title_vi": "Tài sản công, nợ công, dự trữ nhà nước",
1515
  "topic_title_en": "Public assets, public debt, and national reserves",
1516
  "demuc_id": "1be13677-e642-46c3-9f06-1f9510c3ee84",
@@ -1520,7 +1520,7 @@
1520
  },
1521
  {
1522
  "topic_id": "1afcaf4b-85cb-4039-8627-3a8a101a7e5b",
1523
- "topic_number": "28",
1524
  "topic_title_vi": "Tài sản công, nợ công, dự trữ nhà nước",
1525
  "topic_title_en": "Public assets, public debt, and national reserves",
1526
  "demuc_id": "dc9295ff-6fda-47b1-854e-4cc831d036da",
@@ -1530,7 +1530,7 @@
1530
  },
1531
  {
1532
  "topic_id": "1afcaf4b-85cb-4039-8627-3a8a101a7e5b",
1533
- "topic_number": "28",
1534
  "topic_title_vi": "Tài sản công, nợ công, dự trữ nhà nước",
1535
  "topic_title_en": "Public assets, public debt, and national reserves",
1536
  "demuc_id": "e30822e9-e0e3-4359-9866-bc8892d06202",
@@ -1540,7 +1540,7 @@
1540
  },
1541
  {
1542
  "topic_id": "88a4972a-48c2-4def-926b-a71b9f6e4be7",
1543
- "topic_number": "30",
1544
  "topic_title_vi": "Thi hành án",
1545
  "topic_title_en": "Judgment enforcement",
1546
  "demuc_id": "7434b4be-95be-4913-b9a4-7d67671c4466",
@@ -1550,7 +1550,7 @@
1550
  },
1551
  {
1552
  "topic_id": "88a4972a-48c2-4def-926b-a71b9f6e4be7",
1553
- "topic_number": "30",
1554
  "topic_title_vi": "Thi hành án",
1555
  "topic_title_en": "Judgment enforcement",
1556
  "demuc_id": "f549c597-2521-4480-bc28-505b06f2e22f",
@@ -1560,7 +1560,7 @@
1560
  },
1561
  {
1562
  "topic_id": "88a4972a-48c2-4def-926b-a71b9f6e4be7",
1563
- "topic_number": "30",
1564
  "topic_title_vi": "Thi hành án",
1565
  "topic_title_en": "Judgment enforcement",
1566
  "demuc_id": "47d2af30-c19b-4481-a0e1-47045635b0a3",
@@ -1570,7 +1570,7 @@
1570
  },
1571
  {
1572
  "topic_id": "88a4972a-48c2-4def-926b-a71b9f6e4be7",
1573
- "topic_number": "30",
1574
  "topic_title_vi": "Thi hành án",
1575
  "topic_title_en": "Judgment enforcement",
1576
  "demuc_id": "4062b86e-ef5c-4ea4-af09-45d8b23978d2",
@@ -1580,7 +1580,7 @@
1580
  },
1581
  {
1582
  "topic_id": "ee961e69-7a8d-4405-8fe6-ecdf7e44323f",
1583
- "topic_number": "31",
1584
  "topic_title_vi": "Thống kê",
1585
  "topic_title_en": "Statistics",
1586
  "demuc_id": "13bbc44f-b9ad-49f2-b66b-65da10d2dd34",
@@ -1590,7 +1590,7 @@
1590
  },
1591
  {
1592
  "topic_id": "73b6a37d-b55b-443d-b0fd-8f7d1b215ca1",
1593
- "topic_number": "32",
1594
  "topic_title_vi": "Thông tin, báo chí, xuất bản",
1595
  "topic_title_en": "Information, press, and publishing",
1596
  "demuc_id": "78cd97a5-7ff4-48b4-affc-42cd96aeec18",
@@ -1600,7 +1600,7 @@
1600
  },
1601
  {
1602
  "topic_id": "73b6a37d-b55b-443d-b0fd-8f7d1b215ca1",
1603
- "topic_number": "32",
1604
  "topic_title_vi": "Thông tin, báo chí, xuất bản",
1605
  "topic_title_en": "Information, press, and publishing",
1606
  "demuc_id": "24a6c4d2-66f1-4e91-b25e-5526c4f71ae9",
@@ -1610,7 +1610,7 @@
1610
  },
1611
  {
1612
  "topic_id": "73b6a37d-b55b-443d-b0fd-8f7d1b215ca1",
1613
- "topic_number": "32",
1614
  "topic_title_vi": "Thông tin, báo chí, xuất bản",
1615
  "topic_title_en": "Information, press, and publishing",
1616
  "demuc_id": "3c2e5819-1141-455c-a5a6-1597ea904830",
@@ -1620,7 +1620,7 @@
1620
  },
1621
  {
1622
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
1623
- "topic_number": "33",
1624
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
1625
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
1626
  "demuc_id": "f607aadf-fb26-4b0e-bc95-276da24e5b5d",
@@ -1630,7 +1630,7 @@
1630
  },
1631
  {
1632
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
1633
- "topic_number": "33",
1634
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
1635
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
1636
  "demuc_id": "7aa2408a-41e6-4271-99e4-7b85a55ba7d6",
@@ -1640,7 +1640,7 @@
1640
  },
1641
  {
1642
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
1643
- "topic_number": "33",
1644
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
1645
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
1646
  "demuc_id": "7c82e103-c4c2-4dbe-8ce1-3710f38bfc16",
@@ -1650,7 +1650,7 @@
1650
  },
1651
  {
1652
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
1653
- "topic_number": "33",
1654
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
1655
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
1656
  "demuc_id": "74578908-a474-48ba-a2e1-488ce45475aa",
@@ -1660,7 +1660,7 @@
1660
  },
1661
  {
1662
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
1663
- "topic_number": "33",
1664
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
1665
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
1666
  "demuc_id": "059ac230-9bb7-4445-b8e1-20819540ccd9",
@@ -1670,7 +1670,7 @@
1670
  },
1671
  {
1672
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
1673
- "topic_number": "33",
1674
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
1675
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
1676
  "demuc_id": "ab116df3-d3ed-4a95-95bf-0d6b8962e724",
@@ -1680,7 +1680,7 @@
1680
  },
1681
  {
1682
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
1683
- "topic_number": "33",
1684
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
1685
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
1686
  "demuc_id": "2e267ed0-726e-456e-b9be-4fd43101bdf7",
@@ -1690,7 +1690,7 @@
1690
  },
1691
  {
1692
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
1693
- "topic_number": "33",
1694
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
1695
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
1696
  "demuc_id": "aec013b7-861e-4925-be1f-a8a2469346e4",
@@ -1700,7 +1700,7 @@
1700
  },
1701
  {
1702
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
1703
- "topic_number": "33",
1704
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
1705
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
1706
  "demuc_id": "4b478410-d0e7-4487-9d32-889cd067b4fb",
@@ -1710,7 +1710,7 @@
1710
  },
1711
  {
1712
  "topic_id": "717625a2-281b-4307-b21b-68b1c73d2207",
1713
- "topic_number": "34",
1714
  "topic_title_vi": "Thương mại, đầu tư, chứng khoán",
1715
  "topic_title_en": "Trade, investment, and securities",
1716
  "demuc_id": "3284cd8d-f598-48ea-b425-53e118893530",
@@ -1720,7 +1720,7 @@
1720
  },
1721
  {
1722
  "topic_id": "717625a2-281b-4307-b21b-68b1c73d2207",
1723
- "topic_number": "34",
1724
  "topic_title_vi": "Thương mại, đầu tư, chứng khoán",
1725
  "topic_title_en": "Trade, investment, and securities",
1726
  "demuc_id": "a1df366a-8d87-4f3f-9aa9-2a14ab8c2a3a",
@@ -1730,7 +1730,7 @@
1730
  },
1731
  {
1732
  "topic_id": "717625a2-281b-4307-b21b-68b1c73d2207",
1733
- "topic_number": "34",
1734
  "topic_title_vi": "Thương mại, đầu tư, chứng khoán",
1735
  "topic_title_en": "Trade, investment, and securities",
1736
  "demuc_id": "6b408d5f-24e1-4144-8bf6-123e3225f567",
@@ -1740,7 +1740,7 @@
1740
  },
1741
  {
1742
  "topic_id": "717625a2-281b-4307-b21b-68b1c73d2207",
1743
- "topic_number": "34",
1744
  "topic_title_vi": "Thương mại, đầu tư, chứng khoán",
1745
  "topic_title_en": "Trade, investment, and securities",
1746
  "demuc_id": "3bcee07e-6c24-43df-9c31-c8850ed610a8",
@@ -1750,7 +1750,7 @@
1750
  },
1751
  {
1752
  "topic_id": "717625a2-281b-4307-b21b-68b1c73d2207",
1753
- "topic_number": "34",
1754
  "topic_title_vi": "Thương mại, đầu tư, chứng khoán",
1755
  "topic_title_en": "Trade, investment, and securities",
1756
  "demuc_id": "a5dd4141-f13c-40f3-802d-a6175684bb0a",
@@ -1760,7 +1760,7 @@
1760
  },
1761
  {
1762
  "topic_id": "717625a2-281b-4307-b21b-68b1c73d2207",
1763
- "topic_number": "34",
1764
  "topic_title_vi": "Thương mại, đầu tư, chứng khoán",
1765
  "topic_title_en": "Trade, investment, and securities",
1766
  "demuc_id": "c8606224-625f-4a7c-9054-b81d95af4068",
@@ -1770,7 +1770,7 @@
1770
  },
1771
  {
1772
  "topic_id": "717625a2-281b-4307-b21b-68b1c73d2207",
1773
- "topic_number": "34",
1774
  "topic_title_vi": "Thương mại, đầu tư, chứng khoán",
1775
  "topic_title_en": "Trade, investment, and securities",
1776
  "demuc_id": "60e61f6a-bddb-4e43-94a0-59e153947e7a",
@@ -1780,7 +1780,7 @@
1780
  },
1781
  {
1782
  "topic_id": "3fc1ee9d-eec6-4839-9c98-7ac2ca9e0792",
1783
- "topic_number": "35",
1784
  "topic_title_vi": "Tổ chức bộ máy nhà nước",
1785
  "topic_title_en": "Organisation of the state apparatus",
1786
  "demuc_id": "3285256c-25e1-4621-afdc-647fbdd766ea",
@@ -1790,7 +1790,7 @@
1790
  },
1791
  {
1792
  "topic_id": "3fc1ee9d-eec6-4839-9c98-7ac2ca9e0792",
1793
- "topic_number": "35",
1794
  "topic_title_vi": "Tổ chức bộ máy nhà nước",
1795
  "topic_title_en": "Organisation of the state apparatus",
1796
  "demuc_id": "7b384cc2-bbb1-436c-a9fb-35487e6dc2ae",
@@ -1800,7 +1800,7 @@
1800
  },
1801
  {
1802
  "topic_id": "3fc1ee9d-eec6-4839-9c98-7ac2ca9e0792",
1803
- "topic_number": "35",
1804
  "topic_title_vi": "Tổ chức bộ máy nhà nước",
1805
  "topic_title_en": "Organisation of the state apparatus",
1806
  "demuc_id": "b22e0b0a-4de6-4d97-8f57-5a8f4d4a9b09",
@@ -1810,7 +1810,7 @@
1810
  },
1811
  {
1812
  "topic_id": "3fc1ee9d-eec6-4839-9c98-7ac2ca9e0792",
1813
- "topic_number": "35",
1814
  "topic_title_vi": "Tổ chức bộ máy nhà nước",
1815
  "topic_title_en": "Organisation of the state apparatus",
1816
  "demuc_id": "7d0dfc81-bcee-4437-9236-9066a6f45d3f",
@@ -1820,7 +1820,7 @@
1820
  },
1821
  {
1822
  "topic_id": "ce9b9ff4-87dd-44d1-add8-27c1ec82d856",
1823
- "topic_number": "36",
1824
  "topic_title_vi": "Tổ chức chính trị - xã hội, hội",
1825
  "topic_title_en": "Socio-political organisations and associations",
1826
  "demuc_id": "2bcac534-554f-47d3-b299-bd9cfc1b92d5",
@@ -1830,7 +1830,7 @@
1830
  },
1831
  {
1832
  "topic_id": "ce9b9ff4-87dd-44d1-add8-27c1ec82d856",
1833
- "topic_number": "36",
1834
  "topic_title_vi": "Tổ chức chính trị - xã hội, hội",
1835
  "topic_title_en": "Socio-political organisations and associations",
1836
  "demuc_id": "62aa0284-6ac0-4c02-8504-945335930df9",
@@ -1840,7 +1840,7 @@
1840
  },
1841
  {
1842
  "topic_id": "ce9b9ff4-87dd-44d1-add8-27c1ec82d856",
1843
- "topic_number": "36",
1844
  "topic_title_vi": "Tổ chức chính trị - xã hội, hội",
1845
  "topic_title_en": "Socio-political organisations and associations",
1846
  "demuc_id": "213aa299-188e-4c1d-af68-ba87a99d849b",
@@ -1850,7 +1850,7 @@
1850
  },
1851
  {
1852
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1853
- "topic_number": "37",
1854
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1855
  "topic_title_en": "Litigation and dispute-resolution procedures",
1856
  "demuc_id": "fe2f89c2-15c9-4a77-bdf8-f4898d545be7",
@@ -1860,7 +1860,7 @@
1860
  },
1861
  {
1862
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1863
- "topic_number": "37",
1864
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1865
  "topic_title_en": "Litigation and dispute-resolution procedures",
1866
  "demuc_id": "1a57cf9e-7470-4872-ab8e-19658d465dc5",
@@ -1870,7 +1870,7 @@
1870
  },
1871
  {
1872
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1873
- "topic_number": "37",
1874
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1875
  "topic_title_en": "Litigation and dispute-resolution procedures",
1876
  "demuc_id": "09fb5301-812d-4630-8f9a-9c8cac67a21c",
@@ -1880,7 +1880,7 @@
1880
  },
1881
  {
1882
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1883
- "topic_number": "37",
1884
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1885
  "topic_title_en": "Litigation and dispute-resolution procedures",
1886
  "demuc_id": "62ca4694-ef40-4288-8ab4-e7098e95cd5c",
@@ -1890,7 +1890,7 @@
1890
  },
1891
  {
1892
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1893
- "topic_number": "37",
1894
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1895
  "topic_title_en": "Litigation and dispute-resolution procedures",
1896
  "demuc_id": "be7352a9-a7bd-40e6-86cc-86e18772a8fe",
@@ -1900,7 +1900,7 @@
1900
  },
1901
  {
1902
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1903
- "topic_number": "37",
1904
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1905
  "topic_title_en": "Litigation and dispute-resolution procedures",
1906
  "demuc_id": "6d281129-df44-468d-91ef-0e75fa435310",
@@ -1910,7 +1910,7 @@
1910
  },
1911
  {
1912
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1913
- "topic_number": "37",
1914
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1915
  "topic_title_en": "Litigation and dispute-resolution procedures",
1916
  "demuc_id": "3c3bfd95-920c-404d-82f9-c95af4d8b4e1",
@@ -1920,7 +1920,7 @@
1920
  },
1921
  {
1922
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1923
- "topic_number": "37",
1924
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1925
  "topic_title_en": "Litigation and dispute-resolution procedures",
1926
  "demuc_id": "2a0ee4ce-22b7-4228-902b-c91c426ec79f",
@@ -1930,7 +1930,7 @@
1930
  },
1931
  {
1932
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1933
- "topic_number": "37",
1934
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1935
  "topic_title_en": "Litigation and dispute-resolution procedures",
1936
  "demuc_id": "7cdd63fb-16ea-4ed4-bf3c-6529a021b3d2",
@@ -1940,7 +1940,7 @@
1940
  },
1941
  {
1942
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1943
- "topic_number": "37",
1944
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1945
  "topic_title_en": "Litigation and dispute-resolution procedures",
1946
  "demuc_id": "0e10d80f-a915-4cc9-999c-99eaefed23d0",
@@ -1950,7 +1950,7 @@
1950
  },
1951
  {
1952
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1953
- "topic_number": "37",
1954
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1955
  "topic_title_en": "Litigation and dispute-resolution procedures",
1956
  "demuc_id": "6d1742f8-bf8d-45f2-a18b-44fa107c360a",
@@ -1960,7 +1960,7 @@
1960
  },
1961
  {
1962
  "topic_id": "48d084d9-d3f1-4c13-a898-dde6840fe0ff",
1963
- "topic_number": "38",
1964
  "topic_title_vi": "Tôn giáo, tín ngưỡng",
1965
  "topic_title_en": "Religion and beliefs",
1966
  "demuc_id": "4b6f90cb-015c-4cdd-9c87-b8ecc0470fdb",
@@ -1970,7 +1970,7 @@
1970
  },
1971
  {
1972
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
1973
- "topic_number": "39",
1974
  "topic_title_vi": "Trật tự, an toàn xã hội",
1975
  "topic_title_en": "Public order and social safety",
1976
  "demuc_id": "eeffe922-dc02-4aef-89a3-3f26e19a2e62",
@@ -1980,7 +1980,7 @@
1980
  },
1981
  {
1982
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
1983
- "topic_number": "39",
1984
  "topic_title_vi": "Trật tự, an toàn xã hội",
1985
  "topic_title_en": "Public order and social safety",
1986
  "demuc_id": "6a501e4a-ba3f-40e2-902f-af4a52b14bb4",
@@ -1990,7 +1990,7 @@
1990
  },
1991
  {
1992
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
1993
- "topic_number": "39",
1994
  "topic_title_vi": "Trật tự, an toàn xã hội",
1995
  "topic_title_en": "Public order and social safety",
1996
  "demuc_id": "51ae5342-6f32-4eaf-9b8b-01add97cbee4",
@@ -2000,7 +2000,7 @@
2000
  },
2001
  {
2002
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
2003
- "topic_number": "39",
2004
  "topic_title_vi": "Trật tự, an toàn xã hội",
2005
  "topic_title_en": "Public order and social safety",
2006
  "demuc_id": "9fcc00f2-817c-4857-9347-1a65efa9c0cd",
@@ -2010,7 +2010,7 @@
2010
  },
2011
  {
2012
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
2013
- "topic_number": "39",
2014
  "topic_title_vi": "Trật tự, an toàn xã hội",
2015
  "topic_title_en": "Public order and social safety",
2016
  "demuc_id": "cf43428f-7076-42b8-b0ef-678f73203eef",
@@ -2020,7 +2020,7 @@
2020
  },
2021
  {
2022
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
2023
- "topic_number": "39",
2024
  "topic_title_vi": "Trật tự, an toàn xã hội",
2025
  "topic_title_en": "Public order and social safety",
2026
  "demuc_id": "05a9e8b3-09c8-4c0c-a99e-117a864efe3d",
@@ -2030,7 +2030,7 @@
2030
  },
2031
  {
2032
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
2033
- "topic_number": "39",
2034
  "topic_title_vi": "Trật tự, an toàn xã hội",
2035
  "topic_title_en": "Public order and social safety",
2036
  "demuc_id": "f459bbbc-e15c-416d-b9f4-086464028e0f",
@@ -2040,7 +2040,7 @@
2040
  },
2041
  {
2042
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
2043
- "topic_number": "39",
2044
  "topic_title_vi": "Trật tự, an toàn xã hội",
2045
  "topic_title_en": "Public order and social safety",
2046
  "demuc_id": "cf97fc4b-c101-4750-a556-063f0d29e520",
@@ -2050,7 +2050,7 @@
2050
  },
2051
  {
2052
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
2053
- "topic_number": "39",
2054
  "topic_title_vi": "Trật tự, an toàn xã hội",
2055
  "topic_title_en": "Public order and social safety",
2056
  "demuc_id": "9d9a7001-0799-4bd8-8c31-964f9a7b9603",
@@ -2060,7 +2060,7 @@
2060
  },
2061
  {
2062
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
2063
- "topic_number": "39",
2064
  "topic_title_vi": "Trật tự, an toàn xã hội",
2065
  "topic_title_en": "Public order and social safety",
2066
  "demuc_id": "4920f114-9be7-403d-8de8-4d9340680d4e",
@@ -2070,7 +2070,7 @@
2070
  },
2071
  {
2072
  "topic_id": "01684735-cbae-4b6f-9471-1010ab2f350a",
2073
- "topic_number": "40",
2074
  "topic_title_vi": "Tương trợ tư pháp",
2075
  "topic_title_en": "Mutual judicial assistance",
2076
  "demuc_id": "e8e1515c-249d-4a9b-af30-ac0d8a3aac7d",
@@ -2080,7 +2080,7 @@
2080
  },
2081
  {
2082
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2083
- "topic_number": "41",
2084
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2085
  "topic_title_en": "Culture, sports, and tourism",
2086
  "demuc_id": "da2154d2-f8c9-434c-b94c-e17fea6bc416",
@@ -2090,7 +2090,7 @@
2090
  },
2091
  {
2092
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2093
- "topic_number": "41",
2094
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2095
  "topic_title_en": "Culture, sports, and tourism",
2096
  "demuc_id": "26f7a2a3-4962-4fda-852b-49da69886c12",
@@ -2100,7 +2100,7 @@
2100
  },
2101
  {
2102
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2103
- "topic_number": "41",
2104
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2105
  "topic_title_en": "Culture, sports, and tourism",
2106
  "demuc_id": "2f7bed93-ec8e-4d43-9111-7f1caa9cc74f",
@@ -2110,7 +2110,7 @@
2110
  },
2111
  {
2112
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2113
- "topic_number": "41",
2114
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2115
  "topic_title_en": "Culture, sports, and tourism",
2116
  "demuc_id": "ed278a00-f167-476a-8719-bffc8cb3a4c8",
@@ -2120,7 +2120,7 @@
2120
  },
2121
  {
2122
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2123
- "topic_number": "41",
2124
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2125
  "topic_title_en": "Culture, sports, and tourism",
2126
  "demuc_id": "b8f68141-2d67-4c85-886c-58a9bbf45472",
@@ -2130,7 +2130,7 @@
2130
  },
2131
  {
2132
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2133
- "topic_number": "41",
2134
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2135
  "topic_title_en": "Culture, sports, and tourism",
2136
  "demuc_id": "f79b4160-3a6b-4eb2-8854-ac95a79a0b81",
@@ -2140,7 +2140,7 @@
2140
  },
2141
  {
2142
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2143
- "topic_number": "41",
2144
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2145
  "topic_title_en": "Culture, sports, and tourism",
2146
  "demuc_id": "410d4005-c2b8-4f05-b9c0-96ec01b866d7",
@@ -2150,7 +2150,7 @@
2150
  },
2151
  {
2152
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2153
- "topic_number": "41",
2154
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2155
  "topic_title_en": "Culture, sports, and tourism",
2156
  "demuc_id": "5f523176-05b6-4d4e-903d-a12faffaa759",
@@ -2160,7 +2160,7 @@
2160
  },
2161
  {
2162
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2163
- "topic_number": "41",
2164
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2165
  "topic_title_en": "Culture, sports, and tourism",
2166
  "demuc_id": "956c36d8-0ced-4865-a298-51759c932274",
@@ -2170,7 +2170,7 @@
2170
  },
2171
  {
2172
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2173
- "topic_number": "41",
2174
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2175
  "topic_title_en": "Culture, sports, and tourism",
2176
  "demuc_id": "8e9f6ba1-5870-479a-8030-0fa7c13c2d1a",
@@ -2180,7 +2180,7 @@
2180
  },
2181
  {
2182
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2183
- "topic_number": "41",
2184
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2185
  "topic_title_en": "Culture, sports, and tourism",
2186
  "demuc_id": "8235ccff-cbf5-4e10-a1a5-20842940408f",
@@ -2190,7 +2190,7 @@
2190
  },
2191
  {
2192
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2193
- "topic_number": "41",
2194
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2195
  "topic_title_en": "Culture, sports, and tourism",
2196
  "demuc_id": "c78e4b28-0d12-4211-98a5-47fbbd144f7b",
@@ -2200,7 +2200,7 @@
2200
  },
2201
  {
2202
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2203
- "topic_number": "41",
2204
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2205
  "topic_title_en": "Culture, sports, and tourism",
2206
  "demuc_id": "68aef5c8-dbb5-4e57-9d86-564d971b622a",
@@ -2210,7 +2210,7 @@
2210
  },
2211
  {
2212
  "topic_id": "1c1f149f-f1bf-4ddb-9f6b-b2adbf17d410",
2213
- "topic_number": "42",
2214
  "topic_title_vi": "Văn thư lưu trữ",
2215
  "topic_title_en": "Records and archives",
2216
  "demuc_id": "59750dbc-0ac3-4d75-928e-18983dc7ecf6",
@@ -2220,7 +2220,7 @@
2220
  },
2221
  {
2222
  "topic_id": "11a7e159-46bf-48bf-93ec-4e415f84c678",
2223
- "topic_number": "43",
2224
  "topic_title_vi": "Xây dựng, nhà ở, đô thị",
2225
  "topic_title_en": "Construction, housing, and urban planning",
2226
  "demuc_id": "295ceaf7-684c-42a9-9f57-c60ff5581bcc",
@@ -2230,7 +2230,7 @@
2230
  },
2231
  {
2232
  "topic_id": "ec61c177-8f68-4a69-a42b-2257d599d907",
2233
- "topic_number": "44",
2234
  "topic_title_vi": "Xây dựng pháp luật và thi hành pháp luật",
2235
  "topic_title_en": "Lawmaking and law enforcement",
2236
  "demuc_id": "62a101f0-01c7-41a9-b6b9-a4c04a4bb34b",
@@ -2240,7 +2240,7 @@
2240
  },
2241
  {
2242
  "topic_id": "ec61c177-8f68-4a69-a42b-2257d599d907",
2243
- "topic_number": "44",
2244
  "topic_title_vi": "Xây dựng pháp luật và thi hành pháp luật",
2245
  "topic_title_en": "Lawmaking and law enforcement",
2246
  "demuc_id": "ab2a3ec6-2176-4dac-a836-cde2cae944b1",
@@ -2250,7 +2250,7 @@
2250
  },
2251
  {
2252
  "topic_id": "ec61c177-8f68-4a69-a42b-2257d599d907",
2253
- "topic_number": "44",
2254
  "topic_title_vi": "Xây dựng pháp luật và thi hành pháp luật",
2255
  "topic_title_en": "Lawmaking and law enforcement",
2256
  "demuc_id": "606f1686-5fd0-4a16-aa1b-21acef306e78",
@@ -2260,7 +2260,7 @@
2260
  },
2261
  {
2262
  "topic_id": "ec61c177-8f68-4a69-a42b-2257d599d907",
2263
- "topic_number": "44",
2264
  "topic_title_vi": "Xây dựng pháp luật và thi hành pháp luật",
2265
  "topic_title_en": "Lawmaking and law enforcement",
2266
  "demuc_id": "59a38639-f218-4f4d-872e-c2d9f9a69dd0",
@@ -2270,7 +2270,7 @@
2270
  },
2271
  {
2272
  "topic_id": "ec61c177-8f68-4a69-a42b-2257d599d907",
2273
- "topic_number": "44",
2274
  "topic_title_vi": "Xây dựng pháp luật và thi hành pháp luật",
2275
  "topic_title_en": "Lawmaking and law enforcement",
2276
  "demuc_id": "34030833-66c0-4966-9dff-1f02e805d94f",
@@ -2280,7 +2280,7 @@
2280
  },
2281
  {
2282
  "topic_id": "ec61c177-8f68-4a69-a42b-2257d599d907",
2283
- "topic_number": "44",
2284
  "topic_title_vi": "Xây dựng pháp luật và thi hành pháp luật",
2285
  "topic_title_en": "Lawmaking and law enforcement",
2286
  "demuc_id": "f9c15fe6-0ef1-4870-959e-d0cf1a2deb41",
@@ -2290,7 +2290,7 @@
2290
  },
2291
  {
2292
  "topic_id": "ec61c177-8f68-4a69-a42b-2257d599d907",
2293
- "topic_number": "44",
2294
  "topic_title_vi": "Xây dựng pháp luật và thi hành pháp luật",
2295
  "topic_title_en": "Lawmaking and law enforcement",
2296
  "demuc_id": "87bb6177-4c03-4173-8a12-9a75337bb2e0",
@@ -2300,7 +2300,7 @@
2300
  },
2301
  {
2302
  "topic_id": "ec61c177-8f68-4a69-a42b-2257d599d907",
2303
- "topic_number": "44",
2304
  "topic_title_vi": "Xây dựng pháp luật và thi hành pháp luật",
2305
  "topic_title_en": "Lawmaking and law enforcement",
2306
  "demuc_id": "b892dee4-ee6e-4228-988f-7101b89443de",
@@ -2310,7 +2310,7 @@
2310
  },
2311
  {
2312
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2313
- "topic_number": "45",
2314
  "topic_title_vi": "Y tế, dược",
2315
  "topic_title_en": "Health and pharmaceuticals",
2316
  "demuc_id": "0cf69ad9-6f29-4ee4-8e16-2c3aa65c3a52",
@@ -2320,7 +2320,7 @@
2320
  },
2321
  {
2322
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2323
- "topic_number": "45",
2324
  "topic_title_vi": "Y tế, dược",
2325
  "topic_title_en": "Health and pharmaceuticals",
2326
  "demuc_id": "e78855bc-bfb3-4c1f-8582-168945065e04",
@@ -2330,7 +2330,7 @@
2330
  },
2331
  {
2332
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2333
- "topic_number": "45",
2334
  "topic_title_vi": "Y tế, dược",
2335
  "topic_title_en": "Health and pharmaceuticals",
2336
  "demuc_id": "69c5de18-47ab-4e67-a069-08c27a6e1ba7",
@@ -2340,7 +2340,7 @@
2340
  },
2341
  {
2342
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2343
- "topic_number": "45",
2344
  "topic_title_vi": "Y tế, dược",
2345
  "topic_title_en": "Health and pharmaceuticals",
2346
  "demuc_id": "0abd54e4-923f-48a3-9f22-b9672dcf4185",
@@ -2350,7 +2350,7 @@
2350
  },
2351
  {
2352
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2353
- "topic_number": "45",
2354
  "topic_title_vi": "Y tế, dược",
2355
  "topic_title_en": "Health and pharmaceuticals",
2356
  "demuc_id": "a650d744-65b5-4ec6-a985-8a52d5e6a524",
@@ -2360,7 +2360,7 @@
2360
  },
2361
  {
2362
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2363
- "topic_number": "45",
2364
  "topic_title_vi": "Y tế, dược",
2365
  "topic_title_en": "Health and pharmaceuticals",
2366
  "demuc_id": "bfffac09-7a35-4529-8a83-5849b3267f3f",
@@ -2370,7 +2370,7 @@
2370
  },
2371
  {
2372
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2373
- "topic_number": "45",
2374
  "topic_title_vi": "Y tế, dược",
2375
  "topic_title_en": "Health and pharmaceuticals",
2376
  "demuc_id": "e50cbcc9-5eb2-4a22-b6c4-2f08f2811fdb",
@@ -2380,7 +2380,7 @@
2380
  },
2381
  {
2382
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2383
- "topic_number": "45",
2384
  "topic_title_vi": "Y tế, dược",
2385
  "topic_title_en": "Health and pharmaceuticals",
2386
  "demuc_id": "3cd17527-175c-446a-8b09-5c4cbfcb4f1f",
@@ -2390,7 +2390,7 @@
2390
  },
2391
  {
2392
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2393
- "topic_number": "45",
2394
  "topic_title_vi": "Y tế, dược",
2395
  "topic_title_en": "Health and pharmaceuticals",
2396
  "demuc_id": "0cf4f78c-b5f8-4618-8803-41a226c2ab84",
@@ -2400,7 +2400,7 @@
2400
  },
2401
  {
2402
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2403
- "topic_number": "45",
2404
  "topic_title_vi": "Y tế, dược",
2405
  "topic_title_en": "Health and pharmaceuticals",
2406
  "demuc_id": "f807bad9-3b81-41c5-bbc1-b4ab37a89431",
 
10
  "topics": [
11
  {
12
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
13
+ "topic_number": 1,
14
  "topic_title_vi": "An ninh quốc gia",
15
  "topic_title_en": "National security",
16
  "topic_note": "Police, intelligence, border, immigration",
 
19
  },
20
  {
21
  "topic_id": "5576c952-dabe-4363-b94a-13419996ff4b",
22
+ "topic_number": 2,
23
  "topic_title_vi": "Bảo hiểm",
24
  "topic_title_en": "Insurance",
25
  "topic_note": "Health insurance + commercial insurance business",
 
28
  },
29
  {
30
  "topic_id": "c124612e-a23f-4199-8747-55fe4e8a8c89",
31
+ "topic_number": 3,
32
  "topic_title_vi": "Bưu chính, viễn thông",
33
  "topic_title_en": "Postal services and telecommunications",
34
  "topic_note": "Posts, telecoms, IT, cybersecurity, radio frequency",
 
37
  },
38
  {
39
  "topic_id": "e967223c-d26a-4c7f-a8d9-420843bd5bf9",
40
+ "topic_number": 4,
41
  "topic_title_vi": "Bổ trợ tư pháp",
42
  "topic_title_en": "Auxiliary judicial activities",
43
  "topic_note": "Forensic experts, lawyers, legal aid, asset auctions",
 
46
  },
47
  {
48
  "topic_id": "cb5c6841-2c38-48ca-b946-da24c8d8a099",
49
+ "topic_number": 5,
50
  "topic_title_vi": "Cán bộ, công chức, viên chức",
51
  "topic_title_en": "Cadres, civil servants, and public employees",
52
  "topic_note": "Public-sector staffing regimes",
 
55
  },
56
  {
57
  "topic_id": "e4b6a170-8415-42a5-9ee2-f8eb147f5d15",
58
+ "topic_number": 6,
59
  "topic_title_vi": "Chính sách xã hội",
60
  "topic_title_en": "Social policy",
61
  "topic_note": "Vulnerable groups, war veterans, anti-prostitution",
 
64
  },
65
  {
66
  "topic_id": "3a225bc6-c8c9-459e-967e-9876d4eb2c33",
67
+ "topic_number": 7,
68
  "topic_title_vi": "Công nghiệp",
69
  "topic_title_en": "Industry",
70
  "topic_note": "Petroleum, industrial extension, energy efficiency",
 
73
  },
74
  {
75
  "topic_id": "efbefb52-bf45-41df-aaf4-6a4e833f333e",
76
+ "topic_number": 8,
77
  "topic_title_vi": "Dân số, gia đình, trẻ em, bình đẳng giới",
78
  "topic_title_en": "Population, family, children, and gender equality",
79
  "topic_note": "",
 
82
  },
83
  {
84
  "topic_id": "8545ecbc-f0ce-44aa-83d6-c43d056f63f2",
85
+ "topic_number": 9,
86
  "topic_title_vi": "Dân sự",
87
  "topic_title_en": "Civil law",
88
  "topic_note": "Civil Code, secured-transactions registration",
 
91
  },
92
  {
93
  "topic_id": "a6ee2d1a-2edc-4c30-bff5-81efbd765464",
94
+ "topic_number": 10,
95
  "topic_title_vi": "Dân tộc",
96
  "topic_title_en": "Ethnic minorities",
97
  "topic_note": "Affairs of ethnic-minority communities",
 
100
  },
101
  {
102
  "topic_id": "8e485a16-50aa-4c80-9fbe-3b286287f8c1",
103
+ "topic_number": 12,
104
  "topic_title_vi": "Doanh nghiệp, hợp tác xã",
105
  "topic_title_en": "Enterprises and cooperatives",
106
  "topic_note": "Company law, SME support, cooperative law",
 
109
  },
110
  {
111
  "topic_id": "b82ee309-2527-4a7d-8d4d-fccdfabbc86c",
112
+ "topic_number": 14,
113
  "topic_title_vi": "Giao thông, vận tải",
114
  "topic_title_en": "Transport",
115
  "topic_note": "Inland waterway, maritime, civil aviation",
 
118
  },
119
  {
120
  "topic_id": "a5b5fa2d-056c-48c4-b6fc-c782359511ff",
121
+ "topic_number": 15,
122
  "topic_title_vi": "Hành chính tư pháp",
123
  "topic_title_en": "Judicial administration",
124
  "topic_note": "Civil status, notarial certification, criminal record, adoption, nationality",
 
127
  },
128
  {
129
  "topic_id": "0672ce80-caa2-4d12-a474-6d86349c9dab",
130
+ "topic_number": 16,
131
  "topic_title_vi": "Hình sự",
132
  "topic_title_en": "Criminal law",
133
  "topic_note": "Penal Code",
 
136
  },
137
  {
138
  "topic_id": "9daf2b7f-cf24-4c97-adf8-0903f6b7f18e",
139
+ "topic_number": 17,
140
  "topic_title_vi": "Kế toán, kiểm toán",
141
  "topic_title_en": "Accounting and auditing",
142
  "topic_note": "Accounting Law, State Audit, independent auditing",
 
145
  },
146
  {
147
  "topic_id": "ff58c8ec-ab1b-4fdd-b732-5f09f9fa09cd",
148
+ "topic_number": 18,
149
  "topic_title_vi": "Khiếu nại, tố cáo",
150
  "topic_title_en": "Complaints and denunciations",
151
  "topic_note": "Includes anti-corruption + citizen reception",
 
154
  },
155
  {
156
  "topic_id": "3f0ce861-9980-43c9-9dcc-8e064c536bee",
157
+ "topic_number": 19,
158
  "topic_title_vi": "Khoa học, công nghệ",
159
  "topic_title_en": "Science and technology",
160
  "topic_note": "Tech transfer, product quality, hi-tech, standards, metrology",
 
163
  },
164
  {
165
  "topic_id": "ed53d710-e3ae-4741-abc7-0f5dd82dec24",
166
+ "topic_number": 20,
167
  "topic_title_vi": "Lao động",
168
  "topic_title_en": "Labour",
169
  "topic_note": "Labour Code, OSH, employment, overseas labour",
 
172
  },
173
  {
174
  "topic_id": "1657cd3c-c513-4df5-ae6b-e39a778c640d",
175
+ "topic_number": 21,
176
  "topic_title_vi": "Môi trường",
177
  "topic_title_en": "Environment",
178
  "topic_note": "Biodiversity (the broader environmental code lives in 24/27/45 too)",
 
181
  },
182
  {
183
  "topic_id": "0f8741e9-b3d2-488b-aa70-961ccc802227",
184
+ "topic_number": 22,
185
  "topic_title_vi": "Ngân hàng, tiền tệ",
186
  "topic_title_en": "Banking and currency",
187
  "topic_note": "State Bank Law, foreign exchange, deposit insurance, negotiable instruments",
 
190
  },
191
  {
192
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
193
+ "topic_number": 23,
194
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
195
  "topic_title_en": "Foreign affairs and international treaties",
196
  "topic_note": "Diplomatic ranks, missions, immunities, NGO presence in Vietnam",
 
199
  },
200
  {
201
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
202
+ "topic_number": 24,
203
  "topic_title_vi": "Nông nghiệp, nông thôn",
204
  "topic_title_en": "Agriculture and rural development",
205
  "topic_note": "Farming, livestock, fisheries, irrigation, dykes, disasters",
 
208
  },
209
  {
210
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
211
+ "topic_number": 25,
212
  "topic_title_vi": "Quốc phòng",
213
  "topic_title_en": "National defence",
214
  "topic_note": "Armed forces, militia, conscription, border guards, coast guard",
 
217
  },
218
  {
219
  "topic_id": "7a9dcc15-370d-40b4-a02b-28e583b25dbf",
220
+ "topic_number": 26,
221
  "topic_title_vi": "Tài chính",
222
  "topic_title_en": "Public finance",
223
  "topic_note": "Customs, anti-waste",
 
226
  },
227
  {
228
  "topic_id": "c054141c-d30c-4e83-9f35-2fb1c61c6e7c",
229
+ "topic_number": 27,
230
  "topic_title_vi": "Tài nguyên",
231
  "topic_title_en": "Natural resources",
232
  "topic_note": "Hydrometeorology, marine resources, mapping, remote sensing",
 
235
  },
236
  {
237
  "topic_id": "1afcaf4b-85cb-4039-8627-3a8a101a7e5b",
238
+ "topic_number": 28,
239
  "topic_title_vi": "Tài sản công, nợ công, dự trữ nhà nước",
240
  "topic_title_en": "Public assets, public debt, and national reserves",
241
  "topic_note": "",
 
244
  },
245
  {
246
  "topic_id": "88a4972a-48c2-4def-926b-a71b9f6e4be7",
247
+ "topic_number": 30,
248
  "topic_title_vi": "Thi hành án",
249
  "topic_title_en": "Judgment enforcement",
250
  "topic_note": "Civil + criminal enforcement, bailiffs, amnesty",
 
253
  },
254
  {
255
  "topic_id": "ee961e69-7a8d-4405-8fe6-ecdf7e44323f",
256
+ "topic_number": 31,
257
  "topic_title_vi": "Thống kê",
258
  "topic_title_en": "Statistics",
259
  "topic_note": "Statistics Law",
 
262
  },
263
  {
264
  "topic_id": "73b6a37d-b55b-443d-b0fd-8f7d1b215ca1",
265
+ "topic_number": 32,
266
  "topic_title_vi": "Thông tin, báo chí, xuất bản",
267
  "topic_title_en": "Information, press, and publishing",
268
  "topic_note": "Press Law, publishing, freedom-of-information",
 
271
  },
272
  {
273
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
274
+ "topic_number": 33,
275
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
276
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
277
  "topic_note": "VAT, excise, PIT, land tax, env. tax, tax administration",
 
280
  },
281
  {
282
  "topic_id": "717625a2-281b-4307-b21b-68b1c73d2207",
283
+ "topic_number": 34,
284
  "topic_title_vi": "Thương mại, đầu tư, chứng khoán",
285
  "topic_title_en": "Trade, investment, and securities",
286
  "topic_note": "Commerce, securities, competition, consumer protection, market mgmt",
 
289
  },
290
  {
291
  "topic_id": "3fc1ee9d-eec6-4839-9c98-7ac2ca9e0792",
292
+ "topic_number": 35,
293
  "topic_title_vi": "Tổ chức bộ máy nhà nước",
294
  "topic_title_en": "Organisation of the state apparatus",
295
  "topic_note": "Elections, National Assembly, People's Procuracy, VFF",
 
298
  },
299
  {
300
  "topic_id": "ce9b9ff4-87dd-44d1-add8-27c1ec82d856",
301
+ "topic_number": 36,
302
  "topic_title_vi": "Tổ chức chính trị - xã hội, hội",
303
  "topic_title_en": "Socio-political organisations and associations",
304
  "topic_note": "Veterans, Red Cross, freedom of association",
 
307
  },
308
  {
309
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
310
+ "topic_number": 37,
311
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
312
  "topic_title_en": "Litigation and dispute-resolution procedures",
313
  "topic_note": "Civil/criminal/administrative procedure, arbitration, mediation, state liability",
 
316
  },
317
  {
318
  "topic_id": "48d084d9-d3f1-4c13-a898-dde6840fe0ff",
319
+ "topic_number": 38,
320
  "topic_title_vi": "Tôn giáo, tín ngưỡng",
321
  "topic_title_en": "Religion and beliefs",
322
  "topic_note": "Law on Religious Belief and Religion",
 
325
  },
326
  {
327
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
328
+ "topic_number": 39,
329
  "topic_title_vi": "Trật tự, an toàn xã hội",
330
  "topic_title_en": "Public order and social safety",
331
  "topic_note": "Administrative penalties, drugs, ID cards, residence, mobile police",
 
334
  },
335
  {
336
  "topic_id": "01684735-cbae-4b6f-9471-1010ab2f350a",
337
+ "topic_number": 40,
338
  "topic_title_vi": "Tương trợ tư pháp",
339
  "topic_title_en": "Mutual judicial assistance",
340
  "topic_note": "MLA Law",
 
343
  },
344
  {
345
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
346
+ "topic_number": 41,
347
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
348
  "topic_title_en": "Culture, sports, and tourism",
349
  "topic_note": "Cinema, museums, libraries, advertising, national funerals",
 
352
  },
353
  {
354
  "topic_id": "1c1f149f-f1bf-4ddb-9f6b-b2adbf17d410",
355
+ "topic_number": 42,
356
  "topic_title_vi": "Văn thư lưu trữ",
357
  "topic_title_en": "Records and archives",
358
  "topic_note": "Recordkeeping in state agencies",
 
361
  },
362
  {
363
  "topic_id": "11a7e159-46bf-48bf-93ec-4e415f84c678",
364
+ "topic_number": 43,
365
  "topic_title_vi": "Xây dựng, nhà ở, đô thị",
366
  "topic_title_en": "Construction, housing, and urban planning",
367
  "topic_note": "Architecture (the broader construction code is dispersed across 24/27/34)",
 
370
  },
371
  {
372
  "topic_id": "ec61c177-8f68-4a69-a42b-2257d599d907",
373
+ "topic_number": 44,
374
  "topic_title_vi": "Xây dựng pháp luật và thi hành pháp luật",
375
  "topic_title_en": "Lawmaking and law enforcement",
376
  "topic_note": "Codification, legal dissemination, grassroots democracy, referenda",
 
379
  },
380
  {
381
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
382
+ "topic_number": 45,
383
  "topic_title_vi": "Y tế, dược",
384
  "topic_title_en": "Health and pharmaceuticals",
385
  "topic_note": "Food safety, public health, HIV/AIDS, tobacco, alcohol, medical devices",
 
390
  "demucs": [
391
  {
392
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
393
+ "topic_number": 1,
394
  "topic_title_vi": "An ninh quốc gia",
395
  "topic_title_en": "National security",
396
  "demuc_id": "1fd42d83-9d78-4dd4-b6b6-73e9bd3472e1",
 
400
  },
401
  {
402
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
403
+ "topic_number": 1,
404
  "topic_title_vi": "An ninh quốc gia",
405
  "topic_title_en": "National security",
406
  "demuc_id": "55323c64-e78f-4537-afcd-6a3c2af3c71d",
 
410
  },
411
  {
412
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
413
+ "topic_number": 1,
414
  "topic_title_vi": "An ninh quốc gia",
415
  "topic_title_en": "National security",
416
  "demuc_id": "8b06986b-89cf-4a8d-8a2f-e14ff9e3123e",
 
420
  },
421
  {
422
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
423
+ "topic_number": 1,
424
  "topic_title_vi": "An ninh quốc gia",
425
  "topic_title_en": "National security",
426
  "demuc_id": "e499d586-a641-4a44-8591-7814730dc583",
 
430
  },
431
  {
432
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
433
+ "topic_number": 1,
434
  "topic_title_vi": "An ninh quốc gia",
435
  "topic_title_en": "National security",
436
  "demuc_id": "68079655-45cb-43a1-8c03-6603a7c52ec6",
 
440
  },
441
  {
442
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
443
+ "topic_number": 1,
444
  "topic_title_vi": "An ninh quốc gia",
445
  "topic_title_en": "National security",
446
  "demuc_id": "18b6dee2-0ff9-4cb7-b2b4-fb6ee352013e",
 
450
  },
451
  {
452
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
453
+ "topic_number": 1,
454
  "topic_title_vi": "An ninh quốc gia",
455
  "topic_title_en": "National security",
456
  "demuc_id": "7ca2c60d-7e8f-4604-b622-7d297acd506f",
 
460
  },
461
  {
462
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
463
+ "topic_number": 1,
464
  "topic_title_vi": "An ninh quốc gia",
465
  "topic_title_en": "National security",
466
  "demuc_id": "f0f0c740-cb1f-4013-b5bc-9e14672d586d",
 
470
  },
471
  {
472
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
473
+ "topic_number": 1,
474
  "topic_title_vi": "An ninh quốc gia",
475
  "topic_title_en": "National security",
476
  "demuc_id": "74d84211-de1e-44b4-b2c2-976d87c3190b",
 
480
  },
481
  {
482
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
483
+ "topic_number": 1,
484
  "topic_title_vi": "An ninh quốc gia",
485
  "topic_title_en": "National security",
486
  "demuc_id": "53892a89-6ea2-44c2-8f84-840fab0e8c47",
 
490
  },
491
  {
492
  "topic_id": "c3b69131-2931-4f67-926e-b244e18e8081",
493
+ "topic_number": 1,
494
  "topic_title_vi": "An ninh quốc gia",
495
  "topic_title_en": "National security",
496
  "demuc_id": "e071327d-c715-4ad2-9dd7-e8c2aa4e912a",
 
500
  },
501
  {
502
  "topic_id": "5576c952-dabe-4363-b94a-13419996ff4b",
503
+ "topic_number": 2,
504
  "topic_title_vi": "Bảo hiểm",
505
  "topic_title_en": "Insurance",
506
  "demuc_id": "583b913f-4d4b-46da-911c-112342c6ea49",
 
510
  },
511
  {
512
  "topic_id": "5576c952-dabe-4363-b94a-13419996ff4b",
513
+ "topic_number": 2,
514
  "topic_title_vi": "Bảo hiểm",
515
  "topic_title_en": "Insurance",
516
  "demuc_id": "4b27a678-6cea-4635-9bf3-4f3655ca74af",
 
520
  },
521
  {
522
  "topic_id": "c124612e-a23f-4199-8747-55fe4e8a8c89",
523
+ "topic_number": 3,
524
  "topic_title_vi": "Bưu chính, viễn thông",
525
  "topic_title_en": "Postal services and telecommunications",
526
  "demuc_id": "66c59035-9acd-430a-affd-86563bc7ce77",
 
530
  },
531
  {
532
  "topic_id": "c124612e-a23f-4199-8747-55fe4e8a8c89",
533
+ "topic_number": 3,
534
  "topic_title_vi": "Bưu chính, viễn thông",
535
  "topic_title_en": "Postal services and telecommunications",
536
  "demuc_id": "82e15104-9b5b-4b48-94f2-4ab37fc8e8a1",
 
540
  },
541
  {
542
  "topic_id": "c124612e-a23f-4199-8747-55fe4e8a8c89",
543
+ "topic_number": 3,
544
  "topic_title_vi": "Bưu chính, viễn thông",
545
  "topic_title_en": "Postal services and telecommunications",
546
  "demuc_id": "7812bcbd-b493-41bd-9787-2589fde15e8f",
 
550
  },
551
  {
552
  "topic_id": "c124612e-a23f-4199-8747-55fe4e8a8c89",
553
+ "topic_number": 3,
554
  "topic_title_vi": "Bưu chính, viễn thông",
555
  "topic_title_en": "Postal services and telecommunications",
556
  "demuc_id": "29b3d08e-82e7-404c-8607-26db1a607f84",
 
560
  },
561
  {
562
  "topic_id": "e967223c-d26a-4c7f-a8d9-420843bd5bf9",
563
+ "topic_number": 4,
564
  "topic_title_vi": "Bổ trợ tư pháp",
565
  "topic_title_en": "Auxiliary judicial activities",
566
  "demuc_id": "fed3bc5b-86a8-41a4-a1b6-2a47e30c77d1",
 
570
  },
571
  {
572
  "topic_id": "e967223c-d26a-4c7f-a8d9-420843bd5bf9",
573
+ "topic_number": 4,
574
  "topic_title_vi": "Bổ trợ tư pháp",
575
  "topic_title_en": "Auxiliary judicial activities",
576
  "demuc_id": "d762a424-dab9-400c-b04f-9a03fe7085fa",
 
580
  },
581
  {
582
  "topic_id": "e967223c-d26a-4c7f-a8d9-420843bd5bf9",
583
+ "topic_number": 4,
584
  "topic_title_vi": "Bổ trợ tư pháp",
585
  "topic_title_en": "Auxiliary judicial activities",
586
  "demuc_id": "d4bc3980-2c1f-4dfc-b2e9-0943e6aa611d",
 
590
  },
591
  {
592
  "topic_id": "e967223c-d26a-4c7f-a8d9-420843bd5bf9",
593
+ "topic_number": 4,
594
  "topic_title_vi": "Bổ trợ tư pháp",
595
  "topic_title_en": "Auxiliary judicial activities",
596
  "demuc_id": "22caf491-de7a-428a-888a-ed629c7f7a35",
 
600
  },
601
  {
602
  "topic_id": "e967223c-d26a-4c7f-a8d9-420843bd5bf9",
603
+ "topic_number": 4,
604
  "topic_title_vi": "Bổ trợ tư pháp",
605
  "topic_title_en": "Auxiliary judicial activities",
606
  "demuc_id": "e7b9346d-dea5-49c5-a166-bd41599dd9e7",
 
610
  },
611
  {
612
  "topic_id": "cb5c6841-2c38-48ca-b946-da24c8d8a099",
613
+ "topic_number": 5,
614
  "topic_title_vi": "Cán bộ, công chức, viên chức",
615
  "topic_title_en": "Cadres, civil servants, and public employees",
616
  "demuc_id": "bc6d8c20-c34f-4bd7-a17d-0f29f1abb7ac",
 
620
  },
621
  {
622
  "topic_id": "e4b6a170-8415-42a5-9ee2-f8eb147f5d15",
623
+ "topic_number": 6,
624
  "topic_title_vi": "Chính sách xã hội",
625
  "topic_title_en": "Social policy",
626
  "demuc_id": "3a8413a9-7763-4a9b-93f8-dd5f18ba1594",
 
630
  },
631
  {
632
  "topic_id": "e4b6a170-8415-42a5-9ee2-f8eb147f5d15",
633
+ "topic_number": 6,
634
  "topic_title_vi": "Chính sách xã hội",
635
  "topic_title_en": "Social policy",
636
  "demuc_id": "f4428e88-cf73-4d8f-920d-ae402512fe94",
 
640
  },
641
  {
642
  "topic_id": "e4b6a170-8415-42a5-9ee2-f8eb147f5d15",
643
+ "topic_number": 6,
644
  "topic_title_vi": "Chính sách xã hội",
645
  "topic_title_en": "Social policy",
646
  "demuc_id": "bacdbd85-9876-46f4-a7e7-3575950d10f7",
 
650
  },
651
  {
652
  "topic_id": "e4b6a170-8415-42a5-9ee2-f8eb147f5d15",
653
+ "topic_number": 6,
654
  "topic_title_vi": "Chính sách xã hội",
655
  "topic_title_en": "Social policy",
656
  "demuc_id": "3ab62963-aeea-43da-b7b9-209ebdb37946",
 
660
  },
661
  {
662
  "topic_id": "e4b6a170-8415-42a5-9ee2-f8eb147f5d15",
663
+ "topic_number": 6,
664
  "topic_title_vi": "Chính sách xã hội",
665
  "topic_title_en": "Social policy",
666
  "demuc_id": "0dc5ba03-9284-4d66-88c9-d24c3ce5b1fe",
 
670
  },
671
  {
672
  "topic_id": "3a225bc6-c8c9-459e-967e-9876d4eb2c33",
673
+ "topic_number": 7,
674
  "topic_title_vi": "Công nghiệp",
675
  "topic_title_en": "Industry",
676
  "demuc_id": "6ae40c23-0862-4cc6-9faf-a6591febd46e",
 
680
  },
681
  {
682
  "topic_id": "3a225bc6-c8c9-459e-967e-9876d4eb2c33",
683
+ "topic_number": 7,
684
  "topic_title_vi": "Công nghiệp",
685
  "topic_title_en": "Industry",
686
  "demuc_id": "19cf24e0-40e1-4a77-b7d6-977575e0e5f2",
 
690
  },
691
  {
692
  "topic_id": "3a225bc6-c8c9-459e-967e-9876d4eb2c33",
693
+ "topic_number": 7,
694
  "topic_title_vi": "Công nghiệp",
695
  "topic_title_en": "Industry",
696
  "demuc_id": "913b88fd-89da-4fc5-8268-477ae6d71bac",
 
700
  },
701
  {
702
  "topic_id": "efbefb52-bf45-41df-aaf4-6a4e833f333e",
703
+ "topic_number": 8,
704
  "topic_title_vi": "Dân số, gia đình, trẻ em, bình đẳng giới",
705
  "topic_title_en": "Population, family, children, and gender equality",
706
  "demuc_id": "83242e4c-1738-4140-afe5-a5d4f0b8d776",
 
710
  },
711
  {
712
  "topic_id": "efbefb52-bf45-41df-aaf4-6a4e833f333e",
713
+ "topic_number": 8,
714
  "topic_title_vi": "Dân số, gia đình, trẻ em, bình đẳng giới",
715
  "topic_title_en": "Population, family, children, and gender equality",
716
  "demuc_id": "c57132ec-b2a3-4e38-9433-afd6cc770a8c",
 
720
  },
721
  {
722
  "topic_id": "efbefb52-bf45-41df-aaf4-6a4e833f333e",
723
+ "topic_number": 8,
724
  "topic_title_vi": "Dân số, gia đình, trẻ em, bình đẳng giới",
725
  "topic_title_en": "Population, family, children, and gender equality",
726
  "demuc_id": "4913a1cf-5f78-471c-a807-ed5f8c57aaee",
 
730
  },
731
  {
732
  "topic_id": "efbefb52-bf45-41df-aaf4-6a4e833f333e",
733
+ "topic_number": 8,
734
  "topic_title_vi": "Dân số, gia đình, trẻ em, bình đẳng giới",
735
  "topic_title_en": "Population, family, children, and gender equality",
736
  "demuc_id": "23e1929c-6151-4f15-9d67-11d4f7964dc8",
 
740
  },
741
  {
742
  "topic_id": "8545ecbc-f0ce-44aa-83d6-c43d056f63f2",
743
+ "topic_number": 9,
744
  "topic_title_vi": "Dân sự",
745
  "topic_title_en": "Civil law",
746
  "demuc_id": "eb0e4753-243e-4344-90e6-70aaf5188a6d",
 
750
  },
751
  {
752
  "topic_id": "8545ecbc-f0ce-44aa-83d6-c43d056f63f2",
753
+ "topic_number": 9,
754
  "topic_title_vi": "Dân sự",
755
  "topic_title_en": "Civil law",
756
  "demuc_id": "9fbd9627-0235-4d28-92c7-e4b4c6e96577",
 
760
  },
761
  {
762
  "topic_id": "8545ecbc-f0ce-44aa-83d6-c43d056f63f2",
763
+ "topic_number": 9,
764
  "topic_title_vi": "Dân sự",
765
  "topic_title_en": "Civil law",
766
  "demuc_id": "176d1e26-86ea-43d0-a30b-0436225de492",
 
770
  },
771
  {
772
  "topic_id": "a6ee2d1a-2edc-4c30-bff5-81efbd765464",
773
+ "topic_number": 10,
774
  "topic_title_vi": "Dân tộc",
775
  "topic_title_en": "Ethnic minorities",
776
  "demuc_id": "049522e0-fec2-4d52-916d-dd103ba69627",
 
780
  },
781
  {
782
  "topic_id": "8e485a16-50aa-4c80-9fbe-3b286287f8c1",
783
+ "topic_number": 12,
784
  "topic_title_vi": "Doanh nghiệp, hợp tác xã",
785
  "topic_title_en": "Enterprises and cooperatives",
786
  "demuc_id": "319387a3-090a-47a5-82f6-a9bacbe5d341",
 
790
  },
791
  {
792
  "topic_id": "8e485a16-50aa-4c80-9fbe-3b286287f8c1",
793
+ "topic_number": 12,
794
  "topic_title_vi": "Doanh nghiệp, hợp tác xã",
795
  "topic_title_en": "Enterprises and cooperatives",
796
  "demuc_id": "4a142ced-63ce-410b-9bfd-60923fd10bc1",
 
800
  },
801
  {
802
  "topic_id": "8e485a16-50aa-4c80-9fbe-3b286287f8c1",
803
+ "topic_number": 12,
804
  "topic_title_vi": "Doanh nghiệp, hợp tác xã",
805
  "topic_title_en": "Enterprises and cooperatives",
806
  "demuc_id": "1dc74584-acb9-4572-95f5-3e46bb5524d2",
 
810
  },
811
  {
812
  "topic_id": "b82ee309-2527-4a7d-8d4d-fccdfabbc86c",
813
+ "topic_number": 14,
814
  "topic_title_vi": "Giao thông, vận tải",
815
  "topic_title_en": "Transport",
816
  "demuc_id": "024d0bdb-4439-40e4-90ae-f3525f58351b",
 
820
  },
821
  {
822
  "topic_id": "b82ee309-2527-4a7d-8d4d-fccdfabbc86c",
823
+ "topic_number": 14,
824
  "topic_title_vi": "Giao thông, vận tải",
825
  "topic_title_en": "Transport",
826
  "demuc_id": "c9269682-f64e-4a54-a352-98e10cadaf26",
 
830
  },
831
  {
832
  "topic_id": "b82ee309-2527-4a7d-8d4d-fccdfabbc86c",
833
+ "topic_number": 14,
834
  "topic_title_vi": "Giao thông, vận tải",
835
  "topic_title_en": "Transport",
836
  "demuc_id": "5679c4d3-5ccc-4bd8-8ed9-e849a866f444",
 
840
  },
841
  {
842
  "topic_id": "a5b5fa2d-056c-48c4-b6fc-c782359511ff",
843
+ "topic_number": 15,
844
  "topic_title_vi": "Hành chính tư pháp",
845
  "topic_title_en": "Judicial administration",
846
  "demuc_id": "0d5b64ca-267f-4cb9-9400-63448387b0d6",
 
850
  },
851
  {
852
  "topic_id": "a5b5fa2d-056c-48c4-b6fc-c782359511ff",
853
+ "topic_number": 15,
854
  "topic_title_vi": "Hành chính tư pháp",
855
  "topic_title_en": "Judicial administration",
856
  "demuc_id": "d0a39796-1eb4-4862-972b-87d5ad87ae2c",
 
860
  },
861
  {
862
  "topic_id": "a5b5fa2d-056c-48c4-b6fc-c782359511ff",
863
+ "topic_number": 15,
864
  "topic_title_vi": "Hành chính tư pháp",
865
  "topic_title_en": "Judicial administration",
866
  "demuc_id": "a2284f91-14b5-47f5-b05d-51bf84d8a561",
 
870
  },
871
  {
872
  "topic_id": "a5b5fa2d-056c-48c4-b6fc-c782359511ff",
873
+ "topic_number": 15,
874
  "topic_title_vi": "Hành chính tư pháp",
875
  "topic_title_en": "Judicial administration",
876
  "demuc_id": "8fcdd797-43ee-4c72-924d-119a7395ed59",
 
880
  },
881
  {
882
  "topic_id": "a5b5fa2d-056c-48c4-b6fc-c782359511ff",
883
+ "topic_number": 15,
884
  "topic_title_vi": "Hành chính tư pháp",
885
  "topic_title_en": "Judicial administration",
886
  "demuc_id": "ff9bd05c-2e15-4b95-9b1c-26dbd5684060",
 
890
  },
891
  {
892
  "topic_id": "0672ce80-caa2-4d12-a474-6d86349c9dab",
893
+ "topic_number": 16,
894
  "topic_title_vi": "Hình sự",
895
  "topic_title_en": "Criminal law",
896
  "demuc_id": "bcc2a59a-ccbe-4739-afd4-f45811a15122",
 
900
  },
901
  {
902
  "topic_id": "9daf2b7f-cf24-4c97-adf8-0903f6b7f18e",
903
+ "topic_number": 17,
904
  "topic_title_vi": "Kế toán, kiểm toán",
905
  "topic_title_en": "Accounting and auditing",
906
  "demuc_id": "4f1e7688-a75f-471f-b053-75eab7c11188",
 
910
  },
911
  {
912
  "topic_id": "9daf2b7f-cf24-4c97-adf8-0903f6b7f18e",
913
+ "topic_number": 17,
914
  "topic_title_vi": "Kế toán, kiểm toán",
915
  "topic_title_en": "Accounting and auditing",
916
  "demuc_id": "1261f60d-7916-4275-a63d-da426d1a955d",
 
920
  },
921
  {
922
  "topic_id": "9daf2b7f-cf24-4c97-adf8-0903f6b7f18e",
923
+ "topic_number": 17,
924
  "topic_title_vi": "Kế toán, kiểm toán",
925
  "topic_title_en": "Accounting and auditing",
926
  "demuc_id": "f5a43ce4-3b6e-4fc6-8c1e-eb7222d51d27",
 
930
  },
931
  {
932
  "topic_id": "ff58c8ec-ab1b-4fdd-b732-5f09f9fa09cd",
933
+ "topic_number": 18,
934
  "topic_title_vi": "Khiếu nại, tố cáo",
935
  "topic_title_en": "Complaints and denunciations",
936
  "demuc_id": "673fcdfe-cda8-43aa-b3b9-f3e1e4710027",
 
940
  },
941
  {
942
  "topic_id": "ff58c8ec-ab1b-4fdd-b732-5f09f9fa09cd",
943
+ "topic_number": 18,
944
  "topic_title_vi": "Khiếu nại, tố cáo",
945
  "topic_title_en": "Complaints and denunciations",
946
  "demuc_id": "d9e2a674-7659-4e9d-9cdd-5aa21a50cb69",
 
950
  },
951
  {
952
  "topic_id": "ff58c8ec-ab1b-4fdd-b732-5f09f9fa09cd",
953
+ "topic_number": 18,
954
  "topic_title_vi": "Khiếu nại, tố cáo",
955
  "topic_title_en": "Complaints and denunciations",
956
  "demuc_id": "d23549c3-e7ec-4158-9864-35fc6aefc1cc",
 
960
  },
961
  {
962
  "topic_id": "ff58c8ec-ab1b-4fdd-b732-5f09f9fa09cd",
963
+ "topic_number": 18,
964
  "topic_title_vi": "Khiếu nại, tố cáo",
965
  "topic_title_en": "Complaints and denunciations",
966
  "demuc_id": "bc9a9ade-0c9f-43cc-8cc2-8c69773d163e",
 
970
  },
971
  {
972
  "topic_id": "3f0ce861-9980-43c9-9dcc-8e064c536bee",
973
+ "topic_number": 19,
974
  "topic_title_vi": "Khoa học, công nghệ",
975
  "topic_title_en": "Science and technology",
976
  "demuc_id": "22643fdd-9668-4407-968a-ceac2101f1a0",
 
980
  },
981
  {
982
  "topic_id": "3f0ce861-9980-43c9-9dcc-8e064c536bee",
983
+ "topic_number": 19,
984
  "topic_title_vi": "Khoa học, công nghệ",
985
  "topic_title_en": "Science and technology",
986
  "demuc_id": "47316aca-6f15-49c8-b604-5a6c87351849",
 
990
  },
991
  {
992
  "topic_id": "3f0ce861-9980-43c9-9dcc-8e064c536bee",
993
+ "topic_number": 19,
994
  "topic_title_vi": "Khoa học, công nghệ",
995
  "topic_title_en": "Science and technology",
996
  "demuc_id": "527141b6-8429-4502-868e-f34c7b180e0c",
 
1000
  },
1001
  {
1002
  "topic_id": "3f0ce861-9980-43c9-9dcc-8e064c536bee",
1003
+ "topic_number": 19,
1004
  "topic_title_vi": "Khoa học, công nghệ",
1005
  "topic_title_en": "Science and technology",
1006
  "demuc_id": "f48e34a3-d808-406e-911d-c5b9fd05e693",
 
1010
  },
1011
  {
1012
  "topic_id": "3f0ce861-9980-43c9-9dcc-8e064c536bee",
1013
+ "topic_number": 19,
1014
  "topic_title_vi": "Khoa học, công nghệ",
1015
  "topic_title_en": "Science and technology",
1016
  "demuc_id": "41685e38-e7ab-4c85-a35e-fb1557319a78",
 
1020
  },
1021
  {
1022
  "topic_id": "ed53d710-e3ae-4741-abc7-0f5dd82dec24",
1023
+ "topic_number": 20,
1024
  "topic_title_vi": "Lao động",
1025
  "topic_title_en": "Labour",
1026
  "demuc_id": "b10e4fa0-bfe1-42c1-8ff0-0af74ec834ed",
 
1030
  },
1031
  {
1032
  "topic_id": "ed53d710-e3ae-4741-abc7-0f5dd82dec24",
1033
+ "topic_number": 20,
1034
  "topic_title_vi": "Lao động",
1035
  "topic_title_en": "Labour",
1036
  "demuc_id": "2efd8c6f-509f-4207-84b6-6b22ff780f2a",
 
1040
  },
1041
  {
1042
  "topic_id": "ed53d710-e3ae-4741-abc7-0f5dd82dec24",
1043
+ "topic_number": 20,
1044
  "topic_title_vi": "Lao động",
1045
  "topic_title_en": "Labour",
1046
  "demuc_id": "70094636-89bd-45c5-90d2-14e1c13e8621",
 
1050
  },
1051
  {
1052
  "topic_id": "ed53d710-e3ae-4741-abc7-0f5dd82dec24",
1053
+ "topic_number": 20,
1054
  "topic_title_vi": "Lao động",
1055
  "topic_title_en": "Labour",
1056
  "demuc_id": "916a0b51-9d2e-4256-be6e-14c2e4b059ae",
 
1060
  },
1061
  {
1062
  "topic_id": "1657cd3c-c513-4df5-ae6b-e39a778c640d",
1063
+ "topic_number": 21,
1064
  "topic_title_vi": "Môi trường",
1065
  "topic_title_en": "Environment",
1066
  "demuc_id": "ff7a2466-8f89-4d2b-9031-b99e8ca02a4a",
 
1070
  },
1071
  {
1072
  "topic_id": "0f8741e9-b3d2-488b-aa70-961ccc802227",
1073
+ "topic_number": 22,
1074
  "topic_title_vi": "Ngân hàng, tiền tệ",
1075
  "topic_title_en": "Banking and currency",
1076
  "demuc_id": "93c2e70c-57d6-4c12-8911-b345dcb69597",
 
1080
  },
1081
  {
1082
  "topic_id": "0f8741e9-b3d2-488b-aa70-961ccc802227",
1083
+ "topic_number": 22,
1084
  "topic_title_vi": "Ngân hàng, tiền tệ",
1085
  "topic_title_en": "Banking and currency",
1086
  "demuc_id": "d8e4a3a0-254c-4593-967c-214ae12bcb0f",
 
1090
  },
1091
  {
1092
  "topic_id": "0f8741e9-b3d2-488b-aa70-961ccc802227",
1093
+ "topic_number": 22,
1094
  "topic_title_vi": "Ngân hàng, tiền tệ",
1095
  "topic_title_en": "Banking and currency",
1096
  "demuc_id": "da0b1767-9a75-469a-b2d9-47038a564c65",
 
1100
  },
1101
  {
1102
  "topic_id": "0f8741e9-b3d2-488b-aa70-961ccc802227",
1103
+ "topic_number": 22,
1104
  "topic_title_vi": "Ngân hàng, tiền tệ",
1105
  "topic_title_en": "Banking and currency",
1106
  "demuc_id": "3fc237d4-1e47-4b5e-a651-aa7e2002bc48",
 
1110
  },
1111
  {
1112
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1113
+ "topic_number": 23,
1114
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1115
  "topic_title_en": "Foreign affairs and international treaties",
1116
  "demuc_id": "c281cd7b-893d-4490-b9da-b226d670363c",
 
1120
  },
1121
  {
1122
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1123
+ "topic_number": 23,
1124
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1125
  "topic_title_en": "Foreign affairs and international treaties",
1126
  "demuc_id": "41bd48e0-70b5-4e06-8a55-6fae3449472f",
 
1130
  },
1131
  {
1132
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1133
+ "topic_number": 23,
1134
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1135
  "topic_title_en": "Foreign affairs and international treaties",
1136
  "demuc_id": "11be5109-f55e-41ed-b890-0168cc4aacbc",
 
1140
  },
1141
  {
1142
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1143
+ "topic_number": 23,
1144
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1145
  "topic_title_en": "Foreign affairs and international treaties",
1146
  "demuc_id": "7d8d6ae7-3937-4b64-aa21-9f5260ea2a31",
 
1150
  },
1151
  {
1152
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1153
+ "topic_number": 23,
1154
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1155
  "topic_title_en": "Foreign affairs and international treaties",
1156
  "demuc_id": "04e3798c-9ab3-4896-a06a-dbc630f8d59c",
 
1160
  },
1161
  {
1162
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1163
+ "topic_number": 23,
1164
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1165
  "topic_title_en": "Foreign affairs and international treaties",
1166
  "demuc_id": "caa9cca3-02cc-4751-b79c-6e668f6b5e37",
 
1170
  },
1171
  {
1172
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1173
+ "topic_number": 23,
1174
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1175
  "topic_title_en": "Foreign affairs and international treaties",
1176
  "demuc_id": "a1971a0f-7216-4ee2-b312-9b376f35fbd8",
 
1180
  },
1181
  {
1182
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1183
+ "topic_number": 23,
1184
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1185
  "topic_title_en": "Foreign affairs and international treaties",
1186
  "demuc_id": "b60f2225-2af4-4339-9980-3e1a78bc9ea5",
 
1190
  },
1191
  {
1192
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1193
+ "topic_number": 23,
1194
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1195
  "topic_title_en": "Foreign affairs and international treaties",
1196
  "demuc_id": "d87ac709-a919-4bdb-8777-9696f549c433",
 
1200
  },
1201
  {
1202
  "topic_id": "6db952fa-b9dd-41f7-adf5-ccb22100ac9c",
1203
+ "topic_number": 23,
1204
  "topic_title_vi": "Ngoại giao, điều ước quốc tế",
1205
  "topic_title_en": "Foreign affairs and international treaties",
1206
  "demuc_id": "c8ac5011-9b1f-4056-943c-e38b120b88c4",
 
1210
  },
1211
  {
1212
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1213
+ "topic_number": 24,
1214
  "topic_title_vi": "Nông nghiệp, nông thôn",
1215
  "topic_title_en": "Agriculture and rural development",
1216
  "demuc_id": "9692aa2c-e220-4b39-9385-c1b837149556",
 
1220
  },
1221
  {
1222
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1223
+ "topic_number": 24,
1224
  "topic_title_vi": "Nông nghiệp, nông thôn",
1225
  "topic_title_en": "Agriculture and rural development",
1226
  "demuc_id": "d92bb10f-899d-478f-a0c3-605cce865129",
 
1230
  },
1231
  {
1232
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1233
+ "topic_number": 24,
1234
  "topic_title_vi": "Nông nghiệp, nông thôn",
1235
  "topic_title_en": "Agriculture and rural development",
1236
  "demuc_id": "ad9817c1-1032-4748-97f7-fd4db42fd04e",
 
1240
  },
1241
  {
1242
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1243
+ "topic_number": 24,
1244
  "topic_title_vi": "Nông nghiệp, nông thôn",
1245
  "topic_title_en": "Agriculture and rural development",
1246
  "demuc_id": "9b1d96e2-feb2-4e7f-824b-b50ed8ee2a7a",
 
1250
  },
1251
  {
1252
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1253
+ "topic_number": 24,
1254
  "topic_title_vi": "Nông nghiệp, nông thôn",
1255
  "topic_title_en": "Agriculture and rural development",
1256
  "demuc_id": "2162aa7c-d532-413b-8704-b82973267484",
 
1260
  },
1261
  {
1262
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1263
+ "topic_number": 24,
1264
  "topic_title_vi": "Nông nghiệp, nông thôn",
1265
  "topic_title_en": "Agriculture and rural development",
1266
  "demuc_id": "d6bb8050-369a-41fb-b2ad-11dc28ebd3b8",
 
1270
  },
1271
  {
1272
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1273
+ "topic_number": 24,
1274
  "topic_title_vi": "Nông nghiệp, nông thôn",
1275
  "topic_title_en": "Agriculture and rural development",
1276
  "demuc_id": "2fe0aa65-9b7f-4df7-859e-a5aab478512d",
 
1280
  },
1281
  {
1282
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1283
+ "topic_number": 24,
1284
  "topic_title_vi": "Nông nghiệp, nông thôn",
1285
  "topic_title_en": "Agriculture and rural development",
1286
  "demuc_id": "427ac7e7-cae1-474a-9284-28eeada93cd6",
 
1290
  },
1291
  {
1292
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1293
+ "topic_number": 24,
1294
  "topic_title_vi": "Nông nghiệp, nông thôn",
1295
  "topic_title_en": "Agriculture and rural development",
1296
  "demuc_id": "a3eb99fa-1160-42b1-90ff-39fe66fd4f85",
 
1300
  },
1301
  {
1302
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1303
+ "topic_number": 24,
1304
  "topic_title_vi": "Nông nghiệp, nông thôn",
1305
  "topic_title_en": "Agriculture and rural development",
1306
  "demuc_id": "74254489-5f53-472e-978a-f6af98103323",
 
1310
  },
1311
  {
1312
  "topic_id": "81215563-6346-448e-bded-2933f86276bb",
1313
+ "topic_number": 24,
1314
  "topic_title_vi": "Nông nghiệp, nông thôn",
1315
  "topic_title_en": "Agriculture and rural development",
1316
  "demuc_id": "fbbe39e6-c4bc-41d7-ad09-af874ca0893c",
 
1320
  },
1321
  {
1322
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1323
+ "topic_number": 25,
1324
  "topic_title_vi": "Quốc phòng",
1325
  "topic_title_en": "National defence",
1326
  "demuc_id": "4e35f01e-45ff-4fc6-a105-37b0a7de5979",
 
1330
  },
1331
  {
1332
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1333
+ "topic_number": 25,
1334
  "topic_title_vi": "Quốc phòng",
1335
  "topic_title_en": "National defence",
1336
  "demuc_id": "1a6472e3-9daf-4b62-b672-1f0dd9f8450f",
 
1340
  },
1341
  {
1342
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1343
+ "topic_number": 25,
1344
  "topic_title_vi": "Quốc phòng",
1345
  "topic_title_en": "National defence",
1346
  "demuc_id": "74c5ded7-629a-4da1-b2ed-f8f29866d114",
 
1350
  },
1351
  {
1352
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1353
+ "topic_number": 25,
1354
  "topic_title_vi": "Quốc phòng",
1355
  "topic_title_en": "National defence",
1356
  "demuc_id": "3049f520-19c1-439b-ab42-3994f94824cc",
 
1360
  },
1361
  {
1362
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1363
+ "topic_number": 25,
1364
  "topic_title_vi": "Quốc phòng",
1365
  "topic_title_en": "National defence",
1366
  "demuc_id": "ca22c0ee-5a52-4a85-bfe6-06919ef05ce7",
 
1370
  },
1371
  {
1372
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1373
+ "topic_number": 25,
1374
  "topic_title_vi": "Quốc phòng",
1375
  "topic_title_en": "National defence",
1376
  "demuc_id": "995b0a50-c2a1-45d8-baf6-a0b02c7821cf",
 
1380
  },
1381
  {
1382
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1383
+ "topic_number": 25,
1384
  "topic_title_vi": "Quốc phòng",
1385
  "topic_title_en": "National defence",
1386
  "demuc_id": "9bd8b88d-65b4-44e2-b4b0-34c74810af4a",
 
1390
  },
1391
  {
1392
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1393
+ "topic_number": 25,
1394
  "topic_title_vi": "Quốc phòng",
1395
  "topic_title_en": "National defence",
1396
  "demuc_id": "fa959814-d73c-4253-8857-795185e44d16",
 
1400
  },
1401
  {
1402
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1403
+ "topic_number": 25,
1404
  "topic_title_vi": "Quốc phòng",
1405
  "topic_title_en": "National defence",
1406
  "demuc_id": "97b77c60-c651-4741-9728-b69544031858",
 
1410
  },
1411
  {
1412
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1413
+ "topic_number": 25,
1414
  "topic_title_vi": "Quốc phòng",
1415
  "topic_title_en": "National defence",
1416
  "demuc_id": "d8bc3d2e-b1e3-4023-a2dd-23005a3ca616",
 
1420
  },
1421
  {
1422
  "topic_id": "859b54fa-0c05-4807-a50c-c8be82fcae62",
1423
+ "topic_number": 25,
1424
  "topic_title_vi": "Quốc phòng",
1425
  "topic_title_en": "National defence",
1426
  "demuc_id": "a19e4401-8e66-438e-9f76-f769826ebbe3",
 
1430
  },
1431
  {
1432
  "topic_id": "7a9dcc15-370d-40b4-a02b-28e583b25dbf",
1433
+ "topic_number": 26,
1434
  "topic_title_vi": "Tài chính",
1435
  "topic_title_en": "Public finance",
1436
  "demuc_id": "db2f0e24-579c-40dc-ba36-8a3f27dddffb",
 
1440
  },
1441
  {
1442
  "topic_id": "7a9dcc15-370d-40b4-a02b-28e583b25dbf",
1443
+ "topic_number": 26,
1444
  "topic_title_vi": "Tài chính",
1445
  "topic_title_en": "Public finance",
1446
  "demuc_id": "28115daa-9d22-4d88-8690-c08d3c85b96f",
 
1450
  },
1451
  {
1452
  "topic_id": "c054141c-d30c-4e83-9f35-2fb1c61c6e7c",
1453
+ "topic_number": 27,
1454
  "topic_title_vi": "Tài nguyên",
1455
  "topic_title_en": "Natural resources",
1456
  "demuc_id": "8585b6f4-56c8-457e-afd1-c8e17d60afcb",
 
1460
  },
1461
  {
1462
  "topic_id": "c054141c-d30c-4e83-9f35-2fb1c61c6e7c",
1463
+ "topic_number": 27,
1464
  "topic_title_vi": "Tài nguyên",
1465
  "topic_title_en": "Natural resources",
1466
  "demuc_id": "a6f7334f-42bb-4437-a03f-e6a04816dc9c",
 
1470
  },
1471
  {
1472
  "topic_id": "c054141c-d30c-4e83-9f35-2fb1c61c6e7c",
1473
+ "topic_number": 27,
1474
  "topic_title_vi": "Tài nguyên",
1475
  "topic_title_en": "Natural resources",
1476
  "demuc_id": "ae3606a8-ef39-4d23-a46e-becbc1f86038",
 
1480
  },
1481
  {
1482
  "topic_id": "c054141c-d30c-4e83-9f35-2fb1c61c6e7c",
1483
+ "topic_number": 27,
1484
  "topic_title_vi": "Tài nguyên",
1485
  "topic_title_en": "Natural resources",
1486
  "demuc_id": "12f7dcb6-5ab4-4b7e-a248-2a5e09c113f5",
 
1490
  },
1491
  {
1492
  "topic_id": "1afcaf4b-85cb-4039-8627-3a8a101a7e5b",
1493
+ "topic_number": 28,
1494
  "topic_title_vi": "Tài sản công, nợ công, dự trữ nhà nước",
1495
  "topic_title_en": "Public assets, public debt, and national reserves",
1496
  "demuc_id": "18250665-85b4-4ab9-b862-4eb8afbde3fa",
 
1500
  },
1501
  {
1502
  "topic_id": "1afcaf4b-85cb-4039-8627-3a8a101a7e5b",
1503
+ "topic_number": 28,
1504
  "topic_title_vi": "Tài sản công, nợ công, dự trữ nhà nước",
1505
  "topic_title_en": "Public assets, public debt, and national reserves",
1506
  "demuc_id": "f601c67b-6eec-4cc8-9f5a-848dcd4e2329",
 
1510
  },
1511
  {
1512
  "topic_id": "1afcaf4b-85cb-4039-8627-3a8a101a7e5b",
1513
+ "topic_number": 28,
1514
  "topic_title_vi": "Tài sản công, nợ công, dự trữ nhà nước",
1515
  "topic_title_en": "Public assets, public debt, and national reserves",
1516
  "demuc_id": "1be13677-e642-46c3-9f06-1f9510c3ee84",
 
1520
  },
1521
  {
1522
  "topic_id": "1afcaf4b-85cb-4039-8627-3a8a101a7e5b",
1523
+ "topic_number": 28,
1524
  "topic_title_vi": "Tài sản công, nợ công, dự trữ nhà nước",
1525
  "topic_title_en": "Public assets, public debt, and national reserves",
1526
  "demuc_id": "dc9295ff-6fda-47b1-854e-4cc831d036da",
 
1530
  },
1531
  {
1532
  "topic_id": "1afcaf4b-85cb-4039-8627-3a8a101a7e5b",
1533
+ "topic_number": 28,
1534
  "topic_title_vi": "Tài sản công, nợ công, dự trữ nhà nước",
1535
  "topic_title_en": "Public assets, public debt, and national reserves",
1536
  "demuc_id": "e30822e9-e0e3-4359-9866-bc8892d06202",
 
1540
  },
1541
  {
1542
  "topic_id": "88a4972a-48c2-4def-926b-a71b9f6e4be7",
1543
+ "topic_number": 30,
1544
  "topic_title_vi": "Thi hành án",
1545
  "topic_title_en": "Judgment enforcement",
1546
  "demuc_id": "7434b4be-95be-4913-b9a4-7d67671c4466",
 
1550
  },
1551
  {
1552
  "topic_id": "88a4972a-48c2-4def-926b-a71b9f6e4be7",
1553
+ "topic_number": 30,
1554
  "topic_title_vi": "Thi hành án",
1555
  "topic_title_en": "Judgment enforcement",
1556
  "demuc_id": "f549c597-2521-4480-bc28-505b06f2e22f",
 
1560
  },
1561
  {
1562
  "topic_id": "88a4972a-48c2-4def-926b-a71b9f6e4be7",
1563
+ "topic_number": 30,
1564
  "topic_title_vi": "Thi hành án",
1565
  "topic_title_en": "Judgment enforcement",
1566
  "demuc_id": "47d2af30-c19b-4481-a0e1-47045635b0a3",
 
1570
  },
1571
  {
1572
  "topic_id": "88a4972a-48c2-4def-926b-a71b9f6e4be7",
1573
+ "topic_number": 30,
1574
  "topic_title_vi": "Thi hành án",
1575
  "topic_title_en": "Judgment enforcement",
1576
  "demuc_id": "4062b86e-ef5c-4ea4-af09-45d8b23978d2",
 
1580
  },
1581
  {
1582
  "topic_id": "ee961e69-7a8d-4405-8fe6-ecdf7e44323f",
1583
+ "topic_number": 31,
1584
  "topic_title_vi": "Thống kê",
1585
  "topic_title_en": "Statistics",
1586
  "demuc_id": "13bbc44f-b9ad-49f2-b66b-65da10d2dd34",
 
1590
  },
1591
  {
1592
  "topic_id": "73b6a37d-b55b-443d-b0fd-8f7d1b215ca1",
1593
+ "topic_number": 32,
1594
  "topic_title_vi": "Thông tin, báo chí, xuất bản",
1595
  "topic_title_en": "Information, press, and publishing",
1596
  "demuc_id": "78cd97a5-7ff4-48b4-affc-42cd96aeec18",
 
1600
  },
1601
  {
1602
  "topic_id": "73b6a37d-b55b-443d-b0fd-8f7d1b215ca1",
1603
+ "topic_number": 32,
1604
  "topic_title_vi": "Thông tin, báo chí, xuất bản",
1605
  "topic_title_en": "Information, press, and publishing",
1606
  "demuc_id": "24a6c4d2-66f1-4e91-b25e-5526c4f71ae9",
 
1610
  },
1611
  {
1612
  "topic_id": "73b6a37d-b55b-443d-b0fd-8f7d1b215ca1",
1613
+ "topic_number": 32,
1614
  "topic_title_vi": "Thông tin, báo chí, xuất bản",
1615
  "topic_title_en": "Information, press, and publishing",
1616
  "demuc_id": "3c2e5819-1141-455c-a5a6-1597ea904830",
 
1620
  },
1621
  {
1622
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
1623
+ "topic_number": 33,
1624
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
1625
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
1626
  "demuc_id": "f607aadf-fb26-4b0e-bc95-276da24e5b5d",
 
1630
  },
1631
  {
1632
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
1633
+ "topic_number": 33,
1634
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
1635
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
1636
  "demuc_id": "7aa2408a-41e6-4271-99e4-7b85a55ba7d6",
 
1640
  },
1641
  {
1642
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
1643
+ "topic_number": 33,
1644
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
1645
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
1646
  "demuc_id": "7c82e103-c4c2-4dbe-8ce1-3710f38bfc16",
 
1650
  },
1651
  {
1652
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
1653
+ "topic_number": 33,
1654
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
1655
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
1656
  "demuc_id": "74578908-a474-48ba-a2e1-488ce45475aa",
 
1660
  },
1661
  {
1662
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
1663
+ "topic_number": 33,
1664
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
1665
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
1666
  "demuc_id": "059ac230-9bb7-4445-b8e1-20819540ccd9",
 
1670
  },
1671
  {
1672
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
1673
+ "topic_number": 33,
1674
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
1675
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
1676
  "demuc_id": "ab116df3-d3ed-4a95-95bf-0d6b8962e724",
 
1680
  },
1681
  {
1682
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
1683
+ "topic_number": 33,
1684
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
1685
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
1686
  "demuc_id": "2e267ed0-726e-456e-b9be-4fd43101bdf7",
 
1690
  },
1691
  {
1692
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
1693
+ "topic_number": 33,
1694
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
1695
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
1696
  "demuc_id": "aec013b7-861e-4925-be1f-a8a2469346e4",
 
1700
  },
1701
  {
1702
  "topic_id": "09ca05d1-7f1d-4887-a65d-a210374d1969",
1703
+ "topic_number": 33,
1704
  "topic_title_vi": "Thuế, phí, lệ phí, các khoản thu khác",
1705
  "topic_title_en": "Taxes, fees, charges, and other state revenues",
1706
  "demuc_id": "4b478410-d0e7-4487-9d32-889cd067b4fb",
 
1710
  },
1711
  {
1712
  "topic_id": "717625a2-281b-4307-b21b-68b1c73d2207",
1713
+ "topic_number": 34,
1714
  "topic_title_vi": "Thương mại, đầu tư, chứng khoán",
1715
  "topic_title_en": "Trade, investment, and securities",
1716
  "demuc_id": "3284cd8d-f598-48ea-b425-53e118893530",
 
1720
  },
1721
  {
1722
  "topic_id": "717625a2-281b-4307-b21b-68b1c73d2207",
1723
+ "topic_number": 34,
1724
  "topic_title_vi": "Thương mại, đầu tư, chứng khoán",
1725
  "topic_title_en": "Trade, investment, and securities",
1726
  "demuc_id": "a1df366a-8d87-4f3f-9aa9-2a14ab8c2a3a",
 
1730
  },
1731
  {
1732
  "topic_id": "717625a2-281b-4307-b21b-68b1c73d2207",
1733
+ "topic_number": 34,
1734
  "topic_title_vi": "Thương mại, đầu tư, chứng khoán",
1735
  "topic_title_en": "Trade, investment, and securities",
1736
  "demuc_id": "6b408d5f-24e1-4144-8bf6-123e3225f567",
 
1740
  },
1741
  {
1742
  "topic_id": "717625a2-281b-4307-b21b-68b1c73d2207",
1743
+ "topic_number": 34,
1744
  "topic_title_vi": "Thương mại, đầu tư, chứng khoán",
1745
  "topic_title_en": "Trade, investment, and securities",
1746
  "demuc_id": "3bcee07e-6c24-43df-9c31-c8850ed610a8",
 
1750
  },
1751
  {
1752
  "topic_id": "717625a2-281b-4307-b21b-68b1c73d2207",
1753
+ "topic_number": 34,
1754
  "topic_title_vi": "Thương mại, đầu tư, chứng khoán",
1755
  "topic_title_en": "Trade, investment, and securities",
1756
  "demuc_id": "a5dd4141-f13c-40f3-802d-a6175684bb0a",
 
1760
  },
1761
  {
1762
  "topic_id": "717625a2-281b-4307-b21b-68b1c73d2207",
1763
+ "topic_number": 34,
1764
  "topic_title_vi": "Thương mại, đầu tư, chứng khoán",
1765
  "topic_title_en": "Trade, investment, and securities",
1766
  "demuc_id": "c8606224-625f-4a7c-9054-b81d95af4068",
 
1770
  },
1771
  {
1772
  "topic_id": "717625a2-281b-4307-b21b-68b1c73d2207",
1773
+ "topic_number": 34,
1774
  "topic_title_vi": "Thương mại, đầu tư, chứng khoán",
1775
  "topic_title_en": "Trade, investment, and securities",
1776
  "demuc_id": "60e61f6a-bddb-4e43-94a0-59e153947e7a",
 
1780
  },
1781
  {
1782
  "topic_id": "3fc1ee9d-eec6-4839-9c98-7ac2ca9e0792",
1783
+ "topic_number": 35,
1784
  "topic_title_vi": "Tổ chức bộ máy nhà nước",
1785
  "topic_title_en": "Organisation of the state apparatus",
1786
  "demuc_id": "3285256c-25e1-4621-afdc-647fbdd766ea",
 
1790
  },
1791
  {
1792
  "topic_id": "3fc1ee9d-eec6-4839-9c98-7ac2ca9e0792",
1793
+ "topic_number": 35,
1794
  "topic_title_vi": "Tổ chức bộ máy nhà nước",
1795
  "topic_title_en": "Organisation of the state apparatus",
1796
  "demuc_id": "7b384cc2-bbb1-436c-a9fb-35487e6dc2ae",
 
1800
  },
1801
  {
1802
  "topic_id": "3fc1ee9d-eec6-4839-9c98-7ac2ca9e0792",
1803
+ "topic_number": 35,
1804
  "topic_title_vi": "Tổ chức bộ máy nhà nước",
1805
  "topic_title_en": "Organisation of the state apparatus",
1806
  "demuc_id": "b22e0b0a-4de6-4d97-8f57-5a8f4d4a9b09",
 
1810
  },
1811
  {
1812
  "topic_id": "3fc1ee9d-eec6-4839-9c98-7ac2ca9e0792",
1813
+ "topic_number": 35,
1814
  "topic_title_vi": "Tổ chức bộ máy nhà nước",
1815
  "topic_title_en": "Organisation of the state apparatus",
1816
  "demuc_id": "7d0dfc81-bcee-4437-9236-9066a6f45d3f",
 
1820
  },
1821
  {
1822
  "topic_id": "ce9b9ff4-87dd-44d1-add8-27c1ec82d856",
1823
+ "topic_number": 36,
1824
  "topic_title_vi": "Tổ chức chính trị - xã hội, hội",
1825
  "topic_title_en": "Socio-political organisations and associations",
1826
  "demuc_id": "2bcac534-554f-47d3-b299-bd9cfc1b92d5",
 
1830
  },
1831
  {
1832
  "topic_id": "ce9b9ff4-87dd-44d1-add8-27c1ec82d856",
1833
+ "topic_number": 36,
1834
  "topic_title_vi": "Tổ chức chính trị - xã hội, hội",
1835
  "topic_title_en": "Socio-political organisations and associations",
1836
  "demuc_id": "62aa0284-6ac0-4c02-8504-945335930df9",
 
1840
  },
1841
  {
1842
  "topic_id": "ce9b9ff4-87dd-44d1-add8-27c1ec82d856",
1843
+ "topic_number": 36,
1844
  "topic_title_vi": "Tổ chức chính trị - xã hội, hội",
1845
  "topic_title_en": "Socio-political organisations and associations",
1846
  "demuc_id": "213aa299-188e-4c1d-af68-ba87a99d849b",
 
1850
  },
1851
  {
1852
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1853
+ "topic_number": 37,
1854
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1855
  "topic_title_en": "Litigation and dispute-resolution procedures",
1856
  "demuc_id": "fe2f89c2-15c9-4a77-bdf8-f4898d545be7",
 
1860
  },
1861
  {
1862
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1863
+ "topic_number": 37,
1864
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1865
  "topic_title_en": "Litigation and dispute-resolution procedures",
1866
  "demuc_id": "1a57cf9e-7470-4872-ab8e-19658d465dc5",
 
1870
  },
1871
  {
1872
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1873
+ "topic_number": 37,
1874
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1875
  "topic_title_en": "Litigation and dispute-resolution procedures",
1876
  "demuc_id": "09fb5301-812d-4630-8f9a-9c8cac67a21c",
 
1880
  },
1881
  {
1882
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1883
+ "topic_number": 37,
1884
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1885
  "topic_title_en": "Litigation and dispute-resolution procedures",
1886
  "demuc_id": "62ca4694-ef40-4288-8ab4-e7098e95cd5c",
 
1890
  },
1891
  {
1892
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1893
+ "topic_number": 37,
1894
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1895
  "topic_title_en": "Litigation and dispute-resolution procedures",
1896
  "demuc_id": "be7352a9-a7bd-40e6-86cc-86e18772a8fe",
 
1900
  },
1901
  {
1902
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1903
+ "topic_number": 37,
1904
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1905
  "topic_title_en": "Litigation and dispute-resolution procedures",
1906
  "demuc_id": "6d281129-df44-468d-91ef-0e75fa435310",
 
1910
  },
1911
  {
1912
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1913
+ "topic_number": 37,
1914
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1915
  "topic_title_en": "Litigation and dispute-resolution procedures",
1916
  "demuc_id": "3c3bfd95-920c-404d-82f9-c95af4d8b4e1",
 
1920
  },
1921
  {
1922
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1923
+ "topic_number": 37,
1924
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1925
  "topic_title_en": "Litigation and dispute-resolution procedures",
1926
  "demuc_id": "2a0ee4ce-22b7-4228-902b-c91c426ec79f",
 
1930
  },
1931
  {
1932
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1933
+ "topic_number": 37,
1934
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1935
  "topic_title_en": "Litigation and dispute-resolution procedures",
1936
  "demuc_id": "7cdd63fb-16ea-4ed4-bf3c-6529a021b3d2",
 
1940
  },
1941
  {
1942
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1943
+ "topic_number": 37,
1944
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1945
  "topic_title_en": "Litigation and dispute-resolution procedures",
1946
  "demuc_id": "0e10d80f-a915-4cc9-999c-99eaefed23d0",
 
1950
  },
1951
  {
1952
  "topic_id": "cef09501-9f71-4c9a-aa35-238ea8c79f76",
1953
+ "topic_number": 37,
1954
  "topic_title_vi": "Tố tụng và các phương thức giải quyết tranh chấp",
1955
  "topic_title_en": "Litigation and dispute-resolution procedures",
1956
  "demuc_id": "6d1742f8-bf8d-45f2-a18b-44fa107c360a",
 
1960
  },
1961
  {
1962
  "topic_id": "48d084d9-d3f1-4c13-a898-dde6840fe0ff",
1963
+ "topic_number": 38,
1964
  "topic_title_vi": "Tôn giáo, tín ngưỡng",
1965
  "topic_title_en": "Religion and beliefs",
1966
  "demuc_id": "4b6f90cb-015c-4cdd-9c87-b8ecc0470fdb",
 
1970
  },
1971
  {
1972
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
1973
+ "topic_number": 39,
1974
  "topic_title_vi": "Trật tự, an toàn xã hội",
1975
  "topic_title_en": "Public order and social safety",
1976
  "demuc_id": "eeffe922-dc02-4aef-89a3-3f26e19a2e62",
 
1980
  },
1981
  {
1982
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
1983
+ "topic_number": 39,
1984
  "topic_title_vi": "Trật tự, an toàn xã hội",
1985
  "topic_title_en": "Public order and social safety",
1986
  "demuc_id": "6a501e4a-ba3f-40e2-902f-af4a52b14bb4",
 
1990
  },
1991
  {
1992
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
1993
+ "topic_number": 39,
1994
  "topic_title_vi": "Trật tự, an toàn xã hội",
1995
  "topic_title_en": "Public order and social safety",
1996
  "demuc_id": "51ae5342-6f32-4eaf-9b8b-01add97cbee4",
 
2000
  },
2001
  {
2002
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
2003
+ "topic_number": 39,
2004
  "topic_title_vi": "Trật tự, an toàn xã hội",
2005
  "topic_title_en": "Public order and social safety",
2006
  "demuc_id": "9fcc00f2-817c-4857-9347-1a65efa9c0cd",
 
2010
  },
2011
  {
2012
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
2013
+ "topic_number": 39,
2014
  "topic_title_vi": "Trật tự, an toàn xã hội",
2015
  "topic_title_en": "Public order and social safety",
2016
  "demuc_id": "cf43428f-7076-42b8-b0ef-678f73203eef",
 
2020
  },
2021
  {
2022
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
2023
+ "topic_number": 39,
2024
  "topic_title_vi": "Trật tự, an toàn xã hội",
2025
  "topic_title_en": "Public order and social safety",
2026
  "demuc_id": "05a9e8b3-09c8-4c0c-a99e-117a864efe3d",
 
2030
  },
2031
  {
2032
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
2033
+ "topic_number": 39,
2034
  "topic_title_vi": "Trật tự, an toàn xã hội",
2035
  "topic_title_en": "Public order and social safety",
2036
  "demuc_id": "f459bbbc-e15c-416d-b9f4-086464028e0f",
 
2040
  },
2041
  {
2042
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
2043
+ "topic_number": 39,
2044
  "topic_title_vi": "Trật tự, an toàn xã hội",
2045
  "topic_title_en": "Public order and social safety",
2046
  "demuc_id": "cf97fc4b-c101-4750-a556-063f0d29e520",
 
2050
  },
2051
  {
2052
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
2053
+ "topic_number": 39,
2054
  "topic_title_vi": "Trật tự, an toàn xã hội",
2055
  "topic_title_en": "Public order and social safety",
2056
  "demuc_id": "9d9a7001-0799-4bd8-8c31-964f9a7b9603",
 
2060
  },
2061
  {
2062
  "topic_id": "965fd0b7-e8b0-434a-83c2-9f9b2b4fbcba",
2063
+ "topic_number": 39,
2064
  "topic_title_vi": "Trật tự, an toàn xã hội",
2065
  "topic_title_en": "Public order and social safety",
2066
  "demuc_id": "4920f114-9be7-403d-8de8-4d9340680d4e",
 
2070
  },
2071
  {
2072
  "topic_id": "01684735-cbae-4b6f-9471-1010ab2f350a",
2073
+ "topic_number": 40,
2074
  "topic_title_vi": "Tương trợ tư pháp",
2075
  "topic_title_en": "Mutual judicial assistance",
2076
  "demuc_id": "e8e1515c-249d-4a9b-af30-ac0d8a3aac7d",
 
2080
  },
2081
  {
2082
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2083
+ "topic_number": 41,
2084
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2085
  "topic_title_en": "Culture, sports, and tourism",
2086
  "demuc_id": "da2154d2-f8c9-434c-b94c-e17fea6bc416",
 
2090
  },
2091
  {
2092
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2093
+ "topic_number": 41,
2094
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2095
  "topic_title_en": "Culture, sports, and tourism",
2096
  "demuc_id": "26f7a2a3-4962-4fda-852b-49da69886c12",
 
2100
  },
2101
  {
2102
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2103
+ "topic_number": 41,
2104
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2105
  "topic_title_en": "Culture, sports, and tourism",
2106
  "demuc_id": "2f7bed93-ec8e-4d43-9111-7f1caa9cc74f",
 
2110
  },
2111
  {
2112
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2113
+ "topic_number": 41,
2114
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2115
  "topic_title_en": "Culture, sports, and tourism",
2116
  "demuc_id": "ed278a00-f167-476a-8719-bffc8cb3a4c8",
 
2120
  },
2121
  {
2122
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2123
+ "topic_number": 41,
2124
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2125
  "topic_title_en": "Culture, sports, and tourism",
2126
  "demuc_id": "b8f68141-2d67-4c85-886c-58a9bbf45472",
 
2130
  },
2131
  {
2132
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2133
+ "topic_number": 41,
2134
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2135
  "topic_title_en": "Culture, sports, and tourism",
2136
  "demuc_id": "f79b4160-3a6b-4eb2-8854-ac95a79a0b81",
 
2140
  },
2141
  {
2142
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2143
+ "topic_number": 41,
2144
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2145
  "topic_title_en": "Culture, sports, and tourism",
2146
  "demuc_id": "410d4005-c2b8-4f05-b9c0-96ec01b866d7",
 
2150
  },
2151
  {
2152
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2153
+ "topic_number": 41,
2154
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2155
  "topic_title_en": "Culture, sports, and tourism",
2156
  "demuc_id": "5f523176-05b6-4d4e-903d-a12faffaa759",
 
2160
  },
2161
  {
2162
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2163
+ "topic_number": 41,
2164
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2165
  "topic_title_en": "Culture, sports, and tourism",
2166
  "demuc_id": "956c36d8-0ced-4865-a298-51759c932274",
 
2170
  },
2171
  {
2172
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2173
+ "topic_number": 41,
2174
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2175
  "topic_title_en": "Culture, sports, and tourism",
2176
  "demuc_id": "8e9f6ba1-5870-479a-8030-0fa7c13c2d1a",
 
2180
  },
2181
  {
2182
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2183
+ "topic_number": 41,
2184
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2185
  "topic_title_en": "Culture, sports, and tourism",
2186
  "demuc_id": "8235ccff-cbf5-4e10-a1a5-20842940408f",
 
2190
  },
2191
  {
2192
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2193
+ "topic_number": 41,
2194
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2195
  "topic_title_en": "Culture, sports, and tourism",
2196
  "demuc_id": "c78e4b28-0d12-4211-98a5-47fbbd144f7b",
 
2200
  },
2201
  {
2202
  "topic_id": "487180ab-07c0-45c1-9e73-1ab76b2a55c9",
2203
+ "topic_number": 41,
2204
  "topic_title_vi": "Văn hóa, thể thao, du lịch",
2205
  "topic_title_en": "Culture, sports, and tourism",
2206
  "demuc_id": "68aef5c8-dbb5-4e57-9d86-564d971b622a",
 
2210
  },
2211
  {
2212
  "topic_id": "1c1f149f-f1bf-4ddb-9f6b-b2adbf17d410",
2213
+ "topic_number": 42,
2214
  "topic_title_vi": "Văn thư lưu trữ",
2215
  "topic_title_en": "Records and archives",
2216
  "demuc_id": "59750dbc-0ac3-4d75-928e-18983dc7ecf6",
 
2220
  },
2221
  {
2222
  "topic_id": "11a7e159-46bf-48bf-93ec-4e415f84c678",
2223
+ "topic_number": 43,
2224
  "topic_title_vi": "Xây dựng, nhà ở, đô thị",
2225
  "topic_title_en": "Construction, housing, and urban planning",
2226
  "demuc_id": "295ceaf7-684c-42a9-9f57-c60ff5581bcc",
 
2230
  },
2231
  {
2232
  "topic_id": "ec61c177-8f68-4a69-a42b-2257d599d907",
2233
+ "topic_number": 44,
2234
  "topic_title_vi": "Xây dựng pháp luật và thi hành pháp luật",
2235
  "topic_title_en": "Lawmaking and law enforcement",
2236
  "demuc_id": "62a101f0-01c7-41a9-b6b9-a4c04a4bb34b",
 
2240
  },
2241
  {
2242
  "topic_id": "ec61c177-8f68-4a69-a42b-2257d599d907",
2243
+ "topic_number": 44,
2244
  "topic_title_vi": "Xây dựng pháp luật và thi hành pháp luật",
2245
  "topic_title_en": "Lawmaking and law enforcement",
2246
  "demuc_id": "ab2a3ec6-2176-4dac-a836-cde2cae944b1",
 
2250
  },
2251
  {
2252
  "topic_id": "ec61c177-8f68-4a69-a42b-2257d599d907",
2253
+ "topic_number": 44,
2254
  "topic_title_vi": "Xây dựng pháp luật và thi hành pháp luật",
2255
  "topic_title_en": "Lawmaking and law enforcement",
2256
  "demuc_id": "606f1686-5fd0-4a16-aa1b-21acef306e78",
 
2260
  },
2261
  {
2262
  "topic_id": "ec61c177-8f68-4a69-a42b-2257d599d907",
2263
+ "topic_number": 44,
2264
  "topic_title_vi": "Xây dựng pháp luật và thi hành pháp luật",
2265
  "topic_title_en": "Lawmaking and law enforcement",
2266
  "demuc_id": "59a38639-f218-4f4d-872e-c2d9f9a69dd0",
 
2270
  },
2271
  {
2272
  "topic_id": "ec61c177-8f68-4a69-a42b-2257d599d907",
2273
+ "topic_number": 44,
2274
  "topic_title_vi": "Xây dựng pháp luật và thi hành pháp luật",
2275
  "topic_title_en": "Lawmaking and law enforcement",
2276
  "demuc_id": "34030833-66c0-4966-9dff-1f02e805d94f",
 
2280
  },
2281
  {
2282
  "topic_id": "ec61c177-8f68-4a69-a42b-2257d599d907",
2283
+ "topic_number": 44,
2284
  "topic_title_vi": "Xây dựng pháp luật và thi hành pháp luật",
2285
  "topic_title_en": "Lawmaking and law enforcement",
2286
  "demuc_id": "f9c15fe6-0ef1-4870-959e-d0cf1a2deb41",
 
2290
  },
2291
  {
2292
  "topic_id": "ec61c177-8f68-4a69-a42b-2257d599d907",
2293
+ "topic_number": 44,
2294
  "topic_title_vi": "Xây dựng pháp luật và thi hành pháp luật",
2295
  "topic_title_en": "Lawmaking and law enforcement",
2296
  "demuc_id": "87bb6177-4c03-4173-8a12-9a75337bb2e0",
 
2300
  },
2301
  {
2302
  "topic_id": "ec61c177-8f68-4a69-a42b-2257d599d907",
2303
+ "topic_number": 44,
2304
  "topic_title_vi": "Xây dựng pháp luật và thi hành pháp luật",
2305
  "topic_title_en": "Lawmaking and law enforcement",
2306
  "demuc_id": "b892dee4-ee6e-4228-988f-7101b89443de",
 
2310
  },
2311
  {
2312
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2313
+ "topic_number": 45,
2314
  "topic_title_vi": "Y tế, dược",
2315
  "topic_title_en": "Health and pharmaceuticals",
2316
  "demuc_id": "0cf69ad9-6f29-4ee4-8e16-2c3aa65c3a52",
 
2320
  },
2321
  {
2322
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2323
+ "topic_number": 45,
2324
  "topic_title_vi": "Y tế, dược",
2325
  "topic_title_en": "Health and pharmaceuticals",
2326
  "demuc_id": "e78855bc-bfb3-4c1f-8582-168945065e04",
 
2330
  },
2331
  {
2332
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2333
+ "topic_number": 45,
2334
  "topic_title_vi": "Y tế, dược",
2335
  "topic_title_en": "Health and pharmaceuticals",
2336
  "demuc_id": "69c5de18-47ab-4e67-a069-08c27a6e1ba7",
 
2340
  },
2341
  {
2342
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2343
+ "topic_number": 45,
2344
  "topic_title_vi": "Y tế, dược",
2345
  "topic_title_en": "Health and pharmaceuticals",
2346
  "demuc_id": "0abd54e4-923f-48a3-9f22-b9672dcf4185",
 
2350
  },
2351
  {
2352
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2353
+ "topic_number": 45,
2354
  "topic_title_vi": "Y tế, dược",
2355
  "topic_title_en": "Health and pharmaceuticals",
2356
  "demuc_id": "a650d744-65b5-4ec6-a985-8a52d5e6a524",
 
2360
  },
2361
  {
2362
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2363
+ "topic_number": 45,
2364
  "topic_title_vi": "Y tế, dược",
2365
  "topic_title_en": "Health and pharmaceuticals",
2366
  "demuc_id": "bfffac09-7a35-4529-8a83-5849b3267f3f",
 
2370
  },
2371
  {
2372
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2373
+ "topic_number": 45,
2374
  "topic_title_vi": "Y tế, dược",
2375
  "topic_title_en": "Health and pharmaceuticals",
2376
  "demuc_id": "e50cbcc9-5eb2-4a22-b6c4-2f08f2811fdb",
 
2380
  },
2381
  {
2382
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2383
+ "topic_number": 45,
2384
  "topic_title_vi": "Y tế, dược",
2385
  "topic_title_en": "Health and pharmaceuticals",
2386
  "demuc_id": "3cd17527-175c-446a-8b09-5c4cbfcb4f1f",
 
2390
  },
2391
  {
2392
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2393
+ "topic_number": 45,
2394
  "topic_title_vi": "Y tế, dược",
2395
  "topic_title_en": "Health and pharmaceuticals",
2396
  "demuc_id": "0cf4f78c-b5f8-4618-8803-41a226c2ab84",
 
2400
  },
2401
  {
2402
  "topic_id": "607817d9-0840-4986-b41f-5f3e9ae650c2",
2403
+ "topic_number": 45,
2404
  "topic_title_vi": "Y tế, dược",
2405
  "topic_title_en": "Health and pharmaceuticals",
2406
  "demuc_id": "f807bad9-3b81-41c5-bbc1-b4ab37a89431",
ontology_demucs.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a3a649ce05ef6784fcbac201426623f392f5b047516dcf6dc73ee6ecedb5d57
3
- size 28056
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d090a6cd9116dc07a05f15d545117191c490a1af137aebf9fa2578094bd41742
3
+ size 28232
ontology_glossary.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad4a4fbe08b1d963e14d3c7bfdbf4be0fd2b55751e8e4b31f5aa531319c35440
3
- size 7580
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:399a5ccc5b4f3e85323894fad795015b5d4f94b0320e775fffcb397052438e87
3
+ size 7656
ontology_instruments.png CHANGED

Git LFS Details

  • SHA256: 28e409361dc679cf49f7df0c892d10950836a2006b62808f1b569e78acdf14ff
  • Pointer size: 131 Bytes
  • Size of remote file: 181 kB

Git LFS Details

  • SHA256: 8ee51401437f8c1c36183258d33cbff216759f524b313aba1b8a5710fd14bc0f
  • Pointer size: 131 Bytes
  • Size of remote file: 180 kB
ontology_sunburst.png CHANGED

Git LFS Details

  • SHA256: 87d99a1db139f37da5a5e709e0bcb6f13121fe753e3893a9cb53f893d3d29c61
  • Pointer size: 131 Bytes
  • Size of remote file: 721 kB

Git LFS Details

  • SHA256: baad72161c240616374d903e510fdd6f28066560eacb439f5fac399bf0f3dcf2
  • Pointer size: 131 Bytes
  • Size of remote file: 721 kB
ontology_topics.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:50fa47fbe96cfd7191dd0d29ddf85b9b76f101bdd6578ac455a4f8c5c55db4ee
3
- size 10728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0313d07a3aab5627be21ac1e9b17a95ee8238f43e8efd26ee750e42634e8e43b
3
+ size 10894
ontology_topics.png CHANGED

Git LFS Details

  • SHA256: 373b05897482753ee8c5e719249a7dedbea83462d2c9da167ac5f55ca1ae5104
  • Pointer size: 131 Bytes
  • Size of remote file: 177 kB

Git LFS Details

  • SHA256: 082e1636c4816f1dc277e2840b89669c0304a3c3ea1c88e694eb1e6bf2f9b5c1
  • Pointer size: 131 Bytes
  • Size of remote file: 179 kB
ontology_topics_bilingual.png CHANGED

Git LFS Details

  • SHA256: 80dc0b11b282ce48a67d35196ee4e51b0bd3eb7d7e4cbf4c3fe9d3460f2140e4
  • Pointer size: 131 Bytes
  • Size of remote file: 503 kB

Git LFS Details

  • SHA256: 2f258a08c0af7b359e1bcb505de3be755a1c36ed6b04e1eb7813e991956e6bb0
  • Pointer size: 131 Bytes
  • Size of remote file: 502 kB
ontology_treemap.png CHANGED

Git LFS Details

  • SHA256: 42c2d491b5a06ee59e80f057d31a880e804f18e5bb24a6d0fd295d783529f89e
  • Pointer size: 131 Bytes
  • Size of remote file: 261 kB

Git LFS Details

  • SHA256: 2f45682af56473518b5917dae77521882a56182672b76703f65f23eec7b92d8a
  • Pointer size: 131 Bytes
  • Size of remote file: 259 kB
tree_nodes.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b04b0ff994310f309aa789c6b0231ee07ccd4d27e4b81004dcb1d0f5f1ba39c0
3
- size 17776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2041b8cd14d1d1fbe644d7eee51bda8fe6a8f5c8c9eedd88c3ffe5cafc9e70d
3
+ size 17898