Skip to content
Snippets Groups Projects
thesaurus.sql 720 KiB
Newer Older
  • Learn to ignore specific revisions
  • 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2000, 'Mutuelle', '', '', 'Complémentaire santé', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2001, 'Myopathie', '', '', 'Maladie neuromusculaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2002, 'Mytiliculture', 'Elevage des mollusques filtreurs appelés moules', '', 'Aquaculture', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2003, 'Naissance', '', '', 'Natalité', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2004, 'Namibie', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2005, 'Nancy', '', '', 'Meurthe et Moselle', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2006, 'Nanomatériau', 'Un nanomatériau est un matériau (sous forme de poudre, aérosol ou quasi-gaz, suspension liquide, gel) possédant des propriétés particulières à cause de sa taille et structure nanométrique.', '', 'Nanotechnologies', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2007, 'Nanoparticule', 'Les nanoparticules sont des éléments ayant une taille nanométrique, entre 1 et 100 nanomètres (1 nanomètre est 1000 millions de fois plus petit qu''un mètre). L''échelle est de l''ordre des molécules.', '', 'Nanotechnologies', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2008, 'Nanotechnologies', 'Les nanotechnologies sont l''étude et la fabrication de structures ou systèmes à l''échelle nanométrique. Elles regroupent plusieurs domaines tels que l''optique, la biologie, l''électronique, la mécanique et la chimie qui manipulent des objets d''une taille de l''ordre du nanomètre.', '', 'Recherche', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2009, 'Nantes', '', '', 'Loire Atlantique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2010, 'Nappe phréatique', '', '', 'Qualité de l''eau', NULL, 'Nappe aquifère/Nappe d''eau');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2011, 'Natalité', '', '', 'Démographie', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2012, 'Natation', '', '', 'Sport nautique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2013, 'Nation', '', '', 'Vie politique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2014, 'Nationalisme', '', '', 'Idéologie politique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2015, 'Nationalité', '', '', 'Droit civil', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2016, 'National-socialisme', '', '', 'Idéologie politique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2017, 'Naufrage', '', 'Accident', 'Sécurité maritime', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2018, 'Nauru', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2019, 'Navire', '', '', 'Transport maritime', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2020, 'Négociation', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2021, 'Négociation collective', '', '', 'Relations professionnelles', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2022, 'Négociations salariales', '', '', 'Traitement', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2023, 'Neige', '', '', 'Météorologie', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2024, 'Népal', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2025, 'New York', '', '', 'Etats-Unis', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2026, 'Nicaragua', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2027, 'Nice', '', '', 'Alpes Maritimes', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2028, 'Niche fiscale', '', '', 'Fiscalité', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2029, 'Nièvre', '', '', 'France par département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2030, 'Niger', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2031, 'Nigeria', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2032, 'Nîmes', '', '', 'Gard', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2033, 'Nioué', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2034, 'Nitrate', '', '', 'Pollution de l''eau', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2035, 'Niveau d''intervention', '', '', 'Intervention en situation d''urgence', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2036, 'Nom patronymique', 'Depuis la loi du 4 mars 2001, on emploie le terme Nom de famille', '', 'Etat civil', NULL, 'Patronyme');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2037, 'Nomenclature des actes', '', '', 'Sécurité sociale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2038, 'Non-voyant', '', '', 'Handicap physique', NULL, 'Braille/Chien guide');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2039, 'Nord', '', '', 'France par département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2040, 'Normandie', '', '', 'France par région', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2041, 'Norme juridique', '', '', 'Texte officiel', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2042, 'Normes environnementales et économie d''énergie', '', '', 'Amélioration de l''habitat', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2043, 'Norvège', '', 'Pays nordiques', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2044, 'Notaire', '', '', 'Métier du droit', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2045, 'Nouvel accompagnement pour la création ou la reprise d''entreprise (NACRE)', 'Accompagnement pour la création et la reprise d''entreprise en faveur des porteurs de projets, demandeurs d''emploi et bénéficiaires des minima sociaux ', '', 'Aide aux entreprises', NULL, 'Nouvel accompagnement pour la création ou la reprise d''entreprise');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2046, 'Nouvelle Calédonie', '', '', 'Collectivité sui generis', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2047, 'Nouvelle géographie prioritaire', '', '', 'Politique de la ville', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2048, 'Nouvelle Zélande', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2049, 'Nuisance aéroportuaire', '', '', 'Pollution sonore', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2050, 'Numerus clausus', '', '', 'Université', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2051, 'Obésité', '', '', 'Pathologie', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2052, 'Obligation alimentaire', '', '', 'Droit de la famille', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2053, 'Obligation parentale d''entretien', 'L''article 371-1 du code civil stipule que chacun des parents contribue à l''entretien et à l''éducation des enfants à proportion de ses ressources, de celles de l''autre parent, ainsi que des besoins de l''enfant.', '', 'Autorité parentale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2054, 'Obstétrique', '', '', 'Spécialité médicale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2055, 'Océan indien', '', '', 'Zone géographique et géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2056, 'Océanie', '', '', 'Zone géographique et géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2057, 'Océanographie', '', '', 'Recherche', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2058, 'Œuf', '', '', 'Produit animal', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2059, 'Œuvres sociales', '', '', 'Aide humanitaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2060, 'Office du tourisme', '', '', 'Tourisme', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2061, 'Offre de soins', '', '', 'Planification sanitaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2062, 'Oise', '', '', 'France par département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2063, 'Oiseau', '', '', 'Faune', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2064, 'Oiseaux migrateurs', '', '', 'Oiseau', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2065, 'Oman', '', 'Moyen Orient', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2066, 'ONDAM', '', '', 'Dépense d''assurance maladie', NULL, 'Objectif national des dépenses d''assurance maladie');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2067, 'Opération intérêt national (OIN)', '', '', 'Politique du logement', NULL, 'OIN');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2068, 'Opération ville vie vacances', '', '', 'Politique de la ville', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2069, 'Ophtalmologie', '', '', 'Profession paramédicale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2070, 'Opinion publique', '', '', 'Information', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2071, 'Opposition', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2072, 'Opticien-lunetier', '', '', 'Profession paramédicale', NULL, 'Opticien');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2073, 'Ordonnance', '', '', 'Norme juridique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2074, 'Ordre du jour', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2075, 'Ordre national des infirmiers', '', '', 'Ordre professionnel', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2076, 'Ordre national des médecins', '', '', 'Ordre professionnel', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2077, 'Ordre national des pharmaciens', '', '', 'Ordre professionnel', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2078, 'Ordre national du mérite', '', '', 'Décoration', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2079, 'Ordre professionnel', '', '', 'Corps humain et pratique médicale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2080, 'Ordre public', '', '', 'Affaires intérieures', NULL, 'Maintien de l''ordre');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2081, 'Ordre public social', 'Caractère s''attachant à la plupart des règles légales ou réglementaires de droit du travail et en vertu duquel les stipulations conventionnelles ou contractuelles qui seraient contraires aux règles étatiques (dans un sens défavorable aux salariés), sont privées d''effet. C''est un ordre public de protection, car il fixe des seuils qui garantissent un minimum de protection juridique et sociale. ', '', 'Principe de droit', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2082, 'Organe communautaire', '', '', 'Organisation communautaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2083, 'Organisation administrative', '', '', 'Administration publique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2084, 'Organisation communautaire', '', '', 'Questions européennes', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2085, 'Organisation de coopération et de développement économiques (OCDE)', '', '', 'Organisation internationale', NULL, 'Organisation de coopération et de développement économiques');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2086, 'Organisation de la justice', '', '', 'Justice', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2087, 'Organisation de la sécurité sociale', '', '', 'Sécurité sociale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2088, 'Organisation des Nations unies (ONU)', '', '', 'Organisation internationale', NULL, 'Organisation des Nations unies');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2089, 'Organisation des Nations unies pour l''éducation, la science et la culture (UNESCO)', '', '', 'Organisation internationale', NULL, 'Organisation des Nations unies pour l''éducation, la science et la culture');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2090, 'Organisation du travail', '', '', 'Travail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2091, 'Organisation internationale', '', '', 'Relations internationales', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2092, 'Organisation internationale du travail (OIT)', '', '', 'Travail', NULL, 'Organisation internationale du travail');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2093, 'Organisation internationale pour les migrations (OIM)', '', '', 'Organisation internationale', NULL, 'Organisation internationale pour les migrations');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2094, 'Organisation mondiale de la santé (OMS)', '', '', 'Organisation internationale', NULL, 'Organisation mondiale de la santé');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2095, 'Organisation non gouvernementale (ONG)', '', '', 'Relations internationales', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2096, 'Organisation professionnelle', '', 'Organisation patronale', 'Relations professionnelles', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2097, 'Organisation territoriale', '', '', '09 - VIE ADMINISTRATIVE ET POLITIQUE', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2098, 'Organisation territoriale de défense', '', '', 'Politique de défense', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2099, 'Organisme', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2100, 'Organisme de formation', '', '', 'Formation professionnelle', NULL, 'Centre de formation');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2101, 'Organisme de protection animale', '', '', 'Faune', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2102, 'Organisme de recherche', '', '', 'Recherche', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2103, 'Organisme génétiquement modifié (OGM)', '', '', 'Génétique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2104, 'Organisme privé de placement', '', '', 'Service public de l''emploi', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2105, 'Orientation scolaire et professionnelle', '', '', 'Education', NULL, 'Orientation scolaire');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2106, 'Origine France', '', '', 'Etiquetage des produits', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2107, 'Orléans', '', '', 'Loiret', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2108, 'Orne', '', '', 'France par département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2109, 'Orphelin', '', 'Orphelin de guerre', 'Droit civil', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2110, 'Orphelin de guerre', '', '', 'Pupille de la Nation', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2111, 'Orthopédiste', '', '', 'Profession paramédicale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2112, 'Orthophonie', '', '', 'Spécialité paramédicale', NULL, 'Dyslexie');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2113, 'Orthoptiste', '', '', 'Profession paramédicale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2114, 'Ostéopathie', '', '', 'Spécialité paramédicale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2115, 'Ostéoporose', '', '', 'Maladie du système ostéoarticulaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2116, 'Ostréiculture', 'Elevage des huîtres', '', 'Aquaculture', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2117, 'Ouganda', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2118, 'Ouragan', '', '', 'Catastrophe naturelle', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2119, 'Ours', '', '', 'Animal sauvage', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2120, 'Ouverture-fermeture de classe', '', '', 'Politique de l''éducation', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2121, 'Ouverture-fermeture d''école', '', '', 'Politique de l''éducation', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2122, 'Ouvrage d''art', '', '', 'Aménagement du territoire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2123, 'Ouzbékistan', '', 'CEI', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2124, 'Ovin', '', '', 'Cheptel', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2125, 'Oxyde d''azote', '', '', 'Gaz', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2126, 'Oxyde de carbone', '', '', 'Gaz', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2127, 'Ozone', '', '', 'Gaz', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2128, 'PACS', '', '', 'Situation matrimoniale', NULL, 'Contrat d''union civil et social/CUCS/Pacte civil de solidarité/Union sociale');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2129, 'Pacte de stabilité et de croissance', 'Le PSC est l''instrument dont les pays de la zone euro se sont dotés afin de coordonner leurs politiques budgétaires nationales et d''éviter l''apparition de déficits budgétaires excessifs. Il impose aux États de la zone euro d''avoir à terme des budgets proches de l''équilibre ou excédentaires.', '', 'Politique économique communautaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2130, 'Pakistan', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2131, 'Palaos', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2132, 'Palestine', '', '', 'Zone géographique et géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2133, 'Paludisme', '', 'Moustique', 'Maladie infectieuse', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2134, 'Panama', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2135, 'Pantouflage', '', '', 'Statut général', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2136, 'Papouasie-Nouvelle Guinée', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2137, 'Paquebot', '', '', 'Navire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2138, 'Paradis fiscaux', '', '', 'Economie souterraine', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2139, 'Paraguay', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2140, 'Parc aquatique', '', '', 'Equipement de loisirs', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2141, 'Parc de loisirs', '', '', 'Equipement de loisirs', NULL, 'Aire de loisirs');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2142, 'Parc de stationnement', '', 'Parking', 'Equipement collectif', NULL, 'Parking');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2143, 'Parc national', '', '', 'Parc naturel', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2144, 'Parc naturel', '', '', 'Espace protégé', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2145, 'Parc naturel aquatique', '', '', 'Parc national', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2146, 'Parc régional', '', '', 'Parc naturel', NULL, 'Parc naturel régional/PNR');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2147, 'Parc résidentiel de loisirs', '', '', 'Equipement touristique', NULL, 'PRL');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2148, 'Parcours d''accès aux carrières de la fonction publique territoriale, hospitalière de l''Etat (PACTE)', 'Dispositif créé par l''ordonnance n° 2005-901 du 1er août 2005 dans le cadre des mesures d''urgence pour l''emploi visant à recruter des jeunes sans qualification dans la fonction publique', '', 'Statut général', NULL, 'Parcours d''accès aux carrières de la fonction publique territoriale, hospitalière de l''Etat');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2149, 'Parcours de santé', 'Le parcours de santé se définit comme une prise en charge globale du patient et de l''usager dans un territoire donné. Il s''articule autour de la prévention, du sanitaire, du médico-social et du social. Les parcours reposent sur l''intervention d''acteurs du système de soins, de services et d''établissements médico-sociaux et sociaux, de collectivités locales, d''autres services de l''Etat et d''organismes de protection sociale.', '', 'Assurance maladie', NULL, 'Parcours de soins');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2150, 'Parent d''élève', '', 'Association', 'Scolarité', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2151, 'Pari sportif', '', 'Industrie du jeu', 'Sport', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2152, 'Paritarisme', '', '', 'Droit du travail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2153, 'Parlement', '', '', 'Institution politique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2154, 'Parlement européen', '', '', 'Institution communautaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2155, 'Parrainage', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2156, 'Partenaires sociaux', '', 'Syndicats', 'Dialogue social', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2157, 'Partenariat', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2158, 'Partenariat oriental', 'Accord d''association : l''Arménie, l''Azerbaïdjan, la Biélorussie, la Géorgie, la Moldavie et l''Ukraine', 'Arménie/Azerbaïdjan/Biélorussie/Géorgie/Moldavie/Ukraine', 'Adhésion à l''Union européenne', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2159, 'Partenariat transatlantique de commerce et d''investissement', 'Traité de libre-échange transatlantique (TAFTA)', '', 'Union européenne', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2160, 'Parti communiste français (PCF)', '', '', 'Parti politique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2161, 'Parti politique', '', '', 'Vie politique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2162, 'Parti radical de gauche (PRG)', '', '', 'Parti politique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2163, 'Parti socialiste (PS)', '', '', 'Parti politique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2164, 'Participation de l''Etat', '', '', 'Financement de l''économie', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2165, 'Participation financière des salariés', '', '', 'Gouvernance de l''entreprise', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2166, 'Particules fines', '', '', 'Gaz d''échappement', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2167, 'Pas de Calais', '', '', 'France par département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2168, 'PASER', '', '', 'Déconcentration', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2169, 'Passage à la monnaie unique', '', '', 'Union économique et monétaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2170, 'Pathologie', '', '', 'Corps humain et pratique médicale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2171, 'Patinoire', '', '', 'Equipement sportif', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2172, 'Patrimoine', '', '', 'Economie', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2173, 'Pauvreté', '', '', 'Aide sociale', NULL, 'Précarité');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2174, 'Pavillon de complaisance', '', '', 'Transport maritime', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2175, 'Payes arabes', '', '', 'Zone géographique et géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2176, 'Pays baltes', '', '', 'Zone géographique et géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2177, 'Pays de Galles', '', '', 'Royaume-Uni', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2178, 'Pays de la Loire', '', '', 'France par région', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2179, 'Pays de la zone euro', '', '', 'Zone géographique et géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2180, 'Pays de l''Est', '', '', 'Zone géographique et géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2181, 'Pays de l''OCDE', '', '', 'Zone géographique et géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2182, 'Pays de l''Union européenne', '', '', 'Zone géographique et géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2183, 'Pays d''Europe centrale et orientale', '', '', 'Zone géographique et géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2184, 'Pays développés à économie de marché (PDEM)', '', '', 'Géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2185, 'Pays émergent', '', '', 'Zone géographique et géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2186, 'Pays émergents', '', '', 'Géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2187, 'Pays et zones géographiques', '', '', '11 - LISTES ANNEXES', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2188, 'Pays étranger', '', '', 'Pays et zones géographiques', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2189, 'Pays francophone', '', '', 'Zone géographique et géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2190, 'Pays méditerranéen', '', '', 'Zone géographique et géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2191, 'Pays non aligné', '', '', 'Zone géographique et géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2192, 'Pays nordiques', '', '', 'Zone géographique et géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2193, 'Pays socialistes', '', '', 'Zone géographique et géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2194, 'Pays-Bas', '', '', 'Pays étranger', NULL, 'Pays Bas');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2195, 'Péage', '', '', 'Autoroute', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2196, 'Pêche', '', '', '01 - MONDE AGRICOLE', NULL, 'Pêche fluviale/Pêche maritime');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2197, 'Pêche côtière', '', '', 'Lieu de pêche', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2198, 'Pêche en eau douce', '', '', 'Lieu de pêche', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2199, 'Pêche en haute mer', '', '', 'Lieu de pêche', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2200, 'Pêche industrielle', '', '', 'Industrie de la pêche', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2201, 'Pêche maritime', '', '', 'Lieu de pêche', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2202, 'Pêche traditionnelle', '', '', 'Industrie de la pêche', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2203, 'Pédagogie', '', '', 'Education', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2204, 'Pédiatrie', '', '', 'Spécialité médicale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2205, 'Pédicure-podologue', '', '', 'Profession paramédicale', NULL, 'Pédicure');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2206, 'Pédophilie', '', '', 'Abus sexuel', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2207, 'Peine de mort', '', '', 'Sanction', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2208, 'Peinture', '', '', 'Culture', NULL, 'Invitation d''artiste');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2209, 'Pékin', '', '', 'Chine', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2210, 'Pénibilité du travail', '', '', 'Sécurité au travail', NULL, 'Travail pénible');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2211, 'Péniche', '', '', 'Trafic fluvial', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2212, 'Pension alimentaire', '', '', 'Prestation familiale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2213, 'Pension de retraite', '', '', 'Retraite', NULL, 'Pension de vieillesse');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2214, 'Pension de réversion', '', '', 'Pension de retraite', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2215, 'Pension de veuvage', '', '', 'Prestation familiale', NULL, 'Pension de veuf/Pension de veuve');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2216, 'Pension d''invalidité', '', '', 'Handicap', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2217, 'Pensionné de la marine marchande', '', '', 'Marin', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2218, 'Pépinière d''entreprises', '', '', 'Entreprise', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2219, 'Période de chasse', '', '', 'Chasse', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2220, 'Périodique', '', '', 'Mots-outils', NULL, 'Revue');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2221, 'Périphérique', '', '', 'Infrastructure de transport routier', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2222, 'Permanence d''accueil, d''information et d''orientation (PAIO)', '', '', 'Service public de l''emploi', NULL, 'Permanence d''accueil, d''information et d''orientation');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2223, 'Permis à points', '', '', 'Permis de conduire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2224, 'Permis de chasse', '', '', 'Chasse', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2225, 'Permis de conduire', '', '', 'Sécurité routière', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2226, 'Permis de construire', '', '', 'Document d''urbanisme', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2227, 'Pérou', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2228, 'Perpétuité', '', '', 'Sanction', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2229, 'Personnalité juridique', '', '', 'Justice', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2230, 'Personnalité politique', '', '', 'Vie politique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2231, 'Personne âgée', '', 'Sénior', 'Vieillesse', NULL, 'Troisième âge/Vieillard');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2232, 'Personne de référence', '', '', 'Autorité parentale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2233, 'Personne handicapée', '', '', 'Handicap', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2234, 'Personnel au sol', '', '', 'Transport aérien', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2235, 'Personnel militaire', '', '', 'Armée', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2236, 'Personnel navigant', '', '', 'Transport aérien', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2237, 'Personnel non médical', '', '', 'Profession de santé', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2238, 'Personnel pénitentiaire', '', '', 'Prison', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2239, 'Perte de la nationalité', '', '', 'Nationalité', NULL, 'Déchéance de la nationalité');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2240, 'Pesticide', '', '', 'Produit phytosanitaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2241, 'Petite et moyenne entreprise (PME)', '', '', 'Type d''entreprise', NULL, 'PME');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2242, 'Pétition', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2243, 'Pétrole', '', '', 'Type d''énergie', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2244, 'Pétrolier', '', '', 'Navire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2245, 'Pharmacie - parapharmacie', '', '', 'Hôpital', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2246, 'Pharmacien', '', 'Profession libérale', 'Profession de santé', NULL, 'Pharmacien d''officine');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2247, 'Pharmacodépendance', '', '', 'Pratique addictive', NULL, 'Dépendance aux médicaments');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2248, 'Pharmacovigilance', '', '', 'Surveillance médicale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2249, 'Phénomène climatique', '', '', 'Météorologie', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2250, 'Phénomène naturel', '', '', 'Surveillance de l''environnement', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2251, 'Philippines', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2252, 'Philosophie', '', '', 'Discipline enseignée', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2253, 'Phosphates', '', '', 'Pollution de l''eau', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2254, 'Photographie', '', '', 'Art', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2255, 'Phtalates', '', '', 'Polluant', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2256, 'Physique', '', '', 'Recherche', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2257, 'Physique nucléaire', '', '', 'Physique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2258, 'Phytothérapie', '', '', 'Médecine non conventionnelle', NULL, 'Plante médicinale');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2259, 'Pièce d''identité', '', '', 'Etat civil', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2260, 'Piercing', '', '', 'Modification corporelle', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2261, 'Pilote', '', '', 'Personnel navigant', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2262, 'Pirate informatique', '', '', 'Informatique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2263, 'Piraterie', '', '', 'Crime et délit', NULL, 'Détournement d''avion');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2264, 'Piscine', '', '', 'Equipement sportif', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2265, 'Piste d''atterrissage et de décollage', '', '', 'Infrastructure aéronautique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2266, 'Piste de ski', '', '', 'Equipement sportif', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2267, 'Placement d''enfant', '', '', 'Protection de l''enfance', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2268, 'Placement sous surveillance électronique', '', 'Juge d''application des peines (JAP)', 'Prison', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2269, 'Plage', '', '', 'Littoral', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2270, 'Plan', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2271, 'Plan d''aménagement', '', '', 'Politique d''aménagement du territoire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2272, 'Plan de prévention des risques d''inondation (PPRI)', '', '', 'Inondation', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2273, 'Plan de prévention des risques technologiques', '', '', 'Risque technologique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2274, 'Plan d''épargne entreprise', '', '', 'Epargne salariale', NULL, 'PEE');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2275, 'Plan départemental', '', '', 'Déconcentration', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2276, 'Plan d''occupation des sols (POS)', '', '', 'Document d''urbanisme', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2277, 'Plan local d''urbanisme (PLU)', '', '', 'Document d''urbanisme', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2278, 'Plan Polmar', 'Plan d’intervention français qui est déclenché en cas de pollution marine accidentelle', '', 'Dispositif d''intervention', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2279, 'Plan régional', '', '', 'Déconcentration', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2280, 'Plan régional pour la qualité de l''air (PRQA)', '', '', 'Qualité de l''air', NULL, 'Plan régional de la qualité de l''air');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2281, 'Plan social', '', 'Licenciement/Licenciement pour motif économique', 'Travail', NULL, 'Plan de sauvegarde de l''emploi');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2282, 'Plan Vigipirate', '', '', 'Terrorisme', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2283, 'Planification hospitalière', '', '', 'Hôpital', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2284, 'Planification familiale', '', '', 'Politique de la famille', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2285, 'Planification sanitaire', '', '', 'Santé individuelle', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2286, 'Plans régionaux d''accès à la prévention et aux soins (PRAPS)', '', '', 'Planification sanitaire', NULL, 'Programme régional pour l''accès à la prévention et aux soins');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2287, 'Plateau technique', '', '', 'Dispositif médical', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2288, 'Plongée subaquatique', '', '', 'Sport nautique', NULL, 'Plongée sous-marine');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2289, 'Pluie acide', '', '', 'Pollution atmosphérique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2290, 'Plus-value', '', '', 'Marché financier', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2291, 'Poésie', '', '', 'Culture', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2292, 'Poids lourd', '', '', 'Fret routier', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2293, 'Point d''indice', '', '', 'Traitement', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2294, 'Poisson', '', '', 'Faune', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2295, 'Pôle de compétitivité', 'Les pôles de compétitivité sont constitués par le regroupement sur un même territoire d''entreprises, d''établissements d''enseignement supérieur et d''organismes de recherche publics ou privés qui ont vocation à travailler en synergie pour mettre en œuvre des projets de développement économique pour l''innovation.', '', 'Aménagement du territoire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2296, 'Pôle emploi', 'Organisme issu de la fusion ANPE-Assedic créé par la loi n° 2008-116 du 13 janvier 2008 relative à la réforme de l''organisation du service public de l''emploi - Décret d''application n° 2008-1010 du 19/09/2008.', '', 'Service public de l''emploi', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2297, 'Police', '', '', 'Ordre public', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2298, 'Police de proximité', '', '', 'Politique de sécurité', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2299, 'Police municipale', '', '', 'Police', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2300, 'Police nationale', '', '', 'Police', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2301, 'Police sanitaire', '', '', 'Police', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2302, 'Poliomyélite', '', '', 'Maladie infectieuse', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2303, 'Politique Agricole Commune (PAC)', '', 'Agriculture', 'Politique commune', NULL, 'Politique agricole commune');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2304, 'Politique commune', '', '', 'Questions européennes', NULL, 'Politique communautaire');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2305, 'Politique commune des transports', '', '', 'Politique commune', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2306, 'Politique culturelle', '', '', 'Culture', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2307, 'Politique d''aménagement du territoire', '', '', 'Aménagement du territoire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2308, 'Politique de défense', '', '', 'Défense', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2309, 'Politique de la famille', '', '', 'Famille', NULL, 'Politique familiale');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2310, 'Politique de la formation', '', '', 'Formation professionnelle', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2311, 'Politique de la pêche', '', '', 'Pêche', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2312, 'Politique de la santé', '', '', 'Santé individuelle', NULL, 'Politique de santé publique');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2313, 'Politique de la ville', '', '', 'Ville', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2314, 'Politique de l''éducation', '', '', 'Education', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2315, 'Politique de l''emploi', '', '', 'Emploi', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2316, 'Politique de l''environnement', '', '', 'Développement durable', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2317, 'Politique de lutte contre l''exclusion', '', '', 'Aide sociale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2318, 'Politique de sécurité', '', '', 'Sécurité publique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2319, 'Politique du logement', '', '', 'Logement et hébergement', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2320, 'Politique économique communautaire', '', '', 'Politique commune', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2321, 'Politique hospitalière', '', '', 'Hôpital', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2322, 'Politique sociale', '', '', 'Aide sociale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2323, 'Politique sociale communautaire', '', '', 'Politique commune', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2324, 'Polluant', '', '', 'Développement durable', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2325, 'Pollution accidentelle', '', '', 'Développement durable', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2326, 'Pollution atmosphérique', '', '', 'Développement durable', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2327, 'Pollution de la mer', '', '', 'Développement durable', NULL, 'Pollution du littoral');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2328, 'Pollution de l''eau', '', '', 'Développement durable', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2329, 'Pollution du sol', '', '', 'Traitement des sols', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2330, 'Pollution électromagnétiques', '', '', 'Développement durable', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2331, 'Pollution olfactive', '', 'Odeur', 'Développement durable', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2332, 'Pollution radioactive', '', 'Victimes', 'Développement durable', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2333, 'Pollution sonore', '', '', 'Développement durable', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2334, 'Pologne', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2335, 'POLT', '', '', 'Ligne locale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2336, 'Polygamie', '', '', 'Situation matrimoniale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2337, 'Polynésie française', '', '', 'Collectivités d’outre-mer (COM)', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2338, 'Polypensionné', '', 'Caisse de retraite', 'Retraite', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2339, 'Polytechnique', '', '', 'Grande école', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2340, 'Pompes funèbres', '', '', 'Secteur économique', NULL, 'Entreprise de pompes funèbres');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2341, 'Ponctualité', '', '', 'Libéralisation du rail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2342, 'Pont', '', '', 'Ouvrage d''art', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2343, 'Population mondiale', '', '', 'Démographie', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2344, 'Porcherie', '', '', 'Exploitation agricole', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2345, 'Porcin', '', 'Viande porcine', 'Cheptel', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2346, 'Pornographie', '', '', 'Problème social', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2347, 'Port', '', '', 'Transport maritime', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2348, 'Portabilité des droits', 'Projet de loi visant à instituer de nouvelles libertés et de nouvelles protections pour les entreprises et les actifs', '', 'Marché du travail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2349, 'Portage à domicile', '', '', 'Restauration', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2433, 'Programme nationale de rénovation urbaine (PNRU)', '', '', 'Agence nationale de rénovation urbaine (ANRU)', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2434, 'Projet', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2350, 'Portage salarial', 'Le portage salarial repose sur une relation tripartite : un employeur (la société de portage), un salarié (le porté) et un client. Cette pratique consiste, pour une personne morale, à permettre à des personnes d''exercer une activité autonome, sous statut salarié, pour des clients sans s''immatriculer en qualité de travailleur indépendant.', '', 'Mode de travail', NULL, 'Portage de salariés');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2351, 'Portugal', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2352, 'Pou', '', '', 'Insecte', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2353, 'Pouvoir', '', '', 'Vie politique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2354, 'Pouvoir d''achat', '', '', 'Budget familial', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2355, 'Pouvoir de police', '', '', 'Ordre public', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2356, 'Pouvoir hiérarchique', 'Le pouvoir hiérarchique est le contrôle qui est exercé par le supérieur hiérarchique sur les agents qui lui sont subordonnés.', '', 'Droit administratif', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2357, 'Proche Orient', '', '', 'Zone géographique et géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2358, 'Pratique addictive', '', '', 'Comportement de santé', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2359, 'Préfecture', '', '', 'Déconcentration', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2360, 'Préfecture de département', '', '', 'Préfecture', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2361, 'Préfecture de région', '', '', 'Préfecture', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2362, 'Préfet', '', '', 'Haut fonctionnaire', NULL, 'Commissaire de la République');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2363, 'Prélèvement social', '', '', 'Finances et comptes publics', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2364, 'Prématuré', '', '', 'Maternité', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2365, 'Premier ministre', '', '', 'Personnalité politique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2366, 'Première guerre mondiale', '', '', 'Ancien combattant et victime de guerre', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2367, 'Préservatif', '', '', 'Contraception', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2368, 'Président de la République', '', '', 'Personnalité politique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2369, 'Président d''EPCI', '', '', 'Elu local', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2370, 'Président du Conseil départemental', '', '', 'Elu local', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2371, 'Président du Conseil régional', '', '', 'Elu local', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2372, 'Presse', '', '', 'Média', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2373, 'Prestation compensatoire', '', '', 'Obligation alimentaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2374, 'Prestation d''Accueil du Jeune Enfant (PAJE)', '', '', 'Prestation familiale', NULL, 'Prestation d''accueil du jeune enfant');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2375, 'Prestation familiale', '', '', 'Famille', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2376, 'Prestation handicapé', '', '', 'Handicap', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2377, 'Prestation vieillesse', '', '', 'Vieillesse', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2378, 'Prestations chômage', '', '', 'Chômage', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2379, 'Prêt à Taux Zéro (PTZ)', '', '', 'Propriété', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2380, 'Prêt aux jeunes ménages', '', '', 'Aide au logement', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2381, 'Prêt de main d''œuvre illicite', '', '', 'Travail illégal', NULL, 'Marchandage');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2382, 'Prévention des risques', '', '', 'Risque majeur', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2383, 'Prévention en santé', '', '', 'Santé individuelle', NULL, 'Action sanitaire');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2384, 'Prévision économique', '', '', 'Macroéconomie', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2385, 'Prime', '', '', 'Traitement', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2386, 'Prime à la casse', '', '', 'Véhicule', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2387, 'Prime à l''achat', '', '', 'Véhicule', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2388, 'Prime d''activité', '', '', 'Politique de l''emploi', NULL, 'Prime pour l''emploi et RSA');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2389, 'Prime de naissance', '', '', 'Prestation d''accueil du jeune enfant (PAJE)', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2390, 'Prime transitoire de solidarité', '', '', 'Prestations chômage', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2391, 'Principe de droit', '', '', 'Droit public', NULL, 'Notion juridique');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2392, 'Principe de précaution', '', '', 'Développement durable', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2393, 'Prison', '', '', 'Droit pénitentiaire', NULL, 'Etablissement pénitentiaire');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2394, 'Prix', '', '', 'Macroéconomie', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2395, 'Prix Nobel', '', '', 'Relations internationales', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2396, 'Prix Nobel de la Paix', '', '', 'Prix Nobel', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2397, 'Problème social', '', '', 'Affaires intérieures', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2398, 'Procédure', '', '', 'Organisation de la justice', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2399, 'Procédure civile', '', '', 'Procédure', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2400, 'Procédure de licenciement', '', '', 'Licenciement', NULL, 'Mise à pied');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2401, 'Procédure législative', '', '', 'Parlement', NULL, '49.3');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2402, 'Procédure pénale', '', '', 'Procédure', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2403, 'Procréation médicalement assistée (PMA)', '', '', 'Situation familiale', NULL, 'Reproduction');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2404, 'Procureur de la République', '', '', 'Magistrature', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2405, 'Production agricole', '', '', 'Agriculture', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2406, 'Production animale', '', '', 'Activité agricole', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2407, 'Production de l''eau', '', '', 'Gestion de l''eau', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2408, 'Production laitière', '', '', 'Production animale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2409, 'Production végétale', '', '', 'Activité agricole', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2410, 'Productivité', '', '', 'Economie', NULL, 'Rendement');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2411, 'Produit alimentaire', '', 'Etiquetage des produits', 'Produit animal', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2412, 'Produit animal', '', '', 'Industrie agroalimentaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2413, 'Produit biologique', '', 'Diététique', 'Agriculture biologique', NULL, 'Substance biologique');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2414, 'Produit de la mer', '', '', 'Industrie de la pêche', NULL, 'Moule, Huître');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2415, 'Produit intérieur brut (PIB)', '', '', 'Indicateur économique', NULL, 'Produit intérieur brut');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2416, 'Produit laitier', '', '', 'Fromagerie', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2417, 'Produit phytopharmaceutique', '', '', 'Substances chimiques', NULL, 'Produit phytosanitaire');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2418, 'Produit phytosanitaire', '', '', 'Production agricole', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2419, 'Profanation', '', '', 'Funérailles', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2420, 'Professeur', '', '', 'Métier de la recherche', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2421, 'Profession de santé', '', '', 'Médecine', NULL, 'Personnel de santé/Professionnel de santé');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2422, 'Profession libérale', '', 'Médecine libérale', 'Médecine', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2423, 'Profession médicale', '', '', 'Profession de santé', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2424, 'Profession paramédicale', '', '', 'Médecine', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2425, 'Profession sanitaire et sociale', '', 'Profession de santé', 'Médecine', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2426, 'Profession sociale', '', '', 'Aide sociale', NULL, 'Métier de l''action sociale');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2427, 'Profit', '', '', 'Gestion comptable', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2428, 'Programme', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2429, 'Programme communautaire', '', '', 'Politique commune', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2430, 'Programme de Médicalisation du Système d''Information (PMSI)', '', '', 'Gestion hospitalière', NULL, 'Programme de médicalisation du système d''information');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2431, 'Programme interdépartemental d''accompagnement des handicaps et de la perte d''autonomie', 'Instauré par l''article 58 de la loi du 11 février 2005 pour l''égalité des droits et des chances et la citoyenneté des personnes handicapées, le programme interdépartemental d''accompagnement des handicaps et de la perte d''autonomie (PRIAC) est un outil de programmation de l''adaptation et de l''évolution de l''offre d''accompagnement collectif médico-social.', '', 'Prestation handicapé', NULL, 'PRIAC');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2432, 'Programme local d''insertion pour les femmes (PLIE)', '', '', 'Mesures pour l''emploi', NULL, 'Programme local d''insertion pour les femmes');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2435, 'Projet d''aéroport du Grand Ouest', '', 'Notre-Dame-des-Landes', 'Aéroport', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2436, 'Projet médical d''établissement', '', '', 'Gestion hospitalière', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2437, 'Projet personnalisé d''accès à l''emploi (PPAE)', 'Institué par la loi 2008-758 du 1er août 2008 et le décret 2008-1056 du 13 octobre 2008 relatifs aux droits et aux devoirs des demandeurs d''emploi, le PPAE est élaboré et actualisé conjointement par le demandeur d''emploi et Pôle Emploi ou l''organisme participant au service public de l''emploi vers lequel le demandeur d''emploi a été orienté.', '', 'Mesures pour l''emploi', NULL, 'PPAE');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2438, 'Projet régional de santé (PRS)', '', '', 'Planification sanitaire', NULL, 'Programme régional de santé');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2439, 'Proposition', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2440, 'Propriété', '', '', 'Logement et hébergement', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2441, 'Propriété foncière', '', '', 'Aménagement foncier', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2442, 'Prostitution', '', '', 'Problème social', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2443, 'Protection de la nature', '', '', 'Milieu naturel', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2444, 'Protection de l''enfance', '', '', 'Jeunesse', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2445, 'Protection de l''environnement', '', '', 'Développement durable', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2446, 'Protection des consommateurs', '', '', 'Consommateur', NULL, 'Défense des consommateurs');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2447, 'Protection judiciaire', '', '', 'Organisation de la justice', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2448, 'Protection judiciaire de la jeunesse', '', '', 'Protection judiciaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2449, 'Protection maternelle et infantile (PMI)', '', '', 'Equipement social', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2450, 'Protectionnisme', 'Politique économique et commerciale, opposée au libre-échange, qui vise à protéger les producteurs nationaux de la concurrence étrangère.', '', 'Relations économiques internationales', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2451, 'Protestantisme', '', '', 'Christianisme', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2452, 'Prothèse', '', '', 'Modification corporelle', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2453, 'Prothèse auditive', '', '', 'Prothèse', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2454, 'Prothèse dentaire', '', '', 'Prothèse', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2455, 'Prothèse mammaire', '', '', 'Prothèse', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2456, 'Prothésiste', '', '', 'Profession paramédicale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2457, 'Provence-Alpes-Côte d''Azur', '', '', 'France par région', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2458, 'Proxénétisme', '', '', 'Problème social', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2459, 'Psychanalyse', '', '', 'Thérapeutique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2460, 'Psychiatrie', '', '', 'Spécialité médicale', NULL, 'Infirmier psychiatrique');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2461, 'Psychologie', '', '', 'Discipline enseignée', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2462, 'Psychologue', '', '', 'Profession paramédicale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2463, 'Psychomotricien', '', '', 'Profession paramédicale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2464, 'Psychothérapie', '', '', 'Thérapeutique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2465, 'Publication', '', '', 'Culture', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2466, 'Publication administrative', '', '', 'Publication', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2467, 'Publication scientifique', '', '', 'Publication', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2468, 'Publicité', '', '', 'Secteur économique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2469, 'Puériculture', '', '', 'Profession paramédicale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2470, 'Pupille de la Nation', '', '', 'Jeunesse', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2471, 'Purin', '', '', 'Déjection animale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2472, 'Puy de Dôme', '', '', 'France par département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2473, 'Pyramide des âges', '', '', 'Démographie', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2474, 'Pyrénées Atlantiques', '', '', 'France par département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2475, 'Pyrénées Orientales', '', '', 'France par département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2476, 'Qatar', '', 'Moyen Orient', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2477, 'Quad', '', '', 'Véhicule', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2478, 'Qualité de l''air', '', '', 'Développement durable', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2479, 'Qualité de l''eau', '', '', 'Gestion de l''eau', NULL, 'Propriété de l''eau');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2480, 'Qualité du sol', '', '', 'Traitement des sols', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2481, 'Quartier prioritaire', '', '', 'Politique de la ville', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2482, 'Quartier prioritaire de la politique de la ville (QPV)', '', '', 'Zone d''aménagement du territoire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2483, 'Québec', '', '', 'Canada', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2484, 'Question prioritaire de constitutionnalité (QPC)', '', 'Conseil d''Etat', 'Justice constitutionnelle', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2485, 'Questions européennes', '', '', '05 - INTERNATIONAL ET UNION EUROPEENNE', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2486, 'Quota agricole', '', '', 'Production agricole', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2487, 'Quotient familial', '', '', 'Impôt sur le revenu', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2488, 'Rachat de cotisation', '', '', 'Pension de retraite', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2489, 'Racisme', '', '', 'Lutte contre les discriminations', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2490, 'Radar', '', '', 'Sécurité routière', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2491, 'Radicalisation', '', '', 'Affaires intérieures', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2492, 'Radio', '', '', 'Média', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2493, 'Radioprotection', '', '', 'Pollution radioactive', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2494, 'Radiothérapie', '', '', 'Thérapeutique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2495, 'Raffinerie', '', '', 'Pétrole', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2496, 'Rage', '', '', 'Maladie infectieuse', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2497, 'RAID (Recherche, Assistance, Intervention, Dissuasion)', '', '', 'Forces spéciales', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2498, 'Ralentisseur', '', '', 'Dispositif de signalisation', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2499, 'Rapatrié', '', '', 'Ancien combattant et victime de guerre', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2500, 'Rappel de véhicules', '', '', 'Véhicule', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2501, 'Rapport', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2502, 'RATP', '', '', 'Transport en commun en site propre', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2503, 'Raz de marée', '', '', 'Catastrophe naturelle', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2504, 'REACH', 'Réglementation chimique européenne qui a pour objectif d''offrir au public une meilleure protection vis-à-vis des substances chimiques intentionnellement produites. Reach est entrée en vigueur le 1er juin 2007. Les industries chimiques devront fournir les données de sûreté sanitaire et environnementale sur toutes les substances qu''elles produisent.', '', 'Prévention des risques', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2505, 'Réacteur nucléaire', '', 'EPR', 'Energie nucléaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2506, 'Réanimation', '', '', 'Thérapeutique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2507, 'Recensement', '', '', 'Démographie', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2508, 'Recettes de l''Etat', '', '', 'Budget de l''Etat', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2509, 'Recherche', '', '', '02 - COMMUNICATION-CULTURE-EDUCATION', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2510, 'Recherche d''emploi', '', '', 'Emploi', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2511, 'Recherche médicale', '', 'Bioéthique', 'Recherche', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2512, 'Récidive', '', '', 'Procédure pénale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2513, 'Reclassement', '', '', 'Statut général', NULL, 'Reclassement');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2514, 'Reclassement professionnel', '', 'Carrière professionnelle/Plan social', 'Travail', NULL, 'Reclassement');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2515, 'Recommandation', '', '', 'Norme juridique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2516, 'Reconnaissance paternelle', '', '', 'Droit de la famille', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2517, 'Reconnu garant de l''environnement (RGE)', '', '', 'Bilan énergétique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2518, 'Reconversion industrielle', '', '', 'Industrie', NULL, 'Restructuration industrielle');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2519, 'Recours électoral', '', '', 'Droit électoral', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2520, 'Recouvrement des cotisations sociales', '', '', 'Cotisation sociale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2521, 'Recyclage des déchets', '', '', 'Déchet', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2522, 'Redressement fiscal', '', 'Contrôle fiscal', 'Finances et comptes publics', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2523, 'Redressement judiciaire', '', '', 'Entreprise en difficulté', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2524, 'Réduction d''impôt pour investissement locatif (dispositifs Duflot/Pinel)', 'Loi n° 2014-366 du 24 mars 2014 pour l''accès au logement et un urbanisme rénové (Loi dite "Loi ALUR" ou "Loi Duflot"); l''article 5 de la loi de finances pour 2015 a introduit un nouveau dispositif d''investissement locatif intermédiaire dit Pinel. Il remplace le dispositif Duflot, dont il reprend les principales modalités, avec quelques assouplissements,', '', 'Politique du logement', NULL, 'Loi dite Loi ALUR ou loi Duflot');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2525, 'Référendum', '', '', 'Election', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2526, 'Référendum d''entreprise', '', '', 'Relations professionnelles', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2527, 'Référendum d''initiative populaire', '', '', 'Référendum', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2528, 'Référendum local', '', '', 'Référendum', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2529, 'Réforme', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2530, 'Réforme catégorielle', '', '', 'Traitement', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2531, 'Régime agricole', '', '', 'Régime de sécurité sociale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2532, 'Régime alimentaire', '', '', 'Hygiène alimentaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2533, 'Régime de garantie des salaires (AGS)', '', '', 'Entreprise en difficulté', NULL, 'Assurance garantie des salaires/Garantie de salaire/Garantie du paiement des salaires');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2534, 'Régime de sécurité sociale', '', '', 'Sécurité sociale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2535, 'Régime des artistes auteurs', '', '', 'Régime de sécurité sociale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2536, 'Régime des cultes', '', '', 'Régime de sécurité sociale', NULL, 'CAMA CAMAVIC');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2537, 'Régime étudiant', '', '', 'Régime de sécurité sociale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2538, 'Régime général', '', '', 'Régime de sécurité sociale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2539, 'Régime local Alsace Moselle', '', '', 'Régime de sécurité sociale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2540, 'Régime politique', '', '', 'Vie politique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2541, 'Régime social des indépendants (RSI)', 'Créé par la loi 2004-1343 du 9 décembre 2004, le RSI se substitue à la CANAM, à la CANCAVA et à l''ORGANIC, sa création vise à simplifier l''organisation des régimes de sécurité sociale des travailleurs indépendants.', '', 'Régime de sécurité sociale', NULL, 'RSI');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2542, 'Régime spécial', '', '', 'Régime de sécurité sociale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2543, 'Région', '', '', 'Collectivités territoriales', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2544, 'Registres et affichage', '', '', 'Droit du travail', NULL, 'Affichage/Registre obligatoire');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2545, 'Règlement communautaire', '', '', 'Norme juridique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2546, 'Règlement intérieur', '', '', 'Droit disciplinaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2547, 'Regroupement familial', '', '', 'Droit des étrangers', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2548, 'Réhabilitation de l''habitat', '', '', 'Politique du logement', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2549, 'Reims', '', '', 'Marne', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2550, 'Relation administration-usager', '', '', 'Administration publique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2551, 'Relations bilatérales', '', '', 'Relations internationales', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2552, 'Relations économiques internationales', '', '', 'Relations internationales', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2553, 'Relations internationales', '', '', '05 - INTERNATIONAL ET UNION EUROPEENNE', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2554, 'Relations professionnelles', '', '', 'Travail', NULL, 'Relations du travail');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2555, 'Relations propriétaire-locataire', '', '', 'Logement et hébergement', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2556, 'Religion', '', '', 'Cultes', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2557, 'Relogement', '', '', 'Logement social', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2558, 'Remboursement', '', '', 'Sécurité sociale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2559, 'Remerciement', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2560, 'Remise gracieuse', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2561, 'Remorqueur', '', '', 'Sécurité maritime', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2562, 'Rémunération au mérite', '', '', 'Traitement', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2563, 'Rennes', '', '', 'Ille et Vilaine', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2564, 'Rénovation urbaine', '', '', 'Agence nationale de rénovation urbaine (ANRU)', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2565, 'Renseignement', '', '', 'Surveillance', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2566, 'Réparation-dédommagement', '', '', 'Victimes', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2567, 'Répertoire', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2568, 'Représentation', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2569, 'Représentation diplomatique', '', '', 'Relations internationales', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2570, 'Représentation du personnel', '', '', 'Relations professionnelles', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2571, 'Représentativité', '', '', 'Droit du travail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2572, 'République', '', '', 'Régime politique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2573, 'République centrafricaine', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2574, 'République démocratique du Congo', '', '', 'Pays étranger', NULL, 'Zaïre');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2575, 'République dominicaine', '', 'Antilles', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2576, 'République Tchèque', '', 'Tchéquie/Slovaquie', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2577, 'RER', '', '', 'Transport en commun en site propre', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2578, 'Réseau', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2579, 'Réseau d''assainissement', '', '', 'Assainissement de l''eau', NULL, 'Egout');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2580, 'Réseau de distribution', '', '', 'Energie', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2581, 'Réseau de distribution d''eau', '', '', 'Distribution de l''eau', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2582, 'Réseau de télécommunications', '', '', 'Télécommunications', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2583, 'Réseau d''irrigation', '', '', 'Irrigation', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2584, 'Réseau éducation prioritaire (REP)', '', '', 'Politique de l''éducation', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2585, 'Réseau ferré de France (RFF)', '', '', 'Infrastructure ferroviaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2586, 'Réseau ferroviaire', '', '', 'Libéralisation du rail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2587, 'Réseau sentinelle', '', '', 'Surveillance épidémiologique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2588, 'Réseaux sociaux', '', '', 'Internet', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2589, 'Réserve citoyenne', '', '', 'Défense', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2590, 'Résidence de l''enfant', '', 'Divorce', 'Garde de l''enfant', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2591, 'Résidence sociale', '', '', 'Logement d''insertion', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2592, 'Résistance 1940-1945', '', '', 'Ancien combattant et victime de guerre', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2593, 'Résonance magnétique nucléaire', '', '', 'Matériel médical', NULL, 'Imagerie à résonance magnétique/IRM');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2594, 'Responsabilité', '', '', 'Principe de droit', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2595, 'Responsabilité administrative', '', '', 'Responsabilité', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2596, 'Responsabilité civile', '', '', 'Responsabilité', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2597, 'Responsabilité pénale', '', '', 'Responsabilité', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2598, 'Responsabilité Sociale des Entreprises (RSE)', '', '', 'Gouvernance de l''entreprise', NULL, 'Responsabilité sociale des entreprises');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2599, 'Ressources', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2600, 'Restauration', '', '', 'Secteur économique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2601, 'Restauration collective', '', 'Cantine', 'Restauration', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2602, 'Restauration rapide', '', '', 'Restauration', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2603, 'Restriction d''usage', '', '', 'Droit administratif', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2604, 'Restructuration d''entreprise', '', '', 'Entreprise', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2605, 'Rétention administrative', '', '', 'Demandeur d''asile', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (3054, 'Vietnam', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2606, 'Retour à l''emploi', '', '', 'Formation professionnelle', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2607, 'Retour au pays d''origine', '', '', 'Droit des étrangers', NULL, 'Réinsertion au pays d''origine');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2608, 'Retraite', '', 'Retraite de la fonction publique', '07 - SOCIAL', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2609, 'Retraite additionnelle de la fonction publique', '', '', 'Retraite de la fonction publique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2610, 'Retraite de la fonction publique', '', 'Retraite', 'Statut général', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2611, 'Retraite par répartition', '', '', 'Financement de la retraite', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2612, 'Revalorisation des pensions', '', '', 'Pension de retraite', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2613, 'Revenu', '', '', 'Budget familial', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2614, 'Revenu de solidarité active (RSA)', 'Le revenu de solidarité active (décret du 5 octobre 2007) permet aux bénéficiaires de l''allocation de parent isolé (API) et du revenu minimum d''insertion (RMI) qui reprennent un emploi de bénéficier d''un revenu garanti tenant compte à la fois des revenus d''activité professionnelle et des charges de famille.', '', 'Prestations chômage', NULL, 'RSA');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2615, 'Revenu universel', '', '', 'Minima sociaux', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2616, 'Revitalisation économique', 'La revitalisation économique est, depuis la loi du 18 janvier 2005, une obligation prévue par le code du travail, pour les groupes réalisant des licenciements collectifs significatifs. Elle vise à recréer sur le territoire concerné par les licenciements, autant d''emplois que le nombre de suppressions de postes.', '', 'Politique d''aménagement du territoire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2617, 'Rhône', '', '', 'France par département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2618, 'Rhumatisme', '', '', 'Maladie du système ostéoarticulaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2619, 'Rio de Janeiro', '', '', 'Brésil', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2620, 'Risque', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2621, 'Risque majeur', '', '', 'Développement local', NULL, 'Catastrophe');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2622, 'Risque professionnel', '', '', 'Maladie professionnelle', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2623, 'Risque technologique', '', '', 'Risque majeur', NULL, 'Risque industriel');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2624, 'Roland Garros', '', '', 'Enceinte sportive', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2625, 'Rom', 'Ce terme désigne un ensemble de populations, ayant en commun une origine indienne, dont les langues initiales sont originaires du nord-ouest du sous-continent indien et qui constituent des minorités vivant entre l''Inde et l''Atlantique ainsi que sur le continent américain.', '', 'Ethnicité', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2626, 'Rond-point', '', '', 'Infrastructure de transport routier', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2627, 'Roubaix', '', '', 'Nord', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2628, 'Rouen', '', '', 'Seine Maritime', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2629, 'Roumanie', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2630, 'Route départementale', '', '', 'Infrastructure de transport routier', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2631, 'Route nationale', '', '', 'Infrastructure de transport routier', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2632, 'Royaume-Uni', '', '', 'Pays étranger', NULL, 'Grande Bretagne');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2633, 'RTT', '', '', 'Durée du travail', NULL, 'Réduction de la durée du travail/Réduction du temps de travail');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2634, 'Rugby', '', '', 'Discipline sportive', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2635, 'Rupture conventionnelle du contrat de travail', 'La rupture conventionnelle est une procédure qui permet à l''employeur et au salarié de convenir en commun des conditions de la rupture du contrat de travail qui les lie.', '', 'Rupture du contrat de travail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2636, 'Rupture du contrat de travail', '', '', 'Contrat de travail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2637, 'Russie', '', 'CEI/URSS', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2638, 'Rwanda', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2639, 'Rythme de travail', '', '', 'Sécurité au travail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2640, 'Rythme scolaire', '', '', 'Scolarité', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2641, 'Sac plastique', '', '', 'Tri sélectif', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2642, 'Sage-femme', '', '', 'Profession médicale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2643, 'Sahara', '', '', 'Zone géographique et géopolitique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2644, 'Saint Barthélémy', '', '', 'Collectivités d’outre-mer (COM)', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2645, 'Saint Christophe et Niévès', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2646, 'Saint Denis', '', '', 'Seine Saint Denis', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2647, 'Saint Martin', '', '', 'Collectivités d’outre-mer (COM)', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2648, 'Saint Pierre et Miquelon', '', '', 'Collectivités d’outre-mer (COM)', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2649, 'Saint Vincent et les Grenadines', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2650, 'Sainte Lucie', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2651, 'Saint-Etienne', '', '', 'Loire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2652, 'Salaire', '', '', 'Travail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2653, 'Salle de shoot', '', '', 'Prévention en santé', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2654, 'Salmonellose', '', '', 'Intoxication alimentaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2655, 'Salt Lake City', '', '', 'Etats-Unis', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2656, 'Salvador', '', '', 'Pays étranger', NULL, 'El Salvador');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2657, 'Samoa', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2658, 'SAMU', '', '', 'Urgence hospitalière', NULL, 'Service d''aide médicale d''urgence');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2659, 'Samu social', '', '', 'Equipement social', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2660, 'Sanction', '', '', 'Procédure pénale', NULL, 'Peine{justice}');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2661, 'Sanction administrative', '', '', 'Droit administratif', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2662, 'Sans domicile fixe (SDF)', '', '', 'Pauvreté', NULL, 'Sans abri/Sans domicile fixe');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2663, 'Santé au travail', '', '', 'Conditions de travail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2664, 'Santé individuelle', '', '', '06 - SANTE', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2665, 'Sao Tomé et Principe', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2666, 'Saône et Loire', '', '', 'France par département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2667, 'Sargasse', '', '', 'Pollution de la mer', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2668, 'Sarthe', '', '', 'France par département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2669, 'Saturnisme', '', '', 'Intoxication', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2670, 'Savoie', '', '', 'France par département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2671, 'Scanner', '', '', 'Matériel médical', NULL, 'Tomodensitomètre');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2672, 'Schéma de services collectifs', '', '', 'Développement local', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2673, 'Schéma directeur d''assainissement', '', '', 'Assainissement de l''eau', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2674, 'Schémas interrégionaux d''organisation des soins (SIOS)', '', '', 'Planification sanitaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2675, 'Schémas régionaux d''organisation des soins (SROS)', '', '', 'Planification sanitaire', NULL, 'Schéma régional d''organisation sanitaire');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2676, 'Schizophrénie', '', '', 'Maladie mentale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2677, 'Sciences cognitives', '', '', 'Discipline enseignée', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2678, 'Sciences de l''éducation', '', '', 'Discipline enseignée', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2679, 'Sciences économiques', '', '', 'Discipline enseignée', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2680, 'Sciences humaines', '', '', 'Discipline enseignée', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2681, 'Sciences politiques', '', '', 'Discipline enseignée', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2682, 'Sclérose en plaques', '', '', 'Maladie neuromusculaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2683, 'Scolarité', '', '', 'Education', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2684, 'SDCI', '', '', 'Etablissement public de coopération intercommunale (EPCI)', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2685, 'Sécheresse', '', '', 'Catastrophe naturelle', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2686, 'Secourisme', '', '', 'Urgence hospitalière', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2687, 'Secret médical', '', '', 'Déontologie médicale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2688, 'Secrétaire général pour les affaires régionales (SGAR)', '', '', 'Préfecture de région', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2689, 'Secrétariat général pour la modernisation de l''action publique (SGMAP)', '', '', 'Modernisation de l''action publique (MAP)', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2690, 'Secteur économique', '', '', '03 - MONDE ECONOMIQUE', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2691, 'Secteur social et médico-social', '', '', 'Aide sociale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2692, 'Sécurisation des parcours professionnels', '', '', 'Marché du travail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2693, 'Sécurité aérienne', '', '', 'Transport aérien', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2694, 'Sécurité au travail', '', 'CHSCT', 'Conditions de travail', NULL, 'Hygiène et sécurité');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2695, 'Sécurité civile', '', '', 'Affaires intérieures', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2696, 'Sécurité incendie', '', '', 'Dispositif de sécurité', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2697, 'Sécurité maritime', '', '', 'Transport maritime', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2698, 'Sécurité nucléaire', '', '', 'Energie nucléaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2699, 'Sécurité privée', '', '', 'Ordre public', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2700, 'Sécurité publique', '', '', 'Ordre public', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2701, 'Sécurité routière', '', '', 'Transport routier de personnes', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2702, 'Sécurité sanitaire', '', '', 'Santé individuelle', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2703, 'Sécurité sociale', '', '', '07 - SOCIAL', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2704, 'Seine et Marne', '', '', 'France par département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2705, 'Seine Maritime', '', '', 'France par département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2706, 'Seine Saint Denis', '', '', 'France par département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2707, 'Séisme', '', '', 'Catastrophe naturelle', NULL, 'Tremblement de terre');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2708, 'Séjour', '', '', 'Gestion hospitalière', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2709, 'Semence', '', 'Engrais', 'Produit phytosanitaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2710, 'Sénat', '', '', 'Parlement', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2711, 'Sénateur', '', '', 'Elu', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2712, 'Sénégal', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2713, 'Serbie', '', '', 'Pays étranger', NULL, 'République de Serbie');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2714, 'Service', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2715, 'Service à la personne', '', '', 'Vieillesse', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2716, 'Service civil volontaire', '', '', 'Bénévolat', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2717, 'Service civique', '', '', 'Jeunesse', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2718, 'Service d''aide à domicile', '', 'Service à la personne', 'Prestation vieillesse', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2719, 'Service de proximité', '', '', 'Autonomie', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2720, 'Service de soins infirmiers à domicile (SSIAD)', '', '', 'Equipement social', NULL, 'Service de soins infirmiers à domicile');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2721, 'Service déconcentré', '', '', 'Administration centrale', NULL, 'Service extérieur');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2722, 'Service d''intérêt économique général', 'L''expression "service d''intérêt économique général" se réfère aux services de nature économique que les États membres ou la Communauté soumettent à des obligations spécifiques de service public en vertu d''un critère d''intérêt général. Cette notion couvre donc plus particulièrement certains services fournis par les grandes industries de réseau comme le transport, les services postaux, l''énergie et les communications.', '', 'Service d''intérêt général', NULL, 'SIEG');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2723, 'Service d''intérêt général', 'L''expression "service d''intérêt général" couvre les services marchands et non marchands que les autorités publiques considèrent comme étant d''intérêt général et soumettent à des obligations spécifiques de service public.', '', 'Politique commune', NULL, 'SIG');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2724, 'Service minimum', '', '', 'Droit de grève', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2725, 'Service national', '', '', 'Armée', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2726, 'Service public', '', '', 'Administration publique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2727, 'Service public de l''emploi', '', '', 'Emploi', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2728, 'Service social d''intérêt général', 'Les États membres sont libres de définir ce qu''ils entendent par  services sociaux d''intérêt général, de définir les obligations et les missions de ces services ainsi que leurs principes d''organisation. En revanche, le cadre communautaire exige que les États membres prennent en compte certaines règles lorsqu''ils déterminent les modalités d''application des objectifs et des principes qu''ils se sont fixés.', '', 'Service d''intérêt général', NULL, 'SSIG');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2729, 'Services de renseignement', '', '', 'Renseignement', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2730, 'Services de santé', '', '', '06 - SANTE', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2731, 'Servitude', '', '', 'Logement et hébergement', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2732, 'Servitude d''urbanisme', '', '', 'Servitude', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2733, 'Servitude d''utilité publique', '', '', 'Servitude', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2734, 'Seuil de pauvreté', '', '', 'Aide sociale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2735, 'Sevrage', '', '', 'Désintoxication', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2736, 'Sexisme', '', '', 'Discrimination sexuelle', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2737, 'Seychelles', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2738, 'SIDA', '', '', 'Infection sexuellement transmissible', NULL, 'Syndrome d''immunodéficience acquise');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2739, 'Sierra Leone', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2740, 'Signalement', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2741, 'Simplification administrative', '', 'Titre emploi entreprise', 'Relation administration-usager', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2742, 'Singapour', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2743, 'Site d''enfouissement', '', '', 'Déchet radioactif', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2744, 'Site naturel', '', '', 'Milieu naturel', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2745, 'Site pollué', '', '', 'Pollution du sol', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2746, 'Situation de crise', '', 'Catastrophe', 'Sécurité civile', NULL, 'Situation d''urgence');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2747, 'Situation familiale', '', '', 'Droit civil', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2748, 'Situation matrimoniale', '', '', 'Droit civil', NULL, 'Remariage');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2749, 'Ski', '', '', 'Discipline sportive', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2750, 'Slovaquie', '', 'Tchécoslovaquie', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2751, 'Slovénie', '', 'Yougoslavie', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2752, 'SMIC', '', '', 'Indexation des salaires', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2753, 'SMUR', '', '', 'Urgence hospitalière', NULL, 'Service mobile d''urgence et de réanimation');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2754, 'SNCF', '', '', 'Libéralisation du rail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2755, 'SNCM', '', '', 'Ferry', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2756, 'Socialisme', '', '', 'Idéologie politique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2757, 'Société', '', '', '08 - SOCIETE', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2758, 'Société de gardiennage', '', '', 'Surveillance', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2759, 'Sociologie', '', '', 'Discipline enseignée', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2760, 'Soin hospitalier', '', '', 'Centre hospitalier universitaire (CHU)', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2761, 'Soins palliatifs', '', '', 'Fin de vie', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2762, 'Solvant', '', '', 'Substances chimiques', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2763, 'Somalie', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2764, 'Somme', '', '', 'France par département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2765, 'Sondage', '', '', 'Opinion publique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2766, 'Sophrologie', '', '', 'Médecine non conventionnelle', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2767, 'Sortie de la monnaie unique', '', '', 'Union économique et monétaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2768, 'Sortie de l''Union européenne', '', '', 'Elargissement de l''Union européenne', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2769, 'Soudan', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2770, 'Soudan du Sud', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2771, 'Source d''infection', '', '', 'Sécurité sanitaire', NULL, 'Transmission d''agent infectieux');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2772, 'Source{eau}', '', '', 'Site naturel', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2773, 'Sous l''autorité directe du Gouvernement', '', '', 'France d''outre-mer', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2774, 'Sous-préfecture', '', '', 'Préfecture de département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2775, 'Sous-préfet', '', '', 'Haut fonctionnaire', NULL, 'Sous préfet');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2776, 'Sous-traitance', '', '', 'Type d''entreprise', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2777, 'Soutien', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2778, 'Spécialité médicale', '', 'Médecin spécialiste', 'Médecine', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2779, 'Spécialité paramédicale', '', '', 'Médecine', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2780, 'Spectacle', '', '', 'Culture', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2781, 'Sport', '', '', '08 - SOCIETE', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2782, 'Sport amateur', '', '', 'Sport', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2783, 'Sport collectif', '', '', 'Sport', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2784, 'Sport de haut niveau', '', '', 'Sport', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2785, 'Sport d''eau vive', '', '', 'Sport nautique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2786, 'Sport nautique', '', '', 'Discipline sportive', NULL, 'Activité nautique');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2787, 'Sportif de haut niveau', '', '', 'Sport de haut niveau', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2788, 'Sportif professionnel', '', '', 'Métier du sport', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2789, 'Squat', '', '', 'Type de logement', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2790, 'SRAS', '', '', 'Maladie de l''appareil respiratoire', NULL, 'Syndrome respiratoire aigu sévère');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2791, 'Sri Lanka', '', '', 'Pays étranger', NULL, 'Ceylan');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2792, 'Stade', '', '', 'Equipement sportif', NULL, 'Terrain de sport');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2793, 'Stade de France', '', '', 'Enceinte sportive', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2794, 'Stage', '', '', 'Emploi', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2795, 'Start-up', '', '', 'Type d''entreprise', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2796, 'Station balnéaire', '', '', 'Station classée', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2797, 'Station classée', '', '', 'Classement des communes', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2798, 'Station climatique', '', '', 'Station classée', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2799, 'Station de montagne', '', '', 'Station classée', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2800, 'Station hydrominérale', '', '', 'Station classée', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2801, 'Station touristique', '', '', 'Station classée', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2802, 'Statistique', '', '', 'Discipline enseignée', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2803, 'Statut de l''élu', '', '', 'Elu', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2804, 'Statut de l''entreprise', '', '', 'Entreprise', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2805, 'Statut du parlementaire', '', '', 'Action parlementaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2806, 'Statut général', '', '', 'Service public', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2807, 'Statut général des militaires', '', '', 'Personnel militaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2808, 'Statuts particuliers', '', '', 'Fonction publique territoriale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2809, 'Stewart', '', '', 'Personnel navigant', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2810, 'Strasbourg', '', '', 'Bas Rhin', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2811, 'Stress', '', '', 'Maladie professionnelle', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2812, 'Structure d''accueil pour personne handicapée', '', 'ESAT', 'Handicap', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2813, 'Structure des carrières', '', '', 'Statut général', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2814, 'Structures interrégionales', '', '', 'Collectivités territoriales', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2815, 'Subsidiarité', '', '', 'Principe de droit', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2816, 'Substance dangereuse', '', '', 'Sécurité sanitaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2817, 'Substances chimiques', '', '', 'Développement durable', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2818, 'Subvention financière exceptionnelle', '', '', 'Concours financier exceptionnel de l''Etat', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2819, 'Succession', '', '', 'Droit civil', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2820, 'Sucre', '', '', 'Industrie du sucre', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2821, 'Suède', '', 'Pays nordiques', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2822, 'Suicide', '', '', 'Problème social', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2823, 'Suicide médicalement assisté', '', '', 'Fin de vie', NULL, 'Sédation');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2824, 'Suisse', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2825, 'Supporteur', '', '', 'Sport', NULL, 'Hooligan');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2826, 'Surendettement', '', '', 'Budget familial', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2827, 'Surinam', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2828, 'Surveillance', '', '', 'Sécurité civile', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2829, 'Surveillance de l''environnement', '', '', 'Protection de l''environnement', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2830, 'Surveillance épidémiologique', '', '', 'Epidémie', NULL, 'Surveillance des maladies');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2831, 'Surveillance médicale', '', '', 'Santé individuelle', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2832, 'Swaziland', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2833, 'Sydney', '', '', 'Australie', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2834, 'Sylviculture', 'Explication Gestion et mise en valeur d''une forêt', '', 'Agriculture', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2835, 'Syndic', '', '', 'Relations propriétaire-locataire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2836, 'Syndicalisme', '', '', 'Relations professionnelles', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2837, 'Syndicat', '', '', 'Syndicalisme', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2838, 'Syndicat de communes', '', '', 'Commune', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2839, 'Syndicat des transports d''Ile-de-France (STIF)', '', '', 'Transport en commun en site propre', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2840, 'Syrie', '', 'Proche Orient', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2841, 'Système économique', 'Ensemble interdépendant et cohérent d''institutions juridiques et sociales encadrant les activités et comportements économiques, en général dans l''espace national', '', 'Economie', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2842, 'Système monétaire international (SMI)', '', '', 'Finances internationales', NULL, 'Système monétaire international');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2843, 'Tabagisme', '', '', 'Pratique addictive', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2844, 'Tadjikistan', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2845, 'Tahiti', '', '', 'Polynésie française', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2846, 'Taiwan', '', 'Chine', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2847, 'Tanzanie', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2848, 'Tarif ferroviaire', '', '', 'Libéralisation du rail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2849, 'Tarification', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2850, 'Tarn', '', '', 'France par département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2851, 'Tarn et Garonne', '', '', 'France par département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2852, 'Tatouage', '', '', 'Modification corporelle', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2853, 'Taux', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2854, 'Taux de fécondité', '', '', 'Démographie', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2855, 'Taxe', '', 'Fiscalité locale', 'Finances et comptes publics', NULL, 'Redevance');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2856, 'Taxe d''apprentissage', '', '', 'Taxe', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2857, 'Taxe d''assainissement', '', '', 'Fiscalité locale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2858, 'Taxe de séjour', '', '', 'Fiscalité locale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2859, 'Taxe d''enlèvement des ordures ménagères', '', '', 'Fiscalité locale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2860, 'Taxe d''habitation', '', 'Taxe', 'Fiscalité locale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2861, 'Taxe foncière sur les propriétés bâties', '', '', 'Fiscalité locale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2862, 'Taxe foncière sur les propriétés non bâties', '', '', 'Fiscalité locale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2863, 'Taxe sur la plus-value', '', '', 'Taxe', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2864, 'Taxe sur la Valeur Ajoutée (TVA)', '', '', 'Taxe', NULL, 'Taxe sur la valeur ajoutée');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2865, 'Taxe sur les surfaces commerciales (TASCOM)', '', '', 'Fiscalité locale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2866, 'Taxe sur les transports', '', '', 'Fiscalité locale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2867, 'Taxi', '', '', 'Transport routier de personnes', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2868, 'Tchad', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2869, 'Technicien de l''intervention sociale et familiale (TISF)', '', '', 'Travailleur social', NULL, 'Technicien de l''intervention sociale et familiale/Travailleuse familiale');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2870, 'Technique de conservation', '', '', 'Conservation des aliments', NULL, 'Technique de conservation des aliments/Traitement de conservation');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2871, 'Technique d''isolation', '', '', 'Construction', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2872, 'Technique sanitaire', '', '', 'Développement durable', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2873, 'Téléassistance', 'La téléassistance est l''action ou le service qui permet d''aider à distance. Les services de téléassistance en France ont été originalement utilisés pour pallier l''isolement des personnes âgées.', '', 'Téléservice', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2874, 'Télécommunications', '', '', 'Communication', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2875, 'Télémédecine', '', '', 'Corps humain et pratique médicale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2876, 'Téléphone', '', '', 'Télécommunications', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2877, 'Téléphone mobile', '', '', 'Téléphone', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2878, 'Téléprocédure', '', '', 'Relation administration-usager', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2879, 'Téléservice', '', '', 'Secteur économique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2880, 'Télétravail', '', 'Travail à domicile', 'Mode de travail', NULL, 'Travail à distance');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2881, 'Télévision', '', '', 'Média', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2882, 'Témoignage', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2883, 'Tempête', '', '', 'Catastrophe naturelle', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2884, 'Temps de parole', '', '', 'Election', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2885, 'Temps de travail', '', '', 'Durée du travail', NULL, 'Travail effectif');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2886, 'Tennis', '', '', 'Discipline sportive', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2887, 'TER', '', '', 'Ligne locale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2888, 'Terminologie', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2889, 'Terres australes et antarctiques françaises (TAAF)', '', '', 'Territoire d''outre-mer', NULL, 'TAAF');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2890, 'Territoire de Belfort', '', '', 'France par département', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2891, 'Territoire d''outre-mer', '', '', 'France d''outre-mer', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2892, 'Terrorisme', '', '', 'Crime et délit', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2893, 'TET', '', '', 'Ligne locale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2894, 'Texte juridique', '', '', 'Droit public', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2895, 'Texte officiel', '', '', 'Droit public', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2896, 'Thaïlande', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2897, 'Thalassothérapie', '', '', 'Etablissement thermal', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2898, 'Thalys', '', '', 'Ligne à grande vitesse', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2899, 'Théâtre', '', '', 'Art', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2900, 'Thello', '', '', 'Ligne à grande vitesse', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2901, 'Théorie', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2902, 'Théorie du complot', '', '', 'Pouvoir', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2903, 'Thérapeutique', '', '', 'Médecine', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2904, 'Thérapie génique', '', '', 'Thérapeutique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2905, 'Ticket modérateur', '', '', 'Remboursement', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2906, 'Tiers payant', '', '', 'Remboursement', NULL, 'Avance des frais médicaux');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2907, 'Timor oriental', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2908, 'Titre de séjour et de travail', '', '', 'Droit des étrangers', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2909, 'Titre emploi entreprise', 'Le Titre emploi entreprise et le Chèque emploi très petite entreprise sont remplacés par le Titre emploi-service entreprise à compter du 1er avril 2009 pour les entreprises de 9 salariés au plus.', 'Simplification administrative', 'Cotisation sociale', NULL, 'TEE');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2910, 'Titre emploi service entreprise (TESE)', 'Institué par la loi de modernisation de l''économie du 4 août 2008, le Titre emploi-service entreprise opérationnel à compter du 1er avril 2009 pour les entreprises de 9 salariés au plus, est destiné à simplifier les formalités liées à l''emploi et à remplacer le Chèque emploi TPE et le Titre emploi entreprise.', '', 'Moyen de paiement et de déclaration utilisé dans les emplois', NULL, 'TESE');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2911, 'Titre restaurant', '', '', 'Moyen de paiement et de déclaration utilisé dans les emplois', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2912, 'Titularisation', '', '', 'Statut général', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2913, 'Togo', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2914, 'Tokyo', '', '', 'Japon', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2915, 'Tonga', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2916, 'Toulouse', '', '', 'Haute Garonne', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2917, 'Tour de France', '', '', 'Evénement sportif', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2918, 'Tourisme', '', '', 'Secteur économique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2919, 'Tourisme sexuel', '', '', 'Harcèlement sexuel', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2920, 'Tract', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2921, 'Trafic fluvial', '', '', 'Transport fluvial', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2922, 'Trafic maritime', '', '', 'Transport maritime', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2923, 'Traité', '', '', 'Norme juridique', NULL, 'Accord international');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2924, 'Traité d''Amsterdam', '', '', 'Union européenne', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2925, 'Traité d''Athènes', 'Signé le 16 avril 2003, ratifié par la France par la loi 2003-1110 du 19 décembre 2003 et par le décret 2004-450 du 16 mai 2004', '', 'Union européenne', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2926, 'Traité de Lisbonne', 'Signé le 13 décembre 2007 entre les 17 de l''Union européenne', '', 'Union européenne', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2927, 'Traité de Maastricht', '', '', 'Union européenne', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2928, 'Traité de Nice', 'Ratifié par la France par la loi 2001-603 du 10 juillet 2001', '', 'Union européenne', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2929, 'Traité de Rome', '', '', 'Union européenne', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2930, 'Traitement', '', '', 'Statut général', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2931, 'Traitement ambulatoire', '', '', 'Thérapeutique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2932, 'Traitement de la pollution atmosphérique', '', 'Circulation alternée', 'Pollution atmosphérique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2933, 'Traitement des déchets', '', '', 'Déchet', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2934, 'Traitement des sols', '', '', 'Développement durable', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2935, 'Traitement phytosanitaire', '', '', 'Traitement des sols', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2936, 'Tramway', '', '', 'Transport en commun en site propre', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2937, 'Tranquillité publique', '', '', 'Ordre public', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2938, 'Transfert de compétence', '', '', 'Organisation territoriale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2939, 'Transfusion sanguine', '', '', 'Médecine', NULL, 'Don de sang');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2940, 'Transilien', '', '', 'Transport en commun en site propre', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2941, 'Transmission', '', '', 'Mots-outils', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2942, 'Transparence de la vie publique', '', '', 'Vie politique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2943, 'Transport', '', '', '03 - MONDE ECONOMIQUE', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2944, 'Transport aérien', '', '', 'Transport', NULL, 'Avion');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2945, 'Transport de matières dangereuses', '', '', 'Transport des marchandises', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2946, 'Transport des malades', '', '', 'Transport routier de personnes', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2947, 'Transport des marchandises', '', '', 'Transport', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2948, 'Transport en commun en site propre', '', '', 'Transport des marchandises', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2949, 'Transport ferroviaire', '', '', 'Transport', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2950, 'Transport fluvial', '', '', 'Transport', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2951, 'Transport maritime', '', '', 'Transport', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2952, 'Transport multimodal', '', '', 'Transport', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2953, 'Transport routier de personnes', '', '', 'Transport', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2954, 'Transport sanitaire', '', '', 'Services de santé', NULL, 'Ambulance/Véhicule sanitaire');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2955, 'Transport scolaire', '', 'Autocar', 'Transport routier de personnes', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2956, 'Travail', '', '', '10 - VIE PROFESSIONNELLE', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2957, 'Travail à domicile', '', 'Télétravail', 'Mode de travail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2958, 'Travail à temps partiel', '', '', 'Mode de travail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2959, 'Travail des enfants', '', '', 'Travail illégal', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2960, 'Travail des femmes', '', '', 'Femmes', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2961, 'Travail d''intérêt général', '', '', 'Sanction', NULL, 'TIG');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2962, 'Travail dissimulé', '', '', 'Travail illégal', NULL, 'Dissimulation d''activité/Emploi non déclaré/Travail au noir/Travail clandestin');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2963, 'Travail du dimanche', '', '', 'Aménagement du temps de travail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2964, 'Travail illégal', '', 'Economie souterraine', 'Mode de travail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2965, 'Travail saisonnier', '', '', 'Type de contrat', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2966, 'Travail temporaire', '', '', 'Mode de travail', NULL, 'Intérim/Travail intérimaire');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2967, 'Travailleur détaché', '', '', 'Mode de travail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2968, 'Travailleur expatrié', '', '', 'Mode de travail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2969, 'Travailleur frontalier', '', '', 'Mode de travail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2970, 'Travailleur handicapé', '', 'Equipe de préparation et de suite du reclassement', 'Mode de travail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2971, 'Travailleur saisonnier', '', '', 'Mode de travail', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2972, 'Travailleur social', '', '', 'Profession sociale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2973, 'Travaux parlementaires', '', '', 'Action parlementaire', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2974, 'Très haut débit', '', '', 'Réseau de télécommunications', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2975, 'Très Petite Entreprise (TPE)', '', '', 'Type d''entreprise', NULL, 'TPE');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2976, 'Tri sélectif', '', '', 'Collecte des déchets', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2977, 'Tribunal administratif', '', '', 'Juridiction administrative', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2978, 'Tribunal correctionnel', '', '', 'Juridiction pénale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2979, 'Tribunal de commerce', '', '', 'Juridiction civile', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2980, 'Tribunal de grande instance (TGI)', '', '', 'Juridiction civile', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2981, 'Tribunal de police', '', '', 'Juridiction pénale', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2982, 'Tribunal des affaires de sécurité sociale (TASS)', '', '', 'Juridiction de la sécurité sociale', NULL, 'Tribunal des affaires de la sécurité sociale');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2983, 'Tribunal d''instance', '', '', 'Juridiction civile', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2984, 'Tribunal du contentieux de l''incapacité (TCI)', '', '', 'Juridiction de la sécurité sociale', NULL, 'Tribunal du contentieux de l''incapacité');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2985, 'Tribunal pour enfants', '', '', 'Juridiction pour mineurs', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2986, 'Trinité et Tobago', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2987, 'Trisomie 21', '', '', 'Maladie génétique', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2988, 'Trouble du comportement alimentaire', '', '', 'Pathologie', NULL, 'Trouble mental/Trouble psychologique');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2989, 'Trouble musculo-squelettique (TMS)', '', '', 'Santé au travail', NULL, 'TMS/Trouble musculosquelettique');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2990, 'Troyes', '', '', 'Aube', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2991, 'Tuberculose', '', '', 'Maladie infectieuse', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2992, 'Tunisie', '', 'Maghreb', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2993, 'Tunnel', '', '', 'Infrastructure de transport routier', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2994, 'Turkménistan', '', 'CEI', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2995, 'Turquie', '', '', 'Pays étranger', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2996, 'Tutelle', '', '', 'Droit civil', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2997, 'Tutelle administrative', '', '', 'Droit administratif', NULL, '');
    INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2998, 'Tutelle financière', '', '', 'Droit administratif', NULL, '');