All files / rdf/tests/vocabularies emmo.ts

0.16% Statements 4/2401
0% Branches 0/9588
0% Functions 0/2397
0.16% Lines 4/2400

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 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 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529      9x   9x                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   9x   9x                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
import { NamedNode } from '@rdfjs/types';
 
/** Namespace URI of the EMMO vocabulary. */
export const _EMMO = 'https://w3id.org/emmo#';
 
export const EMMO = {
	'abstract': 'http://purl.org/dc/terms/abstract',
	'contributor': 'http://purl.org/dc/terms/contributor',
	'creator': 'http://purl.org/dc/terms/creator',
	'license': 'http://purl.org/dc/terms/license',
	'publisher': 'http://purl.org/dc/terms/publisher',
	'title': 'http://purl.org/dc/terms/title',
	'isDefinedBy': 'http://www.w3.org/2000/01/rdf-schema#isDefinedBy',
	'label': 'http://www.w3.org/2000/01/rdf-schema#label',
	/** EMMO applies the naming convension to its sub-properties of rdfs:seeAlso that their label must end with one of the following terms:
  - 'Match': resolvable URLs to corresponding entity in another ontology
  - 'Entry': resolvable URLs to a human readable resource describing the subject
  - 'Ref': non-resolvable reference to a human readable resource describing the subject */
	'seeAlso': 'http://www.w3.org/2000/01/rdf-schema#seeAlso',
	'minQualifiedCardinality': 'http://www.w3.org/2002/07/owl#minQualifiedCardinality',
	'qualifiedCardinality': 'http://www.w3.org/2002/07/owl#qualifiedCardinality',
	'altLabel': 'http://www.w3.org/2004/02/skos/core#altLabel',
	'hiddenLabel': 'http://www.w3.org/2004/02/skos/core#hiddenLabel',
	'prefLabel': 'http://www.w3.org/2004/02/skos/core#prefLabel',
	'logo': 'http://xmlns.com/foaf/0.1/logo',
	/** Contacts:
Gerhard Goldbeck
Goldbeck Consulting Ltd (UK)
email: gerhard@goldbeck-consulting.com
 
Emanuele Ghedini
University of Bologna (IT)
email: emanuele.ghedini@unibo.it */
	'emmo': 'https://w3id.org/emmo',
	'Ampere': 'https://w3id.org/emmo#Ampere',
	'AmpereHour': 'https://w3id.org/emmo#AmpereHour',
	'AmpereHourPerKilogram': 'https://w3id.org/emmo#AmpereHourPerKilogram',
	'AmpereHourPerLitre': 'https://w3id.org/emmo#AmpereHourPerLitre',
	'AmperePerCentiMetre': 'https://w3id.org/emmo#AmperePerCentiMetre',
	'AmperePerDegreeCelsius': 'https://w3id.org/emmo#AmperePerDegreeCelsius',
	'AmperePerGram': 'https://w3id.org/emmo#AmperePerGram',
	'AmperePerJoule': 'https://w3id.org/emmo#AmperePerJoule',
	'AmperePerMetre': 'https://w3id.org/emmo#AmperePerMetre',
	'AmperePerMilliMetre': 'https://w3id.org/emmo#AmperePerMilliMetre',
	'AmperePerRadian': 'https://w3id.org/emmo#AmperePerRadian',
	'AmperePerSquareCentiMetre': 'https://w3id.org/emmo#AmperePerSquareCentiMetre',
	'AmperePerSquareMetre': 'https://w3id.org/emmo#AmperePerSquareMetre',
	'AmperePerSquareMetreSquareKelvin': 'https://w3id.org/emmo#AmperePerSquareMetreSquareKelvin',
	'AmperePerSquareMilliMetre': 'https://w3id.org/emmo#AmperePerSquareMilliMetre',
	'AmpereSecond': 'https://w3id.org/emmo#AmpereSecond',
	'AmpereSquareMetre': 'https://w3id.org/emmo#AmpereSquareMetre',
	'AmpereSquareMetrePerJouleSecond': 'https://w3id.org/emmo#AmpereSquareMetrePerJouleSecond',
	'AstronomicalUnit': 'https://w3id.org/emmo#AstronomicalUnit',
	'Becquerel': 'https://w3id.org/emmo#Becquerel',
	'BecquerelPerCubicMetre': 'https://w3id.org/emmo#BecquerelPerCubicMetre',
	'BecquerelPerKilogram': 'https://w3id.org/emmo#BecquerelPerKilogram',
	'BecquerelPerLitre': 'https://w3id.org/emmo#BecquerelPerLitre',
	'BecquerelPerSquareMetre': 'https://w3id.org/emmo#BecquerelPerSquareMetre',
	'BecquerelSecondPerCubicMetre': 'https://w3id.org/emmo#BecquerelSecondPerCubicMetre',
	'Candela': 'https://w3id.org/emmo#Candela',
	'CandelaPerLumen': 'https://w3id.org/emmo#CandelaPerLumen',
	'CandelaPerSquareMetre': 'https://w3id.org/emmo#CandelaPerSquareMetre',
	'Coulomb': 'https://w3id.org/emmo#Coulomb',
	'CoulombMetre': 'https://w3id.org/emmo#CoulombMetre',
	'CoulombPerCubicCentiMetre': 'https://w3id.org/emmo#CoulombPerCubicCentiMetre',
	'CoulombPerCubicMetre': 'https://w3id.org/emmo#CoulombPerCubicMetre',
	'CoulombPerCubicMilliMetre': 'https://w3id.org/emmo#CoulombPerCubicMilliMetre',
	'CoulombPerKilogram': 'https://w3id.org/emmo#CoulombPerKilogram',
	'CoulombPerKilogramSecond': 'https://w3id.org/emmo#CoulombPerKilogramSecond',
	'CoulombPerMetre': 'https://w3id.org/emmo#CoulombPerMetre',
	'CoulombPerMole': 'https://w3id.org/emmo#CoulombPerMole',
	'CoulombPerSquareCentiMetre': 'https://w3id.org/emmo#CoulombPerSquareCentiMetre',
	'CoulombPerSquareMetre': 'https://w3id.org/emmo#CoulombPerSquareMetre',
	'CoulombPerSquareMilliMetre': 'https://w3id.org/emmo#CoulombPerSquareMilliMetre',
	'CoulombSquareMetre': 'https://w3id.org/emmo#CoulombSquareMetre',
	'CoulombSquareMetrePerVolt': 'https://w3id.org/emmo#CoulombSquareMetrePerVolt',
	'CubicCentiMetre': 'https://w3id.org/emmo#CubicCentiMetre',
	'CubicCentiMetrePerCubicCentiMetre': 'https://w3id.org/emmo#CubicCentiMetrePerCubicCentiMetre',
	'CubicCentiMetrePerCubicMetre': 'https://w3id.org/emmo#CubicCentiMetrePerCubicMetre',
	'CubicCentiMetrePerDay': 'https://w3id.org/emmo#CubicCentiMetrePerDay',
	'CubicCentiMetrePerHour': 'https://w3id.org/emmo#CubicCentiMetrePerHour',
	'CubicCentiMetrePerKelvin': 'https://w3id.org/emmo#CubicCentiMetrePerKelvin',
	'CubicCentiMetrePerMinute': 'https://w3id.org/emmo#CubicCentiMetrePerMinute',
	'CubicCentiMetrePerMole': 'https://w3id.org/emmo#CubicCentiMetrePerMole',
	'CubicCentiMetrePerMoleSecond': 'https://w3id.org/emmo#CubicCentiMetrePerMoleSecond',
	'CubicCentiMetrePerSecond': 'https://w3id.org/emmo#CubicCentiMetrePerSecond',
	'CubicCoulombMetrePerSquareJoule': 'https://w3id.org/emmo#CubicCoulombMetrePerSquareJoule',
	'CubicDecaMetre': 'https://w3id.org/emmo#CubicDecaMetre',
	'CubicDeciMetre': 'https://w3id.org/emmo#CubicDeciMetre',
	'CubicDeciMetrePerCubicMetre': 'https://w3id.org/emmo#CubicDeciMetrePerCubicMetre',
	'CubicDeciMetrePerDay': 'https://w3id.org/emmo#CubicDeciMetrePerDay',
	'CubicDeciMetrePerHour': 'https://w3id.org/emmo#CubicDeciMetrePerHour',
	'CubicDeciMetrePerMinute': 'https://w3id.org/emmo#CubicDeciMetrePerMinute',
	'CubicDeciMetrePerMole': 'https://w3id.org/emmo#CubicDeciMetrePerMole',
	'CubicDeciMetrePerSecond': 'https://w3id.org/emmo#CubicDeciMetrePerSecond',
	'CubicKiloMetrePerSquareSecond': 'https://w3id.org/emmo#CubicKiloMetrePerSquareSecond',
	'CubicMetre': 'https://w3id.org/emmo#CubicMetre',
	'CubicMetrePerCoulomb': 'https://w3id.org/emmo#CubicMetrePerCoulomb',
	'CubicMetrePerCubicMetre': 'https://w3id.org/emmo#CubicMetrePerCubicMetre',
	'CubicMetrePerDay': 'https://w3id.org/emmo#CubicMetrePerDay',
	'CubicMetrePerHectare': 'https://w3id.org/emmo#CubicMetrePerHectare',
	'CubicMetrePerHour': 'https://w3id.org/emmo#CubicMetrePerHour',
	'CubicMetrePerKelvin': 'https://w3id.org/emmo#CubicMetrePerKelvin',
	'CubicMetrePerKilogram': 'https://w3id.org/emmo#CubicMetrePerKilogram',
	'CubicMetrePerKilogramSquareSecond': 'https://w3id.org/emmo#CubicMetrePerKilogramSquareSecond',
	'CubicMetrePerMinute': 'https://w3id.org/emmo#CubicMetrePerMinute',
	'CubicMetrePerMole': 'https://w3id.org/emmo#CubicMetrePerMole',
	'CubicMetrePerSecond': 'https://w3id.org/emmo#CubicMetrePerSecond',
	'CubicMetrePerSquareMetre': 'https://w3id.org/emmo#CubicMetrePerSquareMetre',
	'CubicMetrePerSquareSecond': 'https://w3id.org/emmo#CubicMetrePerSquareSecond',
	'CubicMicroMetrePerCubicMetre': 'https://w3id.org/emmo#CubicMicroMetrePerCubicMetre',
	'CubicMicroMetrePerMilliLitre': 'https://w3id.org/emmo#CubicMicroMetrePerMilliLitre',
	'CubicMilliMetre': 'https://w3id.org/emmo#CubicMilliMetre',
	'CubicMilliMetrePerCubicMetre': 'https://w3id.org/emmo#CubicMilliMetrePerCubicMetre',
	'Dalton': 'https://w3id.org/emmo#Dalton',
	'Day': 'https://w3id.org/emmo#Day',
	'Degree': 'https://w3id.org/emmo#Degree',
	'DegreeCelsius': 'https://w3id.org/emmo#DegreeCelsius',
	'DegreeCelsiusCentiMetre': 'https://w3id.org/emmo#DegreeCelsiusCentiMetre',
	'DegreeCelsiusKilogramPerSquareMetre': 'https://w3id.org/emmo#DegreeCelsiusKilogramPerSquareMetre',
	'DegreeCelsiusPerHour': 'https://w3id.org/emmo#DegreeCelsiusPerHour',
	'DegreeCelsiusPerKelvin': 'https://w3id.org/emmo#DegreeCelsiusPerKelvin',
	'DegreeCelsiusPerMetre': 'https://w3id.org/emmo#DegreeCelsiusPerMetre',
	'DegreeCelsiusPerMinute': 'https://w3id.org/emmo#DegreeCelsiusPerMinute',
	'DegreeCelsiusPerSecond': 'https://w3id.org/emmo#DegreeCelsiusPerSecond',
	'DegreePerHour': 'https://w3id.org/emmo#DegreePerHour',
	'DegreePerMetre': 'https://w3id.org/emmo#DegreePerMetre',
	'DegreePerMinute': 'https://w3id.org/emmo#DegreePerMinute',
	'DegreePerSecond': 'https://w3id.org/emmo#DegreePerSecond',
	'DegreePerSquareSecond': 'https://w3id.org/emmo#DegreePerSquareSecond',
	'EMMO_002e4002_58c7_4aea_ac1f_bba5188818ff': 'https://w3id.org/emmo#EMMO_002e4002_58c7_4aea_ac1f_bba5188818ff',
	'EMMO_0056cc2f_f2fe_558e_a65c_9a8fc5cea333': 'https://w3id.org/emmo#EMMO_0056cc2f_f2fe_558e_a65c_9a8fc5cea333',
	'EMMO_0080b38f_bac4_5dd6_9d28_d821cf723787': 'https://w3id.org/emmo#EMMO_0080b38f_bac4_5dd6_9d28_d821cf723787',
	'EMMO_008fd3b2_4013_451f_8827_52bceab11841': 'https://w3id.org/emmo#EMMO_008fd3b2_4013_451f_8827_52bceab11841',
	'EMMO_00b85655_f20c_4e83_b90e_094e8ea7e48f': 'https://w3id.org/emmo#EMMO_00b85655_f20c_4e83_b90e_094e8ea7e48f',
	'EMMO_00f2dc2d_2f64_468a_a77c_d70841b0b5f0': 'https://w3id.org/emmo#EMMO_00f2dc2d_2f64_468a_a77c_d70841b0b5f0',
	/** Draw forming by drawing a workpiece through a tool opening that is narrowed in the drawing direction. */
	'EMMO_01048432_3722_40a9_aa37_ea009da44272': 'https://w3id.org/emmo#EMMO_01048432_3722_40a9_aa37_ea009da44272',
	'EMMO_01354ac2_cce1_4b7d_8b4a_7322d6cb10bc': 'https://w3id.org/emmo#EMMO_01354ac2_cce1_4b7d_8b4a_7322d6cb10bc',
	'EMMO_016c831e_66b7_546e_ad4a_fc22c739b0f5': 'https://w3id.org/emmo#EMMO_016c831e_66b7_546e_ad4a_fc22c739b0f5',
	'EMMO_01b80fdd_065c_4caf_b36c_4c0724936e24': 'https://w3id.org/emmo#EMMO_01b80fdd_065c_4caf_b36c_4c0724936e24',
	'EMMO_01cd670e_d37c_424f_b91e_c2c2bbb5ea43': 'https://w3id.org/emmo#EMMO_01cd670e_d37c_424f_b91e_c2c2bbb5ea43',
	'EMMO_01e4191d_03ba_4107_a307_1c09c0e6a7d2': 'https://w3id.org/emmo#EMMO_01e4191d_03ba_4107_a307_1c09c0e6a7d2',
	'EMMO_01e5766d_dac3_4574_8a78_310de92a5c9d': 'https://w3id.org/emmo#EMMO_01e5766d_dac3_4574_8a78_310de92a5c9d',
	'EMMO_02122e58_e0b3_4274_bdd4_745f64a61645': 'https://w3id.org/emmo#EMMO_02122e58_e0b3_4274_bdd4_745f64a61645',
	'EMMO_0277f24a_ea7f_4917_81b7_fb0406c8fc62': 'https://w3id.org/emmo#EMMO_0277f24a_ea7f_4917_81b7_fb0406c8fc62',
	'EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e': 'https://w3id.org/emmo#EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e',
	/** In the same system of quantities, dim ρB = ML−3 is the quantity dimension of mass concentration of component B, and ML−3 is also the quantity dimension of mass density, ρ.
ISO 80000-1 */
	'EMMO_02c0621e_a527_4790_8a0f_2bb51973c819': 'https://w3id.org/emmo#EMMO_02c0621e_a527_4790_8a0f_2bb51973c819',
	'EMMO_02c4890b_aef3_4173_9669_94d1f6baf611': 'https://w3id.org/emmo#EMMO_02c4890b_aef3_4173_9669_94d1f6baf611',
	'EMMO_02e894c3_b793_4197_b120_3442e08f58d1': 'https://w3id.org/emmo#EMMO_02e894c3_b793_4197_b120_3442e08f58d1',
	'EMMO_02face50_43a1_40ce_a909_dfe54d5e186b': 'https://w3id.org/emmo#EMMO_02face50_43a1_40ce_a909_dfe54d5e186b',
	'EMMO_030ce585_429a_4cfb_95c2_8364e58a1ebb': 'https://w3id.org/emmo#EMMO_030ce585_429a_4cfb_95c2_8364e58a1ebb',
	/** The velocity depends on the choice of the reference frame. Proper transformation between frames must be used: Galilean for non-relativistic description, Lorentzian for relativistic description.
 
-- IEC, note 2 */
	'EMMO_0329f1f5_8339_4ce4_8505_a264c6d606ba': 'https://w3id.org/emmo#EMMO_0329f1f5_8339_4ce4_8505_a264c6d606ba',
	'EMMO_0342678c_13ba_43d7_9cbd_df60967a0a45': 'https://w3id.org/emmo#EMMO_0342678c_13ba_43d7_9cbd_df60967a0a45',
	'EMMO_03441eb3_d1fd_4906_b953_b83312d7589e': 'https://w3id.org/emmo#EMMO_03441eb3_d1fd_4906_b953_b83312d7589e',
	'EMMO_034bc7dd_a8c2_4ed0_8b51_66ac9b00342f': 'https://w3id.org/emmo#EMMO_034bc7dd_a8c2_4ed0_8b51_66ac9b00342f',
	'EMMO_038cb8cb_c035_40c1_a3e7_7f24d63b2804': 'https://w3id.org/emmo#EMMO_038cb8cb_c035_40c1_a3e7_7f24d63b2804',
	'EMMO_03d2c71b_0276_45d7_a847_7cd164cb7d45': 'https://w3id.org/emmo#EMMO_03d2c71b_0276_45d7_a847_7cd164cb7d45',
	'EMMO_03d32783_3780_43c3_8b73_7efe9aeeed54': 'https://w3id.org/emmo#EMMO_03d32783_3780_43c3_8b73_7efe9aeeed54',
	'EMMO_03d4cd70_0d16_4403_b68c_d41a9117f981': 'https://w3id.org/emmo#EMMO_03d4cd70_0d16_4403_b68c_d41a9117f981',
	'EMMO_03eb9b46_8ff0_4fcd_b1a0_73f65ae7434e': 'https://w3id.org/emmo#EMMO_03eb9b46_8ff0_4fcd_b1a0_73f65ae7434e',
	'EMMO_0449de81_0995_4575_8f2b_2c70cffafa71': 'https://w3id.org/emmo#EMMO_0449de81_0995_4575_8f2b_2c70cffafa71',
	'EMMO_044f83a6_ade4_4441_9c73_5490dd93344f': 'https://w3id.org/emmo#EMMO_044f83a6_ade4_4441_9c73_5490dd93344f',
	'EMMO_048a14e3_65fb_457d_8695_948965c89492': 'https://w3id.org/emmo#EMMO_048a14e3_65fb_457d_8695_948965c89492',
	'EMMO_04b3300c_98bd_42dc_a3b5_e6c29d69f1ac': 'https://w3id.org/emmo#EMMO_04b3300c_98bd_42dc_a3b5_e6c29d69f1ac',
	'EMMO_04cc9451_5306_45d0_8554_22cee4d6e785': 'https://w3id.org/emmo#EMMO_04cc9451_5306_45d0_8554_22cee4d6e785',
	/** Force of gravity acting on a body. */
	'EMMO_04cf0295_3e8f_4693_a87f_3130d125cf05': 'https://w3id.org/emmo#EMMO_04cf0295_3e8f_4693_a87f_3130d125cf05',
	'EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1': 'https://w3id.org/emmo#EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1',
	/** The interpreter is not the ontologist, being the ontologist acting outside the ontology at the meta-ontology level. 
 
On the contrary, the interpreter is an agent recognized by the ontologist. The semiotic branch of the EMMO is the tool used by the ontologist to represent an interpreter's semiotic activity. */
	'EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee': 'https://w3id.org/emmo#EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee',
	'EMMO_0528e41d_edd2_49f9_bd2a_aeabdc215515': 'https://w3id.org/emmo#EMMO_0528e41d_edd2_49f9_bd2a_aeabdc215515',
	'EMMO_052e9796_1144_43ae_a798_c5755cd6cd81': 'https://w3id.org/emmo#EMMO_052e9796_1144_43ae_a798_c5755cd6cd81',
	'EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b': 'https://w3id.org/emmo#EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b',
	'EMMO_0558e802_46a4_45de_af85_47aff4dc427e': 'https://w3id.org/emmo#EMMO_0558e802_46a4_45de_af85_47aff4dc427e',
	'EMMO_057d0573_6ac0_4c27_9e3f_3c29205fd104': 'https://w3id.org/emmo#EMMO_057d0573_6ac0_4c27_9e3f_3c29205fd104',
	'EMMO_057e7d57_aff0_49de_911a_8861d85cef40': 'https://w3id.org/emmo#EMMO_057e7d57_aff0_49de_911a_8861d85cef40',
	/** Quantity representing the spatial distribution of mass in a continuous material. */
	'EMMO_06448f64_8db6_4304_8b2c_e785dba82044': 'https://w3id.org/emmo#EMMO_06448f64_8db6_4304_8b2c_e785dba82044',
	'EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf': 'https://w3id.org/emmo#EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf',
	'EMMO_0658e7df_ffd9_4779_82fc_62efe0a7f3b1': 'https://w3id.org/emmo#EMMO_0658e7df_ffd9_4779_82fc_62efe0a7f3b1',
	'EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec': 'https://w3id.org/emmo#EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec',
	/** The physical dimension can change based on the stoichiometric numbers of the substances involved. */
	'EMMO_066937f0_ea5c_4b06_8739_53f66d5ef89e': 'https://w3id.org/emmo#EMMO_066937f0_ea5c_4b06_8739_53f66d5ef89e',
	'EMMO_068c4e58_2470_4b1c_8454_010dd4906100': 'https://w3id.org/emmo#EMMO_068c4e58_2470_4b1c_8454_010dd4906100',
	/** Joining process by softening the surfaces to be joined, either by heat or with a solvent (swelling welding, solvent welding), and pressing the softened surfaces together. */
	'EMMO_06c415dc_ba26_407d_b596_283bd4d9a66f': 'https://w3id.org/emmo#EMMO_06c415dc_ba26_407d_b596_283bd4d9a66f',
	'EMMO_071b87fd_8ac8_4287_bfc6_9fcd8ce6674c': 'https://w3id.org/emmo#EMMO_071b87fd_8ac8_4287_bfc6_9fcd8ce6674c',
	'EMMO_0724601e_642c_5770_bc86_7078e7441664': 'https://w3id.org/emmo#EMMO_0724601e_642c_5770_bc86_7078e7441664',
	'EMMO_072bc73e_9167_49f5_a62c_612a52c74f50': 'https://w3id.org/emmo#EMMO_072bc73e_9167_49f5_a62c_612a52c74f50',
	'EMMO_0755dd67_bdf1_5164_a706_55fcf9ced526': 'https://w3id.org/emmo#EMMO_0755dd67_bdf1_5164_a706_55fcf9ced526',
	'EMMO_0761710a_3de3_5cff_a0cc_dfb8eba5a99d': 'https://w3id.org/emmo#EMMO_0761710a_3de3_5cff_a0cc_dfb8eba5a99d',
	'EMMO_07bb613c_e8d0_425f_abcc_47c58b14704e': 'https://w3id.org/emmo#EMMO_07bb613c_e8d0_425f_abcc_47c58b14704e',
	'EMMO_07de47e0_6bb6_45b9_b55a_4f238efbb105': 'https://w3id.org/emmo#EMMO_07de47e0_6bb6_45b9_b55a_4f238efbb105',
	'EMMO_07f571cd_252b_4421_8f98_94b6690d2ab9': 'https://w3id.org/emmo#EMMO_07f571cd_252b_4421_8f98_94b6690d2ab9',
	'EMMO_0805a892_352b_53e3_9577_60aa0835bc17': 'https://w3id.org/emmo#EMMO_0805a892_352b_53e3_9577_60aa0835bc17',
	'EMMO_08415c4f_58bf_4696_8581_f5f90fec24b7': 'https://w3id.org/emmo#EMMO_08415c4f_58bf_4696_8581_f5f90fec24b7',
	'EMMO_084b4f77_6df7_4c6a_b705_2528aba5cdda': 'https://w3id.org/emmo#EMMO_084b4f77_6df7_4c6a_b705_2528aba5cdda',
	'EMMO_08522112_0872_599f_9d81_81889333254e': 'https://w3id.org/emmo#EMMO_08522112_0872_599f_9d81_81889333254e',
	'EMMO_08865f1c_4d7e_4fa7_afba_05e5f7d06cb9': 'https://w3id.org/emmo#EMMO_08865f1c_4d7e_4fa7_afba_05e5f7d06cb9',
	'EMMO_08b308d4_31cd_4779_a784_aa92fc730f39': 'https://w3id.org/emmo#EMMO_08b308d4_31cd_4779_a784_aa92fc730f39',
	'EMMO_08bcf1d6_e719_46c8_bb21_24bc9bf34dba': 'https://w3id.org/emmo#EMMO_08bcf1d6_e719_46c8_bb21_24bc9bf34dba',
	'EMMO_08cb807c_e626_447b_863f_e2835540e918': 'https://w3id.org/emmo#EMMO_08cb807c_e626_447b_863f_e2835540e918',
	'EMMO_08d993e0_cc1c_45da_b0c5_3d658091ccfd': 'https://w3id.org/emmo#EMMO_08d993e0_cc1c_45da_b0c5_3d658091ccfd',
	'EMMO_09007bc0_b5f2_4fb9_af01_caf948cf2044': 'https://w3id.org/emmo#EMMO_09007bc0_b5f2_4fb9_af01_caf948cf2044',
	'EMMO_095b3c46_2b60_43cb_bade_9ee9ac969720': 'https://w3id.org/emmo#EMMO_095b3c46_2b60_43cb_bade_9ee9ac969720',
	/** Measure for how the magnetization of material is affected by the application of an external magnetic field . */
	'EMMO_09663630_1b84_4202_91e6_e641104f579e': 'https://w3id.org/emmo#EMMO_09663630_1b84_4202_91e6_e641104f579e',
	'EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f': 'https://w3id.org/emmo#EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f',
	'EMMO_098f6f77_746a_5fcc_a6d1_4988929bf404': 'https://w3id.org/emmo#EMMO_098f6f77_746a_5fcc_a6d1_4988929bf404',
	'EMMO_09b9021b_f97b_43eb_b83d_0a764b472bc2': 'https://w3id.org/emmo#EMMO_09b9021b_f97b_43eb_b83d_0a764b472bc2',
	'EMMO_09cee580_aed5_4541_ab94_ec5bb1c64a7c': 'https://w3id.org/emmo#EMMO_09cee580_aed5_4541_ab94_ec5bb1c64a7c',
	'EMMO_09e84f72_511a_5d22_adf1_accacaf7146a': 'https://w3id.org/emmo#EMMO_09e84f72_511a_5d22_adf1_accacaf7146a',
	'EMMO_09f0ac34_c349_46b5_acf0_0edeae52cca1': 'https://w3id.org/emmo#EMMO_09f0ac34_c349_46b5_acf0_0edeae52cca1',
	'EMMO_0a3f04a6_ba3a_49d9_99da_08b0e26f51f0': 'https://w3id.org/emmo#EMMO_0a3f04a6_ba3a_49d9_99da_08b0e26f51f0',
	/** The propability for a certain outcome, is the ratio between the number of events leading to the given outcome and the total number of events. */
	'EMMO_0a88be81_343d_4388_92c1_09228ff95ada': 'https://w3id.org/emmo#EMMO_0a88be81_343d_4388_92c1_09228ff95ada',
	'EMMO_0a982eeb_e5ef_4828_93bc_53ece1b3f171': 'https://w3id.org/emmo#EMMO_0a982eeb_e5ef_4828_93bc_53ece1b3f171',
	/** Relates an object to a quantity describing a quantifiable property of the object obtained via a well-defined procedure. */
	'EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5': 'https://w3id.org/emmo#EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5',
	'EMMO_0ab0485c_9e5b_4257_a679_90a2dfba5c7c': 'https://w3id.org/emmo#EMMO_0ab0485c_9e5b_4257_a679_90a2dfba5c7c',
	'EMMO_0ab4306c_ba36_4a6e_941e_474ed04e8ccf': 'https://w3id.org/emmo#EMMO_0ab4306c_ba36_4a6e_941e_474ed04e8ccf',
	'EMMO_0adabf6f_7404_44cb_9f65_32d83d8101a3': 'https://w3id.org/emmo#EMMO_0adabf6f_7404_44cb_9f65_32d83d8101a3',
	'EMMO_0afc19b0_2d43_4b3d_8da0_9ffb63bc1492': 'https://w3id.org/emmo#EMMO_0afc19b0_2d43_4b3d_8da0_9ffb63bc1492',
	'EMMO_0b0dc439_fe4b_4e59_a5f6_655b0bf48559': 'https://w3id.org/emmo#EMMO_0b0dc439_fe4b_4e59_a5f6_655b0bf48559',
	'EMMO_0b1502e2_d12f_4ff3_83b1_eeedf9382954': 'https://w3id.org/emmo#EMMO_0b1502e2_d12f_4ff3_83b1_eeedf9382954',
	'EMMO_0b15f4ae_092e_4487_9100_3c44176c545c': 'https://w3id.org/emmo#EMMO_0b15f4ae_092e_4487_9100_3c44176c545c',
	'EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2': 'https://w3id.org/emmo#EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2',
	'EMMO_0b3295fa_f4bf_4f83_a603_9d98c03da5bb': 'https://w3id.org/emmo#EMMO_0b3295fa_f4bf_4f83_a603_9d98c03da5bb',
	'EMMO_0b6ebe5a_0026_4bef_a1c1_5be00df9f98e': 'https://w3id.org/emmo#EMMO_0b6ebe5a_0026_4bef_a1c1_5be00df9f98e',
	'EMMO_0ba17fb4_6149_5332_b65f_0639ace42edf': 'https://w3id.org/emmo#EMMO_0ba17fb4_6149_5332_b65f_0639ace42edf',
	'EMMO_0bb3b434_73aa_428f_b4e8_2a2468648e19': 'https://w3id.org/emmo#EMMO_0bb3b434_73aa_428f_b4e8_2a2468648e19',
	'EMMO_0bd0c81a_2972_5b2d_8ff5_bb72a82b9c0d': 'https://w3id.org/emmo#EMMO_0bd0c81a_2972_5b2d_8ff5_bb72a82b9c0d',
	'EMMO_0c576e13_4ee7_4f3d_bfe9_1614243df018': 'https://w3id.org/emmo#EMMO_0c576e13_4ee7_4f3d_bfe9_1614243df018',
	'EMMO_0c7ad550_00ae_45ff_a4e2_58d6a61f48eb': 'https://w3id.org/emmo#EMMO_0c7ad550_00ae_45ff_a4e2_58d6a61f48eb',
	'EMMO_0ca67b4c_bdd3_40a6_b8c6_ba77e39c13a3': 'https://w3id.org/emmo#EMMO_0ca67b4c_bdd3_40a6_b8c6_ba77e39c13a3',
	'EMMO_0cd4c619_b123_4ae4_b778_3c9adaad65e7': 'https://w3id.org/emmo#EMMO_0cd4c619_b123_4ae4_b778_3c9adaad65e7',
	'EMMO_0cd58641_824c_4851_907f_f4c3be76630c': 'https://w3id.org/emmo#EMMO_0cd58641_824c_4851_907f_f4c3be76630c',
	'EMMO_0d1c0018_42e2_4506_bc3d_f53c117c1ad3': 'https://w3id.org/emmo#EMMO_0d1c0018_42e2_4506_bc3d_f53c117c1ad3',
	'EMMO_0d2c0390_51fb_42aa_93b1_af903b3ad510': 'https://w3id.org/emmo#EMMO_0d2c0390_51fb_42aa_93b1_af903b3ad510',
	'EMMO_0d37beeb_9dea_558e_82c5_4df3fb6d08d0': 'https://w3id.org/emmo#EMMO_0d37beeb_9dea_558e_82c5_4df3fb6d08d0',
	'EMMO_0d4bdfcd_f4f0_4b8f_b470_e3f654e37d33': 'https://w3id.org/emmo#EMMO_0d4bdfcd_f4f0_4b8f_b470_e3f654e37d33',
	'EMMO_0d8247fb_82b0_5ad6_996b_19469e1d7960': 'https://w3id.org/emmo#EMMO_0d8247fb_82b0_5ad6_996b_19469e1d7960',
	'EMMO_0d829933_29e3_4e61_b3d3_88e6b9d0d0ce': 'https://w3id.org/emmo#EMMO_0d829933_29e3_4e61_b3d3_88e6b9d0d0ce',
	'EMMO_0dbdd7c5_86a5_4867_a396_2277e20fc4bc': 'https://w3id.org/emmo#EMMO_0dbdd7c5_86a5_4867_a396_2277e20fc4bc',
	'EMMO_0de3878e_7928_4ab6_bc6d_cf590b2d0e5b': 'https://w3id.org/emmo#EMMO_0de3878e_7928_4ab6_bc6d_cf590b2d0e5b',
	'EMMO_0e030040_98a7_49b2_a871_dced1f3a6131': 'https://w3id.org/emmo#EMMO_0e030040_98a7_49b2_a871_dced1f3a6131',
	'EMMO_0e08326e_376b_5d54_ad2c_2a7cf274af61': 'https://w3id.org/emmo#EMMO_0e08326e_376b_5d54_ad2c_2a7cf274af61',
	'EMMO_0e0ee94d_70be_4b7e_afcc_320e62a94974': 'https://w3id.org/emmo#EMMO_0e0ee94d_70be_4b7e_afcc_320e62a94974',
	'EMMO_0e1f2009_bf12_49d1_99f3_1422e5287d82': 'https://w3id.org/emmo#EMMO_0e1f2009_bf12_49d1_99f3_1422e5287d82',
	'EMMO_0e6378df_1ce8_4321_b00c_ee9beea60a67': 'https://w3id.org/emmo#EMMO_0e6378df_1ce8_4321_b00c_ee9beea60a67',
	'EMMO_0e78a4d4_b4e0_48e7_97d8_e7d41a85a54d': 'https://w3id.org/emmo#EMMO_0e78a4d4_b4e0_48e7_97d8_e7d41a85a54d',
	'EMMO_0e86a108_9d4d_4582_8126_f0c527d81901': 'https://w3id.org/emmo#EMMO_0e86a108_9d4d_4582_8126_f0c527d81901',
	'EMMO_0eabfde6_c6c5_4b1f_bf10_e4e0e06e9b2e': 'https://w3id.org/emmo#EMMO_0eabfde6_c6c5_4b1f_bf10_e4e0e06e9b2e',
	'EMMO_0eb37d3d_b633_4ea4_a863_8b7a27c6fdb4': 'https://w3id.org/emmo#EMMO_0eb37d3d_b633_4ea4_a863_8b7a27c6fdb4',
	'EMMO_0edbde89_9714_53c7_b2a9_0ef6c0f73091': 'https://w3id.org/emmo#EMMO_0edbde89_9714_53c7_b2a9_0ef6c0f73091',
	/** Measure for how the polarization of a material is affected by the application of an external electric field. */
	'EMMO_0ee5779e_d798_4ee5_9bfe_c392d5bea112': 'https://w3id.org/emmo#EMMO_0ee5779e_d798_4ee5_9bfe_c392d5bea112',
	'EMMO_0ee9e6a2_9240_4b1d_ac9a_f72416c7dc70': 'https://w3id.org/emmo#EMMO_0ee9e6a2_9240_4b1d_ac9a_f72416c7dc70',
	'EMMO_0eee5986_12a1_5f73_b5e0_6eb2b640c924': 'https://w3id.org/emmo#EMMO_0eee5986_12a1_5f73_b5e0_6eb2b640c924',
	'EMMO_0ef4ff4a_5458_4f2a_b51f_4689d472a3f2': 'https://w3id.org/emmo#EMMO_0ef4ff4a_5458_4f2a_b51f_4689d472a3f2',
	'EMMO_0f19d84e_05b4_47c9_a5de_bb2a913d211b': 'https://w3id.org/emmo#EMMO_0f19d84e_05b4_47c9_a5de_bb2a913d211b',
	'EMMO_0f1b1f8b_0323_4840_899c_fd6860763155': 'https://w3id.org/emmo#EMMO_0f1b1f8b_0323_4840_899c_fd6860763155',
	'EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f': 'https://w3id.org/emmo#EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f',
	'EMMO_0f43918c_3578_4196_a5fa_d3fa6c0d5869': 'https://w3id.org/emmo#EMMO_0f43918c_3578_4196_a5fa_d3fa6c0d5869',
	'EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e': 'https://w3id.org/emmo#EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e',
	'EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360': 'https://w3id.org/emmo#EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360',
	'EMMO_1044e509_e204_433a_8130_8d4579ada59f': 'https://w3id.org/emmo#EMMO_1044e509_e204_433a_8130_8d4579ada59f',
	'EMMO_109e8c69_4148_4cb0_9ceb_fbd526befca0': 'https://w3id.org/emmo#EMMO_109e8c69_4148_4cb0_9ceb_fbd526befca0',
	'EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069': 'https://w3id.org/emmo#EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069',
	'EMMO_10f703b5_8b2a_4c5a_a734_f0cfb29622ad': 'https://w3id.org/emmo#EMMO_10f703b5_8b2a_4c5a_a734_f0cfb29622ad',
	'EMMO_113acda0_3c17_59d9_87ef_7e5e5c0ba128': 'https://w3id.org/emmo#EMMO_113acda0_3c17_59d9_87ef_7e5e5c0ba128',
	'EMMO_11708648_fc62_46c6_bae5_3a10693e416e': 'https://w3id.org/emmo#EMMO_11708648_fc62_46c6_bae5_3a10693e416e',
	'EMMO_117d3e39_de3e_46f5_9744_b4a28d9fc83e': 'https://w3id.org/emmo#EMMO_117d3e39_de3e_46f5_9744_b4a28d9fc83e',
	'EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29': 'https://w3id.org/emmo#EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29',
	'EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950': 'https://w3id.org/emmo#EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950',
	'EMMO_12120d44_785e_5e5e_a9fd_73fe7c24ead4': 'https://w3id.org/emmo#EMMO_12120d44_785e_5e5e_a9fd_73fe7c24ead4',
	'EMMO_123629bd_efd6_5ba6_979e_2a4698b54e70': 'https://w3id.org/emmo#EMMO_123629bd_efd6_5ba6_979e_2a4698b54e70',
	'EMMO_123b0aee_eac2_461f_8078_3a7c8dfbe7ce': 'https://w3id.org/emmo#EMMO_123b0aee_eac2_461f_8078_3a7c8dfbe7ce',
	'EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17': 'https://w3id.org/emmo#EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17',
	'EMMO_124c07b7_38ea_405c_81b1_5c65eee1a41a': 'https://w3id.org/emmo#EMMO_124c07b7_38ea_405c_81b1_5c65eee1a41a',
	'EMMO_125b6f65_caf4_5ff2_89f2_90a6183ee34e': 'https://w3id.org/emmo#EMMO_125b6f65_caf4_5ff2_89f2_90a6183ee34e',
	'EMMO_125e8614_0dad_4c04_9ac9_03317e63beec': 'https://w3id.org/emmo#EMMO_125e8614_0dad_4c04_9ac9_03317e63beec',
	'EMMO_126e57a9_0f9c_4315_a031_bc273a0f302b': 'https://w3id.org/emmo#EMMO_126e57a9_0f9c_4315_a031_bc273a0f302b',
	/** This class collects all units that are products or powers of SI base or SI special units only. */
	'EMMO_1273eb34_de48_43a9_925f_104110469dd2': 'https://w3id.org/emmo#EMMO_1273eb34_de48_43a9_925f_104110469dd2',
	'EMMO_127594de_4802_4ad6_b09d_d05b340394dd': 'https://w3id.org/emmo#EMMO_127594de_4802_4ad6_b09d_d05b340394dd',
	'EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e': 'https://w3id.org/emmo#EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e',
	'EMMO_12a3441c_4fe8_4d9c_a7db_9e86ce6c41ee': 'https://w3id.org/emmo#EMMO_12a3441c_4fe8_4d9c_a7db_9e86ce6c41ee',
	'EMMO_12a9a254_9791_4a00_b045_f397bc3ab2bc': 'https://w3id.org/emmo#EMMO_12a9a254_9791_4a00_b045_f397bc3ab2bc',
	'EMMO_12aae025_a226_4762_9d51_81200a8ce54c': 'https://w3id.org/emmo#EMMO_12aae025_a226_4762_9d51_81200a8ce54c',
	/** Normally a standard solution is a solution of the ion at a molality of 1 mol/kg (exactly). Standardized conditions are normally 1013,25 hPa and 25 °C. */
	'EMMO_12b2ec1e_fb89_468a_a51d_97c2a6db297c': 'https://w3id.org/emmo#EMMO_12b2ec1e_fb89_468a_a51d_97c2a6db297c',
	/** Heat is energy in transfer to or from a thermodynamic system, by mechanisms other than thermodynamic work or transfer of matter. */
	'EMMO_12d4ba9b_2f89_4ea3_b206_cd376f96c875': 'https://w3id.org/emmo#EMMO_12d4ba9b_2f89_4ea3_b206_cd376f96c875',
	'EMMO_12f0b2eb_a7b2_4f87_8176_12748f415832': 'https://w3id.org/emmo#EMMO_12f0b2eb_a7b2_4f87_8176_12748f415832',
	'EMMO_13191289_6c2b_4741_93e1_82d53bd0e703': 'https://w3id.org/emmo#EMMO_13191289_6c2b_4741_93e1_82d53bd0e703',
	'EMMO_134b78a0_63f8_4f7f_8098_925d1d934e48': 'https://w3id.org/emmo#EMMO_134b78a0_63f8_4f7f_8098_925d1d934e48',
	'EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b': 'https://w3id.org/emmo#EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b',
	'EMMO_137c6f65_f393_43ca_9c6d_ac765de56a5a': 'https://w3id.org/emmo#EMMO_137c6f65_f393_43ca_9c6d_ac765de56a5a',
	'EMMO_13fea749_0b3b_4756_9c81_22cce620fc25': 'https://w3id.org/emmo#EMMO_13fea749_0b3b_4756_9c81_22cce620fc25',
	'EMMO_14235b93_650f_4452_8395_a23b8f645c9a': 'https://w3id.org/emmo#EMMO_14235b93_650f_4452_8395_a23b8f645c9a',
	'EMMO_1440d010_e4c5_4597_8858_1d58cb1fb28f': 'https://w3id.org/emmo#EMMO_1440d010_e4c5_4597_8858_1d58cb1fb28f',
	'EMMO_1461e904_a2bf_4558_ad74_2706f5706b34': 'https://w3id.org/emmo#EMMO_1461e904_a2bf_4558_ad74_2706f5706b34',
	'EMMO_146e85cb_37a7_4204_84f1_30113cfddd0c': 'https://w3id.org/emmo#EMMO_146e85cb_37a7_4204_84f1_30113cfddd0c',
	'EMMO_14729316_fa36_5eda_a5e6_86e28a5d80ba': 'https://w3id.org/emmo#EMMO_14729316_fa36_5eda_a5e6_86e28a5d80ba',
	'EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d': 'https://w3id.org/emmo#EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d',
	'EMMO_15344998_4490_4b40_b242_c3d92e5cdc27': 'https://w3id.org/emmo#EMMO_15344998_4490_4b40_b242_c3d92e5cdc27',
	'EMMO_15595dc5_20a7_5b9f_a896_aad79f97bb8b': 'https://w3id.org/emmo#EMMO_15595dc5_20a7_5b9f_a896_aad79f97bb8b',
	'EMMO_157fdf31_6387_42be_8e72_10530519214a': 'https://w3id.org/emmo#EMMO_157fdf31_6387_42be_8e72_10530519214a',
	'EMMO_15841f91_ad7d_5b81_89d1_c12b13e42f32': 'https://w3id.org/emmo#EMMO_15841f91_ad7d_5b81_89d1_c12b13e42f32',
	'EMMO_15d36b02_fbb4_4c35_bca9_38e9c573baee': 'https://w3id.org/emmo#EMMO_15d36b02_fbb4_4c35_bca9_38e9c573baee',
	'EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01': 'https://w3id.org/emmo#EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01',
	'EMMO_15db234d_ecaf_4715_9838_4b4ec424fb13': 'https://w3id.org/emmo#EMMO_15db234d_ecaf_4715_9838_4b4ec424fb13',
	'EMMO_1604f495_328a_4f28_9962_f4cc210739dd': 'https://w3id.org/emmo#EMMO_1604f495_328a_4f28_9962_f4cc210739dd',
	'EMMO_161bef57_cc59_4246_8249_19dbdae96e7b': 'https://w3id.org/emmo#EMMO_161bef57_cc59_4246_8249_19dbdae96e7b',
	'EMMO_16a3bd5c_75f0_42b3_b000_cb0d018f840e': 'https://w3id.org/emmo#EMMO_16a3bd5c_75f0_42b3_b000_cb0d018f840e',
	/** An object can be represented by a quantity for the fact that it has been recognized to belong to a specific class.
 
The quantity is selected without an observation aimed to measure its actual value, but by convention. */
	'EMMO_16b510a6_0584_4134_bdb6_3bc185c17860': 'https://w3id.org/emmo#EMMO_16b510a6_0584_4134_bdb6_3bc185c17860',
	'EMMO_16c41198_3881_4a34_bae5_993f88823993': 'https://w3id.org/emmo#EMMO_16c41198_3881_4a34_bae5_993f88823993',
	'EMMO_16cc6deb_d9f8_4ede_900a_a17cc86e57c4': 'https://w3id.org/emmo#EMMO_16cc6deb_d9f8_4ede_900a_a17cc86e57c4',
	'EMMO_16d1606c_e562_43cd_a92c_0894abc2027b': 'https://w3id.org/emmo#EMMO_16d1606c_e562_43cd_a92c_0894abc2027b',
	'EMMO_16d72037_3243_4018_ac6c_0015f661d3c3': 'https://w3id.org/emmo#EMMO_16d72037_3243_4018_ac6c_0015f661d3c3',
	/** Mass of a constituent divided by the volume of the mixture. */
	'EMMO_16f2fe60_2db7_43ca_8fee_5b3e416bfe87': 'https://w3id.org/emmo#EMMO_16f2fe60_2db7_43ca_8fee_5b3e416bfe87',
	'EMMO_172e2c96_180b_40f8_a3e7_b624471f40c2': 'https://w3id.org/emmo#EMMO_172e2c96_180b_40f8_a3e7_b624471f40c2',
	'EMMO_1744d51d_0dac_4f48_8b50_fde6c7c2ab39': 'https://w3id.org/emmo#EMMO_1744d51d_0dac_4f48_8b50_fde6c7c2ab39',
	/** The DBpedia definition (http://dbpedia.org/page/Avogadro_constant) is outdated as May 20, 2019. It is now an exact quantity. */
	'EMMO_176cae33_b83e_4cd2_a6bc_281f42f0ccc8': 'https://w3id.org/emmo#EMMO_176cae33_b83e_4cd2_a6bc_281f42f0ccc8',
	'EMMO_176e3f78_c867_4eca_9794_a4822660d9dc': 'https://w3id.org/emmo#EMMO_176e3f78_c867_4eca_9794_a4822660d9dc',
	'EMMO_179a652d_68c8_5412_9621_98b4b00984dd': 'https://w3id.org/emmo#EMMO_179a652d_68c8_5412_9621_98b4b00984dd',
	/** Correspond to the work needed per unit of charge to move a test charge between two points in a static electric field. */
	'EMMO_17b031fb_4695_49b6_bb69_189ec63df3ee': 'https://w3id.org/emmo#EMMO_17b031fb_4695_49b6_bb69_189ec63df3ee',
	'EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f': 'https://w3id.org/emmo#EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f',
	'EMMO_183f6fac_8543_44e0_bd59_434aa7054f4c': 'https://w3id.org/emmo#EMMO_183f6fac_8543_44e0_bd59_434aa7054f4c',
	'EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1': 'https://w3id.org/emmo#EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1',
	'EMMO_186607c3_fe59_5731_983f_4374a1f8544b': 'https://w3id.org/emmo#EMMO_186607c3_fe59_5731_983f_4374a1f8544b',
	'EMMO_18748aef_0e6b_5369_99b5_1e5ab1a0f99b': 'https://w3id.org/emmo#EMMO_18748aef_0e6b_5369_99b5_1e5ab1a0f99b',
	'EMMO_18c4634c_b821_49a3_beff_5eb7515ffc40': 'https://w3id.org/emmo#EMMO_18c4634c_b821_49a3_beff_5eb7515ffc40',
	'EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae': 'https://w3id.org/emmo#EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae',
	'EMMO_18d180e4_5e3e_42f7_820c_e08951223486': 'https://w3id.org/emmo#EMMO_18d180e4_5e3e_42f7_820c_e08951223486',
	'EMMO_1936bc9e_5e81_5267_bd48_cbec9a6cfb17': 'https://w3id.org/emmo#EMMO_1936bc9e_5e81_5267_bd48_cbec9a6cfb17',
	/** Note that not all physical quantities can be categorised as being either intensive or extensive. For example the square root of the mass. */
	'EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8': 'https://w3id.org/emmo#EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8',
	'EMMO_1942247a_50b4_4109_bff4_bb213de45e08': 'https://w3id.org/emmo#EMMO_1942247a_50b4_4109_bff4_bb213de45e08',
	'EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a': 'https://w3id.org/emmo#EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a',
	'EMMO_19608340_178c_4bfd_bd4d_0d3b935c6fec': 'https://w3id.org/emmo#EMMO_19608340_178c_4bfd_bd4d_0d3b935c6fec',
	'EMMO_197095a5_6d0c_4747_bcd7_f239203217dc': 'https://w3id.org/emmo#EMMO_197095a5_6d0c_4747_bcd7_f239203217dc',
	'EMMO_19c5c2b2_463b_4e41_bd50_4f7239aa62d9': 'https://w3id.org/emmo#EMMO_19c5c2b2_463b_4e41_bd50_4f7239aa62d9',
	'EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9': 'https://w3id.org/emmo#EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9',
	'EMMO_19fe0747_6954_40cb_9f8f_b87498bc8e78': 'https://w3id.org/emmo#EMMO_19fe0747_6954_40cb_9f8f_b87498bc8e78',
	'EMMO_1a179ce4_3724_47f8_bee5_6292e3ac9942': 'https://w3id.org/emmo#EMMO_1a179ce4_3724_47f8_bee5_6292e3ac9942',
	/** Manufacturing by separating particles of material from a solid body by non-mechanical means. Ablation refers both to the removal of layers of material and to the separation of workpiece parts. The production process of ablation is considered in its stationary instantaneous state, independently of the application of auxiliary processes necessary to initiate the process. Ablation is divided into three subgroups according to the order point of view (OGP) "process in the effective zone on the surface of the workpiece": - thermal ablation; - chemical ablation; - electrochemical ablation. */
	'EMMO_1a2cbca8_3d3b_4e2c_9a71_e39273937786': 'https://w3id.org/emmo#EMMO_1a2cbca8_3d3b_4e2c_9a71_e39273937786',
	'EMMO_1a4c1a97_88a7_4d8e_b2f9_2ca58e92dde4': 'https://w3id.org/emmo#EMMO_1a4c1a97_88a7_4d8e_b2f9_2ca58e92dde4',
	'EMMO_1a4ed964_9ee4_44a9_b386_4b0f95cf6666': 'https://w3id.org/emmo#EMMO_1a4ed964_9ee4_44a9_b386_4b0f95cf6666',
	'EMMO_1a5dd75a_6ed6_4148_a99c_001a27f5b417': 'https://w3id.org/emmo#EMMO_1a5dd75a_6ed6_4148_a99c_001a27f5b417',
	'EMMO_1a9e6e27_1e1d_492a_824e_6fb848574846': 'https://w3id.org/emmo#EMMO_1a9e6e27_1e1d_492a_824e_6fb848574846',
	'EMMO_1aaaceb6_c5eb_4cf3_a494_f82d43fda10a': 'https://w3id.org/emmo#EMMO_1aaaceb6_c5eb_4cf3_a494_f82d43fda10a',
	'EMMO_1ac837ae_23e4_4cae_b866_dcf18c5c8a3d': 'https://w3id.org/emmo#EMMO_1ac837ae_23e4_4cae_b866_dcf18c5c8a3d',
	'EMMO_1acb552d_281a_40a4_9d55_5e31b85d4dc1': 'https://w3id.org/emmo#EMMO_1acb552d_281a_40a4_9d55_5e31b85d4dc1',
	'EMMO_1acc07d0_709d_53f4_9807_cbc0d144865c': 'https://w3id.org/emmo#EMMO_1acc07d0_709d_53f4_9807_cbc0d144865c',
	/** An expression that has parts only integer constants, variables, and the algebraic operations (addition, subtraction, multiplication, division and exponentiation by an exponent that is a rational number) */
	'EMMO_1aed91a3_d00c_48af_8f43_a0c958b2512a': 'https://w3id.org/emmo#EMMO_1aed91a3_d00c_48af_8f43_a0c958b2512a',
	'EMMO_1b01c9c6_6367_498c_a04d_1a37499b3eff': 'https://w3id.org/emmo#EMMO_1b01c9c6_6367_498c_a04d_1a37499b3eff',
	'EMMO_1b1aa658_a7d5_5bc6_9d78_37a901fd66dd': 'https://w3id.org/emmo#EMMO_1b1aa658_a7d5_5bc6_9d78_37a901fd66dd',
	'EMMO_1b32a555_978b_4e56_933f_e158e165023e': 'https://w3id.org/emmo#EMMO_1b32a555_978b_4e56_933f_e158e165023e',
	'EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c': 'https://w3id.org/emmo#EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c',
	'EMMO_1b6a95fb_3df7_44c9_ad3d_419c9c5fe7cb': 'https://w3id.org/emmo#EMMO_1b6a95fb_3df7_44c9_ad3d_419c9c5fe7cb',
	'EMMO_1c0b22a2_be82_4fa8_9e2b_a569a625d442': 'https://w3id.org/emmo#EMMO_1c0b22a2_be82_4fa8_9e2b_a569a625d442',
	'EMMO_1c16bb7f_5400_4498_8ef2_54392908da4e': 'https://w3id.org/emmo#EMMO_1c16bb7f_5400_4498_8ef2_54392908da4e',
	/** alpha_V = (1/V) * (dV/dT) */
	'EMMO_1c1ec02e_4def_4979_aff9_572c06a95391': 'https://w3id.org/emmo#EMMO_1c1ec02e_4def_4979_aff9_572c06a95391',
	'EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e': 'https://w3id.org/emmo#EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e',
	'EMMO_1c3de02f_ddbd_4704_9538_3d4f38cc373e': 'https://w3id.org/emmo#EMMO_1c3de02f_ddbd_4704_9538_3d4f38cc373e',
	'EMMO_1c5c8217_481b_5ae9_b44f_9ec353f6ea93': 'https://w3id.org/emmo#EMMO_1c5c8217_481b_5ae9_b44f_9ec353f6ea93',
	'EMMO_1c7f2dfe_0db4_4bf6_a0f6_853054a34ead': 'https://w3id.org/emmo#EMMO_1c7f2dfe_0db4_4bf6_a0f6_853054a34ead',
	'EMMO_1c957677_a460_4702_85a6_baef659d14b1': 'https://w3id.org/emmo#EMMO_1c957677_a460_4702_85a6_baef659d14b1',
	'EMMO_1cba0b27_15d0_4326_933f_379d0b3565b6': 'https://w3id.org/emmo#EMMO_1cba0b27_15d0_4326_933f_379d0b3565b6',
	'EMMO_1cba8181_2ea5_5772_8bd7_e668ffcde394': 'https://w3id.org/emmo#EMMO_1cba8181_2ea5_5772_8bd7_e668ffcde394',
	'EMMO_1ce18268_dc63_42af_9113_6589331b5562': 'https://w3id.org/emmo#EMMO_1ce18268_dc63_42af_9113_6589331b5562',
	'EMMO_1d2bf964_5d54_4da6_a02d_7c908517ef91': 'https://w3id.org/emmo#EMMO_1d2bf964_5d54_4da6_a02d_7c908517ef91',
	'EMMO_1d5305d7_5690_4e5a_92de_4611e8c356ef': 'https://w3id.org/emmo#EMMO_1d5305d7_5690_4e5a_92de_4611e8c356ef',
	/** Cutting workpieces between two cutting edges that move past each other (see Figure 1 [see figure in the standard]). */
	'EMMO_1d6b63d5_9938_483c_ad62_a09ac34153c9': 'https://w3id.org/emmo#EMMO_1d6b63d5_9938_483c_ad62_a09ac34153c9',
	'EMMO_1d77524b_ff3f_4e9a_90a4_be3d0bd88855': 'https://w3id.org/emmo#EMMO_1d77524b_ff3f_4e9a_90a4_be3d0bd88855',
	'EMMO_1d8b370b_c672_4d0c_964e_eaafcbf2f51f': 'https://w3id.org/emmo#EMMO_1d8b370b_c672_4d0c_964e_eaafcbf2f51f',
	'EMMO_1da53c06_9577_4008_8652_272fa3b62be7': 'https://w3id.org/emmo#EMMO_1da53c06_9577_4008_8652_272fa3b62be7',
	'EMMO_1db22203_95cb_46e2_ad94_14367a93d1dc': 'https://w3id.org/emmo#EMMO_1db22203_95cb_46e2_ad94_14367a93d1dc',
	'EMMO_1dcc2b31_7ff4_49ed_a1bc_6e4c055c951c': 'https://w3id.org/emmo#EMMO_1dcc2b31_7ff4_49ed_a1bc_6e4c055c951c',
	/** In geometrical optics, vergence describes the curvature of optical wavefronts. */
	'EMMO_1e7603a7_1365_49b8_b5e5_3711c8e6b904': 'https://w3id.org/emmo#EMMO_1e7603a7_1365_49b8_b5e5_3711c8e6b904',
	'EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660': 'https://w3id.org/emmo#EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660',
	'EMMO_1ea2f3fc_da94_4685_99b4_352922fbc461': 'https://w3id.org/emmo#EMMO_1ea2f3fc_da94_4685_99b4_352922fbc461',
	'EMMO_1eb6b28e_f260_4f04_ada1_19c6dcb668d9': 'https://w3id.org/emmo#EMMO_1eb6b28e_f260_4f04_ada1_19c6dcb668d9',
	'EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895': 'https://w3id.org/emmo#EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895',
	/** A whole is categorized as fundamental (or maximal) or redundant (non-maximal). */
	'EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0': 'https://w3id.org/emmo#EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0',
	'EMMO_1f087811_06cb_42d5_90fb_25d0e7e068ef': 'https://w3id.org/emmo#EMMO_1f087811_06cb_42d5_90fb_25d0e7e068ef',
	'EMMO_1f19b65b_35bf_4662_a318_7f1c147cb3b6': 'https://w3id.org/emmo#EMMO_1f19b65b_35bf_4662_a318_7f1c147cb3b6',
	'EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc': 'https://w3id.org/emmo#EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc',
	'EMMO_1f2bfb9f_ecc6_46a0_9e41_2d6fcbf59e4b': 'https://w3id.org/emmo#EMMO_1f2bfb9f_ecc6_46a0_9e41_2d6fcbf59e4b',
	'EMMO_1f5e3e7e_72c9_40d4_91dd_ae432d7b7018': 'https://w3id.org/emmo#EMMO_1f5e3e7e_72c9_40d4_91dd_ae432d7b7018',
	'EMMO_1f8f92a8_4cc9_4fa3_9b5f_d5af5bab4fd2': 'https://w3id.org/emmo#EMMO_1f8f92a8_4cc9_4fa3_9b5f_d5af5bab4fd2',
	'EMMO_1fa63b54_64d7_40fa_9c8c_003bd61664d1': 'https://w3id.org/emmo#EMMO_1fa63b54_64d7_40fa_9c8c_003bd61664d1',
	'EMMO_1fade54b_20ed_5e58_af59_214ea3b15ba9': 'https://w3id.org/emmo#EMMO_1fade54b_20ed_5e58_af59_214ea3b15ba9',
	'EMMO_200c735e_3dd7_44b2_bb34_4bb454a8e53b': 'https://w3id.org/emmo#EMMO_200c735e_3dd7_44b2_bb34_4bb454a8e53b',
	'EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704': 'https://w3id.org/emmo#EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704',
	/** Solutions are characterized by the occurrence of Rayleigh scattering on light, */
	'EMMO_2031516a_2be7_48e8_9af7_7e1270e308fe': 'https://w3id.org/emmo#EMMO_2031516a_2be7_48e8_9af7_7e1270e308fe',
	'EMMO_209b3242_1274_5d1d_a965_f8cb3fcc1073': 'https://w3id.org/emmo#EMMO_209b3242_1274_5d1d_a965_f8cb3fcc1073',
	'EMMO_209ba1b3_149f_4ff0_b672_941610eafd72': 'https://w3id.org/emmo#EMMO_209ba1b3_149f_4ff0_b672_941610eafd72',
	'EMMO_20bb4724_2370_5205_ab8e_51a4c3609d3b': 'https://w3id.org/emmo#EMMO_20bb4724_2370_5205_ab8e_51a4c3609d3b',
	'EMMO_20ff3b34_c864_4936_8955_9345fc0a3b3c': 'https://w3id.org/emmo#EMMO_20ff3b34_c864_4936_8955_9345fc0a3b3c',
	'EMMO_210e7e99_c1cf_44cc_87c7_310a10ff068b': 'https://w3id.org/emmo#EMMO_210e7e99_c1cf_44cc_87c7_310a10ff068b',
	/** Molecular entity is used as a general term for singular entities, irrespective of their nature, while chemical species stands for sets or ensembles of molecular entities.
 
Note that the name of a compound may refer to the respective molecular entity or to the chemical species, */
	'EMMO_21205421_5783_4d3e_81e5_10c5d894a88a': 'https://w3id.org/emmo#EMMO_21205421_5783_4d3e_81e5_10c5d894a88a',
	/** Removal of material by means of rigid or flexible discs or belts containing abrasives. */
	'EMMO_2138677c_845a_4bc2_8be7_7b0a07b4777d': 'https://w3id.org/emmo#EMMO_2138677c_845a_4bc2_8be7_7b0a07b4777d',
	/** Widening is tensile forming to increase the circumference of a hollow body. A distinction is made between: Widening, bulging. */
	'EMMO_214e9a99_58de_40e2_86cf_fa6aa1d180a8': 'https://w3id.org/emmo#EMMO_214e9a99_58de_40e2_86cf_fa6aa1d180a8',
	'EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb': 'https://w3id.org/emmo#EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb',
	'EMMO_21a13e48_e4e2_450b_ad03_d9a112daee87': 'https://w3id.org/emmo#EMMO_21a13e48_e4e2_450b_ad03_d9a112daee87',
	'EMMO_21a91e48_b6d3_4558_b08f_246433d43860': 'https://w3id.org/emmo#EMMO_21a91e48_b6d3_4558_b08f_246433d43860',
	'EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c': 'https://w3id.org/emmo#EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c',
	'EMMO_21bc99ae_f2ba_4eb3_90c1_d81968c429e2': 'https://w3id.org/emmo#EMMO_21bc99ae_f2ba_4eb3_90c1_d81968c429e2',
	'EMMO_21e69447_1d0c_4880_ab8c_6bfbcd83aab4': 'https://w3id.org/emmo#EMMO_21e69447_1d0c_4880_ab8c_6bfbcd83aab4',
	/** A number individual provides the link between the ontology and the actual data, through the data property hasNumericalValue. */
	'EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8': 'https://w3id.org/emmo#EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8',
	'EMMO_220b7201_d277_4dca_bf6a_5a5e2c4062dd': 'https://w3id.org/emmo#EMMO_220b7201_d277_4dca_bf6a_5a5e2c4062dd',
	'EMMO_223d9523_4169_4ecd_b8af_acad1215e1ff': 'https://w3id.org/emmo#EMMO_223d9523_4169_4ecd_b8af_acad1215e1ff',
	'EMMO_22496460_c849_4bd7_8be0_9a1202506f18': 'https://w3id.org/emmo#EMMO_22496460_c849_4bd7_8be0_9a1202506f18',
	'EMMO_22522299_4091_4d1f_82a2_3890492df6db': 'https://w3id.org/emmo#EMMO_22522299_4091_4d1f_82a2_3890492df6db',
	'EMMO_225775f9_3bf3_4309_a7e1_aa7305c9278a': 'https://w3id.org/emmo#EMMO_225775f9_3bf3_4309_a7e1_aa7305c9278a',
	/** Forming of a solid body, whereby the plastic state is essentially brought about by shear stress. */
	'EMMO_22744495_4f32_4a17_b189_259c644268f9': 'https://w3id.org/emmo#EMMO_22744495_4f32_4a17_b189_259c644268f9',
	'EMMO_22a6f189_7ad7_424d_af15_5efe002c1365': 'https://w3id.org/emmo#EMMO_22a6f189_7ad7_424d_af15_5efe002c1365',
	'EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291': 'https://w3id.org/emmo#EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291',
	'EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb': 'https://w3id.org/emmo#EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb',
	'EMMO_23b579e1_8088_45b5_9975_064014026c42': 'https://w3id.org/emmo#EMMO_23b579e1_8088_45b5_9975_064014026c42',
	'EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba': 'https://w3id.org/emmo#EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba',
	'EMMO_23eabdb5_6de6_4615_b6b1_a07b3ad32fd9': 'https://w3id.org/emmo#EMMO_23eabdb5_6de6_4615_b6b1_a07b3ad32fd9',
	'EMMO_2469e4c6_ac2e_4c8f_b49f_7b2d2e277215': 'https://w3id.org/emmo#EMMO_2469e4c6_ac2e_4c8f_b49f_7b2d2e277215',
	'EMMO_246af1cb_2f80_4ff7_9add_c1dd4cfdcc93': 'https://w3id.org/emmo#EMMO_246af1cb_2f80_4ff7_9add_c1dd4cfdcc93',
	'EMMO_24788d59_32f5_4339_a42a_43a102ec14a8': 'https://w3id.org/emmo#EMMO_24788d59_32f5_4339_a42a_43a102ec14a8',
	'EMMO_2480b72b_db8d_460f_9a5f_c2912f979046': 'https://w3id.org/emmo#EMMO_2480b72b_db8d_460f_9a5f_c2912f979046',
	'EMMO_24b30ba4_90f4_423d_93d2_fd0fde349087': 'https://w3id.org/emmo#EMMO_24b30ba4_90f4_423d_93d2_fd0fde349087',
	'EMMO_24c44d2c_9ec3_438d_8cff_348cb9d7cb5c': 'https://w3id.org/emmo#EMMO_24c44d2c_9ec3_438d_8cff_348cb9d7cb5c',
	'EMMO_24c71baf_6db6_48b9_86c8_8c70cf36db0c': 'https://w3id.org/emmo#EMMO_24c71baf_6db6_48b9_86c8_8c70cf36db0c',
	'EMMO_24dda193_ada8_433b_bb74_6ca4a0b89a20': 'https://w3id.org/emmo#EMMO_24dda193_ada8_433b_bb74_6ca4a0b89a20',
	'EMMO_24e7961c_26c8_5ae1_a29c_c32717c40684': 'https://w3id.org/emmo#EMMO_24e7961c_26c8_5ae1_a29c_c32717c40684',
	/** The word subjective applies to property intrisically subjective or non-well defined. In general, when an black-box-like procedure is used for the definition of the property.
 
This happens due to e.g. the complexity of the object, the lack of a underlying model for the representation of the object, the non-well specified meaning of the property symbols.
 
A 'SubjectiveProperty' cannot be used to univocally compare 'Object'-s.
 
e.g. you cannot evaluate the beauty of a person on objective basis. */
	'EMMO_251cfb4f_5c75_4778_91ed_6c8395212fd8': 'https://w3id.org/emmo#EMMO_251cfb4f_5c75_4778_91ed_6c8395212fd8',
	'EMMO_252cce84_cc8a_49dc_8405_0d5e06425d69': 'https://w3id.org/emmo#EMMO_252cce84_cc8a_49dc_8405_0d5e06425d69',
	'EMMO_252f143a_2c00_5d9a_a551_c07daa22c5c0': 'https://w3id.org/emmo#EMMO_252f143a_2c00_5d9a_a551_c07daa22c5c0',
	'EMMO_2531fe94_1cdf_4f36_9abc_7ab7574310db': 'https://w3id.org/emmo#EMMO_2531fe94_1cdf_4f36_9abc_7ab7574310db',
	/** fabrication of objects through the deposition of a material using a print head, nozzle or another printer technology
Note 1 to entry: This term is often used in a non-technical context synonymously with additive manufacturing (3.1.2) and, in these cases, typically associated with machines used for non-industrial purposes including personal use. */
	'EMMO_253e1d54_69af_4931_90d0_5ccfd7e690ad': 'https://w3id.org/emmo#EMMO_253e1d54_69af_4931_90d0_5ccfd7e690ad',
	'EMMO_254472c6_3dbd_4f02_bc43_571389cd281f': 'https://w3id.org/emmo#EMMO_254472c6_3dbd_4f02_bc43_571389cd281f',
	'EMMO_254ff869_7d28_42dd_aedc_adb4cc8ad0cb': 'https://w3id.org/emmo#EMMO_254ff869_7d28_42dd_aedc_adb4cc8ad0cb',
	/** Here we consider a temporal interval that is lower than the characteristic time of the physical process that provides the causality connection between the object parts. */
	'EMMO_2553c342_fc28_47d8_8e19_7a98fa08f150': 'https://w3id.org/emmo#EMMO_2553c342_fc28_47d8_8e19_7a98fa08f150',
	'EMMO_2558579d_fd7e_4c15_8ad4_2050ca0acc5e': 'https://w3id.org/emmo#EMMO_2558579d_fd7e_4c15_8ad4_2050ca0acc5e',
	'EMMO_2563e18a_93d2_5d81_86d3_736295e9e519': 'https://w3id.org/emmo#EMMO_2563e18a_93d2_5d81_86d3_736295e9e519',
	'EMMO_2565210a_bbcc_4c00_a122_6a608faa355b': 'https://w3id.org/emmo#EMMO_2565210a_bbcc_4c00_a122_6a608faa355b',
	'EMMO_256bb4be_78c6_4f2f_8589_f5e4c8339bbd': 'https://w3id.org/emmo#EMMO_256bb4be_78c6_4f2f_8589_f5e4c8339bbd',
	'EMMO_25e8c0c4_943a_4851_9cb7_3c4b45f69bb5': 'https://w3id.org/emmo#EMMO_25e8c0c4_943a_4851_9cb7_3c4b45f69bb5',
	'EMMO_25f5ca8e_8f7f_44d8_a392_bd3fe8894458': 'https://w3id.org/emmo#EMMO_25f5ca8e_8f7f_44d8_a392_bd3fe8894458',
	'EMMO_25f8b804_9a0b_4387_a3e7_b35bce5365ee': 'https://w3id.org/emmo#EMMO_25f8b804_9a0b_4387_a3e7_b35bce5365ee',
	'EMMO_260dfba7_f7ab_4e5d_99e5_137600778220': 'https://w3id.org/emmo#EMMO_260dfba7_f7ab_4e5d_99e5_137600778220',
	'EMMO_262d4582_15b9_4685_b693_24f8e9ead98d': 'https://w3id.org/emmo#EMMO_262d4582_15b9_4685_b693_24f8e9ead98d',
	'EMMO_263d9161_5a7c_4900_a49b_55f012b3fe07': 'https://w3id.org/emmo#EMMO_263d9161_5a7c_4900_a49b_55f012b3fe07',
	'EMMO_26586828_3b8c_4d8b_9c6c_0bc2502f26ae': 'https://w3id.org/emmo#EMMO_26586828_3b8c_4d8b_9c6c_0bc2502f26ae',
	'EMMO_2666a7e3_2ad4_49a0_899e_329607231f4b': 'https://w3id.org/emmo#EMMO_2666a7e3_2ad4_49a0_899e_329607231f4b',
	'EMMO_268a8a97_3a6f_4022_93da_962a66827cdc': 'https://w3id.org/emmo#EMMO_268a8a97_3a6f_4022_93da_962a66827cdc',
	'EMMO_26922e28_b266_46c1_b93e_4940633ba5e4': 'https://w3id.org/emmo#EMMO_26922e28_b266_46c1_b93e_4940633ba5e4',
	'EMMO_26a38b26_38ea_4acf_b212_db9e34c71b7a': 'https://w3id.org/emmo#EMMO_26a38b26_38ea_4acf_b212_db9e34c71b7a',
	'EMMO_26b13395_0031_4da2_b4d0_55eca1792107': 'https://w3id.org/emmo#EMMO_26b13395_0031_4da2_b4d0_55eca1792107',
	'EMMO_26b7c6ca_6c6c_52e0_ba01_dcc883e64d46': 'https://w3id.org/emmo#EMMO_26b7c6ca_6c6c_52e0_ba01_dcc883e64d46',
	'EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54': 'https://w3id.org/emmo#EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54',
	'EMMO_26c6f1b3_c33f_4804_a3e8_3c5c931582b3': 'https://w3id.org/emmo#EMMO_26c6f1b3_c33f_4804_a3e8_3c5c931582b3',
	'EMMO_26f34447_32ec_48ce_9baa_4afec09120f4': 'https://w3id.org/emmo#EMMO_26f34447_32ec_48ce_9baa_4afec09120f4',
	/** Since the nucleus account for nearly all of the total mass of atoms  (with the electrons and nuclear binding energy making minor contributions), the atomic mass measured in Da has nearly the same value as the mass number. */
	'EMMO_27367073_ed8a_481a_9b07_f836dfe31f7f': 'https://w3id.org/emmo#EMMO_27367073_ed8a_481a_9b07_f836dfe31f7f',
	'EMMO_276f1224_fdc1_42ac_bd27_03d6dcec191a': 'https://w3id.org/emmo#EMMO_276f1224_fdc1_42ac_bd27_03d6dcec191a',
	'EMMO_27c5d8c6_8af7_4d63_beb1_ec37cd8b3fa3': 'https://w3id.org/emmo#EMMO_27c5d8c6_8af7_4d63_beb1_ec37cd8b3fa3',
	'EMMO_27c8e4db_eb18_402c_951e_6a38751cf1d0': 'https://w3id.org/emmo#EMMO_27c8e4db_eb18_402c_951e_6a38751cf1d0',
	/** Array subclasses with a specific shape can be constructed with cardinality restrictions.
 
See Shape4x3Matrix as an example. */
	'EMMO_28fbea28_2204_4613_87ff_6d877b855fcd': 'https://w3id.org/emmo#EMMO_28fbea28_2204_4613_87ff_6d877b855fcd',
	'EMMO_29108c7c_9087_4992_ab1c_02561665df21': 'https://w3id.org/emmo#EMMO_29108c7c_9087_4992_ab1c_02561665df21',
	'EMMO_291a1550_d4cb_5934_b0db_0ea3c6a23932': 'https://w3id.org/emmo#EMMO_291a1550_d4cb_5934_b0db_0ea3c6a23932',
	'EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064': 'https://w3id.org/emmo#EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064',
	'EMMO_29791c75_2899_47a8_bfad_fc239aa4dd2d': 'https://w3id.org/emmo#EMMO_29791c75_2899_47a8_bfad_fc239aa4dd2d',
	'EMMO_297999d6_c9e4_4262_9536_bd524d1c6e21': 'https://w3id.org/emmo#EMMO_297999d6_c9e4_4262_9536_bd524d1c6e21',
	'EMMO_29836ff7_d416_49ae_b76b_f367c326b107': 'https://w3id.org/emmo#EMMO_29836ff7_d416_49ae_b76b_f367c326b107',
	'EMMO_29987c5a_a7fb_5207_9610_b94316977a3d': 'https://w3id.org/emmo#EMMO_29987c5a_a7fb_5207_9610_b94316977a3d',
	'EMMO_299f6949_6bf2_4ee6_9ec7_fd742881fb27': 'https://w3id.org/emmo#EMMO_299f6949_6bf2_4ee6_9ec7_fd742881fb27',
	'EMMO_29afdf54_90ae_4c98_8845_fa9ea3f143a8': 'https://w3id.org/emmo#EMMO_29afdf54_90ae_4c98_8845_fa9ea3f143a8',
	'EMMO_29ce946a_f164_43ea_b9f8_0cb4f1022853': 'https://w3id.org/emmo#EMMO_29ce946a_f164_43ea_b9f8_0cb4f1022853',
	'EMMO_29d24a97_f3bd_4e9b_934d_9da589f719e5': 'https://w3id.org/emmo#EMMO_29d24a97_f3bd_4e9b_934d_9da589f719e5',
	'EMMO_29edd972_2e77_4658_8106_01c86b3b10a2': 'https://w3id.org/emmo#EMMO_29edd972_2e77_4658_8106_01c86b3b10a2',
	'EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1': 'https://w3id.org/emmo#EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1',
	'EMMO_2a0e5777_348c_475b_adf0_1b1e71a29bc9': 'https://w3id.org/emmo#EMMO_2a0e5777_348c_475b_adf0_1b1e71a29bc9',
	'EMMO_2a0f30f5_bb26_4235_9d67_a6b22aca78e3': 'https://w3id.org/emmo#EMMO_2a0f30f5_bb26_4235_9d67_a6b22aca78e3',
	'EMMO_2a33ee61_8235_4da4_b9a1_ca62cb87a016': 'https://w3id.org/emmo#EMMO_2a33ee61_8235_4da4_b9a1_ca62cb87a016',
	'EMMO_2a61986e_772c_5f68_bdc9_80adbc618e41': 'https://w3id.org/emmo#EMMO_2a61986e_772c_5f68_bdc9_80adbc618e41',
	'EMMO_2a67f539_d503_4e98_934e_50d4a9ae6cfd': 'https://w3id.org/emmo#EMMO_2a67f539_d503_4e98_934e_50d4a9ae6cfd',
	/** The word objective does not mean that each observation will provide the same results. It means that the observation followed a well defined procedure.
 
This class refers to what is commonly known as physical property, i.e. a measurable property of physical system, whether is quantifiable or not. */
	'EMMO_2a888cdf_ec4a_4ec5_af1c_0343372fc978': 'https://w3id.org/emmo#EMMO_2a888cdf_ec4a_4ec5_af1c_0343372fc978',
	'EMMO_2a971203_58d5_4039_98ce_be7eafb2b14f': 'https://w3id.org/emmo#EMMO_2a971203_58d5_4039_98ce_be7eafb2b14f',
	'EMMO_2ae37adf_07f2_4920_8ec6_084c69761e34': 'https://w3id.org/emmo#EMMO_2ae37adf_07f2_4920_8ec6_084c69761e34',
	'EMMO_2b0a1578_ae70_4cd1_940d_54d9c220d8f7': 'https://w3id.org/emmo#EMMO_2b0a1578_ae70_4cd1_940d_54d9c220d8f7',
	'EMMO_2b1303e8_d4c3_453b_9918_76f1d009543f': 'https://w3id.org/emmo#EMMO_2b1303e8_d4c3_453b_9918_76f1d009543f',
	'EMMO_2b1fb71c_0eb0_445c_9be7_fb5d30ae79fd': 'https://w3id.org/emmo#EMMO_2b1fb71c_0eb0_445c_9be7_fb5d30ae79fd',
	'EMMO_2b243e59_3a2a_412e_9a58_81d1e5c92fbe': 'https://w3id.org/emmo#EMMO_2b243e59_3a2a_412e_9a58_81d1e5c92fbe',
	'EMMO_2b4783a6_36ad_48c8_8f5d_fe7c05ad298b': 'https://w3id.org/emmo#EMMO_2b4783a6_36ad_48c8_8f5d_fe7c05ad298b',
	'EMMO_2b524942_4e3e_403a_b4ab_2b53750f3d3b': 'https://w3id.org/emmo#EMMO_2b524942_4e3e_403a_b4ab_2b53750f3d3b',
	'EMMO_2b69b940_a4ab_40dc_b565_8daab23e4df2': 'https://w3id.org/emmo#EMMO_2b69b940_a4ab_40dc_b565_8daab23e4df2',
	'EMMO_2b6dcba2_8e5f_50fb_8242_26fa609379a8': 'https://w3id.org/emmo#EMMO_2b6dcba2_8e5f_50fb_8242_26fa609379a8',
	/** Conversion of materials and assembly of components for the manufacture of products */
	'EMMO_2b9cbfb5_dbd0_4a68_9c6f_acc41b40dd72': 'https://w3id.org/emmo#EMMO_2b9cbfb5_dbd0_4a68_9c6f_acc41b40dd72',
	'EMMO_2bf617c6_e57b_430b_9f37_fcf2cfda719e': 'https://w3id.org/emmo#EMMO_2bf617c6_e57b_430b_9f37_fcf2cfda719e',
	'EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7': 'https://w3id.org/emmo#EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7',
	'EMMO_2c33f59a_fbeb_445e_aea9_8b05738b5f8b': 'https://w3id.org/emmo#EMMO_2c33f59a_fbeb_445e_aea9_8b05738b5f8b',
	'EMMO_2c701f72_a859_5e33_9552_b6bdbcbd28d9': 'https://w3id.org/emmo#EMMO_2c701f72_a859_5e33_9552_b6bdbcbd28d9',
	'EMMO_2c85ff7a_835c_5559_b369_193683d631c8': 'https://w3id.org/emmo#EMMO_2c85ff7a_835c_5559_b369_193683d631c8',
	'EMMO_2c9f993c_5b30_40a5_a471_808f7eb719db': 'https://w3id.org/emmo#EMMO_2c9f993c_5b30_40a5_a471_808f7eb719db',
	'EMMO_2ce04004_62cf_4394_b6a2_b45fce1aebfe': 'https://w3id.org/emmo#EMMO_2ce04004_62cf_4394_b6a2_b45fce1aebfe',
	'EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31': 'https://w3id.org/emmo#EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31',
	'EMMO_2d66cf6d_9396_40c8_bb82_324ab19067ce': 'https://w3id.org/emmo#EMMO_2d66cf6d_9396_40c8_bb82_324ab19067ce',
	'EMMO_2d72e38c_d587_437f_98f6_f2718fb130eb': 'https://w3id.org/emmo#EMMO_2d72e38c_d587_437f_98f6_f2718fb130eb',
	'EMMO_2da7408f_d389_4245_887d_a1743b81a9b6': 'https://w3id.org/emmo#EMMO_2da7408f_d389_4245_887d_a1743b81a9b6',
	'EMMO_2dc17698_8cd9_562e_8eca_7818d507c813': 'https://w3id.org/emmo#EMMO_2dc17698_8cd9_562e_8eca_7818d507c813',
	'EMMO_2dd512a1_5187_47cc_b0b8_141214e22b59': 'https://w3id.org/emmo#EMMO_2dd512a1_5187_47cc_b0b8_141214e22b59',
	'EMMO_2e19759a_b728_4a42_8a0c_5e6c57ea4811': 'https://w3id.org/emmo#EMMO_2e19759a_b728_4a42_8a0c_5e6c57ea4811',
	'EMMO_2e36028f_f5a0_5a5a_af66_c357fb64765e': 'https://w3id.org/emmo#EMMO_2e36028f_f5a0_5a5a_af66_c357fb64765e',
	'EMMO_2e46d966_9f14_4673_821e_7c7cf2957926': 'https://w3id.org/emmo#EMMO_2e46d966_9f14_4673_821e_7c7cf2957926',
	'EMMO_2e6c62da_2836_42c1_b2f9_dd801eef5992': 'https://w3id.org/emmo#EMMO_2e6c62da_2836_42c1_b2f9_dd801eef5992',
	'EMMO_2e6eba5e_8c55_534c_b955_f09296e190e0': 'https://w3id.org/emmo#EMMO_2e6eba5e_8c55_534c_b955_f09296e190e0',
	'EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c': 'https://w3id.org/emmo#EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c',
	'EMMO_2e96348b_f8d1_5877_a5c5_b6863c5ebcf2': 'https://w3id.org/emmo#EMMO_2e96348b_f8d1_5877_a5c5_b6863c5ebcf2',
	'EMMO_2eb10b5b_900b_44d7_af85_4de9a3729474': 'https://w3id.org/emmo#EMMO_2eb10b5b_900b_44d7_af85_4de9a3729474',
	'EMMO_2ed364b1_affe_4711_a83f_74bfd57b94ad': 'https://w3id.org/emmo#EMMO_2ed364b1_affe_4711_a83f_74bfd57b94ad',
	'EMMO_2f31340f_59ca_4a57_8513_269837af3796': 'https://w3id.org/emmo#EMMO_2f31340f_59ca_4a57_8513_269837af3796',
	'EMMO_2fb9b3ca_a3ba_4176_b9dc_ce5449286195': 'https://w3id.org/emmo#EMMO_2fb9b3ca_a3ba_4176_b9dc_ce5449286195',
	/** A standalone atom can be bonded with other atoms by intermolecular forces (i.e. dipole–dipole, London dispersion force, hydrogen bonding), since this bonds does not involve electron sharing. */
	'EMMO_2fd3f574_5e93_47fe_afca_ed80b0a21ab4': 'https://w3id.org/emmo#EMMO_2fd3f574_5e93_47fe_afca_ed80b0a21ab4',
	'EMMO_2ff07b07_c447_490f_903a_f6a72a12d7bf': 'https://w3id.org/emmo#EMMO_2ff07b07_c447_490f_903a_f6a72a12d7bf',
	'EMMO_30261696_a8a4_44ce_9bf5_b18201a83c76': 'https://w3id.org/emmo#EMMO_30261696_a8a4_44ce_9bf5_b18201a83c76',
	'EMMO_3086e6a8_edd9_4592_b33c_66d818835951': 'https://w3id.org/emmo#EMMO_3086e6a8_edd9_4592_b33c_66d818835951',
	'EMMO_30e3edb5_0977_4b9b_9aed_5a4d16c1c07c': 'https://w3id.org/emmo#EMMO_30e3edb5_0977_4b9b_9aed_5a4d16c1c07c',
	'EMMO_311ba558_6444_4de1_9c68_5009b9dfb80c': 'https://w3id.org/emmo#EMMO_311ba558_6444_4de1_9c68_5009b9dfb80c',
	'EMMO_31252f35_c767_4b97_a877_1235076c3e13': 'https://w3id.org/emmo#EMMO_31252f35_c767_4b97_a877_1235076c3e13',
	/** While every 'process' in the EMMO involves physical objects, this class is devoted to represent real world objects that express a phenomenon relevant for the ontologist */
	'EMMO_314d0bd5_67ed_437e_a609_36d46147cea7': 'https://w3id.org/emmo#EMMO_314d0bd5_67ed_437e_a609_36d46147cea7',
	'EMMO_31557fae_b039_491c_bcbb_0ccb8711d5a6': 'https://w3id.org/emmo#EMMO_31557fae_b039_491c_bcbb_0ccb8711d5a6',
	'EMMO_3181bb28_623b_4411_ad79_80277c661322': 'https://w3id.org/emmo#EMMO_3181bb28_623b_4411_ad79_80277c661322',
	'EMMO_31b393c5_4cfe_4ad4_a9a4_0eafcb7fbd1a': 'https://w3id.org/emmo#EMMO_31b393c5_4cfe_4ad4_a9a4_0eafcb7fbd1a',
	/** Energy is often defined as "ability of a system to perform work", but it might be misleading since is not necessarily available to do work. */
	'EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2': 'https://w3id.org/emmo#EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2',
	'EMMO_31fda9f8_24e1_5c53_8616_a63cee7613de': 'https://w3id.org/emmo#EMMO_31fda9f8_24e1_5c53_8616_a63cee7613de',
	'EMMO_32129fb5_df25_48fd_a29c_18a2f22a2dd5': 'https://w3id.org/emmo#EMMO_32129fb5_df25_48fd_a29c_18a2f22a2dd5',
	'EMMO_3213514e_b1ba_506c_ae22_d4e3a688ddf3': 'https://w3id.org/emmo#EMMO_3213514e_b1ba_506c_ae22_d4e3a688ddf3',
	'EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c': 'https://w3id.org/emmo#EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c',
	'EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0': 'https://w3id.org/emmo#EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0',
	'EMMO_322ce14e_9ede_4841_ad70_302b4d6c5f28': 'https://w3id.org/emmo#EMMO_322ce14e_9ede_4841_ad70_302b4d6c5f28',
	'EMMO_326e7731_76c5_402d_a041_c9b48a736963': 'https://w3id.org/emmo#EMMO_326e7731_76c5_402d_a041_c9b48a736963',
	'EMMO_3275b6e9_05f1_4912_954f_7d64ac12b2d2': 'https://w3id.org/emmo#EMMO_3275b6e9_05f1_4912_954f_7d64ac12b2d2',
	'EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12': 'https://w3id.org/emmo#EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12',
	'EMMO_32e701c0_a925_49df_9829_0931b8554807': 'https://w3id.org/emmo#EMMO_32e701c0_a925_49df_9829_0931b8554807',
	'EMMO_32f55395_8b94_40de_a103_bffa5c121d98': 'https://w3id.org/emmo#EMMO_32f55395_8b94_40de_a103_bffa5c121d98',
	'EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214': 'https://w3id.org/emmo#EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214',
	'EMMO_3371fb68_5f07_467c_ada6_5aa3da3808d0': 'https://w3id.org/emmo#EMMO_3371fb68_5f07_467c_ada6_5aa3da3808d0',
	'EMMO_3397f270_dfc1_4500_8f6f_4d0d85ac5f71': 'https://w3id.org/emmo#EMMO_3397f270_dfc1_4500_8f6f_4d0d85ac5f71',
	'EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652': 'https://w3id.org/emmo#EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652',
	'EMMO_33b6c84d_e139_418c_8f8c_f1d45f94df46': 'https://w3id.org/emmo#EMMO_33b6c84d_e139_418c_8f8c_f1d45f94df46',
	'EMMO_33e0ac8b_a318_4285_b1de_e95347784632': 'https://w3id.org/emmo#EMMO_33e0ac8b_a318_4285_b1de_e95347784632',
	'EMMO_33fd15ab_7662_4cc6_8bf6_988422efc631': 'https://w3id.org/emmo#EMMO_33fd15ab_7662_4cc6_8bf6_988422efc631',
	'EMMO_33fe9747_d66f_4f88_b2c1_951279dbca59': 'https://w3id.org/emmo#EMMO_33fe9747_d66f_4f88_b2c1_951279dbca59',
	'EMMO_340ec9c3_7b0a_4169_a739_6f9242517ff4': 'https://w3id.org/emmo#EMMO_340ec9c3_7b0a_4169_a739_6f9242517ff4',
	'EMMO_3434b127_1820_43a7_9e13_b96f25e66ee8': 'https://w3id.org/emmo#EMMO_3434b127_1820_43a7_9e13_b96f25e66ee8',
	'EMMO_3446e167_c576_49d6_846c_215bb8878a55': 'https://w3id.org/emmo#EMMO_3446e167_c576_49d6_846c_215bb8878a55',
	'EMMO_348d39f7_6a17_49d1_9860_9b33b69b51de': 'https://w3id.org/emmo#EMMO_348d39f7_6a17_49d1_9860_9b33b69b51de',
	'EMMO_34bdb169_90da_4d38_a351_647071804e5d': 'https://w3id.org/emmo#EMMO_34bdb169_90da_4d38_a351_647071804e5d',
	'EMMO_3528547f_cefe_4f24_bc46_936b39f711eb': 'https://w3id.org/emmo#EMMO_3528547f_cefe_4f24_bc46_936b39f711eb',
	'EMMO_3532cc67_472a_4227_96f4_04b93146cec3': 'https://w3id.org/emmo#EMMO_3532cc67_472a_4227_96f4_04b93146cec3',
	'EMMO_3565b4e7_51bd_57e5_afde_60be404857cf': 'https://w3id.org/emmo#EMMO_3565b4e7_51bd_57e5_afde_60be404857cf',
	'EMMO_357b32b5_7d1b_5649_b9bd_2b1b9359fcd0': 'https://w3id.org/emmo#EMMO_357b32b5_7d1b_5649_b9bd_2b1b9359fcd0',
	'EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7': 'https://w3id.org/emmo#EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7',
	'EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77': 'https://w3id.org/emmo#EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77',
	/** In Peirce semiotics this kind of sign category is called symbol. However, since symbol is also used in formal languages, the name is changed in conventional. */
	'EMMO_35d2e130_6e01_41ed_94f7_00b333d46cf9': 'https://w3id.org/emmo#EMMO_35d2e130_6e01_41ed_94f7_00b333d46cf9',
	'EMMO_35d4c439_fcb6_4399_a855_a89a207b41e9': 'https://w3id.org/emmo#EMMO_35d4c439_fcb6_4399_a855_a89a207b41e9',
	'EMMO_35e1dd93_2cb6_4cea_b201_31036e113f61': 'https://w3id.org/emmo#EMMO_35e1dd93_2cb6_4cea_b201_31036e113f61',
	'EMMO_360adeca_9eee_4bb9_a5ca_728756c1ed4a': 'https://w3id.org/emmo#EMMO_360adeca_9eee_4bb9_a5ca_728756c1ed4a',
	'EMMO_3657c87f_ee9a_41fd_9dd0_97fb524dba1a': 'https://w3id.org/emmo#EMMO_3657c87f_ee9a_41fd_9dd0_97fb524dba1a',
	'EMMO_36a32a8c_8307_5b09_adcb_bbaeb9e36b49': 'https://w3id.org/emmo#EMMO_36a32a8c_8307_5b09_adcb_bbaeb9e36b49',
	'EMMO_36a4c1ca_5085_49ca_9e13_4c70d00c50a5': 'https://w3id.org/emmo#EMMO_36a4c1ca_5085_49ca_9e13_4c70d00c50a5',
	'EMMO_36a9bf69_483b_42fd_8a0c_7ac9206320bc': 'https://w3id.org/emmo#EMMO_36a9bf69_483b_42fd_8a0c_7ac9206320bc',
	'EMMO_36ab7281_0187_568f_b0b4_61e33dc08cfc': 'https://w3id.org/emmo#EMMO_36ab7281_0187_568f_b0b4_61e33dc08cfc',
	/** The definition of an arrangement implies that its spatial direct parts are not gained or lost during its temporal extension (they exist from the left to the right side of the time interval), so that the cardinality of spatial direct parts in an arrangement is constant.
This does not mean that there cannot be a change in the internal structure of the arrangement direct parts. It means only that this change must not affect the existence of the direct part itself. */
	'EMMO_36c79456_e29c_400d_8bd3_0eedddb82652': 'https://w3id.org/emmo#EMMO_36c79456_e29c_400d_8bd3_0eedddb82652',
	'EMMO_36e03182_1be9_497c_bb71_e26fbb9160d2': 'https://w3id.org/emmo#EMMO_36e03182_1be9_497c_bb71_e26fbb9160d2',
	'EMMO_36e69413_8c59_4799_946c_10b05d266e22': 'https://w3id.org/emmo#EMMO_36e69413_8c59_4799_946c_10b05d266e22',
	'EMMO_3733bd38_ca2b_4264_a92a_3075a1715598': 'https://w3id.org/emmo#EMMO_3733bd38_ca2b_4264_a92a_3075a1715598',
	'EMMO_375aaa5a_998f_4626_83e0_c7d7e52a6565': 'https://w3id.org/emmo#EMMO_375aaa5a_998f_4626_83e0_c7d7e52a6565',
	'EMMO_376d013c_b703_40dc_bd8d_23145dfed2e3': 'https://w3id.org/emmo#EMMO_376d013c_b703_40dc_bd8d_23145dfed2e3',
	'EMMO_3789d3c5_77f4_456e_b7ed_40e670f47e52': 'https://w3id.org/emmo#EMMO_3789d3c5_77f4_456e_b7ed_40e670f47e52',
	'EMMO_37f1613c_c905_4cce_bcf4_ef0964c19e5d': 'https://w3id.org/emmo#EMMO_37f1613c_c905_4cce_bcf4_ef0964c19e5d',
	'EMMO_380f1ba6_b4f3_51e2_a63f_ceeeca2ed2f4': 'https://w3id.org/emmo#EMMO_380f1ba6_b4f3_51e2_a63f_ceeeca2ed2f4',
	'EMMO_381b6a6e_6e8e_461a_8591_d7a60e823d4d': 'https://w3id.org/emmo#EMMO_381b6a6e_6e8e_461a_8591_d7a60e823d4d',
	'EMMO_385de036_637c_48fa_b6d5_5dca6f79d350': 'https://w3id.org/emmo#EMMO_385de036_637c_48fa_b6d5_5dca6f79d350',
	'EMMO_38626021_30ac_5bd1_8776_0541a8341bf2': 'https://w3id.org/emmo#EMMO_38626021_30ac_5bd1_8776_0541a8341bf2',
	'EMMO_387b0334_aff8_4b3f_9062_8ad051f72e91': 'https://w3id.org/emmo#EMMO_387b0334_aff8_4b3f_9062_8ad051f72e91',
	'EMMO_38a53b33_0eda_45fd_b955_69d2f0d3f9de': 'https://w3id.org/emmo#EMMO_38a53b33_0eda_45fd_b955_69d2f0d3f9de',
	'EMMO_38b579de_4331_40e0_803d_09efa298e726': 'https://w3id.org/emmo#EMMO_38b579de_4331_40e0_803d_09efa298e726',
	'EMMO_38d00e5f_d759_4dcc_8551_ab95865cf799': 'https://w3id.org/emmo#EMMO_38d00e5f_d759_4dcc_8551_ab95865cf799',
	/** The solubility may be expressed as a concentration, molality, mole fraction, mole ratio, etc. */
	'EMMO_38d65ffa_353f_4820_8781_ff986b63e517': 'https://w3id.org/emmo#EMMO_38d65ffa_353f_4820_8781_ff986b63e517',
	'EMMO_39348191_08fd_4bb6_9b1e_012d5b2f1ff6': 'https://w3id.org/emmo#EMMO_39348191_08fd_4bb6_9b1e_012d5b2f1ff6',
	'EMMO_39362460_2a97_4367_8f93_0418c2ac9a08': 'https://w3id.org/emmo#EMMO_39362460_2a97_4367_8f93_0418c2ac9a08',
	'EMMO_394390c8_7b29_4c0a_9104_2d2bc8780138': 'https://w3id.org/emmo#EMMO_394390c8_7b29_4c0a_9104_2d2bc8780138',
	'EMMO_3967de47_343f_4bab_aada_b4bec73d11da': 'https://w3id.org/emmo#EMMO_3967de47_343f_4bab_aada_b4bec73d11da',
	'EMMO_399426d1_c4cc_414c_806f_47096c72d634': 'https://w3id.org/emmo#EMMO_399426d1_c4cc_414c_806f_47096c72d634',
	'EMMO_3995e22d_5720_4dcf_ba3b_d0ce03f514c6': 'https://w3id.org/emmo#EMMO_3995e22d_5720_4dcf_ba3b_d0ce03f514c6',
	'EMMO_3997e1f5_f478_4572_a030_4b8e7e5cc63a': 'https://w3id.org/emmo#EMMO_3997e1f5_f478_4572_a030_4b8e7e5cc63a',
	'EMMO_39a4e2a4_d835_426d_b497_182d06e1caff': 'https://w3id.org/emmo#EMMO_39a4e2a4_d835_426d_b497_182d06e1caff',
	'EMMO_39c3815d_8cae_4c8f_b2ff_eeba24bec455': 'https://w3id.org/emmo#EMMO_39c3815d_8cae_4c8f_b2ff_eeba24bec455',
	/** Forming of a solid body, whereby the plastic state is essentially brought about by uniaxial or multiaxial compressive stress. */
	'EMMO_39d5c9c4_7d24_4409_ba3b_60ca3afde902': 'https://w3id.org/emmo#EMMO_39d5c9c4_7d24_4409_ba3b_60ca3afde902',
	'EMMO_3a185e6c_9e19_4776_b583_19c978156aa0': 'https://w3id.org/emmo#EMMO_3a185e6c_9e19_4776_b583_19c978156aa0',
	'EMMO_3a204900_2b33_47d1_b444_815cc4c8cffa': 'https://w3id.org/emmo#EMMO_3a204900_2b33_47d1_b444_815cc4c8cffa',
	'EMMO_3a5b4cf3_08d7_4107_be20_cdd0ef7fc73c': 'https://w3id.org/emmo#EMMO_3a5b4cf3_08d7_4107_be20_cdd0ef7fc73c',
	'EMMO_3a6578ac_aee0_43b9_9bc6_1eb208c8c9a9': 'https://w3id.org/emmo#EMMO_3a6578ac_aee0_43b9_9bc6_1eb208c8c9a9',
	'EMMO_3a713a3d_dee2_4acd_bc30_5d2b23f605cd': 'https://w3id.org/emmo#EMMO_3a713a3d_dee2_4acd_bc30_5d2b23f605cd',
	'EMMO_3a948fa6_033a_4bb2_a319_36a45741d832': 'https://w3id.org/emmo#EMMO_3a948fa6_033a_4bb2_a319_36a45741d832',
	'EMMO_3aa37f92_8dc5_4ee4_8438_e41e6ae20c62': 'https://w3id.org/emmo#EMMO_3aa37f92_8dc5_4ee4_8438_e41e6ae20c62',
	'EMMO_3ab4154b_d163_4236_8251_8917b07c2788': 'https://w3id.org/emmo#EMMO_3ab4154b_d163_4236_8251_8917b07c2788',
	'EMMO_3ab914c1_5d8d_4a6e_804b_84aa89623c48': 'https://w3id.org/emmo#EMMO_3ab914c1_5d8d_4a6e_804b_84aa89623c48',
	'EMMO_3b031fa9_8623_4ea5_8b57_bcafb70c5c8b': 'https://w3id.org/emmo#EMMO_3b031fa9_8623_4ea5_8b57_bcafb70c5c8b',
	'EMMO_3b19eab4_79be_4b02_bdaf_ecf1f0067a68': 'https://w3id.org/emmo#EMMO_3b19eab4_79be_4b02_bdaf_ecf1f0067a68',
	'EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b': 'https://w3id.org/emmo#EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b',
	'EMMO_3b246b97_b2d1_4e6b_8d3f_669ebd4ddbd6': 'https://w3id.org/emmo#EMMO_3b246b97_b2d1_4e6b_8d3f_669ebd4ddbd6',
	/** Written as pOH */
	'EMMO_3b586409_b05e_4129_ab40_93768eef503f': 'https://w3id.org/emmo#EMMO_3b586409_b05e_4129_ab40_93768eef503f',
	'EMMO_3b931698_937e_49be_ab1b_36fa52d91181': 'https://w3id.org/emmo#EMMO_3b931698_937e_49be_ab1b_36fa52d91181',
	'EMMO_3bb84fc5_5cb4_5250_ba87_169ae90ec6d7': 'https://w3id.org/emmo#EMMO_3bb84fc5_5cb4_5250_ba87_169ae90ec6d7',
	'EMMO_3bc0aedf_c43e_5d30_8688_44d19900a68b': 'https://w3id.org/emmo#EMMO_3bc0aedf_c43e_5d30_8688_44d19900a68b',
	'EMMO_3bd4339b_e01f_43e5_a011_74a4ef3ffa90': 'https://w3id.org/emmo#EMMO_3bd4339b_e01f_43e5_a011_74a4ef3ffa90',
	'EMMO_3bf0809d_2f7c_5282_b7fd_2e5486f6dbd3': 'https://w3id.org/emmo#EMMO_3bf0809d_2f7c_5282_b7fd_2e5486f6dbd3',
	'EMMO_3c424d37_cf62_41b1_ac9d_a316f8d113d6': 'https://w3id.org/emmo#EMMO_3c424d37_cf62_41b1_ac9d_a316f8d113d6',
	'EMMO_3c5b33a1_4f28_41f9_b725_1994df79bf55': 'https://w3id.org/emmo#EMMO_3c5b33a1_4f28_41f9_b725_1994df79bf55',
	'EMMO_3c7affee_09ed_42e7_a190_4a10c75ab6dd': 'https://w3id.org/emmo#EMMO_3c7affee_09ed_42e7_a190_4a10c75ab6dd',
	'EMMO_3c7f239f_e833_4a2b_98a1_c88831770c1b': 'https://w3id.org/emmo#EMMO_3c7f239f_e833_4a2b_98a1_c88831770c1b',
	'EMMO_3c947caf_4070_4c79_a3a3_e53274ac9944': 'https://w3id.org/emmo#EMMO_3c947caf_4070_4c79_a3a3_e53274ac9944',
	'EMMO_3cae45cc_3b57_469c_a695_713735886f31': 'https://w3id.org/emmo#EMMO_3cae45cc_3b57_469c_a695_713735886f31',
	'EMMO_3cb27225_df45_4616_aa3b_32dba383524c': 'https://w3id.org/emmo#EMMO_3cb27225_df45_4616_aa3b_32dba383524c',
	'EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35': 'https://w3id.org/emmo#EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35',
	'EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b': 'https://w3id.org/emmo#EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b',
	'EMMO_3d54c1e7_69d6_4736_92ff_595f31109f2a': 'https://w3id.org/emmo#EMMO_3d54c1e7_69d6_4736_92ff_595f31109f2a',
	'EMMO_3d77504a_a1fe_485f_aabb_6750598fe1ea': 'https://w3id.org/emmo#EMMO_3d77504a_a1fe_485f_aabb_6750598fe1ea',
	'EMMO_3df10765_f6ff_4c9e_be3d_10b1809d78bd': 'https://w3id.org/emmo#EMMO_3df10765_f6ff_4c9e_be3d_10b1809d78bd',
	'EMMO_3df1408c_df34_4037_8584_c25f854bb346': 'https://w3id.org/emmo#EMMO_3df1408c_df34_4037_8584_c25f854bb346',
	'EMMO_3e1a8604_8d5a_470d_bb4a_865c65728986': 'https://w3id.org/emmo#EMMO_3e1a8604_8d5a_470d_bb4a_865c65728986',
	'EMMO_3e309118_e8b7_4021_80f4_642d2df65d94': 'https://w3id.org/emmo#EMMO_3e309118_e8b7_4021_80f4_642d2df65d94',
	/** Variations in data are generated by an agent (not necessarily human) and are intended to be decoded by the same or another agent using the same encoding rules.
Data are always generated by an agent but not necessarily possess a semantic meaninig, either because it's lost or unknown or because simply they possess none (e.g. a random generation of symbols).
A data object may be used as the physical basis for a sign, under Semiotics perspective. */
	'EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490': 'https://w3id.org/emmo#EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490',
	'EMMO_3ea9993c_80b9_5133_b552_dce78cd17ade': 'https://w3id.org/emmo#EMMO_3ea9993c_80b9_5133_b552_dce78cd17ade',
	'EMMO_3eb993a1_61ae_4a20_b168_dda853f51c14': 'https://w3id.org/emmo#EMMO_3eb993a1_61ae_4a20_b168_dda853f51c14',
	'EMMO_3ec45f3b_677d_4e71_be75_6f8966b4f808': 'https://w3id.org/emmo#EMMO_3ec45f3b_677d_4e71_be75_6f8966b4f808',
	'EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b': 'https://w3id.org/emmo#EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b',
	/** Special units are semiotic shortcuts to more complex composed symbolic objects. */
	'EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2': 'https://w3id.org/emmo#EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2',
	'EMMO_3ef37f82_cd1a_4d49_ace1_83b17487c8e2': 'https://w3id.org/emmo#EMMO_3ef37f82_cd1a_4d49_ace1_83b17487c8e2',
	'EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2': 'https://w3id.org/emmo#EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2',
	'EMMO_3f29d3e0_e9d9_5f1f_bd77_97af10125f7e': 'https://w3id.org/emmo#EMMO_3f29d3e0_e9d9_5f1f_bd77_97af10125f7e',
	'EMMO_3f2a669c_101b_428e_9cfc_0157986c36d5': 'https://w3id.org/emmo#EMMO_3f2a669c_101b_428e_9cfc_0157986c36d5',
	'EMMO_3f2d29d9_6d27_43bd_a1bc_85475eae98be': 'https://w3id.org/emmo#EMMO_3f2d29d9_6d27_43bd_a1bc_85475eae98be',
	'EMMO_3f2e4ac2_8ef3_4a14_b826_60d37f15f8ee': 'https://w3id.org/emmo#EMMO_3f2e4ac2_8ef3_4a14_b826_60d37f15f8ee',
	'EMMO_3f7feefd_ac94_4208_8dfd_92bb50be30f3': 'https://w3id.org/emmo#EMMO_3f7feefd_ac94_4208_8dfd_92bb50be30f3',
	'EMMO_3f97cf06_fde4_4c2d_b867_d7983228a1ff': 'https://w3id.org/emmo#EMMO_3f97cf06_fde4_4c2d_b867_d7983228a1ff',
	'EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68': 'https://w3id.org/emmo#EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68',
	'EMMO_3fb231cb_7818_5b59_b8da_b5bd2c09c0fc': 'https://w3id.org/emmo#EMMO_3fb231cb_7818_5b59_b8da_b5bd2c09c0fc',
	'EMMO_3fb44e47_7de9_5d86_9320_5949d8792951': 'https://w3id.org/emmo#EMMO_3fb44e47_7de9_5d86_9320_5949d8792951',
	'EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76': 'https://w3id.org/emmo#EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76',
	'EMMO_3fe9d899_f1f1_5657_b176_ac6afff2e93d': 'https://w3id.org/emmo#EMMO_3fe9d899_f1f1_5657_b176_ac6afff2e93d',
	'EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e': 'https://w3id.org/emmo#EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e',
	'EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6': 'https://w3id.org/emmo#EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6',
	'EMMO_4024a7f8_2991_4d80_bcc9_63705aa0c750': 'https://w3id.org/emmo#EMMO_4024a7f8_2991_4d80_bcc9_63705aa0c750',
	'EMMO_408a46b2_3930_46da_b936_e9ce72ffdde9': 'https://w3id.org/emmo#EMMO_408a46b2_3930_46da_b936_e9ce72ffdde9',
	/** Measurement of energy in a thermodynamic system. */
	'EMMO_4091d5ec_a4df_42b9_a073_9a090839279f': 'https://w3id.org/emmo#EMMO_4091d5ec_a4df_42b9_a073_9a090839279f',
	'EMMO_40923aa2_c600_44e4_8af8_80260ba25ab2': 'https://w3id.org/emmo#EMMO_40923aa2_c600_44e4_8af8_80260ba25ab2',
	/** For the dissociation of a salt AmBn → mA + nB, the solubility product is KSP = am(A) ⋅ an(B), where a is ionic activity and m and n are the stoichiometric numbers. */
	'EMMO_40989212_4866_41c0_8a20_84fd39540f29': 'https://w3id.org/emmo#EMMO_40989212_4866_41c0_8a20_84fd39540f29',
	'EMMO_40a1d85c_bcfe_48aa_89a2_79e8a8c82af1': 'https://w3id.org/emmo#EMMO_40a1d85c_bcfe_48aa_89a2_79e8a8c82af1',
	'EMMO_40e18c93_a1b5_49ff_b06a_d9d932d1fb65': 'https://w3id.org/emmo#EMMO_40e18c93_a1b5_49ff_b06a_d9d932d1fb65',
	/** Screwing (screwing on, screwing in, screwing tight) is joining by pressing on by means of a self-locking thread (from: DIN 8593 Part 3/09.85). */
	'EMMO_410b5956_a06d_4370_b7df_b1bd2126fb4b': 'https://w3id.org/emmo#EMMO_410b5956_a06d_4370_b7df_b1bd2126fb4b',
	'EMMO_41dba862_503f_57c2_86c7_bb40030481f0': 'https://w3id.org/emmo#EMMO_41dba862_503f_57c2_86c7_bb40030481f0',
	'EMMO_41ee55be_d0e9_5f39_86a6_36b81a7bc301': 'https://w3id.org/emmo#EMMO_41ee55be_d0e9_5f39_86a6_36b81a7bc301',
	'EMMO_41efdf5d_0c9c_4ea0_bb65_f8236e663be5': 'https://w3id.org/emmo#EMMO_41efdf5d_0c9c_4ea0_bb65_f8236e663be5',
	'EMMO_41f2ed3b_aba4_5b99_a5a1_547109a7cb4c': 'https://w3id.org/emmo#EMMO_41f2ed3b_aba4_5b99_a5a1_547109a7cb4c',
	'EMMO_4207e895_8b83_4318_996a_72cfb32acd94': 'https://w3id.org/emmo#EMMO_4207e895_8b83_4318_996a_72cfb32acd94',
	'EMMO_4208f937_8bad_47cf_af46_4ada75e63adb': 'https://w3id.org/emmo#EMMO_4208f937_8bad_47cf_af46_4ada75e63adb',
	'EMMO_421167c0_1ea5_405f_970f_a41e9cb308f9': 'https://w3id.org/emmo#EMMO_421167c0_1ea5_405f_970f_a41e9cb308f9',
	'EMMO_42185fe7_122c_4e0c_a3cd_659d3e21c389': 'https://w3id.org/emmo#EMMO_42185fe7_122c_4e0c_a3cd_659d3e21c389',
	'EMMO_42955b2d_b465_4666_86cc_ea3c2d685753': 'https://w3id.org/emmo#EMMO_42955b2d_b465_4666_86cc_ea3c2d685753',
	'EMMO_4299e344_a321_4ef2_a744_bacfcce80afc': 'https://w3id.org/emmo#EMMO_4299e344_a321_4ef2_a744_bacfcce80afc',
	'EMMO_43003c86_9d15_433b_9789_ee2940920656': 'https://w3id.org/emmo#EMMO_43003c86_9d15_433b_9789_ee2940920656',
	'EMMO_4312cae4_03ba_457e_b35d_0671a7db350c': 'https://w3id.org/emmo#EMMO_4312cae4_03ba_457e_b35d_0671a7db350c',
	'EMMO_431ce3bc_3d54_481d_a10d_7c4a4418732a': 'https://w3id.org/emmo#EMMO_431ce3bc_3d54_481d_a10d_7c4a4418732a',
	'EMMO_432192c4_111f_4e80_b7cd_c6ce1c1129ea': 'https://w3id.org/emmo#EMMO_432192c4_111f_4e80_b7cd_c6ce1c1129ea',
	'EMMO_4354ac74_7425_43ab_92e4_6dc19d1afee9': 'https://w3id.org/emmo#EMMO_4354ac74_7425_43ab_92e4_6dc19d1afee9',
	'EMMO_436b11bd_1756_4821_9f14_c9ed6b67552e': 'https://w3id.org/emmo#EMMO_436b11bd_1756_4821_9f14_c9ed6b67552e',
	/** Product of mass and velocity. */
	'EMMO_43776fc9_d712_4571_85f0_72183678039a': 'https://w3id.org/emmo#EMMO_43776fc9_d712_4571_85f0_72183678039a',
	'EMMO_43815c80_05dc_5917_8d52_b200badbf1d3': 'https://w3id.org/emmo#EMMO_43815c80_05dc_5917_8d52_b200badbf1d3',
	'EMMO_43a4e80d_6ae9_45ed_8cfb_fd0a5339bf87': 'https://w3id.org/emmo#EMMO_43a4e80d_6ae9_45ed_8cfb_fd0a5339bf87',
	'EMMO_43a6b269_da31_4bb6_a537_c97df4fff32a': 'https://w3id.org/emmo#EMMO_43a6b269_da31_4bb6_a537_c97df4fff32a',
	'EMMO_43b349fc_c7ed_480d_b0ca_9db84b700813': 'https://w3id.org/emmo#EMMO_43b349fc_c7ed_480d_b0ca_9db84b700813',
	/** This is a convenient shortcut for the measurement process process of the atomic mass reported by IUPAC2016. */
	'EMMO_43de6d01_276c_55ed_a166_ad097ec75575': 'https://w3id.org/emmo#EMMO_43de6d01_276c_55ed_a166_ad097ec75575',
	'EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04': 'https://w3id.org/emmo#EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04',
	/** Following the common definition of process, the reader may think that every whole should be a process, since every 4D object always has a time dimension. However, in the EMMO we restrict the meaning of the word process to items whose evolution in time have a particular meaning for the ontologist (i.e. every 4D object unfolds in time, but not every 4D time unfolding may be of interest for the ontologist and categorized as a process).
 
For this reason, the definition of every specific process subclass requires the introduction of a primitive concept. */
	'EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce': 'https://w3id.org/emmo#EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce',
	'EMMO_442bd91e_a724_4e9f_89c1_18423016fb75': 'https://w3id.org/emmo#EMMO_442bd91e_a724_4e9f_89c1_18423016fb75',
	'EMMO_444de087_cecb_4b21_a24c_529aa31e0f4a': 'https://w3id.org/emmo#EMMO_444de087_cecb_4b21_a24c_529aa31e0f4a',
	'EMMO_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea': 'https://w3id.org/emmo#EMMO_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea',
	'EMMO_445d186f_1896_4752_8940_384f98440cfe': 'https://w3id.org/emmo#EMMO_445d186f_1896_4752_8940_384f98440cfe',
	'EMMO_44afb828_82bf_4091_a7a0_7c80ec47281d': 'https://w3id.org/emmo#EMMO_44afb828_82bf_4091_a7a0_7c80ec47281d',
	'EMMO_44d5f29a_6a9b_4f5d_9405_20ca553cd4d3': 'https://w3id.org/emmo#EMMO_44d5f29a_6a9b_4f5d_9405_20ca553cd4d3',
	/** In the usual geometrical three-dimensional space, position vectors are quantities of the dimension length.
 
-- IEC */
	'EMMO_44da6d75_54a4_4aa8_bd3a_156f6e9abb8e': 'https://w3id.org/emmo#EMMO_44da6d75_54a4_4aa8_bd3a_156f6e9abb8e',
	'EMMO_44ddbe46_0112_4185_b595_132866e902da': 'https://w3id.org/emmo#EMMO_44ddbe46_0112_4185_b595_132866e902da',
	'EMMO_44eb5d63_b868_54c5_bd52_7528db10674d': 'https://w3id.org/emmo#EMMO_44eb5d63_b868_54c5_bd52_7528db10674d',
	/** Machining with a circular cutting movement, usually associated with a multi-toothed tool, and with a feed movement perpendicular or oblique to the axis of rotation of the tool, to produce any workpiece surface. */
	'EMMO_44f91d47_3faf_48e2_844c_d44bbe3e22f6': 'https://w3id.org/emmo#EMMO_44f91d47_3faf_48e2_844c_d44bbe3e22f6',
	/** The rest mass of an electron. */
	'EMMO_44fc8c60_7a9c_49af_a046_e1878c88862c': 'https://w3id.org/emmo#EMMO_44fc8c60_7a9c_49af_a046_e1878c88862c',
	'EMMO_4588526f_8553_4f4d_aa73_a483e88d599b': 'https://w3id.org/emmo#EMMO_4588526f_8553_4f4d_aa73_a483e88d599b',
	/** da una forma non propria ad una forma propria */
	'EMMO_45fec702_54cb_4508_b47e_bdc581229e22': 'https://w3id.org/emmo#EMMO_45fec702_54cb_4508_b47e_bdc581229e22',
	/** A measurement always implies a causal interaction between the object and the observer. */
	'EMMO_463bcfda_867b_41d9_a967_211d4d437cfb': 'https://w3id.org/emmo#EMMO_463bcfda_867b_41d9_a967_211d4d437cfb',
	'EMMO_46406907_9afd_424e_934a_a523f9f9cc36': 'https://w3id.org/emmo#EMMO_46406907_9afd_424e_934a_a523f9f9cc36',
	'EMMO_46b8d239_5d79_4d3e_bf8e_228d52fc3428': 'https://w3id.org/emmo#EMMO_46b8d239_5d79_4d3e_bf8e_228d52fc3428',
	'EMMO_46d5643b_9706_4b67_8bea_ed77d6026539': 'https://w3id.org/emmo#EMMO_46d5643b_9706_4b67_8bea_ed77d6026539',
	'EMMO_46dc0d51_b60f_49cd_8650_9aba7be3726c': 'https://w3id.org/emmo#EMMO_46dc0d51_b60f_49cd_8650_9aba7be3726c',
	'EMMO_46f0f8df_4dc6_418f_8036_10427a3a288e': 'https://w3id.org/emmo#EMMO_46f0f8df_4dc6_418f_8036_10427a3a288e',
	/** Shot peening is shot peening for shaping or straightening workpieces by introducing residual compressive stresses (from: DIN 8200/10.82). */
	'EMMO_46f70544_818e_495e_99ef_d342c54ee7dc': 'https://w3id.org/emmo#EMMO_46f70544_818e_495e_99ef_d342c54ee7dc',
	'EMMO_470697b1_a5bd_44b9_b00d_a77c9bcfb066': 'https://w3id.org/emmo#EMMO_470697b1_a5bd_44b9_b00d_a77c9bcfb066',
	'EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49': 'https://w3id.org/emmo#EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49',
	/** A chemical entity comprises the two different ways to represents matter: as single recognizable particle entity (molecular entity) and as a composition of particle entities (substance).
 
This distinction is not well assessed in actual chemical nomenclature, in which an element name refers to both the pure elemental substance or the atom.
 
In the EMMO we force the adoption of a more strict categorization based on mereotopology.
 
The class Material hosts the subclasses for which a substance can be identified without necessarily considering its nature of molecule/atom or substance (e.g. hydrocarbon is the class of both hydrocarbon molecules or gases). */
	'EMMO_47338839_6cca_4a8e_b565_3c4d5517e2c0': 'https://w3id.org/emmo#EMMO_47338839_6cca_4a8e_b565_3c4d5517e2c0',
	'EMMO_476cb776_8219_418d_92e8_2fe04b1fe5cf': 'https://w3id.org/emmo#EMMO_476cb776_8219_418d_92e8_2fe04b1fe5cf',
	'EMMO_477042ef_3173_49b2_a264_0e3270733f8c': 'https://w3id.org/emmo#EMMO_477042ef_3173_49b2_a264_0e3270733f8c',
	/** A solid is defined as a portion of matter that is in a condensed state characterised by resistance to deformation and volume changes. */
	'EMMO_479db031_b344_4488_9efa_4bc12c6c1765': 'https://w3id.org/emmo#EMMO_479db031_b344_4488_9efa_4bc12c6c1765',
	'EMMO_47bf3513_4ae6_4858_9c45_76e23230d68d': 'https://w3id.org/emmo#EMMO_47bf3513_4ae6_4858_9c45_76e23230d68d',
	'EMMO_47eea65c_e6ce_4c95_9406_fdb1519abc87': 'https://w3id.org/emmo#EMMO_47eea65c_e6ce_4c95_9406_fdb1519abc87',
	'EMMO_47f2da35_3b01_4290_964a_589c593e85c6': 'https://w3id.org/emmo#EMMO_47f2da35_3b01_4290_964a_589c593e85c6',
	'EMMO_47fe2379_be21_48d1_9ede_402f0faf494b': 'https://w3id.org/emmo#EMMO_47fe2379_be21_48d1_9ede_402f0faf494b',
	'EMMO_4817e479_e401_437e_a49b_54540b93d2a1': 'https://w3id.org/emmo#EMMO_4817e479_e401_437e_a49b_54540b93d2a1',
	'EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d': 'https://w3id.org/emmo#EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d',
	'EMMO_48540672_f1ee_4848_982f_0cd5ec396a84': 'https://w3id.org/emmo#EMMO_48540672_f1ee_4848_982f_0cd5ec396a84',
	'EMMO_485720e7_b24a_4149_86eb_9985b2bea4da': 'https://w3id.org/emmo#EMMO_485720e7_b24a_4149_86eb_9985b2bea4da',
	'EMMO_4894a40d_6bf5_54a2_8b21_e9b278e0e973': 'https://w3id.org/emmo#EMMO_4894a40d_6bf5_54a2_8b21_e9b278e0e973',
	'EMMO_48a3c106_9d39_455e_a849_81ceff95bdea': 'https://w3id.org/emmo#EMMO_48a3c106_9d39_455e_a849_81ceff95bdea',
	'EMMO_48be0f49_9e7f_51c1_96ce_88e7794a13b0': 'https://w3id.org/emmo#EMMO_48be0f49_9e7f_51c1_96ce_88e7794a13b0',
	'EMMO_48f00c52_8d3d_4e80_8d88_59fabaa01d87': 'https://w3id.org/emmo#EMMO_48f00c52_8d3d_4e80_8d88_59fabaa01d87',
	'EMMO_48fc9480_78c3_4c81_a126_019df20d58d9': 'https://w3id.org/emmo#EMMO_48fc9480_78c3_4c81_a126_019df20d58d9',
	'EMMO_490c2981_b1cb_5f8c_be82_17a1ef1c27b4': 'https://w3id.org/emmo#EMMO_490c2981_b1cb_5f8c_be82_17a1ef1c27b4',
	'EMMO_49267eba_5548_4163_8f36_518d65b583f9': 'https://w3id.org/emmo#EMMO_49267eba_5548_4163_8f36_518d65b583f9',
	'EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8': 'https://w3id.org/emmo#EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8',
	'EMMO_49804605_c0fe_4538_abda_f70ba1dc8a5d': 'https://w3id.org/emmo#EMMO_49804605_c0fe_4538_abda_f70ba1dc8a5d',
	'EMMO_498aad49_f8d4_40a4_a9eb_efd563a0115f': 'https://w3id.org/emmo#EMMO_498aad49_f8d4_40a4_a9eb_efd563a0115f',
	'EMMO_499e24a5_5072_4c83_8625_fe3f96ae4a8d': 'https://w3id.org/emmo#EMMO_499e24a5_5072_4c83_8625_fe3f96ae4a8d',
	'EMMO_49adf406_5c8f_498a_8c90_e4974e9e6d11': 'https://w3id.org/emmo#EMMO_49adf406_5c8f_498a_8c90_e4974e9e6d11',
	'EMMO_49e17ba8_dd17_4c28_b8c8_c8c5d5a9aab9': 'https://w3id.org/emmo#EMMO_49e17ba8_dd17_4c28_b8c8_c8c5d5a9aab9',
	'EMMO_49eb0790_50c2_5691_a8bf_dfa6f4a9f6c7': 'https://w3id.org/emmo#EMMO_49eb0790_50c2_5691_a8bf_dfa6f4a9f6c7',
	'EMMO_4a1c73f1_b6f5_4d10_a3a6_5de90bac7cd0': 'https://w3id.org/emmo#EMMO_4a1c73f1_b6f5_4d10_a3a6_5de90bac7cd0',
	/** Suspensions show no significant effect on light. */
	'EMMO_4a464c8d_8895_44a8_a628_aed13509f1bd': 'https://w3id.org/emmo#EMMO_4a464c8d_8895_44a8_a628_aed13509f1bd',
	'EMMO_4a465306_cb91_4458_a94a_2d0584d9aa95': 'https://w3id.org/emmo#EMMO_4a465306_cb91_4458_a94a_2d0584d9aa95',
	'EMMO_4aa59242_76e7_5cce_a126_c7e9c657e7ad': 'https://w3id.org/emmo#EMMO_4aa59242_76e7_5cce_a126_c7e9c657e7ad',
	'EMMO_4ab7fb52_cec3_4c00_90c0_5648f01e3296': 'https://w3id.org/emmo#EMMO_4ab7fb52_cec3_4c00_90c0_5648f01e3296',
	'EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770': 'https://w3id.org/emmo#EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770',
	'EMMO_4b32fc1e_5293_4247_9e8d_1175df9f1c0b': 'https://w3id.org/emmo#EMMO_4b32fc1e_5293_4247_9e8d_1175df9f1c0b',
	/** 'acoustical' refers to the perception mechanism of the observer that can occur through a microphone, a ear. */
	'EMMO_4b3afb22_27cf_4ce3_88bc_492bfccb546b': 'https://w3id.org/emmo#EMMO_4b3afb22_27cf_4ce3_88bc_492bfccb546b',
	'EMMO_4b3e2374_52a1_4420_8e3f_3ae6b9bf7dff': 'https://w3id.org/emmo#EMMO_4b3e2374_52a1_4420_8e3f_3ae6b9bf7dff',
	'EMMO_4b77c8ac_6d0e_456a_af41_ce43601b28b7': 'https://w3id.org/emmo#EMMO_4b77c8ac_6d0e_456a_af41_ce43601b28b7',
	'EMMO_4bb03d40_78d2_45a4_9cb0_4336c9fc3b70': 'https://w3id.org/emmo#EMMO_4bb03d40_78d2_45a4_9cb0_4336c9fc3b70',
	'EMMO_4bc07644_8301_4aed_b21c_823f99b08d1a': 'https://w3id.org/emmo#EMMO_4bc07644_8301_4aed_b21c_823f99b08d1a',
	/** A mathematical relation that relates each element in the domain (X) to exactly one element in the range (Y). */
	'EMMO_4bc29b0f_8fcc_4026_a291_f9774a66d9b8': 'https://w3id.org/emmo#EMMO_4bc29b0f_8fcc_4026_a291_f9774a66d9b8',
	/** Relates a prefixed unit to its metric prefix part. */
	'EMMO_4be0acad_af05_426f_aa6d_fe7531072564': 'https://w3id.org/emmo#EMMO_4be0acad_af05_426f_aa6d_fe7531072564',
	'EMMO_4c151909_6f26_4ef9_b43d_7c9e9514883a': 'https://w3id.org/emmo#EMMO_4c151909_6f26_4ef9_b43d_7c9e9514883a',
	'EMMO_4c1f58cd_6e2c_48fb_8098_1cbb762abb05': 'https://w3id.org/emmo#EMMO_4c1f58cd_6e2c_48fb_8098_1cbb762abb05',
	'EMMO_4c21fb86_fdcf_444e_b498_86fe656295af': 'https://w3id.org/emmo#EMMO_4c21fb86_fdcf_444e_b498_86fe656295af',
	'EMMO_4c3ccf65_0950_4328_b04b_91d1eaa14681': 'https://w3id.org/emmo#EMMO_4c3ccf65_0950_4328_b04b_91d1eaa14681',
	'EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee': 'https://w3id.org/emmo#EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee',
	'EMMO_4cc06415_9c11_4071_b732_fd05ad750f07': 'https://w3id.org/emmo#EMMO_4cc06415_9c11_4071_b732_fd05ad750f07',
	'EMMO_4cdec724_8ed2_4e8e_b145_260a828bb1ed': 'https://w3id.org/emmo#EMMO_4cdec724_8ed2_4e8e_b145_260a828bb1ed',
	'EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa': 'https://w3id.org/emmo#EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa',
	'EMMO_4cf484af_082a_40f5_9f11_930bf4634482': 'https://w3id.org/emmo#EMMO_4cf484af_082a_40f5_9f11_930bf4634482',
	/** Is not simply a collection of machineries, since the connection between them is due to the parallel flow of processed parts that comes from a unique source and ends into a common repository. */
	'EMMO_4d2ca841_6cb1_4710_a756_5b989746bca2': 'https://w3id.org/emmo#EMMO_4d2ca841_6cb1_4710_a756_5b989746bca2',
	'EMMO_4d5053a7_273e_495b_8098_5aa5c0f3f925': 'https://w3id.org/emmo#EMMO_4d5053a7_273e_495b_8098_5aa5c0f3f925',
	'EMMO_4d548993_7a73_4cb1_a125_d417014b571e': 'https://w3id.org/emmo#EMMO_4d548993_7a73_4cb1_a125_d417014b571e',
	'EMMO_4d604a13_d1f6_42fd_818f_d3138d5e308c': 'https://w3id.org/emmo#EMMO_4d604a13_d1f6_42fd_818f_d3138d5e308c',
	'EMMO_4dae1cac_d61a_4abb_8f74_2568b7f2d6d7': 'https://w3id.org/emmo#EMMO_4dae1cac_d61a_4abb_8f74_2568b7f2d6d7',
	'EMMO_4db5c662_b065_49e4_96eb_826699fa8048': 'https://w3id.org/emmo#EMMO_4db5c662_b065_49e4_96eb_826699fa8048',
	'EMMO_4db96fb7_e9e0_466d_942b_f6f17bfdc145': 'https://w3id.org/emmo#EMMO_4db96fb7_e9e0_466d_942b_f6f17bfdc145',
	'EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2': 'https://w3id.org/emmo#EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2',
	'EMMO_4e099d7e_f624_4761_aff6_2ee6c63b8d2d': 'https://w3id.org/emmo#EMMO_4e099d7e_f624_4761_aff6_2ee6c63b8d2d',
	'EMMO_4e36a0b8_e6c7_456e_bef5_c830e3c0ed17': 'https://w3id.org/emmo#EMMO_4e36a0b8_e6c7_456e_bef5_c830e3c0ed17',
	'EMMO_4e659c69_ca2d_4569_8a96_f99857a1fa32': 'https://w3id.org/emmo#EMMO_4e659c69_ca2d_4569_8a96_f99857a1fa32',
	'EMMO_4e6c4c25_e937_40d5_9cd1_0f3b740cc0a8': 'https://w3id.org/emmo#EMMO_4e6c4c25_e937_40d5_9cd1_0f3b740cc0a8',
	'EMMO_4eb4cb62_10e3_41ef_9226_a53462d52357': 'https://w3id.org/emmo#EMMO_4eb4cb62_10e3_41ef_9226_a53462d52357',
	'EMMO_4ee57a22_0634_5889_a283_0b4f8e5023f6': 'https://w3id.org/emmo#EMMO_4ee57a22_0634_5889_a283_0b4f8e5023f6',
	'EMMO_4ef8c0e4_1b0b_4699_a135_8c89ca289802': 'https://w3id.org/emmo#EMMO_4ef8c0e4_1b0b_4699_a135_8c89ca289802',
	'EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3': 'https://w3id.org/emmo#EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3',
	'EMMO_4f245147_f072_4431_b535_6241e8e87eb8': 'https://w3id.org/emmo#EMMO_4f245147_f072_4431_b535_6241e8e87eb8',
	'EMMO_4f2d1fcc_e20c_4479_9ad7_7a0480dd3e44': 'https://w3id.org/emmo#EMMO_4f2d1fcc_e20c_4479_9ad7_7a0480dd3e44',
	/** The electric potential is not unique, since any constant scalar
field quantity can be added to it without changing its gradient. */
	'EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845': 'https://w3id.org/emmo#EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845',
	/** The IUPAC Gold Book defines the a chemical element both as:
- a species of atoms; all atoms with the same number of protons in the atomic nucleus
-  a pure chemical substance composed of atoms with the same number of protons in the atomic nucleus
 
This qualifies a chemical element as a name and not a matter obejct that can stand for an atom or a substance. */
	'EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf': 'https://w3id.org/emmo#EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf',
	/** Nailing is joining by hammering or pressing nails (wire pins) as auxiliary parts into the solid material. Several parts are joined by pressing them together (from: DIN 8593 part 3/09.85). */
	'EMMO_4f46c5ab_1c21_4639_90d5_3c4ebf3b156b': 'https://w3id.org/emmo#EMMO_4f46c5ab_1c21_4639_90d5_3c4ebf3b156b',
	'EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187': 'https://w3id.org/emmo#EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187',
	'EMMO_4f75924f_782d_4a9d_995f_43ae968fe5e2': 'https://w3id.org/emmo#EMMO_4f75924f_782d_4a9d_995f_43ae968fe5e2',
	'EMMO_4f9670f5_14ca_53da_a1ea_9b0550a61035': 'https://w3id.org/emmo#EMMO_4f9670f5_14ca_53da_a1ea_9b0550a61035',
	'EMMO_4fb35ebc_0f3f_4cda_b181_a5334bc2b114': 'https://w3id.org/emmo#EMMO_4fb35ebc_0f3f_4cda_b181_a5334bc2b114',
	'EMMO_4fdf946a_9c40_4d71_80ab_e4221ff6a534': 'https://w3id.org/emmo#EMMO_4fdf946a_9c40_4d71_80ab_e4221ff6a534',
	'EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a': 'https://w3id.org/emmo#EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a',
	'EMMO_5022e4cb_125f_429d_8556_c3e635c561f2': 'https://w3id.org/emmo#EMMO_5022e4cb_125f_429d_8556_c3e635c561f2',
	'EMMO_504ad89e_dd4a_4fa6_aeb6_15c8ce0cde9b': 'https://w3id.org/emmo#EMMO_504ad89e_dd4a_4fa6_aeb6_15c8ce0cde9b',
	'EMMO_506cb971_797d_4cfb_88c3_3020c4396365': 'https://w3id.org/emmo#EMMO_506cb971_797d_4cfb_88c3_3020c4396365',
	/** Defines the Candela base unit in the SI system. */
	'EMMO_506f7823_52bc_40cb_be07_b3b1e10cce13': 'https://w3id.org/emmo#EMMO_506f7823_52bc_40cb_be07_b3b1e10cce13',
	'EMMO_5073dc80_aec2_4a3b_8057_fababfcbfe11': 'https://w3id.org/emmo#EMMO_5073dc80_aec2_4a3b_8057_fababfcbfe11',
	'EMMO_50781fd9_a9e4_46ad_b7be_4500371d188d': 'https://w3id.org/emmo#EMMO_50781fd9_a9e4_46ad_b7be_4500371d188d',
	'EMMO_50967f46_51f9_462a_b1e4_e63365b4a184': 'https://w3id.org/emmo#EMMO_50967f46_51f9_462a_b1e4_e63365b4a184',
	'EMMO_50a3552e_859a_4ff7_946d_76d537cabce6': 'https://w3id.org/emmo#EMMO_50a3552e_859a_4ff7_946d_76d537cabce6',
	'EMMO_50a44256_9dc5_434b_bad4_74a4d9a29989': 'https://w3id.org/emmo#EMMO_50a44256_9dc5_434b_bad4_74a4d9a29989',
	'EMMO_50afa1a9_2c4e_40fd_aa93_0e33511f1f27': 'https://w3id.org/emmo#EMMO_50afa1a9_2c4e_40fd_aa93_0e33511f1f27',
	'EMMO_50b91f00_d1b3_4638_ab1e_8f982a37621a': 'https://w3id.org/emmo#EMMO_50b91f00_d1b3_4638_ab1e_8f982a37621a',
	'EMMO_50bf79a6_a48b_424d_9d2c_813bd631231a': 'https://w3id.org/emmo#EMMO_50bf79a6_a48b_424d_9d2c_813bd631231a',
	'EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f': 'https://w3id.org/emmo#EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f',
	'EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a': 'https://w3id.org/emmo#EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a',
	'EMMO_50dbbf9a_ed96_486f_99f6_d8ba78a0047c': 'https://w3id.org/emmo#EMMO_50dbbf9a_ed96_486f_99f6_d8ba78a0047c',
	'EMMO_50ea1ec5_f157_41b0_b46b_a9032f17ca10': 'https://w3id.org/emmo#EMMO_50ea1ec5_f157_41b0_b46b_a9032f17ca10',
	'EMMO_5117c5fe_f661_46f8_83c3_b48947f1532a': 'https://w3id.org/emmo#EMMO_5117c5fe_f661_46f8_83c3_b48947f1532a',
	'EMMO_515b5579_d526_4842_9e6f_ecc34db6f368': 'https://w3id.org/emmo#EMMO_515b5579_d526_4842_9e6f_ecc34db6f368',
	/** An instruction to a computer system to perform a given task. */
	'EMMO_51645022_3a21_4fa9_a9ce_a795eebbeca7': 'https://w3id.org/emmo#EMMO_51645022_3a21_4fa9_a9ce_a795eebbeca7',
	'EMMO_517752af_5883_5cf5_8363_6b19f76aca3e': 'https://w3id.org/emmo#EMMO_517752af_5883_5cf5_8363_6b19f76aca3e',
	'EMMO_5186b2e6_f34f_46ee_b08e_ec517a1f43d2': 'https://w3id.org/emmo#EMMO_5186b2e6_f34f_46ee_b08e_ec517a1f43d2',
	'EMMO_51acadf5_b874_46c1_9707_24e25e2b89ff': 'https://w3id.org/emmo#EMMO_51acadf5_b874_46c1_9707_24e25e2b89ff',
	'EMMO_51c4190e_dc9a_4292_968c_b36f7fb68912': 'https://w3id.org/emmo#EMMO_51c4190e_dc9a_4292_968c_b36f7fb68912',
	'EMMO_51e72318_0e25_42e8_b066_42aa69dc6e5e': 'https://w3id.org/emmo#EMMO_51e72318_0e25_42e8_b066_42aa69dc6e5e',
	'EMMO_51e72e5c_ab21_4d0e_ad9f_b168eca89cf4': 'https://w3id.org/emmo#EMMO_51e72e5c_ab21_4d0e_ad9f_b168eca89cf4',
	'EMMO_51f1ba0d_e92b_4be2_9a9d_4640b16ac7ed': 'https://w3id.org/emmo#EMMO_51f1ba0d_e92b_4be2_9a9d_4640b16ac7ed',
	/** 'Existent' is the EMMO class to be used for representing real world physical objects under a reductionistic perspective (i.e. objects come from the composition of sub-part objects, both in time and space). 
 
'Existent' class collects all individuals that stand for physical objects that can be structured in well defined temporal sub-parts called states, through the temporal direct parthood relation.
 
This class provides a first granularity hierarchy in time, and a way to axiomatize tessellation principles for a specific whole with a non-transitivity relation (direct parthood) that helps to retain the granularity levels.
 
e.g. a car, a supersaturated gas with nucleating nanoparticles, an atom that becomes ionized and then recombines with an electron. */
	'EMMO_52211e5e_d767_4812_845e_eb6b402c476a': 'https://w3id.org/emmo#EMMO_52211e5e_d767_4812_845e_eb6b402c476a',
	'EMMO_523f4260_31df_4967_84a6_218fd7d503b1': 'https://w3id.org/emmo#EMMO_523f4260_31df_4967_84a6_218fd7d503b1',
	'EMMO_5273677c_1cf3_4ae1_b73e_98df6fe9cfa9': 'https://w3id.org/emmo#EMMO_5273677c_1cf3_4ae1_b73e_98df6fe9cfa9',
	'EMMO_5293c41e_4bbf_4aaa_8479_efd0737a0e8d': 'https://w3id.org/emmo#EMMO_5293c41e_4bbf_4aaa_8479_efd0737a0e8d',
	'EMMO_52a611ba_81df_5557_9dfe_c55e4d0f5860': 'https://w3id.org/emmo#EMMO_52a611ba_81df_5557_9dfe_c55e4d0f5860',
	'EMMO_52b029aa_e525_4907_95d8_759298b04f97': 'https://w3id.org/emmo#EMMO_52b029aa_e525_4907_95d8_759298b04f97',
	'EMMO_52ba3876_b51e_4670_a6f2_ce726abc2d3d': 'https://w3id.org/emmo#EMMO_52ba3876_b51e_4670_a6f2_ce726abc2d3d',
	'EMMO_52bbaaee_1145_4be3_8a5c_b366851ea1b9': 'https://w3id.org/emmo#EMMO_52bbaaee_1145_4be3_8a5c_b366851ea1b9',
	'EMMO_52f7d4e5_b4aa_4e11_9205_71e42eea13b3': 'https://w3id.org/emmo#EMMO_52f7d4e5_b4aa_4e11_9205_71e42eea13b3',
	'EMMO_535021bf_d490_416a_9855_b918cf96c115': 'https://w3id.org/emmo#EMMO_535021bf_d490_416a_9855_b918cf96c115',
	'EMMO_535d75a4_1972_40bc_88c6_ca566386934f': 'https://w3id.org/emmo#EMMO_535d75a4_1972_40bc_88c6_ca566386934f',
	'EMMO_5369d256_5866_4729_adc2_1498ee9a4959': 'https://w3id.org/emmo#EMMO_5369d256_5866_4729_adc2_1498ee9a4959',
	'EMMO_53935db0_af45_4426_b9e9_244a0d77db00': 'https://w3id.org/emmo#EMMO_53935db0_af45_4426_b9e9_244a0d77db00',
	'EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190': 'https://w3id.org/emmo#EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190',
	'EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2': 'https://w3id.org/emmo#EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2',
	'EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b': 'https://w3id.org/emmo#EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b',
	'EMMO_53dced52_34f6_4cf0_8a99_ddf451861543': 'https://w3id.org/emmo#EMMO_53dced52_34f6_4cf0_8a99_ddf451861543',
	'EMMO_53dd6f2a_f9de_4f83_b925_1bf39a4ab9a6': 'https://w3id.org/emmo#EMMO_53dd6f2a_f9de_4f83_b925_1bf39a4ab9a6',
	'EMMO_53e5b1e1_6026_4ddc_8a4a_3aaaa5fdbdb7': 'https://w3id.org/emmo#EMMO_53e5b1e1_6026_4ddc_8a4a_3aaaa5fdbdb7',
	'EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c': 'https://w3id.org/emmo#EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c',
	'EMMO_5455d87d_1c98_50e1_9904_c94f6a697097': 'https://w3id.org/emmo#EMMO_5455d87d_1c98_50e1_9904_c94f6a697097',
	'EMMO_54d0d0f4_d9fa_4179_a9b5_4110c49dafff': 'https://w3id.org/emmo#EMMO_54d0d0f4_d9fa_4179_a9b5_4110c49dafff',
	'EMMO_54dc83cb_06e1_4739_9e45_bc09cead7f48': 'https://w3id.org/emmo#EMMO_54dc83cb_06e1_4739_9e45_bc09cead7f48',
	/** A mathematical object in this branch is not representing a concept but an actual graphical object built using mathematcal symbols arranged in some way, according to math conventions. */
	'EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0': 'https://w3id.org/emmo#EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0',
	'EMMO_55354438_7000_4284_b1b9_59d60c2261b9': 'https://w3id.org/emmo#EMMO_55354438_7000_4284_b1b9_59d60c2261b9',
	'EMMO_555d0261_da5e_4301_b7f9_46f604a32e91': 'https://w3id.org/emmo#EMMO_555d0261_da5e_4301_b7f9_46f604a32e91',
	'EMMO_556e27cd_fef1_41c9_824a_dd78980062b5': 'https://w3id.org/emmo#EMMO_556e27cd_fef1_41c9_824a_dd78980062b5',
	'EMMO_5574a8ed_5094_4d63_8d95_1c19cfd38409': 'https://w3id.org/emmo#EMMO_5574a8ed_5094_4d63_8d95_1c19cfd38409',
	'EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c': 'https://w3id.org/emmo#EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c',
	'EMMO_55ffe612_cf43_4b9b_a4e1_6aeb0c59c10c': 'https://w3id.org/emmo#EMMO_55ffe612_cf43_4b9b_a4e1_6aeb0c59c10c',
	'EMMO_560d031f_cc8a_4f0d_a52b_039149fdc171': 'https://w3id.org/emmo#EMMO_560d031f_cc8a_4f0d_a52b_039149fdc171',
	'EMMO_560d833a_6184_410c_859a_05d982712fd7': 'https://w3id.org/emmo#EMMO_560d833a_6184_410c_859a_05d982712fd7',
	'EMMO_566321d8_1600_4ab0_a5da_7f99dce2b1db': 'https://w3id.org/emmo#EMMO_566321d8_1600_4ab0_a5da_7f99dce2b1db',
	'EMMO_56710a21_601b_43bb_88c5_0bd9eca06da2': 'https://w3id.org/emmo#EMMO_56710a21_601b_43bb_88c5_0bd9eca06da2',
	'EMMO_573c7572_e7c7_4909_93a4_2bfe102e389d': 'https://w3id.org/emmo#EMMO_573c7572_e7c7_4909_93a4_2bfe102e389d',
	'EMMO_57742ca9_95d8_50f8_9b33_0ded30da4532': 'https://w3id.org/emmo#EMMO_57742ca9_95d8_50f8_9b33_0ded30da4532',
	'EMMO_578f7da0_10f8_4fc2_9fd0_79b79f47f975': 'https://w3id.org/emmo#EMMO_578f7da0_10f8_4fc2_9fd0_79b79f47f975',
	'EMMO_57a7ab6b_30a4_54e5_821d_0b8efb5e08b2': 'https://w3id.org/emmo#EMMO_57a7ab6b_30a4_54e5_821d_0b8efb5e08b2',
	'EMMO_57b9fd6c_84d6_43f2_8c4f_de6a1ab50aea': 'https://w3id.org/emmo#EMMO_57b9fd6c_84d6_43f2_8c4f_de6a1ab50aea',
	'EMMO_57ba1bf0_4314_432c_a9bb_6a6720c8dab5': 'https://w3id.org/emmo#EMMO_57ba1bf0_4314_432c_a9bb_6a6720c8dab5',
	'EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2': 'https://w3id.org/emmo#EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2',
	'EMMO_57d977ab_0036_4779_b59a_e47620afdb9c': 'https://w3id.org/emmo#EMMO_57d977ab_0036_4779_b59a_e47620afdb9c',
	'EMMO_581e05bc_a4fe_494a_a85c_f2c4b4374e18': 'https://w3id.org/emmo#EMMO_581e05bc_a4fe_494a_a85c_f2c4b4374e18',
	'EMMO_5833085e_0afc_516a_a584_f56f1f191a13': 'https://w3id.org/emmo#EMMO_5833085e_0afc_516a_a584_f56f1f191a13',
	'EMMO_5848e476_2768_4988_98f9_9053c532307b': 'https://w3id.org/emmo#EMMO_5848e476_2768_4988_98f9_9053c532307b',
	'EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1': 'https://w3id.org/emmo#EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1',
	/** The DBpedia definition (http://dbpedia.org/page/Elementary_charge) is outdated as May 20, 2019. It is now an exact quantity. */
	'EMMO_58a650f0_a638_4743_8439_535a325e5c4c': 'https://w3id.org/emmo#EMMO_58a650f0_a638_4743_8439_535a325e5c4c',
	'EMMO_58a85e5b_6526_484d_b080_e1059ce9994c': 'https://w3id.org/emmo#EMMO_58a85e5b_6526_484d_b080_e1059ce9994c',
	'EMMO_58b17cac_3125_4486_9b9c_8c45ac254040': 'https://w3id.org/emmo#EMMO_58b17cac_3125_4486_9b9c_8c45ac254040',
	'EMMO_58c08428_03e2_446d_85e1_f94cc6682e2b': 'https://w3id.org/emmo#EMMO_58c08428_03e2_446d_85e1_f94cc6682e2b',
	'EMMO_58c5b65c_c896_4740_80d9_ff9a7643c7e8': 'https://w3id.org/emmo#EMMO_58c5b65c_c896_4740_80d9_ff9a7643c7e8',
	'EMMO_58e7c821_4af0_4394_89f7_a9649735f4d2': 'https://w3id.org/emmo#EMMO_58e7c821_4af0_4394_89f7_a9649735f4d2',
	'EMMO_59197cce_b8b6_4216_a08d_26fb83c032af': 'https://w3id.org/emmo#EMMO_59197cce_b8b6_4216_a08d_26fb83c032af',
	'EMMO_592b1d98_4736_4cac_9b62_849b8dbe11c7': 'https://w3id.org/emmo#EMMO_592b1d98_4736_4cac_9b62_849b8dbe11c7',
	'EMMO_593ecc7c_250d_4e4d_8957_0170f3cc2154': 'https://w3id.org/emmo#EMMO_593ecc7c_250d_4e4d_8957_0170f3cc2154',
	'EMMO_59809abc_d206_4015_9836_9d3a32460586': 'https://w3id.org/emmo#EMMO_59809abc_d206_4015_9836_9d3a32460586',
	'EMMO_59d342fd_1ace_5b68_9d0d_ed4ff9f55d63': 'https://w3id.org/emmo#EMMO_59d342fd_1ace_5b68_9d0d_ed4ff9f55d63',
	'EMMO_59e710f4_d9ea_4167_9a3f_f90628a307df': 'https://w3id.org/emmo#EMMO_59e710f4_d9ea_4167_9a3f_f90628a307df',
	'EMMO_5a0f35b8_d18e_4570_a94e_ee84b13bb7bc': 'https://w3id.org/emmo#EMMO_5a0f35b8_d18e_4570_a94e_ee84b13bb7bc',
	'EMMO_5a10e288_c6a5_409a_a16a_98a2fb8be4f3': 'https://w3id.org/emmo#EMMO_5a10e288_c6a5_409a_a16a_98a2fb8be4f3',
	'EMMO_5a2af26d_99de_4e5e_b1cd_514be71420c3': 'https://w3id.org/emmo#EMMO_5a2af26d_99de_4e5e_b1cd_514be71420c3',
	'EMMO_5a4790e5_b11b_5a0c_80e4_81515c27a560': 'https://w3id.org/emmo#EMMO_5a4790e5_b11b_5a0c_80e4_81515c27a560',
	'EMMO_5a5cf124_1ece_4b8e_ae63_edc2b5ee573a': 'https://w3id.org/emmo#EMMO_5a5cf124_1ece_4b8e_ae63_edc2b5ee573a',
	'EMMO_5a77b7a6_7b16_48cd_8d69_a0c4b9174a3f': 'https://w3id.org/emmo#EMMO_5a77b7a6_7b16_48cd_8d69_a0c4b9174a3f',
	'EMMO_5adcbbb9_4325_4c23_ac50_62c77569e9c4': 'https://w3id.org/emmo#EMMO_5adcbbb9_4325_4c23_ac50_62c77569e9c4',
	'EMMO_5add9885_dc98_4fa5_8482_fdf9ba5e3889': 'https://w3id.org/emmo#EMMO_5add9885_dc98_4fa5_8482_fdf9ba5e3889',
	'EMMO_5ae62317_1681_5ca9_9fa7_8801757ee5c8': 'https://w3id.org/emmo#EMMO_5ae62317_1681_5ca9_9fa7_8801757ee5c8',
	'EMMO_5afa28f0_8c9f_4fcd_8f67_805bd2f9c068': 'https://w3id.org/emmo#EMMO_5afa28f0_8c9f_4fcd_8f67_805bd2f9c068',
	'EMMO_5b2222df_4da6_442f_8244_96e9e45887d1': 'https://w3id.org/emmo#EMMO_5b2222df_4da6_442f_8244_96e9e45887d1',
	'EMMO_5be83f9c_a4ba_4b9a_be1a_5bfc6e891231': 'https://w3id.org/emmo#EMMO_5be83f9c_a4ba_4b9a_be1a_5bfc6e891231',
	'EMMO_5be9c137_325a_43d8_b7cd_ea93e7721c2d': 'https://w3id.org/emmo#EMMO_5be9c137_325a_43d8_b7cd_ea93e7721c2d',
	'EMMO_5c003f53_20a2_4bd7_8445_58187e582578': 'https://w3id.org/emmo#EMMO_5c003f53_20a2_4bd7_8445_58187e582578',
	'EMMO_5c15f8c4_d2de_47a0_acdd_470b8dda979b': 'https://w3id.org/emmo#EMMO_5c15f8c4_d2de_47a0_acdd_470b8dda979b',
	'EMMO_5c68497d_2544_4cd4_897b_1ea783c9f6fe': 'https://w3id.org/emmo#EMMO_5c68497d_2544_4cd4_897b_1ea783c9f6fe',
	'EMMO_5c736993_31b7_5839_aa36_38b6cd8b41a2': 'https://w3id.org/emmo#EMMO_5c736993_31b7_5839_aa36_38b6cd8b41a2',
	'EMMO_5c78b424_087b_4e31_8c91_6422f1be1e86': 'https://w3id.org/emmo#EMMO_5c78b424_087b_4e31_8c91_6422f1be1e86',
	'EMMO_5cb107ba_7daa_46dd_8f9f_da22a6eac676': 'https://w3id.org/emmo#EMMO_5cb107ba_7daa_46dd_8f9f_da22a6eac676',
	'EMMO_5cbb7bfb_7ab8_4151_8ed1_13a5b7d5caa4': 'https://w3id.org/emmo#EMMO_5cbb7bfb_7ab8_4151_8ed1_13a5b7d5caa4',
	'EMMO_5cc4e111_3eb1_44a3_9369_5af3846cf605': 'https://w3id.org/emmo#EMMO_5cc4e111_3eb1_44a3_9369_5af3846cf605',
	'EMMO_5ceab41b_2aea_4041_9e9c_a243f7562cee': 'https://w3id.org/emmo#EMMO_5ceab41b_2aea_4041_9e9c_a243f7562cee',
	'EMMO_5cf9f86c_86f5_40c4_846d_60371f670e0a': 'https://w3id.org/emmo#EMMO_5cf9f86c_86f5_40c4_846d_60371f670e0a',
	'EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30': 'https://w3id.org/emmo#EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30',
	'EMMO_5d34ae8e_182c_49f3_815e_ea675faaaf30': 'https://w3id.org/emmo#EMMO_5d34ae8e_182c_49f3_815e_ea675faaaf30',
	'EMMO_5d61057e_d7f1_43e4_98fa_ae04e0cb470a': 'https://w3id.org/emmo#EMMO_5d61057e_d7f1_43e4_98fa_ae04e0cb470a',
	'EMMO_5d659e25_a508_43ed_903c_3707c7c7cd4b': 'https://w3id.org/emmo#EMMO_5d659e25_a508_43ed_903c_3707c7c7cd4b',
	'EMMO_5d73661e_e710_4844_ab9b_a85b7e68576a': 'https://w3id.org/emmo#EMMO_5d73661e_e710_4844_ab9b_a85b7e68576a',
	'EMMO_5d7f00a7_0374_4517_b5a8_62b154f33cc6': 'https://w3id.org/emmo#EMMO_5d7f00a7_0374_4517_b5a8_62b154f33cc6',
	'EMMO_5dd63d84_57f5_4b79_b760_fe940c06680d': 'https://w3id.org/emmo#EMMO_5dd63d84_57f5_4b79_b760_fe940c06680d',
	'EMMO_5e00b1db_48fc_445b_82e8_ab0e2255bf52': 'https://w3id.org/emmo#EMMO_5e00b1db_48fc_445b_82e8_ab0e2255bf52',
	'EMMO_5e26440d_af47_4c30_a1c3_511e4072c617': 'https://w3id.org/emmo#EMMO_5e26440d_af47_4c30_a1c3_511e4072c617',
	'EMMO_5e5656ef_971e_49e6_a32f_048b6e86c3e0': 'https://w3id.org/emmo#EMMO_5e5656ef_971e_49e6_a32f_048b6e86c3e0',
	'EMMO_5e77f00d_5c0a_44e7_baf1_2c2a4cb5b3ae': 'https://w3id.org/emmo#EMMO_5e77f00d_5c0a_44e7_baf1_2c2a4cb5b3ae',
	'EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928': 'https://w3id.org/emmo#EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928',
	'EMMO_5ebd5e01_0ed3_49a2_a30d_cd05cbe72978': 'https://w3id.org/emmo#EMMO_5ebd5e01_0ed3_49a2_a30d_cd05cbe72978',
	'EMMO_5ee30708_feb6_54c0_977e_3d069e496a76': 'https://w3id.org/emmo#EMMO_5ee30708_feb6_54c0_977e_3d069e496a76',
	/** Factor by which the phase velocity of light is reduced in a medium. */
	'EMMO_5eedba4d_105b_44d8_b1bc_e33606276ea2': 'https://w3id.org/emmo#EMMO_5eedba4d_105b_44d8_b1bc_e33606276ea2',
	'EMMO_5f04b896_a4fd_4206_b201_0449b6c29289': 'https://w3id.org/emmo#EMMO_5f04b896_a4fd_4206_b201_0449b6c29289',
	'EMMO_5f278af9_8593_4e27_a717_ccc9e07a0ddf': 'https://w3id.org/emmo#EMMO_5f278af9_8593_4e27_a717_ccc9e07a0ddf',
	'EMMO_5f375229_de0c_46bf_b11f_da9d3b742253': 'https://w3id.org/emmo#EMMO_5f375229_de0c_46bf_b11f_da9d3b742253',
	'EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b': 'https://w3id.org/emmo#EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b',
	'EMMO_5fa16188_d95b_4dd2_ac63_eae63fe01504': 'https://w3id.org/emmo#EMMO_5fa16188_d95b_4dd2_ac63_eae63fe01504',
	'EMMO_5fb97c35_1896_4221_bdc1_0028bb80f5d5': 'https://w3id.org/emmo#EMMO_5fb97c35_1896_4221_bdc1_0028bb80f5d5',
	'EMMO_5fde0fa1_bbb3_42a9_ac2d_d144771aeb4b': 'https://w3id.org/emmo#EMMO_5fde0fa1_bbb3_42a9_ac2d_d144771aeb4b',
	/** Note that not all physical quantities can be categorised as being either intensive or extensive. For example the square root of the mass. */
	'EMMO_602397bd_e302_42a6_be33_fe67ea81933a': 'https://w3id.org/emmo#EMMO_602397bd_e302_42a6_be33_fe67ea81933a',
	'EMMO_60577dea_9019_4537_ac41_80b0fb563d41': 'https://w3id.org/emmo#EMMO_60577dea_9019_4537_ac41_80b0fb563d41',
	'EMMO_6074aa9d_7c3b_4011_b45a_4e7cde6f5f39': 'https://w3id.org/emmo#EMMO_6074aa9d_7c3b_4011_b45a_4e7cde6f5f39',
	'EMMO_607ccc15_38aa_4a69_a70a_effa8015bf42': 'https://w3id.org/emmo#EMMO_607ccc15_38aa_4a69_a70a_effa8015bf42',
	'EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf': 'https://w3id.org/emmo#EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf',
	'EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1': 'https://w3id.org/emmo#EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1',
	'EMMO_60d13cae_ea44_4a71_9ca7_ba65f72836a4': 'https://w3id.org/emmo#EMMO_60d13cae_ea44_4a71_9ca7_ba65f72836a4',
	'EMMO_6110af0a_bc82_4c9e_aa4b_b45d08d9c9e0': 'https://w3id.org/emmo#EMMO_6110af0a_bc82_4c9e_aa4b_b45d08d9c9e0',
	'EMMO_614c1bd9_93df_4248_861c_44b86d854739': 'https://w3id.org/emmo#EMMO_614c1bd9_93df_4248_861c_44b86d854739',
	'EMMO_61846411_8c6f_410b_ae7b_8999ec18f2b2': 'https://w3id.org/emmo#EMMO_61846411_8c6f_410b_ae7b_8999ec18f2b2',
	/** The DBpedia definition (http://dbpedia.org/page/Vacuum_permittivity) is outdated since May 20, 2019. It is now a measured constant. */
	'EMMO_61a32ae9_8200_473a_bd55_59a9899996f4': 'https://w3id.org/emmo#EMMO_61a32ae9_8200_473a_bd55_59a9899996f4',
	'EMMO_61eec472_f9af_4861_bedd_d741f022a7e5': 'https://w3id.org/emmo#EMMO_61eec472_f9af_4861_bedd_d741f022a7e5',
	'EMMO_621607ae_90ef_4f48_845e_3b53091a9340': 'https://w3id.org/emmo#EMMO_621607ae_90ef_4f48_845e_3b53091a9340',
	/** The relative humidity is often expressed in per cent. */
	'EMMO_62273272_4cec_4168_bc7b_448f57feaba6': 'https://w3id.org/emmo#EMMO_62273272_4cec_4168_bc7b_448f57feaba6',
	'EMMO_624d72ee_e676_4470_9434_c22b4190d3d5': 'https://w3id.org/emmo#EMMO_624d72ee_e676_4470_9434_c22b4190d3d5',
	'EMMO_62824128_35bd_45c4_9516_23f3f24c8332': 'https://w3id.org/emmo#EMMO_62824128_35bd_45c4_9516_23f3f24c8332',
	'EMMO_62cb8f50_5ce5_5f99_9cc8_514eff05d05e': 'https://w3id.org/emmo#EMMO_62cb8f50_5ce5_5f99_9cc8_514eff05d05e',
	'EMMO_6378a9e9_29e5_5cae_b75b_46ca365e49b9': 'https://w3id.org/emmo#EMMO_6378a9e9_29e5_5cae_b75b_46ca365e49b9',
	/** A chemical numenclature should not be confused with the chemical formula. */
	'EMMO_643d99dd_fae6_4121_a76f_47f486a4480b': 'https://w3id.org/emmo#EMMO_643d99dd_fae6_4121_a76f_47f486a4480b',
	'EMMO_64420439_5282_4996_b6e1_2044358ac899': 'https://w3id.org/emmo#EMMO_64420439_5282_4996_b6e1_2044358ac899',
	'EMMO_646cdc47_f955_4da3_9398_9aac0edf48a6': 'https://w3id.org/emmo#EMMO_646cdc47_f955_4da3_9398_9aac0edf48a6',
	'EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b': 'https://w3id.org/emmo#EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b',
	'EMMO_649415e4_1e31_5809_aceb_59efbba7d5f5': 'https://w3id.org/emmo#EMMO_649415e4_1e31_5809_aceb_59efbba7d5f5',
	'EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c': 'https://w3id.org/emmo#EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c',
	/** This class is the most general superclass for the categorization of real world objects that are recognizable by the ontologist through a specific perception mechanism. This perspective is based on human characterization of perceptions.
 
In other words, a 'Perceptual' is a meta-object, meaning that is addressed by the ontologist (the meta-interpreter) in a semiotic process occurring outside the EMMO. The 'Perceptual' branch is here to facilitate the connection between an individual and the real-world object for which it stands for.
 
A 'Perceptual' can stand for another object in an EMMO described semiotic process (acting as sign or as object), just like a word on a paper (the perceptual object) may refer semiotically to another object. However, a perceptual is not necessarily a 'Sign' (e.g. a line sketched on a blackboard is a recognizable 'Perceptual' but it may stand for nothing).
 
A 'Perceptual' becomes an 'Object', when it is part of a 'Semiotic' process described by the ontologist within the EMMO, and it's done always specifying for which interpreter this relation occurs. */
	'EMMO_649bf97b_4397_4005_90d9_219755d92e34': 'https://w3id.org/emmo#EMMO_649bf97b_4397_4005_90d9_219755d92e34',
	'EMMO_64aba1e5_24b7_4140_8eb4_676c35698e79': 'https://w3id.org/emmo#EMMO_64aba1e5_24b7_4140_8eb4_676c35698e79',
	'EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36': 'https://w3id.org/emmo#EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36',
	'EMMO_6523cad7_ea54_471c_adb7_e783f824ec09': 'https://w3id.org/emmo#EMMO_6523cad7_ea54_471c_adb7_e783f824ec09',
	'EMMO_65411b3d_c8d3_4111_86a9_a2ce0a64c647': 'https://w3id.org/emmo#EMMO_65411b3d_c8d3_4111_86a9_a2ce0a64c647',
	'EMMO_658b8bca_203a_49a6_920b_96b5baf5e199': 'https://w3id.org/emmo#EMMO_658b8bca_203a_49a6_920b_96b5baf5e199',
	'EMMO_6599389d_7a26_5d51_a65c_5dd9c3ed532f': 'https://w3id.org/emmo#EMMO_6599389d_7a26_5d51_a65c_5dd9c3ed532f',
	/** A system is conceived as an aggregate of things that 'work' (or interact) together. While a system extends in time through distinct temporal parts (like every other 4D object), this elucdation focuses on a timescale in which the obejct shows a persistence in time. */
	'EMMO_65a007dc_2550_46b0_b394_3346c67fbb69': 'https://w3id.org/emmo#EMMO_65a007dc_2550_46b0_b394_3346c67fbb69',
	'EMMO_65a2c5b8_e4d8_4a51_b2f8_e55effc0547d': 'https://w3id.org/emmo#EMMO_65a2c5b8_e4d8_4a51_b2f8_e55effc0547d',
	'EMMO_65b794a4_cf52_4d0a_88c4_2c479537b30a': 'https://w3id.org/emmo#EMMO_65b794a4_cf52_4d0a_88c4_2c479537b30a',
	'EMMO_65d84215_de2a_56c9_80e3_a49d08dfc1de': 'https://w3id.org/emmo#EMMO_65d84215_de2a_56c9_80e3_a49d08dfc1de',
	'EMMO_65ec122c_b67f_4009_8b16_2df7dfae118a': 'https://w3id.org/emmo#EMMO_65ec122c_b67f_4009_8b16_2df7dfae118a',
	'EMMO_65efeec4_148f_4843_9954_fe52efff3441': 'https://w3id.org/emmo#EMMO_65efeec4_148f_4843_9954_fe52efff3441',
	'EMMO_660a4964_0333_4663_bc66_e93ef59b0679': 'https://w3id.org/emmo#EMMO_660a4964_0333_4663_bc66_e93ef59b0679',
	'EMMO_662c64e7_fc72_49b3_a161_f50fd42deafa': 'https://w3id.org/emmo#EMMO_662c64e7_fc72_49b3_a161_f50fd42deafa',
	'EMMO_662e94ea_babe_4709_af8f_b669931076bc': 'https://w3id.org/emmo#EMMO_662e94ea_babe_4709_af8f_b669931076bc',
	'EMMO_663859e5_add3_4c9e_96fb_c99399de278d': 'https://w3id.org/emmo#EMMO_663859e5_add3_4c9e_96fb_c99399de278d',
	'EMMO_668fbd5b_6f1b_405c_9c6b_d6067bd0595a': 'https://w3id.org/emmo#EMMO_668fbd5b_6f1b_405c_9c6b_d6067bd0595a',
	'EMMO_669d2749_bece_460a_b26a_9a909fd8ca4d': 'https://w3id.org/emmo#EMMO_669d2749_bece_460a_b26a_9a909fd8ca4d',
	'EMMO_66bc9029_f473_45ff_bab9_c3509ff37a22': 'https://w3id.org/emmo#EMMO_66bc9029_f473_45ff_bab9_c3509ff37a22',
	'EMMO_66c364c4_16b7_5d5f_abd5_b6977c46f525': 'https://w3id.org/emmo#EMMO_66c364c4_16b7_5d5f_abd5_b6977c46f525',
	/** Measure of the extent and direction an object rotates about a reference point. */
	'EMMO_66d01570_36dd_42fd_844d_29b81b029cd5': 'https://w3id.org/emmo#EMMO_66d01570_36dd_42fd_844d_29b81b029cd5',
	'EMMO_66d895f4_42fa_58a2_89af_ef065f52c1eb': 'https://w3id.org/emmo#EMMO_66d895f4_42fa_58a2_89af_ef065f52c1eb',
	'EMMO_66e91d9a_05c1_4906_9731_3f4d8c4f3fd8': 'https://w3id.org/emmo#EMMO_66e91d9a_05c1_4906_9731_3f4d8c4f3fd8',
	'EMMO_6726fbb8_c40a_4b55_a2d5_bf49352d1e73': 'https://w3id.org/emmo#EMMO_6726fbb8_c40a_4b55_a2d5_bf49352d1e73',
	'EMMO_672e2475_8376_4987_82cf_097f0024e74b': 'https://w3id.org/emmo#EMMO_672e2475_8376_4987_82cf_097f0024e74b',
	'EMMO_673433f6_47c6_4c28_ae91_12945488ed10': 'https://w3id.org/emmo#EMMO_673433f6_47c6_4c28_ae91_12945488ed10',
	'EMMO_67589be3_8acd_5230_bc54_89280412a3fb': 'https://w3id.org/emmo#EMMO_67589be3_8acd_5230_bc54_89280412a3fb',
	'EMMO_676a29e6_d4e1_4b54_8961_25947bd20861': 'https://w3id.org/emmo#EMMO_676a29e6_d4e1_4b54_8961_25947bd20861',
	'EMMO_67761ddc_260b_5945_bfc3_311813ab71c9': 'https://w3id.org/emmo#EMMO_67761ddc_260b_5945_bfc3_311813ab71c9',
	'EMMO_6786b336_e982_4759_8dee_1905a4106591': 'https://w3id.org/emmo#EMMO_6786b336_e982_4759_8dee_1905a4106591',
	/** This is a list of units that are not defined as part of the International System of Units (SI), but are otherwise mentioned in the SI brouchure, because either the General Conference on Weights and Measures (CGPM) accepts their use as being multiples or submultiples of SI-units, they have important contemporary application worldwide, or are otherwise commonly encountered worldwide. */
	'EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac': 'https://w3id.org/emmo#EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac',
	'EMMO_67c70dcd_2adf_4e6c_b3f8_f33dd1512487': 'https://w3id.org/emmo#EMMO_67c70dcd_2adf_4e6c_b3f8_f33dd1512487',
	'EMMO_67eaac8f_7f83_5bca_b1d0_10451d3a88a1': 'https://w3id.org/emmo#EMMO_67eaac8f_7f83_5bca_b1d0_10451d3a88a1',
	/** Relates a quantity to its metrological reference through a semiotic process. */
	'EMMO_67fc0a36_8dcb_4ffa_9a43_31074efa3296': 'https://w3id.org/emmo#EMMO_67fc0a36_8dcb_4ffa_9a43_31074efa3296',
	/** Free forming is pressure forming with tools that do not or only partially contain the shape of the workpiece and move against each other (from: DIN 8583 Part 3/05.70). */
	'EMMO_6800c3fd_bf5d_4a2a_8e6e_9e909eefc16c': 'https://w3id.org/emmo#EMMO_6800c3fd_bf5d_4a2a_8e6e_9e909eefc16c',
	'EMMO_6835537c_d294_4005_a770_ec9621f29ed1': 'https://w3id.org/emmo#EMMO_6835537c_d294_4005_a770_ec9621f29ed1',
	'EMMO_6837b106_7220_4ec6_b7c9_d549d6163672': 'https://w3id.org/emmo#EMMO_6837b106_7220_4ec6_b7c9_d549d6163672',
	'EMMO_68390bfb_e307_479d_8f78_d66d8773cb1d': 'https://w3id.org/emmo#EMMO_68390bfb_e307_479d_8f78_d66d8773cb1d',
	'EMMO_6884600e_5d9b_44b1_9fc5_7d4dc1639e2f': 'https://w3id.org/emmo#EMMO_6884600e_5d9b_44b1_9fc5_7d4dc1639e2f',
	'EMMO_68a031ba_abf5_4859_b84c_32977f029908': 'https://w3id.org/emmo#EMMO_68a031ba_abf5_4859_b84c_32977f029908',
	'EMMO_68a887df_63af_55c0_8239_b0b8edaa94ea': 'https://w3id.org/emmo#EMMO_68a887df_63af_55c0_8239_b0b8edaa94ea',
	'EMMO_68c0e0cd_6afd_4eb7_9dfa_91c2462002c9': 'https://w3id.org/emmo#EMMO_68c0e0cd_6afd_4eb7_9dfa_91c2462002c9',
	'EMMO_68d094e2_1777_48b5_8e43_32965f824970': 'https://w3id.org/emmo#EMMO_68d094e2_1777_48b5_8e43_32965f824970',
	/** Forming of a solid body, whereby the plastic state is essentially brought about by a bending stress */
	'EMMO_68ee441e_c89e_4391_93c3_e68fef59fe14': 'https://w3id.org/emmo#EMMO_68ee441e_c89e_4391_93c3_e68fef59fe14',
	'EMMO_69164f9e_c75d_4fbc_a0f8_af7a81bbd128': 'https://w3id.org/emmo#EMMO_69164f9e_c75d_4fbc_a0f8_af7a81bbd128',
	'EMMO_694e27a2_f3ee_5a3e_8851_d6f78d79d84e': 'https://w3id.org/emmo#EMMO_694e27a2_f3ee_5a3e_8851_d6f78d79d84e',
	'EMMO_69e0ff08_9843_5ca2_b2bb_58467b07c4bb': 'https://w3id.org/emmo#EMMO_69e0ff08_9843_5ca2_b2bb_58467b07c4bb',
	'EMMO_6aa04359_50d6_43d7_b3a7_296bd391bf7d': 'https://w3id.org/emmo#EMMO_6aa04359_50d6_43d7_b3a7_296bd391bf7d',
	'EMMO_6aad14ae_5ca1_4d19_aa6c_56448ff534b6': 'https://w3id.org/emmo#EMMO_6aad14ae_5ca1_4d19_aa6c_56448ff534b6',
	/** The permanent joining or other bringing together of two or more workpieces of a geometric shape or of similar workpieces with shapeless material. In each case, the cohesion is created locally and increased as a whole. */
	'EMMO_6ab555fd_5803_4f03_82e8_127c01aabfea': 'https://w3id.org/emmo#EMMO_6ab555fd_5803_4f03_82e8_127c01aabfea',
	'EMMO_6afdb7e8_2a0b_444d_bde3_8d67d98180c0': 'https://w3id.org/emmo#EMMO_6afdb7e8_2a0b_444d_bde3_8d67d98180c0',
	'EMMO_6b241a1f_2a5f_5ea8_b0aa_7b162d7d73e4': 'https://w3id.org/emmo#EMMO_6b241a1f_2a5f_5ea8_b0aa_7b162d7d73e4',
	'EMMO_6b5af5a8_a2d8_4353_a1d6_54c9f778343d': 'https://w3id.org/emmo#EMMO_6b5af5a8_a2d8_4353_a1d6_54c9f778343d',
	'EMMO_6b670dce_5692_5505_9688_8f735b325214': 'https://w3id.org/emmo#EMMO_6b670dce_5692_5505_9688_8f735b325214',
	'EMMO_6b7276a4_4b9d_440a_b577_0277539c0fc4': 'https://w3id.org/emmo#EMMO_6b7276a4_4b9d_440a_b577_0277539c0fc4',
	'EMMO_6b8bf0c9_4ec7_452c_bee5_26e5149a4f05': 'https://w3id.org/emmo#EMMO_6b8bf0c9_4ec7_452c_bee5_26e5149a4f05',
	'EMMO_6bae1f5a_1644_4da3_b3e4_0a01171034ad': 'https://w3id.org/emmo#EMMO_6bae1f5a_1644_4da3_b3e4_0a01171034ad',
	'EMMO_6bcf334d_efeb_49f8_9dd0_dbcbb31514d3': 'https://w3id.org/emmo#EMMO_6bcf334d_efeb_49f8_9dd0_dbcbb31514d3',
	'EMMO_6bd7b6f4_db3b_58da_b9a0_58f44bb3ed37': 'https://w3id.org/emmo#EMMO_6bd7b6f4_db3b_58da_b9a0_58f44bb3ed37',
	'EMMO_6bfe6ad2_96ba_4478_81e5_d8881c550757': 'https://w3id.org/emmo#EMMO_6bfe6ad2_96ba_4478_81e5_d8881c550757',
	'EMMO_6c03574f_6daa_4488_a970_ee355cca2530': 'https://w3id.org/emmo#EMMO_6c03574f_6daa_4488_a970_ee355cca2530',
	'EMMO_6c213064_e525_45d4_99cf_afebed8bbddd': 'https://w3id.org/emmo#EMMO_6c213064_e525_45d4_99cf_afebed8bbddd',
	'EMMO_6c487fb3_03d1_4e56_91ed_c2e16dcbef60': 'https://w3id.org/emmo#EMMO_6c487fb3_03d1_4e56_91ed_c2e16dcbef60',
	'EMMO_6c739b1a_a774_4416_bb31_1961486fa9ed': 'https://w3id.org/emmo#EMMO_6c739b1a_a774_4416_bb31_1961486fa9ed',
	'EMMO_6cfc5b82_b47b_47bc_bb45_c23c273d2e06': 'https://w3id.org/emmo#EMMO_6cfc5b82_b47b_47bc_bb45_c23c273d2e06',
	'EMMO_6d53d04c_07d3_4522_9181_92649ef78f86': 'https://w3id.org/emmo#EMMO_6d53d04c_07d3_4522_9181_92649ef78f86',
	'EMMO_6d61ee3c_c5b6_4452_bc11_e9c33af992a7': 'https://w3id.org/emmo#EMMO_6d61ee3c_c5b6_4452_bc11_e9c33af992a7',
	'EMMO_6d7158f3_7d96_498f_9cf3_31f4798f31c6': 'https://w3id.org/emmo#EMMO_6d7158f3_7d96_498f_9cf3_31f4798f31c6',
	'EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be': 'https://w3id.org/emmo#EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be',
	'EMMO_6da1b965_768c_4cf0_8873_44f2035133ba': 'https://w3id.org/emmo#EMMO_6da1b965_768c_4cf0_8873_44f2035133ba',
	'EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25': 'https://w3id.org/emmo#EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25',
	'EMMO_6de11e9b_8dcb_444b_ba79_1a55130ed0c8': 'https://w3id.org/emmo#EMMO_6de11e9b_8dcb_444b_ba79_1a55130ed0c8',
	'EMMO_6e046dd0_9634_4013_b2b1_9cc468087c83': 'https://w3id.org/emmo#EMMO_6e046dd0_9634_4013_b2b1_9cc468087c83',
	/** This must be a mathematical function v(t), x(t).
A dataset as solution is a conventional sign. */
	'EMMO_6e0664f2_4d4d_4407_bf60_e1b3c07198d7': 'https://w3id.org/emmo#EMMO_6e0664f2_4d4d_4407_bf60_e1b3c07198d7',
	'EMMO_6e467e25_2883_5f7b_a60f_2f4b651bba3f': 'https://w3id.org/emmo#EMMO_6e467e25_2883_5f7b_a60f_2f4b651bba3f',
	'EMMO_6e5608ec_7768_4764_b052_2254bb5283bb': 'https://w3id.org/emmo#EMMO_6e5608ec_7768_4764_b052_2254bb5283bb',
	'EMMO_6e78433a_dbb9_409a_a7c0_4037f79d4ed8': 'https://w3id.org/emmo#EMMO_6e78433a_dbb9_409a_a7c0_4037f79d4ed8',
	'EMMO_6e9cb807_fc68_4bcf_b3ba_5fccc887c644': 'https://w3id.org/emmo#EMMO_6e9cb807_fc68_4bcf_b3ba_5fccc887c644',
	'EMMO_6eca09be_17e9_445e_abc9_000aa61b7a11': 'https://w3id.org/emmo#EMMO_6eca09be_17e9_445e_abc9_000aa61b7a11',
	/** Distance is the norm of Displacement. */
	'EMMO_6ee9304e_54b7_4594_8354_0790138dffb8': 'https://w3id.org/emmo#EMMO_6ee9304e_54b7_4594_8354_0790138dffb8',
	'EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f': 'https://w3id.org/emmo#EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f',
	'EMMO_6f55a062_4a3b_4bb7_b2d3_54a4a93ce5cc': 'https://w3id.org/emmo#EMMO_6f55a062_4a3b_4bb7_b2d3_54a4a93ce5cc',
	/** Here is assumed that the concept of 'object' is always relative to a 'semiotic' process. An 'object' does not exists per se, but it's always part of an interpretation.
 
The EMMO relies on strong reductionism, i.e. everything real is a formless collection of elementary particles: we give a meaning to real world entities only by giving them boundaries and defining them using 'sign'-s.
 
In this way the 'sign'-ed entity becomes an 'object', and the 'object' is the basic entity needed in order to apply a logical formalism to the real world entities (i.e. we can speak of it through its sign, and use logics on it through its sign). */
	'EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b': 'https://w3id.org/emmo#EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b',
	'EMMO_6f76f9bf_feb3_4e27_9bcb_45b5f3526050': 'https://w3id.org/emmo#EMMO_6f76f9bf_feb3_4e27_9bcb_45b5f3526050',
	'EMMO_6fa1feac_c388_44cc_a721_283499d5addc': 'https://w3id.org/emmo#EMMO_6fa1feac_c388_44cc_a721_283499d5addc',
	'EMMO_6fa330f7_3289_4228_81df_12ee8a9708ac': 'https://w3id.org/emmo#EMMO_6fa330f7_3289_4228_81df_12ee8a9708ac',
	/** Forming of a solid body, whereby the plastic state is essentially brought about by a combined tensile and compressive stress. */
	'EMMO_6fba4018_24bd_450c_abc3_354e2c7809c9': 'https://w3id.org/emmo#EMMO_6fba4018_24bd_450c_abc3_354e2c7809c9',
	'EMMO_6fe3d1d5_4107_4a52_b1d0_3b7c4f871159': 'https://w3id.org/emmo#EMMO_6fe3d1d5_4107_4a52_b1d0_3b7c4f871159',
	'EMMO_700cd058_a54d_4104_97ab_887ad865409e': 'https://w3id.org/emmo#EMMO_700cd058_a54d_4104_97ab_887ad865409e',
	'EMMO_704630b8_fee3_49b9_baca_40e2dd276370': 'https://w3id.org/emmo#EMMO_704630b8_fee3_49b9_baca_40e2dd276370',
	'EMMO_705f27ae_954c_4f13_98aa_18473fc52b25': 'https://w3id.org/emmo#EMMO_705f27ae_954c_4f13_98aa_18473fc52b25',
	'EMMO_706cac26_78f1_5ca4_a63c_2600828db412': 'https://w3id.org/emmo#EMMO_706cac26_78f1_5ca4_a63c_2600828db412',
	'EMMO_707c6032_e272_4a20_98b5_d35c4f67be68': 'https://w3id.org/emmo#EMMO_707c6032_e272_4a20_98b5_d35c4f67be68',
	'EMMO_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3': 'https://w3id.org/emmo#EMMO_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3',
	'EMMO_70a1c163_7436_4ce3_9784_3aab0e62b900': 'https://w3id.org/emmo#EMMO_70a1c163_7436_4ce3_9784_3aab0e62b900',
	'EMMO_70da982d_1810_4b01_9630_a28e216ecd9a': 'https://w3id.org/emmo#EMMO_70da982d_1810_4b01_9630_a28e216ecd9a',
	'EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84': 'https://w3id.org/emmo#EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84',
	'EMMO_716fadba_7ff8_4247_97fc_c6703437c018': 'https://w3id.org/emmo#EMMO_716fadba_7ff8_4247_97fc_c6703437c018',
	'EMMO_717d8808_5085_5f35_86b4_6bc75bafac0b': 'https://w3id.org/emmo#EMMO_717d8808_5085_5f35_86b4_6bc75bafac0b',
	'EMMO_71a0d05d_4c29_4eae_aff1_fb34b8d36f96': 'https://w3id.org/emmo#EMMO_71a0d05d_4c29_4eae_aff1_fb34b8d36f96',
	'EMMO_71b5082d_9908_5011_8ad0_b2ab70ffd08c': 'https://w3id.org/emmo#EMMO_71b5082d_9908_5011_8ad0_b2ab70ffd08c',
	'EMMO_71b7346e_5a4a_4b2b_8ac5_d41ecc9c7bfd': 'https://w3id.org/emmo#EMMO_71b7346e_5a4a_4b2b_8ac5_d41ecc9c7bfd',
	'EMMO_71c716bf_75bb_529f_b7c8_9d36a7c58b3a': 'https://w3id.org/emmo#EMMO_71c716bf_75bb_529f_b7c8_9d36a7c58b3a',
	'EMMO_71d1c8f0_c6e3_44b5_a4b6_1b74ff35698a': 'https://w3id.org/emmo#EMMO_71d1c8f0_c6e3_44b5_a4b6_1b74ff35698a',
	'EMMO_71d48627_4696_54c2_a990_4fdd9f353aef': 'https://w3id.org/emmo#EMMO_71d48627_4696_54c2_a990_4fdd9f353aef',
	'EMMO_71f6ab56_342c_484b_bbe0_de86b7367cb3': 'https://w3id.org/emmo#EMMO_71f6ab56_342c_484b_bbe0_de86b7367cb3',
	'EMMO_720a469f_a19c_4a88_900c_29b3938f5092': 'https://w3id.org/emmo#EMMO_720a469f_a19c_4a88_900c_29b3938f5092',
	'EMMO_7214db6c_32e3_436f_85a4_24785f0e3714': 'https://w3id.org/emmo#EMMO_7214db6c_32e3_436f_85a4_24785f0e3714',
	'EMMO_721be099_4826_4b51_a78f_542b5728bd74': 'https://w3id.org/emmo#EMMO_721be099_4826_4b51_a78f_542b5728bd74',
	'EMMO_72301c89_4337_48f5_a390_7649c5fad98b': 'https://w3id.org/emmo#EMMO_72301c89_4337_48f5_a390_7649c5fad98b',
	'EMMO_72379870_0d00_5e48_912b_62cbd5b3f548': 'https://w3id.org/emmo#EMMO_72379870_0d00_5e48_912b_62cbd5b3f548',
	/** Charge number is a quantity of dimension one defined in ChargeNumber. */
	'EMMO_7243633d_96ff_426d_ae44_8a2504e682da': 'https://w3id.org/emmo#EMMO_7243633d_96ff_426d_ae44_8a2504e682da',
	'EMMO_7254c8be_965d_4b3c_b3be_12c5578bee7c': 'https://w3id.org/emmo#EMMO_7254c8be_965d_4b3c_b3be_12c5578bee7c',
	/** A conventional referring to an object according to a specific code that reflects the results of a specific interaction mechanism and is shared between other interpreters.
A coded is always a partial representation of an object since it reflects the object capability to be part of a specific determination.
A coded is a sort of name or label that we put upon objects that interact with an determiner in the same specific way.
 
For example, "hot" objects are objects that interact with an observer through a perception mechanism aimed to perceive an heat source. The code is made of terms such as "hot", "warm", "cold", that commonly refer to the perception of heat. */
	'EMMO_7286b164_df4c_4c14_a4b5_d41ad9c121f3': 'https://w3id.org/emmo#EMMO_7286b164_df4c_4c14_a4b5_d41ad9c121f3',
	'EMMO_72d53756_7fb1_46ed_980f_83f47efbe105': 'https://w3id.org/emmo#EMMO_72d53756_7fb1_46ed_980f_83f47efbe105',
	'EMMO_7329967c_3972_4c99_b478_84f66436620d': 'https://w3id.org/emmo#EMMO_7329967c_3972_4c99_b478_84f66436620d',
	'EMMO_733b8473_aa8f_59d5_81c3_c97ca40ea9d0': 'https://w3id.org/emmo#EMMO_733b8473_aa8f_59d5_81c3_c97ca40ea9d0',
	'EMMO_73aa05b8_51be_4863_bb0b_35845ac9362b': 'https://w3id.org/emmo#EMMO_73aa05b8_51be_4863_bb0b_35845ac9362b',
	'EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac': 'https://w3id.org/emmo#EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac',
	'EMMO_73e73382_f3c0_5d09_bcee_f6e380269388': 'https://w3id.org/emmo#EMMO_73e73382_f3c0_5d09_bcee_f6e380269388',
	/** Free forming is pressure forming with tools that do not or only partially contain the shape of the workpiece and move against each other. */
	'EMMO_7432b843_cfd2_4345_a3d2_eaa539b27e61': 'https://w3id.org/emmo#EMMO_7432b843_cfd2_4345_a3d2_eaa539b27e61',
	'EMMO_748ff828_763b_4290_adb9_e05376d4136a': 'https://w3id.org/emmo#EMMO_748ff828_763b_4290_adb9_e05376d4136a',
	'EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201': 'https://w3id.org/emmo#EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201',
	'EMMO_749a9347_0b50_530a_995a_054f2a90bc0d': 'https://w3id.org/emmo#EMMO_749a9347_0b50_530a_995a_054f2a90bc0d',
	'EMMO_74a096dd_cc83_4c7e_b704_0541620ff18d': 'https://w3id.org/emmo#EMMO_74a096dd_cc83_4c7e_b704_0541620ff18d',
	'EMMO_74a75cf1_3418_4244_b43c_b5db94635d42': 'https://w3id.org/emmo#EMMO_74a75cf1_3418_4244_b43c_b5db94635d42',
	'EMMO_74b05aed_66bf_43c8_aa2c_752a9ca8be03': 'https://w3id.org/emmo#EMMO_74b05aed_66bf_43c8_aa2c_752a9ca8be03',
	'EMMO_74cfc811_6e04_4fe4_aea5_6a5cc09f6571': 'https://w3id.org/emmo#EMMO_74cfc811_6e04_4fe4_aea5_6a5cc09f6571',
	'EMMO_74fd4dfc_a59e_4f66_8822_7fc3ad8a0664': 'https://w3id.org/emmo#EMMO_74fd4dfc_a59e_4f66_8822_7fc3ad8a0664',
	'EMMO_74fd9704_69a8_5112_b65a_72ba05bba315': 'https://w3id.org/emmo#EMMO_74fd9704_69a8_5112_b65a_72ba05bba315',
	'EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba': 'https://w3id.org/emmo#EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba',
	'EMMO_754c3a5d_8ae8_41ff_b5f2_acbadb53c735': 'https://w3id.org/emmo#EMMO_754c3a5d_8ae8_41ff_b5f2_acbadb53c735',
	'EMMO_755d962f_c703_514f_8d90_ca4f55e331d4': 'https://w3id.org/emmo#EMMO_755d962f_c703_514f_8d90_ca4f55e331d4',
	'EMMO_755eaac8_735e_438c_8c19_a8b5e6a81728': 'https://w3id.org/emmo#EMMO_755eaac8_735e_438c_8c19_a8b5e6a81728',
	'EMMO_75771a96_5e17_568c_bc28_caba06c0047a': 'https://w3id.org/emmo#EMMO_75771a96_5e17_568c_bc28_caba06c0047a',
	'EMMO_75fe4fd1_0f7e_429b_b91d_59d248561bae': 'https://w3id.org/emmo#EMMO_75fe4fd1_0f7e_429b_b91d_59d248561bae',
	'EMMO_7610efb8_c7c6_4684_abc1_774783c62472': 'https://w3id.org/emmo#EMMO_7610efb8_c7c6_4684_abc1_774783c62472',
	'EMMO_76267214_2137_4909_83a4_0b815a62cbc3': 'https://w3id.org/emmo#EMMO_76267214_2137_4909_83a4_0b815a62cbc3',
	'EMMO_76413949_896c_4363_a955_de4722c6e149': 'https://w3id.org/emmo#EMMO_76413949_896c_4363_a955_de4722c6e149',
	'EMMO_76acb5d8_5ab8_484b_8354_7f7612f39c17': 'https://w3id.org/emmo#EMMO_76acb5d8_5ab8_484b_8354_7f7612f39c17',
	'EMMO_76cc4efc_231e_42b4_be83_2547681caed6': 'https://w3id.org/emmo#EMMO_76cc4efc_231e_42b4_be83_2547681caed6',
	'EMMO_7773f63a_cd7c_4393_b36b_cd1b8a71565a': 'https://w3id.org/emmo#EMMO_7773f63a_cd7c_4393_b36b_cd1b8a71565a',
	'EMMO_77c53503_48b5_4811_a1a5_6bb4425e0bbf': 'https://w3id.org/emmo#EMMO_77c53503_48b5_4811_a1a5_6bb4425e0bbf',
	'EMMO_77e2e601_5ecb_450b_b563_92f096997832': 'https://w3id.org/emmo#EMMO_77e2e601_5ecb_450b_b563_92f096997832',
	'EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa': 'https://w3id.org/emmo#EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa',
	'EMMO_78284835_f4ed_4a7c_914f_a7fdb460ed8e': 'https://w3id.org/emmo#EMMO_78284835_f4ed_4a7c_914f_a7fdb460ed8e',
	'EMMO_784119c1_c336_5b0c_80fc_4cc8bddc99ca': 'https://w3id.org/emmo#EMMO_784119c1_c336_5b0c_80fc_4cc8bddc99ca',
	'EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac': 'https://w3id.org/emmo#EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac',
	'EMMO_7855043d_a466_4585_97a9_b9fe4ce0c12d': 'https://w3id.org/emmo#EMMO_7855043d_a466_4585_97a9_b9fe4ce0c12d',
	'EMMO_78c3f353_1296_5dca_9759_7c59a7f53927': 'https://w3id.org/emmo#EMMO_78c3f353_1296_5dca_9759_7c59a7f53927',
	'EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44': 'https://w3id.org/emmo#EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44',
	'EMMO_7905373a_cf03_57fe_a627_bfdb1db9369c': 'https://w3id.org/emmo#EMMO_7905373a_cf03_57fe_a627_bfdb1db9369c',
	'EMMO_793f3567_b351_42ef_a1d4_5111d53999c4': 'https://w3id.org/emmo#EMMO_793f3567_b351_42ef_a1d4_5111d53999c4',
	'EMMO_79575941_45dc_4f15_bb59_dc04dff2c92d': 'https://w3id.org/emmo#EMMO_79575941_45dc_4f15_bb59_dc04dff2c92d',
	'EMMO_79751276_b2d0_4e2f_bbd4_99d412f43d55': 'https://w3id.org/emmo#EMMO_79751276_b2d0_4e2f_bbd4_99d412f43d55',
	'EMMO_798b0c96_82ca_5ce8_8d5f_f9f72668cf5d': 'https://w3id.org/emmo#EMMO_798b0c96_82ca_5ce8_8d5f_f9f72668cf5d',
	/** Measure of the opposition that a circuit presents to a current when a voltage is applied. */
	'EMMO_79a02de5_b884_4eab_bc18_f67997d597a2': 'https://w3id.org/emmo#EMMO_79a02de5_b884_4eab_bc18_f67997d597a2',
	'EMMO_79aad3fb_2e01_4626_8369_4e914893aa6d': 'https://w3id.org/emmo#EMMO_79aad3fb_2e01_4626_8369_4e914893aa6d',
	'EMMO_79c0edfa_06f9_5149_b754_28c589035b8a': 'https://w3id.org/emmo#EMMO_79c0edfa_06f9_5149_b754_28c589035b8a',
	'EMMO_7aa6b5b1_34c8_5d37_9db0_cc6a232f3946': 'https://w3id.org/emmo#EMMO_7aa6b5b1_34c8_5d37_9db0_cc6a232f3946',
	'EMMO_7ab01303_b09e_5a90_8a5b_f5087d6559d3': 'https://w3id.org/emmo#EMMO_7ab01303_b09e_5a90_8a5b_f5087d6559d3',
	'EMMO_7abfbbc4_ce7b_4611_b731_1b5b8bd2bbc0': 'https://w3id.org/emmo#EMMO_7abfbbc4_ce7b_4611_b731_1b5b8bd2bbc0',
	'EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6': 'https://w3id.org/emmo#EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6',
	'EMMO_7b09c6b8_d120_4518_9b66_3b1139e0aa66': 'https://w3id.org/emmo#EMMO_7b09c6b8_d120_4518_9b66_3b1139e0aa66',
	'EMMO_7b42954f_0b91_4b3a_a65e_2470202cf548': 'https://w3id.org/emmo#EMMO_7b42954f_0b91_4b3a_a65e_2470202cf548',
	'EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e': 'https://w3id.org/emmo#EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e',
	'EMMO_7b7d258b_3ea7_5716_af58_afc68679de23': 'https://w3id.org/emmo#EMMO_7b7d258b_3ea7_5716_af58_afc68679de23',
	/** Mass of a constituent divided by the total mass of all constituents in the mixture. */
	'EMMO_7c055d65_2929_40e1_af4f_4bf10995ad50': 'https://w3id.org/emmo#EMMO_7c055d65_2929_40e1_af4f_4bf10995ad50',
	'EMMO_7c79a41c_c0aa_564b_b0b1_6fd4ee6f3256': 'https://w3id.org/emmo#EMMO_7c79a41c_c0aa_564b_b0b1_6fd4ee6f3256',
	/** Electric current divided by the cross-sectional area it is passing through. */
	'EMMO_7c8007b0_58a7_4486_bf1c_4772852caca0': 'https://w3id.org/emmo#EMMO_7c8007b0_58a7_4486_bf1c_4772852caca0',
	'EMMO_7cd8a4ec_b219_498e_b696_028257163aa4': 'https://w3id.org/emmo#EMMO_7cd8a4ec_b219_498e_b696_028257163aa4',
	'EMMO_7cdc375d_d371_4d78_acd5_d51732f52126': 'https://w3id.org/emmo#EMMO_7cdc375d_d371_4d78_acd5_d51732f52126',
	'EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73': 'https://w3id.org/emmo#EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73',
	'EMMO_7cfbe969_6ced_47a2_86c6_de33673c45d0': 'https://w3id.org/emmo#EMMO_7cfbe969_6ced_47a2_86c6_de33673c45d0',
	'EMMO_7d56ec24_499d_487a_af7d_a91aaa787bfe': 'https://w3id.org/emmo#EMMO_7d56ec24_499d_487a_af7d_a91aaa787bfe',
	'EMMO_7db59e56_f68b_48b7_ae99_891c35ae5c3b': 'https://w3id.org/emmo#EMMO_7db59e56_f68b_48b7_ae99_891c35ae5c3b',
	'EMMO_7dd84949_0afa_4313_9b89_7bb0dd2e7771': 'https://w3id.org/emmo#EMMO_7dd84949_0afa_4313_9b89_7bb0dd2e7771',
	'EMMO_7dea2572_ab42_45bd_9fd7_92448cec762a': 'https://w3id.org/emmo#EMMO_7dea2572_ab42_45bd_9fd7_92448cec762a',
	'EMMO_7e53a8b4_6e02_4e56_80d4_8683f92b9c77': 'https://w3id.org/emmo#EMMO_7e53a8b4_6e02_4e56_80d4_8683f92b9c77',
	'EMMO_7e8f9419_0bda_5aa3_ba88_00b2be6ca69e': 'https://w3id.org/emmo#EMMO_7e8f9419_0bda_5aa3_ba88_00b2be6ca69e',
	'EMMO_7efab93d_c8fe_49c7_ba8e_d21d13b38c85': 'https://w3id.org/emmo#EMMO_7efab93d_c8fe_49c7_ba8e_d21d13b38c85',
	'EMMO_7efd64d1_05a1_49cd_a7f0_783ca050d4f3': 'https://w3id.org/emmo#EMMO_7efd64d1_05a1_49cd_a7f0_783ca050d4f3',
	'EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64': 'https://w3id.org/emmo#EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64',
	'EMMO_7f8ef5cf_7d80_46fa_951c_369014e3a8af': 'https://w3id.org/emmo#EMMO_7f8ef5cf_7d80_46fa_951c_369014e3a8af',
	'EMMO_7f9b4abe_0bf1_48dc_9bd0_ea34e926ec85': 'https://w3id.org/emmo#EMMO_7f9b4abe_0bf1_48dc_9bd0_ea34e926ec85',
	'EMMO_7fb7fe7e_bdf9_4eeb_adad_e384dd5285c6': 'https://w3id.org/emmo#EMMO_7fb7fe7e_bdf9_4eeb_adad_e384dd5285c6',
	'EMMO_7fd8ec39_1c4b_4ff3_9bc8_0bf3c27e2db0': 'https://w3id.org/emmo#EMMO_7fd8ec39_1c4b_4ff3_9bc8_0bf3c27e2db0',
	'EMMO_80252279_046c_4e33_bdf4_8932f79b6c91': 'https://w3id.org/emmo#EMMO_80252279_046c_4e33_bdf4_8932f79b6c91',
	/** Examples of condition might be constant volume or constant pressure for a gas. */
	'EMMO_802c167d_b792_4cb8_a315_35797345c0e3': 'https://w3id.org/emmo#EMMO_802c167d_b792_4cb8_a315_35797345c0e3',
	'EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf': 'https://w3id.org/emmo#EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf',
	/** For an ideal gas, isentropic exponent is equal to ratio of the specific heat capacities. */
	'EMMO_8040a6f6_4736_4dd2_8d1c_f2c13cb77a71': 'https://w3id.org/emmo#EMMO_8040a6f6_4736_4dd2_8d1c_f2c13cb77a71',
	'EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d': 'https://w3id.org/emmo#EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d',
	'EMMO_808566db_b810_448d_8a54_48e7f6d30f36': 'https://w3id.org/emmo#EMMO_808566db_b810_448d_8a54_48e7f6d30f36',
	'EMMO_808f7cd9_27b4_527b_974f_4213f10e1772': 'https://w3id.org/emmo#EMMO_808f7cd9_27b4_527b_974f_4213f10e1772',
	'EMMO_80b19ae3_7248_4205_8c79_4e94f5f0444c': 'https://w3id.org/emmo#EMMO_80b19ae3_7248_4205_8c79_4e94f5f0444c',
	'EMMO_80f3d95d_b1fd_46c0_b98a_b6b611b47105': 'https://w3id.org/emmo#EMMO_80f3d95d_b1fd_46c0_b98a_b6b611b47105',
	/** At about 25 °C aqueous solutions with:
pH < 7 are acidic;
pH = 7 are neutral;
pH > 7 are alkaline.
At temperatures far from 25 °C the pH of a neutral solution differs significantly from 7. */
	'EMMO_80fe82d4_f4c1_43a1_98dc_ee5fc7927e19': 'https://w3id.org/emmo#EMMO_80fe82d4_f4c1_43a1_98dc_ee5fc7927e19',
	'EMMO_811c67a9_bcdf_5a9e_bbce_28ae2af12915': 'https://w3id.org/emmo#EMMO_811c67a9_bcdf_5a9e_bbce_28ae2af12915',
	/** Length per unit time.
 
Speed in the absolute value of the velocity. */
	'EMMO_81369540_1b0e_471b_9bae_6801af22800e': 'https://w3id.org/emmo#EMMO_81369540_1b0e_471b_9bae_6801af22800e',
	/** "In the name “amount of substance”, the word “substance” will typically be replaced by words to specify the substance concerned in any particular application, for example “amount of hydrogen chloride, HCl”, or “amount of benzene, C6H6 ”. It is important to give a precise definition of the entity involved (as emphasized in the definition of the mole); this should preferably be done by specifying the molecular chemical formula of the material involved. Although the word “amount” has a more general dictionary definition, the abbreviation of the full name “amount of substance” to “amount” may be used for brevity."
 
-- SI Brochure */
	'EMMO_8159c26a_494b_4fa0_9959_10888f152298': 'https://w3id.org/emmo#EMMO_8159c26a_494b_4fa0_9959_10888f152298',
	'EMMO_8168c707_1b2a_4c6f_8d2e_a4e8081fd276': 'https://w3id.org/emmo#EMMO_8168c707_1b2a_4c6f_8d2e_a4e8081fd276',
	'EMMO_8189b42e_0995_423a_a26c_51168b27c3cf': 'https://w3id.org/emmo#EMMO_8189b42e_0995_423a_a26c_51168b27c3cf',
	/** For an atom or nucleus, this energy is quantized and can be written as:
 
    W = g μ M B
 
where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear magneton, M is magnetic quantum number, and B is magnitude of the magnetic flux density.
 
-- ISO 80000 */
	'EMMO_81e767f1_59b1_4d7a_bf69_17f322241831': 'https://w3id.org/emmo#EMMO_81e767f1_59b1_4d7a_bf69_17f322241831',
	'EMMO_820619ca_b23e_4c7a_8543_18a17722abc0': 'https://w3id.org/emmo#EMMO_820619ca_b23e_4c7a_8543_18a17722abc0',
	'EMMO_8219a082_9443_4374_8038_6459d5cf4ce9': 'https://w3id.org/emmo#EMMO_8219a082_9443_4374_8038_6459d5cf4ce9',
	'EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375': 'https://w3id.org/emmo#EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375',
	'EMMO_82d6c4b3_a037_49de_9622_0407af40bdeb': 'https://w3id.org/emmo#EMMO_82d6c4b3_a037_49de_9622_0407af40bdeb',
	'EMMO_82f9a8f3_2bb4_5d14_9a41_30a858ecce61': 'https://w3id.org/emmo#EMMO_82f9a8f3_2bb4_5d14_9a41_30a858ecce61',
	'EMMO_82fc8506_1f84_4add_9683_abea077bd1e3': 'https://w3id.org/emmo#EMMO_82fc8506_1f84_4add_9683_abea077bd1e3',
	/** A real bond between atoms is always something hybrid between covalent, metallic and ionic.
 
In general, metallic and ionic bonds have atoms sharing electrons. */
	'EMMO_8303a247_f9d9_4616_bdcd_f5cbd7b298e3': 'https://w3id.org/emmo#EMMO_8303a247_f9d9_4616_bdcd_f5cbd7b298e3',
	'EMMO_830b59f7_d047_438c_90cd_62845749efcb': 'https://w3id.org/emmo#EMMO_830b59f7_d047_438c_90cd_62845749efcb',
	'EMMO_83318add_d05e_40fc_93ea_c6cd605df437': 'https://w3id.org/emmo#EMMO_83318add_d05e_40fc_93ea_c6cd605df437',
	'EMMO_83424a56_e28f_4aea_8125_bef7b9347ee6': 'https://w3id.org/emmo#EMMO_83424a56_e28f_4aea_8125_bef7b9347ee6',
	'EMMO_83550665_c68c_4015_86a7_308c9dd2fb4b': 'https://w3id.org/emmo#EMMO_83550665_c68c_4015_86a7_308c9dd2fb4b',
	'EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb': 'https://w3id.org/emmo#EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb',
	'EMMO_83a43803_0b0f_45a4_86a3_bc6b32e6a540': 'https://w3id.org/emmo#EMMO_83a43803_0b0f_45a4_86a3_bc6b32e6a540',
	'EMMO_83a460aa_5826_4fbb_93e8_d73d0df25757': 'https://w3id.org/emmo#EMMO_83a460aa_5826_4fbb_93e8_d73d0df25757',
	'EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf': 'https://w3id.org/emmo#EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf',
	/** In general, for a given set of information, it is understood that the measurement uncertainty is associated with a stated quantity value. A modification of this value results in a modification of the associated uncertainty. */
	'EMMO_847724b7_acef_490e_9f0d_67da967f2812': 'https://w3id.org/emmo#EMMO_847724b7_acef_490e_9f0d_67da967f2812',
	'EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88': 'https://w3id.org/emmo#EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88',
	'EMMO_849f62cf_3e92_5122_94ba_bcce51a04c5f': 'https://w3id.org/emmo#EMMO_849f62cf_3e92_5122_94ba_bcce51a04c5f',
	'EMMO_84cadc45_6758_46f2_ba2a_5ead65c70213': 'https://w3id.org/emmo#EMMO_84cadc45_6758_46f2_ba2a_5ead65c70213',
	'EMMO_850b976f_0726_4408_b1b2_1f0ae367faf6': 'https://w3id.org/emmo#EMMO_850b976f_0726_4408_b1b2_1f0ae367faf6',
	'EMMO_8515e948_bc2f_423b_8025_e4830f2b21dd': 'https://w3id.org/emmo#EMMO_8515e948_bc2f_423b_8025_e4830f2b21dd',
	'EMMO_852b4ab8_fc29_4749_a8c7_b92d4fca7d5a': 'https://w3id.org/emmo#EMMO_852b4ab8_fc29_4749_a8c7_b92d4fca7d5a',
	'EMMO_8533871a_01e4_4935_8c7b_cedf8fcc3fa3': 'https://w3id.org/emmo#EMMO_8533871a_01e4_4935_8c7b_cedf8fcc3fa3',
	'EMMO_85605643_f9ed_42ae_85ff_4a7443288dfd': 'https://w3id.org/emmo#EMMO_85605643_f9ed_42ae_85ff_4a7443288dfd',
	'EMMO_85ab88f1_3bb6_5fb7_8996_d1be786da995': 'https://w3id.org/emmo#EMMO_85ab88f1_3bb6_5fb7_8996_d1be786da995',
	'EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d': 'https://w3id.org/emmo#EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d',
	'EMMO_85ee9154_5a3e_482e_aa37_c617ff1947ff': 'https://w3id.org/emmo#EMMO_85ee9154_5a3e_482e_aa37_c617ff1947ff',
	'EMMO_86060335_31c2_4820_b433_27c64aea0366': 'https://w3id.org/emmo#EMMO_86060335_31c2_4820_b433_27c64aea0366',
	'EMMO_860ef96c_e93e_4549_b3a3_099a625a26a5': 'https://w3id.org/emmo#EMMO_860ef96c_e93e_4549_b3a3_099a625a26a5',
	'EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3': 'https://w3id.org/emmo#EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3',
	'EMMO_865a1a70_02e8_40b2_948d_078e636c8701': 'https://w3id.org/emmo#EMMO_865a1a70_02e8_40b2_948d_078e636c8701',
	'EMMO_8679c7d3_fd5d_49ba_bc1f_1bb820a1f73f': 'https://w3id.org/emmo#EMMO_8679c7d3_fd5d_49ba_bc1f_1bb820a1f73f',
	'EMMO_8681074a_e225_4e38_b586_e85b0f43ce38': 'https://w3id.org/emmo#EMMO_8681074a_e225_4e38_b586_e85b0f43ce38',
	'EMMO_868ae137_4d25_493e_b270_21ea3d94849e': 'https://w3id.org/emmo#EMMO_868ae137_4d25_493e_b270_21ea3d94849e',
	'EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933': 'https://w3id.org/emmo#EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933',
	'EMMO_86a305d1_7644_48be_b84c_1f976679b904': 'https://w3id.org/emmo#EMMO_86a305d1_7644_48be_b84c_1f976679b904',
	'EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad': 'https://w3id.org/emmo#EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad',
	'EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe': 'https://w3id.org/emmo#EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe',
	/** The specification of a measurand requires knowledge of the kind of quantity, description of the state of the phenomenon, body, or substance carrying the quantity, including any relevant component, and the chemical entities involved.
 
-- VIM */
	'EMMO_873b0ab3_88e6_4054_b901_5531e01f14a4': 'https://w3id.org/emmo#EMMO_873b0ab3_88e6_4054_b901_5531e01f14a4',
	'EMMO_8785be5a_2493_4b12_8f39_31907ab11748': 'https://w3id.org/emmo#EMMO_8785be5a_2493_4b12_8f39_31907ab11748',
	'EMMO_8786cb47_8e1f_4968_9b15_f6d41fc51252': 'https://w3id.org/emmo#EMMO_8786cb47_8e1f_4968_9b15_f6d41fc51252',
	'EMMO_87ac88ff_8379_4f5a_8c7b_424a8fff1ee8': 'https://w3id.org/emmo#EMMO_87ac88ff_8379_4f5a_8c7b_424a8fff1ee8',
	'EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496': 'https://w3id.org/emmo#EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496',
	'EMMO_87c8f425_c96c_5503_88a0_f10465669ea3': 'https://w3id.org/emmo#EMMO_87c8f425_c96c_5503_88a0_f10465669ea3',
	'EMMO_87deb5a8_7a85_49c3_97b2_e62c8484aa1a': 'https://w3id.org/emmo#EMMO_87deb5a8_7a85_49c3_97b2_e62c8484aa1a',
	'EMMO_881606d0_6f2f_4947_bc8b_75c5b7b2b688': 'https://w3id.org/emmo#EMMO_881606d0_6f2f_4947_bc8b_75c5b7b2b688',
	'EMMO_8820f251_ad36_43f4_a693_c0e86a89cc1f': 'https://w3id.org/emmo#EMMO_8820f251_ad36_43f4_a693_c0e86a89cc1f',
	'EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c': 'https://w3id.org/emmo#EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c',
	/** The set X is called domain and the set Y range or codomain. */
	'EMMO_88470739_03d3_4c47_a03e_b30a1288d50c': 'https://w3id.org/emmo#EMMO_88470739_03d3_4c47_a03e_b30a1288d50c',
	'EMMO_8864793d_0f36_4fa3_b54a_90d0234f976a': 'https://w3id.org/emmo#EMMO_8864793d_0f36_4fa3_b54a_90d0234f976a',
	'EMMO_886eb0fb_4d36_4b7d_99e4_e5915a06aff1': 'https://w3id.org/emmo#EMMO_886eb0fb_4d36_4b7d_99e4_e5915a06aff1',
	'EMMO_888a5dea_3b7d_4dc0_93f2_d4e345a1f903': 'https://w3id.org/emmo#EMMO_888a5dea_3b7d_4dc0_93f2_d4e345a1f903',
	'EMMO_88967c93_894b_4e42_bc3c_c8517b255489': 'https://w3id.org/emmo#EMMO_88967c93_894b_4e42_bc3c_c8517b255489',
	'EMMO_88bbdd04_908f_45f0_9ded_d73b430de3b1': 'https://w3id.org/emmo#EMMO_88bbdd04_908f_45f0_9ded_d73b430de3b1',
	'EMMO_88ca735d_af0e_4773_b769_9c9bc6f8f91c': 'https://w3id.org/emmo#EMMO_88ca735d_af0e_4773_b769_9c9bc6f8f91c',
	'EMMO_88f36585_bd30_4160_b975_61362f3468a9': 'https://w3id.org/emmo#EMMO_88f36585_bd30_4160_b975_61362f3468a9',
	/** Energy per unit change in amount of substance. */
	'EMMO_88fc5d1b_d3ab_4626_b24c_915ebe7400ca': 'https://w3id.org/emmo#EMMO_88fc5d1b_d3ab_4626_b24c_915ebe7400ca',
	'EMMO_89083bab_f69c_4d06_bf6d_62973b56cdc7': 'https://w3id.org/emmo#EMMO_89083bab_f69c_4d06_bf6d_62973b56cdc7',
	'EMMO_890856a3_3eb4_471e_a54a_65031bee30f4': 'https://w3id.org/emmo#EMMO_890856a3_3eb4_471e_a54a_65031bee30f4',
	'EMMO_89113866_31a4_4d19_bc83_7f7c1661ab73': 'https://w3id.org/emmo#EMMO_89113866_31a4_4d19_bc83_7f7c1661ab73',
	'EMMO_891d1351_3843_4da3_906b_3b30411bd512': 'https://w3id.org/emmo#EMMO_891d1351_3843_4da3_906b_3b30411bd512',
	'EMMO_8944581c_64da_46a9_be29_7074f7cc8098': 'https://w3id.org/emmo#EMMO_8944581c_64da_46a9_be29_7074f7cc8098',
	'EMMO_89762966_8076_4f7c_b745_f718d653e8e2': 'https://w3id.org/emmo#EMMO_89762966_8076_4f7c_b745_f718d653e8e2',
	'EMMO_89a0c87c_0804_4013_937a_6fe234d9499c': 'https://w3id.org/emmo#EMMO_89a0c87c_0804_4013_937a_6fe234d9499c',
	'EMMO_89d04b65_5b11_4916_b606_0cf3f007fcd9': 'https://w3id.org/emmo#EMMO_89d04b65_5b11_4916_b606_0cf3f007fcd9',
	'EMMO_89f46282_58a4_5140_8c5b_7aaddcccdcf0': 'https://w3id.org/emmo#EMMO_89f46282_58a4_5140_8c5b_7aaddcccdcf0',
	'EMMO_8a2a1cbc_dfc3_4e6c_b337_00ee56fd438a': 'https://w3id.org/emmo#EMMO_8a2a1cbc_dfc3_4e6c_b337_00ee56fd438a',
	'EMMO_8a41ed1b_64f9_4be7_9b60_01fcece45075': 'https://w3id.org/emmo#EMMO_8a41ed1b_64f9_4be7_9b60_01fcece45075',
	'EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129': 'https://w3id.org/emmo#EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129',
	'EMMO_8a83b7bd_85bd_48e4_a4ac_bb2eb97d3014': 'https://w3id.org/emmo#EMMO_8a83b7bd_85bd_48e4_a4ac_bb2eb97d3014',
	'EMMO_8a8f664b_dc59_4e00_ae00_81fdf1e1d12e': 'https://w3id.org/emmo#EMMO_8a8f664b_dc59_4e00_ae00_81fdf1e1d12e',
	'EMMO_8aa13073_865b_5035_b128_43a4758a0302': 'https://w3id.org/emmo#EMMO_8aa13073_865b_5035_b128_43a4758a0302',
	'EMMO_8ab3ff9d_35d4_44b7_9d66_7b0b30c40da8': 'https://w3id.org/emmo#EMMO_8ab3ff9d_35d4_44b7_9d66_7b0b30c40da8',
	'EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2': 'https://w3id.org/emmo#EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2',
	'EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3': 'https://w3id.org/emmo#EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3',
	'EMMO_8b2fd84c_8f51_4731_9bd7_830545e78b23': 'https://w3id.org/emmo#EMMO_8b2fd84c_8f51_4731_9bd7_830545e78b23',
	'EMMO_8b4af754_110a_4854_ac65_349ebafc1bed': 'https://w3id.org/emmo#EMMO_8b4af754_110a_4854_ac65_349ebafc1bed',
	'EMMO_8b66ada5_510c_44bd_a8d8_3c64d301a5e9': 'https://w3id.org/emmo#EMMO_8b66ada5_510c_44bd_a8d8_3c64d301a5e9',
	'EMMO_8b960a48_8017_4cc0_8e38_27d9237b7e0d': 'https://w3id.org/emmo#EMMO_8b960a48_8017_4cc0_8e38_27d9237b7e0d',
	'EMMO_8bb6b688_812a_4cb9_b76c_d5a058928719': 'https://w3id.org/emmo#EMMO_8bb6b688_812a_4cb9_b76c_d5a058928719',
	'EMMO_8c151a67_f04a_4435_b7d1_1738e6d952ee': 'https://w3id.org/emmo#EMMO_8c151a67_f04a_4435_b7d1_1738e6d952ee',
	/** The subclass of icon inspired by Peirceian category a) the image, which depends on a simple quality (e.g. picture). */
	'EMMO_8c537c06_8e1d_4a3b_a251_1c89bb2c4790': 'https://w3id.org/emmo#EMMO_8c537c06_8e1d_4a3b_a251_1c89bb2c4790',
	'EMMO_8c64fcfa_23aa_45f8_9e58_bdfd065fab8f': 'https://w3id.org/emmo#EMMO_8c64fcfa_23aa_45f8_9e58_bdfd065fab8f',
	'EMMO_8caaf41b_df30_5355_be5a_74283c49f50a': 'https://w3id.org/emmo#EMMO_8caaf41b_df30_5355_be5a_74283c49f50a',
	'EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415': 'https://w3id.org/emmo#EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415',
	/** The 'theory' is e.g. a proposition, a book or a paper whose sub-symbols suggest in the mind of the interpreter an interpretant structure that can represent a 'physical'.
 
It is not an 'icon' (like a math equation), because it has no common resemblance or logical structure with the 'physical'.
 
In Peirce semiotics: legisign-symbol-argument */
	'EMMO_8d2d9374_ef3a_47e6_8595_6bc208e07519': 'https://w3id.org/emmo#EMMO_8d2d9374_ef3a_47e6_8595_6bc208e07519',
	'EMMO_8d2f22ab_ba39_5e40_98dc_56f075cf22f1': 'https://w3id.org/emmo#EMMO_8d2f22ab_ba39_5e40_98dc_56f075cf22f1',
	'EMMO_8d3da9ac_2265_4382_bee5_db72046722f8': 'https://w3id.org/emmo#EMMO_8d3da9ac_2265_4382_bee5_db72046722f8',
	'EMMO_8d4962d7_9608_44f7_a2f1_82a4bb173f4a': 'https://w3id.org/emmo#EMMO_8d4962d7_9608_44f7_a2f1_82a4bb173f4a',
	/** The rest mass of a proton. */
	'EMMO_8d689295_7d84_421b_bc01_d5cceb2c2086': 'https://w3id.org/emmo#EMMO_8d689295_7d84_421b_bc01_d5cceb2c2086',
	'EMMO_8d722efa_b49d_51b1_8bf3_bf50ba4b438c': 'https://w3id.org/emmo#EMMO_8d722efa_b49d_51b1_8bf3_bf50ba4b438c',
	'EMMO_8d93f51b_c7c7_5486_b64a_ee206f6b6672': 'https://w3id.org/emmo#EMMO_8d93f51b_c7c7_5486_b64a_ee206f6b6672',
	'EMMO_8dacb56f_5931_443b_8de6_f31aec44036c': 'https://w3id.org/emmo#EMMO_8dacb56f_5931_443b_8de6_f31aec44036c',
	'EMMO_8dbaf3ca_8f0d_4c45_92e1_c6d805b83c87': 'https://w3id.org/emmo#EMMO_8dbaf3ca_8f0d_4c45_92e1_c6d805b83c87',
	/** In an anisotropic medium, thermal conductivity is a tensor quantity. */
	'EMMO_8dd40ec6_2c5a_43f3_bf64_cadcd447a1c1': 'https://w3id.org/emmo#EMMO_8dd40ec6_2c5a_43f3_bf64_cadcd447a1c1',
	'EMMO_8de14a59_660b_454f_aff8_76a07ce185f4': 'https://w3id.org/emmo#EMMO_8de14a59_660b_454f_aff8_76a07ce185f4',
	'EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578': 'https://w3id.org/emmo#EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578',
	'EMMO_8e08b6d4_da0f_4722_a69a_301f2246546c': 'https://w3id.org/emmo#EMMO_8e08b6d4_da0f_4722_a69a_301f2246546c',
	'EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b': 'https://w3id.org/emmo#EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b',
	'EMMO_8e5dd473_808b_4a8a_b7cd_63068c12ff57': 'https://w3id.org/emmo#EMMO_8e5dd473_808b_4a8a_b7cd_63068c12ff57',
	'EMMO_8e655535_d6eb_46cd_9738_f86fa6c93217': 'https://w3id.org/emmo#EMMO_8e655535_d6eb_46cd_9738_f86fa6c93217',
	'EMMO_8e742d6f_7fbb_40cf_949b_6806ab0d801f': 'https://w3id.org/emmo#EMMO_8e742d6f_7fbb_40cf_949b_6806ab0d801f',
	'EMMO_8ec7fdf6_5652_547d_942f_b8b09ad84660': 'https://w3id.org/emmo#EMMO_8ec7fdf6_5652_547d_942f_b8b09ad84660',
	/** Relates a quantity to its numerical value through spatial direct parthood. */
	'EMMO_8ef3cd6d_ae58_4a8d_9fc0_ad8f49015cd0': 'https://w3id.org/emmo#EMMO_8ef3cd6d_ae58_4a8d_9fc0_ad8f49015cd0',
	'EMMO_8ef46550_7bf2_4ef9_8334_ca3d63fb69b1': 'https://w3id.org/emmo#EMMO_8ef46550_7bf2_4ef9_8334_ca3d63fb69b1',
	'EMMO_8f171308_f902_42c5_ac1d_d5259022e9c1': 'https://w3id.org/emmo#EMMO_8f171308_f902_42c5_ac1d_d5259022e9c1',
	'EMMO_8f207971_aaab_48dc_a10d_55a6b4331410': 'https://w3id.org/emmo#EMMO_8f207971_aaab_48dc_a10d_55a6b4331410',
	'EMMO_8f36559a_a494_4b00_abc5_60bbc1475009': 'https://w3id.org/emmo#EMMO_8f36559a_a494_4b00_abc5_60bbc1475009',
	'EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58': 'https://w3id.org/emmo#EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58',
	'EMMO_8f4d2c80_002f_44b4_a4f1_0d9ead0779ba': 'https://w3id.org/emmo#EMMO_8f4d2c80_002f_44b4_a4f1_0d9ead0779ba',
	'EMMO_8f87e700_99a8_4427_8ffb_e493de05c217': 'https://w3id.org/emmo#EMMO_8f87e700_99a8_4427_8ffb_e493de05c217',
	'EMMO_8fb052e8_fcca_43ce_85db_55266baf2d7c': 'https://w3id.org/emmo#EMMO_8fb052e8_fcca_43ce_85db_55266baf2d7c',
	'EMMO_8fbc9110_c822_5b8e_a5fc_ee5430d9f34a': 'https://w3id.org/emmo#EMMO_8fbc9110_c822_5b8e_a5fc_ee5430d9f34a',
	'EMMO_8fc576e1_3984_402b_a548_be921b4e1bf4': 'https://w3id.org/emmo#EMMO_8fc576e1_3984_402b_a548_be921b4e1bf4',
	'EMMO_8fdabd25_01e0_4296_b82a_09d1c34e52d4': 'https://w3id.org/emmo#EMMO_8fdabd25_01e0_4296_b82a_09d1c34e52d4',
	'EMMO_90589553_5625_4074_8f0d_0532fd7eb42b': 'https://w3id.org/emmo#EMMO_90589553_5625_4074_8f0d_0532fd7eb42b',
	'EMMO_90798691_3b86_4d8c_910f_be2b39c98b39': 'https://w3id.org/emmo#EMMO_90798691_3b86_4d8c_910f_be2b39c98b39',
	'EMMO_908da3d5_775e_425e_af96_33914618eb66': 'https://w3id.org/emmo#EMMO_908da3d5_775e_425e_af96_33914618eb66',
	/** "Property of a phenomenon, body, or substance, where the property has no magnitude."
 
"A nominal property has a value, which can be expressed in words, by alphanumerical codes, or by other means."
 
International vocabulary of metrology (VIM) */
	'EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66': 'https://w3id.org/emmo#EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66',
	'EMMO_90963312_d9a9_4474_8d10_835aef5b168e': 'https://w3id.org/emmo#EMMO_90963312_d9a9_4474_8d10_835aef5b168e',
	'EMMO_90a1a4d4_7f02_4b0e_9bfd_053bafbed5f2': 'https://w3id.org/emmo#EMMO_90a1a4d4_7f02_4b0e_9bfd_053bafbed5f2',
	'EMMO_90a39fcb_5087_451e_a92e_ce0adc6d80f1': 'https://w3id.org/emmo#EMMO_90a39fcb_5087_451e_a92e_ce0adc6d80f1',
	/** A continuant (here called object) is usually defined as a whole whose all possible temporal parts are always satisfying a specific criterion (wich is the classical definition of continuants).
However that's not possible in general, since we will finally end to temporal parts whose temporal extension is so small that the connectivity relations that define the object will no longer hold. That's the case when the temporal interval is lower than the interval that characterize the causality interactions between the object parts.
In other terms, if the time span of a temporal part is lower than the inverse of the frequency of interactions between the constituents, then the constituents in such temporal part are not connected. The object is no more an object, neither an item, but simply a collection of fundamental parts.
To overcome this issue, we can identify an minimum holistic temporal part (a lower time interval value), below which a specific definition for an object type does not hold anymore, that is called a fundamental. */
	'EMMO_90ae56e4_d197_49b6_be1a_0049e4756606': 'https://w3id.org/emmo#EMMO_90ae56e4_d197_49b6_be1a_0049e4756606',
	'EMMO_90e59882_4592_4036_a75d_5fbefb22dc80': 'https://w3id.org/emmo#EMMO_90e59882_4592_4036_a75d_5fbefb22dc80',
	'EMMO_90f18cf0_1225_4c64_b5f8_f65cd7f992c5': 'https://w3id.org/emmo#EMMO_90f18cf0_1225_4c64_b5f8_f65cd7f992c5',
	'EMMO_90f255f7_4890_440d_a8de_841a8437676c': 'https://w3id.org/emmo#EMMO_90f255f7_4890_440d_a8de_841a8437676c',
	'EMMO_90fa8b63_e59d_4c71_b245_6bb759a22e26': 'https://w3id.org/emmo#EMMO_90fa8b63_e59d_4c71_b245_6bb759a22e26',
	'EMMO_912ac3a2_a124_4233_92dd_06c9aebea46c': 'https://w3id.org/emmo#EMMO_912ac3a2_a124_4233_92dd_06c9aebea46c',
	'EMMO_9140f0d2_fa24_4050_85d9_17d7d2e9e1df': 'https://w3id.org/emmo#EMMO_9140f0d2_fa24_4050_85d9_17d7d2e9e1df',
	'EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05': 'https://w3id.org/emmo#EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05',
	'EMMO_91447ec0_fb55_49f2_85a5_3172dff6482c': 'https://w3id.org/emmo#EMMO_91447ec0_fb55_49f2_85a5_3172dff6482c',
	'EMMO_91579f8a_e3b1_5ac9_9533_402c8cb1ffdd': 'https://w3id.org/emmo#EMMO_91579f8a_e3b1_5ac9_9533_402c8cb1ffdd',
	'EMMO_91a0635a_a89a_46de_8928_04a777d145c7': 'https://w3id.org/emmo#EMMO_91a0635a_a89a_46de_8928_04a777d145c7',
	'EMMO_91a99750_7914_42be_9fe5_b82c59183450': 'https://w3id.org/emmo#EMMO_91a99750_7914_42be_9fe5_b82c59183450',
	/** Continuous or stepwise pressure forming with one or more rotating tools (rollers), without or with additional tools, e.g. plugs or mandrels, rods, guide tools */
	'EMMO_91c2db4b_83e2_4c36_aadf_453acc72e6d2': 'https://w3id.org/emmo#EMMO_91c2db4b_83e2_4c36_aadf_453acc72e6d2',
	'EMMO_92028373_3a43_4b80_9a69_caca22df3918': 'https://w3id.org/emmo#EMMO_92028373_3a43_4b80_9a69_caca22df3918',
	'EMMO_920b8adc_575b_55e9_9cd5_cf5eab1696f1': 'https://w3id.org/emmo#EMMO_920b8adc_575b_55e9_9cd5_cf5eab1696f1',
	'EMMO_92227f7f_22e9_4b19_a011_920eac3c7b75': 'https://w3id.org/emmo#EMMO_92227f7f_22e9_4b19_a011_920eac3c7b75',
	'EMMO_9226c7af_573f_4762_865c_e3a68a4832dd': 'https://w3id.org/emmo#EMMO_9226c7af_573f_4762_865c_e3a68a4832dd',
	/** A chemical formula may also include other symbols such as parentheses, plus and minus signs, brackets */
	'EMMO_9236d0aa_cb39_43a1_bbdd_6a2a714951c8': 'https://w3id.org/emmo#EMMO_9236d0aa_cb39_43a1_bbdd_6a2a714951c8',
	'EMMO_9268958f_7f54_48ab_a693_febe2645892b': 'https://w3id.org/emmo#EMMO_9268958f_7f54_48ab_a693_febe2645892b',
	'EMMO_92829beb_6ed4_4c88_bbd5_3bc7403e2895': 'https://w3id.org/emmo#EMMO_92829beb_6ed4_4c88_bbd5_3bc7403e2895',
	'EMMO_92aaff7b_3a7c_4c1a_b149_d422e9682106': 'https://w3id.org/emmo#EMMO_92aaff7b_3a7c_4c1a_b149_d422e9682106',
	/** The opposition of a circuit element to a change in current or voltage, due to that element's inductance or capacitance. */
	'EMMO_92b2fb85_2143_4bc7_bbca_df3e6944bfc1': 'https://w3id.org/emmo#EMMO_92b2fb85_2143_4bc7_bbca_df3e6944bfc1',
	/** Process for removing unwanted residual or waste material from a given product or material */
	'EMMO_92eaefcb_50be_4237_9ec0_4a019ce24921': 'https://w3id.org/emmo#EMMO_92eaefcb_50be_4237_9ec0_4a019ce24921',
	'EMMO_930ce8d9_6cde_4ef9_9cb2_a98a63852b96': 'https://w3id.org/emmo#EMMO_930ce8d9_6cde_4ef9_9cb2_a98a63852b96',
	'EMMO_93170bc8_d3b2_45bd_8cad_20aad08462ef': 'https://w3id.org/emmo#EMMO_93170bc8_d3b2_45bd_8cad_20aad08462ef',
	'EMMO_931a725b_926d_4f60_8955_61fe17fce98b': 'https://w3id.org/emmo#EMMO_931a725b_926d_4f60_8955_61fe17fce98b',
	'EMMO_9335cf09_431f_4613_9dab_ce4ceaca965b': 'https://w3id.org/emmo#EMMO_9335cf09_431f_4613_9dab_ce4ceaca965b',
	'EMMO_93582808_e5fc_5bb5_bc7a_0e674e1a7f0e': 'https://w3id.org/emmo#EMMO_93582808_e5fc_5bb5_bc7a_0e674e1a7f0e',
	'EMMO_93681c53_4316_415d_8243_a42a0e171de6': 'https://w3id.org/emmo#EMMO_93681c53_4316_415d_8243_a42a0e171de6',
	'EMMO_937757d3_ed79_4ae3_9513_3b135e58a6a1': 'https://w3id.org/emmo#EMMO_937757d3_ed79_4ae3_9513_3b135e58a6a1',
	'EMMO_937db6d0_38c3_4469_aeec_1e033f5ea6c4': 'https://w3id.org/emmo#EMMO_937db6d0_38c3_4469_aeec_1e033f5ea6c4',
	'EMMO_9380ab64_0363_4804_b13f_3a8a94119a76': 'https://w3id.org/emmo#EMMO_9380ab64_0363_4804_b13f_3a8a94119a76',
	'EMMO_94010cbc_c2a6_4cb9_b29a_83aa99d2ff70': 'https://w3id.org/emmo#EMMO_94010cbc_c2a6_4cb9_b29a_83aa99d2ff70',
	/** The mixing ratio at saturation is denoted xsat. */
	'EMMO_94857660_8739_4270_99a7_c388933fa17d': 'https://w3id.org/emmo#EMMO_94857660_8739_4270_99a7_c388933fa17d',
	'EMMO_948b47f0_3c24_50c7_a698_a805f760e667': 'https://w3id.org/emmo#EMMO_948b47f0_3c24_50c7_a698_a805f760e667',
	'EMMO_94b07779_910a_4e56_bb34_2754dae4e376': 'https://w3id.org/emmo#EMMO_94b07779_910a_4e56_bb34_2754dae4e376',
	'EMMO_950256cd_c286_4793_b9f7_a3f922d0c354': 'https://w3id.org/emmo#EMMO_950256cd_c286_4793_b9f7_a3f922d0c354',
	'EMMO_953d7ce1_2a40_4391_831f_e4be15162efb': 'https://w3id.org/emmo#EMMO_953d7ce1_2a40_4391_831f_e4be15162efb',
	'EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f': 'https://w3id.org/emmo#EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f',
	'EMMO_95971713_d589_4002_a5a7_affc5c74cfdb': 'https://w3id.org/emmo#EMMO_95971713_d589_4002_a5a7_affc5c74cfdb',
	'EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9': 'https://w3id.org/emmo#EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9',
	'EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e': 'https://w3id.org/emmo#EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e',
	'EMMO_95d4eb9b_d3d0_4705_a01c_4f87fb5f8d43': 'https://w3id.org/emmo#EMMO_95d4eb9b_d3d0_4705_a01c_4f87fb5f8d43',
	/** Often denoted B. */
	'EMMO_961d1aba_f75e_4411_aaa4_457f7516ed6b': 'https://w3id.org/emmo#EMMO_961d1aba_f75e_4411_aaa4_457f7516ed6b',
	'EMMO_96252ae5_c061_5ba0_80a4_774e5d949e06': 'https://w3id.org/emmo#EMMO_96252ae5_c061_5ba0_80a4_774e5d949e06',
	'EMMO_964568dd_64d2_454b_a12f_ac389f1c5e7f': 'https://w3id.org/emmo#EMMO_964568dd_64d2_454b_a12f_ac389f1c5e7f',
	'EMMO_96522455_d7d7_5b1e_b10a_ad87e41a5adc': 'https://w3id.org/emmo#EMMO_96522455_d7d7_5b1e_b10a_ad87e41a5adc',
	'EMMO_9668ae43_d1a0_43ae_a91a_9051512b0a54': 'https://w3id.org/emmo#EMMO_9668ae43_d1a0_43ae_a91a_9051512b0a54',
	'EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9': 'https://w3id.org/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9',
	'EMMO_96c38f8d_fabd_41dc_abda_d15419eb897d': 'https://w3id.org/emmo#EMMO_96c38f8d_fabd_41dc_abda_d15419eb897d',
	'EMMO_96c8d72f_b436_44e2_9f7f_085c24094292': 'https://w3id.org/emmo#EMMO_96c8d72f_b436_44e2_9f7f_085c24094292',
	/** Extent of a surface. */
	'EMMO_96f39f77_44dc_491b_8fa7_30d887fe0890': 'https://w3id.org/emmo#EMMO_96f39f77_44dc_491b_8fa7_30d887fe0890',
	'EMMO_96fb9a6c_80d6_57fa_a4f2_0d2a59232418': 'https://w3id.org/emmo#EMMO_96fb9a6c_80d6_57fa_a4f2_0d2a59232418',
	'EMMO_96ffda63_71e7_451b_85ee_2cc8e341ff11': 'https://w3id.org/emmo#EMMO_96ffda63_71e7_451b_85ee_2cc8e341ff11',
	'EMMO_971b3dff_28b4_4538_b082_3ec9fa5af294': 'https://w3id.org/emmo#EMMO_971b3dff_28b4_4538_b082_3ec9fa5af294',
	'EMMO_971c8cb1_156f_4a70_a72c_2d851d4d2b20': 'https://w3id.org/emmo#EMMO_971c8cb1_156f_4a70_a72c_2d851d4d2b20',
	'EMMO_972e01b0_b017_4903_8c05_b7edda958723': 'https://w3id.org/emmo#EMMO_972e01b0_b017_4903_8c05_b7edda958723',
	'EMMO_973656ed_870e_40ba_8bc0_c879687a335a': 'https://w3id.org/emmo#EMMO_973656ed_870e_40ba_8bc0_c879687a335a',
	/** Measured in cd/m². Not to confuse with Illuminance, which is measured in lux (cd sr/m²). */
	'EMMO_97589322_710c_4af4_9431_1e5027f2be42': 'https://w3id.org/emmo#EMMO_97589322_710c_4af4_9431_1e5027f2be42',
	'EMMO_975bdc11_12db_44e7_a3c3_c5436b5e17cc': 'https://w3id.org/emmo#EMMO_975bdc11_12db_44e7_a3c3_c5436b5e17cc',
	'EMMO_9794a778_47d7_45d5_b4ab_ae6a8db04c78': 'https://w3id.org/emmo#EMMO_9794a778_47d7_45d5_b4ab_ae6a8db04c78',
	'EMMO_985bec21_989f_4b9e_a4b3_735d88099c3c': 'https://w3id.org/emmo#EMMO_985bec21_989f_4b9e_a4b3_735d88099c3c',
	'EMMO_9864a26d_ee34_43ac_bc01_118734886185': 'https://w3id.org/emmo#EMMO_9864a26d_ee34_43ac_bc01_118734886185',
	'EMMO_987594e7_c152_4f76_88cf_a80874a864fd': 'https://w3id.org/emmo#EMMO_987594e7_c152_4f76_88cf_a80874a864fd',
	'EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc': 'https://w3id.org/emmo#EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc',
	/** This perspective specify elementary objects as from the Standard Model of Particles. */
	'EMMO_98ada9d8_f1c8_4f13_99b5_d890f5354152': 'https://w3id.org/emmo#EMMO_98ada9d8_f1c8_4f13_99b5_d890f5354152',
	/** An 'equation' that has parts two 'polynomial'-s */
	'EMMO_98d65021_4574_4890_b2fb_46430841077f': 'https://w3id.org/emmo#EMMO_98d65021_4574_4890_b2fb_46430841077f',
	'EMMO_9900d51c_bdd3_40e8_aa82_ad1aa7092f71': 'https://w3id.org/emmo#EMMO_9900d51c_bdd3_40e8_aa82_ad1aa7092f71',
	'EMMO_99296e55_53f7_4333_9e06_760ad175a1b9': 'https://w3id.org/emmo#EMMO_99296e55_53f7_4333_9e06_760ad175a1b9',
	'EMMO_9953c19f_ee33_4af8_be5e_dbf6d1e33581': 'https://w3id.org/emmo#EMMO_9953c19f_ee33_4af8_be5e_dbf6d1e33581',
	'EMMO_998dd3a0_c85f_4c8d_9fb8_816a93cc3bb8': 'https://w3id.org/emmo#EMMO_998dd3a0_c85f_4c8d_9fb8_816a93cc3bb8',
	'EMMO_99dba333_0dbd_4f75_8841_8c0f97fd58e2': 'https://w3id.org/emmo#EMMO_99dba333_0dbd_4f75_8841_8c0f97fd58e2',
	'EMMO_9a24be51_7059_5306_af89_400c78a49e9c': 'https://w3id.org/emmo#EMMO_9a24be51_7059_5306_af89_400c78a49e9c',
	'EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611': 'https://w3id.org/emmo#EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611',
	'EMMO_9aa9e086_ae07_51f6_bf84_788ffdefcb6f': 'https://w3id.org/emmo#EMMO_9aa9e086_ae07_51f6_bf84_788ffdefcb6f',
	'EMMO_9ac10a20_63d0_4bbd_a5d3_f00a0ad4682c': 'https://w3id.org/emmo#EMMO_9ac10a20_63d0_4bbd_a5d3_f00a0ad4682c',
	'EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17': 'https://w3id.org/emmo#EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17',
	'EMMO_9b87d718_9dcc_4f7d_ad20_12c2aa4c76be': 'https://w3id.org/emmo#EMMO_9b87d718_9dcc_4f7d_ad20_12c2aa4c76be',
	'EMMO_9b8f36cd_4312_4bc3_a99c_420c00f41550': 'https://w3id.org/emmo#EMMO_9b8f36cd_4312_4bc3_a99c_420c00f41550',
	'EMMO_9b9e0029_8b16_4382_bd47_571a7ae7d6f6': 'https://w3id.org/emmo#EMMO_9b9e0029_8b16_4382_bd47_571a7ae7d6f6',
	'EMMO_9ba91622_e39f_43e3_b95f_290937928d7e': 'https://w3id.org/emmo#EMMO_9ba91622_e39f_43e3_b95f_290937928d7e',
	'EMMO_9bb271f2_80a1_481a_ba78_368c4dccc235': 'https://w3id.org/emmo#EMMO_9bb271f2_80a1_481a_ba78_368c4dccc235',
	/** Logarithmic measure of the number of available states of a system. */
	'EMMO_9bbab0be_f9cc_4f46_9f46_0fd271911b79': 'https://w3id.org/emmo#EMMO_9bbab0be_f9cc_4f46_9f46_0fd271911b79',
	'EMMO_9bc6da11_528a_44e8_bd9e_c4154eae7e55': 'https://w3id.org/emmo#EMMO_9bc6da11_528a_44e8_bd9e_c4154eae7e55',
	'EMMO_9be5fcc4_0d8b_481d_b984_6338d4b55588': 'https://w3id.org/emmo#EMMO_9be5fcc4_0d8b_481d_b984_6338d4b55588',
	'EMMO_9bed5d66_805a_4b3a_9153_beaf67143848': 'https://w3id.org/emmo#EMMO_9bed5d66_805a_4b3a_9153_beaf67143848',
	'EMMO_9c32fd69_f480_4130_83b3_fb25d9face14': 'https://w3id.org/emmo#EMMO_9c32fd69_f480_4130_83b3_fb25d9face14',
	'EMMO_9c407ac0_fd4c_4178_8763_95fad9fe29ec': 'https://w3id.org/emmo#EMMO_9c407ac0_fd4c_4178_8763_95fad9fe29ec',
	'EMMO_9c5b1294_ac9e_554f_a135_a3d72a763d9c': 'https://w3id.org/emmo#EMMO_9c5b1294_ac9e_554f_a135_a3d72a763d9c',
	'EMMO_9c803415_5978_5525_9de9_fcf0a2098b4c': 'https://w3id.org/emmo#EMMO_9c803415_5978_5525_9de9_fcf0a2098b4c',
	'EMMO_9cb984ca_48ad_4864_b09e_50d3fff19420': 'https://w3id.org/emmo#EMMO_9cb984ca_48ad_4864_b09e_50d3fff19420',
	'EMMO_9cffc70d_4b60_4187_a7cd_706f5740ae87': 'https://w3id.org/emmo#EMMO_9cffc70d_4b60_4187_a7cd_706f5740ae87',
	'EMMO_9d018f03_bbda_4ca5_bc4c_646e72651e53': 'https://w3id.org/emmo#EMMO_9d018f03_bbda_4ca5_bc4c_646e72651e53',
	'EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1': 'https://w3id.org/emmo#EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1',
	'EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d': 'https://w3id.org/emmo#EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d',
	'EMMO_9d6eeca7_89a0_4a65_a497_9039f1164b96': 'https://w3id.org/emmo#EMMO_9d6eeca7_89a0_4a65_a497_9039f1164b96',
	'EMMO_9d74a963_8c62_4c20_a413_93b786bfbecc': 'https://w3id.org/emmo#EMMO_9d74a963_8c62_4c20_a413_93b786bfbecc',
	/** In non-relativistic physics, the centre of mass doesn’t depend on the chosen reference frame. */
	'EMMO_9d8f708a_f291_4d72_80ec_362c6e6bbca6': 'https://w3id.org/emmo#EMMO_9d8f708a_f291_4d72_80ec_362c6e6bbca6',
	'EMMO_9e029526_79a2_47a8_a151_dd0545db471b': 'https://w3id.org/emmo#EMMO_9e029526_79a2_47a8_a151_dd0545db471b',
	'EMMO_9e0891a6_4d87_4891_b557_69ab2bae1dae': 'https://w3id.org/emmo#EMMO_9e0891a6_4d87_4891_b557_69ab2bae1dae',
	'EMMO_9e2ab15a_f1c7_435b_91ff_bc774e6ba4e7': 'https://w3id.org/emmo#EMMO_9e2ab15a_f1c7_435b_91ff_bc774e6ba4e7',
	'EMMO_9e452535_a369_404d_9afb_d41fd79d12b8': 'https://w3id.org/emmo#EMMO_9e452535_a369_404d_9afb_d41fd79d12b8',
	'EMMO_9e955e04_2977_457e_a91a_bc6a541c9a9e': 'https://w3id.org/emmo#EMMO_9e955e04_2977_457e_a91a_bc6a541c9a9e',
	'EMMO_9eb2d590_2115_4edd_aa8e_345d60921765': 'https://w3id.org/emmo#EMMO_9eb2d590_2115_4edd_aa8e_345d60921765',
	'EMMO_9eb96ea0_8827_4cb9_9a03_8e07f4eae1eb': 'https://w3id.org/emmo#EMMO_9eb96ea0_8827_4cb9_9a03_8e07f4eae1eb',
	'EMMO_9ecb2aa2_10a9_4499_a3ff_9ad76e9f4e0d': 'https://w3id.org/emmo#EMMO_9ecb2aa2_10a9_4499_a3ff_9ad76e9f4e0d',
	'EMMO_9ed4ea5a_42c4_48aa_bd59_c16c7d34e741': 'https://w3id.org/emmo#EMMO_9ed4ea5a_42c4_48aa_bd59_c16c7d34e741',
	'EMMO_9ee42d6b_7242_4a8d_967e_79f8f1c7fe29': 'https://w3id.org/emmo#EMMO_9ee42d6b_7242_4a8d_967e_79f8f1c7fe29',
	'EMMO_9f0338b9_326f_44c2_893c_2d815b763130': 'https://w3id.org/emmo#EMMO_9f0338b9_326f_44c2_893c_2d815b763130',
	'EMMO_9f33b66d_f2d6_47d0_b163_deeb3d45685a': 'https://w3id.org/emmo#EMMO_9f33b66d_f2d6_47d0_b163_deeb3d45685a',
	'EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3': 'https://w3id.org/emmo#EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3',
	'EMMO_9fa966c7_5231_409e_841f_b4c5fd33732a': 'https://w3id.org/emmo#EMMO_9fa966c7_5231_409e_841f_b4c5fd33732a',
	'EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad': 'https://w3id.org/emmo#EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad',
	'EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae': 'https://w3id.org/emmo#EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae',
	'EMMO_9ffffb55_3496_4307_82b8_a0d78fe1fcd8': 'https://w3id.org/emmo#EMMO_9ffffb55_3496_4307_82b8_a0d78fe1fcd8',
	'EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24': 'https://w3id.org/emmo#EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24',
	'EMMO_a086af15_a7c3_404c_b4ce_c8e4466f1b4b': 'https://w3id.org/emmo#EMMO_a086af15_a7c3_404c_b4ce_c8e4466f1b4b',
	'EMMO_a09a5342_cad4_40fa_a619_a5af0867cb8f': 'https://w3id.org/emmo#EMMO_a09a5342_cad4_40fa_a619_a5af0867cb8f',
	'EMMO_a0a2ded8_54e8_408d_a6b0_7fd1b4d7d16d': 'https://w3id.org/emmo#EMMO_a0a2ded8_54e8_408d_a6b0_7fd1b4d7d16d',
	/** Work function is the energy difference between an electron at rest at infinity and an electron at the Fermi level in the interior of a substance. */
	'EMMO_a0c4322d_4de2_4770_991c_5fad4e6ec25b': 'https://w3id.org/emmo#EMMO_a0c4322d_4de2_4770_991c_5fad4e6ec25b',
	'EMMO_a0ce1017_0467_473b_8af8_0ddf4621b0be': 'https://w3id.org/emmo#EMMO_a0ce1017_0467_473b_8af8_0ddf4621b0be',
	'EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527': 'https://w3id.org/emmo#EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527',
	'EMMO_a139c6d5_1a0b_4605_a6c0_9f383539f9b1': 'https://w3id.org/emmo#EMMO_a139c6d5_1a0b_4605_a6c0_9f383539f9b1',
	'EMMO_a13cff6e_41fd_48d5_82b6_3a9015f19001': 'https://w3id.org/emmo#EMMO_a13cff6e_41fd_48d5_82b6_3a9015f19001',
	'EMMO_a14dd591_8b7a_4847_8c91_3a2f421a45b4': 'https://w3id.org/emmo#EMMO_a14dd591_8b7a_4847_8c91_3a2f421a45b4',
	'EMMO_a15cea10_9946_4d2b_95c5_cfc333fd2abb': 'https://w3id.org/emmo#EMMO_a15cea10_9946_4d2b_95c5_cfc333fd2abb',
	'EMMO_a18a3e9b_7e3d_44bf_9640_c8634e770ba8': 'https://w3id.org/emmo#EMMO_a18a3e9b_7e3d_44bf_9640_c8634e770ba8',
	'EMMO_a1bd0bfc_5464_43ce_a1a2_947b58dc0f89': 'https://w3id.org/emmo#EMMO_a1bd0bfc_5464_43ce_a1a2_947b58dc0f89',
	'EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a': 'https://w3id.org/emmo#EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a',
	'EMMO_a24cbaac_9595_4672_8a60_2818938cfc60': 'https://w3id.org/emmo#EMMO_a24cbaac_9595_4672_8a60_2818938cfc60',
	'EMMO_a2641370_e4b8_4582_b4e0_fb389c8d8efb': 'https://w3id.org/emmo#EMMO_a2641370_e4b8_4582_b4e0_fb389c8d8efb',
	'EMMO_a2682209_f9e2_4024_98dd_ed1f6c5699be': 'https://w3id.org/emmo#EMMO_a2682209_f9e2_4024_98dd_ed1f6c5699be',
	'EMMO_a293f923_954c_4af5_9f97_9600ebd362cb': 'https://w3id.org/emmo#EMMO_a293f923_954c_4af5_9f97_9600ebd362cb',
	'EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1': 'https://w3id.org/emmo#EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1',
	'EMMO_a30e9658_1a08_50cc_b200_25dbc8add30a': 'https://w3id.org/emmo#EMMO_a30e9658_1a08_50cc_b200_25dbc8add30a',
	'EMMO_a32021dc_58d8_454b_915d_3951b413b8b7': 'https://w3id.org/emmo#EMMO_a32021dc_58d8_454b_915d_3951b413b8b7',
	'EMMO_a356870d_409a_4de6_a910_0d8498e593ff': 'https://w3id.org/emmo#EMMO_a356870d_409a_4de6_a910_0d8498e593ff',
	'EMMO_a3569860_5d20_5e69_baf6_cbe8ae7cfc15': 'https://w3id.org/emmo#EMMO_a3569860_5d20_5e69_baf6_cbe8ae7cfc15',
	'EMMO_a365b3c1_7bde_41d7_a15b_2820762e85f4': 'https://w3id.org/emmo#EMMO_a365b3c1_7bde_41d7_a15b_2820762e85f4',
	/** The corresponding Celsius temperature is denoted td and is also called dew point. */
	'EMMO_a383e332_a271_463f_9e44_559604547220': 'https://w3id.org/emmo#EMMO_a383e332_a271_463f_9e44_559604547220',
	'EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7': 'https://w3id.org/emmo#EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7',
	/** The Rydberg constant represents the limiting value of the highest wavenumber (the inverse wavelength) of any photon that can be emitted from the hydrogen atom, or, alternatively, the wavenumber of the lowest-energy photon capable of ionizing the hydrogen atom from its ground state. */
	'EMMO_a3c78d6f_ae49_47c8_a634_9b6d86b79382': 'https://w3id.org/emmo#EMMO_a3c78d6f_ae49_47c8_a634_9b6d86b79382',
	'EMMO_a4243cbf_b22e_4aa1_b9c1_130ce8c51ab2': 'https://w3id.org/emmo#EMMO_a4243cbf_b22e_4aa1_b9c1_130ce8c51ab2',
	'EMMO_a43cb01a_beb0_46e1_ae6d_22236222e6a1': 'https://w3id.org/emmo#EMMO_a43cb01a_beb0_46e1_ae6d_22236222e6a1',
	'EMMO_a45dc074_c5ed_4aad_a4e7_141a02fe1d73': 'https://w3id.org/emmo#EMMO_a45dc074_c5ed_4aad_a4e7_141a02fe1d73',
	'EMMO_a466b60b_d973_4b8f_897f_d0b837a59df3': 'https://w3id.org/emmo#EMMO_a466b60b_d973_4b8f_897f_d0b837a59df3',
	'EMMO_a46f2e3f_6d06_4968_a02f_55274d131130': 'https://w3id.org/emmo#EMMO_a46f2e3f_6d06_4968_a02f_55274d131130',
	'EMMO_a4839f08_1080_53bf_9cb3_101e20c2656b': 'https://w3id.org/emmo#EMMO_a4839f08_1080_53bf_9cb3_101e20c2656b',
	'EMMO_a4b14b83_9392_4a5f_a2e8_b2b58793f59b': 'https://w3id.org/emmo#EMMO_a4b14b83_9392_4a5f_a2e8_b2b58793f59b',
	'EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b': 'https://w3id.org/emmo#EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b',
	'EMMO_a4e36749_1f44_4e6c_80e8_d5b27d986d8b': 'https://w3id.org/emmo#EMMO_a4e36749_1f44_4e6c_80e8_d5b27d986d8b',
	'EMMO_a4edc0c9_6d1d_4358_8030_b61db6c84176': 'https://w3id.org/emmo#EMMO_a4edc0c9_6d1d_4358_8030_b61db6c84176',
	'EMMO_a4edc1d4_bb38_4897_ba1e_f87e7aa31c5b': 'https://w3id.org/emmo#EMMO_a4edc1d4_bb38_4897_ba1e_f87e7aa31c5b',
	'EMMO_a5111335_6d14_49d9_ba7a_10c10b2189e7': 'https://w3id.org/emmo#EMMO_a5111335_6d14_49d9_ba7a_10c10b2189e7',
	/** This is a convenient shortcut for the conventional declaration process of assigning an atomic number to an atom subclass. */
	'EMMO_a585728e_36c8_5df4_9d95_aa128d2a0e7f': 'https://w3id.org/emmo#EMMO_a585728e_36c8_5df4_9d95_aa128d2a0e7f',
	'EMMO_a589e6b8_2f5b_4118_8522_cdc4c89578dc': 'https://w3id.org/emmo#EMMO_a589e6b8_2f5b_4118_8522_cdc4c89578dc',
	'EMMO_a592c856_4103_43cf_8635_1982a1e5d5de': 'https://w3id.org/emmo#EMMO_a592c856_4103_43cf_8635_1982a1e5d5de',
	'EMMO_a5de0529_7c25_494c_951d_c0a561fd61fd': 'https://w3id.org/emmo#EMMO_a5de0529_7c25_494c_951d_c0a561fd61fd',
	'EMMO_a6138ba7_e365_4f2d_b6b4_fe5a5918d403': 'https://w3id.org/emmo#EMMO_a6138ba7_e365_4f2d_b6b4_fe5a5918d403',
	'EMMO_a633c6f8_4269_4870_9b28_f5ca1783fd54': 'https://w3id.org/emmo#EMMO_a633c6f8_4269_4870_9b28_f5ca1783fd54',
	'EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e': 'https://w3id.org/emmo#EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e',
	'EMMO_a68368e4_b822_4395_9213_ae7429a677d6': 'https://w3id.org/emmo#EMMO_a68368e4_b822_4395_9213_ae7429a677d6',
	'EMMO_a6d8e2e2_5e61_4838_977b_9a5dea421fc1': 'https://w3id.org/emmo#EMMO_a6d8e2e2_5e61_4838_977b_9a5dea421fc1',
	'EMMO_a7180b5f_d46d_5751_b3bc_ae28a6655992': 'https://w3id.org/emmo#EMMO_a7180b5f_d46d_5751_b3bc_ae28a6655992',
	'EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e': 'https://w3id.org/emmo#EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e',
	'EMMO_a817035a_3e3c_4709_8ede_3205df3031a3': 'https://w3id.org/emmo#EMMO_a817035a_3e3c_4709_8ede_3205df3031a3',
	'EMMO_a85d0b8a_588e_423f_b799_97b0890e9183': 'https://w3id.org/emmo#EMMO_a85d0b8a_588e_423f_b799_97b0890e9183',
	'EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b': 'https://w3id.org/emmo#EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b',
	'EMMO_a8bd7094_6b40_47af_b1f4_a69d81a3afbd': 'https://w3id.org/emmo#EMMO_a8bd7094_6b40_47af_b1f4_a69d81a3afbd',
	'EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134': 'https://w3id.org/emmo#EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134',
	'EMMO_a8eb87b5_4d10_4137_a75c_e04ee59ca095': 'https://w3id.org/emmo#EMMO_a8eb87b5_4d10_4137_a75c_e04ee59ca095',
	'EMMO_a939c29d_2304_5e48_8b15_fc592a9d1813': 'https://w3id.org/emmo#EMMO_a939c29d_2304_5e48_8b15_fc592a9d1813',
	'EMMO_a94aec97_71ff_4574_b111_a52d77d2c230': 'https://w3id.org/emmo#EMMO_a94aec97_71ff_4574_b111_a52d77d2c230',
	'EMMO_a96e2152_40e7_409c_a53a_fdb9f141eb6a': 'https://w3id.org/emmo#EMMO_a96e2152_40e7_409c_a53a_fdb9f141eb6a',
	'EMMO_a9891fff_fa7a_4806_b7bd_786de7358e8d': 'https://w3id.org/emmo#EMMO_a9891fff_fa7a_4806_b7bd_786de7358e8d',
	'EMMO_a9a6ddf8_7e16_420a_9f3d_df7d5cfe3536': 'https://w3id.org/emmo#EMMO_a9a6ddf8_7e16_420a_9f3d_df7d5cfe3536',
	'EMMO_aa078194_12df_4b10_b264_6595d2472570': 'https://w3id.org/emmo#EMMO_aa078194_12df_4b10_b264_6595d2472570',
	'EMMO_aa446897_0683_4e9b_9b0e_b6081d2d70d8': 'https://w3id.org/emmo#EMMO_aa446897_0683_4e9b_9b0e_b6081d2d70d8',
	'EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e': 'https://w3id.org/emmo#EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e',
	'EMMO_aa987900_caf1_4ce2_82fa_6b1d6fbd2ead': 'https://w3id.org/emmo#EMMO_aa987900_caf1_4ce2_82fa_6b1d6fbd2ead',
	'EMMO_aaad78a9_abaf_4f97_9c1a_d763a94c4ba3': 'https://w3id.org/emmo#EMMO_aaad78a9_abaf_4f97_9c1a_d763a94c4ba3',
	'EMMO_aab6a0cc_2fbd_43ac_ac5a_b7b7b75331dc': 'https://w3id.org/emmo#EMMO_aab6a0cc_2fbd_43ac_ac5a_b7b7b75331dc',
	/** Even though torque has the same physical dimension as energy, it is not of the same kind and can not be measured with energy units like joule or electron volt. */
	'EMMO_aaf9dd7f_0474_40d0_9606_02def8515249': 'https://w3id.org/emmo#EMMO_aaf9dd7f_0474_40d0_9606_02def8515249',
	'EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422': 'https://w3id.org/emmo#EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422',
	'EMMO_ab3e812f_4d0f_4290_83fb_b2f5963f3772': 'https://w3id.org/emmo#EMMO_ab3e812f_4d0f_4290_83fb_b2f5963f3772',
	'EMMO_ab5ba485_7c16_4c9e_b65e_4cb7560f8e8c': 'https://w3id.org/emmo#EMMO_ab5ba485_7c16_4c9e_b65e_4cb7560f8e8c',
	'EMMO_ab79e92b_5377_454d_be06_d61b50db295a': 'https://w3id.org/emmo#EMMO_ab79e92b_5377_454d_be06_d61b50db295a',
	'EMMO_ab922466_6333_4f13_91e6_03c3cad13ed8': 'https://w3id.org/emmo#EMMO_ab922466_6333_4f13_91e6_03c3cad13ed8',
	'EMMO_abf7efbe_6b04_41b8_8326_4dd0f6be753e': 'https://w3id.org/emmo#EMMO_abf7efbe_6b04_41b8_8326_4dd0f6be753e',
	'EMMO_ac19c801_bead_4730_8b8c_50020eec45ec': 'https://w3id.org/emmo#EMMO_ac19c801_bead_4730_8b8c_50020eec45ec',
	'EMMO_ac1a05c5_0c17_4387_bac0_683f2a86f3ed': 'https://w3id.org/emmo#EMMO_ac1a05c5_0c17_4387_bac0_683f2a86f3ed',
	'EMMO_ac540a9d_0131_43f6_a33b_17e5cfc432ed': 'https://w3id.org/emmo#EMMO_ac540a9d_0131_43f6_a33b_17e5cfc432ed',
	'EMMO_ac82358d_94a7_4ceb_93e7_41bab5bcefdf': 'https://w3id.org/emmo#EMMO_ac82358d_94a7_4ceb_93e7_41bab5bcefdf',
	'EMMO_ac852bf0_3251_4d6b_9e57_acbfcb5e7e08': 'https://w3id.org/emmo#EMMO_ac852bf0_3251_4d6b_9e57_acbfcb5e7e08',
	'EMMO_acaaa124_3dde_48b6_86e6_6ec6f364f408': 'https://w3id.org/emmo#EMMO_acaaa124_3dde_48b6_86e6_6ec6f364f408',
	'EMMO_acd1a504_ca32_4f30_86ad_0b62cea5bc02': 'https://w3id.org/emmo#EMMO_acd1a504_ca32_4f30_86ad_0b62cea5bc02',
	/** Forming of a solid body, whereby the plastic state is essentially brought about by a bending stress. */
	'EMMO_aced32dd_1a13_49b0_8d8f_c79313942d19': 'https://w3id.org/emmo#EMMO_aced32dd_1a13_49b0_8d8f_c79313942d19',
	'EMMO_acf636d4_9ac2_4ce3_960a_d54338e6cae3': 'https://w3id.org/emmo#EMMO_acf636d4_9ac2_4ce3_960a_d54338e6cae3',
	'EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c': 'https://w3id.org/emmo#EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c',
	'EMMO_ad2056af_0fa7_56cf_a881_80e3a7dfd266': 'https://w3id.org/emmo#EMMO_ad2056af_0fa7_56cf_a881_80e3a7dfd266',
	'EMMO_ad6b0980_fa04_4ec3_b033_6aed9f4ed17c': 'https://w3id.org/emmo#EMMO_ad6b0980_fa04_4ec3_b033_6aed9f4ed17c',
	'EMMO_ad6c76cf_b400_423e_820f_cf0c4e77f455': 'https://w3id.org/emmo#EMMO_ad6c76cf_b400_423e_820f_cf0c4e77f455',
	'EMMO_ad8b1096_4df1_44f5_a3b9_fc2ec9e7f5b1': 'https://w3id.org/emmo#EMMO_ad8b1096_4df1_44f5_a3b9_fc2ec9e7f5b1',
	'EMMO_ad91ad62_ef79_42ad_8e15_34cbd95d69cb': 'https://w3id.org/emmo#EMMO_ad91ad62_ef79_42ad_8e15_34cbd95d69cb',
	'EMMO_ad9d6895_2800_48ad_8007_e293c52a8178': 'https://w3id.org/emmo#EMMO_ad9d6895_2800_48ad_8007_e293c52a8178',
	/** The mean free path may thus be specified either for all interactions, i.e. total mean free path, or for particular types of interaction such as scattering, capture, or ionization. */
	'EMMO_adc5aa0d_9add_4c8a_aa81_b5798a654ca9': 'https://w3id.org/emmo#EMMO_adc5aa0d_9add_4c8a_aa81_b5798a654ca9',
	'EMMO_add2e29d_6d87_4b78_9706_588e25557093': 'https://w3id.org/emmo#EMMO_add2e29d_6d87_4b78_9706_588e25557093',
	'EMMO_ae15fb4f_8e4d_41de_a0f9_3997f89ba6a2': 'https://w3id.org/emmo#EMMO_ae15fb4f_8e4d_41de_a0f9_3997f89ba6a2',
	/** Participation is a parthood relation: you must be part of the process to contribute to it. A participant whose 4D extension is totally contained within the process.
 
Participation is not under direct parthood since a process is not strictly related to reductionism, but it's a way to categorize temporal regions by the interpreters. */
	'EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a': 'https://w3id.org/emmo#EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a',
	'EMMO_ae3c9eb3_289d_4133_99d6_77068367a58d': 'https://w3id.org/emmo#EMMO_ae3c9eb3_289d_4133_99d6_77068367a58d',
	'EMMO_aea43ae4_f824_4c42_892e_709bf9dc1c40': 'https://w3id.org/emmo#EMMO_aea43ae4_f824_4c42_892e_709bf9dc1c40',
	'EMMO_aeebc6d5_bf98_45c1_b3eb_89de6722ba46': 'https://w3id.org/emmo#EMMO_aeebc6d5_bf98_45c1_b3eb_89de6722ba46',
	'EMMO_aef1144d_41bd_4189_be5c_d849204b3708': 'https://w3id.org/emmo#EMMO_aef1144d_41bd_4189_be5c_d849204b3708',
	'EMMO_aef218f9_6ded_4db9_9263_e78eed55e5d6': 'https://w3id.org/emmo#EMMO_aef218f9_6ded_4db9_9263_e78eed55e5d6',
	'EMMO_aef8af39_0a22_4be8_a523_4e47ca36e035': 'https://w3id.org/emmo#EMMO_aef8af39_0a22_4be8_a523_4e47ca36e035',
	'EMMO_af24ae20_8ef2_435a_86a1_2ea44488b318': 'https://w3id.org/emmo#EMMO_af24ae20_8ef2_435a_86a1_2ea44488b318',
	'EMMO_af362dae_2da6_595e_8581_21a8363a5a54': 'https://w3id.org/emmo#EMMO_af362dae_2da6_595e_8581_21a8363a5a54',
	'EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e': 'https://w3id.org/emmo#EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e',
	'EMMO_af7b627d_6528_4fdb_97df_ba4579c4bb5d': 'https://w3id.org/emmo#EMMO_af7b627d_6528_4fdb_97df_ba4579c4bb5d',
	'EMMO_afb29c1a_eba4_4ba7_b6a1_62e9023c94ec': 'https://w3id.org/emmo#EMMO_afb29c1a_eba4_4ba7_b6a1_62e9023c94ec',
	/** Mass per unit area. */
	'EMMO_afea89af_ef16_4bdb_99d5_f3b2f4c85a6c': 'https://w3id.org/emmo#EMMO_afea89af_ef16_4bdb_99d5_f3b2f4c85a6c',
	'EMMO_afee3bf0_d0e0_53dc_bfb1_b624b5724d47': 'https://w3id.org/emmo#EMMO_afee3bf0_d0e0_53dc_bfb1_b624b5724d47',
	'EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f': 'https://w3id.org/emmo#EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f',
	/** The mass concentration of water at saturation is denoted wsat. */
	'EMMO_b02aaadc_592d_4d65_bf11_eee06bd9f80d': 'https://w3id.org/emmo#EMMO_b02aaadc_592d_4d65_bf11_eee06bd9f80d',
	'EMMO_b03dfad7_eab8_4949_9d10_dd4fd12faaef': 'https://w3id.org/emmo#EMMO_b03dfad7_eab8_4949_9d10_dd4fd12faaef',
	'EMMO_b0597d20_6438_53e5_a627_b9dacebc69da': 'https://w3id.org/emmo#EMMO_b0597d20_6438_53e5_a627_b9dacebc69da',
	'EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4': 'https://w3id.org/emmo#EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4',
	'EMMO_b0ef0941_5c92_4b71_bc26_95e95e5e0004': 'https://w3id.org/emmo#EMMO_b0ef0941_5c92_4b71_bc26_95e95e5e0004',
	'EMMO_b12e3fea_4467_5a08_9b14_67c51def1431': 'https://w3id.org/emmo#EMMO_b12e3fea_4467_5a08_9b14_67c51def1431',
	'EMMO_b14894ce_aad8_45e6_8035_f902c0d339ad': 'https://w3id.org/emmo#EMMO_b14894ce_aad8_45e6_8035_f902c0d339ad',
	'EMMO_b14d9be5_f81e_469b_abca_379c2e83feab': 'https://w3id.org/emmo#EMMO_b14d9be5_f81e_469b_abca_379c2e83feab',
	'EMMO_b1862e72_219f_4fc0_b58c_b26339f6dc88': 'https://w3id.org/emmo#EMMO_b1862e72_219f_4fc0_b58c_b26339f6dc88',
	'EMMO_b19aacfc_5f73_4c33_9456_469c1e89a53e': 'https://w3id.org/emmo#EMMO_b19aacfc_5f73_4c33_9456_469c1e89a53e',
	'EMMO_b1daa610_64c6_4935_94b8_a19db586a2f6': 'https://w3id.org/emmo#EMMO_b1daa610_64c6_4935_94b8_a19db586a2f6',
	/** A 'Sign' can have temporal-direct-parts which are 'Sign' themselves.
 
A 'Sign' usually havs 'sign' spatial direct parts only up to a certain elementary semiotic level, in which the part is only a 'Physical' and no more a 'Sign' (i.e. it stands for nothing). This elementary semiotic level is peculiar to each particular system of signs (e.g. text, painting).
 
Just like an 'Elementary' in the 'Physical' branch, each 'Sign' branch should have an a-tomistic mereological part. */
	'EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d': 'https://w3id.org/emmo#EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d',
	'EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe': 'https://w3id.org/emmo#EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe',
	'EMMO_b233f8c0_37d8_51ae_9264_560e6649e246': 'https://w3id.org/emmo#EMMO_b233f8c0_37d8_51ae_9264_560e6649e246',
	'EMMO_b23e7251_a488_4732_8268_027ad76d7e37': 'https://w3id.org/emmo#EMMO_b23e7251_a488_4732_8268_027ad76d7e37',
	'EMMO_b29fd350_39aa_4af7_9459_3faa0544cba6': 'https://w3id.org/emmo#EMMO_b29fd350_39aa_4af7_9459_3faa0544cba6',
	'EMMO_b2a234a8_579a_422c_9305_b8f7e72c76cd': 'https://w3id.org/emmo#EMMO_b2a234a8_579a_422c_9305_b8f7e72c76cd',
	'EMMO_b2e41936_a44f_578d_960b_91f8f0135b2b': 'https://w3id.org/emmo#EMMO_b2e41936_a44f_578d_960b_91f8f0135b2b',
	'EMMO_b30d4f1c_61e3_4647_bae1_c0928acb2095': 'https://w3id.org/emmo#EMMO_b30d4f1c_61e3_4647_bae1_c0928acb2095',
	'EMMO_b33909cc_61a1_4ab3_a1f8_d9283a6b1a0d': 'https://w3id.org/emmo#EMMO_b33909cc_61a1_4ab3_a1f8_d9283a6b1a0d',
	'EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591': 'https://w3id.org/emmo#EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591',
	'EMMO_b35e92d7_7fa0_4661_aa5a_5cea7c8e6925': 'https://w3id.org/emmo#EMMO_b35e92d7_7fa0_4661_aa5a_5cea7c8e6925',
	'EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc': 'https://w3id.org/emmo#EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc',
	'EMMO_b385b94e_ffff_47a2_8971_856f92dd786e': 'https://w3id.org/emmo#EMMO_b385b94e_ffff_47a2_8971_856f92dd786e',
	'EMMO_b3bf01d2_5d67_45d3_91e6_70abddae08a9': 'https://w3id.org/emmo#EMMO_b3bf01d2_5d67_45d3_91e6_70abddae08a9',
	'EMMO_b3c004d7_d377_459d_8857_dee6b5f51f3a': 'https://w3id.org/emmo#EMMO_b3c004d7_d377_459d_8857_dee6b5f51f3a',
	'EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023': 'https://w3id.org/emmo#EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023',
	'EMMO_b3dfa085_5206_5868_b060_13efa01caf8e': 'https://w3id.org/emmo#EMMO_b3dfa085_5206_5868_b060_13efa01caf8e',
	'EMMO_b42b9f49_aa2a_5dc7_afa5_9c5c013b621d': 'https://w3id.org/emmo#EMMO_b42b9f49_aa2a_5dc7_afa5_9c5c013b621d',
	'EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a': 'https://w3id.org/emmo#EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a',
	'EMMO_b443dea3_7407_59c3_9e86_6784e715f48b': 'https://w3id.org/emmo#EMMO_b443dea3_7407_59c3_9e86_6784e715f48b',
	'EMMO_b452fe23_0c61_436d_8357_57a521448801': 'https://w3id.org/emmo#EMMO_b452fe23_0c61_436d_8357_57a521448801',
	'EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910': 'https://w3id.org/emmo#EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910',
	/** Strength of a magnetic field. Commonly denoted H. */
	'EMMO_b4895f75_41c8_4fd9_b6d6_4d5f7c99c423': 'https://w3id.org/emmo#EMMO_b4895f75_41c8_4fd9_b6d6_4d5f7c99c423',
	'EMMO_b4abf29e_aab7_4c2f_af0b_536a92ef327f': 'https://w3id.org/emmo#EMMO_b4abf29e_aab7_4c2f_af0b_536a92ef327f',
	'EMMO_b4f4ed28_d24c_4a00_9583_62ab839abeca': 'https://w3id.org/emmo#EMMO_b4f4ed28_d24c_4a00_9583_62ab839abeca',
	'EMMO_b51fbd00_a857_4132_9711_0ef70e7bdd20': 'https://w3id.org/emmo#EMMO_b51fbd00_a857_4132_9711_0ef70e7bdd20',
	'EMMO_b546b51b_c19d_5368_8810_c9e4e9b1c1f3': 'https://w3id.org/emmo#EMMO_b546b51b_c19d_5368_8810_c9e4e9b1c1f3',
	'EMMO_b5523f03_5f2f_4e11_92c0_3734c6de3749': 'https://w3id.org/emmo#EMMO_b5523f03_5f2f_4e11_92c0_3734c6de3749',
	'EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e': 'https://w3id.org/emmo#EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e',
	'EMMO_b56c3aa6_28e5_4f9b_a4a5_93d8c68e1570': 'https://w3id.org/emmo#EMMO_b56c3aa6_28e5_4f9b_a4a5_93d8c68e1570',
	'EMMO_b57afc1a_93e9_43ba_b41f_9ec3598b4e46': 'https://w3id.org/emmo#EMMO_b57afc1a_93e9_43ba_b41f_9ec3598b4e46',
	'EMMO_b5957cef_a287_442d_a3ce_fd39f20ba1cd': 'https://w3id.org/emmo#EMMO_b5957cef_a287_442d_a3ce_fd39f20ba1cd',
	'EMMO_b5a5494c_83bf_44aa_a9a6_49b948e68939': 'https://w3id.org/emmo#EMMO_b5a5494c_83bf_44aa_a9a6_49b948e68939',
	'EMMO_b5c58790_fb2d_42eb_b184_2a3f6ca60acb': 'https://w3id.org/emmo#EMMO_b5c58790_fb2d_42eb_b184_2a3f6ca60acb',
	'EMMO_b5efbfa6_8610_4e3e_ad36_93e426bd873e': 'https://w3id.org/emmo#EMMO_b5efbfa6_8610_4e3e_ad36_93e426bd873e',
	'EMMO_b6292331_94af_4f00_976b_ea55960c2f1c': 'https://w3id.org/emmo#EMMO_b6292331_94af_4f00_976b_ea55960c2f1c',
	'EMMO_b642d14c_0ba3_43c0_aa90_d0df922486c0': 'https://w3id.org/emmo#EMMO_b642d14c_0ba3_43c0_aa90_d0df922486c0',
	'EMMO_b655f801_c5b9_5187_99e8_c9eba8645c05': 'https://w3id.org/emmo#EMMO_b655f801_c5b9_5187_99e8_c9eba8645c05',
	'EMMO_b65acde7_56c5_5cca_b589_b6744beb4223': 'https://w3id.org/emmo#EMMO_b65acde7_56c5_5cca_b589_b6744beb4223',
	'EMMO_b67a9ef5_880a_487c_84e8_3b36faba9159': 'https://w3id.org/emmo#EMMO_b67a9ef5_880a_487c_84e8_3b36faba9159',
	'EMMO_b6a008a8_39b1_451c_93d2_dae1e17ec8db': 'https://w3id.org/emmo#EMMO_b6a008a8_39b1_451c_93d2_dae1e17ec8db',
	'EMMO_b7229683_d2c5_4225_8e5f_7693744fd5a2': 'https://w3id.org/emmo#EMMO_b7229683_d2c5_4225_8e5f_7693744fd5a2',
	'EMMO_b725aad8_55e2_430a_b2d2_f84b8333484e': 'https://w3id.org/emmo#EMMO_b725aad8_55e2_430a_b2d2_f84b8333484e',
	'EMMO_b7493aee_366c_442d_8f59_49ac7aa664d7': 'https://w3id.org/emmo#EMMO_b7493aee_366c_442d_8f59_49ac7aa664d7',
	'EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba': 'https://w3id.org/emmo#EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba',
	/** Semiotic subclasse are defined using Peirce's semiotic theory.
 
"Namely, a sign is something, A, which brings something, B, its interpretant sign determined or created by it, into the same sort of correspondence with something, C, its object, as that in which itself stands to C." (Peirce 1902, NEM 4, 20–21).
 
The triadic elements:
- 'sign': the sign A (e.g. a name)
- 'interpretant': the sign B as the effects of the sign A on the interpreter (e.g. the mental concept of what a name means)
- 'object': the object C (e.g. the entity to which the sign A and B refer to)
 
This class includes also the 'interpeter' i.e. the entity that connects the 'sign' to the 'object' */
	'EMMO_b803f122_4acb_4064_9d71_c1e5fd091fc9': 'https://w3id.org/emmo#EMMO_b803f122_4acb_4064_9d71_c1e5fd091fc9',
	'EMMO_b8294a50_b121_5b9c_bacd_5d4206c3aaaf': 'https://w3id.org/emmo#EMMO_b8294a50_b121_5b9c_bacd_5d4206c3aaaf',
	'EMMO_b82d6a44_ea23_4b68_9b24_70f77deac955': 'https://w3id.org/emmo#EMMO_b82d6a44_ea23_4b68_9b24_70f77deac955',
	'EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6': 'https://w3id.org/emmo#EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6',
	'EMMO_b8aab013_b729_51f1_bc14_5302e7f97cbe': 'https://w3id.org/emmo#EMMO_b8aab013_b729_51f1_bc14_5302e7f97cbe',
	/** A manufacturing process in which metallic material is anodically dissolved under the influence of an electric current and an electrolyte solution. The current flow can be caused either by connection to an external current source or due to local element formation on the workpiece (etching). */
	'EMMO_b8ce01a5_1e0c_4c69_8e54_7235fd4fe47e': 'https://w3id.org/emmo#EMMO_b8ce01a5_1e0c_4c69_8e54_7235fd4fe47e',
	'EMMO_b8f79e53_2ad4_441d_87ff_284a5c419e46': 'https://w3id.org/emmo#EMMO_b8f79e53_2ad4_441d_87ff_284a5c419e46',
	'EMMO_b8fa18b7_14c7_42cd_bd5f_4fc073677a5b': 'https://w3id.org/emmo#EMMO_b8fa18b7_14c7_42cd_bd5f_4fc073677a5b',
	'EMMO_b9277e83_016c_405f_b90a_7e93642c775b': 'https://w3id.org/emmo#EMMO_b9277e83_016c_405f_b90a_7e93642c775b',
	'EMMO_b92900ac_69b2_5a63_a9d5_4984ae20905a': 'https://w3id.org/emmo#EMMO_b92900ac_69b2_5a63_a9d5_4984ae20905a',
	'EMMO_b941e455_2cb1_4c11_93e3_17caa06086b4': 'https://w3id.org/emmo#EMMO_b941e455_2cb1_4c11_93e3_17caa06086b4',
	'EMMO_b94b3748_71c5_4de9_95e7_42586c3ed607': 'https://w3id.org/emmo#EMMO_b94b3748_71c5_4de9_95e7_42586c3ed607',
	'EMMO_b9522e56_1fac_4766_97e6_428605fabd3e': 'https://w3id.org/emmo#EMMO_b9522e56_1fac_4766_97e6_428605fabd3e',
	'EMMO_b953f2b1_c8d1_4dd9_b630_d3ef6580c2bb': 'https://w3id.org/emmo#EMMO_b953f2b1_c8d1_4dd9_b630_d3ef6580c2bb',
	'EMMO_b9695e87_8261_412e_83cd_a86459426a28': 'https://w3id.org/emmo#EMMO_b9695e87_8261_412e_83cd_a86459426a28',
	'EMMO_ba236f43_7f94_4386_9673_9122952e928b': 'https://w3id.org/emmo#EMMO_ba236f43_7f94_4386_9673_9122952e928b',
	/** The DBpedia definition (http://dbpedia.org/page/Magnetic_flux_quantum) is outdated as May 20, 2019. It is now an exact quantity. */
	'EMMO_ba380bc6_2bfd_4f11_94c7_b3cbaafd1631': 'https://w3id.org/emmo#EMMO_ba380bc6_2bfd_4f11_94c7_b3cbaafd1631',
	/** According to the SI brochure counting does not automatically qualify a quantity as an amount of substance.
 
This quantity is used only to describe the outcome of a counting process, without regard of the type of entities.
 
There are also some quantities that cannot be described in terms of the seven base quantities of the SI, but have the nature of a count. Examples are a number of molecules, a number of cellular or biomolecular entities (for example copies of a particular nucleic acid sequence), or degeneracy in quantum mechanics. Counting quantities are also quantities with the associated unit one. */
	'EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c': 'https://w3id.org/emmo#EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c',
	'EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c': 'https://w3id.org/emmo#EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c',
	'EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6': 'https://w3id.org/emmo#EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6',
	'EMMO_bb6febfa_5c6b_43c9_941a_4b6157b703be': 'https://w3id.org/emmo#EMMO_bb6febfa_5c6b_43c9_941a_4b6157b703be',
	/** The mass concentration of water at saturation is denoted usat. */
	'EMMO_bba5d6f7_53e5_417a_855e_a95322fb641e': 'https://w3id.org/emmo#EMMO_bba5d6f7_53e5_417a_855e_a95322fb641e',
	'EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0': 'https://w3id.org/emmo#EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0',
	/** A collective term for the processes in which, during joining, the parts to be joined and any auxiliary parts are essentially only elastically deformed and unintentional loosening is prevented by frictional connection. */
	'EMMO_bbf12904_e25e_4f49_87f3_8bd210a6b535': 'https://w3id.org/emmo#EMMO_bbf12904_e25e_4f49_87f3_8bd210a6b535',
	'EMMO_bc1bb0e8_ec90_5276_a15c_3e805144a083': 'https://w3id.org/emmo#EMMO_bc1bb0e8_ec90_5276_a15c_3e805144a083',
	'EMMO_bc37743c_37c4_4ec7_9d58_d1aae5567352': 'https://w3id.org/emmo#EMMO_bc37743c_37c4_4ec7_9d58_d1aae5567352',
	'EMMO_bc73913a_3bb6_4205_8d36_79bc72ca9891': 'https://w3id.org/emmo#EMMO_bc73913a_3bb6_4205_8d36_79bc72ca9891',
	'EMMO_bcf70555_8df3_5a39_b26a_a5e802d17a37': 'https://w3id.org/emmo#EMMO_bcf70555_8df3_5a39_b26a_a5e802d17a37',
	'EMMO_bd325ef5_4127_420c_83d3_207b3e2184fd': 'https://w3id.org/emmo#EMMO_bd325ef5_4127_420c_83d3_207b3e2184fd',
	'EMMO_bd67d149_24c2_4bc9_833a_c2bc26f98fd3': 'https://w3id.org/emmo#EMMO_bd67d149_24c2_4bc9_833a_c2bc26f98fd3',
	'EMMO_bd8db028_aec2_4a44_ad93_1a9f8270f72c': 'https://w3id.org/emmo#EMMO_bd8db028_aec2_4a44_ad93_1a9f8270f72c',
	'EMMO_bd93ef72_3d4f_5f17_b613_01f440296995': 'https://w3id.org/emmo#EMMO_bd93ef72_3d4f_5f17_b613_01f440296995',
	'EMMO_bdb1ece0_0631_452e_9348_8387595428e8': 'https://w3id.org/emmo#EMMO_bdb1ece0_0631_452e_9348_8387595428e8',
	'EMMO_bdb76b61_4bf6_44d6_9424_6cc073f964bc': 'https://w3id.org/emmo#EMMO_bdb76b61_4bf6_44d6_9424_6cc073f964bc',
	'EMMO_bdee99f6_389b_4816_8a1c_a7903a2df00a': 'https://w3id.org/emmo#EMMO_bdee99f6_389b_4816_8a1c_a7903a2df00a',
	'EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2': 'https://w3id.org/emmo#EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2',
	'EMMO_be31e6c6_881f_41c4_8354_c05aac4d7c46': 'https://w3id.org/emmo#EMMO_be31e6c6_881f_41c4_8354_c05aac4d7c46',
	'EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817': 'https://w3id.org/emmo#EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817',
	'EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926': 'https://w3id.org/emmo#EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926',
	/** A conventional semiotic relation that relates a physical quantity to its unit. */
	'EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569': 'https://w3id.org/emmo#EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569',
	'EMMO_bed2fe4c_dc7e_43a8_8200_6aac44030bff': 'https://w3id.org/emmo#EMMO_bed2fe4c_dc7e_43a8_8200_6aac44030bff',
	'EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a': 'https://w3id.org/emmo#EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a',
	'EMMO_bf66642d_f13d_42d2_ad6d_eafd41686155': 'https://w3id.org/emmo#EMMO_bf66642d_f13d_42d2_ad6d_eafd41686155',
	'EMMO_bf836c2b_7800_474d_b674_f5d629fa0bb1': 'https://w3id.org/emmo#EMMO_bf836c2b_7800_474d_b674_f5d629fa0bb1',
	'EMMO_bfce8136_8f58_4ea5_ab3a_1734170c5d92': 'https://w3id.org/emmo#EMMO_bfce8136_8f58_4ea5_ab3a_1734170c5d92',
	'EMMO_c00cc96e_a51e_5dc9_9e6c_1cc4dfaf1c67': 'https://w3id.org/emmo#EMMO_c00cc96e_a51e_5dc9_9e6c_1cc4dfaf1c67',
	'EMMO_c0487653_66e8_454e_bb11_e50167e412e4': 'https://w3id.org/emmo#EMMO_c0487653_66e8_454e_bb11_e50167e412e4',
	'EMMO_c052baf7_358f_55de_8ca3_9688563c3cfb': 'https://w3id.org/emmo#EMMO_c052baf7_358f_55de_8ca3_9688563c3cfb',
	'EMMO_c05759c8_de71_4223_abba_630ae405b2b8': 'https://w3id.org/emmo#EMMO_c05759c8_de71_4223_abba_630ae405b2b8',
	'EMMO_c0afb341_7d31_4883_a307_ae4606df2a1b': 'https://w3id.org/emmo#EMMO_c0afb341_7d31_4883_a307_ae4606df2a1b',
	'EMMO_c0ec56d1_0deb_4452_a6a1_70570308b6bb': 'https://w3id.org/emmo#EMMO_c0ec56d1_0deb_4452_a6a1_70570308b6bb',
	'EMMO_c0f32e02_44d7_4c99_986e_c368d7219e4c': 'https://w3id.org/emmo#EMMO_c0f32e02_44d7_4c99_986e_c368d7219e4c',
	'EMMO_c0f48dc6_4a32_4d9a_a956_d68415954a8e': 'https://w3id.org/emmo#EMMO_c0f48dc6_4a32_4d9a_a956_d68415954a8e',
	'EMMO_c0f72631_d7c2_434c_9c26_5c44123df682': 'https://w3id.org/emmo#EMMO_c0f72631_d7c2_434c_9c26_5c44123df682',
	/** For normal cases, the relative humidity may be assumed to be equal to relative mass concentration of vapour. */
	'EMMO_c106f318_38b1_4261_94cc_f4ac6ccc47af': 'https://w3id.org/emmo#EMMO_c106f318_38b1_4261_94cc_f4ac6ccc47af',
	'EMMO_c10700ef_832b_5b39_a0a0_5e3f5f17b8e8': 'https://w3id.org/emmo#EMMO_c10700ef_832b_5b39_a0a0_5e3f5f17b8e8',
	'EMMO_c1102bae_7e7d_5142_95fe_ec25c8cb4903': 'https://w3id.org/emmo#EMMO_c1102bae_7e7d_5142_95fe_ec25c8cb4903',
	'EMMO_c12eb68b_8526_4c35_8346_c27194946353': 'https://w3id.org/emmo#EMMO_c12eb68b_8526_4c35_8346_c27194946353',
	'EMMO_c130614a_2985_476d_a7ed_8a137847703c': 'https://w3id.org/emmo#EMMO_c130614a_2985_476d_a7ed_8a137847703c',
	'EMMO_c18fff21_87c8_4877_a7e6_9ca1052d074e': 'https://w3id.org/emmo#EMMO_c18fff21_87c8_4877_a7e6_9ca1052d074e',
	'EMMO_c1b40f92_d27d_5aa0_9811_b6c58391f951': 'https://w3id.org/emmo#EMMO_c1b40f92_d27d_5aa0_9811_b6c58391f951',
	'EMMO_c1bb775c_0888_5b88_9cce_c49bae1d298b': 'https://w3id.org/emmo#EMMO_c1bb775c_0888_5b88_9cce_c49bae1d298b',
	/** The diameter of a circle or a sphere is twice its radius. */
	'EMMO_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6': 'https://w3id.org/emmo#EMMO_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6',
	/** machining with a circular cutting movement in which the axis of rotation of the tool and the axis of the internal surface to be produced are identical and the feed movement is in the direction of this axis. The axis of rotation of the cutting movement maintains its position relative to the workpiece independently of the feed movement (axis of rotation workpiece-bound). */
	'EMMO_c1dad83e_974f_432e_ac92_d016f2445279': 'https://w3id.org/emmo#EMMO_c1dad83e_974f_432e_ac92_d016f2445279',
	'EMMO_c20dd550_7241_4ca4_b5b1_0d300ab03b6c': 'https://w3id.org/emmo#EMMO_c20dd550_7241_4ca4_b5b1_0d300ab03b6c',
	'EMMO_c26a0340_d619_4928_b1a1_1a04e88bb89d': 'https://w3id.org/emmo#EMMO_c26a0340_d619_4928_b1a1_1a04e88bb89d',
	'EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53': 'https://w3id.org/emmo#EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53',
	'EMMO_c2a2b2ac_1fbe_46d9_8853_6497cea6ff43': 'https://w3id.org/emmo#EMMO_c2a2b2ac_1fbe_46d9_8853_6497cea6ff43',
	'EMMO_c2d725c3_9c16_4871_9a86_7afa12fc0a01': 'https://w3id.org/emmo#EMMO_c2d725c3_9c16_4871_9a86_7afa12fc0a01',
	'EMMO_c2d9d370_f9eb_40be_b01e_7ceba8f7457f': 'https://w3id.org/emmo#EMMO_c2d9d370_f9eb_40be_b01e_7ceba8f7457f',
	/** Quantities that are ratios of quantities of the same kind (for example length ratios and amount fractions) have the option of being expressed with units (m/m, mol/mol to aid the understanding of the quantity being expressed and also allow the use of SI prefixes, if this
is desirable (μm/m, nmol/mol).
-- SI Brochure */
	'EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da': 'https://w3id.org/emmo#EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da',
	'EMMO_c30aaeb1_66cc_4c69_8890_d7812c1d608c': 'https://w3id.org/emmo#EMMO_c30aaeb1_66cc_4c69_8890_d7812c1d608c',
	'EMMO_c32f8642_f1a1_5fae_8b4e_990b40f6eff8': 'https://w3id.org/emmo#EMMO_c32f8642_f1a1_5fae_8b4e_990b40f6eff8',
	'EMMO_c365fcb8_095d_416b_b4df_a18f2f557016': 'https://w3id.org/emmo#EMMO_c365fcb8_095d_416b_b4df_a18f2f557016',
	'EMMO_c3796906_8063_47d4_92af_890ae08f25fa': 'https://w3id.org/emmo#EMMO_c3796906_8063_47d4_92af_890ae08f25fa',
	'EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7': 'https://w3id.org/emmo#EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7',
	'EMMO_c39d6a20_b987_49db_addb_a498635b89ff': 'https://w3id.org/emmo#EMMO_c39d6a20_b987_49db_addb_a498635b89ff',
	'EMMO_c3a05192_7d78_5190_bc3e_3ea44cfc9d19': 'https://w3id.org/emmo#EMMO_c3a05192_7d78_5190_bc3e_3ea44cfc9d19',
	'EMMO_c404e6d9_261d_4d2e_ab0d_ba4e05062647': 'https://w3id.org/emmo#EMMO_c404e6d9_261d_4d2e_ab0d_ba4e05062647',
	'EMMO_c413d96f_c57b_4c70_9ac1_312db6c009a8': 'https://w3id.org/emmo#EMMO_c413d96f_c57b_4c70_9ac1_312db6c009a8',
	'EMMO_c457b6b9_5e73_4853_ae08_d776c12b8058': 'https://w3id.org/emmo#EMMO_c457b6b9_5e73_4853_ae08_d776c12b8058',
	'EMMO_c45d9e2f_54f3_5464_82f3_c0f11a36389a': 'https://w3id.org/emmo#EMMO_c45d9e2f_54f3_5464_82f3_c0f11a36389a',
	/** "Ordinal quantities, such as Rockwell C hardness, are usually not considered to be part of a system of quantities because they are related to other quantities through empirical relations only."
International vocabulary of metrology (VIM) */
	'EMMO_c46f091c_0420_4c1a_af30_0a2c8ebcf7d7': 'https://w3id.org/emmo#EMMO_c46f091c_0420_4c1a_af30_0a2c8ebcf7d7',
	'EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840': 'https://w3id.org/emmo#EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840',
	'EMMO_c4fba898_896b_4d58_a24c_b5c0851fa2a2': 'https://w3id.org/emmo#EMMO_c4fba898_896b_4d58_a24c_b5c0851fa2a2',
	'EMMO_c4ffca76_fb0c_43c7_bc16_8c2430888c83': 'https://w3id.org/emmo#EMMO_c4ffca76_fb0c_43c7_bc16_8c2430888c83',
	'EMMO_c58c799e_cc6c_4310_a3f1_78da70705b2a': 'https://w3id.org/emmo#EMMO_c58c799e_cc6c_4310_a3f1_78da70705b2a',
	'EMMO_c5970406_0b66_4931_8a23_3e81162ba65b': 'https://w3id.org/emmo#EMMO_c5970406_0b66_4931_8a23_3e81162ba65b',
	'EMMO_c5ac5c53_14de_47ce_b424_2576d042d241': 'https://w3id.org/emmo#EMMO_c5ac5c53_14de_47ce_b424_2576d042d241',
	'EMMO_c5ae6d8e_6b39_431f_8de4_ae4e357abc04': 'https://w3id.org/emmo#EMMO_c5ae6d8e_6b39_431f_8de4_ae4e357abc04',
	'EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d': 'https://w3id.org/emmo#EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d',
	'EMMO_c5e9e390_8836_4440_b4fd_c906fdd4f438': 'https://w3id.org/emmo#EMMO_c5e9e390_8836_4440_b4fd_c906fdd4f438',
	'EMMO_c5fcfb08_12a9_4030_925b_14e3a0eabd07': 'https://w3id.org/emmo#EMMO_c5fcfb08_12a9_4030_925b_14e3a0eabd07',
	'EMMO_c62b76d5_c1cc_432a_8c9e_7684ab054669': 'https://w3id.org/emmo#EMMO_c62b76d5_c1cc_432a_8c9e_7684ab054669',
	'EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e': 'https://w3id.org/emmo#EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e',
	'EMMO_c6da5256_df91_48f5_8653_35165fb454a0': 'https://w3id.org/emmo#EMMO_c6da5256_df91_48f5_8653_35165fb454a0',
	'EMMO_c6e77b51_681b_4d04_b20d_a08f2b977470': 'https://w3id.org/emmo#EMMO_c6e77b51_681b_4d04_b20d_a08f2b977470',
	'EMMO_c6f8d962_2239_4a9e_a9ac_63c01b84de09': 'https://w3id.org/emmo#EMMO_c6f8d962_2239_4a9e_a9ac_63c01b84de09',
	/** This subclass of icon inspired by Peirceian category (c) the metaphor, which represents the representative character of a sign by representing a parallelism in something else. */
	'EMMO_c7013b53_3071_410b_a5e4_a8d266dcdfb5': 'https://w3id.org/emmo#EMMO_c7013b53_3071_410b_a5e4_a8d266dcdfb5',
	'EMMO_c7171429_b9e3_4812_95c1_e97309370538': 'https://w3id.org/emmo#EMMO_c7171429_b9e3_4812_95c1_e97309370538',
	'EMMO_c7188d13_52e6_43f7_9b6d_aba4c161fa8f': 'https://w3id.org/emmo#EMMO_c7188d13_52e6_43f7_9b6d_aba4c161fa8f',
	/** This concept includes only things that are purposely created by an agent. */
	'EMMO_c74da218_9147_4f03_92d1_8894abca55f3': 'https://w3id.org/emmo#EMMO_c74da218_9147_4f03_92d1_8894abca55f3',
	'EMMO_c7651944_e33f_56bc_8d83_f6de9760d661': 'https://w3id.org/emmo#EMMO_c7651944_e33f_56bc_8d83_f6de9760d661',
	/** Method of joining metallic materials with the aid of a molten filler metal (solder), optionally with the use of flow agents */
	'EMMO_c790c7ff_2d10_4336_94ad_4f4e173109a9': 'https://w3id.org/emmo#EMMO_c790c7ff_2d10_4336_94ad_4f4e173109a9',
	'EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f': 'https://w3id.org/emmo#EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f',
	'EMMO_c7bc281c_0f58_431c_a66f_04be575fae7e': 'https://w3id.org/emmo#EMMO_c7bc281c_0f58_431c_a66f_04be575fae7e',
	/** Cutting with circular or straight cutting motion, using a multi-toothed tool of small cutting width, the cutting motion being performed by the tool */
	'EMMO_c7d004db_59fa_5ae3_adb1_e75736aa721a': 'https://w3id.org/emmo#EMMO_c7d004db_59fa_5ae3_adb1_e75736aa721a',
	'EMMO_c7ee175d_4c25_45cb_b74e_71435b11b77d': 'https://w3id.org/emmo#EMMO_c7ee175d_4c25_45cb_b74e_71435b11b77d',
	'EMMO_c7f4684e_ee74_4119_87e0_ecd255e10d2f': 'https://w3id.org/emmo#EMMO_c7f4684e_ee74_4119_87e0_ecd255e10d2f',
	'EMMO_c828cd65_e2de_5ae2_b581_4e5d2498e493': 'https://w3id.org/emmo#EMMO_c828cd65_e2de_5ae2_b581_4e5d2498e493',
	'EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d': 'https://w3id.org/emmo#EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d',
	'EMMO_c88a0f70_482b_4e37_9ae2_ee66bbfc20a7': 'https://w3id.org/emmo#EMMO_c88a0f70_482b_4e37_9ae2_ee66bbfc20a7',
	'EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f': 'https://w3id.org/emmo#EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f',
	'EMMO_c8fe15d0_caf7_46f7_883c_0e98081987f1': 'https://w3id.org/emmo#EMMO_c8fe15d0_caf7_46f7_883c_0e98081987f1',
	'EMMO_c91a40af_033a_48b3_baa5_6cc43aaf62aa': 'https://w3id.org/emmo#EMMO_c91a40af_033a_48b3_baa5_6cc43aaf62aa',
	'EMMO_c9354e77_e6c9_4a76_8571_2446bc934c94': 'https://w3id.org/emmo#EMMO_c9354e77_e6c9_4a76_8571_2446bc934c94',
	'EMMO_c949f76f_4a65_4203_9734_0f9dd778e56b': 'https://w3id.org/emmo#EMMO_c949f76f_4a65_4203_9734_0f9dd778e56b',
	'EMMO_c97277f7_f011_51bb_aeb8_5e8b1f3f711c': 'https://w3id.org/emmo#EMMO_c97277f7_f011_51bb_aeb8_5e8b1f3f711c',
	'EMMO_c9805ac9_a943_4be4_ac4b_6da64ba36c73': 'https://w3id.org/emmo#EMMO_c9805ac9_a943_4be4_ac4b_6da64ba36c73',
	'EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88': 'https://w3id.org/emmo#EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88',
	'EMMO_c9a2307d_51d0_426b_ae2f_85f5a44934e0': 'https://w3id.org/emmo#EMMO_c9a2307d_51d0_426b_ae2f_85f5a44934e0',
	'EMMO_c9aa84db_e12f_4ab7_8807_0c09d5dba2cb': 'https://w3id.org/emmo#EMMO_c9aa84db_e12f_4ab7_8807_0c09d5dba2cb',
	'EMMO_c9ac19ce_af4f_5abd_975d_c86dca0b4d58': 'https://w3id.org/emmo#EMMO_c9ac19ce_af4f_5abd_975d_c86dca0b4d58',
	'EMMO_c9c8f824_9127_4f93_bc21_69fe78a7f6f2': 'https://w3id.org/emmo#EMMO_c9c8f824_9127_4f93_bc21_69fe78a7f6f2',
	'EMMO_c9f0abb6_d3e8_459e_bacc_c14ed5481998': 'https://w3id.org/emmo#EMMO_c9f0abb6_d3e8_459e_bacc_c14ed5481998',
	'EMMO_ca369738_78de_470b_8631_be83f75e45a3': 'https://w3id.org/emmo#EMMO_ca369738_78de_470b_8631_be83f75e45a3',
	'EMMO_ca54593a_6828_491b_8fda_22b0ad85e446': 'https://w3id.org/emmo#EMMO_ca54593a_6828_491b_8fda_22b0ad85e446',
	'EMMO_caa63d00_80b1_4408_ac1b_cd0d23b0ec50': 'https://w3id.org/emmo#EMMO_caa63d00_80b1_4408_ac1b_cd0d23b0ec50',
	'EMMO_caacc634_4328_5d9d_a8e8_1c25a2557e94': 'https://w3id.org/emmo#EMMO_caacc634_4328_5d9d_a8e8_1c25a2557e94',
	'EMMO_cab2be5c_4e71_4c15_8412_adb2a7f0831a': 'https://w3id.org/emmo#EMMO_cab2be5c_4e71_4c15_8412_adb2a7f0831a',
	'EMMO_cabcb18d_88ff_5ff7_aceb_ab573526620e': 'https://w3id.org/emmo#EMMO_cabcb18d_88ff_5ff7_aceb_ab573526620e',
	'EMMO_cac16ce6_2cef_405d_ac63_0f918db4875e': 'https://w3id.org/emmo#EMMO_cac16ce6_2cef_405d_ac63_0f918db4875e',
	'EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21': 'https://w3id.org/emmo#EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21',
	'EMMO_cb3f4298_5895_4272_be63_42dd246cc10c': 'https://w3id.org/emmo#EMMO_cb3f4298_5895_4272_be63_42dd246cc10c',
	'EMMO_cb62c651_f41a_4e12_a374_a3da3db1d2ff': 'https://w3id.org/emmo#EMMO_cb62c651_f41a_4e12_a374_a3da3db1d2ff',
	'EMMO_cb71d1cb_0d62_4de7_a628_bc8e14acfe05': 'https://w3id.org/emmo#EMMO_cb71d1cb_0d62_4de7_a628_bc8e14acfe05',
	'EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3': 'https://w3id.org/emmo#EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3',
	'EMMO_cbba91a7_d639_461f_ae23_d021751029e4': 'https://w3id.org/emmo#EMMO_cbba91a7_d639_461f_ae23_d021751029e4',
	/** Following nominalistic approach a species is simply a name that can point to an element name, a chemical formula or a chemical compound.
 
So everything addressed by these classes of names can be calleded a chemical species. */
	'EMMO_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689': 'https://w3id.org/emmo#EMMO_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689',
	'EMMO_cbdea88b_fef1_4c7c_b69f_ae1f0f241c4a': 'https://w3id.org/emmo#EMMO_cbdea88b_fef1_4c7c_b69f_ae1f0f241c4a',
	'EMMO_cbf42aa6_9e11_4be8_932a_ae3c792ab17d': 'https://w3id.org/emmo#EMMO_cbf42aa6_9e11_4be8_932a_ae3c792ab17d',
	/** The negative of ElementaryCharge. */
	'EMMO_cc01751d_dd05_429b_9d0c_1b7a74d1f277': 'https://w3id.org/emmo#EMMO_cc01751d_dd05_429b_9d0c_1b7a74d1f277',
	'EMMO_cc0df52b_6211_4167_9e22_5cc3ba201bd9': 'https://w3id.org/emmo#EMMO_cc0df52b_6211_4167_9e22_5cc3ba201bd9',
	'EMMO_cc741dde_2c7c_46ef_bb66_16a6d12c2a88': 'https://w3id.org/emmo#EMMO_cc741dde_2c7c_46ef_bb66_16a6d12c2a88',
	'EMMO_cc823237_398d_4c9a_b8fa_aa157ee3e3a5': 'https://w3id.org/emmo#EMMO_cc823237_398d_4c9a_b8fa_aa157ee3e3a5',
	'EMMO_ccb1ccaa_c8bd_47a4_b572_ca809325ac68': 'https://w3id.org/emmo#EMMO_ccb1ccaa_c8bd_47a4_b572_ca809325ac68',
	'EMMO_ccdc1a41_6e96_416b_92ec_efe67917434a': 'https://w3id.org/emmo#EMMO_ccdc1a41_6e96_416b_92ec_efe67917434a',
	'EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a': 'https://w3id.org/emmo#EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a',
	/** Length is a non-negative additive quantity attributed to a one-dimensional object in space. */
	'EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac': 'https://w3id.org/emmo#EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac',
	'EMMO_cd981768_f96b_4b65_85e6_19216c0e1dd4': 'https://w3id.org/emmo#EMMO_cd981768_f96b_4b65_85e6_19216c0e1dd4',
	'EMMO_cd9ad446_04f7_44ff_b9ea_ae7389574fa6': 'https://w3id.org/emmo#EMMO_cd9ad446_04f7_44ff_b9ea_ae7389574fa6',
	'EMMO_cdc5a859_de8d_401a_b2fd_6bed90aad310': 'https://w3id.org/emmo#EMMO_cdc5a859_de8d_401a_b2fd_6bed90aad310',
	'EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179': 'https://w3id.org/emmo#EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179',
	/** Measure of a material's ability to conduct an electric current.
 
Conductivity is equeal to the resiprocal of resistivity. */
	'EMMO_cde4368c_1d4d_4c94_8548_604749523c6d': 'https://w3id.org/emmo#EMMO_cde4368c_1d4d_4c94_8548_604749523c6d',
	'EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723': 'https://w3id.org/emmo#EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723',
	'EMMO_ce8cedc4_4835_5298_b723_6223d2a17e5a': 'https://w3id.org/emmo#EMMO_ce8cedc4_4835_5298_b723_6223d2a17e5a',
	'EMMO_ceaa4c6b_f5b7_46f4_bfcd_16eb4afab945': 'https://w3id.org/emmo#EMMO_ceaa4c6b_f5b7_46f4_bfcd_16eb4afab945',
	'EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186': 'https://w3id.org/emmo#EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186',
	'EMMO_ced3fb28_51f7_5208_9aab_d1f8bef21ee5': 'https://w3id.org/emmo#EMMO_ced3fb28_51f7_5208_9aab_d1f8bef21ee5',
	'EMMO_cf55f4d1_3865_5de4_88b4_3045f0db3a20': 'https://w3id.org/emmo#EMMO_cf55f4d1_3865_5de4_88b4_3045f0db3a20',
	'EMMO_cf972459_e649_4aa8_9676_3d219b5e0fe6': 'https://w3id.org/emmo#EMMO_cf972459_e649_4aa8_9676_3d219b5e0fe6',
	'EMMO_cfac37de_991d_5a7d_9adc_8946324ffef6': 'https://w3id.org/emmo#EMMO_cfac37de_991d_5a7d_9adc_8946324ffef6',
	'EMMO_cff5ef70_96eb_4ea3_9bea_fe1fbe6177be': 'https://w3id.org/emmo#EMMO_cff5ef70_96eb_4ea3_9bea_fe1fbe6177be',
	'EMMO_cff9f930_f3f7_43c6_9228_28bf3e1ec706': 'https://w3id.org/emmo#EMMO_cff9f930_f3f7_43c6_9228_28bf3e1ec706',
	'EMMO_cffec057_9258_52ae_bb4c_ca761b6bc407': 'https://w3id.org/emmo#EMMO_cffec057_9258_52ae_bb4c_ca761b6bc407',
	'EMMO_d01b3ee2_91a5_4ce2_95cd_f0d2c333c6d3': 'https://w3id.org/emmo#EMMO_d01b3ee2_91a5_4ce2_95cd_f0d2c333c6d3',
	'EMMO_d0200cf1_e4f4_45ae_873f_b9359daea3cd': 'https://w3id.org/emmo#EMMO_d0200cf1_e4f4_45ae_873f_b9359daea3cd',
	'EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e': 'https://w3id.org/emmo#EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e',
	'EMMO_d02f6f3e_9e32_4188_a116_29dc304ceb49': 'https://w3id.org/emmo#EMMO_d02f6f3e_9e32_4188_a116_29dc304ceb49',
	'EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd': 'https://w3id.org/emmo#EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd',
	'EMMO_d0af02f3_8a47_554e_a725_42b752451a1b': 'https://w3id.org/emmo#EMMO_d0af02f3_8a47_554e_a725_42b752451a1b',
	'EMMO_d0bcf2ca_cd55_4f34_8fc2_2decc4c6087a': 'https://w3id.org/emmo#EMMO_d0bcf2ca_cd55_4f34_8fc2_2decc4c6087a',
	'EMMO_d16ce022_5298_49a3_87a5_ca883faae18c': 'https://w3id.org/emmo#EMMO_d16ce022_5298_49a3_87a5_ca883faae18c',
	/** Force per unit oriented surface area . */
	'EMMO_d1917609_db5e_4b8a_9b76_ef1d6f860a81': 'https://w3id.org/emmo#EMMO_d1917609_db5e_4b8a_9b76_ef1d6f860a81',
	/** A variable whose value is assumed to be known independently from the equation, but whose value is not explicitated in the equation. */
	'EMMO_d1d436e7_72fc_49cd_863b_7bfb4ba5276a': 'https://w3id.org/emmo#EMMO_d1d436e7_72fc_49cd_863b_7bfb4ba5276a',
	'EMMO_d26859bb_bb6e_47bb_b46e_c2253414808e': 'https://w3id.org/emmo#EMMO_d26859bb_bb6e_47bb_b46e_c2253414808e',
	'EMMO_d271f202_4c1a_4d74_b86a_387c82034eb7': 'https://w3id.org/emmo#EMMO_d271f202_4c1a_4d74_b86a_387c82034eb7',
	'EMMO_d2a20142_b3a4_4d3b_a7e1_e17597e7f177': 'https://w3id.org/emmo#EMMO_d2a20142_b3a4_4d3b_a7e1_e17597e7f177',
	'EMMO_d2a47cd8_662f_438f_855a_b4378eb992ff': 'https://w3id.org/emmo#EMMO_d2a47cd8_662f_438f_855a_b4378eb992ff',
	'EMMO_d2a4df79_23a0_5536_9f12_37d3b49c323f': 'https://w3id.org/emmo#EMMO_d2a4df79_23a0_5536_9f12_37d3b49c323f',
	'EMMO_d2b37868_7b74_469b_ae26_0a7153c23222': 'https://w3id.org/emmo#EMMO_d2b37868_7b74_469b_ae26_0a7153c23222',
	'EMMO_d2fc9fc2_7f50_495d_a311_1832349db6cb': 'https://w3id.org/emmo#EMMO_d2fc9fc2_7f50_495d_a311_1832349db6cb',
	'EMMO_d320f878_2be4_4927_aea6_d36a2ae2dd89': 'https://w3id.org/emmo#EMMO_d320f878_2be4_4927_aea6_d36a2ae2dd89',
	'EMMO_d324ae63_7574_4d73_b25b_96479e2626f2': 'https://w3id.org/emmo#EMMO_d324ae63_7574_4d73_b25b_96479e2626f2',
	'EMMO_d357e0dd_3497_4590_af6f_7954db7fecf7': 'https://w3id.org/emmo#EMMO_d357e0dd_3497_4590_af6f_7954db7fecf7',
	'EMMO_d364e5e0_9652_4295_8f85_bd1297497377': 'https://w3id.org/emmo#EMMO_d364e5e0_9652_4295_8f85_bd1297497377',
	'EMMO_d368744e_bb2e_4d40_a7ef_762505b6027e': 'https://w3id.org/emmo#EMMO_d368744e_bb2e_4d40_a7ef_762505b6027e',
	'EMMO_d37eeb84_895f_4c30_bf60_387b3314a1a6': 'https://w3id.org/emmo#EMMO_d37eeb84_895f_4c30_bf60_387b3314a1a6',
	'EMMO_d3eecd54_e9bf_4c6f_bef8_6086cb9aa7b5': 'https://w3id.org/emmo#EMMO_d3eecd54_e9bf_4c6f_bef8_6086cb9aa7b5',
	'EMMO_d3fce82a_4acb_40f9_bbcf_9b123dbe84af': 'https://w3id.org/emmo#EMMO_d3fce82a_4acb_40f9_bbcf_9b123dbe84af',
	/** The presence of the prefix makes this units non-coherent with SI system. */
	'EMMO_d41ce84b_4317_41fb_a5d1_6cd281fca106': 'https://w3id.org/emmo#EMMO_d41ce84b_4317_41fb_a5d1_6cd281fca106',
	'EMMO_d43af210_f854_4432_a891_ce3022e3b558': 'https://w3id.org/emmo#EMMO_d43af210_f854_4432_a891_ce3022e3b558',
	'EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa': 'https://w3id.org/emmo#EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa',
	'EMMO_d481815b_11bd_4cf6_a290_941062ee76ef': 'https://w3id.org/emmo#EMMO_d481815b_11bd_4cf6_a290_941062ee76ef',
	'EMMO_d4c95fa1_5bda_4063_a22d_62c81fcea284': 'https://w3id.org/emmo#EMMO_d4c95fa1_5bda_4063_a22d_62c81fcea284',
	'EMMO_d4deccf7_8cbf_4766_bf3d_57db491fa637': 'https://w3id.org/emmo#EMMO_d4deccf7_8cbf_4766_bf3d_57db491fa637',
	'EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4': 'https://w3id.org/emmo#EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4',
	'EMMO_d4f37e32_16ae_4cc6_b4cd_fd896b2449c4': 'https://w3id.org/emmo#EMMO_d4f37e32_16ae_4cc6_b4cd_fd896b2449c4',
	/** Time can be seen as the duration of an event or, more operationally, as "what clocks read". */
	'EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7': 'https://w3id.org/emmo#EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7',
	'EMMO_d5888438_b092_4057_b8df_966cf6034fb2': 'https://w3id.org/emmo#EMMO_d5888438_b092_4057_b8df_966cf6034fb2',
	'EMMO_d5adc819_d4b2_4661_b429_1705b75d5053': 'https://w3id.org/emmo#EMMO_d5adc819_d4b2_4661_b429_1705b75d5053',
	'EMMO_d5b6a25a_408a_408d_aebc_e017260d885d': 'https://w3id.org/emmo#EMMO_d5b6a25a_408a_408d_aebc_e017260d885d',
	/** The amount of a constituent divided by the volume of the mixture. */
	'EMMO_d5be1faf_0c56_4f5a_9b78_581e6dee949f': 'https://w3id.org/emmo#EMMO_d5be1faf_0c56_4f5a_9b78_581e6dee949f',
	'EMMO_d5e14e54_fa64_4638_83d3_faced4575e72': 'https://w3id.org/emmo#EMMO_d5e14e54_fa64_4638_83d3_faced4575e72',
	'EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84': 'https://w3id.org/emmo#EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84',
	/** Mechanical separation of workpieces without the formation of shapeless material, i.e. also without chips (chipless). */
	'EMMO_d5f98475_00ce_4987_99fb_262aed395e46': 'https://w3id.org/emmo#EMMO_d5f98475_00ce_4987_99fb_262aed395e46',
	'EMMO_d60619c8_1abe_52c0_9491_eb3086245e22': 'https://w3id.org/emmo#EMMO_d60619c8_1abe_52c0_9491_eb3086245e22',
	/** Is not collection, since the connection between the elements of an assembly line occurs through the flow of objects that are processed. */
	'EMMO_d64920b5_acd0_4e29_893e_ae03b3d7cdaf': 'https://w3id.org/emmo#EMMO_d64920b5_acd0_4e29_893e_ae03b3d7cdaf',
	'EMMO_d64a491b_d160_4adf_bba1_1a3f0624f0ea': 'https://w3id.org/emmo#EMMO_d64a491b_d160_4adf_bba1_1a3f0624f0ea',
	'EMMO_d67ee67e_4fac_4676_82c9_aec361dba698': 'https://w3id.org/emmo#EMMO_d67ee67e_4fac_4676_82c9_aec361dba698',
	'EMMO_d69d2e95_b22f_499a_a552_17fde0d778fc': 'https://w3id.org/emmo#EMMO_d69d2e95_b22f_499a_a552_17fde0d778fc',
	'EMMO_d700aed9_2eb9_4e26_ba30_81cc36157fb1': 'https://w3id.org/emmo#EMMO_d700aed9_2eb9_4e26_ba30_81cc36157fb1',
	'EMMO_d722016a_4907_497b_b0d3_cfd10adfef26': 'https://w3id.org/emmo#EMMO_d722016a_4907_497b_b0d3_cfd10adfef26',
	'EMMO_d7432d8c_3182_4d61_a08f_dc686efaabe9': 'https://w3id.org/emmo#EMMO_d7432d8c_3182_4d61_a08f_dc686efaabe9',
	'EMMO_d74ed682_894f_46c5_87cb_167f60926965': 'https://w3id.org/emmo#EMMO_d74ed682_894f_46c5_87cb_167f60926965',
	'EMMO_d772fa7a_0a31_44bb_a825_ae7829d794c6': 'https://w3id.org/emmo#EMMO_d772fa7a_0a31_44bb_a825_ae7829d794c6',
	/** If object and sign belongs to the same class, then the sign is fuctional, diagrammatic and resemblance.
For example, when a Boeing 747 is used as a sign for another Boeing 747. */
	'EMMO_d7788d1a_020d_4c78_85a1_13563fcec168': 'https://w3id.org/emmo#EMMO_d7788d1a_020d_4c78_85a1_13563fcec168',
	'EMMO_d7bf784a_db94_4dd9_861c_54f262846fbf': 'https://w3id.org/emmo#EMMO_d7bf784a_db94_4dd9_861c_54f262846fbf',
	'EMMO_d7c74480_a568_4470_acff_f18b499cc850': 'https://w3id.org/emmo#EMMO_d7c74480_a568_4470_acff_f18b499cc850',
	'EMMO_d7c9e90e_ba46_55b2_9671_43408f6a1d74': 'https://w3id.org/emmo#EMMO_d7c9e90e_ba46_55b2_9671_43408f6a1d74',
	/** A fundamental physical constant characterizing the strength of the electromagnetic interaction between elementary charged particles. */
	'EMMO_d7d2ca25_03e1_4099_9220_c1a58df13ad0': 'https://w3id.org/emmo#EMMO_d7d2ca25_03e1_4099_9220_c1a58df13ad0',
	/** The name “thermal resistance” and the symbol R are used in building technology to designate thermal insulance. */
	'EMMO_d7efc862_981f_4909_925b_700cd93070fc': 'https://w3id.org/emmo#EMMO_d7efc862_981f_4909_925b_700cd93070fc',
	'EMMO_d8030875_6d89_4645_9728_bbc3b8690609': 'https://w3id.org/emmo#EMMO_d8030875_6d89_4645_9728_bbc3b8690609',
	'EMMO_d85162ec_6d62_4cdb_a5b9_f092285e5b7f': 'https://w3id.org/emmo#EMMO_d85162ec_6d62_4cdb_a5b9_f092285e5b7f',
	/** The number of waves per unit length along the direction of propagation. */
	'EMMO_d859588d_44dc_4614_bc75_5fcd0058acc8': 'https://w3id.org/emmo#EMMO_d859588d_44dc_4614_bc75_5fcd0058acc8',
	'EMMO_d8612fa0_c0fb_485d_b45a_1845e7a46796': 'https://w3id.org/emmo#EMMO_d8612fa0_c0fb_485d_b45a_1845e7a46796',
	'EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6': 'https://w3id.org/emmo#EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6',
	/** A property that is associated to an object by convention, or assumption. */
	'EMMO_d8aa8e1f_b650_416d_88a0_5118de945456': 'https://w3id.org/emmo#EMMO_d8aa8e1f_b650_416d_88a0_5118de945456',
	'EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8': 'https://w3id.org/emmo#EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8',
	'EMMO_d9589ed2_5304_48b3_9795_11bf44e64e9b': 'https://w3id.org/emmo#EMMO_d9589ed2_5304_48b3_9795_11bf44e64e9b',
	'EMMO_d97b27cb_61a4_4568_a38b_4edd4f224acc': 'https://w3id.org/emmo#EMMO_d97b27cb_61a4_4568_a38b_4edd4f224acc',
	'EMMO_da4ea7e3_6e60_410b_a209_6ea735a6b10c': 'https://w3id.org/emmo#EMMO_da4ea7e3_6e60_410b_a209_6ea735a6b10c',
	/** Physical constant in Newton's law of gravitation and in Einstein's general theory of relativity. */
	'EMMO_da831168_975a_41f8_baae_279c298569da': 'https://w3id.org/emmo#EMMO_da831168_975a_41f8_baae_279c298569da',
	'EMMO_da9e740a_6056_4fa5_a663_c6622e1972d8': 'https://w3id.org/emmo#EMMO_da9e740a_6056_4fa5_a663_c6622e1972d8',
	'EMMO_daa9ee97_4c5f_42e5_918c_44d7523e8958': 'https://w3id.org/emmo#EMMO_daa9ee97_4c5f_42e5_918c_44d7523e8958',
	'EMMO_dabcbe7d_db82_4445_889b_ae4d76964ea0': 'https://w3id.org/emmo#EMMO_dabcbe7d_db82_4445_889b_ae4d76964ea0',
	'EMMO_dabe353b_8bfc_4da7_8ac7_8f52786d16f8': 'https://w3id.org/emmo#EMMO_dabe353b_8bfc_4da7_8ac7_8f52786d16f8',
	'EMMO_dacfc7dc_5ddb_4f67_986b_dcd01d649d60': 'https://w3id.org/emmo#EMMO_dacfc7dc_5ddb_4f67_986b_dcd01d649d60',
	'EMMO_dad35c10_dd6c_4602_8474_f4ef68517fe9': 'https://w3id.org/emmo#EMMO_dad35c10_dd6c_4602_8474_f4ef68517fe9',
	'EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1': 'https://w3id.org/emmo#EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1',
	'EMMO_dafdcae3_f8ec_4993_8269_2c9299a75158': 'https://w3id.org/emmo#EMMO_dafdcae3_f8ec_4993_8269_2c9299a75158',
	/** The ion_atom is the basic part of a pure ionic bonded compound i.e. without eclectron sharing, */
	'EMMO_db03061b_db31_4132_a47a_6a634846578b': 'https://w3id.org/emmo#EMMO_db03061b_db31_4132_a47a_6a634846578b',
	'EMMO_db716151_6b73_45ff_910c_d182fdcbb4f5': 'https://w3id.org/emmo#EMMO_db716151_6b73_45ff_910c_d182fdcbb4f5',
	'EMMO_db99b1e5_2f34_467b_a784_d104946d9f00': 'https://w3id.org/emmo#EMMO_db99b1e5_2f34_467b_a784_d104946d9f00',
	'EMMO_db9a009e_f097_43f5_9520_6cbc07e7610b': 'https://w3id.org/emmo#EMMO_db9a009e_f097_43f5_9520_6cbc07e7610b',
	'EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec': 'https://w3id.org/emmo#EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec',
	'EMMO_dbb2ae7f_9f47_41b3_bf68_d9bece864e2c': 'https://w3id.org/emmo#EMMO_dbb2ae7f_9f47_41b3_bf68_d9bece864e2c',
	'EMMO_dbe39465_6cf4_4592_b0c5_b7446789a37b': 'https://w3id.org/emmo#EMMO_dbe39465_6cf4_4592_b0c5_b7446789a37b',
	'EMMO_dbe54798_a21f_519f_9d52_e6ab2c2e28cb': 'https://w3id.org/emmo#EMMO_dbe54798_a21f_519f_9d52_e6ab2c2e28cb',
	'EMMO_dc0874e8_36e1_44df_947d_0d7c81167a09': 'https://w3id.org/emmo#EMMO_dc0874e8_36e1_44df_947d_0d7c81167a09',
	'EMMO_dc1370b5_3902_4652_8736_0804d88dd128': 'https://w3id.org/emmo#EMMO_dc1370b5_3902_4652_8736_0804d88dd128',
	'EMMO_dc3a6b2d_e31d_491a_ab40_c433f8dd8d48': 'https://w3id.org/emmo#EMMO_dc3a6b2d_e31d_491a_ab40_c433f8dd8d48',
	/** The charge number of a particle may be presented as a superscript to the symbol of that particle, e.g. H+, He++, Al3+, Cl−, S=, N3−. */
	'EMMO_dc467621_3b49_4f31_9b09_82290f29da52': 'https://w3id.org/emmo#EMMO_dc467621_3b49_4f31_9b09_82290f29da52',
	'EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846': 'https://w3id.org/emmo#EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846',
	'EMMO_dc5dee4e_4305_4a21_8dd5_4e8311c98c73': 'https://w3id.org/emmo#EMMO_dc5dee4e_4305_4a21_8dd5_4e8311c98c73',
	'EMMO_dc6c8de0_cfc4_4c66_a7dc_8f720e732d54': 'https://w3id.org/emmo#EMMO_dc6c8de0_cfc4_4c66_a7dc_8f720e732d54',
	'EMMO_dcc63058_f36a_4f49_a109_a8c3de88d890': 'https://w3id.org/emmo#EMMO_dcc63058_f36a_4f49_a109_a8c3de88d890',
	'EMMO_dcca141c_dba1_4f83_86ac_f4cb2d9a1bdd': 'https://w3id.org/emmo#EMMO_dcca141c_dba1_4f83_86ac_f4cb2d9a1bdd',
	'EMMO_dd14d055_2db0_4b81_bc97_ef6c2f72b8a0': 'https://w3id.org/emmo#EMMO_dd14d055_2db0_4b81_bc97_ef6c2f72b8a0',
	'EMMO_dd48bd88_9855_4da9_9297_41ae8a3c41fc': 'https://w3id.org/emmo#EMMO_dd48bd88_9855_4da9_9297_41ae8a3c41fc',
	/** Subclasses of 'ObjectiveProperty' classify objects according to the type semiosis that is used to connect the property to the object (e.g. by measurement, by convention, by modelling). */
	'EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec': 'https://w3id.org/emmo#EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec',
	/** A manufacturing in which it is formed a solid body with its shape from shapeless original material parts, whose cohesion is created during the process. */
	'EMMO_dd4b7d81_28a9_4801_8831_4cbab217e362': 'https://w3id.org/emmo#EMMO_dd4b7d81_28a9_4801_8831_4cbab217e362',
	'EMMO_dd891386_9d00_4d6f_8fad_f69e0522d47a': 'https://w3id.org/emmo#EMMO_dd891386_9d00_4d6f_8fad_f69e0522d47a',
	'EMMO_dd92c2ae_3ca4_49bc_9147_d82b96f7505e': 'https://w3id.org/emmo#EMMO_dd92c2ae_3ca4_49bc_9147_d82b96f7505e',
	'EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85': 'https://w3id.org/emmo#EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85',
	'EMMO_ddcc9683_bee2_5ea0_8b18_54c85b551ad6': 'https://w3id.org/emmo#EMMO_ddcc9683_bee2_5ea0_8b18_54c85b551ad6',
	'EMMO_ddecfff6_d3a1_4972_b9e9_3d0ca11a3a0b': 'https://w3id.org/emmo#EMMO_ddecfff6_d3a1_4972_b9e9_3d0ca11a3a0b',
	/** The DBpedia and UIPAC Gold Book definitions (http://dbpedia.org/page/Vacuum_permeability,  https://doi.org/10.1351/goldbook.P04504) are outdated since May 20, 2019. It is now a measured constant. */
	'EMMO_de021e4f_918f_47ef_a67b_11120f56b9d7': 'https://w3id.org/emmo#EMMO_de021e4f_918f_47ef_a67b_11120f56b9d7',
	'EMMO_de5e558c_2066_4b1f_b888_e2503bcafee0': 'https://w3id.org/emmo#EMMO_de5e558c_2066_4b1f_b888_e2503bcafee0',
	'EMMO_de649cb1_7ec0_4a2e_ad55_d84e4ccd88b0': 'https://w3id.org/emmo#EMMO_de649cb1_7ec0_4a2e_ad55_d84e4ccd88b0',
	'EMMO_dea931ca_1ec7_58f8_88e5_fb5615d8b214': 'https://w3id.org/emmo#EMMO_dea931ca_1ec7_58f8_88e5_fb5615d8b214',
	'EMMO_df1d3a25_eba2_4530_9803_d82d349f4051': 'https://w3id.org/emmo#EMMO_df1d3a25_eba2_4530_9803_d82d349f4051',
	'EMMO_df808271_df91_4f27_ba59_fa423c51896c': 'https://w3id.org/emmo#EMMO_df808271_df91_4f27_ba59_fa423c51896c',
	/** The mass concentration of water at saturation is denoted vsat. */
	'EMMO_df8b283c_c02a_4158_b65e_60de7bb0b550': 'https://w3id.org/emmo#EMMO_df8b283c_c02a_4158_b65e_60de7bb0b550',
	/** A substance is always composed of more than one molecular entity. It lays in the continuum or mesoscopic domain. */
	'EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea': 'https://w3id.org/emmo#EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea',
	'EMMO_dfcff795_0fe9_4eb7_8f8f_879bb50939c9': 'https://w3id.org/emmo#EMMO_dfcff795_0fe9_4eb7_8f8f_879bb50939c9',
	'EMMO_dfd22e00_993b_40cc_a4ad_1134c1e3007a': 'https://w3id.org/emmo#EMMO_dfd22e00_993b_40cc_a4ad_1134c1e3007a',
	'EMMO_e0136ad7_1435_5292_9ed6_9848b481d503': 'https://w3id.org/emmo#EMMO_e0136ad7_1435_5292_9ed6_9848b481d503',
	'EMMO_e024544d_e374_45b7_9340_1982040bc6b7': 'https://w3id.org/emmo#EMMO_e024544d_e374_45b7_9340_1982040bc6b7',
	/** The interest is on the 4D object as it extends in time (process) or as it persists in time (object):
- object (focus on spatial configuration)
- process (focus on temporal evolution)
 
The concepts of endurant and perdurant implicitly rely on the concept of instantaneous 3D snapshot of the world object, that in the EMMO is not allowed since everything extends in 4D and there are no abstract objects. Moreover, time is a measured property in the EMMO and not an objective characteristic of an object, and cannot be used as temporal index to identify endurant position in time. 
 
For this reason an individual in the EMMO can always be classified both endurant and perdurant, due to its nature of 4D entity (e.g. an individual may belong both to the class of runners and the class of running process), and the distinction is purely semantic.  In fact, the object/process distinction is simply a matter of convenience in a 4D approach since a temporal extension is always the case, and stationarity depends upon observer time scale. For this reason, the same individual (4D object) may play the role of a process or of an object class depending on the object to which it relates.
 
Nevertheless, it is useful to introduce categorizations that characterize persistency through continuant and occurrent concepts, even if not ontologically but only cognitively defined. This is also due to the fact that our language distinguish between nouns and verbs to address things, forcing the separation between things that happens and things that persist.
 
This perspective provides classes conceptually similar to the concepts of endurant and perdurant (a.k.a. continuant and occurrent). We claim that this distinction is motivated by our cognitive bias, and we do not commit to the fact that both these kinds of entity “do really exist”. For this reason, a whole instance can be both process and object, according to different cognitive approaches (see Wonderweb D17).
 
The distinction between endurant and perdurant as usually introduced in literature (see BFO SPAN/SNAP approach) is then no more ontological, but can still be expressed through the introduction of ad hoc primitive definitions that follow the interpreter endurantist or perdurantist attitude. */
	'EMMO_e04884d9_eda6_487e_93d5_7722d7eda96b': 'https://w3id.org/emmo#EMMO_e04884d9_eda6_487e_93d5_7722d7eda96b',
	'EMMO_e07a252a_6913_49d6_9038_37a258b2d95e': 'https://w3id.org/emmo#EMMO_e07a252a_6913_49d6_9038_37a258b2d95e',
	'EMMO_e0aaed83_9224_4bd8_a960_a813c4569412': 'https://w3id.org/emmo#EMMO_e0aaed83_9224_4bd8_a960_a813c4569412',
	'EMMO_e0edfb9e_9a96_4fae_b942_831ffe27b84a': 'https://w3id.org/emmo#EMMO_e0edfb9e_9a96_4fae_b942_831ffe27b84a',
	'EMMO_e0feea8c_318e_4dcf_92f0_751e228ed99d': 'https://w3id.org/emmo#EMMO_e0feea8c_318e_4dcf_92f0_751e228ed99d',
	'EMMO_e1021593_06da_4237_8a02_29d8f6fef76d': 'https://w3id.org/emmo#EMMO_e1021593_06da_4237_8a02_29d8f6fef76d',
	'EMMO_e1097637_70d2_4895_973f_2396f04fa204': 'https://w3id.org/emmo#EMMO_e1097637_70d2_4895_973f_2396f04fa204',
	'EMMO_e12dcfa4_c9f1_4546_9a12_8457c052e6ba': 'https://w3id.org/emmo#EMMO_e12dcfa4_c9f1_4546_9a12_8457c052e6ba',
	'EMMO_e13b2173_1dec_4b97_9ac1_1dc4b418612a': 'https://w3id.org/emmo#EMMO_e13b2173_1dec_4b97_9ac1_1dc4b418612a',
	/** Electric field strength divided by the current density. */
	'EMMO_e150fa8d_06dc_4bb8_bf95_04e2aea529c1': 'https://w3id.org/emmo#EMMO_e150fa8d_06dc_4bb8_bf95_04e2aea529c1',
	'EMMO_e16033b0_cb72_4d02_84fa_4df7f54a9c4e': 'https://w3id.org/emmo#EMMO_e16033b0_cb72_4d02_84fa_4df7f54a9c4e',
	'EMMO_e1805abe_f5b7_4c40_810a_1a01950546be': 'https://w3id.org/emmo#EMMO_e1805abe_f5b7_4c40_810a_1a01950546be',
	'EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4': 'https://w3id.org/emmo#EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4',
	'EMMO_e1ae2427_e902_44ae_bac2_8ac80939c457': 'https://w3id.org/emmo#EMMO_e1ae2427_e902_44ae_bac2_8ac80939c457',
	'EMMO_e1e686a5_71c3_5a98_8646_6d4e0f665f35': 'https://w3id.org/emmo#EMMO_e1e686a5_71c3_5a98_8646_6d4e0f665f35',
	'EMMO_e1f38566_ba25_4c09_9282_eea2b86cb90b': 'https://w3id.org/emmo#EMMO_e1f38566_ba25_4c09_9282_eea2b86cb90b',
	'EMMO_e2000aeb_e3ab_41b7_a790_7c8bd02d0b6e': 'https://w3id.org/emmo#EMMO_e2000aeb_e3ab_41b7_a790_7c8bd02d0b6e',
	'EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9': 'https://w3id.org/emmo#EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9',
	'EMMO_e258099f_5361_463c_ba1d_51d7d730630f': 'https://w3id.org/emmo#EMMO_e258099f_5361_463c_ba1d_51d7d730630f',
	'EMMO_e2b08775_a0f6_4bf7_b228_53dc2299f114': 'https://w3id.org/emmo#EMMO_e2b08775_a0f6_4bf7_b228_53dc2299f114',
	'EMMO_e2b11f6a_4191_427e_9844_2e0ac88dfc8b': 'https://w3id.org/emmo#EMMO_e2b11f6a_4191_427e_9844_2e0ac88dfc8b',
	'EMMO_e2ee1c98_497a_4f66_b4ed_5711496a848e': 'https://w3id.org/emmo#EMMO_e2ee1c98_497a_4f66_b4ed_5711496a848e',
	'EMMO_e35d2cb2_e915_4667_bbe1_1149b19777cb': 'https://w3id.org/emmo#EMMO_e35d2cb2_e915_4667_bbe1_1149b19777cb',
	'EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450': 'https://w3id.org/emmo#EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450',
	'EMMO_e3727dab_74f9_438b_90f0_d03ea76c31fc': 'https://w3id.org/emmo#EMMO_e3727dab_74f9_438b_90f0_d03ea76c31fc',
	/** Derivative of velocity with respect to time. */
	'EMMO_e37ac288_aa60_415a_8cb7_c375724ac8e1': 'https://w3id.org/emmo#EMMO_e37ac288_aa60_415a_8cb7_c375724ac8e1',
	'EMMO_e37eaa49_d5e8_54e7_a7dc_9ad6073e86b7': 'https://w3id.org/emmo#EMMO_e37eaa49_d5e8_54e7_a7dc_9ad6073e86b7',
	'EMMO_e37ec2b9_aed3_4549_ad25_5f78d31cac06': 'https://w3id.org/emmo#EMMO_e37ec2b9_aed3_4549_ad25_5f78d31cac06',
	'EMMO_e3850f08_8e79_454b_9d83_c517cab42857': 'https://w3id.org/emmo#EMMO_e3850f08_8e79_454b_9d83_c517cab42857',
	'EMMO_e3cd5791_6fbb_587a_a535_0e937800beaa': 'https://w3id.org/emmo#EMMO_e3cd5791_6fbb_587a_a535_0e937800beaa',
	'EMMO_e4281979_2b07_4a43_a772_4903fb3696fe': 'https://w3id.org/emmo#EMMO_e4281979_2b07_4a43_a772_4903fb3696fe',
	'EMMO_e467cc3f_676c_432e_b70e_19237d1bcc78': 'https://w3id.org/emmo#EMMO_e467cc3f_676c_432e_b70e_19237d1bcc78',
	/** The radiant energy emitted, reflected, transmitted or received, per unit time. */
	'EMMO_e46f3f24_c2ec_4552_8dd4_cfc5c0a89c09': 'https://w3id.org/emmo#EMMO_e46f3f24_c2ec_4552_8dd4_cfc5c0a89c09',
	'EMMO_e4791212_5a13_4aa6_aac2_08704550dcc3': 'https://w3id.org/emmo#EMMO_e4791212_5a13_4aa6_aac2_08704550dcc3',
	'EMMO_e4c89307_e63b_57c8_8892_60924c65aa3b': 'https://w3id.org/emmo#EMMO_e4c89307_e63b_57c8_8892_60924c65aa3b',
	/** The terms breadth and width are often used by convention, as distinguished from length and from height or thickness. */
	'EMMO_e4de48b1_dabb_4490_ac2b_040f926c64f0': 'https://w3id.org/emmo#EMMO_e4de48b1_dabb_4490_ac2b_040f926c64f0',
	'EMMO_e4e80813_f379_4091_b017_ee059811f806': 'https://w3id.org/emmo#EMMO_e4e80813_f379_4091_b017_ee059811f806',
	'EMMO_e4f66254_7312_4de5_a86a_6e0808baaaab': 'https://w3id.org/emmo#EMMO_e4f66254_7312_4de5_a86a_6e0808baaaab',
	'EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b': 'https://w3id.org/emmo#EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b',
	/** A material_relation can e.g. return a predefined number, return a database query, be an equation that depends on other physics_quantities. */
	'EMMO_e5438930_04e7_4d42_ade5_3700d4a52ab7': 'https://w3id.org/emmo#EMMO_e5438930_04e7_4d42_ade5_3700d4a52ab7',
	'EMMO_e55d4f6d_2506_4f63_8e01_1963efe7071e': 'https://w3id.org/emmo#EMMO_e55d4f6d_2506_4f63_8e01_1963efe7071e',
	/** An equation with variables can always be represented as:
 
f(v0, v1, ..., vn) = g(v0, v1, ..., vn)
 
where f is the left hand and g the right hand  side expressions and v0, v1, ..., vn are the variables. */
	'EMMO_e56ee3eb_7609_4ae1_8bed_51974f0960a6': 'https://w3id.org/emmo#EMMO_e56ee3eb_7609_4ae1_8bed_51974f0960a6',
	'EMMO_e5728eea_e805_433e_a426_56c4fe811e67': 'https://w3id.org/emmo#EMMO_e5728eea_e805_433e_a426_56c4fe811e67',
	'EMMO_e580b699_7725_58d5_b057_7b3c816e84a1': 'https://w3id.org/emmo#EMMO_e580b699_7725_58d5_b057_7b3c816e84a1',
	'EMMO_e59eb557_3a0f_4532_9984_deed22f94952': 'https://w3id.org/emmo#EMMO_e59eb557_3a0f_4532_9984_deed22f94952',
	'EMMO_e5d7bd48_4098_59b6_b872_8bba421157eb': 'https://w3id.org/emmo#EMMO_e5d7bd48_4098_59b6_b872_8bba421157eb',
	'EMMO_e5e17147_64a9_47c9_b3d1_2d4ab23eed54': 'https://w3id.org/emmo#EMMO_e5e17147_64a9_47c9_b3d1_2d4ab23eed54',
	'EMMO_e6110006_88b9_45cd_9f9c_a2a91c0c21f8': 'https://w3id.org/emmo#EMMO_e6110006_88b9_45cd_9f9c_a2a91c0c21f8',
	'EMMO_e689c57f_2a8e_4bea_8750_a4fa015a1989': 'https://w3id.org/emmo#EMMO_e689c57f_2a8e_4bea_8750_a4fa015a1989',
	'EMMO_e6a173ac_40e9_4616_8883_710b358f5c85': 'https://w3id.org/emmo#EMMO_e6a173ac_40e9_4616_8883_710b358f5c85',
	'EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1': 'https://w3id.org/emmo#EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1',
	'EMMO_e6e7277a_1d40_4be5_a3a9_afd3da53d937': 'https://w3id.org/emmo#EMMO_e6e7277a_1d40_4be5_a3a9_afd3da53d937',
	'EMMO_e6efd70d_87b4_4e18_a471_9b29c7a1fe16': 'https://w3id.org/emmo#EMMO_e6efd70d_87b4_4e18_a471_9b29c7a1fe16',
	'EMMO_e75fdaed_cb4e_41ba_8aa3_4cfa5087358f': 'https://w3id.org/emmo#EMMO_e75fdaed_cb4e_41ba_8aa3_4cfa5087358f',
	'EMMO_e7848014_ad79_422d_be02_74df892f7c11': 'https://w3id.org/emmo#EMMO_e7848014_ad79_422d_be02_74df892f7c11',
	'EMMO_e79c62ff_10ad_4ec0_baba_c19ddd4eaa11': 'https://w3id.org/emmo#EMMO_e79c62ff_10ad_4ec0_baba_c19ddd4eaa11',
	'EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac': 'https://w3id.org/emmo#EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac',
	'EMMO_e7adbaa9_ae34_42e4_8101_cbd38851dcab': 'https://w3id.org/emmo#EMMO_e7adbaa9_ae34_42e4_8101_cbd38851dcab',
	'EMMO_e7bc8939_7ff8_4917_beb5_c42730b390f3': 'https://w3id.org/emmo#EMMO_e7bc8939_7ff8_4917_beb5_c42730b390f3',
	'EMMO_e7c9f7fd_e534_4441_88fe_1fec6cb20f26': 'https://w3id.org/emmo#EMMO_e7c9f7fd_e534_4441_88fe_1fec6cb20f26',
	'EMMO_e7cbc129_0d05_41a2_851a_10b198cd7ca2': 'https://w3id.org/emmo#EMMO_e7cbc129_0d05_41a2_851a_10b198cd7ca2',
	'EMMO_e7ec6ee1_9de2_4791_a826_15b7682b6bee': 'https://w3id.org/emmo#EMMO_e7ec6ee1_9de2_4791_a826_15b7682b6bee',
	'EMMO_e82869a8_32a8_5d57_81a8_e2d618976f23': 'https://w3id.org/emmo#EMMO_e82869a8_32a8_5d57_81a8_e2d618976f23',
	'EMMO_e84be61e_6f6f_43e2_b91d_86898a5dc7c4': 'https://w3id.org/emmo#EMMO_e84be61e_6f6f_43e2_b91d_86898a5dc7c4',
	'EMMO_e85b68e1_ca2b_51b5_8b61_dea134d88bef': 'https://w3id.org/emmo#EMMO_e85b68e1_ca2b_51b5_8b61_dea134d88bef',
	'EMMO_e86c84bd_af21_402d_a1ad_42a90599f9eb': 'https://w3id.org/emmo#EMMO_e86c84bd_af21_402d_a1ad_42a90599f9eb',
	/** Inverse of 'ElectricalConductance'. */
	'EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1': 'https://w3id.org/emmo#EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1',
	'EMMO_e8b5f7de_4fd9_41d7_b988_87b512fe0180': 'https://w3id.org/emmo#EMMO_e8b5f7de_4fd9_41d7_b988_87b512fe0180',
	'EMMO_e9244742_c185_4c50_b455_c57654852582': 'https://w3id.org/emmo#EMMO_e9244742_c185_4c50_b455_c57654852582',
	'EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80': 'https://w3id.org/emmo#EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80',
	'EMMO_e93927b4_f403_4df8_8801_1162558a9b3e': 'https://w3id.org/emmo#EMMO_e93927b4_f403_4df8_8801_1162558a9b3e',
	'EMMO_e941986d_658b_5a08_ae3d_4cc170344b06': 'https://w3id.org/emmo#EMMO_e941986d_658b_5a08_ae3d_4cc170344b06',
	'EMMO_e94a9156_fb6c_4e16_88ee_829ac9933155': 'https://w3id.org/emmo#EMMO_e94a9156_fb6c_4e16_88ee_829ac9933155',
	'EMMO_e963f280_1599_4ee8_bb74_439a4bc6412d': 'https://w3id.org/emmo#EMMO_e963f280_1599_4ee8_bb74_439a4bc6412d',
	'EMMO_e9722f13_947c_444e_82ef_1ce045f6637c': 'https://w3id.org/emmo#EMMO_e9722f13_947c_444e_82ef_1ce045f6637c',
	'EMMO_e97af6ec_4371_4bbc_8936_34b76e33302f': 'https://w3id.org/emmo#EMMO_e97af6ec_4371_4bbc_8936_34b76e33302f',
	'EMMO_e980389d_6dfe_4156_9b40_32050c9644a5': 'https://w3id.org/emmo#EMMO_e980389d_6dfe_4156_9b40_32050c9644a5',
	'EMMO_e9907887_f266_4d81_9b2d_ba5137c914dd': 'https://w3id.org/emmo#EMMO_e9907887_f266_4d81_9b2d_ba5137c914dd',
	'EMMO_e998cee4_ac07_47a0_a12c_43eda1d9e750': 'https://w3id.org/emmo#EMMO_e998cee4_ac07_47a0_a12c_43eda1d9e750',
	'EMMO_e999f9e0_7d63_4564_9028_07246580a267': 'https://w3id.org/emmo#EMMO_e999f9e0_7d63_4564_9028_07246580a267',
	'EMMO_e9e02156_651f_41c8_9efb_d5da0d4ce5e2': 'https://w3id.org/emmo#EMMO_e9e02156_651f_41c8_9efb_d5da0d4ce5e2',
	'EMMO_e9fbc98d_3ac1_5a2d_a354_6e3ba1412157': 'https://w3id.org/emmo#EMMO_e9fbc98d_3ac1_5a2d_a354_6e3ba1412157',
	'EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b': 'https://w3id.org/emmo#EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b',
	'EMMO_ea00dafc_ac92_4e67_aa65_ce5a29e77fcf': 'https://w3id.org/emmo#EMMO_ea00dafc_ac92_4e67_aa65_ce5a29e77fcf',
	'EMMO_ea47add2_8e93_4659_a5f0_e6879032dee0': 'https://w3id.org/emmo#EMMO_ea47add2_8e93_4659_a5f0_e6879032dee0',
	'EMMO_ea67caa5_2609_4e91_98ae_81103f2d5c25': 'https://w3id.org/emmo#EMMO_ea67caa5_2609_4e91_98ae_81103f2d5c25',
	'EMMO_ea7ef02a_589c_4971_908d_dee6688eebda': 'https://w3id.org/emmo#EMMO_ea7ef02a_589c_4971_908d_dee6688eebda',
	'EMMO_ead7c629_824a_410f_afec_579f08894c78': 'https://w3id.org/emmo#EMMO_ead7c629_824a_410f_afec_579f08894c78',
	'EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b': 'https://w3id.org/emmo#EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b',
	'EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de': 'https://w3id.org/emmo#EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de',
	'EMMO_eb3c61f0_3983_4346_a0c6_e7f6b90a67a8': 'https://w3id.org/emmo#EMMO_eb3c61f0_3983_4346_a0c6_e7f6b90a67a8',
	/** Resistance quantum. */
	'EMMO_eb561764_276e_413d_a8cb_3a3154fd9bf8': 'https://w3id.org/emmo#EMMO_eb561764_276e_413d_a8cb_3a3154fd9bf8',
	'EMMO_eb77076b_a104_42ac_a065_798b2d2809ad': 'https://w3id.org/emmo#EMMO_eb77076b_a104_42ac_a065_798b2d2809ad',
	'EMMO_eb7de1a1_c30e_4f0d_94c6_fe70414d7e61': 'https://w3id.org/emmo#EMMO_eb7de1a1_c30e_4f0d_94c6_fe70414d7e61',
	'EMMO_eb85216f_b872_4ee5_9f62_655aa2ae0470': 'https://w3id.org/emmo#EMMO_eb85216f_b872_4ee5_9f62_655aa2ae0470',
	'EMMO_eb95a619_ca07_4678_a809_10021b25a13f': 'https://w3id.org/emmo#EMMO_eb95a619_ca07_4678_a809_10021b25a13f',
	'EMMO_ebb26c39_dbbc_4363_b784_88d9110e4d5b': 'https://w3id.org/emmo#EMMO_ebb26c39_dbbc_4363_b784_88d9110e4d5b',
	'EMMO_ebc8c324_8e7a_4b09_bcb5_306e0c461d24': 'https://w3id.org/emmo#EMMO_ebc8c324_8e7a_4b09_bcb5_306e0c461d24',
	'EMMO_ebc9e62c_5dc4_44db_9060_7923740bdf78': 'https://w3id.org/emmo#EMMO_ebc9e62c_5dc4_44db_9060_7923740bdf78',
	'EMMO_ebd133e3_b823_478d_984f_1e399c6c99aa': 'https://w3id.org/emmo#EMMO_ebd133e3_b823_478d_984f_1e399c6c99aa',
	'EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720': 'https://w3id.org/emmo#EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720',
	'EMMO_ec1aa2cd_74eb_4506_81d1_901a3124aaba': 'https://w3id.org/emmo#EMMO_ec1aa2cd_74eb_4506_81d1_901a3124aaba',
	'EMMO_ec2472ae_cf4a_46a5_8555_1556f5a6c3c5': 'https://w3id.org/emmo#EMMO_ec2472ae_cf4a_46a5_8555_1556f5a6c3c5',
	'EMMO_ec2c8ac8_98c5_4c74_b85b_ff8e8ca6655c': 'https://w3id.org/emmo#EMMO_ec2c8ac8_98c5_4c74_b85b_ff8e8ca6655c',
	'EMMO_ec502e30_b9ec_4216_90c6_f67d2df75627': 'https://w3id.org/emmo#EMMO_ec502e30_b9ec_4216_90c6_f67d2df75627',
	'EMMO_ec7464a9_d99d_45f8_965b_4e9230ea8356': 'https://w3id.org/emmo#EMMO_ec7464a9_d99d_45f8_965b_4e9230ea8356',
	'EMMO_ec767367_a773_4935_80ea_dd6a5eaefb54': 'https://w3id.org/emmo#EMMO_ec767367_a773_4935_80ea_dd6a5eaefb54',
	'EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5': 'https://w3id.org/emmo#EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5',
	'EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140': 'https://w3id.org/emmo#EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140',
	/** Process for joining two (base) materials by means of an adhesive polymer material */
	'EMMO_ecc10f05_b301_4dcf_8c84_b6f511117234': 'https://w3id.org/emmo#EMMO_ecc10f05_b301_4dcf_8c84_b6f511117234',
	'EMMO_ecc4efe9_77a2_47e3_8190_f9a883d54ac6': 'https://w3id.org/emmo#EMMO_ecc4efe9_77a2_47e3_8190_f9a883d54ac6',
	'EMMO_ecec2983_7c26_4f8d_a981_51ca29668baf': 'https://w3id.org/emmo#EMMO_ecec2983_7c26_4f8d_a981_51ca29668baf',
	/** Forming of vessel parts from a flat mould into a three-dimensional shape by means of a press and tools, whereby material is neither removed nor added */
	'EMMO_ecf78412_f0ca_4368_9078_559ffe8935d3': 'https://w3id.org/emmo#EMMO_ecf78412_f0ca_4368_9078_559ffe8935d3',
	'EMMO_ecf938f1_bc37_4897_841d_092cd37f74de': 'https://w3id.org/emmo#EMMO_ecf938f1_bc37_4897_841d_092cd37f74de',
	'EMMO_ed257e78_8b59_44c3_9d61_06c261184f55': 'https://w3id.org/emmo#EMMO_ed257e78_8b59_44c3_9d61_06c261184f55',
	'EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405': 'https://w3id.org/emmo#EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405',
	'EMMO_ed5acb06_0af0_5a3a_9b31_a1b32267f753': 'https://w3id.org/emmo#EMMO_ed5acb06_0af0_5a3a_9b31_a1b32267f753',
	'EMMO_ed7dd267_e2ee_4565_8117_e5c1eafa3e66': 'https://w3id.org/emmo#EMMO_ed7dd267_e2ee_4565_8117_e5c1eafa3e66',
	'EMMO_edf72228_e040_4edc_8b46_78b2a47c72d7': 'https://w3id.org/emmo#EMMO_edf72228_e040_4edc_8b46_78b2a47c72d7',
	'EMMO_edfa7d90_6b21_4669_b9b1_13c77de760eb': 'https://w3id.org/emmo#EMMO_edfa7d90_6b21_4669_b9b1_13c77de760eb',
	'EMMO_ee0466e4_780d_4236_8281_ace7ad3fc5d2': 'https://w3id.org/emmo#EMMO_ee0466e4_780d_4236_8281_ace7ad3fc5d2',
	/** At a fixed point in a medium, the direction of propagation of heat is opposite to the temperature gradient. At a point on the surface separating two media with different temperatures, the direction of propagation of heat is normal to the surface, from higher to lower temperatures. */
	'EMMO_ee7ddcb8_ad8e_4ff7_a09f_889d8edf8f8b': 'https://w3id.org/emmo#EMMO_ee7ddcb8_ad8e_4ff7_a09f_889d8edf8f8b',
	'EMMO_ee837ed0_2355_4802_b3cd_a8fab297d244': 'https://w3id.org/emmo#EMMO_ee837ed0_2355_4802_b3cd_a8fab297d244',
	'EMMO_ee98501a_5036_48b5_902b_4c68c6eeec1e': 'https://w3id.org/emmo#EMMO_ee98501a_5036_48b5_902b_4c68c6eeec1e',
	'EMMO_eead19f5_c0cd_4946_a501_c870bb50f3b1': 'https://w3id.org/emmo#EMMO_eead19f5_c0cd_4946_a501_c870bb50f3b1',
	'EMMO_eeb06032_dd4f_476e_9da6_aa24302b7588': 'https://w3id.org/emmo#EMMO_eeb06032_dd4f_476e_9da6_aa24302b7588',
	'EMMO_eeb8118c_b290_4f57_b0f8_bd65bb6d77ad': 'https://w3id.org/emmo#EMMO_eeb8118c_b290_4f57_b0f8_bd65bb6d77ad',
	'EMMO_eefaa0ef_e7d4_4633_bf79_655bb55f4a49': 'https://w3id.org/emmo#EMMO_eefaa0ef_e7d4_4633_bf79_655bb55f4a49',
	'EMMO_ef4ce791_8ba4_55cd_a6fa_778133a19d19': 'https://w3id.org/emmo#EMMO_ef4ce791_8ba4_55cd_a6fa_778133a19d19',
	'EMMO_efe73b0e_006b_417a_98a7_6db26b3ce2ac': 'https://w3id.org/emmo#EMMO_efe73b0e_006b_417a_98a7_6db26b3ce2ac',
	'EMMO_eff42cb3_208e_4768_9a39_f8b6b3c3d7a2': 'https://w3id.org/emmo#EMMO_eff42cb3_208e_4768_9a39_f8b6b3c3d7a2',
	'EMMO_f02b58a5_8f1e_5d72_a261_8fe5ad2fbb4b': 'https://w3id.org/emmo#EMMO_f02b58a5_8f1e_5d72_a261_8fe5ad2fbb4b',
	'EMMO_f055e217_0b1b_4e7e_b8be_7340211b0c5e': 'https://w3id.org/emmo#EMMO_f055e217_0b1b_4e7e_b8be_7340211b0c5e',
	'EMMO_f0644f69_7337_4385_9d4a_4401b7bf3302': 'https://w3id.org/emmo#EMMO_f0644f69_7337_4385_9d4a_4401b7bf3302',
	'EMMO_f0b8bace_151e_4f54_8129_c180fd83ae44': 'https://w3id.org/emmo#EMMO_f0b8bace_151e_4f54_8129_c180fd83ae44',
	'EMMO_f0b903be_d86f_4d28_9f42_b4d4753e2cf4': 'https://w3id.org/emmo#EMMO_f0b903be_d86f_4d28_9f42_b4d4753e2cf4',
	'EMMO_f0f7abe2_766d_5dcd_ba67_ada816684677': 'https://w3id.org/emmo#EMMO_f0f7abe2_766d_5dcd_ba67_ada816684677',
	/** Suggestion of Rickard Armiento */
	'EMMO_f1025834_0cd2_42a1_bfeb_13bec41c8655': 'https://w3id.org/emmo#EMMO_f1025834_0cd2_42a1_bfeb_13bec41c8655',
	'EMMO_f107c0e5_0b9f_566c_9cba_a3443c904f78': 'https://w3id.org/emmo#EMMO_f107c0e5_0b9f_566c_9cba_a3443c904f78',
	'EMMO_f13672a3_59cc_40ed_8def_65009a8f74e6': 'https://w3id.org/emmo#EMMO_f13672a3_59cc_40ed_8def_65009a8f74e6',
	'EMMO_f14ae884_9345_4de4_a322_362329517e3e': 'https://w3id.org/emmo#EMMO_f14ae884_9345_4de4_a322_362329517e3e',
	/** Using direct parthood EMMO creates a well-defined broadcasting between granularity levels. This also make it possible to count the direct parts of each granularity level. */
	'EMMO_f17133c2_bb33_4ffd_89fa_eef2b403d5e6': 'https://w3id.org/emmo#EMMO_f17133c2_bb33_4ffd_89fa_eef2b403d5e6',
	'EMMO_f19ff3b4_6bfe_4c41_a2b2_9affd39c140b': 'https://w3id.org/emmo#EMMO_f19ff3b4_6bfe_4c41_a2b2_9affd39c140b',
	/** Extent of an object in space. */
	'EMMO_f1a51559_aa3d_43a0_9327_918039f0dfed': 'https://w3id.org/emmo#EMMO_f1a51559_aa3d_43a0_9327_918039f0dfed',
	'EMMO_f1be7d92_c57d_4698_a0ba_968130a3f9e1': 'https://w3id.org/emmo#EMMO_f1be7d92_c57d_4698_a0ba_968130a3f9e1',
	'EMMO_f1d0f28b_7575_4e82_8d22_cb5b46b84cfd': 'https://w3id.org/emmo#EMMO_f1d0f28b_7575_4e82_8d22_cb5b46b84cfd',
	'EMMO_f21db3a4_d5de_52dd_9460_5cdd138fb83f': 'https://w3id.org/emmo#EMMO_f21db3a4_d5de_52dd_9460_5cdd138fb83f',
	'EMMO_f22abf74_4538_4f50_ab85_09908cdda707': 'https://w3id.org/emmo#EMMO_f22abf74_4538_4f50_ab85_09908cdda707',
	'EMMO_f273529f_9f2c_4877_a94b_5b47590353fc': 'https://w3id.org/emmo#EMMO_f273529f_9f2c_4877_a94b_5b47590353fc',
	'EMMO_f2c1a072_4ccb_46c4_a0f8_ac801d328d0f': 'https://w3id.org/emmo#EMMO_f2c1a072_4ccb_46c4_a0f8_ac801d328d0f',
	'EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95': 'https://w3id.org/emmo#EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95',
	'EMMO_f2d4c89a_c354_5e4c_9cdb_f2de932e294f': 'https://w3id.org/emmo#EMMO_f2d4c89a_c354_5e4c_9cdb_f2de932e294f',
	/** A measuring instrument that can be used alone is a measuring system. */
	'EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929': 'https://w3id.org/emmo#EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929',
	'EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a': 'https://w3id.org/emmo#EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a',
	'EMMO_f321cf62_99e4_418e_bb3e_3dfcc91f701f': 'https://w3id.org/emmo#EMMO_f321cf62_99e4_418e_bb3e_3dfcc91f701f',
	'EMMO_f33cbdf9_c9d0_4dc5_a875_21d6f9c24ee4': 'https://w3id.org/emmo#EMMO_f33cbdf9_c9d0_4dc5_a875_21d6f9c24ee4',
	'EMMO_f35cff4d_dc09_44cf_a729_22fb79e3bfb2': 'https://w3id.org/emmo#EMMO_f35cff4d_dc09_44cf_a729_22fb79e3bfb2',
	'EMMO_f3dd74c0_f480_49e8_9764_33b78638c235': 'https://w3id.org/emmo#EMMO_f3dd74c0_f480_49e8_9764_33b78638c235',
	'EMMO_f42a0e95_c130_4a69_9660_6bfdbb897d4a': 'https://w3id.org/emmo#EMMO_f42a0e95_c130_4a69_9660_6bfdbb897d4a',
	'EMMO_f4a30d7e_8e8b_41e6_9695_d33a68f54f4b': 'https://w3id.org/emmo#EMMO_f4a30d7e_8e8b_41e6_9695_d33a68f54f4b',
	/** Dissociation may occur stepwise. */
	'EMMO_f4cce1ec_c7dd_4061_8c46_7a24fdcd07ca': 'https://w3id.org/emmo#EMMO_f4cce1ec_c7dd_4061_8c46_7a24fdcd07ca',
	'EMMO_f4fee945_1d4a_5158_b0ca_eaef9ad40502': 'https://w3id.org/emmo#EMMO_f4fee945_1d4a_5158_b0ca_eaef9ad40502',
	'EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9': 'https://w3id.org/emmo#EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9',
	'EMMO_f53bafb6_b17d_4eb9_ad58_9d209f70dbfd': 'https://w3id.org/emmo#EMMO_f53bafb6_b17d_4eb9_ad58_9d209f70dbfd',
	/** Type of scratching behaviour where the scratching force and the (displacement) deflection of the scratching tip are constant over the scratching distance during the test. */
	'EMMO_f5655090_2266_41cb_b2e9_3b4569c45731': 'https://w3id.org/emmo#EMMO_f5655090_2266_41cb_b2e9_3b4569c45731',
	'EMMO_f5769206_9257_4b08_bf7b_dad7868c6afc': 'https://w3id.org/emmo#EMMO_f5769206_9257_4b08_bf7b_dad7868c6afc',
	'EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f': 'https://w3id.org/emmo#EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f',
	/** Following the International Vocabulary of Metrology (VIM), EMMO distinguishes between a quantity (a property) and the quantity value (a numerical and a reference).
 
So, for the EMMO the symbol "kg" is not a physical quantity but simply a 'Symbolic' object categorized as a 'MeasurementUnit'.
 
While the string "1 kg" is a 'QuantityValue'. */
	'EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5': 'https://w3id.org/emmo#EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5',
	'EMMO_f675294e_6f30_4b1d_a68e_a74e59f3b2fc': 'https://w3id.org/emmo#EMMO_f675294e_6f30_4b1d_a68e_a74e59f3b2fc',
	'EMMO_f678173d_f036_4df1_a86b_2894560be617': 'https://w3id.org/emmo#EMMO_f678173d_f036_4df1_a86b_2894560be617',
	'EMMO_f68030be_94b8_4c61_a161_886468558054': 'https://w3id.org/emmo#EMMO_f68030be_94b8_4c61_a161_886468558054',
	'EMMO_f68858dd_64f4_4877_b7fb_70d04fbe5bab': 'https://w3id.org/emmo#EMMO_f68858dd_64f4_4877_b7fb_70d04fbe5bab',
	'EMMO_f6d0c26a_98b6_4cf8_8632_aa259131faaa': 'https://w3id.org/emmo#EMMO_f6d0c26a_98b6_4cf8_8632_aa259131faaa',
	'EMMO_f6fac54d_6b6d_4255_b217_4363a83f1834': 'https://w3id.org/emmo#EMMO_f6fac54d_6b6d_4255_b217_4363a83f1834',
	'EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817': 'https://w3id.org/emmo#EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817',
	'EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a': 'https://w3id.org/emmo#EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a',
	'EMMO_f7e8a63d_d40c_57f7_8017_7ad6b1d89b4e': 'https://w3id.org/emmo#EMMO_f7e8a63d_d40c_57f7_8017_7ad6b1d89b4e',
	/** A mathematical model can be defined as a description of a system using mathematical concepts and language to facilitate proper explanation of a system or to study the effects of different components and to make predictions on patterns of behaviour.
 
Abramowitz and Stegun, 1968 */
	'EMMO_f7ed665b_c2e1_42bc_889b_6b42ed3a36f0': 'https://w3id.org/emmo#EMMO_f7ed665b_c2e1_42bc_889b_6b42ed3a36f0',
	'EMMO_f7f41d20_eabb_4bcb_9a16_0436851fcd5c': 'https://w3id.org/emmo#EMMO_f7f41d20_eabb_4bcb_9a16_0436851fcd5c',
	'EMMO_f835f4d4_c665_403d_ab25_dca5cc74be52': 'https://w3id.org/emmo#EMMO_f835f4d4_c665_403d_ab25_dca5cc74be52',
	'EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b': 'https://w3id.org/emmo#EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b',
	'EMMO_f8736fbd_b1e3_4fdc_bf5f_f69f54aef3bb': 'https://w3id.org/emmo#EMMO_f8736fbd_b1e3_4fdc_bf5f_f69f54aef3bb',
	'EMMO_f87e79eb_f549_4a06_9c27_a3d1412444c6': 'https://w3id.org/emmo#EMMO_f87e79eb_f549_4a06_9c27_a3d1412444c6',
	'EMMO_f895cb83_2280_42e9_9f4c_047273e70d3c': 'https://w3id.org/emmo#EMMO_f895cb83_2280_42e9_9f4c_047273e70d3c',
	'EMMO_f8a2fe9f_458b_4771_9aba_a50e76afc52d': 'https://w3id.org/emmo#EMMO_f8a2fe9f_458b_4771_9aba_a50e76afc52d',
	'EMMO_f8b20fd2_08b9_4368_b786_156e11d1cec8': 'https://w3id.org/emmo#EMMO_f8b20fd2_08b9_4368_b786_156e11d1cec8',
	'EMMO_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f': 'https://w3id.org/emmo#EMMO_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f',
	'EMMO_f8e436fb_61ed_4512_a5a5_bee90f0cec2f': 'https://w3id.org/emmo#EMMO_f8e436fb_61ed_4512_a5a5_bee90f0cec2f',
	'EMMO_f90da1f3_eb4c_54c4_b5d9_cf00fef180a1': 'https://w3id.org/emmo#EMMO_f90da1f3_eb4c_54c4_b5d9_cf00fef180a1',
	'EMMO_f9125b67_8798_5595_9db3_ffc1840c9947': 'https://w3id.org/emmo#EMMO_f9125b67_8798_5595_9db3_ffc1840c9947',
	'EMMO_f93fe78b_9646_4a15_b88b_1c93686a764d': 'https://w3id.org/emmo#EMMO_f93fe78b_9646_4a15_b88b_1c93686a764d',
	'EMMO_f94e509a_be29_4365_a4cd_70165e47e232': 'https://w3id.org/emmo#EMMO_f94e509a_be29_4365_a4cd_70165e47e232',
	'EMMO_f94fceab_966b_4ead_b615_f6b6b07dfd55': 'https://w3id.org/emmo#EMMO_f94fceab_966b_4ead_b615_f6b6b07dfd55',
	'EMMO_f9544c7c_d259_5839_b36a_61595809c538': 'https://w3id.org/emmo#EMMO_f9544c7c_d259_5839_b36a_61595809c538',
	'EMMO_f96feb3f_4438_4e43_aa44_7458c4d87fc2': 'https://w3id.org/emmo#EMMO_f96feb3f_4438_4e43_aa44_7458c4d87fc2',
	'EMMO_f9bc8b52_85e9_4b53_b969_dd7724d5b8e4': 'https://w3id.org/emmo#EMMO_f9bc8b52_85e9_4b53_b969_dd7724d5b8e4',
	'EMMO_f9cc7a8e_bad7_40ea_be23_71dc6d0363df': 'https://w3id.org/emmo#EMMO_f9cc7a8e_bad7_40ea_be23_71dc6d0363df',
	'EMMO_fa3c9d4d_9fc9_4e8a_82c1_28c84e34133a': 'https://w3id.org/emmo#EMMO_fa3c9d4d_9fc9_4e8a_82c1_28c84e34133a',
	'EMMO_fa595892_070d_455e_9459_06c97179c080': 'https://w3id.org/emmo#EMMO_fa595892_070d_455e_9459_06c97179c080',
	'EMMO_fa957390_cdfb_4dda_b160_94ae25bd2254': 'https://w3id.org/emmo#EMMO_fa957390_cdfb_4dda_b160_94ae25bd2254',
	'EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185': 'https://w3id.org/emmo#EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185',
	'EMMO_fa9cfc5d_9c3c_4856_a708_28be3858917e': 'https://w3id.org/emmo#EMMO_fa9cfc5d_9c3c_4856_a708_28be3858917e',
	/** Quantities defined as ratios `Q=A/B` having equal dimensions in numerator and denominator are dimensionless quantities but still have a physical dimension defined as dim(A)/dim(B).
 
Johansson, Ingvar (2010). "Metrological thinking needs the notions of parametric quantities, units and dimensions". Metrologia. 47 (3): 219–230. doi:10.1088/0026-1394/47/3/012. ISSN 0026-1394. */
	'EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef': 'https://w3id.org/emmo#EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef',
	'EMMO_fad04773_08a7_5bd3_8990_06d7e9d2c21e': 'https://w3id.org/emmo#EMMO_fad04773_08a7_5bd3_8990_06d7e9d2c21e',
	'EMMO_faf79f53_749d_40b2_807c_d34244c192f4': 'https://w3id.org/emmo#EMMO_faf79f53_749d_40b2_807c_d34244c192f4',
	'EMMO_fb1bb238_24bc_5d37_9243_414770fda5be': 'https://w3id.org/emmo#EMMO_fb1bb238_24bc_5d37_9243_414770fda5be',
	'EMMO_fb1e757e_087e_4541_847f_392990643f64': 'https://w3id.org/emmo#EMMO_fb1e757e_087e_4541_847f_392990643f64',
	'EMMO_fb27e6d6_159e_48a6_9c29_76dc31d8a860': 'https://w3id.org/emmo#EMMO_fb27e6d6_159e_48a6_9c29_76dc31d8a860',
	'EMMO_fb294e8d_603c_4fe5_bd71_8f4d152b2fb5': 'https://w3id.org/emmo#EMMO_fb294e8d_603c_4fe5_bd71_8f4d152b2fb5',
	'EMMO_fba570fc_6881_51d6_8e9d_a8c23e422b62': 'https://w3id.org/emmo#EMMO_fba570fc_6881_51d6_8e9d_a8c23e422b62',
	'EMMO_fbc2549b_9108_467a_a573_de48eb45cc4a': 'https://w3id.org/emmo#EMMO_fbc2549b_9108_467a_a573_de48eb45cc4a',
	'EMMO_fbcc3aad_c58a_4185_bcc9_859db779b226': 'https://w3id.org/emmo#EMMO_fbcc3aad_c58a_4185_bcc9_859db779b226',
	'EMMO_fbd27874_80aa_4aac_997b_91ab766342ac': 'https://w3id.org/emmo#EMMO_fbd27874_80aa_4aac_997b_91ab766342ac',
	'EMMO_fbef8d6b_9340_4ea0_bb38_26f66a5dee60': 'https://w3id.org/emmo#EMMO_fbef8d6b_9340_4ea0_bb38_26f66a5dee60',
	'EMMO_fbf354a6_a466_4467_9473_a90b68f5d032': 'https://w3id.org/emmo#EMMO_fbf354a6_a466_4467_9473_a90b68f5d032',
	'EMMO_fbf7da6f_04bb_4c8e_abbf_e4048d6a5e73': 'https://w3id.org/emmo#EMMO_fbf7da6f_04bb_4c8e_abbf_e4048d6a5e73',
	'EMMO_fbfd4b93_12ee_5a15_8377_d4c54635b5de': 'https://w3id.org/emmo#EMMO_fbfd4b93_12ee_5a15_8377_d4c54635b5de',
	'EMMO_fc1987b2_afff_4dc6_a102_bdd9f024b03b': 'https://w3id.org/emmo#EMMO_fc1987b2_afff_4dc6_a102_bdd9f024b03b',
	'EMMO_fc457a08_9b93_4a00_bdcb_a806f30bcf90': 'https://w3id.org/emmo#EMMO_fc457a08_9b93_4a00_bdcb_a806f30bcf90',
	'EMMO_fc47b76f_ad01_4cd0_8fc6_55532000e7c8': 'https://w3id.org/emmo#EMMO_fc47b76f_ad01_4cd0_8fc6_55532000e7c8',
	'EMMO_fc7ab7d2_d960_5ae8_b13b_a53dbc547cca': 'https://w3id.org/emmo#EMMO_fc7ab7d2_d960_5ae8_b13b_a53dbc547cca',
	/** esce workpiece */
	'EMMO_fc859d37_408d_44b6_b345_a0ea0b65121e': 'https://w3id.org/emmo#EMMO_fc859d37_408d_44b6_b345_a0ea0b65121e',
	'EMMO_fc86c700_ccea_441c_b628_ad236f030fe6': 'https://w3id.org/emmo#EMMO_fc86c700_ccea_441c_b628_ad236f030fe6',
	'EMMO_fcae603e_aa6e_4940_9fa1_9f0909cabf3b': 'https://w3id.org/emmo#EMMO_fcae603e_aa6e_4940_9fa1_9f0909cabf3b',
	'EMMO_fcdf3dd6_c5d7_40d2_b062_b5580e37a9bd': 'https://w3id.org/emmo#EMMO_fcdf3dd6_c5d7_40d2_b062_b5580e37a9bd',
	'EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c': 'https://w3id.org/emmo#EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c',
	'EMMO_fcfc9256_1159_44d2_b4c2_bac1b85698da': 'https://w3id.org/emmo#EMMO_fcfc9256_1159_44d2_b4c2_bac1b85698da',
	'EMMO_fd03c660_7b3b_5451_9d78_bc48836e1cc6': 'https://w3id.org/emmo#EMMO_fd03c660_7b3b_5451_9d78_bc48836e1cc6',
	'EMMO_fd4a6307_f9f7_4b54_b044_caa04e620232': 'https://w3id.org/emmo#EMMO_fd4a6307_f9f7_4b54_b044_caa04e620232',
	'EMMO_fd6559e8_ef94_460c_9dfc_bad5c68d63b4': 'https://w3id.org/emmo#EMMO_fd6559e8_ef94_460c_9dfc_bad5c68d63b4',
	'EMMO_fd689787_31b0_41cf_bf03_0d69af76469d': 'https://w3id.org/emmo#EMMO_fd689787_31b0_41cf_bf03_0d69af76469d',
	'EMMO_fd99c17e_6385_5b97_a20c_eddffdd56837': 'https://w3id.org/emmo#EMMO_fd99c17e_6385_5b97_a20c_eddffdd56837',
	'EMMO_fdae3f5a_8f8c_4875_a784_5beda43d3009': 'https://w3id.org/emmo#EMMO_fdae3f5a_8f8c_4875_a784_5beda43d3009',
	'EMMO_fdcc0ac2_f82f_5650_838c_ec1ad138a632': 'https://w3id.org/emmo#EMMO_fdcc0ac2_f82f_5650_838c_ec1ad138a632',
	'EMMO_fdd744f7_72e5_4060_86a7_93ff361237d6': 'https://w3id.org/emmo#EMMO_fdd744f7_72e5_4060_86a7_93ff361237d6',
	/** DOI to corresponding concept in IUPAC */
	'EMMO_fe015383_afb3_44a6_ae86_043628697aa2': 'https://w3id.org/emmo#EMMO_fe015383_afb3_44a6_ae86_043628697aa2',
	'EMMO_fe3eb868_8745_4fea_8370_4313d0531c18': 'https://w3id.org/emmo#EMMO_fe3eb868_8745_4fea_8370_4313d0531c18',
	'EMMO_fe573dc7_9aac_49f2_9390_02cf697bfe53': 'https://w3id.org/emmo#EMMO_fe573dc7_9aac_49f2_9390_02cf697bfe53',
	'EMMO_fe63194f_7c04_4dbd_a244_524b38b6699b': 'https://w3id.org/emmo#EMMO_fe63194f_7c04_4dbd_a244_524b38b6699b',
	'EMMO_fe7e56ce_118b_4243_9aad_20eb9f4f31f6': 'https://w3id.org/emmo#EMMO_fe7e56ce_118b_4243_9aad_20eb9f4f31f6',
	'EMMO_fea5076a_20d0_4277_a4f1_d0eebd3b0d0e': 'https://w3id.org/emmo#EMMO_fea5076a_20d0_4277_a4f1_d0eebd3b0d0e',
	/** The complete set of SI units includes both the coherent set and the multiples and sub-multiples formed by using the SI prefixes. */
	'EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4': 'https://w3id.org/emmo#EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4',
	'EMMO_fec651dc_8962_48c3_8b30_1115b2dd7c16': 'https://w3id.org/emmo#EMMO_fec651dc_8962_48c3_8b30_1115b2dd7c16',
	'EMMO_ff010476_5153_422b_99ad_0cd59b226892': 'https://w3id.org/emmo#EMMO_ff010476_5153_422b_99ad_0cd59b226892',
	'EMMO_ff1212da_108e_4aaf_a2b0_b691fe53685e': 'https://w3id.org/emmo#EMMO_ff1212da_108e_4aaf_a2b0_b691fe53685e',
	'EMMO_ff1d6ece_712d_54b8_9c05_c26854e0c35a': 'https://w3id.org/emmo#EMMO_ff1d6ece_712d_54b8_9c05_c26854e0c35a',
	'EMMO_ff4dfc0f_6d79_41e1_9e32_68801bdea085': 'https://w3id.org/emmo#EMMO_ff4dfc0f_6d79_41e1_9e32_68801bdea085',
	'EMMO_ff4e0ff1_a3ea_5c59_82dc_75f0abad66eb': 'https://w3id.org/emmo#EMMO_ff4e0ff1_a3ea_5c59_82dc_75f0abad66eb',
	'EMMO_ff5e8306_8e33_5305_84aa_d99055d34e0c': 'https://w3id.org/emmo#EMMO_ff5e8306_8e33_5305_84aa_d99055d34e0c',
	/** Inverse of 'ElectricalResistance'. */
	'EMMO_ffb73b1e_5786_43e4_a964_cb32ac7affb7': 'https://w3id.org/emmo#EMMO_ffb73b1e_5786_43e4_a964_cb32ac7affb7',
	'EMMO_ffbacbc4_c3be_4cc5_9539_94344e72f7a6': 'https://w3id.org/emmo#EMMO_ffbacbc4_c3be_4cc5_9539_94344e72f7a6',
	/** The DBpedia definition (http://dbpedia.org/page/Boltzmann_constant) is outdated as May 20, 2019. It is now an exact quantity. */
	'EMMO_ffc7735f_c177_46a4_98e9_a54440d29209': 'https://w3id.org/emmo#EMMO_ffc7735f_c177_46a4_98e9_a54440d29209',
	'EMMO_ffd65547_6a7e_499d_826a_cee9e7d669fd': 'https://w3id.org/emmo#EMMO_ffd65547_6a7e_499d_826a_cee9e7d669fd',
	'EMMO_ffe760a2_9d1f_4aef_8bee_1f450f9cb00d': 'https://w3id.org/emmo#EMMO_ffe760a2_9d1f_4aef_8bee_1f450f9cb00d',
	'ElectronVolt': 'https://w3id.org/emmo#ElectronVolt',
	'ElectronVoltPerKelvin': 'https://w3id.org/emmo#ElectronVoltPerKelvin',
	'ElectronVoltPerTesla': 'https://w3id.org/emmo#ElectronVoltPerTesla',
	'ElectronVoltSecond': 'https://w3id.org/emmo#ElectronVoltSecond',
	'ElectronvoltPerMetre': 'https://w3id.org/emmo#ElectronvoltPerMetre',
	/** Measurement unit for electric capacitance. */
	'Farad': 'https://w3id.org/emmo#Farad',
	'FaradPerKiloMetre': 'https://w3id.org/emmo#FaradPerKiloMetre',
	'FaradPerMetre': 'https://w3id.org/emmo#FaradPerMetre',
	'Fraction': 'https://w3id.org/emmo#Fraction',
	'GramDegreeCelsius': 'https://w3id.org/emmo#GramDegreeCelsius',
	'GramPerDay': 'https://w3id.org/emmo#GramPerDay',
	'GramPerHour': 'https://w3id.org/emmo#GramPerHour',
	'GramPerLitre': 'https://w3id.org/emmo#GramPerLitre',
	'GramPerMilliLitre': 'https://w3id.org/emmo#GramPerMilliLitre',
	'GramPerMinute': 'https://w3id.org/emmo#GramPerMinute',
	'GramPerSquareMetrePerDay': 'https://w3id.org/emmo#GramPerSquareMetrePerDay',
	'Gray': 'https://w3id.org/emmo#Gray',
	'GrayPerSecond': 'https://w3id.org/emmo#GrayPerSecond',
	'Hectare': 'https://w3id.org/emmo#Hectare',
	'Henry': 'https://w3id.org/emmo#Henry',
	'HenryPerKiloOhm': 'https://w3id.org/emmo#HenryPerKiloOhm',
	'HenryPerMetre': 'https://w3id.org/emmo#HenryPerMetre',
	'HenryPerOhm': 'https://w3id.org/emmo#HenryPerOhm',
	'Hertz': 'https://w3id.org/emmo#Hertz',
	'HertzMetre': 'https://w3id.org/emmo#HertzMetre',
	'HertzPerKelvin': 'https://w3id.org/emmo#HertzPerKelvin',
	'HertzPerTesla': 'https://w3id.org/emmo#HertzPerTesla',
	'HertzPerVolt': 'https://w3id.org/emmo#HertzPerVolt',
	'Hour': 'https://w3id.org/emmo#Hour',
	'Joule': 'https://w3id.org/emmo#Joule',
	'JouleMetrePerMole': 'https://w3id.org/emmo#JouleMetrePerMole',
	'JoulePerCubicMetre': 'https://w3id.org/emmo#JoulePerCubicMetre',
	'JoulePerCubicMetreKelvin': 'https://w3id.org/emmo#JoulePerCubicMetreKelvin',
	'JoulePerHour': 'https://w3id.org/emmo#JoulePerHour',
	'JoulePerKelvin': 'https://w3id.org/emmo#JoulePerKelvin',
	'JoulePerKilogram': 'https://w3id.org/emmo#JoulePerKilogram',
	'JoulePerKilogramKelvin': 'https://w3id.org/emmo#JoulePerKilogramKelvin',
	'JoulePerKilogramKelvinCubicMetre': 'https://w3id.org/emmo#JoulePerKilogramKelvinCubicMetre',
	'JoulePerKilogramKelvinPerPascal': 'https://w3id.org/emmo#JoulePerKilogramKelvinPerPascal',
	'JoulePerMetre': 'https://w3id.org/emmo#JoulePerMetre',
	'JoulePerMole': 'https://w3id.org/emmo#JoulePerMole',
	'JoulePerMoleKelvin': 'https://w3id.org/emmo#JoulePerMoleKelvin',
	'JoulePerQuarticMetre': 'https://w3id.org/emmo#JoulePerQuarticMetre',
	'JoulePerSecond': 'https://w3id.org/emmo#JoulePerSecond',
	'JoulePerSquareCentiMetre': 'https://w3id.org/emmo#JoulePerSquareCentiMetre',
	'JoulePerSquareCentiMetrePerDay': 'https://w3id.org/emmo#JoulePerSquareCentiMetrePerDay',
	'JoulePerSquareMetre': 'https://w3id.org/emmo#JoulePerSquareMetre',
	'JoulePerSquareTesla': 'https://w3id.org/emmo#JoulePerSquareTesla',
	'JoulePerTesla': 'https://w3id.org/emmo#JoulePerTesla',
	'JouleSecond': 'https://w3id.org/emmo#JouleSecond',
	'JouleSecondPerMole': 'https://w3id.org/emmo#JouleSecondPerMole',
	'JouleSquareMetre': 'https://w3id.org/emmo#JouleSquareMetre',
	'JouleSquareMetrePerKilogram': 'https://w3id.org/emmo#JouleSquareMetrePerKilogram',
	'Katal': 'https://w3id.org/emmo#Katal',
	'Kelvin': 'https://w3id.org/emmo#Kelvin',
	'KelvinDay': 'https://w3id.org/emmo#KelvinDay',
	'KelvinMetre': 'https://w3id.org/emmo#KelvinMetre',
	'KelvinMetrePerSecond': 'https://w3id.org/emmo#KelvinMetrePerSecond',
	'KelvinMetrePerWatt': 'https://w3id.org/emmo#KelvinMetrePerWatt',
	'KelvinPascalPerSecond': 'https://w3id.org/emmo#KelvinPascalPerSecond',
	'KelvinPerHour': 'https://w3id.org/emmo#KelvinPerHour',
	'KelvinPerKelvin': 'https://w3id.org/emmo#KelvinPerKelvin',
	'KelvinPerMetre': 'https://w3id.org/emmo#KelvinPerMetre',
	'KelvinPerMinute': 'https://w3id.org/emmo#KelvinPerMinute',
	'KelvinPerSecond': 'https://w3id.org/emmo#KelvinPerSecond',
	'KelvinPerSquareSecond': 'https://w3id.org/emmo#KelvinPerSquareSecond',
	'KelvinPerTesla': 'https://w3id.org/emmo#KelvinPerTesla',
	'KelvinPerWatt': 'https://w3id.org/emmo#KelvinPerWatt',
	'KelvinSecond': 'https://w3id.org/emmo#KelvinSecond',
	'KelvinSquareMetrePerKilogramPerSecond': 'https://w3id.org/emmo#KelvinSquareMetrePerKilogramPerSecond',
	'Kilogram': 'https://w3id.org/emmo#Kilogram',
	/** Other used symbols for litre are "l" and "ℓ". */
	'Litre': 'https://w3id.org/emmo#Litre',
	'LitrePerDay': 'https://w3id.org/emmo#LitrePerDay',
	'LitrePerHour': 'https://w3id.org/emmo#LitrePerHour',
	'LitrePerKelvin': 'https://w3id.org/emmo#LitrePerKelvin',
	'LitrePerKilogram': 'https://w3id.org/emmo#LitrePerKilogram',
	'LitrePerLitre': 'https://w3id.org/emmo#LitrePerLitre',
	'LitrePerMicroMole': 'https://w3id.org/emmo#LitrePerMicroMole',
	'LitrePerMinute': 'https://w3id.org/emmo#LitrePerMinute',
	'LitrePerMole': 'https://w3id.org/emmo#LitrePerMole',
	'LitrePerSecond': 'https://w3id.org/emmo#LitrePerSecond',
	'LitrePerSecondPerSquareMetre': 'https://w3id.org/emmo#LitrePerSecondPerSquareMetre',
	'Lumen': 'https://w3id.org/emmo#Lumen',
	'LumenPerWatt': 'https://w3id.org/emmo#LumenPerWatt',
	'LumenSecond': 'https://w3id.org/emmo#LumenSecond',
	'Lux': 'https://w3id.org/emmo#Lux',
	'LuxHour': 'https://w3id.org/emmo#LuxHour',
	'MegaAmperePerSquareMetre': 'https://w3id.org/emmo#MegaAmperePerSquareMetre',
	'MegaVolt': 'https://w3id.org/emmo#MegaVolt',
	'Metre': 'https://w3id.org/emmo#Metre',
	'MetreKelvin': 'https://w3id.org/emmo#MetreKelvin',
	'MetreKelvinPerWatt': 'https://w3id.org/emmo#MetreKelvinPerWatt',
	'MetreKilogram': 'https://w3id.org/emmo#MetreKilogram',
	'MetrePerFarad': 'https://w3id.org/emmo#MetrePerFarad',
	'MetrePerHour': 'https://w3id.org/emmo#MetrePerHour',
	'MetrePerKelvin': 'https://w3id.org/emmo#MetrePerKelvin',
	'MetrePerMinute': 'https://w3id.org/emmo#MetrePerMinute',
	'MetrePerSecond': 'https://w3id.org/emmo#MetrePerSecond',
	'MetrePerSquareSecond': 'https://w3id.org/emmo#MetrePerSquareSecond',
	'MicroBecquerel': 'https://w3id.org/emmo#MicroBecquerel',
	'MicroCoulombPerCubicMetre': 'https://w3id.org/emmo#MicroCoulombPerCubicMetre',
	'MicroCoulombPerSquareMetre': 'https://w3id.org/emmo#MicroCoulombPerSquareMetre',
	'MicroFaradPerKiloMetre': 'https://w3id.org/emmo#MicroFaradPerKiloMetre',
	'MicroFaradPerMetre': 'https://w3id.org/emmo#MicroFaradPerMetre',
	'MicroGram': 'https://w3id.org/emmo#MicroGram',
	'MicroGramPerLitre': 'https://w3id.org/emmo#MicroGramPerLitre',
	'MicroHenryPerMetre': 'https://w3id.org/emmo#MicroHenryPerMetre',
	'MicroLitre': 'https://w3id.org/emmo#MicroLitre',
	'MicroLitrePerLitre': 'https://w3id.org/emmo#MicroLitrePerLitre',
	'MicroMetrePerKelvin': 'https://w3id.org/emmo#MicroMetrePerKelvin',
	'MicroMole': 'https://w3id.org/emmo#MicroMole',
	'MicroNewton': 'https://w3id.org/emmo#MicroNewton',
	'MicroNewtonMetre': 'https://w3id.org/emmo#MicroNewtonMetre',
	'MicroOhm': 'https://w3id.org/emmo#MicroOhm',
	'MicroPascal': 'https://w3id.org/emmo#MicroPascal',
	'MicroSiemens': 'https://w3id.org/emmo#MicroSiemens',
	'MicroSiemensPerCentiMetre': 'https://w3id.org/emmo#MicroSiemensPerCentiMetre',
	'MicroSiemensPerMetre': 'https://w3id.org/emmo#MicroSiemensPerMetre',
	'MicroWatt': 'https://w3id.org/emmo#MicroWatt',
	'Minute': 'https://w3id.org/emmo#Minute',
	'MolPerKilogram': 'https://w3id.org/emmo#MolPerKilogram',
	'Mole': 'https://w3id.org/emmo#Mole',
	'MoleDegreeCelsius': 'https://w3id.org/emmo#MoleDegreeCelsius',
	'MoleKelvin': 'https://w3id.org/emmo#MoleKelvin',
	'MolePerCubicDeciMetre': 'https://w3id.org/emmo#MolePerCubicDeciMetre',
	'MolePerCubicMetre': 'https://w3id.org/emmo#MolePerCubicMetre',
	'MolePerCubicMetrePerSecond': 'https://w3id.org/emmo#MolePerCubicMetrePerSecond',
	'MolePerGramPerHour': 'https://w3id.org/emmo#MolePerGramPerHour',
	'MolePerHour': 'https://w3id.org/emmo#MolePerHour',
	'MolePerKilogramPascal': 'https://w3id.org/emmo#MolePerKilogramPascal',
	'MolePerLitre': 'https://w3id.org/emmo#MolePerLitre',
	'MolePerMinute': 'https://w3id.org/emmo#MolePerMinute',
	'MolePerMole': 'https://w3id.org/emmo#MolePerMole',
	'MolePerSecond': 'https://w3id.org/emmo#MolePerSecond',
	'MolePerSquareMetre': 'https://w3id.org/emmo#MolePerSquareMetre',
	'MolePerSquareMetrePerDay': 'https://w3id.org/emmo#MolePerSquareMetrePerDay',
	'MolePerSquareMetrePerSecond': 'https://w3id.org/emmo#MolePerSquareMetrePerSecond',
	'MolePerSquareMetrePerSecondPerMetre': 'https://w3id.org/emmo#MolePerSquareMetrePerSecondPerMetre',
	'MolePerSquareMetrePerSecondPerMetrePerSteradian': 'https://w3id.org/emmo#MolePerSquareMetrePerSecondPerMetrePerSteradian',
	'MolePerSquareMetrePerSecondPerSteradian': 'https://w3id.org/emmo#MolePerSquareMetrePerSecondPerSteradian',
	'Neper': 'https://w3id.org/emmo#Neper',
	'Newton': 'https://w3id.org/emmo#Newton',
	'NewtonCentiMetre': 'https://w3id.org/emmo#NewtonCentiMetre',
	/** Note that the physical dimension is the same as for Joule. */
	'NewtonMetre': 'https://w3id.org/emmo#NewtonMetre',
	'NewtonMetrePerAmpere': 'https://w3id.org/emmo#NewtonMetrePerAmpere',
	'NewtonMetrePerKilogram': 'https://w3id.org/emmo#NewtonMetrePerKilogram',
	'NewtonMetrePerMetre': 'https://w3id.org/emmo#NewtonMetrePerMetre',
	'NewtonMetrePerMetrePerRadian': 'https://w3id.org/emmo#NewtonMetrePerMetrePerRadian',
	'NewtonMetrePerRadian': 'https://w3id.org/emmo#NewtonMetrePerRadian',
	'NewtonMetrePerSquareMetre': 'https://w3id.org/emmo#NewtonMetrePerSquareMetre',
	'NewtonMetreSecond': 'https://w3id.org/emmo#NewtonMetreSecond',
	'NewtonMetreSecondPerMetre': 'https://w3id.org/emmo#NewtonMetreSecondPerMetre',
	'NewtonMetreSecondPerRadian': 'https://w3id.org/emmo#NewtonMetreSecondPerRadian',
	'NewtonPerAmpere': 'https://w3id.org/emmo#NewtonPerAmpere',
	'NewtonPerCentiMetre': 'https://w3id.org/emmo#NewtonPerCentiMetre',
	'NewtonPerCoulomb': 'https://w3id.org/emmo#NewtonPerCoulomb',
	'NewtonPerCubicMetre': 'https://w3id.org/emmo#NewtonPerCubicMetre',
	'NewtonPerKilogram': 'https://w3id.org/emmo#NewtonPerKilogram',
	'NewtonPerMetre': 'https://w3id.org/emmo#NewtonPerMetre',
	'NewtonPerMilliMetre': 'https://w3id.org/emmo#NewtonPerMilliMetre',
	'NewtonPerRadian': 'https://w3id.org/emmo#NewtonPerRadian',
	'NewtonPerSquareCentiMetre': 'https://w3id.org/emmo#NewtonPerSquareCentiMetre',
	'NewtonPerSquareMetre': 'https://w3id.org/emmo#NewtonPerSquareMetre',
	'NewtonPerSquareMilliMetre': 'https://w3id.org/emmo#NewtonPerSquareMilliMetre',
	'NewtonSecond': 'https://w3id.org/emmo#NewtonSecond',
	'NewtonSecondPerCubicMetre': 'https://w3id.org/emmo#NewtonSecondPerCubicMetre',
	'NewtonSecondPerMetre': 'https://w3id.org/emmo#NewtonSecondPerMetre',
	'NewtonSecondPerRadian': 'https://w3id.org/emmo#NewtonSecondPerRadian',
	'NewtonSquareMetre': 'https://w3id.org/emmo#NewtonSquareMetre',
	'NewtonSquareMetrePerAmpere': 'https://w3id.org/emmo#NewtonSquareMetrePerAmpere',
	'NewtonSquareMetrePerSquareKilogram': 'https://w3id.org/emmo#NewtonSquareMetrePerSquareKilogram',
	'Ohm': 'https://w3id.org/emmo#Ohm',
	'OhmMetre': 'https://w3id.org/emmo#OhmMetre',
	'OhmSquareMetrePerMetre': 'https://w3id.org/emmo#OhmSquareMetrePerMetre',
	'Pascal': 'https://w3id.org/emmo#Pascal',
	'PascalCubicMetrePerSecond': 'https://w3id.org/emmo#PascalCubicMetrePerSecond',
	'PascalLitrePerSecond': 'https://w3id.org/emmo#PascalLitrePerSecond',
	'PascalMetre': 'https://w3id.org/emmo#PascalMetre',
	'PascalMetrePerSecond': 'https://w3id.org/emmo#PascalMetrePerSecond',
	'PascalMetrePerSquareSecond': 'https://w3id.org/emmo#PascalMetrePerSquareSecond',
	'PascalPerHour': 'https://w3id.org/emmo#PascalPerHour',
	'PascalPerKelvin': 'https://w3id.org/emmo#PascalPerKelvin',
	'PascalPerMetre': 'https://w3id.org/emmo#PascalPerMetre',
	'PascalPerMinute': 'https://w3id.org/emmo#PascalPerMinute',
	'PascalPerSecond': 'https://w3id.org/emmo#PascalPerSecond',
	'PascalSecond': 'https://w3id.org/emmo#PascalSecond',
	'PascalSecondPerCubicMetre': 'https://w3id.org/emmo#PascalSecondPerCubicMetre',
	'PascalSecondPerMetre': 'https://w3id.org/emmo#PascalSecondPerMetre',
	'QuarticCoulombMetrePerCubicEnergy': 'https://w3id.org/emmo#QuarticCoulombMetrePerCubicEnergy',
	'QuarticMetre': 'https://w3id.org/emmo#QuarticMetre',
	'QuarticMetrePerSecond': 'https://w3id.org/emmo#QuarticMetrePerSecond',
	'QuarticMilliMetre': 'https://w3id.org/emmo#QuarticMilliMetre',
	'QuinticMetre': 'https://w3id.org/emmo#QuinticMetre',
	/** Dimensionless measurement unit for plane angle. */
	'Radian': 'https://w3id.org/emmo#Radian',
	'RadianPerHour': 'https://w3id.org/emmo#RadianPerHour',
	'RadianPerMetre': 'https://w3id.org/emmo#RadianPerMetre',
	'RadianPerMinute': 'https://w3id.org/emmo#RadianPerMinute',
	'RadianPerSecond': 'https://w3id.org/emmo#RadianPerSecond',
	'RadianPerSquareSecond': 'https://w3id.org/emmo#RadianPerSquareSecond',
	'RadianSquareMetrePerKilogram': 'https://w3id.org/emmo#RadianSquareMetrePerKilogram',
	'RadianSquareMetrePerMole': 'https://w3id.org/emmo#RadianSquareMetrePerMole',
	'ReciprocalCentiMetre': 'https://w3id.org/emmo#ReciprocalCentiMetre',
	'ReciprocalCubicCentiMetre': 'https://w3id.org/emmo#ReciprocalCubicCentiMetre',
	'ReciprocalCubicMetre': 'https://w3id.org/emmo#ReciprocalCubicMetre',
	'ReciprocalCubicMetreSecond': 'https://w3id.org/emmo#ReciprocalCubicMetreSecond',
	'ReciprocalCubicMilliMetre': 'https://w3id.org/emmo#ReciprocalCubicMilliMetre',
	'ReciprocalDay': 'https://w3id.org/emmo#ReciprocalDay',
	'ReciprocalHenry': 'https://w3id.org/emmo#ReciprocalHenry',
	'ReciprocalHour': 'https://w3id.org/emmo#ReciprocalHour',
	'ReciprocalJouleCubicMetre': 'https://w3id.org/emmo#ReciprocalJouleCubicMetre',
	'ReciprocalKelvin': 'https://w3id.org/emmo#ReciprocalKelvin',
	'ReciprocalKiloMetre': 'https://w3id.org/emmo#ReciprocalKiloMetre',
	'ReciprocalKiloVoltAmpereHour': 'https://w3id.org/emmo#ReciprocalKiloVoltAmpereHour',
	'ReciprocalLitre': 'https://w3id.org/emmo#ReciprocalLitre',
	'ReciprocalMetre': 'https://w3id.org/emmo#ReciprocalMetre',
	'ReciprocalMetreKelvin': 'https://w3id.org/emmo#ReciprocalMetreKelvin',
	'ReciprocalMetrePerNanoMetre': 'https://w3id.org/emmo#ReciprocalMetrePerNanoMetre',
	'ReciprocalMetrePerNanoMetrePerSteradian': 'https://w3id.org/emmo#ReciprocalMetrePerNanoMetrePerSteradian',
	'ReciprocalMetrePerSecond': 'https://w3id.org/emmo#ReciprocalMetrePerSecond',
	'ReciprocalMetrePerSteradian': 'https://w3id.org/emmo#ReciprocalMetrePerSteradian',
	'ReciprocalMicroMetre': 'https://w3id.org/emmo#ReciprocalMicroMetre',
	'ReciprocalMicroMolePerLitre': 'https://w3id.org/emmo#ReciprocalMicroMolePerLitre',
	'ReciprocalMilliMetre': 'https://w3id.org/emmo#ReciprocalMilliMetre',
	'ReciprocalMilliSecond': 'https://w3id.org/emmo#ReciprocalMilliSecond',
	'ReciprocalMinute': 'https://w3id.org/emmo#ReciprocalMinute',
	'ReciprocalMole': 'https://w3id.org/emmo#ReciprocalMole',
	'ReciprocalNanoMetre': 'https://w3id.org/emmo#ReciprocalNanoMetre',
	'ReciprocalPascal': 'https://w3id.org/emmo#ReciprocalPascal',
	'ReciprocalPascalPerSecond': 'https://w3id.org/emmo#ReciprocalPascalPerSecond',
	'ReciprocalPicoMetre': 'https://w3id.org/emmo#ReciprocalPicoMetre',
	'ReciprocalSecond': 'https://w3id.org/emmo#ReciprocalSecond',
	'ReciprocalSecondSquareMetre': 'https://w3id.org/emmo#ReciprocalSecondSquareMetre',
	'ReciprocalSecondSquareMetreSteradian': 'https://w3id.org/emmo#ReciprocalSecondSquareMetreSteradian',
	'ReciprocalSecondSteradian': 'https://w3id.org/emmo#ReciprocalSecondSteradian',
	'ReciprocalSquareElectronVolt': 'https://w3id.org/emmo#ReciprocalSquareElectronVolt',
	'ReciprocalSquareGigaElectronVolt': 'https://w3id.org/emmo#ReciprocalSquareGigaElectronVolt',
	'ReciprocalSquareJoule': 'https://w3id.org/emmo#ReciprocalSquareJoule',
	'ReciprocalSquareKilogram': 'https://w3id.org/emmo#ReciprocalSquareKilogram',
	'ReciprocalSquareMetre': 'https://w3id.org/emmo#ReciprocalSquareMetre',
	'ReciprocalSquareMetreSecond': 'https://w3id.org/emmo#ReciprocalSquareMetreSecond',
	'ReciprocalSquareSecond': 'https://w3id.org/emmo#ReciprocalSquareSecond',
	'ReciprocalSteradian': 'https://w3id.org/emmo#ReciprocalSteradian',
	'ReciprocalTeslaMetre': 'https://w3id.org/emmo#ReciprocalTeslaMetre',
	'ReciprocalTeslaSecond': 'https://w3id.org/emmo#ReciprocalTeslaSecond',
	'ReciprocalWeber': 'https://w3id.org/emmo#ReciprocalWeber',
	'RevolutionPerMinute': 'https://w3id.org/emmo#RevolutionPerMinute',
	'Second': 'https://w3id.org/emmo#Second',
	'SecondPerMetre': 'https://w3id.org/emmo#SecondPerMetre',
	'SecondPerRadianCubicMetre': 'https://w3id.org/emmo#SecondPerRadianCubicMetre',
	'SexticMetre': 'https://w3id.org/emmo#SexticMetre',
	'Siemens': 'https://w3id.org/emmo#Siemens',
	'SiemensPerCentiMetre': 'https://w3id.org/emmo#SiemensPerCentiMetre',
	'SiemensPerMetre': 'https://w3id.org/emmo#SiemensPerMetre',
	'SiemensSquareMetrePerMole': 'https://w3id.org/emmo#SiemensSquareMetrePerMole',
	'Sievert': 'https://w3id.org/emmo#Sievert',
	'SquareCentiMetre': 'https://w3id.org/emmo#SquareCentiMetre',
	'SquareCentiMetreMinute': 'https://w3id.org/emmo#SquareCentiMetreMinute',
	'SquareCentiMetrePerCubicCentiMetre': 'https://w3id.org/emmo#SquareCentiMetrePerCubicCentiMetre',
	'SquareCentiMetrePerSecond': 'https://w3id.org/emmo#SquareCentiMetrePerSecond',
	'SquareCentiMetreSecond': 'https://w3id.org/emmo#SquareCentiMetreSecond',
	'SquareCoulombSquareMetrePerJoule': 'https://w3id.org/emmo#SquareCoulombSquareMetrePerJoule',
	'SquareDeciMetre': 'https://w3id.org/emmo#SquareDeciMetre',
	'SquareDegree': 'https://w3id.org/emmo#SquareDegree',
	'SquareDegreeCelsiusPerSecond': 'https://w3id.org/emmo#SquareDegreeCelsiusPerSecond',
	'SquareKelvin': 'https://w3id.org/emmo#SquareKelvin',
	'SquareKilogramPerSquareSecond': 'https://w3id.org/emmo#SquareKilogramPerSquareSecond',
	'SquareMetre': 'https://w3id.org/emmo#SquareMetre',
	'SquareMetreCubicHertz': 'https://w3id.org/emmo#SquareMetreCubicHertz',
	'SquareMetreHertz': 'https://w3id.org/emmo#SquareMetreHertz',
	'SquareMetreKelvin': 'https://w3id.org/emmo#SquareMetreKelvin',
	'SquareMetreKelvinPerWatt': 'https://w3id.org/emmo#SquareMetreKelvinPerWatt',
	'SquareMetrePerGram': 'https://w3id.org/emmo#SquareMetrePerGram',
	'SquareMetrePerHectare': 'https://w3id.org/emmo#SquareMetrePerHectare',
	'SquareMetrePerHertz': 'https://w3id.org/emmo#SquareMetrePerHertz',
	'SquareMetrePerHertzPerDegree': 'https://w3id.org/emmo#SquareMetrePerHertzPerDegree',
	'SquareMetrePerJoule': 'https://w3id.org/emmo#SquareMetrePerJoule',
	'SquareMetrePerKelvin': 'https://w3id.org/emmo#SquareMetrePerKelvin',
	'SquareMetrePerKilogram': 'https://w3id.org/emmo#SquareMetrePerKilogram',
	'SquareMetrePerMole': 'https://w3id.org/emmo#SquareMetrePerMole',
	'SquareMetrePerNewton': 'https://w3id.org/emmo#SquareMetrePerNewton',
	'SquareMetrePerSecond': 'https://w3id.org/emmo#SquareMetrePerSecond',
	'SquareMetrePerSquareHertz': 'https://w3id.org/emmo#SquareMetrePerSquareHertz',
	'SquareMetrePerSquareMetre': 'https://w3id.org/emmo#SquareMetrePerSquareMetre',
	'SquareMetrePerSquareSecond': 'https://w3id.org/emmo#SquareMetrePerSquareSecond',
	'SquareMetrePerSteradian': 'https://w3id.org/emmo#SquareMetrePerSteradian',
	'SquareMetrePerSteradianJoule': 'https://w3id.org/emmo#SquareMetrePerSteradianJoule',
	'SquareMetrePerVoltSecond': 'https://w3id.org/emmo#SquareMetrePerVoltSecond',
	'SquareMetreQuarticHertz': 'https://w3id.org/emmo#SquareMetreQuarticHertz',
	'SquareMetreSecondPerRadian': 'https://w3id.org/emmo#SquareMetreSecondPerRadian',
	'SquareMetreSquareHertz': 'https://w3id.org/emmo#SquareMetreSquareHertz',
	'SquareMetreSteradian': 'https://w3id.org/emmo#SquareMetreSteradian',
	'SquareMicroMetre': 'https://w3id.org/emmo#SquareMicroMetre',
	'SquareMilliMetre': 'https://w3id.org/emmo#SquareMilliMetre',
	'SquareMilliMetrePerSecond': 'https://w3id.org/emmo#SquareMilliMetrePerSecond',
	'SquareNanoMetre': 'https://w3id.org/emmo#SquareNanoMetre',
	'SquarePascalPerSquareSecond': 'https://w3id.org/emmo#SquarePascalPerSquareSecond',
	'SquarePascalSecond': 'https://w3id.org/emmo#SquarePascalSecond',
	'SquareSecond': 'https://w3id.org/emmo#SquareSecond',
	'SquareVoltPerSquareKelvin': 'https://w3id.org/emmo#SquareVoltPerSquareKelvin',
	'Steradian': 'https://w3id.org/emmo#Steradian',
	'Tesla': 'https://w3id.org/emmo#Tesla',
	'Tonne': 'https://w3id.org/emmo#Tonne',
	'TonnePerCubicMetre': 'https://w3id.org/emmo#TonnePerCubicMetre',
	'TonnePerDay': 'https://w3id.org/emmo#TonnePerDay',
	'TonnePerHectare': 'https://w3id.org/emmo#TonnePerHectare',
	'TonnePerHour': 'https://w3id.org/emmo#TonnePerHour',
	'TonnePerMinute': 'https://w3id.org/emmo#TonnePerMinute',
	'TonnePerSecond': 'https://w3id.org/emmo#TonnePerSecond',
	'Volt': 'https://w3id.org/emmo#Volt',
	'VoltAmpere': 'https://w3id.org/emmo#VoltAmpere',
	'VoltAmpereHour': 'https://w3id.org/emmo#VoltAmpereHour',
	'VoltPerCentiMetre': 'https://w3id.org/emmo#VoltPerCentiMetre',
	'VoltPerKelvin': 'https://w3id.org/emmo#VoltPerKelvin',
	'VoltPerMetre': 'https://w3id.org/emmo#VoltPerMetre',
	'VoltPerMicroSecond': 'https://w3id.org/emmo#VoltPerMicroSecond',
	'VoltPerMilliMetre': 'https://w3id.org/emmo#VoltPerMilliMetre',
	'VoltPerSecond': 'https://w3id.org/emmo#VoltPerSecond',
	'VoltPerSquareMetre': 'https://w3id.org/emmo#VoltPerSquareMetre',
	'VoltSecondPerMetre': 'https://w3id.org/emmo#VoltSecondPerMetre',
	'Watt': 'https://w3id.org/emmo#Watt',
	'WattHourPerKilogram': 'https://w3id.org/emmo#WattHourPerKilogram',
	'WattHourPerLitre': 'https://w3id.org/emmo#WattHourPerLitre',
	'WattMetrePerSquareMetreSteradian': 'https://w3id.org/emmo#WattMetrePerSquareMetreSteradian',
	'WattPerCubicMetre': 'https://w3id.org/emmo#WattPerCubicMetre',
	'WattPerKelvin': 'https://w3id.org/emmo#WattPerKelvin',
	'WattPerKilogram': 'https://w3id.org/emmo#WattPerKilogram',
	'WattPerLitre': 'https://w3id.org/emmo#WattPerLitre',
	'WattPerMetre': 'https://w3id.org/emmo#WattPerMetre',
	'WattPerMetreKelvin': 'https://w3id.org/emmo#WattPerMetreKelvin',
	'WattPerSquareCentiMetre': 'https://w3id.org/emmo#WattPerSquareCentiMetre',
	'WattPerSquareMetre': 'https://w3id.org/emmo#WattPerSquareMetre',
	'WattPerSquareMetreKelvin': 'https://w3id.org/emmo#WattPerSquareMetreKelvin',
	'WattPerSquareMetrePascal': 'https://w3id.org/emmo#WattPerSquareMetrePascal',
	'WattPerSquareMetrePerMetre': 'https://w3id.org/emmo#WattPerSquareMetrePerMetre',
	'WattPerSquareMetrePerMetrePerSteradian': 'https://w3id.org/emmo#WattPerSquareMetrePerMetrePerSteradian',
	'WattPerSquareMetrePerNanoMetre': 'https://w3id.org/emmo#WattPerSquareMetrePerNanoMetre',
	'WattPerSquareMetrePerNanoMetrePerSteradian': 'https://w3id.org/emmo#WattPerSquareMetrePerNanoMetrePerSteradian',
	'WattPerSquareMetreQuarticKelvin': 'https://w3id.org/emmo#WattPerSquareMetreQuarticKelvin',
	'WattPerSquareMetreSteradian': 'https://w3id.org/emmo#WattPerSquareMetreSteradian',
	'WattPerSteradian': 'https://w3id.org/emmo#WattPerSteradian',
	'WattSecond': 'https://w3id.org/emmo#WattSecond',
	'WattSecondPerSquareMetre': 'https://w3id.org/emmo#WattSecondPerSquareMetre',
	'Watthour': 'https://w3id.org/emmo#Watthour',
	'WatthourPerCubicMetre': 'https://w3id.org/emmo#WatthourPerCubicMetre',
	'Weber': 'https://w3id.org/emmo#Weber',
	'WeberMetre': 'https://w3id.org/emmo#WeberMetre',
	'WeberPerMetre': 'https://w3id.org/emmo#WeberPerMetre',
	'WeberPerMilliMetre': 'https://w3id.org/emmo#WeberPerMilliMetre',
	'emmo_fd2aa864_eef7_4c3d_8243_9ea832d9df3e': 'https://w3id.org/emmo#emmo_fd2aa864_eef7_4c3d_8243_9ea832d9df3e',
	'x': 'urn:swrl:var#x',
	'y': 'urn:swrl:var#y',
	'z': 'urn:swrl:var#z',
}
 
/** Namespace URI of the emmo vocabulary. */
export const _emmo = { termType: 'NamedNode', value: 'https://w3id.org/emmo#', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#' } as NamedNode;
 
export const emmo = {
	'abstract': { termType: 'NamedNode', value: 'http://purl.org/dc/terms/abstract', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://purl.org/dc/terms/abstract' } as NamedNode,
	'contributor': { termType: 'NamedNode', value: 'http://purl.org/dc/terms/contributor', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://purl.org/dc/terms/contributor' } as NamedNode,
	'creator': { termType: 'NamedNode', value: 'http://purl.org/dc/terms/creator', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://purl.org/dc/terms/creator' } as NamedNode,
	'license': { termType: 'NamedNode', value: 'http://purl.org/dc/terms/license', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://purl.org/dc/terms/license' } as NamedNode,
	'publisher': { termType: 'NamedNode', value: 'http://purl.org/dc/terms/publisher', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://purl.org/dc/terms/publisher' } as NamedNode,
	'title': { termType: 'NamedNode', value: 'http://purl.org/dc/terms/title', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://purl.org/dc/terms/title' } as NamedNode,
	'isDefinedBy': { termType: 'NamedNode', value: 'http://www.w3.org/2000/01/rdf-schema#isDefinedBy', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2000/01/rdf-schema#isDefinedBy' } as NamedNode,
	'label': { termType: 'NamedNode', value: 'http://www.w3.org/2000/01/rdf-schema#label', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2000/01/rdf-schema#label' } as NamedNode,
	/** EMMO applies the naming convension to its sub-properties of rdfs:seeAlso that their label must end with one of the following terms:
  - 'Match': resolvable URLs to corresponding entity in another ontology
  - 'Entry': resolvable URLs to a human readable resource describing the subject
  - 'Ref': non-resolvable reference to a human readable resource describing the subject */
	'seeAlso': { termType: 'NamedNode', value: 'http://www.w3.org/2000/01/rdf-schema#seeAlso', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2000/01/rdf-schema#seeAlso' } as NamedNode,
	'minQualifiedCardinality': { termType: 'NamedNode', value: 'http://www.w3.org/2002/07/owl#minQualifiedCardinality', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2002/07/owl#minQualifiedCardinality' } as NamedNode,
	'qualifiedCardinality': { termType: 'NamedNode', value: 'http://www.w3.org/2002/07/owl#qualifiedCardinality', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2002/07/owl#qualifiedCardinality' } as NamedNode,
	'altLabel': { termType: 'NamedNode', value: 'http://www.w3.org/2004/02/skos/core#altLabel', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2004/02/skos/core#altLabel' } as NamedNode,
	'hiddenLabel': { termType: 'NamedNode', value: 'http://www.w3.org/2004/02/skos/core#hiddenLabel', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2004/02/skos/core#hiddenLabel' } as NamedNode,
	'prefLabel': { termType: 'NamedNode', value: 'http://www.w3.org/2004/02/skos/core#prefLabel', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2004/02/skos/core#prefLabel' } as NamedNode,
	'logo': { termType: 'NamedNode', value: 'http://xmlns.com/foaf/0.1/logo', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://xmlns.com/foaf/0.1/logo' } as NamedNode,
	/** Contacts:
Gerhard Goldbeck
Goldbeck Consulting Ltd (UK)
email: gerhard@goldbeck-consulting.com
 
Emanuele Ghedini
University of Bologna (IT)
email: emanuele.ghedini@unibo.it */
	'emmo': { termType: 'NamedNode', value: 'https://w3id.org/emmo', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo' } as NamedNode,
	'Ampere': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Ampere', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Ampere' } as NamedNode,
	'AmpereHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#AmpereHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#AmpereHour' } as NamedNode,
	'AmpereHourPerKilogram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#AmpereHourPerKilogram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#AmpereHourPerKilogram' } as NamedNode,
	'AmpereHourPerLitre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#AmpereHourPerLitre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#AmpereHourPerLitre' } as NamedNode,
	'AmperePerCentiMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#AmperePerCentiMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#AmperePerCentiMetre' } as NamedNode,
	'AmperePerDegreeCelsius': { termType: 'NamedNode', value: 'https://w3id.org/emmo#AmperePerDegreeCelsius', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#AmperePerDegreeCelsius' } as NamedNode,
	'AmperePerGram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#AmperePerGram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#AmperePerGram' } as NamedNode,
	'AmperePerJoule': { termType: 'NamedNode', value: 'https://w3id.org/emmo#AmperePerJoule', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#AmperePerJoule' } as NamedNode,
	'AmperePerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#AmperePerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#AmperePerMetre' } as NamedNode,
	'AmperePerMilliMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#AmperePerMilliMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#AmperePerMilliMetre' } as NamedNode,
	'AmperePerRadian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#AmperePerRadian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#AmperePerRadian' } as NamedNode,
	'AmperePerSquareCentiMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#AmperePerSquareCentiMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#AmperePerSquareCentiMetre' } as NamedNode,
	'AmperePerSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#AmperePerSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#AmperePerSquareMetre' } as NamedNode,
	'AmperePerSquareMetreSquareKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#AmperePerSquareMetreSquareKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#AmperePerSquareMetreSquareKelvin' } as NamedNode,
	'AmperePerSquareMilliMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#AmperePerSquareMilliMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#AmperePerSquareMilliMetre' } as NamedNode,
	'AmpereSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#AmpereSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#AmpereSecond' } as NamedNode,
	'AmpereSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#AmpereSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#AmpereSquareMetre' } as NamedNode,
	'AmpereSquareMetrePerJouleSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#AmpereSquareMetrePerJouleSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#AmpereSquareMetrePerJouleSecond' } as NamedNode,
	'AstronomicalUnit': { termType: 'NamedNode', value: 'https://w3id.org/emmo#AstronomicalUnit', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#AstronomicalUnit' } as NamedNode,
	'Becquerel': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Becquerel', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Becquerel' } as NamedNode,
	'BecquerelPerCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#BecquerelPerCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#BecquerelPerCubicMetre' } as NamedNode,
	'BecquerelPerKilogram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#BecquerelPerKilogram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#BecquerelPerKilogram' } as NamedNode,
	'BecquerelPerLitre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#BecquerelPerLitre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#BecquerelPerLitre' } as NamedNode,
	'BecquerelPerSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#BecquerelPerSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#BecquerelPerSquareMetre' } as NamedNode,
	'BecquerelSecondPerCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#BecquerelSecondPerCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#BecquerelSecondPerCubicMetre' } as NamedNode,
	'Candela': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Candela', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Candela' } as NamedNode,
	'CandelaPerLumen': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CandelaPerLumen', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CandelaPerLumen' } as NamedNode,
	'CandelaPerSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CandelaPerSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CandelaPerSquareMetre' } as NamedNode,
	'Coulomb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Coulomb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Coulomb' } as NamedNode,
	'CoulombMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CoulombMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CoulombMetre' } as NamedNode,
	'CoulombPerCubicCentiMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CoulombPerCubicCentiMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CoulombPerCubicCentiMetre' } as NamedNode,
	'CoulombPerCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CoulombPerCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CoulombPerCubicMetre' } as NamedNode,
	'CoulombPerCubicMilliMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CoulombPerCubicMilliMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CoulombPerCubicMilliMetre' } as NamedNode,
	'CoulombPerKilogram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CoulombPerKilogram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CoulombPerKilogram' } as NamedNode,
	'CoulombPerKilogramSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CoulombPerKilogramSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CoulombPerKilogramSecond' } as NamedNode,
	'CoulombPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CoulombPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CoulombPerMetre' } as NamedNode,
	'CoulombPerMole': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CoulombPerMole', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CoulombPerMole' } as NamedNode,
	'CoulombPerSquareCentiMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CoulombPerSquareCentiMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CoulombPerSquareCentiMetre' } as NamedNode,
	'CoulombPerSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CoulombPerSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CoulombPerSquareMetre' } as NamedNode,
	'CoulombPerSquareMilliMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CoulombPerSquareMilliMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CoulombPerSquareMilliMetre' } as NamedNode,
	'CoulombSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CoulombSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CoulombSquareMetre' } as NamedNode,
	'CoulombSquareMetrePerVolt': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CoulombSquareMetrePerVolt', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CoulombSquareMetrePerVolt' } as NamedNode,
	'CubicCentiMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicCentiMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicCentiMetre' } as NamedNode,
	'CubicCentiMetrePerCubicCentiMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicCentiMetrePerCubicCentiMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicCentiMetrePerCubicCentiMetre' } as NamedNode,
	'CubicCentiMetrePerCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicCentiMetrePerCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicCentiMetrePerCubicMetre' } as NamedNode,
	'CubicCentiMetrePerDay': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicCentiMetrePerDay', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicCentiMetrePerDay' } as NamedNode,
	'CubicCentiMetrePerHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicCentiMetrePerHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicCentiMetrePerHour' } as NamedNode,
	'CubicCentiMetrePerKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicCentiMetrePerKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicCentiMetrePerKelvin' } as NamedNode,
	'CubicCentiMetrePerMinute': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicCentiMetrePerMinute', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicCentiMetrePerMinute' } as NamedNode,
	'CubicCentiMetrePerMole': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicCentiMetrePerMole', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicCentiMetrePerMole' } as NamedNode,
	'CubicCentiMetrePerMoleSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicCentiMetrePerMoleSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicCentiMetrePerMoleSecond' } as NamedNode,
	'CubicCentiMetrePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicCentiMetrePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicCentiMetrePerSecond' } as NamedNode,
	'CubicCoulombMetrePerSquareJoule': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicCoulombMetrePerSquareJoule', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicCoulombMetrePerSquareJoule' } as NamedNode,
	'CubicDecaMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicDecaMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicDecaMetre' } as NamedNode,
	'CubicDeciMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicDeciMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicDeciMetre' } as NamedNode,
	'CubicDeciMetrePerCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicDeciMetrePerCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicDeciMetrePerCubicMetre' } as NamedNode,
	'CubicDeciMetrePerDay': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicDeciMetrePerDay', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicDeciMetrePerDay' } as NamedNode,
	'CubicDeciMetrePerHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicDeciMetrePerHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicDeciMetrePerHour' } as NamedNode,
	'CubicDeciMetrePerMinute': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicDeciMetrePerMinute', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicDeciMetrePerMinute' } as NamedNode,
	'CubicDeciMetrePerMole': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicDeciMetrePerMole', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicDeciMetrePerMole' } as NamedNode,
	'CubicDeciMetrePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicDeciMetrePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicDeciMetrePerSecond' } as NamedNode,
	'CubicKiloMetrePerSquareSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicKiloMetrePerSquareSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicKiloMetrePerSquareSecond' } as NamedNode,
	'CubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicMetre' } as NamedNode,
	'CubicMetrePerCoulomb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicMetrePerCoulomb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicMetrePerCoulomb' } as NamedNode,
	'CubicMetrePerCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicMetrePerCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicMetrePerCubicMetre' } as NamedNode,
	'CubicMetrePerDay': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicMetrePerDay', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicMetrePerDay' } as NamedNode,
	'CubicMetrePerHectare': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicMetrePerHectare', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicMetrePerHectare' } as NamedNode,
	'CubicMetrePerHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicMetrePerHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicMetrePerHour' } as NamedNode,
	'CubicMetrePerKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicMetrePerKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicMetrePerKelvin' } as NamedNode,
	'CubicMetrePerKilogram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicMetrePerKilogram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicMetrePerKilogram' } as NamedNode,
	'CubicMetrePerKilogramSquareSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicMetrePerKilogramSquareSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicMetrePerKilogramSquareSecond' } as NamedNode,
	'CubicMetrePerMinute': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicMetrePerMinute', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicMetrePerMinute' } as NamedNode,
	'CubicMetrePerMole': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicMetrePerMole', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicMetrePerMole' } as NamedNode,
	'CubicMetrePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicMetrePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicMetrePerSecond' } as NamedNode,
	'CubicMetrePerSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicMetrePerSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicMetrePerSquareMetre' } as NamedNode,
	'CubicMetrePerSquareSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicMetrePerSquareSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicMetrePerSquareSecond' } as NamedNode,
	'CubicMicroMetrePerCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicMicroMetrePerCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicMicroMetrePerCubicMetre' } as NamedNode,
	'CubicMicroMetrePerMilliLitre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicMicroMetrePerMilliLitre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicMicroMetrePerMilliLitre' } as NamedNode,
	'CubicMilliMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicMilliMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicMilliMetre' } as NamedNode,
	'CubicMilliMetrePerCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#CubicMilliMetrePerCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#CubicMilliMetrePerCubicMetre' } as NamedNode,
	'Dalton': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Dalton', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Dalton' } as NamedNode,
	'Day': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Day', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Day' } as NamedNode,
	'Degree': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Degree', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Degree' } as NamedNode,
	'DegreeCelsius': { termType: 'NamedNode', value: 'https://w3id.org/emmo#DegreeCelsius', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#DegreeCelsius' } as NamedNode,
	'DegreeCelsiusCentiMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#DegreeCelsiusCentiMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#DegreeCelsiusCentiMetre' } as NamedNode,
	'DegreeCelsiusKilogramPerSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#DegreeCelsiusKilogramPerSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#DegreeCelsiusKilogramPerSquareMetre' } as NamedNode,
	'DegreeCelsiusPerHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#DegreeCelsiusPerHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#DegreeCelsiusPerHour' } as NamedNode,
	'DegreeCelsiusPerKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#DegreeCelsiusPerKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#DegreeCelsiusPerKelvin' } as NamedNode,
	'DegreeCelsiusPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#DegreeCelsiusPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#DegreeCelsiusPerMetre' } as NamedNode,
	'DegreeCelsiusPerMinute': { termType: 'NamedNode', value: 'https://w3id.org/emmo#DegreeCelsiusPerMinute', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#DegreeCelsiusPerMinute' } as NamedNode,
	'DegreeCelsiusPerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#DegreeCelsiusPerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#DegreeCelsiusPerSecond' } as NamedNode,
	'DegreePerHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#DegreePerHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#DegreePerHour' } as NamedNode,
	'DegreePerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#DegreePerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#DegreePerMetre' } as NamedNode,
	'DegreePerMinute': { termType: 'NamedNode', value: 'https://w3id.org/emmo#DegreePerMinute', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#DegreePerMinute' } as NamedNode,
	'DegreePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#DegreePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#DegreePerSecond' } as NamedNode,
	'DegreePerSquareSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#DegreePerSquareSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#DegreePerSquareSecond' } as NamedNode,
	'EMMO_002e4002_58c7_4aea_ac1f_bba5188818ff': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_002e4002_58c7_4aea_ac1f_bba5188818ff', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_002e4002_58c7_4aea_ac1f_bba5188818ff' } as NamedNode,
	'EMMO_0056cc2f_f2fe_558e_a65c_9a8fc5cea333': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0056cc2f_f2fe_558e_a65c_9a8fc5cea333', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0056cc2f_f2fe_558e_a65c_9a8fc5cea333' } as NamedNode,
	'EMMO_0080b38f_bac4_5dd6_9d28_d821cf723787': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0080b38f_bac4_5dd6_9d28_d821cf723787', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0080b38f_bac4_5dd6_9d28_d821cf723787' } as NamedNode,
	'EMMO_008fd3b2_4013_451f_8827_52bceab11841': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_008fd3b2_4013_451f_8827_52bceab11841', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_008fd3b2_4013_451f_8827_52bceab11841' } as NamedNode,
	'EMMO_00b85655_f20c_4e83_b90e_094e8ea7e48f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_00b85655_f20c_4e83_b90e_094e8ea7e48f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_00b85655_f20c_4e83_b90e_094e8ea7e48f' } as NamedNode,
	'EMMO_00f2dc2d_2f64_468a_a77c_d70841b0b5f0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_00f2dc2d_2f64_468a_a77c_d70841b0b5f0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_00f2dc2d_2f64_468a_a77c_d70841b0b5f0' } as NamedNode,
	/** Draw forming by drawing a workpiece through a tool opening that is narrowed in the drawing direction. */
	'EMMO_01048432_3722_40a9_aa37_ea009da44272': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_01048432_3722_40a9_aa37_ea009da44272', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_01048432_3722_40a9_aa37_ea009da44272' } as NamedNode,
	'EMMO_01354ac2_cce1_4b7d_8b4a_7322d6cb10bc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_01354ac2_cce1_4b7d_8b4a_7322d6cb10bc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_01354ac2_cce1_4b7d_8b4a_7322d6cb10bc' } as NamedNode,
	'EMMO_016c831e_66b7_546e_ad4a_fc22c739b0f5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_016c831e_66b7_546e_ad4a_fc22c739b0f5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_016c831e_66b7_546e_ad4a_fc22c739b0f5' } as NamedNode,
	'EMMO_01b80fdd_065c_4caf_b36c_4c0724936e24': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_01b80fdd_065c_4caf_b36c_4c0724936e24', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_01b80fdd_065c_4caf_b36c_4c0724936e24' } as NamedNode,
	'EMMO_01cd670e_d37c_424f_b91e_c2c2bbb5ea43': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_01cd670e_d37c_424f_b91e_c2c2bbb5ea43', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_01cd670e_d37c_424f_b91e_c2c2bbb5ea43' } as NamedNode,
	'EMMO_01e4191d_03ba_4107_a307_1c09c0e6a7d2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_01e4191d_03ba_4107_a307_1c09c0e6a7d2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_01e4191d_03ba_4107_a307_1c09c0e6a7d2' } as NamedNode,
	'EMMO_01e5766d_dac3_4574_8a78_310de92a5c9d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_01e5766d_dac3_4574_8a78_310de92a5c9d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_01e5766d_dac3_4574_8a78_310de92a5c9d' } as NamedNode,
	'EMMO_02122e58_e0b3_4274_bdd4_745f64a61645': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_02122e58_e0b3_4274_bdd4_745f64a61645', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_02122e58_e0b3_4274_bdd4_745f64a61645' } as NamedNode,
	'EMMO_0277f24a_ea7f_4917_81b7_fb0406c8fc62': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0277f24a_ea7f_4917_81b7_fb0406c8fc62', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0277f24a_ea7f_4917_81b7_fb0406c8fc62' } as NamedNode,
	'EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e' } as NamedNode,
	/** In the same system of quantities, dim ρB = ML−3 is the quantity dimension of mass concentration of component B, and ML−3 is also the quantity dimension of mass density, ρ.
ISO 80000-1 */
	'EMMO_02c0621e_a527_4790_8a0f_2bb51973c819': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_02c0621e_a527_4790_8a0f_2bb51973c819', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_02c0621e_a527_4790_8a0f_2bb51973c819' } as NamedNode,
	'EMMO_02c4890b_aef3_4173_9669_94d1f6baf611': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_02c4890b_aef3_4173_9669_94d1f6baf611', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_02c4890b_aef3_4173_9669_94d1f6baf611' } as NamedNode,
	'EMMO_02e894c3_b793_4197_b120_3442e08f58d1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_02e894c3_b793_4197_b120_3442e08f58d1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_02e894c3_b793_4197_b120_3442e08f58d1' } as NamedNode,
	'EMMO_02face50_43a1_40ce_a909_dfe54d5e186b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_02face50_43a1_40ce_a909_dfe54d5e186b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_02face50_43a1_40ce_a909_dfe54d5e186b' } as NamedNode,
	'EMMO_030ce585_429a_4cfb_95c2_8364e58a1ebb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_030ce585_429a_4cfb_95c2_8364e58a1ebb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_030ce585_429a_4cfb_95c2_8364e58a1ebb' } as NamedNode,
	/** The velocity depends on the choice of the reference frame. Proper transformation between frames must be used: Galilean for non-relativistic description, Lorentzian for relativistic description.
 
-- IEC, note 2 */
	'EMMO_0329f1f5_8339_4ce4_8505_a264c6d606ba': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0329f1f5_8339_4ce4_8505_a264c6d606ba', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0329f1f5_8339_4ce4_8505_a264c6d606ba' } as NamedNode,
	'EMMO_0342678c_13ba_43d7_9cbd_df60967a0a45': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0342678c_13ba_43d7_9cbd_df60967a0a45', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0342678c_13ba_43d7_9cbd_df60967a0a45' } as NamedNode,
	'EMMO_03441eb3_d1fd_4906_b953_b83312d7589e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_03441eb3_d1fd_4906_b953_b83312d7589e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_03441eb3_d1fd_4906_b953_b83312d7589e' } as NamedNode,
	'EMMO_034bc7dd_a8c2_4ed0_8b51_66ac9b00342f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_034bc7dd_a8c2_4ed0_8b51_66ac9b00342f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_034bc7dd_a8c2_4ed0_8b51_66ac9b00342f' } as NamedNode,
	'EMMO_038cb8cb_c035_40c1_a3e7_7f24d63b2804': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_038cb8cb_c035_40c1_a3e7_7f24d63b2804', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_038cb8cb_c035_40c1_a3e7_7f24d63b2804' } as NamedNode,
	'EMMO_03d2c71b_0276_45d7_a847_7cd164cb7d45': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_03d2c71b_0276_45d7_a847_7cd164cb7d45', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_03d2c71b_0276_45d7_a847_7cd164cb7d45' } as NamedNode,
	'EMMO_03d32783_3780_43c3_8b73_7efe9aeeed54': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_03d32783_3780_43c3_8b73_7efe9aeeed54', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_03d32783_3780_43c3_8b73_7efe9aeeed54' } as NamedNode,
	'EMMO_03d4cd70_0d16_4403_b68c_d41a9117f981': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_03d4cd70_0d16_4403_b68c_d41a9117f981', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_03d4cd70_0d16_4403_b68c_d41a9117f981' } as NamedNode,
	'EMMO_03eb9b46_8ff0_4fcd_b1a0_73f65ae7434e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_03eb9b46_8ff0_4fcd_b1a0_73f65ae7434e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_03eb9b46_8ff0_4fcd_b1a0_73f65ae7434e' } as NamedNode,
	'EMMO_0449de81_0995_4575_8f2b_2c70cffafa71': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0449de81_0995_4575_8f2b_2c70cffafa71', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0449de81_0995_4575_8f2b_2c70cffafa71' } as NamedNode,
	'EMMO_044f83a6_ade4_4441_9c73_5490dd93344f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_044f83a6_ade4_4441_9c73_5490dd93344f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_044f83a6_ade4_4441_9c73_5490dd93344f' } as NamedNode,
	'EMMO_048a14e3_65fb_457d_8695_948965c89492': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_048a14e3_65fb_457d_8695_948965c89492', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_048a14e3_65fb_457d_8695_948965c89492' } as NamedNode,
	'EMMO_04b3300c_98bd_42dc_a3b5_e6c29d69f1ac': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_04b3300c_98bd_42dc_a3b5_e6c29d69f1ac', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_04b3300c_98bd_42dc_a3b5_e6c29d69f1ac' } as NamedNode,
	'EMMO_04cc9451_5306_45d0_8554_22cee4d6e785': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_04cc9451_5306_45d0_8554_22cee4d6e785', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_04cc9451_5306_45d0_8554_22cee4d6e785' } as NamedNode,
	/** Force of gravity acting on a body. */
	'EMMO_04cf0295_3e8f_4693_a87f_3130d125cf05': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_04cf0295_3e8f_4693_a87f_3130d125cf05', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_04cf0295_3e8f_4693_a87f_3130d125cf05' } as NamedNode,
	'EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1' } as NamedNode,
	/** The interpreter is not the ontologist, being the ontologist acting outside the ontology at the meta-ontology level. 
 
On the contrary, the interpreter is an agent recognized by the ontologist. The semiotic branch of the EMMO is the tool used by the ontologist to represent an interpreter's semiotic activity. */
	'EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee' } as NamedNode,
	'EMMO_0528e41d_edd2_49f9_bd2a_aeabdc215515': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0528e41d_edd2_49f9_bd2a_aeabdc215515', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0528e41d_edd2_49f9_bd2a_aeabdc215515' } as NamedNode,
	'EMMO_052e9796_1144_43ae_a798_c5755cd6cd81': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_052e9796_1144_43ae_a798_c5755cd6cd81', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_052e9796_1144_43ae_a798_c5755cd6cd81' } as NamedNode,
	'EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b' } as NamedNode,
	'EMMO_0558e802_46a4_45de_af85_47aff4dc427e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0558e802_46a4_45de_af85_47aff4dc427e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0558e802_46a4_45de_af85_47aff4dc427e' } as NamedNode,
	'EMMO_057d0573_6ac0_4c27_9e3f_3c29205fd104': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_057d0573_6ac0_4c27_9e3f_3c29205fd104', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_057d0573_6ac0_4c27_9e3f_3c29205fd104' } as NamedNode,
	'EMMO_057e7d57_aff0_49de_911a_8861d85cef40': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_057e7d57_aff0_49de_911a_8861d85cef40', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_057e7d57_aff0_49de_911a_8861d85cef40' } as NamedNode,
	/** Quantity representing the spatial distribution of mass in a continuous material. */
	'EMMO_06448f64_8db6_4304_8b2c_e785dba82044': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_06448f64_8db6_4304_8b2c_e785dba82044', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_06448f64_8db6_4304_8b2c_e785dba82044' } as NamedNode,
	'EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf' } as NamedNode,
	'EMMO_0658e7df_ffd9_4779_82fc_62efe0a7f3b1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0658e7df_ffd9_4779_82fc_62efe0a7f3b1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0658e7df_ffd9_4779_82fc_62efe0a7f3b1' } as NamedNode,
	'EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec' } as NamedNode,
	/** The physical dimension can change based on the stoichiometric numbers of the substances involved. */
	'EMMO_066937f0_ea5c_4b06_8739_53f66d5ef89e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_066937f0_ea5c_4b06_8739_53f66d5ef89e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_066937f0_ea5c_4b06_8739_53f66d5ef89e' } as NamedNode,
	'EMMO_068c4e58_2470_4b1c_8454_010dd4906100': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_068c4e58_2470_4b1c_8454_010dd4906100', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_068c4e58_2470_4b1c_8454_010dd4906100' } as NamedNode,
	/** Joining process by softening the surfaces to be joined, either by heat or with a solvent (swelling welding, solvent welding), and pressing the softened surfaces together. */
	'EMMO_06c415dc_ba26_407d_b596_283bd4d9a66f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_06c415dc_ba26_407d_b596_283bd4d9a66f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_06c415dc_ba26_407d_b596_283bd4d9a66f' } as NamedNode,
	'EMMO_071b87fd_8ac8_4287_bfc6_9fcd8ce6674c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_071b87fd_8ac8_4287_bfc6_9fcd8ce6674c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_071b87fd_8ac8_4287_bfc6_9fcd8ce6674c' } as NamedNode,
	'EMMO_0724601e_642c_5770_bc86_7078e7441664': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0724601e_642c_5770_bc86_7078e7441664', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0724601e_642c_5770_bc86_7078e7441664' } as NamedNode,
	'EMMO_072bc73e_9167_49f5_a62c_612a52c74f50': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_072bc73e_9167_49f5_a62c_612a52c74f50', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_072bc73e_9167_49f5_a62c_612a52c74f50' } as NamedNode,
	'EMMO_0755dd67_bdf1_5164_a706_55fcf9ced526': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0755dd67_bdf1_5164_a706_55fcf9ced526', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0755dd67_bdf1_5164_a706_55fcf9ced526' } as NamedNode,
	'EMMO_0761710a_3de3_5cff_a0cc_dfb8eba5a99d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0761710a_3de3_5cff_a0cc_dfb8eba5a99d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0761710a_3de3_5cff_a0cc_dfb8eba5a99d' } as NamedNode,
	'EMMO_07bb613c_e8d0_425f_abcc_47c58b14704e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_07bb613c_e8d0_425f_abcc_47c58b14704e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_07bb613c_e8d0_425f_abcc_47c58b14704e' } as NamedNode,
	'EMMO_07de47e0_6bb6_45b9_b55a_4f238efbb105': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_07de47e0_6bb6_45b9_b55a_4f238efbb105', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_07de47e0_6bb6_45b9_b55a_4f238efbb105' } as NamedNode,
	'EMMO_07f571cd_252b_4421_8f98_94b6690d2ab9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_07f571cd_252b_4421_8f98_94b6690d2ab9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_07f571cd_252b_4421_8f98_94b6690d2ab9' } as NamedNode,
	'EMMO_0805a892_352b_53e3_9577_60aa0835bc17': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0805a892_352b_53e3_9577_60aa0835bc17', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0805a892_352b_53e3_9577_60aa0835bc17' } as NamedNode,
	'EMMO_08415c4f_58bf_4696_8581_f5f90fec24b7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_08415c4f_58bf_4696_8581_f5f90fec24b7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_08415c4f_58bf_4696_8581_f5f90fec24b7' } as NamedNode,
	'EMMO_084b4f77_6df7_4c6a_b705_2528aba5cdda': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_084b4f77_6df7_4c6a_b705_2528aba5cdda', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_084b4f77_6df7_4c6a_b705_2528aba5cdda' } as NamedNode,
	'EMMO_08522112_0872_599f_9d81_81889333254e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_08522112_0872_599f_9d81_81889333254e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_08522112_0872_599f_9d81_81889333254e' } as NamedNode,
	'EMMO_08865f1c_4d7e_4fa7_afba_05e5f7d06cb9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_08865f1c_4d7e_4fa7_afba_05e5f7d06cb9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_08865f1c_4d7e_4fa7_afba_05e5f7d06cb9' } as NamedNode,
	'EMMO_08b308d4_31cd_4779_a784_aa92fc730f39': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_08b308d4_31cd_4779_a784_aa92fc730f39', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_08b308d4_31cd_4779_a784_aa92fc730f39' } as NamedNode,
	'EMMO_08bcf1d6_e719_46c8_bb21_24bc9bf34dba': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_08bcf1d6_e719_46c8_bb21_24bc9bf34dba', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_08bcf1d6_e719_46c8_bb21_24bc9bf34dba' } as NamedNode,
	'EMMO_08cb807c_e626_447b_863f_e2835540e918': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_08cb807c_e626_447b_863f_e2835540e918', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_08cb807c_e626_447b_863f_e2835540e918' } as NamedNode,
	'EMMO_08d993e0_cc1c_45da_b0c5_3d658091ccfd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_08d993e0_cc1c_45da_b0c5_3d658091ccfd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_08d993e0_cc1c_45da_b0c5_3d658091ccfd' } as NamedNode,
	'EMMO_09007bc0_b5f2_4fb9_af01_caf948cf2044': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_09007bc0_b5f2_4fb9_af01_caf948cf2044', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_09007bc0_b5f2_4fb9_af01_caf948cf2044' } as NamedNode,
	'EMMO_095b3c46_2b60_43cb_bade_9ee9ac969720': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_095b3c46_2b60_43cb_bade_9ee9ac969720', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_095b3c46_2b60_43cb_bade_9ee9ac969720' } as NamedNode,
	/** Measure for how the magnetization of material is affected by the application of an external magnetic field . */
	'EMMO_09663630_1b84_4202_91e6_e641104f579e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_09663630_1b84_4202_91e6_e641104f579e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_09663630_1b84_4202_91e6_e641104f579e' } as NamedNode,
	'EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f' } as NamedNode,
	'EMMO_098f6f77_746a_5fcc_a6d1_4988929bf404': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_098f6f77_746a_5fcc_a6d1_4988929bf404', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_098f6f77_746a_5fcc_a6d1_4988929bf404' } as NamedNode,
	'EMMO_09b9021b_f97b_43eb_b83d_0a764b472bc2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_09b9021b_f97b_43eb_b83d_0a764b472bc2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_09b9021b_f97b_43eb_b83d_0a764b472bc2' } as NamedNode,
	'EMMO_09cee580_aed5_4541_ab94_ec5bb1c64a7c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_09cee580_aed5_4541_ab94_ec5bb1c64a7c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_09cee580_aed5_4541_ab94_ec5bb1c64a7c' } as NamedNode,
	'EMMO_09e84f72_511a_5d22_adf1_accacaf7146a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_09e84f72_511a_5d22_adf1_accacaf7146a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_09e84f72_511a_5d22_adf1_accacaf7146a' } as NamedNode,
	'EMMO_09f0ac34_c349_46b5_acf0_0edeae52cca1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_09f0ac34_c349_46b5_acf0_0edeae52cca1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_09f0ac34_c349_46b5_acf0_0edeae52cca1' } as NamedNode,
	'EMMO_0a3f04a6_ba3a_49d9_99da_08b0e26f51f0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0a3f04a6_ba3a_49d9_99da_08b0e26f51f0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0a3f04a6_ba3a_49d9_99da_08b0e26f51f0' } as NamedNode,
	/** The propability for a certain outcome, is the ratio between the number of events leading to the given outcome and the total number of events. */
	'EMMO_0a88be81_343d_4388_92c1_09228ff95ada': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0a88be81_343d_4388_92c1_09228ff95ada', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0a88be81_343d_4388_92c1_09228ff95ada' } as NamedNode,
	'EMMO_0a982eeb_e5ef_4828_93bc_53ece1b3f171': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0a982eeb_e5ef_4828_93bc_53ece1b3f171', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0a982eeb_e5ef_4828_93bc_53ece1b3f171' } as NamedNode,
	/** Relates an object to a quantity describing a quantifiable property of the object obtained via a well-defined procedure. */
	'EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5' } as NamedNode,
	'EMMO_0ab0485c_9e5b_4257_a679_90a2dfba5c7c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0ab0485c_9e5b_4257_a679_90a2dfba5c7c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0ab0485c_9e5b_4257_a679_90a2dfba5c7c' } as NamedNode,
	'EMMO_0ab4306c_ba36_4a6e_941e_474ed04e8ccf': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0ab4306c_ba36_4a6e_941e_474ed04e8ccf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0ab4306c_ba36_4a6e_941e_474ed04e8ccf' } as NamedNode,
	'EMMO_0adabf6f_7404_44cb_9f65_32d83d8101a3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0adabf6f_7404_44cb_9f65_32d83d8101a3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0adabf6f_7404_44cb_9f65_32d83d8101a3' } as NamedNode,
	'EMMO_0afc19b0_2d43_4b3d_8da0_9ffb63bc1492': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0afc19b0_2d43_4b3d_8da0_9ffb63bc1492', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0afc19b0_2d43_4b3d_8da0_9ffb63bc1492' } as NamedNode,
	'EMMO_0b0dc439_fe4b_4e59_a5f6_655b0bf48559': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0b0dc439_fe4b_4e59_a5f6_655b0bf48559', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0b0dc439_fe4b_4e59_a5f6_655b0bf48559' } as NamedNode,
	'EMMO_0b1502e2_d12f_4ff3_83b1_eeedf9382954': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0b1502e2_d12f_4ff3_83b1_eeedf9382954', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0b1502e2_d12f_4ff3_83b1_eeedf9382954' } as NamedNode,
	'EMMO_0b15f4ae_092e_4487_9100_3c44176c545c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0b15f4ae_092e_4487_9100_3c44176c545c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0b15f4ae_092e_4487_9100_3c44176c545c' } as NamedNode,
	'EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2' } as NamedNode,
	'EMMO_0b3295fa_f4bf_4f83_a603_9d98c03da5bb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0b3295fa_f4bf_4f83_a603_9d98c03da5bb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0b3295fa_f4bf_4f83_a603_9d98c03da5bb' } as NamedNode,
	'EMMO_0b6ebe5a_0026_4bef_a1c1_5be00df9f98e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0b6ebe5a_0026_4bef_a1c1_5be00df9f98e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0b6ebe5a_0026_4bef_a1c1_5be00df9f98e' } as NamedNode,
	'EMMO_0ba17fb4_6149_5332_b65f_0639ace42edf': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0ba17fb4_6149_5332_b65f_0639ace42edf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0ba17fb4_6149_5332_b65f_0639ace42edf' } as NamedNode,
	'EMMO_0bb3b434_73aa_428f_b4e8_2a2468648e19': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0bb3b434_73aa_428f_b4e8_2a2468648e19', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0bb3b434_73aa_428f_b4e8_2a2468648e19' } as NamedNode,
	'EMMO_0bd0c81a_2972_5b2d_8ff5_bb72a82b9c0d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0bd0c81a_2972_5b2d_8ff5_bb72a82b9c0d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0bd0c81a_2972_5b2d_8ff5_bb72a82b9c0d' } as NamedNode,
	'EMMO_0c576e13_4ee7_4f3d_bfe9_1614243df018': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0c576e13_4ee7_4f3d_bfe9_1614243df018', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0c576e13_4ee7_4f3d_bfe9_1614243df018' } as NamedNode,
	'EMMO_0c7ad550_00ae_45ff_a4e2_58d6a61f48eb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0c7ad550_00ae_45ff_a4e2_58d6a61f48eb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0c7ad550_00ae_45ff_a4e2_58d6a61f48eb' } as NamedNode,
	'EMMO_0ca67b4c_bdd3_40a6_b8c6_ba77e39c13a3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0ca67b4c_bdd3_40a6_b8c6_ba77e39c13a3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0ca67b4c_bdd3_40a6_b8c6_ba77e39c13a3' } as NamedNode,
	'EMMO_0cd4c619_b123_4ae4_b778_3c9adaad65e7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0cd4c619_b123_4ae4_b778_3c9adaad65e7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0cd4c619_b123_4ae4_b778_3c9adaad65e7' } as NamedNode,
	'EMMO_0cd58641_824c_4851_907f_f4c3be76630c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0cd58641_824c_4851_907f_f4c3be76630c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0cd58641_824c_4851_907f_f4c3be76630c' } as NamedNode,
	'EMMO_0d1c0018_42e2_4506_bc3d_f53c117c1ad3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0d1c0018_42e2_4506_bc3d_f53c117c1ad3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0d1c0018_42e2_4506_bc3d_f53c117c1ad3' } as NamedNode,
	'EMMO_0d2c0390_51fb_42aa_93b1_af903b3ad510': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0d2c0390_51fb_42aa_93b1_af903b3ad510', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0d2c0390_51fb_42aa_93b1_af903b3ad510' } as NamedNode,
	'EMMO_0d37beeb_9dea_558e_82c5_4df3fb6d08d0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0d37beeb_9dea_558e_82c5_4df3fb6d08d0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0d37beeb_9dea_558e_82c5_4df3fb6d08d0' } as NamedNode,
	'EMMO_0d4bdfcd_f4f0_4b8f_b470_e3f654e37d33': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0d4bdfcd_f4f0_4b8f_b470_e3f654e37d33', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0d4bdfcd_f4f0_4b8f_b470_e3f654e37d33' } as NamedNode,
	'EMMO_0d8247fb_82b0_5ad6_996b_19469e1d7960': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0d8247fb_82b0_5ad6_996b_19469e1d7960', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0d8247fb_82b0_5ad6_996b_19469e1d7960' } as NamedNode,
	'EMMO_0d829933_29e3_4e61_b3d3_88e6b9d0d0ce': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0d829933_29e3_4e61_b3d3_88e6b9d0d0ce', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0d829933_29e3_4e61_b3d3_88e6b9d0d0ce' } as NamedNode,
	'EMMO_0dbdd7c5_86a5_4867_a396_2277e20fc4bc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0dbdd7c5_86a5_4867_a396_2277e20fc4bc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0dbdd7c5_86a5_4867_a396_2277e20fc4bc' } as NamedNode,
	'EMMO_0de3878e_7928_4ab6_bc6d_cf590b2d0e5b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0de3878e_7928_4ab6_bc6d_cf590b2d0e5b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0de3878e_7928_4ab6_bc6d_cf590b2d0e5b' } as NamedNode,
	'EMMO_0e030040_98a7_49b2_a871_dced1f3a6131': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0e030040_98a7_49b2_a871_dced1f3a6131', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0e030040_98a7_49b2_a871_dced1f3a6131' } as NamedNode,
	'EMMO_0e08326e_376b_5d54_ad2c_2a7cf274af61': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0e08326e_376b_5d54_ad2c_2a7cf274af61', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0e08326e_376b_5d54_ad2c_2a7cf274af61' } as NamedNode,
	'EMMO_0e0ee94d_70be_4b7e_afcc_320e62a94974': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0e0ee94d_70be_4b7e_afcc_320e62a94974', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0e0ee94d_70be_4b7e_afcc_320e62a94974' } as NamedNode,
	'EMMO_0e1f2009_bf12_49d1_99f3_1422e5287d82': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0e1f2009_bf12_49d1_99f3_1422e5287d82', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0e1f2009_bf12_49d1_99f3_1422e5287d82' } as NamedNode,
	'EMMO_0e6378df_1ce8_4321_b00c_ee9beea60a67': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0e6378df_1ce8_4321_b00c_ee9beea60a67', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0e6378df_1ce8_4321_b00c_ee9beea60a67' } as NamedNode,
	'EMMO_0e78a4d4_b4e0_48e7_97d8_e7d41a85a54d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0e78a4d4_b4e0_48e7_97d8_e7d41a85a54d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0e78a4d4_b4e0_48e7_97d8_e7d41a85a54d' } as NamedNode,
	'EMMO_0e86a108_9d4d_4582_8126_f0c527d81901': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0e86a108_9d4d_4582_8126_f0c527d81901', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0e86a108_9d4d_4582_8126_f0c527d81901' } as NamedNode,
	'EMMO_0eabfde6_c6c5_4b1f_bf10_e4e0e06e9b2e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0eabfde6_c6c5_4b1f_bf10_e4e0e06e9b2e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0eabfde6_c6c5_4b1f_bf10_e4e0e06e9b2e' } as NamedNode,
	'EMMO_0eb37d3d_b633_4ea4_a863_8b7a27c6fdb4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0eb37d3d_b633_4ea4_a863_8b7a27c6fdb4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0eb37d3d_b633_4ea4_a863_8b7a27c6fdb4' } as NamedNode,
	'EMMO_0edbde89_9714_53c7_b2a9_0ef6c0f73091': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0edbde89_9714_53c7_b2a9_0ef6c0f73091', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0edbde89_9714_53c7_b2a9_0ef6c0f73091' } as NamedNode,
	/** Measure for how the polarization of a material is affected by the application of an external electric field. */
	'EMMO_0ee5779e_d798_4ee5_9bfe_c392d5bea112': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0ee5779e_d798_4ee5_9bfe_c392d5bea112', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0ee5779e_d798_4ee5_9bfe_c392d5bea112' } as NamedNode,
	'EMMO_0ee9e6a2_9240_4b1d_ac9a_f72416c7dc70': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0ee9e6a2_9240_4b1d_ac9a_f72416c7dc70', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0ee9e6a2_9240_4b1d_ac9a_f72416c7dc70' } as NamedNode,
	'EMMO_0eee5986_12a1_5f73_b5e0_6eb2b640c924': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0eee5986_12a1_5f73_b5e0_6eb2b640c924', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0eee5986_12a1_5f73_b5e0_6eb2b640c924' } as NamedNode,
	'EMMO_0ef4ff4a_5458_4f2a_b51f_4689d472a3f2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0ef4ff4a_5458_4f2a_b51f_4689d472a3f2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0ef4ff4a_5458_4f2a_b51f_4689d472a3f2' } as NamedNode,
	'EMMO_0f19d84e_05b4_47c9_a5de_bb2a913d211b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0f19d84e_05b4_47c9_a5de_bb2a913d211b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0f19d84e_05b4_47c9_a5de_bb2a913d211b' } as NamedNode,
	'EMMO_0f1b1f8b_0323_4840_899c_fd6860763155': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0f1b1f8b_0323_4840_899c_fd6860763155', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0f1b1f8b_0323_4840_899c_fd6860763155' } as NamedNode,
	'EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f' } as NamedNode,
	'EMMO_0f43918c_3578_4196_a5fa_d3fa6c0d5869': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0f43918c_3578_4196_a5fa_d3fa6c0d5869', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0f43918c_3578_4196_a5fa_d3fa6c0d5869' } as NamedNode,
	'EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e' } as NamedNode,
	'EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360' } as NamedNode,
	'EMMO_1044e509_e204_433a_8130_8d4579ada59f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1044e509_e204_433a_8130_8d4579ada59f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1044e509_e204_433a_8130_8d4579ada59f' } as NamedNode,
	'EMMO_109e8c69_4148_4cb0_9ceb_fbd526befca0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_109e8c69_4148_4cb0_9ceb_fbd526befca0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_109e8c69_4148_4cb0_9ceb_fbd526befca0' } as NamedNode,
	'EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069' } as NamedNode,
	'EMMO_10f703b5_8b2a_4c5a_a734_f0cfb29622ad': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_10f703b5_8b2a_4c5a_a734_f0cfb29622ad', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_10f703b5_8b2a_4c5a_a734_f0cfb29622ad' } as NamedNode,
	'EMMO_113acda0_3c17_59d9_87ef_7e5e5c0ba128': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_113acda0_3c17_59d9_87ef_7e5e5c0ba128', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_113acda0_3c17_59d9_87ef_7e5e5c0ba128' } as NamedNode,
	'EMMO_11708648_fc62_46c6_bae5_3a10693e416e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_11708648_fc62_46c6_bae5_3a10693e416e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_11708648_fc62_46c6_bae5_3a10693e416e' } as NamedNode,
	'EMMO_117d3e39_de3e_46f5_9744_b4a28d9fc83e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_117d3e39_de3e_46f5_9744_b4a28d9fc83e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_117d3e39_de3e_46f5_9744_b4a28d9fc83e' } as NamedNode,
	'EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29' } as NamedNode,
	'EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950' } as NamedNode,
	'EMMO_12120d44_785e_5e5e_a9fd_73fe7c24ead4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_12120d44_785e_5e5e_a9fd_73fe7c24ead4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_12120d44_785e_5e5e_a9fd_73fe7c24ead4' } as NamedNode,
	'EMMO_123629bd_efd6_5ba6_979e_2a4698b54e70': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_123629bd_efd6_5ba6_979e_2a4698b54e70', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_123629bd_efd6_5ba6_979e_2a4698b54e70' } as NamedNode,
	'EMMO_123b0aee_eac2_461f_8078_3a7c8dfbe7ce': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_123b0aee_eac2_461f_8078_3a7c8dfbe7ce', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_123b0aee_eac2_461f_8078_3a7c8dfbe7ce' } as NamedNode,
	'EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17' } as NamedNode,
	'EMMO_124c07b7_38ea_405c_81b1_5c65eee1a41a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_124c07b7_38ea_405c_81b1_5c65eee1a41a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_124c07b7_38ea_405c_81b1_5c65eee1a41a' } as NamedNode,
	'EMMO_125b6f65_caf4_5ff2_89f2_90a6183ee34e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_125b6f65_caf4_5ff2_89f2_90a6183ee34e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_125b6f65_caf4_5ff2_89f2_90a6183ee34e' } as NamedNode,
	'EMMO_125e8614_0dad_4c04_9ac9_03317e63beec': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_125e8614_0dad_4c04_9ac9_03317e63beec', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_125e8614_0dad_4c04_9ac9_03317e63beec' } as NamedNode,
	'EMMO_126e57a9_0f9c_4315_a031_bc273a0f302b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_126e57a9_0f9c_4315_a031_bc273a0f302b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_126e57a9_0f9c_4315_a031_bc273a0f302b' } as NamedNode,
	/** This class collects all units that are products or powers of SI base or SI special units only. */
	'EMMO_1273eb34_de48_43a9_925f_104110469dd2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1273eb34_de48_43a9_925f_104110469dd2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1273eb34_de48_43a9_925f_104110469dd2' } as NamedNode,
	'EMMO_127594de_4802_4ad6_b09d_d05b340394dd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_127594de_4802_4ad6_b09d_d05b340394dd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_127594de_4802_4ad6_b09d_d05b340394dd' } as NamedNode,
	'EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e' } as NamedNode,
	'EMMO_12a3441c_4fe8_4d9c_a7db_9e86ce6c41ee': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_12a3441c_4fe8_4d9c_a7db_9e86ce6c41ee', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_12a3441c_4fe8_4d9c_a7db_9e86ce6c41ee' } as NamedNode,
	'EMMO_12a9a254_9791_4a00_b045_f397bc3ab2bc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_12a9a254_9791_4a00_b045_f397bc3ab2bc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_12a9a254_9791_4a00_b045_f397bc3ab2bc' } as NamedNode,
	'EMMO_12aae025_a226_4762_9d51_81200a8ce54c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_12aae025_a226_4762_9d51_81200a8ce54c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_12aae025_a226_4762_9d51_81200a8ce54c' } as NamedNode,
	/** Normally a standard solution is a solution of the ion at a molality of 1 mol/kg (exactly). Standardized conditions are normally 1013,25 hPa and 25 °C. */
	'EMMO_12b2ec1e_fb89_468a_a51d_97c2a6db297c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_12b2ec1e_fb89_468a_a51d_97c2a6db297c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_12b2ec1e_fb89_468a_a51d_97c2a6db297c' } as NamedNode,
	/** Heat is energy in transfer to or from a thermodynamic system, by mechanisms other than thermodynamic work or transfer of matter. */
	'EMMO_12d4ba9b_2f89_4ea3_b206_cd376f96c875': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_12d4ba9b_2f89_4ea3_b206_cd376f96c875', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_12d4ba9b_2f89_4ea3_b206_cd376f96c875' } as NamedNode,
	'EMMO_12f0b2eb_a7b2_4f87_8176_12748f415832': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_12f0b2eb_a7b2_4f87_8176_12748f415832', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_12f0b2eb_a7b2_4f87_8176_12748f415832' } as NamedNode,
	'EMMO_13191289_6c2b_4741_93e1_82d53bd0e703': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_13191289_6c2b_4741_93e1_82d53bd0e703', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_13191289_6c2b_4741_93e1_82d53bd0e703' } as NamedNode,
	'EMMO_134b78a0_63f8_4f7f_8098_925d1d934e48': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_134b78a0_63f8_4f7f_8098_925d1d934e48', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_134b78a0_63f8_4f7f_8098_925d1d934e48' } as NamedNode,
	'EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b' } as NamedNode,
	'EMMO_137c6f65_f393_43ca_9c6d_ac765de56a5a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_137c6f65_f393_43ca_9c6d_ac765de56a5a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_137c6f65_f393_43ca_9c6d_ac765de56a5a' } as NamedNode,
	'EMMO_13fea749_0b3b_4756_9c81_22cce620fc25': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_13fea749_0b3b_4756_9c81_22cce620fc25', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_13fea749_0b3b_4756_9c81_22cce620fc25' } as NamedNode,
	'EMMO_14235b93_650f_4452_8395_a23b8f645c9a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_14235b93_650f_4452_8395_a23b8f645c9a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_14235b93_650f_4452_8395_a23b8f645c9a' } as NamedNode,
	'EMMO_1440d010_e4c5_4597_8858_1d58cb1fb28f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1440d010_e4c5_4597_8858_1d58cb1fb28f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1440d010_e4c5_4597_8858_1d58cb1fb28f' } as NamedNode,
	'EMMO_1461e904_a2bf_4558_ad74_2706f5706b34': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1461e904_a2bf_4558_ad74_2706f5706b34', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1461e904_a2bf_4558_ad74_2706f5706b34' } as NamedNode,
	'EMMO_146e85cb_37a7_4204_84f1_30113cfddd0c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_146e85cb_37a7_4204_84f1_30113cfddd0c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_146e85cb_37a7_4204_84f1_30113cfddd0c' } as NamedNode,
	'EMMO_14729316_fa36_5eda_a5e6_86e28a5d80ba': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_14729316_fa36_5eda_a5e6_86e28a5d80ba', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_14729316_fa36_5eda_a5e6_86e28a5d80ba' } as NamedNode,
	'EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d' } as NamedNode,
	'EMMO_15344998_4490_4b40_b242_c3d92e5cdc27': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_15344998_4490_4b40_b242_c3d92e5cdc27', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_15344998_4490_4b40_b242_c3d92e5cdc27' } as NamedNode,
	'EMMO_15595dc5_20a7_5b9f_a896_aad79f97bb8b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_15595dc5_20a7_5b9f_a896_aad79f97bb8b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_15595dc5_20a7_5b9f_a896_aad79f97bb8b' } as NamedNode,
	'EMMO_157fdf31_6387_42be_8e72_10530519214a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_157fdf31_6387_42be_8e72_10530519214a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_157fdf31_6387_42be_8e72_10530519214a' } as NamedNode,
	'EMMO_15841f91_ad7d_5b81_89d1_c12b13e42f32': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_15841f91_ad7d_5b81_89d1_c12b13e42f32', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_15841f91_ad7d_5b81_89d1_c12b13e42f32' } as NamedNode,
	'EMMO_15d36b02_fbb4_4c35_bca9_38e9c573baee': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_15d36b02_fbb4_4c35_bca9_38e9c573baee', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_15d36b02_fbb4_4c35_bca9_38e9c573baee' } as NamedNode,
	'EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01' } as NamedNode,
	'EMMO_15db234d_ecaf_4715_9838_4b4ec424fb13': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_15db234d_ecaf_4715_9838_4b4ec424fb13', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_15db234d_ecaf_4715_9838_4b4ec424fb13' } as NamedNode,
	'EMMO_1604f495_328a_4f28_9962_f4cc210739dd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1604f495_328a_4f28_9962_f4cc210739dd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1604f495_328a_4f28_9962_f4cc210739dd' } as NamedNode,
	'EMMO_161bef57_cc59_4246_8249_19dbdae96e7b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_161bef57_cc59_4246_8249_19dbdae96e7b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_161bef57_cc59_4246_8249_19dbdae96e7b' } as NamedNode,
	'EMMO_16a3bd5c_75f0_42b3_b000_cb0d018f840e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_16a3bd5c_75f0_42b3_b000_cb0d018f840e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_16a3bd5c_75f0_42b3_b000_cb0d018f840e' } as NamedNode,
	/** An object can be represented by a quantity for the fact that it has been recognized to belong to a specific class.
 
The quantity is selected without an observation aimed to measure its actual value, but by convention. */
	'EMMO_16b510a6_0584_4134_bdb6_3bc185c17860': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_16b510a6_0584_4134_bdb6_3bc185c17860', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_16b510a6_0584_4134_bdb6_3bc185c17860' } as NamedNode,
	'EMMO_16c41198_3881_4a34_bae5_993f88823993': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_16c41198_3881_4a34_bae5_993f88823993', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_16c41198_3881_4a34_bae5_993f88823993' } as NamedNode,
	'EMMO_16cc6deb_d9f8_4ede_900a_a17cc86e57c4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_16cc6deb_d9f8_4ede_900a_a17cc86e57c4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_16cc6deb_d9f8_4ede_900a_a17cc86e57c4' } as NamedNode,
	'EMMO_16d1606c_e562_43cd_a92c_0894abc2027b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_16d1606c_e562_43cd_a92c_0894abc2027b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_16d1606c_e562_43cd_a92c_0894abc2027b' } as NamedNode,
	'EMMO_16d72037_3243_4018_ac6c_0015f661d3c3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_16d72037_3243_4018_ac6c_0015f661d3c3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_16d72037_3243_4018_ac6c_0015f661d3c3' } as NamedNode,
	/** Mass of a constituent divided by the volume of the mixture. */
	'EMMO_16f2fe60_2db7_43ca_8fee_5b3e416bfe87': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_16f2fe60_2db7_43ca_8fee_5b3e416bfe87', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_16f2fe60_2db7_43ca_8fee_5b3e416bfe87' } as NamedNode,
	'EMMO_172e2c96_180b_40f8_a3e7_b624471f40c2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_172e2c96_180b_40f8_a3e7_b624471f40c2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_172e2c96_180b_40f8_a3e7_b624471f40c2' } as NamedNode,
	'EMMO_1744d51d_0dac_4f48_8b50_fde6c7c2ab39': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1744d51d_0dac_4f48_8b50_fde6c7c2ab39', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1744d51d_0dac_4f48_8b50_fde6c7c2ab39' } as NamedNode,
	/** The DBpedia definition (http://dbpedia.org/page/Avogadro_constant) is outdated as May 20, 2019. It is now an exact quantity. */
	'EMMO_176cae33_b83e_4cd2_a6bc_281f42f0ccc8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_176cae33_b83e_4cd2_a6bc_281f42f0ccc8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_176cae33_b83e_4cd2_a6bc_281f42f0ccc8' } as NamedNode,
	'EMMO_176e3f78_c867_4eca_9794_a4822660d9dc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_176e3f78_c867_4eca_9794_a4822660d9dc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_176e3f78_c867_4eca_9794_a4822660d9dc' } as NamedNode,
	'EMMO_179a652d_68c8_5412_9621_98b4b00984dd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_179a652d_68c8_5412_9621_98b4b00984dd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_179a652d_68c8_5412_9621_98b4b00984dd' } as NamedNode,
	/** Correspond to the work needed per unit of charge to move a test charge between two points in a static electric field. */
	'EMMO_17b031fb_4695_49b6_bb69_189ec63df3ee': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_17b031fb_4695_49b6_bb69_189ec63df3ee', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_17b031fb_4695_49b6_bb69_189ec63df3ee' } as NamedNode,
	'EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f' } as NamedNode,
	'EMMO_183f6fac_8543_44e0_bd59_434aa7054f4c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_183f6fac_8543_44e0_bd59_434aa7054f4c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_183f6fac_8543_44e0_bd59_434aa7054f4c' } as NamedNode,
	'EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1' } as NamedNode,
	'EMMO_186607c3_fe59_5731_983f_4374a1f8544b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_186607c3_fe59_5731_983f_4374a1f8544b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_186607c3_fe59_5731_983f_4374a1f8544b' } as NamedNode,
	'EMMO_18748aef_0e6b_5369_99b5_1e5ab1a0f99b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_18748aef_0e6b_5369_99b5_1e5ab1a0f99b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_18748aef_0e6b_5369_99b5_1e5ab1a0f99b' } as NamedNode,
	'EMMO_18c4634c_b821_49a3_beff_5eb7515ffc40': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_18c4634c_b821_49a3_beff_5eb7515ffc40', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_18c4634c_b821_49a3_beff_5eb7515ffc40' } as NamedNode,
	'EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae' } as NamedNode,
	'EMMO_18d180e4_5e3e_42f7_820c_e08951223486': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_18d180e4_5e3e_42f7_820c_e08951223486', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_18d180e4_5e3e_42f7_820c_e08951223486' } as NamedNode,
	'EMMO_1936bc9e_5e81_5267_bd48_cbec9a6cfb17': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1936bc9e_5e81_5267_bd48_cbec9a6cfb17', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1936bc9e_5e81_5267_bd48_cbec9a6cfb17' } as NamedNode,
	/** Note that not all physical quantities can be categorised as being either intensive or extensive. For example the square root of the mass. */
	'EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8' } as NamedNode,
	'EMMO_1942247a_50b4_4109_bff4_bb213de45e08': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1942247a_50b4_4109_bff4_bb213de45e08', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1942247a_50b4_4109_bff4_bb213de45e08' } as NamedNode,
	'EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a' } as NamedNode,
	'EMMO_19608340_178c_4bfd_bd4d_0d3b935c6fec': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_19608340_178c_4bfd_bd4d_0d3b935c6fec', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_19608340_178c_4bfd_bd4d_0d3b935c6fec' } as NamedNode,
	'EMMO_197095a5_6d0c_4747_bcd7_f239203217dc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_197095a5_6d0c_4747_bcd7_f239203217dc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_197095a5_6d0c_4747_bcd7_f239203217dc' } as NamedNode,
	'EMMO_19c5c2b2_463b_4e41_bd50_4f7239aa62d9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_19c5c2b2_463b_4e41_bd50_4f7239aa62d9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_19c5c2b2_463b_4e41_bd50_4f7239aa62d9' } as NamedNode,
	'EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9' } as NamedNode,
	'EMMO_19fe0747_6954_40cb_9f8f_b87498bc8e78': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_19fe0747_6954_40cb_9f8f_b87498bc8e78', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_19fe0747_6954_40cb_9f8f_b87498bc8e78' } as NamedNode,
	'EMMO_1a179ce4_3724_47f8_bee5_6292e3ac9942': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1a179ce4_3724_47f8_bee5_6292e3ac9942', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1a179ce4_3724_47f8_bee5_6292e3ac9942' } as NamedNode,
	/** Manufacturing by separating particles of material from a solid body by non-mechanical means. Ablation refers both to the removal of layers of material and to the separation of workpiece parts. The production process of ablation is considered in its stationary instantaneous state, independently of the application of auxiliary processes necessary to initiate the process. Ablation is divided into three subgroups according to the order point of view (OGP) "process in the effective zone on the surface of the workpiece": - thermal ablation; - chemical ablation; - electrochemical ablation. */
	'EMMO_1a2cbca8_3d3b_4e2c_9a71_e39273937786': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1a2cbca8_3d3b_4e2c_9a71_e39273937786', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1a2cbca8_3d3b_4e2c_9a71_e39273937786' } as NamedNode,
	'EMMO_1a4c1a97_88a7_4d8e_b2f9_2ca58e92dde4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1a4c1a97_88a7_4d8e_b2f9_2ca58e92dde4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1a4c1a97_88a7_4d8e_b2f9_2ca58e92dde4' } as NamedNode,
	'EMMO_1a4ed964_9ee4_44a9_b386_4b0f95cf6666': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1a4ed964_9ee4_44a9_b386_4b0f95cf6666', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1a4ed964_9ee4_44a9_b386_4b0f95cf6666' } as NamedNode,
	'EMMO_1a5dd75a_6ed6_4148_a99c_001a27f5b417': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1a5dd75a_6ed6_4148_a99c_001a27f5b417', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1a5dd75a_6ed6_4148_a99c_001a27f5b417' } as NamedNode,
	'EMMO_1a9e6e27_1e1d_492a_824e_6fb848574846': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1a9e6e27_1e1d_492a_824e_6fb848574846', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1a9e6e27_1e1d_492a_824e_6fb848574846' } as NamedNode,
	'EMMO_1aaaceb6_c5eb_4cf3_a494_f82d43fda10a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1aaaceb6_c5eb_4cf3_a494_f82d43fda10a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1aaaceb6_c5eb_4cf3_a494_f82d43fda10a' } as NamedNode,
	'EMMO_1ac837ae_23e4_4cae_b866_dcf18c5c8a3d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1ac837ae_23e4_4cae_b866_dcf18c5c8a3d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1ac837ae_23e4_4cae_b866_dcf18c5c8a3d' } as NamedNode,
	'EMMO_1acb552d_281a_40a4_9d55_5e31b85d4dc1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1acb552d_281a_40a4_9d55_5e31b85d4dc1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1acb552d_281a_40a4_9d55_5e31b85d4dc1' } as NamedNode,
	'EMMO_1acc07d0_709d_53f4_9807_cbc0d144865c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1acc07d0_709d_53f4_9807_cbc0d144865c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1acc07d0_709d_53f4_9807_cbc0d144865c' } as NamedNode,
	/** An expression that has parts only integer constants, variables, and the algebraic operations (addition, subtraction, multiplication, division and exponentiation by an exponent that is a rational number) */
	'EMMO_1aed91a3_d00c_48af_8f43_a0c958b2512a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1aed91a3_d00c_48af_8f43_a0c958b2512a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1aed91a3_d00c_48af_8f43_a0c958b2512a' } as NamedNode,
	'EMMO_1b01c9c6_6367_498c_a04d_1a37499b3eff': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1b01c9c6_6367_498c_a04d_1a37499b3eff', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1b01c9c6_6367_498c_a04d_1a37499b3eff' } as NamedNode,
	'EMMO_1b1aa658_a7d5_5bc6_9d78_37a901fd66dd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1b1aa658_a7d5_5bc6_9d78_37a901fd66dd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1b1aa658_a7d5_5bc6_9d78_37a901fd66dd' } as NamedNode,
	'EMMO_1b32a555_978b_4e56_933f_e158e165023e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1b32a555_978b_4e56_933f_e158e165023e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1b32a555_978b_4e56_933f_e158e165023e' } as NamedNode,
	'EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c' } as NamedNode,
	'EMMO_1b6a95fb_3df7_44c9_ad3d_419c9c5fe7cb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1b6a95fb_3df7_44c9_ad3d_419c9c5fe7cb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1b6a95fb_3df7_44c9_ad3d_419c9c5fe7cb' } as NamedNode,
	'EMMO_1c0b22a2_be82_4fa8_9e2b_a569a625d442': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1c0b22a2_be82_4fa8_9e2b_a569a625d442', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1c0b22a2_be82_4fa8_9e2b_a569a625d442' } as NamedNode,
	'EMMO_1c16bb7f_5400_4498_8ef2_54392908da4e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1c16bb7f_5400_4498_8ef2_54392908da4e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1c16bb7f_5400_4498_8ef2_54392908da4e' } as NamedNode,
	/** alpha_V = (1/V) * (dV/dT) */
	'EMMO_1c1ec02e_4def_4979_aff9_572c06a95391': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1c1ec02e_4def_4979_aff9_572c06a95391', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1c1ec02e_4def_4979_aff9_572c06a95391' } as NamedNode,
	'EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e' } as NamedNode,
	'EMMO_1c3de02f_ddbd_4704_9538_3d4f38cc373e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1c3de02f_ddbd_4704_9538_3d4f38cc373e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1c3de02f_ddbd_4704_9538_3d4f38cc373e' } as NamedNode,
	'EMMO_1c5c8217_481b_5ae9_b44f_9ec353f6ea93': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1c5c8217_481b_5ae9_b44f_9ec353f6ea93', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1c5c8217_481b_5ae9_b44f_9ec353f6ea93' } as NamedNode,
	'EMMO_1c7f2dfe_0db4_4bf6_a0f6_853054a34ead': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1c7f2dfe_0db4_4bf6_a0f6_853054a34ead', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1c7f2dfe_0db4_4bf6_a0f6_853054a34ead' } as NamedNode,
	'EMMO_1c957677_a460_4702_85a6_baef659d14b1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1c957677_a460_4702_85a6_baef659d14b1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1c957677_a460_4702_85a6_baef659d14b1' } as NamedNode,
	'EMMO_1cba0b27_15d0_4326_933f_379d0b3565b6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1cba0b27_15d0_4326_933f_379d0b3565b6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1cba0b27_15d0_4326_933f_379d0b3565b6' } as NamedNode,
	'EMMO_1cba8181_2ea5_5772_8bd7_e668ffcde394': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1cba8181_2ea5_5772_8bd7_e668ffcde394', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1cba8181_2ea5_5772_8bd7_e668ffcde394' } as NamedNode,
	'EMMO_1ce18268_dc63_42af_9113_6589331b5562': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1ce18268_dc63_42af_9113_6589331b5562', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1ce18268_dc63_42af_9113_6589331b5562' } as NamedNode,
	'EMMO_1d2bf964_5d54_4da6_a02d_7c908517ef91': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1d2bf964_5d54_4da6_a02d_7c908517ef91', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1d2bf964_5d54_4da6_a02d_7c908517ef91' } as NamedNode,
	'EMMO_1d5305d7_5690_4e5a_92de_4611e8c356ef': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1d5305d7_5690_4e5a_92de_4611e8c356ef', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1d5305d7_5690_4e5a_92de_4611e8c356ef' } as NamedNode,
	/** Cutting workpieces between two cutting edges that move past each other (see Figure 1 [see figure in the standard]). */
	'EMMO_1d6b63d5_9938_483c_ad62_a09ac34153c9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1d6b63d5_9938_483c_ad62_a09ac34153c9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1d6b63d5_9938_483c_ad62_a09ac34153c9' } as NamedNode,
	'EMMO_1d77524b_ff3f_4e9a_90a4_be3d0bd88855': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1d77524b_ff3f_4e9a_90a4_be3d0bd88855', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1d77524b_ff3f_4e9a_90a4_be3d0bd88855' } as NamedNode,
	'EMMO_1d8b370b_c672_4d0c_964e_eaafcbf2f51f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1d8b370b_c672_4d0c_964e_eaafcbf2f51f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1d8b370b_c672_4d0c_964e_eaafcbf2f51f' } as NamedNode,
	'EMMO_1da53c06_9577_4008_8652_272fa3b62be7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1da53c06_9577_4008_8652_272fa3b62be7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1da53c06_9577_4008_8652_272fa3b62be7' } as NamedNode,
	'EMMO_1db22203_95cb_46e2_ad94_14367a93d1dc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1db22203_95cb_46e2_ad94_14367a93d1dc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1db22203_95cb_46e2_ad94_14367a93d1dc' } as NamedNode,
	'EMMO_1dcc2b31_7ff4_49ed_a1bc_6e4c055c951c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1dcc2b31_7ff4_49ed_a1bc_6e4c055c951c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1dcc2b31_7ff4_49ed_a1bc_6e4c055c951c' } as NamedNode,
	/** In geometrical optics, vergence describes the curvature of optical wavefronts. */
	'EMMO_1e7603a7_1365_49b8_b5e5_3711c8e6b904': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1e7603a7_1365_49b8_b5e5_3711c8e6b904', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1e7603a7_1365_49b8_b5e5_3711c8e6b904' } as NamedNode,
	'EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660' } as NamedNode,
	'EMMO_1ea2f3fc_da94_4685_99b4_352922fbc461': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1ea2f3fc_da94_4685_99b4_352922fbc461', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1ea2f3fc_da94_4685_99b4_352922fbc461' } as NamedNode,
	'EMMO_1eb6b28e_f260_4f04_ada1_19c6dcb668d9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1eb6b28e_f260_4f04_ada1_19c6dcb668d9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1eb6b28e_f260_4f04_ada1_19c6dcb668d9' } as NamedNode,
	'EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895' } as NamedNode,
	/** A whole is categorized as fundamental (or maximal) or redundant (non-maximal). */
	'EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0' } as NamedNode,
	'EMMO_1f087811_06cb_42d5_90fb_25d0e7e068ef': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1f087811_06cb_42d5_90fb_25d0e7e068ef', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1f087811_06cb_42d5_90fb_25d0e7e068ef' } as NamedNode,
	'EMMO_1f19b65b_35bf_4662_a318_7f1c147cb3b6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1f19b65b_35bf_4662_a318_7f1c147cb3b6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1f19b65b_35bf_4662_a318_7f1c147cb3b6' } as NamedNode,
	'EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc' } as NamedNode,
	'EMMO_1f2bfb9f_ecc6_46a0_9e41_2d6fcbf59e4b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1f2bfb9f_ecc6_46a0_9e41_2d6fcbf59e4b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1f2bfb9f_ecc6_46a0_9e41_2d6fcbf59e4b' } as NamedNode,
	'EMMO_1f5e3e7e_72c9_40d4_91dd_ae432d7b7018': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1f5e3e7e_72c9_40d4_91dd_ae432d7b7018', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1f5e3e7e_72c9_40d4_91dd_ae432d7b7018' } as NamedNode,
	'EMMO_1f8f92a8_4cc9_4fa3_9b5f_d5af5bab4fd2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1f8f92a8_4cc9_4fa3_9b5f_d5af5bab4fd2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1f8f92a8_4cc9_4fa3_9b5f_d5af5bab4fd2' } as NamedNode,
	'EMMO_1fa63b54_64d7_40fa_9c8c_003bd61664d1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1fa63b54_64d7_40fa_9c8c_003bd61664d1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1fa63b54_64d7_40fa_9c8c_003bd61664d1' } as NamedNode,
	'EMMO_1fade54b_20ed_5e58_af59_214ea3b15ba9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_1fade54b_20ed_5e58_af59_214ea3b15ba9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_1fade54b_20ed_5e58_af59_214ea3b15ba9' } as NamedNode,
	'EMMO_200c735e_3dd7_44b2_bb34_4bb454a8e53b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_200c735e_3dd7_44b2_bb34_4bb454a8e53b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_200c735e_3dd7_44b2_bb34_4bb454a8e53b' } as NamedNode,
	'EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704' } as NamedNode,
	/** Solutions are characterized by the occurrence of Rayleigh scattering on light, */
	'EMMO_2031516a_2be7_48e8_9af7_7e1270e308fe': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2031516a_2be7_48e8_9af7_7e1270e308fe', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2031516a_2be7_48e8_9af7_7e1270e308fe' } as NamedNode,
	'EMMO_209b3242_1274_5d1d_a965_f8cb3fcc1073': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_209b3242_1274_5d1d_a965_f8cb3fcc1073', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_209b3242_1274_5d1d_a965_f8cb3fcc1073' } as NamedNode,
	'EMMO_209ba1b3_149f_4ff0_b672_941610eafd72': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_209ba1b3_149f_4ff0_b672_941610eafd72', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_209ba1b3_149f_4ff0_b672_941610eafd72' } as NamedNode,
	'EMMO_20bb4724_2370_5205_ab8e_51a4c3609d3b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_20bb4724_2370_5205_ab8e_51a4c3609d3b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_20bb4724_2370_5205_ab8e_51a4c3609d3b' } as NamedNode,
	'EMMO_20ff3b34_c864_4936_8955_9345fc0a3b3c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_20ff3b34_c864_4936_8955_9345fc0a3b3c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_20ff3b34_c864_4936_8955_9345fc0a3b3c' } as NamedNode,
	'EMMO_210e7e99_c1cf_44cc_87c7_310a10ff068b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_210e7e99_c1cf_44cc_87c7_310a10ff068b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_210e7e99_c1cf_44cc_87c7_310a10ff068b' } as NamedNode,
	/** Molecular entity is used as a general term for singular entities, irrespective of their nature, while chemical species stands for sets or ensembles of molecular entities.
 
Note that the name of a compound may refer to the respective molecular entity or to the chemical species, */
	'EMMO_21205421_5783_4d3e_81e5_10c5d894a88a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_21205421_5783_4d3e_81e5_10c5d894a88a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_21205421_5783_4d3e_81e5_10c5d894a88a' } as NamedNode,
	/** Removal of material by means of rigid or flexible discs or belts containing abrasives. */
	'EMMO_2138677c_845a_4bc2_8be7_7b0a07b4777d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2138677c_845a_4bc2_8be7_7b0a07b4777d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2138677c_845a_4bc2_8be7_7b0a07b4777d' } as NamedNode,
	/** Widening is tensile forming to increase the circumference of a hollow body. A distinction is made between: Widening, bulging. */
	'EMMO_214e9a99_58de_40e2_86cf_fa6aa1d180a8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_214e9a99_58de_40e2_86cf_fa6aa1d180a8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_214e9a99_58de_40e2_86cf_fa6aa1d180a8' } as NamedNode,
	'EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb' } as NamedNode,
	'EMMO_21a13e48_e4e2_450b_ad03_d9a112daee87': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_21a13e48_e4e2_450b_ad03_d9a112daee87', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_21a13e48_e4e2_450b_ad03_d9a112daee87' } as NamedNode,
	'EMMO_21a91e48_b6d3_4558_b08f_246433d43860': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_21a91e48_b6d3_4558_b08f_246433d43860', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_21a91e48_b6d3_4558_b08f_246433d43860' } as NamedNode,
	'EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c' } as NamedNode,
	'EMMO_21bc99ae_f2ba_4eb3_90c1_d81968c429e2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_21bc99ae_f2ba_4eb3_90c1_d81968c429e2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_21bc99ae_f2ba_4eb3_90c1_d81968c429e2' } as NamedNode,
	'EMMO_21e69447_1d0c_4880_ab8c_6bfbcd83aab4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_21e69447_1d0c_4880_ab8c_6bfbcd83aab4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_21e69447_1d0c_4880_ab8c_6bfbcd83aab4' } as NamedNode,
	/** A number individual provides the link between the ontology and the actual data, through the data property hasNumericalValue. */
	'EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8' } as NamedNode,
	'EMMO_220b7201_d277_4dca_bf6a_5a5e2c4062dd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_220b7201_d277_4dca_bf6a_5a5e2c4062dd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_220b7201_d277_4dca_bf6a_5a5e2c4062dd' } as NamedNode,
	'EMMO_223d9523_4169_4ecd_b8af_acad1215e1ff': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_223d9523_4169_4ecd_b8af_acad1215e1ff', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_223d9523_4169_4ecd_b8af_acad1215e1ff' } as NamedNode,
	'EMMO_22496460_c849_4bd7_8be0_9a1202506f18': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_22496460_c849_4bd7_8be0_9a1202506f18', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_22496460_c849_4bd7_8be0_9a1202506f18' } as NamedNode,
	'EMMO_22522299_4091_4d1f_82a2_3890492df6db': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_22522299_4091_4d1f_82a2_3890492df6db', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_22522299_4091_4d1f_82a2_3890492df6db' } as NamedNode,
	'EMMO_225775f9_3bf3_4309_a7e1_aa7305c9278a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_225775f9_3bf3_4309_a7e1_aa7305c9278a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_225775f9_3bf3_4309_a7e1_aa7305c9278a' } as NamedNode,
	/** Forming of a solid body, whereby the plastic state is essentially brought about by shear stress. */
	'EMMO_22744495_4f32_4a17_b189_259c644268f9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_22744495_4f32_4a17_b189_259c644268f9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_22744495_4f32_4a17_b189_259c644268f9' } as NamedNode,
	'EMMO_22a6f189_7ad7_424d_af15_5efe002c1365': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_22a6f189_7ad7_424d_af15_5efe002c1365', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_22a6f189_7ad7_424d_af15_5efe002c1365' } as NamedNode,
	'EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291' } as NamedNode,
	'EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb' } as NamedNode,
	'EMMO_23b579e1_8088_45b5_9975_064014026c42': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_23b579e1_8088_45b5_9975_064014026c42', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_23b579e1_8088_45b5_9975_064014026c42' } as NamedNode,
	'EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba' } as NamedNode,
	'EMMO_23eabdb5_6de6_4615_b6b1_a07b3ad32fd9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_23eabdb5_6de6_4615_b6b1_a07b3ad32fd9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_23eabdb5_6de6_4615_b6b1_a07b3ad32fd9' } as NamedNode,
	'EMMO_2469e4c6_ac2e_4c8f_b49f_7b2d2e277215': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2469e4c6_ac2e_4c8f_b49f_7b2d2e277215', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2469e4c6_ac2e_4c8f_b49f_7b2d2e277215' } as NamedNode,
	'EMMO_246af1cb_2f80_4ff7_9add_c1dd4cfdcc93': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_246af1cb_2f80_4ff7_9add_c1dd4cfdcc93', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_246af1cb_2f80_4ff7_9add_c1dd4cfdcc93' } as NamedNode,
	'EMMO_24788d59_32f5_4339_a42a_43a102ec14a8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_24788d59_32f5_4339_a42a_43a102ec14a8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_24788d59_32f5_4339_a42a_43a102ec14a8' } as NamedNode,
	'EMMO_2480b72b_db8d_460f_9a5f_c2912f979046': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2480b72b_db8d_460f_9a5f_c2912f979046', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2480b72b_db8d_460f_9a5f_c2912f979046' } as NamedNode,
	'EMMO_24b30ba4_90f4_423d_93d2_fd0fde349087': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_24b30ba4_90f4_423d_93d2_fd0fde349087', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_24b30ba4_90f4_423d_93d2_fd0fde349087' } as NamedNode,
	'EMMO_24c44d2c_9ec3_438d_8cff_348cb9d7cb5c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_24c44d2c_9ec3_438d_8cff_348cb9d7cb5c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_24c44d2c_9ec3_438d_8cff_348cb9d7cb5c' } as NamedNode,
	'EMMO_24c71baf_6db6_48b9_86c8_8c70cf36db0c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_24c71baf_6db6_48b9_86c8_8c70cf36db0c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_24c71baf_6db6_48b9_86c8_8c70cf36db0c' } as NamedNode,
	'EMMO_24dda193_ada8_433b_bb74_6ca4a0b89a20': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_24dda193_ada8_433b_bb74_6ca4a0b89a20', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_24dda193_ada8_433b_bb74_6ca4a0b89a20' } as NamedNode,
	'EMMO_24e7961c_26c8_5ae1_a29c_c32717c40684': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_24e7961c_26c8_5ae1_a29c_c32717c40684', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_24e7961c_26c8_5ae1_a29c_c32717c40684' } as NamedNode,
	/** The word subjective applies to property intrisically subjective or non-well defined. In general, when an black-box-like procedure is used for the definition of the property.
 
This happens due to e.g. the complexity of the object, the lack of a underlying model for the representation of the object, the non-well specified meaning of the property symbols.
 
A 'SubjectiveProperty' cannot be used to univocally compare 'Object'-s.
 
e.g. you cannot evaluate the beauty of a person on objective basis. */
	'EMMO_251cfb4f_5c75_4778_91ed_6c8395212fd8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_251cfb4f_5c75_4778_91ed_6c8395212fd8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_251cfb4f_5c75_4778_91ed_6c8395212fd8' } as NamedNode,
	'EMMO_252cce84_cc8a_49dc_8405_0d5e06425d69': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_252cce84_cc8a_49dc_8405_0d5e06425d69', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_252cce84_cc8a_49dc_8405_0d5e06425d69' } as NamedNode,
	'EMMO_252f143a_2c00_5d9a_a551_c07daa22c5c0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_252f143a_2c00_5d9a_a551_c07daa22c5c0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_252f143a_2c00_5d9a_a551_c07daa22c5c0' } as NamedNode,
	'EMMO_2531fe94_1cdf_4f36_9abc_7ab7574310db': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2531fe94_1cdf_4f36_9abc_7ab7574310db', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2531fe94_1cdf_4f36_9abc_7ab7574310db' } as NamedNode,
	/** fabrication of objects through the deposition of a material using a print head, nozzle or another printer technology
Note 1 to entry: This term is often used in a non-technical context synonymously with additive manufacturing (3.1.2) and, in these cases, typically associated with machines used for non-industrial purposes including personal use. */
	'EMMO_253e1d54_69af_4931_90d0_5ccfd7e690ad': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_253e1d54_69af_4931_90d0_5ccfd7e690ad', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_253e1d54_69af_4931_90d0_5ccfd7e690ad' } as NamedNode,
	'EMMO_254472c6_3dbd_4f02_bc43_571389cd281f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_254472c6_3dbd_4f02_bc43_571389cd281f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_254472c6_3dbd_4f02_bc43_571389cd281f' } as NamedNode,
	'EMMO_254ff869_7d28_42dd_aedc_adb4cc8ad0cb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_254ff869_7d28_42dd_aedc_adb4cc8ad0cb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_254ff869_7d28_42dd_aedc_adb4cc8ad0cb' } as NamedNode,
	/** Here we consider a temporal interval that is lower than the characteristic time of the physical process that provides the causality connection between the object parts. */
	'EMMO_2553c342_fc28_47d8_8e19_7a98fa08f150': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2553c342_fc28_47d8_8e19_7a98fa08f150', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2553c342_fc28_47d8_8e19_7a98fa08f150' } as NamedNode,
	'EMMO_2558579d_fd7e_4c15_8ad4_2050ca0acc5e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2558579d_fd7e_4c15_8ad4_2050ca0acc5e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2558579d_fd7e_4c15_8ad4_2050ca0acc5e' } as NamedNode,
	'EMMO_2563e18a_93d2_5d81_86d3_736295e9e519': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2563e18a_93d2_5d81_86d3_736295e9e519', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2563e18a_93d2_5d81_86d3_736295e9e519' } as NamedNode,
	'EMMO_2565210a_bbcc_4c00_a122_6a608faa355b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2565210a_bbcc_4c00_a122_6a608faa355b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2565210a_bbcc_4c00_a122_6a608faa355b' } as NamedNode,
	'EMMO_256bb4be_78c6_4f2f_8589_f5e4c8339bbd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_256bb4be_78c6_4f2f_8589_f5e4c8339bbd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_256bb4be_78c6_4f2f_8589_f5e4c8339bbd' } as NamedNode,
	'EMMO_25e8c0c4_943a_4851_9cb7_3c4b45f69bb5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_25e8c0c4_943a_4851_9cb7_3c4b45f69bb5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_25e8c0c4_943a_4851_9cb7_3c4b45f69bb5' } as NamedNode,
	'EMMO_25f5ca8e_8f7f_44d8_a392_bd3fe8894458': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_25f5ca8e_8f7f_44d8_a392_bd3fe8894458', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_25f5ca8e_8f7f_44d8_a392_bd3fe8894458' } as NamedNode,
	'EMMO_25f8b804_9a0b_4387_a3e7_b35bce5365ee': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_25f8b804_9a0b_4387_a3e7_b35bce5365ee', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_25f8b804_9a0b_4387_a3e7_b35bce5365ee' } as NamedNode,
	'EMMO_260dfba7_f7ab_4e5d_99e5_137600778220': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_260dfba7_f7ab_4e5d_99e5_137600778220', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_260dfba7_f7ab_4e5d_99e5_137600778220' } as NamedNode,
	'EMMO_262d4582_15b9_4685_b693_24f8e9ead98d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_262d4582_15b9_4685_b693_24f8e9ead98d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_262d4582_15b9_4685_b693_24f8e9ead98d' } as NamedNode,
	'EMMO_263d9161_5a7c_4900_a49b_55f012b3fe07': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_263d9161_5a7c_4900_a49b_55f012b3fe07', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_263d9161_5a7c_4900_a49b_55f012b3fe07' } as NamedNode,
	'EMMO_26586828_3b8c_4d8b_9c6c_0bc2502f26ae': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_26586828_3b8c_4d8b_9c6c_0bc2502f26ae', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_26586828_3b8c_4d8b_9c6c_0bc2502f26ae' } as NamedNode,
	'EMMO_2666a7e3_2ad4_49a0_899e_329607231f4b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2666a7e3_2ad4_49a0_899e_329607231f4b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2666a7e3_2ad4_49a0_899e_329607231f4b' } as NamedNode,
	'EMMO_268a8a97_3a6f_4022_93da_962a66827cdc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_268a8a97_3a6f_4022_93da_962a66827cdc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_268a8a97_3a6f_4022_93da_962a66827cdc' } as NamedNode,
	'EMMO_26922e28_b266_46c1_b93e_4940633ba5e4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_26922e28_b266_46c1_b93e_4940633ba5e4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_26922e28_b266_46c1_b93e_4940633ba5e4' } as NamedNode,
	'EMMO_26a38b26_38ea_4acf_b212_db9e34c71b7a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_26a38b26_38ea_4acf_b212_db9e34c71b7a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_26a38b26_38ea_4acf_b212_db9e34c71b7a' } as NamedNode,
	'EMMO_26b13395_0031_4da2_b4d0_55eca1792107': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_26b13395_0031_4da2_b4d0_55eca1792107', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_26b13395_0031_4da2_b4d0_55eca1792107' } as NamedNode,
	'EMMO_26b7c6ca_6c6c_52e0_ba01_dcc883e64d46': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_26b7c6ca_6c6c_52e0_ba01_dcc883e64d46', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_26b7c6ca_6c6c_52e0_ba01_dcc883e64d46' } as NamedNode,
	'EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54' } as NamedNode,
	'EMMO_26c6f1b3_c33f_4804_a3e8_3c5c931582b3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_26c6f1b3_c33f_4804_a3e8_3c5c931582b3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_26c6f1b3_c33f_4804_a3e8_3c5c931582b3' } as NamedNode,
	'EMMO_26f34447_32ec_48ce_9baa_4afec09120f4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_26f34447_32ec_48ce_9baa_4afec09120f4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_26f34447_32ec_48ce_9baa_4afec09120f4' } as NamedNode,
	/** Since the nucleus account for nearly all of the total mass of atoms  (with the electrons and nuclear binding energy making minor contributions), the atomic mass measured in Da has nearly the same value as the mass number. */
	'EMMO_27367073_ed8a_481a_9b07_f836dfe31f7f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_27367073_ed8a_481a_9b07_f836dfe31f7f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_27367073_ed8a_481a_9b07_f836dfe31f7f' } as NamedNode,
	'EMMO_276f1224_fdc1_42ac_bd27_03d6dcec191a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_276f1224_fdc1_42ac_bd27_03d6dcec191a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_276f1224_fdc1_42ac_bd27_03d6dcec191a' } as NamedNode,
	'EMMO_27c5d8c6_8af7_4d63_beb1_ec37cd8b3fa3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_27c5d8c6_8af7_4d63_beb1_ec37cd8b3fa3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_27c5d8c6_8af7_4d63_beb1_ec37cd8b3fa3' } as NamedNode,
	'EMMO_27c8e4db_eb18_402c_951e_6a38751cf1d0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_27c8e4db_eb18_402c_951e_6a38751cf1d0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_27c8e4db_eb18_402c_951e_6a38751cf1d0' } as NamedNode,
	/** Array subclasses with a specific shape can be constructed with cardinality restrictions.
 
See Shape4x3Matrix as an example. */
	'EMMO_28fbea28_2204_4613_87ff_6d877b855fcd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_28fbea28_2204_4613_87ff_6d877b855fcd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_28fbea28_2204_4613_87ff_6d877b855fcd' } as NamedNode,
	'EMMO_29108c7c_9087_4992_ab1c_02561665df21': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_29108c7c_9087_4992_ab1c_02561665df21', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_29108c7c_9087_4992_ab1c_02561665df21' } as NamedNode,
	'EMMO_291a1550_d4cb_5934_b0db_0ea3c6a23932': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_291a1550_d4cb_5934_b0db_0ea3c6a23932', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_291a1550_d4cb_5934_b0db_0ea3c6a23932' } as NamedNode,
	'EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064' } as NamedNode,
	'EMMO_29791c75_2899_47a8_bfad_fc239aa4dd2d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_29791c75_2899_47a8_bfad_fc239aa4dd2d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_29791c75_2899_47a8_bfad_fc239aa4dd2d' } as NamedNode,
	'EMMO_297999d6_c9e4_4262_9536_bd524d1c6e21': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_297999d6_c9e4_4262_9536_bd524d1c6e21', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_297999d6_c9e4_4262_9536_bd524d1c6e21' } as NamedNode,
	'EMMO_29836ff7_d416_49ae_b76b_f367c326b107': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_29836ff7_d416_49ae_b76b_f367c326b107', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_29836ff7_d416_49ae_b76b_f367c326b107' } as NamedNode,
	'EMMO_29987c5a_a7fb_5207_9610_b94316977a3d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_29987c5a_a7fb_5207_9610_b94316977a3d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_29987c5a_a7fb_5207_9610_b94316977a3d' } as NamedNode,
	'EMMO_299f6949_6bf2_4ee6_9ec7_fd742881fb27': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_299f6949_6bf2_4ee6_9ec7_fd742881fb27', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_299f6949_6bf2_4ee6_9ec7_fd742881fb27' } as NamedNode,
	'EMMO_29afdf54_90ae_4c98_8845_fa9ea3f143a8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_29afdf54_90ae_4c98_8845_fa9ea3f143a8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_29afdf54_90ae_4c98_8845_fa9ea3f143a8' } as NamedNode,
	'EMMO_29ce946a_f164_43ea_b9f8_0cb4f1022853': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_29ce946a_f164_43ea_b9f8_0cb4f1022853', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_29ce946a_f164_43ea_b9f8_0cb4f1022853' } as NamedNode,
	'EMMO_29d24a97_f3bd_4e9b_934d_9da589f719e5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_29d24a97_f3bd_4e9b_934d_9da589f719e5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_29d24a97_f3bd_4e9b_934d_9da589f719e5' } as NamedNode,
	'EMMO_29edd972_2e77_4658_8106_01c86b3b10a2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_29edd972_2e77_4658_8106_01c86b3b10a2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_29edd972_2e77_4658_8106_01c86b3b10a2' } as NamedNode,
	'EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1' } as NamedNode,
	'EMMO_2a0e5777_348c_475b_adf0_1b1e71a29bc9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2a0e5777_348c_475b_adf0_1b1e71a29bc9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2a0e5777_348c_475b_adf0_1b1e71a29bc9' } as NamedNode,
	'EMMO_2a0f30f5_bb26_4235_9d67_a6b22aca78e3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2a0f30f5_bb26_4235_9d67_a6b22aca78e3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2a0f30f5_bb26_4235_9d67_a6b22aca78e3' } as NamedNode,
	'EMMO_2a33ee61_8235_4da4_b9a1_ca62cb87a016': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2a33ee61_8235_4da4_b9a1_ca62cb87a016', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2a33ee61_8235_4da4_b9a1_ca62cb87a016' } as NamedNode,
	'EMMO_2a61986e_772c_5f68_bdc9_80adbc618e41': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2a61986e_772c_5f68_bdc9_80adbc618e41', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2a61986e_772c_5f68_bdc9_80adbc618e41' } as NamedNode,
	'EMMO_2a67f539_d503_4e98_934e_50d4a9ae6cfd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2a67f539_d503_4e98_934e_50d4a9ae6cfd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2a67f539_d503_4e98_934e_50d4a9ae6cfd' } as NamedNode,
	/** The word objective does not mean that each observation will provide the same results. It means that the observation followed a well defined procedure.
 
This class refers to what is commonly known as physical property, i.e. a measurable property of physical system, whether is quantifiable or not. */
	'EMMO_2a888cdf_ec4a_4ec5_af1c_0343372fc978': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2a888cdf_ec4a_4ec5_af1c_0343372fc978', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2a888cdf_ec4a_4ec5_af1c_0343372fc978' } as NamedNode,
	'EMMO_2a971203_58d5_4039_98ce_be7eafb2b14f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2a971203_58d5_4039_98ce_be7eafb2b14f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2a971203_58d5_4039_98ce_be7eafb2b14f' } as NamedNode,
	'EMMO_2ae37adf_07f2_4920_8ec6_084c69761e34': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2ae37adf_07f2_4920_8ec6_084c69761e34', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2ae37adf_07f2_4920_8ec6_084c69761e34' } as NamedNode,
	'EMMO_2b0a1578_ae70_4cd1_940d_54d9c220d8f7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2b0a1578_ae70_4cd1_940d_54d9c220d8f7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2b0a1578_ae70_4cd1_940d_54d9c220d8f7' } as NamedNode,
	'EMMO_2b1303e8_d4c3_453b_9918_76f1d009543f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2b1303e8_d4c3_453b_9918_76f1d009543f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2b1303e8_d4c3_453b_9918_76f1d009543f' } as NamedNode,
	'EMMO_2b1fb71c_0eb0_445c_9be7_fb5d30ae79fd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2b1fb71c_0eb0_445c_9be7_fb5d30ae79fd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2b1fb71c_0eb0_445c_9be7_fb5d30ae79fd' } as NamedNode,
	'EMMO_2b243e59_3a2a_412e_9a58_81d1e5c92fbe': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2b243e59_3a2a_412e_9a58_81d1e5c92fbe', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2b243e59_3a2a_412e_9a58_81d1e5c92fbe' } as NamedNode,
	'EMMO_2b4783a6_36ad_48c8_8f5d_fe7c05ad298b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2b4783a6_36ad_48c8_8f5d_fe7c05ad298b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2b4783a6_36ad_48c8_8f5d_fe7c05ad298b' } as NamedNode,
	'EMMO_2b524942_4e3e_403a_b4ab_2b53750f3d3b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2b524942_4e3e_403a_b4ab_2b53750f3d3b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2b524942_4e3e_403a_b4ab_2b53750f3d3b' } as NamedNode,
	'EMMO_2b69b940_a4ab_40dc_b565_8daab23e4df2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2b69b940_a4ab_40dc_b565_8daab23e4df2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2b69b940_a4ab_40dc_b565_8daab23e4df2' } as NamedNode,
	'EMMO_2b6dcba2_8e5f_50fb_8242_26fa609379a8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2b6dcba2_8e5f_50fb_8242_26fa609379a8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2b6dcba2_8e5f_50fb_8242_26fa609379a8' } as NamedNode,
	/** Conversion of materials and assembly of components for the manufacture of products */
	'EMMO_2b9cbfb5_dbd0_4a68_9c6f_acc41b40dd72': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2b9cbfb5_dbd0_4a68_9c6f_acc41b40dd72', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2b9cbfb5_dbd0_4a68_9c6f_acc41b40dd72' } as NamedNode,
	'EMMO_2bf617c6_e57b_430b_9f37_fcf2cfda719e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2bf617c6_e57b_430b_9f37_fcf2cfda719e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2bf617c6_e57b_430b_9f37_fcf2cfda719e' } as NamedNode,
	'EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7' } as NamedNode,
	'EMMO_2c33f59a_fbeb_445e_aea9_8b05738b5f8b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2c33f59a_fbeb_445e_aea9_8b05738b5f8b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2c33f59a_fbeb_445e_aea9_8b05738b5f8b' } as NamedNode,
	'EMMO_2c701f72_a859_5e33_9552_b6bdbcbd28d9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2c701f72_a859_5e33_9552_b6bdbcbd28d9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2c701f72_a859_5e33_9552_b6bdbcbd28d9' } as NamedNode,
	'EMMO_2c85ff7a_835c_5559_b369_193683d631c8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2c85ff7a_835c_5559_b369_193683d631c8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2c85ff7a_835c_5559_b369_193683d631c8' } as NamedNode,
	'EMMO_2c9f993c_5b30_40a5_a471_808f7eb719db': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2c9f993c_5b30_40a5_a471_808f7eb719db', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2c9f993c_5b30_40a5_a471_808f7eb719db' } as NamedNode,
	'EMMO_2ce04004_62cf_4394_b6a2_b45fce1aebfe': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2ce04004_62cf_4394_b6a2_b45fce1aebfe', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2ce04004_62cf_4394_b6a2_b45fce1aebfe' } as NamedNode,
	'EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31' } as NamedNode,
	'EMMO_2d66cf6d_9396_40c8_bb82_324ab19067ce': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2d66cf6d_9396_40c8_bb82_324ab19067ce', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2d66cf6d_9396_40c8_bb82_324ab19067ce' } as NamedNode,
	'EMMO_2d72e38c_d587_437f_98f6_f2718fb130eb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2d72e38c_d587_437f_98f6_f2718fb130eb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2d72e38c_d587_437f_98f6_f2718fb130eb' } as NamedNode,
	'EMMO_2da7408f_d389_4245_887d_a1743b81a9b6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2da7408f_d389_4245_887d_a1743b81a9b6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2da7408f_d389_4245_887d_a1743b81a9b6' } as NamedNode,
	'EMMO_2dc17698_8cd9_562e_8eca_7818d507c813': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2dc17698_8cd9_562e_8eca_7818d507c813', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2dc17698_8cd9_562e_8eca_7818d507c813' } as NamedNode,
	'EMMO_2dd512a1_5187_47cc_b0b8_141214e22b59': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2dd512a1_5187_47cc_b0b8_141214e22b59', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2dd512a1_5187_47cc_b0b8_141214e22b59' } as NamedNode,
	'EMMO_2e19759a_b728_4a42_8a0c_5e6c57ea4811': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2e19759a_b728_4a42_8a0c_5e6c57ea4811', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2e19759a_b728_4a42_8a0c_5e6c57ea4811' } as NamedNode,
	'EMMO_2e36028f_f5a0_5a5a_af66_c357fb64765e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2e36028f_f5a0_5a5a_af66_c357fb64765e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2e36028f_f5a0_5a5a_af66_c357fb64765e' } as NamedNode,
	'EMMO_2e46d966_9f14_4673_821e_7c7cf2957926': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2e46d966_9f14_4673_821e_7c7cf2957926', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2e46d966_9f14_4673_821e_7c7cf2957926' } as NamedNode,
	'EMMO_2e6c62da_2836_42c1_b2f9_dd801eef5992': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2e6c62da_2836_42c1_b2f9_dd801eef5992', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2e6c62da_2836_42c1_b2f9_dd801eef5992' } as NamedNode,
	'EMMO_2e6eba5e_8c55_534c_b955_f09296e190e0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2e6eba5e_8c55_534c_b955_f09296e190e0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2e6eba5e_8c55_534c_b955_f09296e190e0' } as NamedNode,
	'EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c' } as NamedNode,
	'EMMO_2e96348b_f8d1_5877_a5c5_b6863c5ebcf2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2e96348b_f8d1_5877_a5c5_b6863c5ebcf2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2e96348b_f8d1_5877_a5c5_b6863c5ebcf2' } as NamedNode,
	'EMMO_2eb10b5b_900b_44d7_af85_4de9a3729474': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2eb10b5b_900b_44d7_af85_4de9a3729474', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2eb10b5b_900b_44d7_af85_4de9a3729474' } as NamedNode,
	'EMMO_2ed364b1_affe_4711_a83f_74bfd57b94ad': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2ed364b1_affe_4711_a83f_74bfd57b94ad', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2ed364b1_affe_4711_a83f_74bfd57b94ad' } as NamedNode,
	'EMMO_2f31340f_59ca_4a57_8513_269837af3796': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2f31340f_59ca_4a57_8513_269837af3796', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2f31340f_59ca_4a57_8513_269837af3796' } as NamedNode,
	'EMMO_2fb9b3ca_a3ba_4176_b9dc_ce5449286195': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2fb9b3ca_a3ba_4176_b9dc_ce5449286195', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2fb9b3ca_a3ba_4176_b9dc_ce5449286195' } as NamedNode,
	/** A standalone atom can be bonded with other atoms by intermolecular forces (i.e. dipole–dipole, London dispersion force, hydrogen bonding), since this bonds does not involve electron sharing. */
	'EMMO_2fd3f574_5e93_47fe_afca_ed80b0a21ab4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2fd3f574_5e93_47fe_afca_ed80b0a21ab4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2fd3f574_5e93_47fe_afca_ed80b0a21ab4' } as NamedNode,
	'EMMO_2ff07b07_c447_490f_903a_f6a72a12d7bf': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_2ff07b07_c447_490f_903a_f6a72a12d7bf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_2ff07b07_c447_490f_903a_f6a72a12d7bf' } as NamedNode,
	'EMMO_30261696_a8a4_44ce_9bf5_b18201a83c76': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_30261696_a8a4_44ce_9bf5_b18201a83c76', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_30261696_a8a4_44ce_9bf5_b18201a83c76' } as NamedNode,
	'EMMO_3086e6a8_edd9_4592_b33c_66d818835951': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3086e6a8_edd9_4592_b33c_66d818835951', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3086e6a8_edd9_4592_b33c_66d818835951' } as NamedNode,
	'EMMO_30e3edb5_0977_4b9b_9aed_5a4d16c1c07c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_30e3edb5_0977_4b9b_9aed_5a4d16c1c07c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_30e3edb5_0977_4b9b_9aed_5a4d16c1c07c' } as NamedNode,
	'EMMO_311ba558_6444_4de1_9c68_5009b9dfb80c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_311ba558_6444_4de1_9c68_5009b9dfb80c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_311ba558_6444_4de1_9c68_5009b9dfb80c' } as NamedNode,
	'EMMO_31252f35_c767_4b97_a877_1235076c3e13': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_31252f35_c767_4b97_a877_1235076c3e13', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_31252f35_c767_4b97_a877_1235076c3e13' } as NamedNode,
	/** While every 'process' in the EMMO involves physical objects, this class is devoted to represent real world objects that express a phenomenon relevant for the ontologist */
	'EMMO_314d0bd5_67ed_437e_a609_36d46147cea7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_314d0bd5_67ed_437e_a609_36d46147cea7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_314d0bd5_67ed_437e_a609_36d46147cea7' } as NamedNode,
	'EMMO_31557fae_b039_491c_bcbb_0ccb8711d5a6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_31557fae_b039_491c_bcbb_0ccb8711d5a6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_31557fae_b039_491c_bcbb_0ccb8711d5a6' } as NamedNode,
	'EMMO_3181bb28_623b_4411_ad79_80277c661322': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3181bb28_623b_4411_ad79_80277c661322', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3181bb28_623b_4411_ad79_80277c661322' } as NamedNode,
	'EMMO_31b393c5_4cfe_4ad4_a9a4_0eafcb7fbd1a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_31b393c5_4cfe_4ad4_a9a4_0eafcb7fbd1a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_31b393c5_4cfe_4ad4_a9a4_0eafcb7fbd1a' } as NamedNode,
	/** Energy is often defined as "ability of a system to perform work", but it might be misleading since is not necessarily available to do work. */
	'EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2' } as NamedNode,
	'EMMO_31fda9f8_24e1_5c53_8616_a63cee7613de': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_31fda9f8_24e1_5c53_8616_a63cee7613de', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_31fda9f8_24e1_5c53_8616_a63cee7613de' } as NamedNode,
	'EMMO_32129fb5_df25_48fd_a29c_18a2f22a2dd5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_32129fb5_df25_48fd_a29c_18a2f22a2dd5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_32129fb5_df25_48fd_a29c_18a2f22a2dd5' } as NamedNode,
	'EMMO_3213514e_b1ba_506c_ae22_d4e3a688ddf3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3213514e_b1ba_506c_ae22_d4e3a688ddf3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3213514e_b1ba_506c_ae22_d4e3a688ddf3' } as NamedNode,
	'EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c' } as NamedNode,
	'EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0' } as NamedNode,
	'EMMO_322ce14e_9ede_4841_ad70_302b4d6c5f28': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_322ce14e_9ede_4841_ad70_302b4d6c5f28', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_322ce14e_9ede_4841_ad70_302b4d6c5f28' } as NamedNode,
	'EMMO_326e7731_76c5_402d_a041_c9b48a736963': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_326e7731_76c5_402d_a041_c9b48a736963', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_326e7731_76c5_402d_a041_c9b48a736963' } as NamedNode,
	'EMMO_3275b6e9_05f1_4912_954f_7d64ac12b2d2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3275b6e9_05f1_4912_954f_7d64ac12b2d2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3275b6e9_05f1_4912_954f_7d64ac12b2d2' } as NamedNode,
	'EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12' } as NamedNode,
	'EMMO_32e701c0_a925_49df_9829_0931b8554807': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_32e701c0_a925_49df_9829_0931b8554807', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_32e701c0_a925_49df_9829_0931b8554807' } as NamedNode,
	'EMMO_32f55395_8b94_40de_a103_bffa5c121d98': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_32f55395_8b94_40de_a103_bffa5c121d98', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_32f55395_8b94_40de_a103_bffa5c121d98' } as NamedNode,
	'EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214' } as NamedNode,
	'EMMO_3371fb68_5f07_467c_ada6_5aa3da3808d0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3371fb68_5f07_467c_ada6_5aa3da3808d0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3371fb68_5f07_467c_ada6_5aa3da3808d0' } as NamedNode,
	'EMMO_3397f270_dfc1_4500_8f6f_4d0d85ac5f71': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3397f270_dfc1_4500_8f6f_4d0d85ac5f71', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3397f270_dfc1_4500_8f6f_4d0d85ac5f71' } as NamedNode,
	'EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652' } as NamedNode,
	'EMMO_33b6c84d_e139_418c_8f8c_f1d45f94df46': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_33b6c84d_e139_418c_8f8c_f1d45f94df46', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_33b6c84d_e139_418c_8f8c_f1d45f94df46' } as NamedNode,
	'EMMO_33e0ac8b_a318_4285_b1de_e95347784632': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_33e0ac8b_a318_4285_b1de_e95347784632', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_33e0ac8b_a318_4285_b1de_e95347784632' } as NamedNode,
	'EMMO_33fd15ab_7662_4cc6_8bf6_988422efc631': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_33fd15ab_7662_4cc6_8bf6_988422efc631', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_33fd15ab_7662_4cc6_8bf6_988422efc631' } as NamedNode,
	'EMMO_33fe9747_d66f_4f88_b2c1_951279dbca59': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_33fe9747_d66f_4f88_b2c1_951279dbca59', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_33fe9747_d66f_4f88_b2c1_951279dbca59' } as NamedNode,
	'EMMO_340ec9c3_7b0a_4169_a739_6f9242517ff4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_340ec9c3_7b0a_4169_a739_6f9242517ff4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_340ec9c3_7b0a_4169_a739_6f9242517ff4' } as NamedNode,
	'EMMO_3434b127_1820_43a7_9e13_b96f25e66ee8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3434b127_1820_43a7_9e13_b96f25e66ee8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3434b127_1820_43a7_9e13_b96f25e66ee8' } as NamedNode,
	'EMMO_3446e167_c576_49d6_846c_215bb8878a55': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3446e167_c576_49d6_846c_215bb8878a55', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3446e167_c576_49d6_846c_215bb8878a55' } as NamedNode,
	'EMMO_348d39f7_6a17_49d1_9860_9b33b69b51de': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_348d39f7_6a17_49d1_9860_9b33b69b51de', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_348d39f7_6a17_49d1_9860_9b33b69b51de' } as NamedNode,
	'EMMO_34bdb169_90da_4d38_a351_647071804e5d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_34bdb169_90da_4d38_a351_647071804e5d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_34bdb169_90da_4d38_a351_647071804e5d' } as NamedNode,
	'EMMO_3528547f_cefe_4f24_bc46_936b39f711eb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3528547f_cefe_4f24_bc46_936b39f711eb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3528547f_cefe_4f24_bc46_936b39f711eb' } as NamedNode,
	'EMMO_3532cc67_472a_4227_96f4_04b93146cec3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3532cc67_472a_4227_96f4_04b93146cec3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3532cc67_472a_4227_96f4_04b93146cec3' } as NamedNode,
	'EMMO_3565b4e7_51bd_57e5_afde_60be404857cf': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3565b4e7_51bd_57e5_afde_60be404857cf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3565b4e7_51bd_57e5_afde_60be404857cf' } as NamedNode,
	'EMMO_357b32b5_7d1b_5649_b9bd_2b1b9359fcd0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_357b32b5_7d1b_5649_b9bd_2b1b9359fcd0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_357b32b5_7d1b_5649_b9bd_2b1b9359fcd0' } as NamedNode,
	'EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7' } as NamedNode,
	'EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77' } as NamedNode,
	/** In Peirce semiotics this kind of sign category is called symbol. However, since symbol is also used in formal languages, the name is changed in conventional. */
	'EMMO_35d2e130_6e01_41ed_94f7_00b333d46cf9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_35d2e130_6e01_41ed_94f7_00b333d46cf9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_35d2e130_6e01_41ed_94f7_00b333d46cf9' } as NamedNode,
	'EMMO_35d4c439_fcb6_4399_a855_a89a207b41e9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_35d4c439_fcb6_4399_a855_a89a207b41e9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_35d4c439_fcb6_4399_a855_a89a207b41e9' } as NamedNode,
	'EMMO_35e1dd93_2cb6_4cea_b201_31036e113f61': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_35e1dd93_2cb6_4cea_b201_31036e113f61', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_35e1dd93_2cb6_4cea_b201_31036e113f61' } as NamedNode,
	'EMMO_360adeca_9eee_4bb9_a5ca_728756c1ed4a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_360adeca_9eee_4bb9_a5ca_728756c1ed4a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_360adeca_9eee_4bb9_a5ca_728756c1ed4a' } as NamedNode,
	'EMMO_3657c87f_ee9a_41fd_9dd0_97fb524dba1a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3657c87f_ee9a_41fd_9dd0_97fb524dba1a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3657c87f_ee9a_41fd_9dd0_97fb524dba1a' } as NamedNode,
	'EMMO_36a32a8c_8307_5b09_adcb_bbaeb9e36b49': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_36a32a8c_8307_5b09_adcb_bbaeb9e36b49', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_36a32a8c_8307_5b09_adcb_bbaeb9e36b49' } as NamedNode,
	'EMMO_36a4c1ca_5085_49ca_9e13_4c70d00c50a5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_36a4c1ca_5085_49ca_9e13_4c70d00c50a5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_36a4c1ca_5085_49ca_9e13_4c70d00c50a5' } as NamedNode,
	'EMMO_36a9bf69_483b_42fd_8a0c_7ac9206320bc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_36a9bf69_483b_42fd_8a0c_7ac9206320bc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_36a9bf69_483b_42fd_8a0c_7ac9206320bc' } as NamedNode,
	'EMMO_36ab7281_0187_568f_b0b4_61e33dc08cfc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_36ab7281_0187_568f_b0b4_61e33dc08cfc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_36ab7281_0187_568f_b0b4_61e33dc08cfc' } as NamedNode,
	/** The definition of an arrangement implies that its spatial direct parts are not gained or lost during its temporal extension (they exist from the left to the right side of the time interval), so that the cardinality of spatial direct parts in an arrangement is constant.
This does not mean that there cannot be a change in the internal structure of the arrangement direct parts. It means only that this change must not affect the existence of the direct part itself. */
	'EMMO_36c79456_e29c_400d_8bd3_0eedddb82652': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_36c79456_e29c_400d_8bd3_0eedddb82652', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_36c79456_e29c_400d_8bd3_0eedddb82652' } as NamedNode,
	'EMMO_36e03182_1be9_497c_bb71_e26fbb9160d2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_36e03182_1be9_497c_bb71_e26fbb9160d2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_36e03182_1be9_497c_bb71_e26fbb9160d2' } as NamedNode,
	'EMMO_36e69413_8c59_4799_946c_10b05d266e22': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_36e69413_8c59_4799_946c_10b05d266e22', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_36e69413_8c59_4799_946c_10b05d266e22' } as NamedNode,
	'EMMO_3733bd38_ca2b_4264_a92a_3075a1715598': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3733bd38_ca2b_4264_a92a_3075a1715598', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3733bd38_ca2b_4264_a92a_3075a1715598' } as NamedNode,
	'EMMO_375aaa5a_998f_4626_83e0_c7d7e52a6565': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_375aaa5a_998f_4626_83e0_c7d7e52a6565', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_375aaa5a_998f_4626_83e0_c7d7e52a6565' } as NamedNode,
	'EMMO_376d013c_b703_40dc_bd8d_23145dfed2e3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_376d013c_b703_40dc_bd8d_23145dfed2e3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_376d013c_b703_40dc_bd8d_23145dfed2e3' } as NamedNode,
	'EMMO_3789d3c5_77f4_456e_b7ed_40e670f47e52': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3789d3c5_77f4_456e_b7ed_40e670f47e52', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3789d3c5_77f4_456e_b7ed_40e670f47e52' } as NamedNode,
	'EMMO_37f1613c_c905_4cce_bcf4_ef0964c19e5d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_37f1613c_c905_4cce_bcf4_ef0964c19e5d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_37f1613c_c905_4cce_bcf4_ef0964c19e5d' } as NamedNode,
	'EMMO_380f1ba6_b4f3_51e2_a63f_ceeeca2ed2f4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_380f1ba6_b4f3_51e2_a63f_ceeeca2ed2f4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_380f1ba6_b4f3_51e2_a63f_ceeeca2ed2f4' } as NamedNode,
	'EMMO_381b6a6e_6e8e_461a_8591_d7a60e823d4d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_381b6a6e_6e8e_461a_8591_d7a60e823d4d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_381b6a6e_6e8e_461a_8591_d7a60e823d4d' } as NamedNode,
	'EMMO_385de036_637c_48fa_b6d5_5dca6f79d350': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_385de036_637c_48fa_b6d5_5dca6f79d350', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_385de036_637c_48fa_b6d5_5dca6f79d350' } as NamedNode,
	'EMMO_38626021_30ac_5bd1_8776_0541a8341bf2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_38626021_30ac_5bd1_8776_0541a8341bf2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_38626021_30ac_5bd1_8776_0541a8341bf2' } as NamedNode,
	'EMMO_387b0334_aff8_4b3f_9062_8ad051f72e91': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_387b0334_aff8_4b3f_9062_8ad051f72e91', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_387b0334_aff8_4b3f_9062_8ad051f72e91' } as NamedNode,
	'EMMO_38a53b33_0eda_45fd_b955_69d2f0d3f9de': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_38a53b33_0eda_45fd_b955_69d2f0d3f9de', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_38a53b33_0eda_45fd_b955_69d2f0d3f9de' } as NamedNode,
	'EMMO_38b579de_4331_40e0_803d_09efa298e726': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_38b579de_4331_40e0_803d_09efa298e726', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_38b579de_4331_40e0_803d_09efa298e726' } as NamedNode,
	'EMMO_38d00e5f_d759_4dcc_8551_ab95865cf799': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_38d00e5f_d759_4dcc_8551_ab95865cf799', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_38d00e5f_d759_4dcc_8551_ab95865cf799' } as NamedNode,
	/** The solubility may be expressed as a concentration, molality, mole fraction, mole ratio, etc. */
	'EMMO_38d65ffa_353f_4820_8781_ff986b63e517': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_38d65ffa_353f_4820_8781_ff986b63e517', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_38d65ffa_353f_4820_8781_ff986b63e517' } as NamedNode,
	'EMMO_39348191_08fd_4bb6_9b1e_012d5b2f1ff6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_39348191_08fd_4bb6_9b1e_012d5b2f1ff6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_39348191_08fd_4bb6_9b1e_012d5b2f1ff6' } as NamedNode,
	'EMMO_39362460_2a97_4367_8f93_0418c2ac9a08': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_39362460_2a97_4367_8f93_0418c2ac9a08', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_39362460_2a97_4367_8f93_0418c2ac9a08' } as NamedNode,
	'EMMO_394390c8_7b29_4c0a_9104_2d2bc8780138': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_394390c8_7b29_4c0a_9104_2d2bc8780138', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_394390c8_7b29_4c0a_9104_2d2bc8780138' } as NamedNode,
	'EMMO_3967de47_343f_4bab_aada_b4bec73d11da': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3967de47_343f_4bab_aada_b4bec73d11da', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3967de47_343f_4bab_aada_b4bec73d11da' } as NamedNode,
	'EMMO_399426d1_c4cc_414c_806f_47096c72d634': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_399426d1_c4cc_414c_806f_47096c72d634', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_399426d1_c4cc_414c_806f_47096c72d634' } as NamedNode,
	'EMMO_3995e22d_5720_4dcf_ba3b_d0ce03f514c6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3995e22d_5720_4dcf_ba3b_d0ce03f514c6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3995e22d_5720_4dcf_ba3b_d0ce03f514c6' } as NamedNode,
	'EMMO_3997e1f5_f478_4572_a030_4b8e7e5cc63a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3997e1f5_f478_4572_a030_4b8e7e5cc63a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3997e1f5_f478_4572_a030_4b8e7e5cc63a' } as NamedNode,
	'EMMO_39a4e2a4_d835_426d_b497_182d06e1caff': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_39a4e2a4_d835_426d_b497_182d06e1caff', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_39a4e2a4_d835_426d_b497_182d06e1caff' } as NamedNode,
	'EMMO_39c3815d_8cae_4c8f_b2ff_eeba24bec455': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_39c3815d_8cae_4c8f_b2ff_eeba24bec455', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_39c3815d_8cae_4c8f_b2ff_eeba24bec455' } as NamedNode,
	/** Forming of a solid body, whereby the plastic state is essentially brought about by uniaxial or multiaxial compressive stress. */
	'EMMO_39d5c9c4_7d24_4409_ba3b_60ca3afde902': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_39d5c9c4_7d24_4409_ba3b_60ca3afde902', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_39d5c9c4_7d24_4409_ba3b_60ca3afde902' } as NamedNode,
	'EMMO_3a185e6c_9e19_4776_b583_19c978156aa0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3a185e6c_9e19_4776_b583_19c978156aa0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3a185e6c_9e19_4776_b583_19c978156aa0' } as NamedNode,
	'EMMO_3a204900_2b33_47d1_b444_815cc4c8cffa': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3a204900_2b33_47d1_b444_815cc4c8cffa', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3a204900_2b33_47d1_b444_815cc4c8cffa' } as NamedNode,
	'EMMO_3a5b4cf3_08d7_4107_be20_cdd0ef7fc73c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3a5b4cf3_08d7_4107_be20_cdd0ef7fc73c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3a5b4cf3_08d7_4107_be20_cdd0ef7fc73c' } as NamedNode,
	'EMMO_3a6578ac_aee0_43b9_9bc6_1eb208c8c9a9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3a6578ac_aee0_43b9_9bc6_1eb208c8c9a9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3a6578ac_aee0_43b9_9bc6_1eb208c8c9a9' } as NamedNode,
	'EMMO_3a713a3d_dee2_4acd_bc30_5d2b23f605cd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3a713a3d_dee2_4acd_bc30_5d2b23f605cd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3a713a3d_dee2_4acd_bc30_5d2b23f605cd' } as NamedNode,
	'EMMO_3a948fa6_033a_4bb2_a319_36a45741d832': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3a948fa6_033a_4bb2_a319_36a45741d832', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3a948fa6_033a_4bb2_a319_36a45741d832' } as NamedNode,
	'EMMO_3aa37f92_8dc5_4ee4_8438_e41e6ae20c62': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3aa37f92_8dc5_4ee4_8438_e41e6ae20c62', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3aa37f92_8dc5_4ee4_8438_e41e6ae20c62' } as NamedNode,
	'EMMO_3ab4154b_d163_4236_8251_8917b07c2788': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3ab4154b_d163_4236_8251_8917b07c2788', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3ab4154b_d163_4236_8251_8917b07c2788' } as NamedNode,
	'EMMO_3ab914c1_5d8d_4a6e_804b_84aa89623c48': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3ab914c1_5d8d_4a6e_804b_84aa89623c48', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3ab914c1_5d8d_4a6e_804b_84aa89623c48' } as NamedNode,
	'EMMO_3b031fa9_8623_4ea5_8b57_bcafb70c5c8b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3b031fa9_8623_4ea5_8b57_bcafb70c5c8b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3b031fa9_8623_4ea5_8b57_bcafb70c5c8b' } as NamedNode,
	'EMMO_3b19eab4_79be_4b02_bdaf_ecf1f0067a68': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3b19eab4_79be_4b02_bdaf_ecf1f0067a68', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3b19eab4_79be_4b02_bdaf_ecf1f0067a68' } as NamedNode,
	'EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b' } as NamedNode,
	'EMMO_3b246b97_b2d1_4e6b_8d3f_669ebd4ddbd6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3b246b97_b2d1_4e6b_8d3f_669ebd4ddbd6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3b246b97_b2d1_4e6b_8d3f_669ebd4ddbd6' } as NamedNode,
	/** Written as pOH */
	'EMMO_3b586409_b05e_4129_ab40_93768eef503f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3b586409_b05e_4129_ab40_93768eef503f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3b586409_b05e_4129_ab40_93768eef503f' } as NamedNode,
	'EMMO_3b931698_937e_49be_ab1b_36fa52d91181': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3b931698_937e_49be_ab1b_36fa52d91181', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3b931698_937e_49be_ab1b_36fa52d91181' } as NamedNode,
	'EMMO_3bb84fc5_5cb4_5250_ba87_169ae90ec6d7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3bb84fc5_5cb4_5250_ba87_169ae90ec6d7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3bb84fc5_5cb4_5250_ba87_169ae90ec6d7' } as NamedNode,
	'EMMO_3bc0aedf_c43e_5d30_8688_44d19900a68b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3bc0aedf_c43e_5d30_8688_44d19900a68b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3bc0aedf_c43e_5d30_8688_44d19900a68b' } as NamedNode,
	'EMMO_3bd4339b_e01f_43e5_a011_74a4ef3ffa90': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3bd4339b_e01f_43e5_a011_74a4ef3ffa90', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3bd4339b_e01f_43e5_a011_74a4ef3ffa90' } as NamedNode,
	'EMMO_3bf0809d_2f7c_5282_b7fd_2e5486f6dbd3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3bf0809d_2f7c_5282_b7fd_2e5486f6dbd3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3bf0809d_2f7c_5282_b7fd_2e5486f6dbd3' } as NamedNode,
	'EMMO_3c424d37_cf62_41b1_ac9d_a316f8d113d6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3c424d37_cf62_41b1_ac9d_a316f8d113d6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3c424d37_cf62_41b1_ac9d_a316f8d113d6' } as NamedNode,
	'EMMO_3c5b33a1_4f28_41f9_b725_1994df79bf55': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3c5b33a1_4f28_41f9_b725_1994df79bf55', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3c5b33a1_4f28_41f9_b725_1994df79bf55' } as NamedNode,
	'EMMO_3c7affee_09ed_42e7_a190_4a10c75ab6dd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3c7affee_09ed_42e7_a190_4a10c75ab6dd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3c7affee_09ed_42e7_a190_4a10c75ab6dd' } as NamedNode,
	'EMMO_3c7f239f_e833_4a2b_98a1_c88831770c1b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3c7f239f_e833_4a2b_98a1_c88831770c1b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3c7f239f_e833_4a2b_98a1_c88831770c1b' } as NamedNode,
	'EMMO_3c947caf_4070_4c79_a3a3_e53274ac9944': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3c947caf_4070_4c79_a3a3_e53274ac9944', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3c947caf_4070_4c79_a3a3_e53274ac9944' } as NamedNode,
	'EMMO_3cae45cc_3b57_469c_a695_713735886f31': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3cae45cc_3b57_469c_a695_713735886f31', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3cae45cc_3b57_469c_a695_713735886f31' } as NamedNode,
	'EMMO_3cb27225_df45_4616_aa3b_32dba383524c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3cb27225_df45_4616_aa3b_32dba383524c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3cb27225_df45_4616_aa3b_32dba383524c' } as NamedNode,
	'EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35' } as NamedNode,
	'EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b' } as NamedNode,
	'EMMO_3d54c1e7_69d6_4736_92ff_595f31109f2a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3d54c1e7_69d6_4736_92ff_595f31109f2a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3d54c1e7_69d6_4736_92ff_595f31109f2a' } as NamedNode,
	'EMMO_3d77504a_a1fe_485f_aabb_6750598fe1ea': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3d77504a_a1fe_485f_aabb_6750598fe1ea', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3d77504a_a1fe_485f_aabb_6750598fe1ea' } as NamedNode,
	'EMMO_3df10765_f6ff_4c9e_be3d_10b1809d78bd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3df10765_f6ff_4c9e_be3d_10b1809d78bd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3df10765_f6ff_4c9e_be3d_10b1809d78bd' } as NamedNode,
	'EMMO_3df1408c_df34_4037_8584_c25f854bb346': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3df1408c_df34_4037_8584_c25f854bb346', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3df1408c_df34_4037_8584_c25f854bb346' } as NamedNode,
	'EMMO_3e1a8604_8d5a_470d_bb4a_865c65728986': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3e1a8604_8d5a_470d_bb4a_865c65728986', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3e1a8604_8d5a_470d_bb4a_865c65728986' } as NamedNode,
	'EMMO_3e309118_e8b7_4021_80f4_642d2df65d94': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3e309118_e8b7_4021_80f4_642d2df65d94', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3e309118_e8b7_4021_80f4_642d2df65d94' } as NamedNode,
	/** Variations in data are generated by an agent (not necessarily human) and are intended to be decoded by the same or another agent using the same encoding rules.
Data are always generated by an agent but not necessarily possess a semantic meaninig, either because it's lost or unknown or because simply they possess none (e.g. a random generation of symbols).
A data object may be used as the physical basis for a sign, under Semiotics perspective. */
	'EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490' } as NamedNode,
	'EMMO_3ea9993c_80b9_5133_b552_dce78cd17ade': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3ea9993c_80b9_5133_b552_dce78cd17ade', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3ea9993c_80b9_5133_b552_dce78cd17ade' } as NamedNode,
	'EMMO_3eb993a1_61ae_4a20_b168_dda853f51c14': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3eb993a1_61ae_4a20_b168_dda853f51c14', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3eb993a1_61ae_4a20_b168_dda853f51c14' } as NamedNode,
	'EMMO_3ec45f3b_677d_4e71_be75_6f8966b4f808': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3ec45f3b_677d_4e71_be75_6f8966b4f808', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3ec45f3b_677d_4e71_be75_6f8966b4f808' } as NamedNode,
	'EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b' } as NamedNode,
	/** Special units are semiotic shortcuts to more complex composed symbolic objects. */
	'EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2' } as NamedNode,
	'EMMO_3ef37f82_cd1a_4d49_ace1_83b17487c8e2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3ef37f82_cd1a_4d49_ace1_83b17487c8e2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3ef37f82_cd1a_4d49_ace1_83b17487c8e2' } as NamedNode,
	'EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2' } as NamedNode,
	'EMMO_3f29d3e0_e9d9_5f1f_bd77_97af10125f7e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3f29d3e0_e9d9_5f1f_bd77_97af10125f7e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3f29d3e0_e9d9_5f1f_bd77_97af10125f7e' } as NamedNode,
	'EMMO_3f2a669c_101b_428e_9cfc_0157986c36d5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3f2a669c_101b_428e_9cfc_0157986c36d5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3f2a669c_101b_428e_9cfc_0157986c36d5' } as NamedNode,
	'EMMO_3f2d29d9_6d27_43bd_a1bc_85475eae98be': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3f2d29d9_6d27_43bd_a1bc_85475eae98be', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3f2d29d9_6d27_43bd_a1bc_85475eae98be' } as NamedNode,
	'EMMO_3f2e4ac2_8ef3_4a14_b826_60d37f15f8ee': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3f2e4ac2_8ef3_4a14_b826_60d37f15f8ee', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3f2e4ac2_8ef3_4a14_b826_60d37f15f8ee' } as NamedNode,
	'EMMO_3f7feefd_ac94_4208_8dfd_92bb50be30f3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3f7feefd_ac94_4208_8dfd_92bb50be30f3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3f7feefd_ac94_4208_8dfd_92bb50be30f3' } as NamedNode,
	'EMMO_3f97cf06_fde4_4c2d_b867_d7983228a1ff': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3f97cf06_fde4_4c2d_b867_d7983228a1ff', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3f97cf06_fde4_4c2d_b867_d7983228a1ff' } as NamedNode,
	'EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68' } as NamedNode,
	'EMMO_3fb231cb_7818_5b59_b8da_b5bd2c09c0fc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3fb231cb_7818_5b59_b8da_b5bd2c09c0fc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3fb231cb_7818_5b59_b8da_b5bd2c09c0fc' } as NamedNode,
	'EMMO_3fb44e47_7de9_5d86_9320_5949d8792951': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3fb44e47_7de9_5d86_9320_5949d8792951', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3fb44e47_7de9_5d86_9320_5949d8792951' } as NamedNode,
	'EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76' } as NamedNode,
	'EMMO_3fe9d899_f1f1_5657_b176_ac6afff2e93d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_3fe9d899_f1f1_5657_b176_ac6afff2e93d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_3fe9d899_f1f1_5657_b176_ac6afff2e93d' } as NamedNode,
	'EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e' } as NamedNode,
	'EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6' } as NamedNode,
	'EMMO_4024a7f8_2991_4d80_bcc9_63705aa0c750': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4024a7f8_2991_4d80_bcc9_63705aa0c750', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4024a7f8_2991_4d80_bcc9_63705aa0c750' } as NamedNode,
	'EMMO_408a46b2_3930_46da_b936_e9ce72ffdde9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_408a46b2_3930_46da_b936_e9ce72ffdde9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_408a46b2_3930_46da_b936_e9ce72ffdde9' } as NamedNode,
	/** Measurement of energy in a thermodynamic system. */
	'EMMO_4091d5ec_a4df_42b9_a073_9a090839279f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4091d5ec_a4df_42b9_a073_9a090839279f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4091d5ec_a4df_42b9_a073_9a090839279f' } as NamedNode,
	'EMMO_40923aa2_c600_44e4_8af8_80260ba25ab2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_40923aa2_c600_44e4_8af8_80260ba25ab2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_40923aa2_c600_44e4_8af8_80260ba25ab2' } as NamedNode,
	/** For the dissociation of a salt AmBn → mA + nB, the solubility product is KSP = am(A) ⋅ an(B), where a is ionic activity and m and n are the stoichiometric numbers. */
	'EMMO_40989212_4866_41c0_8a20_84fd39540f29': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_40989212_4866_41c0_8a20_84fd39540f29', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_40989212_4866_41c0_8a20_84fd39540f29' } as NamedNode,
	'EMMO_40a1d85c_bcfe_48aa_89a2_79e8a8c82af1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_40a1d85c_bcfe_48aa_89a2_79e8a8c82af1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_40a1d85c_bcfe_48aa_89a2_79e8a8c82af1' } as NamedNode,
	'EMMO_40e18c93_a1b5_49ff_b06a_d9d932d1fb65': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_40e18c93_a1b5_49ff_b06a_d9d932d1fb65', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_40e18c93_a1b5_49ff_b06a_d9d932d1fb65' } as NamedNode,
	/** Screwing (screwing on, screwing in, screwing tight) is joining by pressing on by means of a self-locking thread (from: DIN 8593 Part 3/09.85). */
	'EMMO_410b5956_a06d_4370_b7df_b1bd2126fb4b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_410b5956_a06d_4370_b7df_b1bd2126fb4b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_410b5956_a06d_4370_b7df_b1bd2126fb4b' } as NamedNode,
	'EMMO_41dba862_503f_57c2_86c7_bb40030481f0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_41dba862_503f_57c2_86c7_bb40030481f0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_41dba862_503f_57c2_86c7_bb40030481f0' } as NamedNode,
	'EMMO_41ee55be_d0e9_5f39_86a6_36b81a7bc301': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_41ee55be_d0e9_5f39_86a6_36b81a7bc301', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_41ee55be_d0e9_5f39_86a6_36b81a7bc301' } as NamedNode,
	'EMMO_41efdf5d_0c9c_4ea0_bb65_f8236e663be5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_41efdf5d_0c9c_4ea0_bb65_f8236e663be5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_41efdf5d_0c9c_4ea0_bb65_f8236e663be5' } as NamedNode,
	'EMMO_41f2ed3b_aba4_5b99_a5a1_547109a7cb4c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_41f2ed3b_aba4_5b99_a5a1_547109a7cb4c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_41f2ed3b_aba4_5b99_a5a1_547109a7cb4c' } as NamedNode,
	'EMMO_4207e895_8b83_4318_996a_72cfb32acd94': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4207e895_8b83_4318_996a_72cfb32acd94', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4207e895_8b83_4318_996a_72cfb32acd94' } as NamedNode,
	'EMMO_4208f937_8bad_47cf_af46_4ada75e63adb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4208f937_8bad_47cf_af46_4ada75e63adb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4208f937_8bad_47cf_af46_4ada75e63adb' } as NamedNode,
	'EMMO_421167c0_1ea5_405f_970f_a41e9cb308f9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_421167c0_1ea5_405f_970f_a41e9cb308f9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_421167c0_1ea5_405f_970f_a41e9cb308f9' } as NamedNode,
	'EMMO_42185fe7_122c_4e0c_a3cd_659d3e21c389': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_42185fe7_122c_4e0c_a3cd_659d3e21c389', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_42185fe7_122c_4e0c_a3cd_659d3e21c389' } as NamedNode,
	'EMMO_42955b2d_b465_4666_86cc_ea3c2d685753': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_42955b2d_b465_4666_86cc_ea3c2d685753', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_42955b2d_b465_4666_86cc_ea3c2d685753' } as NamedNode,
	'EMMO_4299e344_a321_4ef2_a744_bacfcce80afc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4299e344_a321_4ef2_a744_bacfcce80afc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4299e344_a321_4ef2_a744_bacfcce80afc' } as NamedNode,
	'EMMO_43003c86_9d15_433b_9789_ee2940920656': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_43003c86_9d15_433b_9789_ee2940920656', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_43003c86_9d15_433b_9789_ee2940920656' } as NamedNode,
	'EMMO_4312cae4_03ba_457e_b35d_0671a7db350c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4312cae4_03ba_457e_b35d_0671a7db350c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4312cae4_03ba_457e_b35d_0671a7db350c' } as NamedNode,
	'EMMO_431ce3bc_3d54_481d_a10d_7c4a4418732a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_431ce3bc_3d54_481d_a10d_7c4a4418732a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_431ce3bc_3d54_481d_a10d_7c4a4418732a' } as NamedNode,
	'EMMO_432192c4_111f_4e80_b7cd_c6ce1c1129ea': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_432192c4_111f_4e80_b7cd_c6ce1c1129ea', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_432192c4_111f_4e80_b7cd_c6ce1c1129ea' } as NamedNode,
	'EMMO_4354ac74_7425_43ab_92e4_6dc19d1afee9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4354ac74_7425_43ab_92e4_6dc19d1afee9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4354ac74_7425_43ab_92e4_6dc19d1afee9' } as NamedNode,
	'EMMO_436b11bd_1756_4821_9f14_c9ed6b67552e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_436b11bd_1756_4821_9f14_c9ed6b67552e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_436b11bd_1756_4821_9f14_c9ed6b67552e' } as NamedNode,
	/** Product of mass and velocity. */
	'EMMO_43776fc9_d712_4571_85f0_72183678039a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_43776fc9_d712_4571_85f0_72183678039a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_43776fc9_d712_4571_85f0_72183678039a' } as NamedNode,
	'EMMO_43815c80_05dc_5917_8d52_b200badbf1d3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_43815c80_05dc_5917_8d52_b200badbf1d3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_43815c80_05dc_5917_8d52_b200badbf1d3' } as NamedNode,
	'EMMO_43a4e80d_6ae9_45ed_8cfb_fd0a5339bf87': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_43a4e80d_6ae9_45ed_8cfb_fd0a5339bf87', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_43a4e80d_6ae9_45ed_8cfb_fd0a5339bf87' } as NamedNode,
	'EMMO_43a6b269_da31_4bb6_a537_c97df4fff32a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_43a6b269_da31_4bb6_a537_c97df4fff32a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_43a6b269_da31_4bb6_a537_c97df4fff32a' } as NamedNode,
	'EMMO_43b349fc_c7ed_480d_b0ca_9db84b700813': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_43b349fc_c7ed_480d_b0ca_9db84b700813', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_43b349fc_c7ed_480d_b0ca_9db84b700813' } as NamedNode,
	/** This is a convenient shortcut for the measurement process process of the atomic mass reported by IUPAC2016. */
	'EMMO_43de6d01_276c_55ed_a166_ad097ec75575': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_43de6d01_276c_55ed_a166_ad097ec75575', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_43de6d01_276c_55ed_a166_ad097ec75575' } as NamedNode,
	'EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04' } as NamedNode,
	/** Following the common definition of process, the reader may think that every whole should be a process, since every 4D object always has a time dimension. However, in the EMMO we restrict the meaning of the word process to items whose evolution in time have a particular meaning for the ontologist (i.e. every 4D object unfolds in time, but not every 4D time unfolding may be of interest for the ontologist and categorized as a process).
 
For this reason, the definition of every specific process subclass requires the introduction of a primitive concept. */
	'EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce' } as NamedNode,
	'EMMO_442bd91e_a724_4e9f_89c1_18423016fb75': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_442bd91e_a724_4e9f_89c1_18423016fb75', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_442bd91e_a724_4e9f_89c1_18423016fb75' } as NamedNode,
	'EMMO_444de087_cecb_4b21_a24c_529aa31e0f4a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_444de087_cecb_4b21_a24c_529aa31e0f4a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_444de087_cecb_4b21_a24c_529aa31e0f4a' } as NamedNode,
	'EMMO_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea' } as NamedNode,
	'EMMO_445d186f_1896_4752_8940_384f98440cfe': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_445d186f_1896_4752_8940_384f98440cfe', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_445d186f_1896_4752_8940_384f98440cfe' } as NamedNode,
	'EMMO_44afb828_82bf_4091_a7a0_7c80ec47281d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_44afb828_82bf_4091_a7a0_7c80ec47281d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_44afb828_82bf_4091_a7a0_7c80ec47281d' } as NamedNode,
	'EMMO_44d5f29a_6a9b_4f5d_9405_20ca553cd4d3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_44d5f29a_6a9b_4f5d_9405_20ca553cd4d3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_44d5f29a_6a9b_4f5d_9405_20ca553cd4d3' } as NamedNode,
	/** In the usual geometrical three-dimensional space, position vectors are quantities of the dimension length.
 
-- IEC */
	'EMMO_44da6d75_54a4_4aa8_bd3a_156f6e9abb8e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_44da6d75_54a4_4aa8_bd3a_156f6e9abb8e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_44da6d75_54a4_4aa8_bd3a_156f6e9abb8e' } as NamedNode,
	'EMMO_44ddbe46_0112_4185_b595_132866e902da': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_44ddbe46_0112_4185_b595_132866e902da', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_44ddbe46_0112_4185_b595_132866e902da' } as NamedNode,
	'EMMO_44eb5d63_b868_54c5_bd52_7528db10674d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_44eb5d63_b868_54c5_bd52_7528db10674d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_44eb5d63_b868_54c5_bd52_7528db10674d' } as NamedNode,
	/** Machining with a circular cutting movement, usually associated with a multi-toothed tool, and with a feed movement perpendicular or oblique to the axis of rotation of the tool, to produce any workpiece surface. */
	'EMMO_44f91d47_3faf_48e2_844c_d44bbe3e22f6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_44f91d47_3faf_48e2_844c_d44bbe3e22f6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_44f91d47_3faf_48e2_844c_d44bbe3e22f6' } as NamedNode,
	/** The rest mass of an electron. */
	'EMMO_44fc8c60_7a9c_49af_a046_e1878c88862c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_44fc8c60_7a9c_49af_a046_e1878c88862c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_44fc8c60_7a9c_49af_a046_e1878c88862c' } as NamedNode,
	'EMMO_4588526f_8553_4f4d_aa73_a483e88d599b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4588526f_8553_4f4d_aa73_a483e88d599b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4588526f_8553_4f4d_aa73_a483e88d599b' } as NamedNode,
	/** da una forma non propria ad una forma propria */
	'EMMO_45fec702_54cb_4508_b47e_bdc581229e22': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_45fec702_54cb_4508_b47e_bdc581229e22', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_45fec702_54cb_4508_b47e_bdc581229e22' } as NamedNode,
	/** A measurement always implies a causal interaction between the object and the observer. */
	'EMMO_463bcfda_867b_41d9_a967_211d4d437cfb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_463bcfda_867b_41d9_a967_211d4d437cfb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_463bcfda_867b_41d9_a967_211d4d437cfb' } as NamedNode,
	'EMMO_46406907_9afd_424e_934a_a523f9f9cc36': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_46406907_9afd_424e_934a_a523f9f9cc36', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_46406907_9afd_424e_934a_a523f9f9cc36' } as NamedNode,
	'EMMO_46b8d239_5d79_4d3e_bf8e_228d52fc3428': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_46b8d239_5d79_4d3e_bf8e_228d52fc3428', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_46b8d239_5d79_4d3e_bf8e_228d52fc3428' } as NamedNode,
	'EMMO_46d5643b_9706_4b67_8bea_ed77d6026539': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_46d5643b_9706_4b67_8bea_ed77d6026539', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_46d5643b_9706_4b67_8bea_ed77d6026539' } as NamedNode,
	'EMMO_46dc0d51_b60f_49cd_8650_9aba7be3726c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_46dc0d51_b60f_49cd_8650_9aba7be3726c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_46dc0d51_b60f_49cd_8650_9aba7be3726c' } as NamedNode,
	'EMMO_46f0f8df_4dc6_418f_8036_10427a3a288e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_46f0f8df_4dc6_418f_8036_10427a3a288e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_46f0f8df_4dc6_418f_8036_10427a3a288e' } as NamedNode,
	/** Shot peening is shot peening for shaping or straightening workpieces by introducing residual compressive stresses (from: DIN 8200/10.82). */
	'EMMO_46f70544_818e_495e_99ef_d342c54ee7dc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_46f70544_818e_495e_99ef_d342c54ee7dc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_46f70544_818e_495e_99ef_d342c54ee7dc' } as NamedNode,
	'EMMO_470697b1_a5bd_44b9_b00d_a77c9bcfb066': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_470697b1_a5bd_44b9_b00d_a77c9bcfb066', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_470697b1_a5bd_44b9_b00d_a77c9bcfb066' } as NamedNode,
	'EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49' } as NamedNode,
	/** A chemical entity comprises the two different ways to represents matter: as single recognizable particle entity (molecular entity) and as a composition of particle entities (substance).
 
This distinction is not well assessed in actual chemical nomenclature, in which an element name refers to both the pure elemental substance or the atom.
 
In the EMMO we force the adoption of a more strict categorization based on mereotopology.
 
The class Material hosts the subclasses for which a substance can be identified without necessarily considering its nature of molecule/atom or substance (e.g. hydrocarbon is the class of both hydrocarbon molecules or gases). */
	'EMMO_47338839_6cca_4a8e_b565_3c4d5517e2c0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_47338839_6cca_4a8e_b565_3c4d5517e2c0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_47338839_6cca_4a8e_b565_3c4d5517e2c0' } as NamedNode,
	'EMMO_476cb776_8219_418d_92e8_2fe04b1fe5cf': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_476cb776_8219_418d_92e8_2fe04b1fe5cf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_476cb776_8219_418d_92e8_2fe04b1fe5cf' } as NamedNode,
	'EMMO_477042ef_3173_49b2_a264_0e3270733f8c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_477042ef_3173_49b2_a264_0e3270733f8c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_477042ef_3173_49b2_a264_0e3270733f8c' } as NamedNode,
	/** A solid is defined as a portion of matter that is in a condensed state characterised by resistance to deformation and volume changes. */
	'EMMO_479db031_b344_4488_9efa_4bc12c6c1765': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_479db031_b344_4488_9efa_4bc12c6c1765', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_479db031_b344_4488_9efa_4bc12c6c1765' } as NamedNode,
	'EMMO_47bf3513_4ae6_4858_9c45_76e23230d68d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_47bf3513_4ae6_4858_9c45_76e23230d68d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_47bf3513_4ae6_4858_9c45_76e23230d68d' } as NamedNode,
	'EMMO_47eea65c_e6ce_4c95_9406_fdb1519abc87': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_47eea65c_e6ce_4c95_9406_fdb1519abc87', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_47eea65c_e6ce_4c95_9406_fdb1519abc87' } as NamedNode,
	'EMMO_47f2da35_3b01_4290_964a_589c593e85c6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_47f2da35_3b01_4290_964a_589c593e85c6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_47f2da35_3b01_4290_964a_589c593e85c6' } as NamedNode,
	'EMMO_47fe2379_be21_48d1_9ede_402f0faf494b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_47fe2379_be21_48d1_9ede_402f0faf494b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_47fe2379_be21_48d1_9ede_402f0faf494b' } as NamedNode,
	'EMMO_4817e479_e401_437e_a49b_54540b93d2a1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4817e479_e401_437e_a49b_54540b93d2a1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4817e479_e401_437e_a49b_54540b93d2a1' } as NamedNode,
	'EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d' } as NamedNode,
	'EMMO_48540672_f1ee_4848_982f_0cd5ec396a84': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_48540672_f1ee_4848_982f_0cd5ec396a84', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_48540672_f1ee_4848_982f_0cd5ec396a84' } as NamedNode,
	'EMMO_485720e7_b24a_4149_86eb_9985b2bea4da': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_485720e7_b24a_4149_86eb_9985b2bea4da', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_485720e7_b24a_4149_86eb_9985b2bea4da' } as NamedNode,
	'EMMO_4894a40d_6bf5_54a2_8b21_e9b278e0e973': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4894a40d_6bf5_54a2_8b21_e9b278e0e973', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4894a40d_6bf5_54a2_8b21_e9b278e0e973' } as NamedNode,
	'EMMO_48a3c106_9d39_455e_a849_81ceff95bdea': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_48a3c106_9d39_455e_a849_81ceff95bdea', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_48a3c106_9d39_455e_a849_81ceff95bdea' } as NamedNode,
	'EMMO_48be0f49_9e7f_51c1_96ce_88e7794a13b0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_48be0f49_9e7f_51c1_96ce_88e7794a13b0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_48be0f49_9e7f_51c1_96ce_88e7794a13b0' } as NamedNode,
	'EMMO_48f00c52_8d3d_4e80_8d88_59fabaa01d87': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_48f00c52_8d3d_4e80_8d88_59fabaa01d87', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_48f00c52_8d3d_4e80_8d88_59fabaa01d87' } as NamedNode,
	'EMMO_48fc9480_78c3_4c81_a126_019df20d58d9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_48fc9480_78c3_4c81_a126_019df20d58d9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_48fc9480_78c3_4c81_a126_019df20d58d9' } as NamedNode,
	'EMMO_490c2981_b1cb_5f8c_be82_17a1ef1c27b4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_490c2981_b1cb_5f8c_be82_17a1ef1c27b4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_490c2981_b1cb_5f8c_be82_17a1ef1c27b4' } as NamedNode,
	'EMMO_49267eba_5548_4163_8f36_518d65b583f9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_49267eba_5548_4163_8f36_518d65b583f9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_49267eba_5548_4163_8f36_518d65b583f9' } as NamedNode,
	'EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8' } as NamedNode,
	'EMMO_49804605_c0fe_4538_abda_f70ba1dc8a5d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_49804605_c0fe_4538_abda_f70ba1dc8a5d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_49804605_c0fe_4538_abda_f70ba1dc8a5d' } as NamedNode,
	'EMMO_498aad49_f8d4_40a4_a9eb_efd563a0115f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_498aad49_f8d4_40a4_a9eb_efd563a0115f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_498aad49_f8d4_40a4_a9eb_efd563a0115f' } as NamedNode,
	'EMMO_499e24a5_5072_4c83_8625_fe3f96ae4a8d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_499e24a5_5072_4c83_8625_fe3f96ae4a8d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_499e24a5_5072_4c83_8625_fe3f96ae4a8d' } as NamedNode,
	'EMMO_49adf406_5c8f_498a_8c90_e4974e9e6d11': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_49adf406_5c8f_498a_8c90_e4974e9e6d11', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_49adf406_5c8f_498a_8c90_e4974e9e6d11' } as NamedNode,
	'EMMO_49e17ba8_dd17_4c28_b8c8_c8c5d5a9aab9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_49e17ba8_dd17_4c28_b8c8_c8c5d5a9aab9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_49e17ba8_dd17_4c28_b8c8_c8c5d5a9aab9' } as NamedNode,
	'EMMO_49eb0790_50c2_5691_a8bf_dfa6f4a9f6c7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_49eb0790_50c2_5691_a8bf_dfa6f4a9f6c7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_49eb0790_50c2_5691_a8bf_dfa6f4a9f6c7' } as NamedNode,
	'EMMO_4a1c73f1_b6f5_4d10_a3a6_5de90bac7cd0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4a1c73f1_b6f5_4d10_a3a6_5de90bac7cd0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4a1c73f1_b6f5_4d10_a3a6_5de90bac7cd0' } as NamedNode,
	/** Suspensions show no significant effect on light. */
	'EMMO_4a464c8d_8895_44a8_a628_aed13509f1bd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4a464c8d_8895_44a8_a628_aed13509f1bd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4a464c8d_8895_44a8_a628_aed13509f1bd' } as NamedNode,
	'EMMO_4a465306_cb91_4458_a94a_2d0584d9aa95': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4a465306_cb91_4458_a94a_2d0584d9aa95', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4a465306_cb91_4458_a94a_2d0584d9aa95' } as NamedNode,
	'EMMO_4aa59242_76e7_5cce_a126_c7e9c657e7ad': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4aa59242_76e7_5cce_a126_c7e9c657e7ad', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4aa59242_76e7_5cce_a126_c7e9c657e7ad' } as NamedNode,
	'EMMO_4ab7fb52_cec3_4c00_90c0_5648f01e3296': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4ab7fb52_cec3_4c00_90c0_5648f01e3296', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4ab7fb52_cec3_4c00_90c0_5648f01e3296' } as NamedNode,
	'EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770' } as NamedNode,
	'EMMO_4b32fc1e_5293_4247_9e8d_1175df9f1c0b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4b32fc1e_5293_4247_9e8d_1175df9f1c0b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4b32fc1e_5293_4247_9e8d_1175df9f1c0b' } as NamedNode,
	/** 'acoustical' refers to the perception mechanism of the observer that can occur through a microphone, a ear. */
	'EMMO_4b3afb22_27cf_4ce3_88bc_492bfccb546b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4b3afb22_27cf_4ce3_88bc_492bfccb546b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4b3afb22_27cf_4ce3_88bc_492bfccb546b' } as NamedNode,
	'EMMO_4b3e2374_52a1_4420_8e3f_3ae6b9bf7dff': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4b3e2374_52a1_4420_8e3f_3ae6b9bf7dff', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4b3e2374_52a1_4420_8e3f_3ae6b9bf7dff' } as NamedNode,
	'EMMO_4b77c8ac_6d0e_456a_af41_ce43601b28b7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4b77c8ac_6d0e_456a_af41_ce43601b28b7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4b77c8ac_6d0e_456a_af41_ce43601b28b7' } as NamedNode,
	'EMMO_4bb03d40_78d2_45a4_9cb0_4336c9fc3b70': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4bb03d40_78d2_45a4_9cb0_4336c9fc3b70', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4bb03d40_78d2_45a4_9cb0_4336c9fc3b70' } as NamedNode,
	'EMMO_4bc07644_8301_4aed_b21c_823f99b08d1a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4bc07644_8301_4aed_b21c_823f99b08d1a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4bc07644_8301_4aed_b21c_823f99b08d1a' } as NamedNode,
	/** A mathematical relation that relates each element in the domain (X) to exactly one element in the range (Y). */
	'EMMO_4bc29b0f_8fcc_4026_a291_f9774a66d9b8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4bc29b0f_8fcc_4026_a291_f9774a66d9b8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4bc29b0f_8fcc_4026_a291_f9774a66d9b8' } as NamedNode,
	/** Relates a prefixed unit to its metric prefix part. */
	'EMMO_4be0acad_af05_426f_aa6d_fe7531072564': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4be0acad_af05_426f_aa6d_fe7531072564', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4be0acad_af05_426f_aa6d_fe7531072564' } as NamedNode,
	'EMMO_4c151909_6f26_4ef9_b43d_7c9e9514883a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4c151909_6f26_4ef9_b43d_7c9e9514883a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4c151909_6f26_4ef9_b43d_7c9e9514883a' } as NamedNode,
	'EMMO_4c1f58cd_6e2c_48fb_8098_1cbb762abb05': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4c1f58cd_6e2c_48fb_8098_1cbb762abb05', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4c1f58cd_6e2c_48fb_8098_1cbb762abb05' } as NamedNode,
	'EMMO_4c21fb86_fdcf_444e_b498_86fe656295af': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4c21fb86_fdcf_444e_b498_86fe656295af', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4c21fb86_fdcf_444e_b498_86fe656295af' } as NamedNode,
	'EMMO_4c3ccf65_0950_4328_b04b_91d1eaa14681': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4c3ccf65_0950_4328_b04b_91d1eaa14681', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4c3ccf65_0950_4328_b04b_91d1eaa14681' } as NamedNode,
	'EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee' } as NamedNode,
	'EMMO_4cc06415_9c11_4071_b732_fd05ad750f07': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4cc06415_9c11_4071_b732_fd05ad750f07', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4cc06415_9c11_4071_b732_fd05ad750f07' } as NamedNode,
	'EMMO_4cdec724_8ed2_4e8e_b145_260a828bb1ed': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4cdec724_8ed2_4e8e_b145_260a828bb1ed', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4cdec724_8ed2_4e8e_b145_260a828bb1ed' } as NamedNode,
	'EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa' } as NamedNode,
	'EMMO_4cf484af_082a_40f5_9f11_930bf4634482': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4cf484af_082a_40f5_9f11_930bf4634482', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4cf484af_082a_40f5_9f11_930bf4634482' } as NamedNode,
	/** Is not simply a collection of machineries, since the connection between them is due to the parallel flow of processed parts that comes from a unique source and ends into a common repository. */
	'EMMO_4d2ca841_6cb1_4710_a756_5b989746bca2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4d2ca841_6cb1_4710_a756_5b989746bca2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4d2ca841_6cb1_4710_a756_5b989746bca2' } as NamedNode,
	'EMMO_4d5053a7_273e_495b_8098_5aa5c0f3f925': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4d5053a7_273e_495b_8098_5aa5c0f3f925', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4d5053a7_273e_495b_8098_5aa5c0f3f925' } as NamedNode,
	'EMMO_4d548993_7a73_4cb1_a125_d417014b571e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4d548993_7a73_4cb1_a125_d417014b571e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4d548993_7a73_4cb1_a125_d417014b571e' } as NamedNode,
	'EMMO_4d604a13_d1f6_42fd_818f_d3138d5e308c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4d604a13_d1f6_42fd_818f_d3138d5e308c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4d604a13_d1f6_42fd_818f_d3138d5e308c' } as NamedNode,
	'EMMO_4dae1cac_d61a_4abb_8f74_2568b7f2d6d7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4dae1cac_d61a_4abb_8f74_2568b7f2d6d7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4dae1cac_d61a_4abb_8f74_2568b7f2d6d7' } as NamedNode,
	'EMMO_4db5c662_b065_49e4_96eb_826699fa8048': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4db5c662_b065_49e4_96eb_826699fa8048', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4db5c662_b065_49e4_96eb_826699fa8048' } as NamedNode,
	'EMMO_4db96fb7_e9e0_466d_942b_f6f17bfdc145': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4db96fb7_e9e0_466d_942b_f6f17bfdc145', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4db96fb7_e9e0_466d_942b_f6f17bfdc145' } as NamedNode,
	'EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2' } as NamedNode,
	'EMMO_4e099d7e_f624_4761_aff6_2ee6c63b8d2d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4e099d7e_f624_4761_aff6_2ee6c63b8d2d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4e099d7e_f624_4761_aff6_2ee6c63b8d2d' } as NamedNode,
	'EMMO_4e36a0b8_e6c7_456e_bef5_c830e3c0ed17': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4e36a0b8_e6c7_456e_bef5_c830e3c0ed17', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4e36a0b8_e6c7_456e_bef5_c830e3c0ed17' } as NamedNode,
	'EMMO_4e659c69_ca2d_4569_8a96_f99857a1fa32': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4e659c69_ca2d_4569_8a96_f99857a1fa32', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4e659c69_ca2d_4569_8a96_f99857a1fa32' } as NamedNode,
	'EMMO_4e6c4c25_e937_40d5_9cd1_0f3b740cc0a8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4e6c4c25_e937_40d5_9cd1_0f3b740cc0a8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4e6c4c25_e937_40d5_9cd1_0f3b740cc0a8' } as NamedNode,
	'EMMO_4eb4cb62_10e3_41ef_9226_a53462d52357': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4eb4cb62_10e3_41ef_9226_a53462d52357', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4eb4cb62_10e3_41ef_9226_a53462d52357' } as NamedNode,
	'EMMO_4ee57a22_0634_5889_a283_0b4f8e5023f6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4ee57a22_0634_5889_a283_0b4f8e5023f6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4ee57a22_0634_5889_a283_0b4f8e5023f6' } as NamedNode,
	'EMMO_4ef8c0e4_1b0b_4699_a135_8c89ca289802': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4ef8c0e4_1b0b_4699_a135_8c89ca289802', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4ef8c0e4_1b0b_4699_a135_8c89ca289802' } as NamedNode,
	'EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3' } as NamedNode,
	'EMMO_4f245147_f072_4431_b535_6241e8e87eb8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4f245147_f072_4431_b535_6241e8e87eb8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4f245147_f072_4431_b535_6241e8e87eb8' } as NamedNode,
	'EMMO_4f2d1fcc_e20c_4479_9ad7_7a0480dd3e44': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4f2d1fcc_e20c_4479_9ad7_7a0480dd3e44', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4f2d1fcc_e20c_4479_9ad7_7a0480dd3e44' } as NamedNode,
	/** The electric potential is not unique, since any constant scalar
field quantity can be added to it without changing its gradient. */
	'EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845' } as NamedNode,
	/** The IUPAC Gold Book defines the a chemical element both as:
- a species of atoms; all atoms with the same number of protons in the atomic nucleus
-  a pure chemical substance composed of atoms with the same number of protons in the atomic nucleus
 
This qualifies a chemical element as a name and not a matter obejct that can stand for an atom or a substance. */
	'EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf' } as NamedNode,
	/** Nailing is joining by hammering or pressing nails (wire pins) as auxiliary parts into the solid material. Several parts are joined by pressing them together (from: DIN 8593 part 3/09.85). */
	'EMMO_4f46c5ab_1c21_4639_90d5_3c4ebf3b156b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4f46c5ab_1c21_4639_90d5_3c4ebf3b156b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4f46c5ab_1c21_4639_90d5_3c4ebf3b156b' } as NamedNode,
	'EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187' } as NamedNode,
	'EMMO_4f75924f_782d_4a9d_995f_43ae968fe5e2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4f75924f_782d_4a9d_995f_43ae968fe5e2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4f75924f_782d_4a9d_995f_43ae968fe5e2' } as NamedNode,
	'EMMO_4f9670f5_14ca_53da_a1ea_9b0550a61035': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4f9670f5_14ca_53da_a1ea_9b0550a61035', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4f9670f5_14ca_53da_a1ea_9b0550a61035' } as NamedNode,
	'EMMO_4fb35ebc_0f3f_4cda_b181_a5334bc2b114': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4fb35ebc_0f3f_4cda_b181_a5334bc2b114', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4fb35ebc_0f3f_4cda_b181_a5334bc2b114' } as NamedNode,
	'EMMO_4fdf946a_9c40_4d71_80ab_e4221ff6a534': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_4fdf946a_9c40_4d71_80ab_e4221ff6a534', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_4fdf946a_9c40_4d71_80ab_e4221ff6a534' } as NamedNode,
	'EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a' } as NamedNode,
	'EMMO_5022e4cb_125f_429d_8556_c3e635c561f2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5022e4cb_125f_429d_8556_c3e635c561f2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5022e4cb_125f_429d_8556_c3e635c561f2' } as NamedNode,
	'EMMO_504ad89e_dd4a_4fa6_aeb6_15c8ce0cde9b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_504ad89e_dd4a_4fa6_aeb6_15c8ce0cde9b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_504ad89e_dd4a_4fa6_aeb6_15c8ce0cde9b' } as NamedNode,
	'EMMO_506cb971_797d_4cfb_88c3_3020c4396365': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_506cb971_797d_4cfb_88c3_3020c4396365', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_506cb971_797d_4cfb_88c3_3020c4396365' } as NamedNode,
	/** Defines the Candela base unit in the SI system. */
	'EMMO_506f7823_52bc_40cb_be07_b3b1e10cce13': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_506f7823_52bc_40cb_be07_b3b1e10cce13', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_506f7823_52bc_40cb_be07_b3b1e10cce13' } as NamedNode,
	'EMMO_5073dc80_aec2_4a3b_8057_fababfcbfe11': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5073dc80_aec2_4a3b_8057_fababfcbfe11', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5073dc80_aec2_4a3b_8057_fababfcbfe11' } as NamedNode,
	'EMMO_50781fd9_a9e4_46ad_b7be_4500371d188d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_50781fd9_a9e4_46ad_b7be_4500371d188d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_50781fd9_a9e4_46ad_b7be_4500371d188d' } as NamedNode,
	'EMMO_50967f46_51f9_462a_b1e4_e63365b4a184': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_50967f46_51f9_462a_b1e4_e63365b4a184', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_50967f46_51f9_462a_b1e4_e63365b4a184' } as NamedNode,
	'EMMO_50a3552e_859a_4ff7_946d_76d537cabce6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_50a3552e_859a_4ff7_946d_76d537cabce6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_50a3552e_859a_4ff7_946d_76d537cabce6' } as NamedNode,
	'EMMO_50a44256_9dc5_434b_bad4_74a4d9a29989': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_50a44256_9dc5_434b_bad4_74a4d9a29989', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_50a44256_9dc5_434b_bad4_74a4d9a29989' } as NamedNode,
	'EMMO_50afa1a9_2c4e_40fd_aa93_0e33511f1f27': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_50afa1a9_2c4e_40fd_aa93_0e33511f1f27', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_50afa1a9_2c4e_40fd_aa93_0e33511f1f27' } as NamedNode,
	'EMMO_50b91f00_d1b3_4638_ab1e_8f982a37621a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_50b91f00_d1b3_4638_ab1e_8f982a37621a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_50b91f00_d1b3_4638_ab1e_8f982a37621a' } as NamedNode,
	'EMMO_50bf79a6_a48b_424d_9d2c_813bd631231a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_50bf79a6_a48b_424d_9d2c_813bd631231a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_50bf79a6_a48b_424d_9d2c_813bd631231a' } as NamedNode,
	'EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f' } as NamedNode,
	'EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a' } as NamedNode,
	'EMMO_50dbbf9a_ed96_486f_99f6_d8ba78a0047c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_50dbbf9a_ed96_486f_99f6_d8ba78a0047c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_50dbbf9a_ed96_486f_99f6_d8ba78a0047c' } as NamedNode,
	'EMMO_50ea1ec5_f157_41b0_b46b_a9032f17ca10': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_50ea1ec5_f157_41b0_b46b_a9032f17ca10', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_50ea1ec5_f157_41b0_b46b_a9032f17ca10' } as NamedNode,
	'EMMO_5117c5fe_f661_46f8_83c3_b48947f1532a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5117c5fe_f661_46f8_83c3_b48947f1532a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5117c5fe_f661_46f8_83c3_b48947f1532a' } as NamedNode,
	'EMMO_515b5579_d526_4842_9e6f_ecc34db6f368': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_515b5579_d526_4842_9e6f_ecc34db6f368', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_515b5579_d526_4842_9e6f_ecc34db6f368' } as NamedNode,
	/** An instruction to a computer system to perform a given task. */
	'EMMO_51645022_3a21_4fa9_a9ce_a795eebbeca7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_51645022_3a21_4fa9_a9ce_a795eebbeca7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_51645022_3a21_4fa9_a9ce_a795eebbeca7' } as NamedNode,
	'EMMO_517752af_5883_5cf5_8363_6b19f76aca3e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_517752af_5883_5cf5_8363_6b19f76aca3e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_517752af_5883_5cf5_8363_6b19f76aca3e' } as NamedNode,
	'EMMO_5186b2e6_f34f_46ee_b08e_ec517a1f43d2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5186b2e6_f34f_46ee_b08e_ec517a1f43d2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5186b2e6_f34f_46ee_b08e_ec517a1f43d2' } as NamedNode,
	'EMMO_51acadf5_b874_46c1_9707_24e25e2b89ff': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_51acadf5_b874_46c1_9707_24e25e2b89ff', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_51acadf5_b874_46c1_9707_24e25e2b89ff' } as NamedNode,
	'EMMO_51c4190e_dc9a_4292_968c_b36f7fb68912': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_51c4190e_dc9a_4292_968c_b36f7fb68912', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_51c4190e_dc9a_4292_968c_b36f7fb68912' } as NamedNode,
	'EMMO_51e72318_0e25_42e8_b066_42aa69dc6e5e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_51e72318_0e25_42e8_b066_42aa69dc6e5e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_51e72318_0e25_42e8_b066_42aa69dc6e5e' } as NamedNode,
	'EMMO_51e72e5c_ab21_4d0e_ad9f_b168eca89cf4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_51e72e5c_ab21_4d0e_ad9f_b168eca89cf4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_51e72e5c_ab21_4d0e_ad9f_b168eca89cf4' } as NamedNode,
	'EMMO_51f1ba0d_e92b_4be2_9a9d_4640b16ac7ed': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_51f1ba0d_e92b_4be2_9a9d_4640b16ac7ed', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_51f1ba0d_e92b_4be2_9a9d_4640b16ac7ed' } as NamedNode,
	/** 'Existent' is the EMMO class to be used for representing real world physical objects under a reductionistic perspective (i.e. objects come from the composition of sub-part objects, both in time and space). 
 
'Existent' class collects all individuals that stand for physical objects that can be structured in well defined temporal sub-parts called states, through the temporal direct parthood relation.
 
This class provides a first granularity hierarchy in time, and a way to axiomatize tessellation principles for a specific whole with a non-transitivity relation (direct parthood) that helps to retain the granularity levels.
 
e.g. a car, a supersaturated gas with nucleating nanoparticles, an atom that becomes ionized and then recombines with an electron. */
	'EMMO_52211e5e_d767_4812_845e_eb6b402c476a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_52211e5e_d767_4812_845e_eb6b402c476a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_52211e5e_d767_4812_845e_eb6b402c476a' } as NamedNode,
	'EMMO_523f4260_31df_4967_84a6_218fd7d503b1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_523f4260_31df_4967_84a6_218fd7d503b1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_523f4260_31df_4967_84a6_218fd7d503b1' } as NamedNode,
	'EMMO_5273677c_1cf3_4ae1_b73e_98df6fe9cfa9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5273677c_1cf3_4ae1_b73e_98df6fe9cfa9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5273677c_1cf3_4ae1_b73e_98df6fe9cfa9' } as NamedNode,
	'EMMO_5293c41e_4bbf_4aaa_8479_efd0737a0e8d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5293c41e_4bbf_4aaa_8479_efd0737a0e8d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5293c41e_4bbf_4aaa_8479_efd0737a0e8d' } as NamedNode,
	'EMMO_52a611ba_81df_5557_9dfe_c55e4d0f5860': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_52a611ba_81df_5557_9dfe_c55e4d0f5860', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_52a611ba_81df_5557_9dfe_c55e4d0f5860' } as NamedNode,
	'EMMO_52b029aa_e525_4907_95d8_759298b04f97': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_52b029aa_e525_4907_95d8_759298b04f97', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_52b029aa_e525_4907_95d8_759298b04f97' } as NamedNode,
	'EMMO_52ba3876_b51e_4670_a6f2_ce726abc2d3d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_52ba3876_b51e_4670_a6f2_ce726abc2d3d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_52ba3876_b51e_4670_a6f2_ce726abc2d3d' } as NamedNode,
	'EMMO_52bbaaee_1145_4be3_8a5c_b366851ea1b9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_52bbaaee_1145_4be3_8a5c_b366851ea1b9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_52bbaaee_1145_4be3_8a5c_b366851ea1b9' } as NamedNode,
	'EMMO_52f7d4e5_b4aa_4e11_9205_71e42eea13b3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_52f7d4e5_b4aa_4e11_9205_71e42eea13b3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_52f7d4e5_b4aa_4e11_9205_71e42eea13b3' } as NamedNode,
	'EMMO_535021bf_d490_416a_9855_b918cf96c115': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_535021bf_d490_416a_9855_b918cf96c115', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_535021bf_d490_416a_9855_b918cf96c115' } as NamedNode,
	'EMMO_535d75a4_1972_40bc_88c6_ca566386934f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_535d75a4_1972_40bc_88c6_ca566386934f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_535d75a4_1972_40bc_88c6_ca566386934f' } as NamedNode,
	'EMMO_5369d256_5866_4729_adc2_1498ee9a4959': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5369d256_5866_4729_adc2_1498ee9a4959', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5369d256_5866_4729_adc2_1498ee9a4959' } as NamedNode,
	'EMMO_53935db0_af45_4426_b9e9_244a0d77db00': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_53935db0_af45_4426_b9e9_244a0d77db00', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_53935db0_af45_4426_b9e9_244a0d77db00' } as NamedNode,
	'EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190' } as NamedNode,
	'EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2' } as NamedNode,
	'EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b' } as NamedNode,
	'EMMO_53dced52_34f6_4cf0_8a99_ddf451861543': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_53dced52_34f6_4cf0_8a99_ddf451861543', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_53dced52_34f6_4cf0_8a99_ddf451861543' } as NamedNode,
	'EMMO_53dd6f2a_f9de_4f83_b925_1bf39a4ab9a6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_53dd6f2a_f9de_4f83_b925_1bf39a4ab9a6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_53dd6f2a_f9de_4f83_b925_1bf39a4ab9a6' } as NamedNode,
	'EMMO_53e5b1e1_6026_4ddc_8a4a_3aaaa5fdbdb7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_53e5b1e1_6026_4ddc_8a4a_3aaaa5fdbdb7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_53e5b1e1_6026_4ddc_8a4a_3aaaa5fdbdb7' } as NamedNode,
	'EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c' } as NamedNode,
	'EMMO_5455d87d_1c98_50e1_9904_c94f6a697097': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5455d87d_1c98_50e1_9904_c94f6a697097', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5455d87d_1c98_50e1_9904_c94f6a697097' } as NamedNode,
	'EMMO_54d0d0f4_d9fa_4179_a9b5_4110c49dafff': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_54d0d0f4_d9fa_4179_a9b5_4110c49dafff', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_54d0d0f4_d9fa_4179_a9b5_4110c49dafff' } as NamedNode,
	'EMMO_54dc83cb_06e1_4739_9e45_bc09cead7f48': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_54dc83cb_06e1_4739_9e45_bc09cead7f48', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_54dc83cb_06e1_4739_9e45_bc09cead7f48' } as NamedNode,
	/** A mathematical object in this branch is not representing a concept but an actual graphical object built using mathematcal symbols arranged in some way, according to math conventions. */
	'EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0' } as NamedNode,
	'EMMO_55354438_7000_4284_b1b9_59d60c2261b9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_55354438_7000_4284_b1b9_59d60c2261b9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_55354438_7000_4284_b1b9_59d60c2261b9' } as NamedNode,
	'EMMO_555d0261_da5e_4301_b7f9_46f604a32e91': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_555d0261_da5e_4301_b7f9_46f604a32e91', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_555d0261_da5e_4301_b7f9_46f604a32e91' } as NamedNode,
	'EMMO_556e27cd_fef1_41c9_824a_dd78980062b5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_556e27cd_fef1_41c9_824a_dd78980062b5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_556e27cd_fef1_41c9_824a_dd78980062b5' } as NamedNode,
	'EMMO_5574a8ed_5094_4d63_8d95_1c19cfd38409': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5574a8ed_5094_4d63_8d95_1c19cfd38409', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5574a8ed_5094_4d63_8d95_1c19cfd38409' } as NamedNode,
	'EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c' } as NamedNode,
	'EMMO_55ffe612_cf43_4b9b_a4e1_6aeb0c59c10c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_55ffe612_cf43_4b9b_a4e1_6aeb0c59c10c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_55ffe612_cf43_4b9b_a4e1_6aeb0c59c10c' } as NamedNode,
	'EMMO_560d031f_cc8a_4f0d_a52b_039149fdc171': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_560d031f_cc8a_4f0d_a52b_039149fdc171', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_560d031f_cc8a_4f0d_a52b_039149fdc171' } as NamedNode,
	'EMMO_560d833a_6184_410c_859a_05d982712fd7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_560d833a_6184_410c_859a_05d982712fd7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_560d833a_6184_410c_859a_05d982712fd7' } as NamedNode,
	'EMMO_566321d8_1600_4ab0_a5da_7f99dce2b1db': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_566321d8_1600_4ab0_a5da_7f99dce2b1db', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_566321d8_1600_4ab0_a5da_7f99dce2b1db' } as NamedNode,
	'EMMO_56710a21_601b_43bb_88c5_0bd9eca06da2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_56710a21_601b_43bb_88c5_0bd9eca06da2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_56710a21_601b_43bb_88c5_0bd9eca06da2' } as NamedNode,
	'EMMO_573c7572_e7c7_4909_93a4_2bfe102e389d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_573c7572_e7c7_4909_93a4_2bfe102e389d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_573c7572_e7c7_4909_93a4_2bfe102e389d' } as NamedNode,
	'EMMO_57742ca9_95d8_50f8_9b33_0ded30da4532': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_57742ca9_95d8_50f8_9b33_0ded30da4532', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_57742ca9_95d8_50f8_9b33_0ded30da4532' } as NamedNode,
	'EMMO_578f7da0_10f8_4fc2_9fd0_79b79f47f975': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_578f7da0_10f8_4fc2_9fd0_79b79f47f975', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_578f7da0_10f8_4fc2_9fd0_79b79f47f975' } as NamedNode,
	'EMMO_57a7ab6b_30a4_54e5_821d_0b8efb5e08b2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_57a7ab6b_30a4_54e5_821d_0b8efb5e08b2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_57a7ab6b_30a4_54e5_821d_0b8efb5e08b2' } as NamedNode,
	'EMMO_57b9fd6c_84d6_43f2_8c4f_de6a1ab50aea': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_57b9fd6c_84d6_43f2_8c4f_de6a1ab50aea', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_57b9fd6c_84d6_43f2_8c4f_de6a1ab50aea' } as NamedNode,
	'EMMO_57ba1bf0_4314_432c_a9bb_6a6720c8dab5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_57ba1bf0_4314_432c_a9bb_6a6720c8dab5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_57ba1bf0_4314_432c_a9bb_6a6720c8dab5' } as NamedNode,
	'EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2' } as NamedNode,
	'EMMO_57d977ab_0036_4779_b59a_e47620afdb9c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_57d977ab_0036_4779_b59a_e47620afdb9c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_57d977ab_0036_4779_b59a_e47620afdb9c' } as NamedNode,
	'EMMO_581e05bc_a4fe_494a_a85c_f2c4b4374e18': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_581e05bc_a4fe_494a_a85c_f2c4b4374e18', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_581e05bc_a4fe_494a_a85c_f2c4b4374e18' } as NamedNode,
	'EMMO_5833085e_0afc_516a_a584_f56f1f191a13': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5833085e_0afc_516a_a584_f56f1f191a13', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5833085e_0afc_516a_a584_f56f1f191a13' } as NamedNode,
	'EMMO_5848e476_2768_4988_98f9_9053c532307b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5848e476_2768_4988_98f9_9053c532307b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5848e476_2768_4988_98f9_9053c532307b' } as NamedNode,
	'EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1' } as NamedNode,
	/** The DBpedia definition (http://dbpedia.org/page/Elementary_charge) is outdated as May 20, 2019. It is now an exact quantity. */
	'EMMO_58a650f0_a638_4743_8439_535a325e5c4c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_58a650f0_a638_4743_8439_535a325e5c4c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_58a650f0_a638_4743_8439_535a325e5c4c' } as NamedNode,
	'EMMO_58a85e5b_6526_484d_b080_e1059ce9994c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_58a85e5b_6526_484d_b080_e1059ce9994c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_58a85e5b_6526_484d_b080_e1059ce9994c' } as NamedNode,
	'EMMO_58b17cac_3125_4486_9b9c_8c45ac254040': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_58b17cac_3125_4486_9b9c_8c45ac254040', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_58b17cac_3125_4486_9b9c_8c45ac254040' } as NamedNode,
	'EMMO_58c08428_03e2_446d_85e1_f94cc6682e2b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_58c08428_03e2_446d_85e1_f94cc6682e2b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_58c08428_03e2_446d_85e1_f94cc6682e2b' } as NamedNode,
	'EMMO_58c5b65c_c896_4740_80d9_ff9a7643c7e8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_58c5b65c_c896_4740_80d9_ff9a7643c7e8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_58c5b65c_c896_4740_80d9_ff9a7643c7e8' } as NamedNode,
	'EMMO_58e7c821_4af0_4394_89f7_a9649735f4d2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_58e7c821_4af0_4394_89f7_a9649735f4d2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_58e7c821_4af0_4394_89f7_a9649735f4d2' } as NamedNode,
	'EMMO_59197cce_b8b6_4216_a08d_26fb83c032af': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_59197cce_b8b6_4216_a08d_26fb83c032af', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_59197cce_b8b6_4216_a08d_26fb83c032af' } as NamedNode,
	'EMMO_592b1d98_4736_4cac_9b62_849b8dbe11c7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_592b1d98_4736_4cac_9b62_849b8dbe11c7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_592b1d98_4736_4cac_9b62_849b8dbe11c7' } as NamedNode,
	'EMMO_593ecc7c_250d_4e4d_8957_0170f3cc2154': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_593ecc7c_250d_4e4d_8957_0170f3cc2154', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_593ecc7c_250d_4e4d_8957_0170f3cc2154' } as NamedNode,
	'EMMO_59809abc_d206_4015_9836_9d3a32460586': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_59809abc_d206_4015_9836_9d3a32460586', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_59809abc_d206_4015_9836_9d3a32460586' } as NamedNode,
	'EMMO_59d342fd_1ace_5b68_9d0d_ed4ff9f55d63': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_59d342fd_1ace_5b68_9d0d_ed4ff9f55d63', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_59d342fd_1ace_5b68_9d0d_ed4ff9f55d63' } as NamedNode,
	'EMMO_59e710f4_d9ea_4167_9a3f_f90628a307df': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_59e710f4_d9ea_4167_9a3f_f90628a307df', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_59e710f4_d9ea_4167_9a3f_f90628a307df' } as NamedNode,
	'EMMO_5a0f35b8_d18e_4570_a94e_ee84b13bb7bc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5a0f35b8_d18e_4570_a94e_ee84b13bb7bc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5a0f35b8_d18e_4570_a94e_ee84b13bb7bc' } as NamedNode,
	'EMMO_5a10e288_c6a5_409a_a16a_98a2fb8be4f3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5a10e288_c6a5_409a_a16a_98a2fb8be4f3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5a10e288_c6a5_409a_a16a_98a2fb8be4f3' } as NamedNode,
	'EMMO_5a2af26d_99de_4e5e_b1cd_514be71420c3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5a2af26d_99de_4e5e_b1cd_514be71420c3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5a2af26d_99de_4e5e_b1cd_514be71420c3' } as NamedNode,
	'EMMO_5a4790e5_b11b_5a0c_80e4_81515c27a560': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5a4790e5_b11b_5a0c_80e4_81515c27a560', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5a4790e5_b11b_5a0c_80e4_81515c27a560' } as NamedNode,
	'EMMO_5a5cf124_1ece_4b8e_ae63_edc2b5ee573a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5a5cf124_1ece_4b8e_ae63_edc2b5ee573a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5a5cf124_1ece_4b8e_ae63_edc2b5ee573a' } as NamedNode,
	'EMMO_5a77b7a6_7b16_48cd_8d69_a0c4b9174a3f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5a77b7a6_7b16_48cd_8d69_a0c4b9174a3f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5a77b7a6_7b16_48cd_8d69_a0c4b9174a3f' } as NamedNode,
	'EMMO_5adcbbb9_4325_4c23_ac50_62c77569e9c4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5adcbbb9_4325_4c23_ac50_62c77569e9c4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5adcbbb9_4325_4c23_ac50_62c77569e9c4' } as NamedNode,
	'EMMO_5add9885_dc98_4fa5_8482_fdf9ba5e3889': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5add9885_dc98_4fa5_8482_fdf9ba5e3889', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5add9885_dc98_4fa5_8482_fdf9ba5e3889' } as NamedNode,
	'EMMO_5ae62317_1681_5ca9_9fa7_8801757ee5c8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5ae62317_1681_5ca9_9fa7_8801757ee5c8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5ae62317_1681_5ca9_9fa7_8801757ee5c8' } as NamedNode,
	'EMMO_5afa28f0_8c9f_4fcd_8f67_805bd2f9c068': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5afa28f0_8c9f_4fcd_8f67_805bd2f9c068', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5afa28f0_8c9f_4fcd_8f67_805bd2f9c068' } as NamedNode,
	'EMMO_5b2222df_4da6_442f_8244_96e9e45887d1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5b2222df_4da6_442f_8244_96e9e45887d1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5b2222df_4da6_442f_8244_96e9e45887d1' } as NamedNode,
	'EMMO_5be83f9c_a4ba_4b9a_be1a_5bfc6e891231': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5be83f9c_a4ba_4b9a_be1a_5bfc6e891231', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5be83f9c_a4ba_4b9a_be1a_5bfc6e891231' } as NamedNode,
	'EMMO_5be9c137_325a_43d8_b7cd_ea93e7721c2d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5be9c137_325a_43d8_b7cd_ea93e7721c2d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5be9c137_325a_43d8_b7cd_ea93e7721c2d' } as NamedNode,
	'EMMO_5c003f53_20a2_4bd7_8445_58187e582578': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5c003f53_20a2_4bd7_8445_58187e582578', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5c003f53_20a2_4bd7_8445_58187e582578' } as NamedNode,
	'EMMO_5c15f8c4_d2de_47a0_acdd_470b8dda979b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5c15f8c4_d2de_47a0_acdd_470b8dda979b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5c15f8c4_d2de_47a0_acdd_470b8dda979b' } as NamedNode,
	'EMMO_5c68497d_2544_4cd4_897b_1ea783c9f6fe': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5c68497d_2544_4cd4_897b_1ea783c9f6fe', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5c68497d_2544_4cd4_897b_1ea783c9f6fe' } as NamedNode,
	'EMMO_5c736993_31b7_5839_aa36_38b6cd8b41a2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5c736993_31b7_5839_aa36_38b6cd8b41a2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5c736993_31b7_5839_aa36_38b6cd8b41a2' } as NamedNode,
	'EMMO_5c78b424_087b_4e31_8c91_6422f1be1e86': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5c78b424_087b_4e31_8c91_6422f1be1e86', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5c78b424_087b_4e31_8c91_6422f1be1e86' } as NamedNode,
	'EMMO_5cb107ba_7daa_46dd_8f9f_da22a6eac676': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5cb107ba_7daa_46dd_8f9f_da22a6eac676', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5cb107ba_7daa_46dd_8f9f_da22a6eac676' } as NamedNode,
	'EMMO_5cbb7bfb_7ab8_4151_8ed1_13a5b7d5caa4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5cbb7bfb_7ab8_4151_8ed1_13a5b7d5caa4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5cbb7bfb_7ab8_4151_8ed1_13a5b7d5caa4' } as NamedNode,
	'EMMO_5cc4e111_3eb1_44a3_9369_5af3846cf605': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5cc4e111_3eb1_44a3_9369_5af3846cf605', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5cc4e111_3eb1_44a3_9369_5af3846cf605' } as NamedNode,
	'EMMO_5ceab41b_2aea_4041_9e9c_a243f7562cee': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5ceab41b_2aea_4041_9e9c_a243f7562cee', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5ceab41b_2aea_4041_9e9c_a243f7562cee' } as NamedNode,
	'EMMO_5cf9f86c_86f5_40c4_846d_60371f670e0a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5cf9f86c_86f5_40c4_846d_60371f670e0a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5cf9f86c_86f5_40c4_846d_60371f670e0a' } as NamedNode,
	'EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30' } as NamedNode,
	'EMMO_5d34ae8e_182c_49f3_815e_ea675faaaf30': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5d34ae8e_182c_49f3_815e_ea675faaaf30', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5d34ae8e_182c_49f3_815e_ea675faaaf30' } as NamedNode,
	'EMMO_5d61057e_d7f1_43e4_98fa_ae04e0cb470a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5d61057e_d7f1_43e4_98fa_ae04e0cb470a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5d61057e_d7f1_43e4_98fa_ae04e0cb470a' } as NamedNode,
	'EMMO_5d659e25_a508_43ed_903c_3707c7c7cd4b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5d659e25_a508_43ed_903c_3707c7c7cd4b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5d659e25_a508_43ed_903c_3707c7c7cd4b' } as NamedNode,
	'EMMO_5d73661e_e710_4844_ab9b_a85b7e68576a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5d73661e_e710_4844_ab9b_a85b7e68576a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5d73661e_e710_4844_ab9b_a85b7e68576a' } as NamedNode,
	'EMMO_5d7f00a7_0374_4517_b5a8_62b154f33cc6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5d7f00a7_0374_4517_b5a8_62b154f33cc6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5d7f00a7_0374_4517_b5a8_62b154f33cc6' } as NamedNode,
	'EMMO_5dd63d84_57f5_4b79_b760_fe940c06680d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5dd63d84_57f5_4b79_b760_fe940c06680d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5dd63d84_57f5_4b79_b760_fe940c06680d' } as NamedNode,
	'EMMO_5e00b1db_48fc_445b_82e8_ab0e2255bf52': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5e00b1db_48fc_445b_82e8_ab0e2255bf52', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5e00b1db_48fc_445b_82e8_ab0e2255bf52' } as NamedNode,
	'EMMO_5e26440d_af47_4c30_a1c3_511e4072c617': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5e26440d_af47_4c30_a1c3_511e4072c617', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5e26440d_af47_4c30_a1c3_511e4072c617' } as NamedNode,
	'EMMO_5e5656ef_971e_49e6_a32f_048b6e86c3e0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5e5656ef_971e_49e6_a32f_048b6e86c3e0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5e5656ef_971e_49e6_a32f_048b6e86c3e0' } as NamedNode,
	'EMMO_5e77f00d_5c0a_44e7_baf1_2c2a4cb5b3ae': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5e77f00d_5c0a_44e7_baf1_2c2a4cb5b3ae', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5e77f00d_5c0a_44e7_baf1_2c2a4cb5b3ae' } as NamedNode,
	'EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928' } as NamedNode,
	'EMMO_5ebd5e01_0ed3_49a2_a30d_cd05cbe72978': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5ebd5e01_0ed3_49a2_a30d_cd05cbe72978', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5ebd5e01_0ed3_49a2_a30d_cd05cbe72978' } as NamedNode,
	'EMMO_5ee30708_feb6_54c0_977e_3d069e496a76': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5ee30708_feb6_54c0_977e_3d069e496a76', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5ee30708_feb6_54c0_977e_3d069e496a76' } as NamedNode,
	/** Factor by which the phase velocity of light is reduced in a medium. */
	'EMMO_5eedba4d_105b_44d8_b1bc_e33606276ea2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5eedba4d_105b_44d8_b1bc_e33606276ea2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5eedba4d_105b_44d8_b1bc_e33606276ea2' } as NamedNode,
	'EMMO_5f04b896_a4fd_4206_b201_0449b6c29289': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5f04b896_a4fd_4206_b201_0449b6c29289', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5f04b896_a4fd_4206_b201_0449b6c29289' } as NamedNode,
	'EMMO_5f278af9_8593_4e27_a717_ccc9e07a0ddf': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5f278af9_8593_4e27_a717_ccc9e07a0ddf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5f278af9_8593_4e27_a717_ccc9e07a0ddf' } as NamedNode,
	'EMMO_5f375229_de0c_46bf_b11f_da9d3b742253': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5f375229_de0c_46bf_b11f_da9d3b742253', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5f375229_de0c_46bf_b11f_da9d3b742253' } as NamedNode,
	'EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b' } as NamedNode,
	'EMMO_5fa16188_d95b_4dd2_ac63_eae63fe01504': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5fa16188_d95b_4dd2_ac63_eae63fe01504', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5fa16188_d95b_4dd2_ac63_eae63fe01504' } as NamedNode,
	'EMMO_5fb97c35_1896_4221_bdc1_0028bb80f5d5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5fb97c35_1896_4221_bdc1_0028bb80f5d5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5fb97c35_1896_4221_bdc1_0028bb80f5d5' } as NamedNode,
	'EMMO_5fde0fa1_bbb3_42a9_ac2d_d144771aeb4b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_5fde0fa1_bbb3_42a9_ac2d_d144771aeb4b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_5fde0fa1_bbb3_42a9_ac2d_d144771aeb4b' } as NamedNode,
	/** Note that not all physical quantities can be categorised as being either intensive or extensive. For example the square root of the mass. */
	'EMMO_602397bd_e302_42a6_be33_fe67ea81933a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_602397bd_e302_42a6_be33_fe67ea81933a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_602397bd_e302_42a6_be33_fe67ea81933a' } as NamedNode,
	'EMMO_60577dea_9019_4537_ac41_80b0fb563d41': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_60577dea_9019_4537_ac41_80b0fb563d41', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_60577dea_9019_4537_ac41_80b0fb563d41' } as NamedNode,
	'EMMO_6074aa9d_7c3b_4011_b45a_4e7cde6f5f39': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6074aa9d_7c3b_4011_b45a_4e7cde6f5f39', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6074aa9d_7c3b_4011_b45a_4e7cde6f5f39' } as NamedNode,
	'EMMO_607ccc15_38aa_4a69_a70a_effa8015bf42': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_607ccc15_38aa_4a69_a70a_effa8015bf42', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_607ccc15_38aa_4a69_a70a_effa8015bf42' } as NamedNode,
	'EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf' } as NamedNode,
	'EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1' } as NamedNode,
	'EMMO_60d13cae_ea44_4a71_9ca7_ba65f72836a4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_60d13cae_ea44_4a71_9ca7_ba65f72836a4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_60d13cae_ea44_4a71_9ca7_ba65f72836a4' } as NamedNode,
	'EMMO_6110af0a_bc82_4c9e_aa4b_b45d08d9c9e0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6110af0a_bc82_4c9e_aa4b_b45d08d9c9e0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6110af0a_bc82_4c9e_aa4b_b45d08d9c9e0' } as NamedNode,
	'EMMO_614c1bd9_93df_4248_861c_44b86d854739': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_614c1bd9_93df_4248_861c_44b86d854739', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_614c1bd9_93df_4248_861c_44b86d854739' } as NamedNode,
	'EMMO_61846411_8c6f_410b_ae7b_8999ec18f2b2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_61846411_8c6f_410b_ae7b_8999ec18f2b2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_61846411_8c6f_410b_ae7b_8999ec18f2b2' } as NamedNode,
	/** The DBpedia definition (http://dbpedia.org/page/Vacuum_permittivity) is outdated since May 20, 2019. It is now a measured constant. */
	'EMMO_61a32ae9_8200_473a_bd55_59a9899996f4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_61a32ae9_8200_473a_bd55_59a9899996f4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_61a32ae9_8200_473a_bd55_59a9899996f4' } as NamedNode,
	'EMMO_61eec472_f9af_4861_bedd_d741f022a7e5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_61eec472_f9af_4861_bedd_d741f022a7e5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_61eec472_f9af_4861_bedd_d741f022a7e5' } as NamedNode,
	'EMMO_621607ae_90ef_4f48_845e_3b53091a9340': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_621607ae_90ef_4f48_845e_3b53091a9340', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_621607ae_90ef_4f48_845e_3b53091a9340' } as NamedNode,
	/** The relative humidity is often expressed in per cent. */
	'EMMO_62273272_4cec_4168_bc7b_448f57feaba6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_62273272_4cec_4168_bc7b_448f57feaba6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_62273272_4cec_4168_bc7b_448f57feaba6' } as NamedNode,
	'EMMO_624d72ee_e676_4470_9434_c22b4190d3d5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_624d72ee_e676_4470_9434_c22b4190d3d5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_624d72ee_e676_4470_9434_c22b4190d3d5' } as NamedNode,
	'EMMO_62824128_35bd_45c4_9516_23f3f24c8332': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_62824128_35bd_45c4_9516_23f3f24c8332', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_62824128_35bd_45c4_9516_23f3f24c8332' } as NamedNode,
	'EMMO_62cb8f50_5ce5_5f99_9cc8_514eff05d05e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_62cb8f50_5ce5_5f99_9cc8_514eff05d05e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_62cb8f50_5ce5_5f99_9cc8_514eff05d05e' } as NamedNode,
	'EMMO_6378a9e9_29e5_5cae_b75b_46ca365e49b9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6378a9e9_29e5_5cae_b75b_46ca365e49b9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6378a9e9_29e5_5cae_b75b_46ca365e49b9' } as NamedNode,
	/** A chemical numenclature should not be confused with the chemical formula. */
	'EMMO_643d99dd_fae6_4121_a76f_47f486a4480b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_643d99dd_fae6_4121_a76f_47f486a4480b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_643d99dd_fae6_4121_a76f_47f486a4480b' } as NamedNode,
	'EMMO_64420439_5282_4996_b6e1_2044358ac899': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_64420439_5282_4996_b6e1_2044358ac899', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_64420439_5282_4996_b6e1_2044358ac899' } as NamedNode,
	'EMMO_646cdc47_f955_4da3_9398_9aac0edf48a6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_646cdc47_f955_4da3_9398_9aac0edf48a6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_646cdc47_f955_4da3_9398_9aac0edf48a6' } as NamedNode,
	'EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b' } as NamedNode,
	'EMMO_649415e4_1e31_5809_aceb_59efbba7d5f5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_649415e4_1e31_5809_aceb_59efbba7d5f5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_649415e4_1e31_5809_aceb_59efbba7d5f5' } as NamedNode,
	'EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c' } as NamedNode,
	/** This class is the most general superclass for the categorization of real world objects that are recognizable by the ontologist through a specific perception mechanism. This perspective is based on human characterization of perceptions.
 
In other words, a 'Perceptual' is a meta-object, meaning that is addressed by the ontologist (the meta-interpreter) in a semiotic process occurring outside the EMMO. The 'Perceptual' branch is here to facilitate the connection between an individual and the real-world object for which it stands for.
 
A 'Perceptual' can stand for another object in an EMMO described semiotic process (acting as sign or as object), just like a word on a paper (the perceptual object) may refer semiotically to another object. However, a perceptual is not necessarily a 'Sign' (e.g. a line sketched on a blackboard is a recognizable 'Perceptual' but it may stand for nothing).
 
A 'Perceptual' becomes an 'Object', when it is part of a 'Semiotic' process described by the ontologist within the EMMO, and it's done always specifying for which interpreter this relation occurs. */
	'EMMO_649bf97b_4397_4005_90d9_219755d92e34': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_649bf97b_4397_4005_90d9_219755d92e34', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_649bf97b_4397_4005_90d9_219755d92e34' } as NamedNode,
	'EMMO_64aba1e5_24b7_4140_8eb4_676c35698e79': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_64aba1e5_24b7_4140_8eb4_676c35698e79', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_64aba1e5_24b7_4140_8eb4_676c35698e79' } as NamedNode,
	'EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36' } as NamedNode,
	'EMMO_6523cad7_ea54_471c_adb7_e783f824ec09': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6523cad7_ea54_471c_adb7_e783f824ec09', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6523cad7_ea54_471c_adb7_e783f824ec09' } as NamedNode,
	'EMMO_65411b3d_c8d3_4111_86a9_a2ce0a64c647': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_65411b3d_c8d3_4111_86a9_a2ce0a64c647', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_65411b3d_c8d3_4111_86a9_a2ce0a64c647' } as NamedNode,
	'EMMO_658b8bca_203a_49a6_920b_96b5baf5e199': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_658b8bca_203a_49a6_920b_96b5baf5e199', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_658b8bca_203a_49a6_920b_96b5baf5e199' } as NamedNode,
	'EMMO_6599389d_7a26_5d51_a65c_5dd9c3ed532f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6599389d_7a26_5d51_a65c_5dd9c3ed532f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6599389d_7a26_5d51_a65c_5dd9c3ed532f' } as NamedNode,
	/** A system is conceived as an aggregate of things that 'work' (or interact) together. While a system extends in time through distinct temporal parts (like every other 4D object), this elucdation focuses on a timescale in which the obejct shows a persistence in time. */
	'EMMO_65a007dc_2550_46b0_b394_3346c67fbb69': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_65a007dc_2550_46b0_b394_3346c67fbb69', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_65a007dc_2550_46b0_b394_3346c67fbb69' } as NamedNode,
	'EMMO_65a2c5b8_e4d8_4a51_b2f8_e55effc0547d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_65a2c5b8_e4d8_4a51_b2f8_e55effc0547d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_65a2c5b8_e4d8_4a51_b2f8_e55effc0547d' } as NamedNode,
	'EMMO_65b794a4_cf52_4d0a_88c4_2c479537b30a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_65b794a4_cf52_4d0a_88c4_2c479537b30a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_65b794a4_cf52_4d0a_88c4_2c479537b30a' } as NamedNode,
	'EMMO_65d84215_de2a_56c9_80e3_a49d08dfc1de': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_65d84215_de2a_56c9_80e3_a49d08dfc1de', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_65d84215_de2a_56c9_80e3_a49d08dfc1de' } as NamedNode,
	'EMMO_65ec122c_b67f_4009_8b16_2df7dfae118a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_65ec122c_b67f_4009_8b16_2df7dfae118a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_65ec122c_b67f_4009_8b16_2df7dfae118a' } as NamedNode,
	'EMMO_65efeec4_148f_4843_9954_fe52efff3441': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_65efeec4_148f_4843_9954_fe52efff3441', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_65efeec4_148f_4843_9954_fe52efff3441' } as NamedNode,
	'EMMO_660a4964_0333_4663_bc66_e93ef59b0679': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_660a4964_0333_4663_bc66_e93ef59b0679', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_660a4964_0333_4663_bc66_e93ef59b0679' } as NamedNode,
	'EMMO_662c64e7_fc72_49b3_a161_f50fd42deafa': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_662c64e7_fc72_49b3_a161_f50fd42deafa', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_662c64e7_fc72_49b3_a161_f50fd42deafa' } as NamedNode,
	'EMMO_662e94ea_babe_4709_af8f_b669931076bc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_662e94ea_babe_4709_af8f_b669931076bc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_662e94ea_babe_4709_af8f_b669931076bc' } as NamedNode,
	'EMMO_663859e5_add3_4c9e_96fb_c99399de278d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_663859e5_add3_4c9e_96fb_c99399de278d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_663859e5_add3_4c9e_96fb_c99399de278d' } as NamedNode,
	'EMMO_668fbd5b_6f1b_405c_9c6b_d6067bd0595a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_668fbd5b_6f1b_405c_9c6b_d6067bd0595a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_668fbd5b_6f1b_405c_9c6b_d6067bd0595a' } as NamedNode,
	'EMMO_669d2749_bece_460a_b26a_9a909fd8ca4d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_669d2749_bece_460a_b26a_9a909fd8ca4d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_669d2749_bece_460a_b26a_9a909fd8ca4d' } as NamedNode,
	'EMMO_66bc9029_f473_45ff_bab9_c3509ff37a22': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_66bc9029_f473_45ff_bab9_c3509ff37a22', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_66bc9029_f473_45ff_bab9_c3509ff37a22' } as NamedNode,
	'EMMO_66c364c4_16b7_5d5f_abd5_b6977c46f525': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_66c364c4_16b7_5d5f_abd5_b6977c46f525', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_66c364c4_16b7_5d5f_abd5_b6977c46f525' } as NamedNode,
	/** Measure of the extent and direction an object rotates about a reference point. */
	'EMMO_66d01570_36dd_42fd_844d_29b81b029cd5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_66d01570_36dd_42fd_844d_29b81b029cd5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_66d01570_36dd_42fd_844d_29b81b029cd5' } as NamedNode,
	'EMMO_66d895f4_42fa_58a2_89af_ef065f52c1eb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_66d895f4_42fa_58a2_89af_ef065f52c1eb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_66d895f4_42fa_58a2_89af_ef065f52c1eb' } as NamedNode,
	'EMMO_66e91d9a_05c1_4906_9731_3f4d8c4f3fd8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_66e91d9a_05c1_4906_9731_3f4d8c4f3fd8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_66e91d9a_05c1_4906_9731_3f4d8c4f3fd8' } as NamedNode,
	'EMMO_6726fbb8_c40a_4b55_a2d5_bf49352d1e73': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6726fbb8_c40a_4b55_a2d5_bf49352d1e73', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6726fbb8_c40a_4b55_a2d5_bf49352d1e73' } as NamedNode,
	'EMMO_672e2475_8376_4987_82cf_097f0024e74b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_672e2475_8376_4987_82cf_097f0024e74b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_672e2475_8376_4987_82cf_097f0024e74b' } as NamedNode,
	'EMMO_673433f6_47c6_4c28_ae91_12945488ed10': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_673433f6_47c6_4c28_ae91_12945488ed10', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_673433f6_47c6_4c28_ae91_12945488ed10' } as NamedNode,
	'EMMO_67589be3_8acd_5230_bc54_89280412a3fb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_67589be3_8acd_5230_bc54_89280412a3fb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_67589be3_8acd_5230_bc54_89280412a3fb' } as NamedNode,
	'EMMO_676a29e6_d4e1_4b54_8961_25947bd20861': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_676a29e6_d4e1_4b54_8961_25947bd20861', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_676a29e6_d4e1_4b54_8961_25947bd20861' } as NamedNode,
	'EMMO_67761ddc_260b_5945_bfc3_311813ab71c9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_67761ddc_260b_5945_bfc3_311813ab71c9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_67761ddc_260b_5945_bfc3_311813ab71c9' } as NamedNode,
	'EMMO_6786b336_e982_4759_8dee_1905a4106591': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6786b336_e982_4759_8dee_1905a4106591', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6786b336_e982_4759_8dee_1905a4106591' } as NamedNode,
	/** This is a list of units that are not defined as part of the International System of Units (SI), but are otherwise mentioned in the SI brouchure, because either the General Conference on Weights and Measures (CGPM) accepts their use as being multiples or submultiples of SI-units, they have important contemporary application worldwide, or are otherwise commonly encountered worldwide. */
	'EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac' } as NamedNode,
	'EMMO_67c70dcd_2adf_4e6c_b3f8_f33dd1512487': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_67c70dcd_2adf_4e6c_b3f8_f33dd1512487', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_67c70dcd_2adf_4e6c_b3f8_f33dd1512487' } as NamedNode,
	'EMMO_67eaac8f_7f83_5bca_b1d0_10451d3a88a1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_67eaac8f_7f83_5bca_b1d0_10451d3a88a1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_67eaac8f_7f83_5bca_b1d0_10451d3a88a1' } as NamedNode,
	/** Relates a quantity to its metrological reference through a semiotic process. */
	'EMMO_67fc0a36_8dcb_4ffa_9a43_31074efa3296': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_67fc0a36_8dcb_4ffa_9a43_31074efa3296', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_67fc0a36_8dcb_4ffa_9a43_31074efa3296' } as NamedNode,
	/** Free forming is pressure forming with tools that do not or only partially contain the shape of the workpiece and move against each other (from: DIN 8583 Part 3/05.70). */
	'EMMO_6800c3fd_bf5d_4a2a_8e6e_9e909eefc16c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6800c3fd_bf5d_4a2a_8e6e_9e909eefc16c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6800c3fd_bf5d_4a2a_8e6e_9e909eefc16c' } as NamedNode,
	'EMMO_6835537c_d294_4005_a770_ec9621f29ed1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6835537c_d294_4005_a770_ec9621f29ed1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6835537c_d294_4005_a770_ec9621f29ed1' } as NamedNode,
	'EMMO_6837b106_7220_4ec6_b7c9_d549d6163672': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6837b106_7220_4ec6_b7c9_d549d6163672', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6837b106_7220_4ec6_b7c9_d549d6163672' } as NamedNode,
	'EMMO_68390bfb_e307_479d_8f78_d66d8773cb1d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_68390bfb_e307_479d_8f78_d66d8773cb1d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_68390bfb_e307_479d_8f78_d66d8773cb1d' } as NamedNode,
	'EMMO_6884600e_5d9b_44b1_9fc5_7d4dc1639e2f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6884600e_5d9b_44b1_9fc5_7d4dc1639e2f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6884600e_5d9b_44b1_9fc5_7d4dc1639e2f' } as NamedNode,
	'EMMO_68a031ba_abf5_4859_b84c_32977f029908': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_68a031ba_abf5_4859_b84c_32977f029908', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_68a031ba_abf5_4859_b84c_32977f029908' } as NamedNode,
	'EMMO_68a887df_63af_55c0_8239_b0b8edaa94ea': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_68a887df_63af_55c0_8239_b0b8edaa94ea', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_68a887df_63af_55c0_8239_b0b8edaa94ea' } as NamedNode,
	'EMMO_68c0e0cd_6afd_4eb7_9dfa_91c2462002c9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_68c0e0cd_6afd_4eb7_9dfa_91c2462002c9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_68c0e0cd_6afd_4eb7_9dfa_91c2462002c9' } as NamedNode,
	'EMMO_68d094e2_1777_48b5_8e43_32965f824970': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_68d094e2_1777_48b5_8e43_32965f824970', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_68d094e2_1777_48b5_8e43_32965f824970' } as NamedNode,
	/** Forming of a solid body, whereby the plastic state is essentially brought about by a bending stress */
	'EMMO_68ee441e_c89e_4391_93c3_e68fef59fe14': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_68ee441e_c89e_4391_93c3_e68fef59fe14', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_68ee441e_c89e_4391_93c3_e68fef59fe14' } as NamedNode,
	'EMMO_69164f9e_c75d_4fbc_a0f8_af7a81bbd128': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_69164f9e_c75d_4fbc_a0f8_af7a81bbd128', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_69164f9e_c75d_4fbc_a0f8_af7a81bbd128' } as NamedNode,
	'EMMO_694e27a2_f3ee_5a3e_8851_d6f78d79d84e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_694e27a2_f3ee_5a3e_8851_d6f78d79d84e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_694e27a2_f3ee_5a3e_8851_d6f78d79d84e' } as NamedNode,
	'EMMO_69e0ff08_9843_5ca2_b2bb_58467b07c4bb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_69e0ff08_9843_5ca2_b2bb_58467b07c4bb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_69e0ff08_9843_5ca2_b2bb_58467b07c4bb' } as NamedNode,
	'EMMO_6aa04359_50d6_43d7_b3a7_296bd391bf7d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6aa04359_50d6_43d7_b3a7_296bd391bf7d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6aa04359_50d6_43d7_b3a7_296bd391bf7d' } as NamedNode,
	'EMMO_6aad14ae_5ca1_4d19_aa6c_56448ff534b6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6aad14ae_5ca1_4d19_aa6c_56448ff534b6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6aad14ae_5ca1_4d19_aa6c_56448ff534b6' } as NamedNode,
	/** The permanent joining or other bringing together of two or more workpieces of a geometric shape or of similar workpieces with shapeless material. In each case, the cohesion is created locally and increased as a whole. */
	'EMMO_6ab555fd_5803_4f03_82e8_127c01aabfea': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6ab555fd_5803_4f03_82e8_127c01aabfea', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6ab555fd_5803_4f03_82e8_127c01aabfea' } as NamedNode,
	'EMMO_6afdb7e8_2a0b_444d_bde3_8d67d98180c0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6afdb7e8_2a0b_444d_bde3_8d67d98180c0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6afdb7e8_2a0b_444d_bde3_8d67d98180c0' } as NamedNode,
	'EMMO_6b241a1f_2a5f_5ea8_b0aa_7b162d7d73e4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6b241a1f_2a5f_5ea8_b0aa_7b162d7d73e4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6b241a1f_2a5f_5ea8_b0aa_7b162d7d73e4' } as NamedNode,
	'EMMO_6b5af5a8_a2d8_4353_a1d6_54c9f778343d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6b5af5a8_a2d8_4353_a1d6_54c9f778343d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6b5af5a8_a2d8_4353_a1d6_54c9f778343d' } as NamedNode,
	'EMMO_6b670dce_5692_5505_9688_8f735b325214': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6b670dce_5692_5505_9688_8f735b325214', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6b670dce_5692_5505_9688_8f735b325214' } as NamedNode,
	'EMMO_6b7276a4_4b9d_440a_b577_0277539c0fc4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6b7276a4_4b9d_440a_b577_0277539c0fc4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6b7276a4_4b9d_440a_b577_0277539c0fc4' } as NamedNode,
	'EMMO_6b8bf0c9_4ec7_452c_bee5_26e5149a4f05': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6b8bf0c9_4ec7_452c_bee5_26e5149a4f05', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6b8bf0c9_4ec7_452c_bee5_26e5149a4f05' } as NamedNode,
	'EMMO_6bae1f5a_1644_4da3_b3e4_0a01171034ad': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6bae1f5a_1644_4da3_b3e4_0a01171034ad', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6bae1f5a_1644_4da3_b3e4_0a01171034ad' } as NamedNode,
	'EMMO_6bcf334d_efeb_49f8_9dd0_dbcbb31514d3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6bcf334d_efeb_49f8_9dd0_dbcbb31514d3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6bcf334d_efeb_49f8_9dd0_dbcbb31514d3' } as NamedNode,
	'EMMO_6bd7b6f4_db3b_58da_b9a0_58f44bb3ed37': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6bd7b6f4_db3b_58da_b9a0_58f44bb3ed37', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6bd7b6f4_db3b_58da_b9a0_58f44bb3ed37' } as NamedNode,
	'EMMO_6bfe6ad2_96ba_4478_81e5_d8881c550757': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6bfe6ad2_96ba_4478_81e5_d8881c550757', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6bfe6ad2_96ba_4478_81e5_d8881c550757' } as NamedNode,
	'EMMO_6c03574f_6daa_4488_a970_ee355cca2530': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6c03574f_6daa_4488_a970_ee355cca2530', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6c03574f_6daa_4488_a970_ee355cca2530' } as NamedNode,
	'EMMO_6c213064_e525_45d4_99cf_afebed8bbddd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6c213064_e525_45d4_99cf_afebed8bbddd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6c213064_e525_45d4_99cf_afebed8bbddd' } as NamedNode,
	'EMMO_6c487fb3_03d1_4e56_91ed_c2e16dcbef60': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6c487fb3_03d1_4e56_91ed_c2e16dcbef60', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6c487fb3_03d1_4e56_91ed_c2e16dcbef60' } as NamedNode,
	'EMMO_6c739b1a_a774_4416_bb31_1961486fa9ed': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6c739b1a_a774_4416_bb31_1961486fa9ed', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6c739b1a_a774_4416_bb31_1961486fa9ed' } as NamedNode,
	'EMMO_6cfc5b82_b47b_47bc_bb45_c23c273d2e06': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6cfc5b82_b47b_47bc_bb45_c23c273d2e06', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6cfc5b82_b47b_47bc_bb45_c23c273d2e06' } as NamedNode,
	'EMMO_6d53d04c_07d3_4522_9181_92649ef78f86': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6d53d04c_07d3_4522_9181_92649ef78f86', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6d53d04c_07d3_4522_9181_92649ef78f86' } as NamedNode,
	'EMMO_6d61ee3c_c5b6_4452_bc11_e9c33af992a7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6d61ee3c_c5b6_4452_bc11_e9c33af992a7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6d61ee3c_c5b6_4452_bc11_e9c33af992a7' } as NamedNode,
	'EMMO_6d7158f3_7d96_498f_9cf3_31f4798f31c6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6d7158f3_7d96_498f_9cf3_31f4798f31c6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6d7158f3_7d96_498f_9cf3_31f4798f31c6' } as NamedNode,
	'EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be' } as NamedNode,
	'EMMO_6da1b965_768c_4cf0_8873_44f2035133ba': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6da1b965_768c_4cf0_8873_44f2035133ba', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6da1b965_768c_4cf0_8873_44f2035133ba' } as NamedNode,
	'EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25' } as NamedNode,
	'EMMO_6de11e9b_8dcb_444b_ba79_1a55130ed0c8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6de11e9b_8dcb_444b_ba79_1a55130ed0c8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6de11e9b_8dcb_444b_ba79_1a55130ed0c8' } as NamedNode,
	'EMMO_6e046dd0_9634_4013_b2b1_9cc468087c83': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6e046dd0_9634_4013_b2b1_9cc468087c83', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6e046dd0_9634_4013_b2b1_9cc468087c83' } as NamedNode,
	/** This must be a mathematical function v(t), x(t).
A dataset as solution is a conventional sign. */
	'EMMO_6e0664f2_4d4d_4407_bf60_e1b3c07198d7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6e0664f2_4d4d_4407_bf60_e1b3c07198d7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6e0664f2_4d4d_4407_bf60_e1b3c07198d7' } as NamedNode,
	'EMMO_6e467e25_2883_5f7b_a60f_2f4b651bba3f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6e467e25_2883_5f7b_a60f_2f4b651bba3f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6e467e25_2883_5f7b_a60f_2f4b651bba3f' } as NamedNode,
	'EMMO_6e5608ec_7768_4764_b052_2254bb5283bb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6e5608ec_7768_4764_b052_2254bb5283bb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6e5608ec_7768_4764_b052_2254bb5283bb' } as NamedNode,
	'EMMO_6e78433a_dbb9_409a_a7c0_4037f79d4ed8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6e78433a_dbb9_409a_a7c0_4037f79d4ed8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6e78433a_dbb9_409a_a7c0_4037f79d4ed8' } as NamedNode,
	'EMMO_6e9cb807_fc68_4bcf_b3ba_5fccc887c644': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6e9cb807_fc68_4bcf_b3ba_5fccc887c644', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6e9cb807_fc68_4bcf_b3ba_5fccc887c644' } as NamedNode,
	'EMMO_6eca09be_17e9_445e_abc9_000aa61b7a11': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6eca09be_17e9_445e_abc9_000aa61b7a11', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6eca09be_17e9_445e_abc9_000aa61b7a11' } as NamedNode,
	/** Distance is the norm of Displacement. */
	'EMMO_6ee9304e_54b7_4594_8354_0790138dffb8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6ee9304e_54b7_4594_8354_0790138dffb8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6ee9304e_54b7_4594_8354_0790138dffb8' } as NamedNode,
	'EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f' } as NamedNode,
	'EMMO_6f55a062_4a3b_4bb7_b2d3_54a4a93ce5cc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6f55a062_4a3b_4bb7_b2d3_54a4a93ce5cc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6f55a062_4a3b_4bb7_b2d3_54a4a93ce5cc' } as NamedNode,
	/** Here is assumed that the concept of 'object' is always relative to a 'semiotic' process. An 'object' does not exists per se, but it's always part of an interpretation.
 
The EMMO relies on strong reductionism, i.e. everything real is a formless collection of elementary particles: we give a meaning to real world entities only by giving them boundaries and defining them using 'sign'-s.
 
In this way the 'sign'-ed entity becomes an 'object', and the 'object' is the basic entity needed in order to apply a logical formalism to the real world entities (i.e. we can speak of it through its sign, and use logics on it through its sign). */
	'EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b' } as NamedNode,
	'EMMO_6f76f9bf_feb3_4e27_9bcb_45b5f3526050': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6f76f9bf_feb3_4e27_9bcb_45b5f3526050', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6f76f9bf_feb3_4e27_9bcb_45b5f3526050' } as NamedNode,
	'EMMO_6fa1feac_c388_44cc_a721_283499d5addc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6fa1feac_c388_44cc_a721_283499d5addc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6fa1feac_c388_44cc_a721_283499d5addc' } as NamedNode,
	'EMMO_6fa330f7_3289_4228_81df_12ee8a9708ac': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6fa330f7_3289_4228_81df_12ee8a9708ac', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6fa330f7_3289_4228_81df_12ee8a9708ac' } as NamedNode,
	/** Forming of a solid body, whereby the plastic state is essentially brought about by a combined tensile and compressive stress. */
	'EMMO_6fba4018_24bd_450c_abc3_354e2c7809c9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6fba4018_24bd_450c_abc3_354e2c7809c9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6fba4018_24bd_450c_abc3_354e2c7809c9' } as NamedNode,
	'EMMO_6fe3d1d5_4107_4a52_b1d0_3b7c4f871159': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_6fe3d1d5_4107_4a52_b1d0_3b7c4f871159', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_6fe3d1d5_4107_4a52_b1d0_3b7c4f871159' } as NamedNode,
	'EMMO_700cd058_a54d_4104_97ab_887ad865409e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_700cd058_a54d_4104_97ab_887ad865409e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_700cd058_a54d_4104_97ab_887ad865409e' } as NamedNode,
	'EMMO_704630b8_fee3_49b9_baca_40e2dd276370': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_704630b8_fee3_49b9_baca_40e2dd276370', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_704630b8_fee3_49b9_baca_40e2dd276370' } as NamedNode,
	'EMMO_705f27ae_954c_4f13_98aa_18473fc52b25': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_705f27ae_954c_4f13_98aa_18473fc52b25', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_705f27ae_954c_4f13_98aa_18473fc52b25' } as NamedNode,
	'EMMO_706cac26_78f1_5ca4_a63c_2600828db412': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_706cac26_78f1_5ca4_a63c_2600828db412', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_706cac26_78f1_5ca4_a63c_2600828db412' } as NamedNode,
	'EMMO_707c6032_e272_4a20_98b5_d35c4f67be68': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_707c6032_e272_4a20_98b5_d35c4f67be68', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_707c6032_e272_4a20_98b5_d35c4f67be68' } as NamedNode,
	'EMMO_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3' } as NamedNode,
	'EMMO_70a1c163_7436_4ce3_9784_3aab0e62b900': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_70a1c163_7436_4ce3_9784_3aab0e62b900', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_70a1c163_7436_4ce3_9784_3aab0e62b900' } as NamedNode,
	'EMMO_70da982d_1810_4b01_9630_a28e216ecd9a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_70da982d_1810_4b01_9630_a28e216ecd9a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_70da982d_1810_4b01_9630_a28e216ecd9a' } as NamedNode,
	'EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84' } as NamedNode,
	'EMMO_716fadba_7ff8_4247_97fc_c6703437c018': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_716fadba_7ff8_4247_97fc_c6703437c018', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_716fadba_7ff8_4247_97fc_c6703437c018' } as NamedNode,
	'EMMO_717d8808_5085_5f35_86b4_6bc75bafac0b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_717d8808_5085_5f35_86b4_6bc75bafac0b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_717d8808_5085_5f35_86b4_6bc75bafac0b' } as NamedNode,
	'EMMO_71a0d05d_4c29_4eae_aff1_fb34b8d36f96': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_71a0d05d_4c29_4eae_aff1_fb34b8d36f96', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_71a0d05d_4c29_4eae_aff1_fb34b8d36f96' } as NamedNode,
	'EMMO_71b5082d_9908_5011_8ad0_b2ab70ffd08c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_71b5082d_9908_5011_8ad0_b2ab70ffd08c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_71b5082d_9908_5011_8ad0_b2ab70ffd08c' } as NamedNode,
	'EMMO_71b7346e_5a4a_4b2b_8ac5_d41ecc9c7bfd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_71b7346e_5a4a_4b2b_8ac5_d41ecc9c7bfd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_71b7346e_5a4a_4b2b_8ac5_d41ecc9c7bfd' } as NamedNode,
	'EMMO_71c716bf_75bb_529f_b7c8_9d36a7c58b3a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_71c716bf_75bb_529f_b7c8_9d36a7c58b3a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_71c716bf_75bb_529f_b7c8_9d36a7c58b3a' } as NamedNode,
	'EMMO_71d1c8f0_c6e3_44b5_a4b6_1b74ff35698a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_71d1c8f0_c6e3_44b5_a4b6_1b74ff35698a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_71d1c8f0_c6e3_44b5_a4b6_1b74ff35698a' } as NamedNode,
	'EMMO_71d48627_4696_54c2_a990_4fdd9f353aef': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_71d48627_4696_54c2_a990_4fdd9f353aef', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_71d48627_4696_54c2_a990_4fdd9f353aef' } as NamedNode,
	'EMMO_71f6ab56_342c_484b_bbe0_de86b7367cb3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_71f6ab56_342c_484b_bbe0_de86b7367cb3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_71f6ab56_342c_484b_bbe0_de86b7367cb3' } as NamedNode,
	'EMMO_720a469f_a19c_4a88_900c_29b3938f5092': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_720a469f_a19c_4a88_900c_29b3938f5092', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_720a469f_a19c_4a88_900c_29b3938f5092' } as NamedNode,
	'EMMO_7214db6c_32e3_436f_85a4_24785f0e3714': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7214db6c_32e3_436f_85a4_24785f0e3714', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7214db6c_32e3_436f_85a4_24785f0e3714' } as NamedNode,
	'EMMO_721be099_4826_4b51_a78f_542b5728bd74': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_721be099_4826_4b51_a78f_542b5728bd74', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_721be099_4826_4b51_a78f_542b5728bd74' } as NamedNode,
	'EMMO_72301c89_4337_48f5_a390_7649c5fad98b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_72301c89_4337_48f5_a390_7649c5fad98b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_72301c89_4337_48f5_a390_7649c5fad98b' } as NamedNode,
	'EMMO_72379870_0d00_5e48_912b_62cbd5b3f548': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_72379870_0d00_5e48_912b_62cbd5b3f548', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_72379870_0d00_5e48_912b_62cbd5b3f548' } as NamedNode,
	/** Charge number is a quantity of dimension one defined in ChargeNumber. */
	'EMMO_7243633d_96ff_426d_ae44_8a2504e682da': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7243633d_96ff_426d_ae44_8a2504e682da', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7243633d_96ff_426d_ae44_8a2504e682da' } as NamedNode,
	'EMMO_7254c8be_965d_4b3c_b3be_12c5578bee7c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7254c8be_965d_4b3c_b3be_12c5578bee7c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7254c8be_965d_4b3c_b3be_12c5578bee7c' } as NamedNode,
	/** A conventional referring to an object according to a specific code that reflects the results of a specific interaction mechanism and is shared between other interpreters.
A coded is always a partial representation of an object since it reflects the object capability to be part of a specific determination.
A coded is a sort of name or label that we put upon objects that interact with an determiner in the same specific way.
 
For example, "hot" objects are objects that interact with an observer through a perception mechanism aimed to perceive an heat source. The code is made of terms such as "hot", "warm", "cold", that commonly refer to the perception of heat. */
	'EMMO_7286b164_df4c_4c14_a4b5_d41ad9c121f3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7286b164_df4c_4c14_a4b5_d41ad9c121f3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7286b164_df4c_4c14_a4b5_d41ad9c121f3' } as NamedNode,
	'EMMO_72d53756_7fb1_46ed_980f_83f47efbe105': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_72d53756_7fb1_46ed_980f_83f47efbe105', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_72d53756_7fb1_46ed_980f_83f47efbe105' } as NamedNode,
	'EMMO_7329967c_3972_4c99_b478_84f66436620d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7329967c_3972_4c99_b478_84f66436620d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7329967c_3972_4c99_b478_84f66436620d' } as NamedNode,
	'EMMO_733b8473_aa8f_59d5_81c3_c97ca40ea9d0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_733b8473_aa8f_59d5_81c3_c97ca40ea9d0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_733b8473_aa8f_59d5_81c3_c97ca40ea9d0' } as NamedNode,
	'EMMO_73aa05b8_51be_4863_bb0b_35845ac9362b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_73aa05b8_51be_4863_bb0b_35845ac9362b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_73aa05b8_51be_4863_bb0b_35845ac9362b' } as NamedNode,
	'EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac' } as NamedNode,
	'EMMO_73e73382_f3c0_5d09_bcee_f6e380269388': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_73e73382_f3c0_5d09_bcee_f6e380269388', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_73e73382_f3c0_5d09_bcee_f6e380269388' } as NamedNode,
	/** Free forming is pressure forming with tools that do not or only partially contain the shape of the workpiece and move against each other. */
	'EMMO_7432b843_cfd2_4345_a3d2_eaa539b27e61': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7432b843_cfd2_4345_a3d2_eaa539b27e61', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7432b843_cfd2_4345_a3d2_eaa539b27e61' } as NamedNode,
	'EMMO_748ff828_763b_4290_adb9_e05376d4136a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_748ff828_763b_4290_adb9_e05376d4136a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_748ff828_763b_4290_adb9_e05376d4136a' } as NamedNode,
	'EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201' } as NamedNode,
	'EMMO_749a9347_0b50_530a_995a_054f2a90bc0d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_749a9347_0b50_530a_995a_054f2a90bc0d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_749a9347_0b50_530a_995a_054f2a90bc0d' } as NamedNode,
	'EMMO_74a096dd_cc83_4c7e_b704_0541620ff18d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_74a096dd_cc83_4c7e_b704_0541620ff18d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_74a096dd_cc83_4c7e_b704_0541620ff18d' } as NamedNode,
	'EMMO_74a75cf1_3418_4244_b43c_b5db94635d42': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_74a75cf1_3418_4244_b43c_b5db94635d42', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_74a75cf1_3418_4244_b43c_b5db94635d42' } as NamedNode,
	'EMMO_74b05aed_66bf_43c8_aa2c_752a9ca8be03': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_74b05aed_66bf_43c8_aa2c_752a9ca8be03', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_74b05aed_66bf_43c8_aa2c_752a9ca8be03' } as NamedNode,
	'EMMO_74cfc811_6e04_4fe4_aea5_6a5cc09f6571': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_74cfc811_6e04_4fe4_aea5_6a5cc09f6571', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_74cfc811_6e04_4fe4_aea5_6a5cc09f6571' } as NamedNode,
	'EMMO_74fd4dfc_a59e_4f66_8822_7fc3ad8a0664': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_74fd4dfc_a59e_4f66_8822_7fc3ad8a0664', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_74fd4dfc_a59e_4f66_8822_7fc3ad8a0664' } as NamedNode,
	'EMMO_74fd9704_69a8_5112_b65a_72ba05bba315': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_74fd9704_69a8_5112_b65a_72ba05bba315', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_74fd9704_69a8_5112_b65a_72ba05bba315' } as NamedNode,
	'EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba' } as NamedNode,
	'EMMO_754c3a5d_8ae8_41ff_b5f2_acbadb53c735': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_754c3a5d_8ae8_41ff_b5f2_acbadb53c735', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_754c3a5d_8ae8_41ff_b5f2_acbadb53c735' } as NamedNode,
	'EMMO_755d962f_c703_514f_8d90_ca4f55e331d4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_755d962f_c703_514f_8d90_ca4f55e331d4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_755d962f_c703_514f_8d90_ca4f55e331d4' } as NamedNode,
	'EMMO_755eaac8_735e_438c_8c19_a8b5e6a81728': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_755eaac8_735e_438c_8c19_a8b5e6a81728', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_755eaac8_735e_438c_8c19_a8b5e6a81728' } as NamedNode,
	'EMMO_75771a96_5e17_568c_bc28_caba06c0047a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_75771a96_5e17_568c_bc28_caba06c0047a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_75771a96_5e17_568c_bc28_caba06c0047a' } as NamedNode,
	'EMMO_75fe4fd1_0f7e_429b_b91d_59d248561bae': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_75fe4fd1_0f7e_429b_b91d_59d248561bae', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_75fe4fd1_0f7e_429b_b91d_59d248561bae' } as NamedNode,
	'EMMO_7610efb8_c7c6_4684_abc1_774783c62472': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7610efb8_c7c6_4684_abc1_774783c62472', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7610efb8_c7c6_4684_abc1_774783c62472' } as NamedNode,
	'EMMO_76267214_2137_4909_83a4_0b815a62cbc3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_76267214_2137_4909_83a4_0b815a62cbc3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_76267214_2137_4909_83a4_0b815a62cbc3' } as NamedNode,
	'EMMO_76413949_896c_4363_a955_de4722c6e149': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_76413949_896c_4363_a955_de4722c6e149', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_76413949_896c_4363_a955_de4722c6e149' } as NamedNode,
	'EMMO_76acb5d8_5ab8_484b_8354_7f7612f39c17': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_76acb5d8_5ab8_484b_8354_7f7612f39c17', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_76acb5d8_5ab8_484b_8354_7f7612f39c17' } as NamedNode,
	'EMMO_76cc4efc_231e_42b4_be83_2547681caed6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_76cc4efc_231e_42b4_be83_2547681caed6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_76cc4efc_231e_42b4_be83_2547681caed6' } as NamedNode,
	'EMMO_7773f63a_cd7c_4393_b36b_cd1b8a71565a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7773f63a_cd7c_4393_b36b_cd1b8a71565a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7773f63a_cd7c_4393_b36b_cd1b8a71565a' } as NamedNode,
	'EMMO_77c53503_48b5_4811_a1a5_6bb4425e0bbf': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_77c53503_48b5_4811_a1a5_6bb4425e0bbf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_77c53503_48b5_4811_a1a5_6bb4425e0bbf' } as NamedNode,
	'EMMO_77e2e601_5ecb_450b_b563_92f096997832': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_77e2e601_5ecb_450b_b563_92f096997832', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_77e2e601_5ecb_450b_b563_92f096997832' } as NamedNode,
	'EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa' } as NamedNode,
	'EMMO_78284835_f4ed_4a7c_914f_a7fdb460ed8e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_78284835_f4ed_4a7c_914f_a7fdb460ed8e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_78284835_f4ed_4a7c_914f_a7fdb460ed8e' } as NamedNode,
	'EMMO_784119c1_c336_5b0c_80fc_4cc8bddc99ca': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_784119c1_c336_5b0c_80fc_4cc8bddc99ca', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_784119c1_c336_5b0c_80fc_4cc8bddc99ca' } as NamedNode,
	'EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac' } as NamedNode,
	'EMMO_7855043d_a466_4585_97a9_b9fe4ce0c12d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7855043d_a466_4585_97a9_b9fe4ce0c12d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7855043d_a466_4585_97a9_b9fe4ce0c12d' } as NamedNode,
	'EMMO_78c3f353_1296_5dca_9759_7c59a7f53927': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_78c3f353_1296_5dca_9759_7c59a7f53927', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_78c3f353_1296_5dca_9759_7c59a7f53927' } as NamedNode,
	'EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44' } as NamedNode,
	'EMMO_7905373a_cf03_57fe_a627_bfdb1db9369c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7905373a_cf03_57fe_a627_bfdb1db9369c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7905373a_cf03_57fe_a627_bfdb1db9369c' } as NamedNode,
	'EMMO_793f3567_b351_42ef_a1d4_5111d53999c4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_793f3567_b351_42ef_a1d4_5111d53999c4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_793f3567_b351_42ef_a1d4_5111d53999c4' } as NamedNode,
	'EMMO_79575941_45dc_4f15_bb59_dc04dff2c92d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_79575941_45dc_4f15_bb59_dc04dff2c92d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_79575941_45dc_4f15_bb59_dc04dff2c92d' } as NamedNode,
	'EMMO_79751276_b2d0_4e2f_bbd4_99d412f43d55': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_79751276_b2d0_4e2f_bbd4_99d412f43d55', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_79751276_b2d0_4e2f_bbd4_99d412f43d55' } as NamedNode,
	'EMMO_798b0c96_82ca_5ce8_8d5f_f9f72668cf5d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_798b0c96_82ca_5ce8_8d5f_f9f72668cf5d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_798b0c96_82ca_5ce8_8d5f_f9f72668cf5d' } as NamedNode,
	/** Measure of the opposition that a circuit presents to a current when a voltage is applied. */
	'EMMO_79a02de5_b884_4eab_bc18_f67997d597a2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_79a02de5_b884_4eab_bc18_f67997d597a2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_79a02de5_b884_4eab_bc18_f67997d597a2' } as NamedNode,
	'EMMO_79aad3fb_2e01_4626_8369_4e914893aa6d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_79aad3fb_2e01_4626_8369_4e914893aa6d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_79aad3fb_2e01_4626_8369_4e914893aa6d' } as NamedNode,
	'EMMO_79c0edfa_06f9_5149_b754_28c589035b8a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_79c0edfa_06f9_5149_b754_28c589035b8a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_79c0edfa_06f9_5149_b754_28c589035b8a' } as NamedNode,
	'EMMO_7aa6b5b1_34c8_5d37_9db0_cc6a232f3946': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7aa6b5b1_34c8_5d37_9db0_cc6a232f3946', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7aa6b5b1_34c8_5d37_9db0_cc6a232f3946' } as NamedNode,
	'EMMO_7ab01303_b09e_5a90_8a5b_f5087d6559d3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7ab01303_b09e_5a90_8a5b_f5087d6559d3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7ab01303_b09e_5a90_8a5b_f5087d6559d3' } as NamedNode,
	'EMMO_7abfbbc4_ce7b_4611_b731_1b5b8bd2bbc0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7abfbbc4_ce7b_4611_b731_1b5b8bd2bbc0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7abfbbc4_ce7b_4611_b731_1b5b8bd2bbc0' } as NamedNode,
	'EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6' } as NamedNode,
	'EMMO_7b09c6b8_d120_4518_9b66_3b1139e0aa66': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7b09c6b8_d120_4518_9b66_3b1139e0aa66', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7b09c6b8_d120_4518_9b66_3b1139e0aa66' } as NamedNode,
	'EMMO_7b42954f_0b91_4b3a_a65e_2470202cf548': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7b42954f_0b91_4b3a_a65e_2470202cf548', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7b42954f_0b91_4b3a_a65e_2470202cf548' } as NamedNode,
	'EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e' } as NamedNode,
	'EMMO_7b7d258b_3ea7_5716_af58_afc68679de23': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7b7d258b_3ea7_5716_af58_afc68679de23', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7b7d258b_3ea7_5716_af58_afc68679de23' } as NamedNode,
	/** Mass of a constituent divided by the total mass of all constituents in the mixture. */
	'EMMO_7c055d65_2929_40e1_af4f_4bf10995ad50': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7c055d65_2929_40e1_af4f_4bf10995ad50', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7c055d65_2929_40e1_af4f_4bf10995ad50' } as NamedNode,
	'EMMO_7c79a41c_c0aa_564b_b0b1_6fd4ee6f3256': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7c79a41c_c0aa_564b_b0b1_6fd4ee6f3256', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7c79a41c_c0aa_564b_b0b1_6fd4ee6f3256' } as NamedNode,
	/** Electric current divided by the cross-sectional area it is passing through. */
	'EMMO_7c8007b0_58a7_4486_bf1c_4772852caca0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7c8007b0_58a7_4486_bf1c_4772852caca0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7c8007b0_58a7_4486_bf1c_4772852caca0' } as NamedNode,
	'EMMO_7cd8a4ec_b219_498e_b696_028257163aa4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7cd8a4ec_b219_498e_b696_028257163aa4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7cd8a4ec_b219_498e_b696_028257163aa4' } as NamedNode,
	'EMMO_7cdc375d_d371_4d78_acd5_d51732f52126': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7cdc375d_d371_4d78_acd5_d51732f52126', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7cdc375d_d371_4d78_acd5_d51732f52126' } as NamedNode,
	'EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73' } as NamedNode,
	'EMMO_7cfbe969_6ced_47a2_86c6_de33673c45d0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7cfbe969_6ced_47a2_86c6_de33673c45d0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7cfbe969_6ced_47a2_86c6_de33673c45d0' } as NamedNode,
	'EMMO_7d56ec24_499d_487a_af7d_a91aaa787bfe': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7d56ec24_499d_487a_af7d_a91aaa787bfe', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7d56ec24_499d_487a_af7d_a91aaa787bfe' } as NamedNode,
	'EMMO_7db59e56_f68b_48b7_ae99_891c35ae5c3b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7db59e56_f68b_48b7_ae99_891c35ae5c3b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7db59e56_f68b_48b7_ae99_891c35ae5c3b' } as NamedNode,
	'EMMO_7dd84949_0afa_4313_9b89_7bb0dd2e7771': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7dd84949_0afa_4313_9b89_7bb0dd2e7771', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7dd84949_0afa_4313_9b89_7bb0dd2e7771' } as NamedNode,
	'EMMO_7dea2572_ab42_45bd_9fd7_92448cec762a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7dea2572_ab42_45bd_9fd7_92448cec762a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7dea2572_ab42_45bd_9fd7_92448cec762a' } as NamedNode,
	'EMMO_7e53a8b4_6e02_4e56_80d4_8683f92b9c77': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7e53a8b4_6e02_4e56_80d4_8683f92b9c77', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7e53a8b4_6e02_4e56_80d4_8683f92b9c77' } as NamedNode,
	'EMMO_7e8f9419_0bda_5aa3_ba88_00b2be6ca69e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7e8f9419_0bda_5aa3_ba88_00b2be6ca69e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7e8f9419_0bda_5aa3_ba88_00b2be6ca69e' } as NamedNode,
	'EMMO_7efab93d_c8fe_49c7_ba8e_d21d13b38c85': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7efab93d_c8fe_49c7_ba8e_d21d13b38c85', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7efab93d_c8fe_49c7_ba8e_d21d13b38c85' } as NamedNode,
	'EMMO_7efd64d1_05a1_49cd_a7f0_783ca050d4f3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7efd64d1_05a1_49cd_a7f0_783ca050d4f3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7efd64d1_05a1_49cd_a7f0_783ca050d4f3' } as NamedNode,
	'EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64' } as NamedNode,
	'EMMO_7f8ef5cf_7d80_46fa_951c_369014e3a8af': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7f8ef5cf_7d80_46fa_951c_369014e3a8af', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7f8ef5cf_7d80_46fa_951c_369014e3a8af' } as NamedNode,
	'EMMO_7f9b4abe_0bf1_48dc_9bd0_ea34e926ec85': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7f9b4abe_0bf1_48dc_9bd0_ea34e926ec85', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7f9b4abe_0bf1_48dc_9bd0_ea34e926ec85' } as NamedNode,
	'EMMO_7fb7fe7e_bdf9_4eeb_adad_e384dd5285c6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7fb7fe7e_bdf9_4eeb_adad_e384dd5285c6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7fb7fe7e_bdf9_4eeb_adad_e384dd5285c6' } as NamedNode,
	'EMMO_7fd8ec39_1c4b_4ff3_9bc8_0bf3c27e2db0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_7fd8ec39_1c4b_4ff3_9bc8_0bf3c27e2db0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_7fd8ec39_1c4b_4ff3_9bc8_0bf3c27e2db0' } as NamedNode,
	'EMMO_80252279_046c_4e33_bdf4_8932f79b6c91': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_80252279_046c_4e33_bdf4_8932f79b6c91', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_80252279_046c_4e33_bdf4_8932f79b6c91' } as NamedNode,
	/** Examples of condition might be constant volume or constant pressure for a gas. */
	'EMMO_802c167d_b792_4cb8_a315_35797345c0e3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_802c167d_b792_4cb8_a315_35797345c0e3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_802c167d_b792_4cb8_a315_35797345c0e3' } as NamedNode,
	'EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf' } as NamedNode,
	/** For an ideal gas, isentropic exponent is equal to ratio of the specific heat capacities. */
	'EMMO_8040a6f6_4736_4dd2_8d1c_f2c13cb77a71': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8040a6f6_4736_4dd2_8d1c_f2c13cb77a71', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8040a6f6_4736_4dd2_8d1c_f2c13cb77a71' } as NamedNode,
	'EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d' } as NamedNode,
	'EMMO_808566db_b810_448d_8a54_48e7f6d30f36': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_808566db_b810_448d_8a54_48e7f6d30f36', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_808566db_b810_448d_8a54_48e7f6d30f36' } as NamedNode,
	'EMMO_808f7cd9_27b4_527b_974f_4213f10e1772': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_808f7cd9_27b4_527b_974f_4213f10e1772', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_808f7cd9_27b4_527b_974f_4213f10e1772' } as NamedNode,
	'EMMO_80b19ae3_7248_4205_8c79_4e94f5f0444c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_80b19ae3_7248_4205_8c79_4e94f5f0444c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_80b19ae3_7248_4205_8c79_4e94f5f0444c' } as NamedNode,
	'EMMO_80f3d95d_b1fd_46c0_b98a_b6b611b47105': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_80f3d95d_b1fd_46c0_b98a_b6b611b47105', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_80f3d95d_b1fd_46c0_b98a_b6b611b47105' } as NamedNode,
	/** At about 25 °C aqueous solutions with:
pH < 7 are acidic;
pH = 7 are neutral;
pH > 7 are alkaline.
At temperatures far from 25 °C the pH of a neutral solution differs significantly from 7. */
	'EMMO_80fe82d4_f4c1_43a1_98dc_ee5fc7927e19': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_80fe82d4_f4c1_43a1_98dc_ee5fc7927e19', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_80fe82d4_f4c1_43a1_98dc_ee5fc7927e19' } as NamedNode,
	'EMMO_811c67a9_bcdf_5a9e_bbce_28ae2af12915': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_811c67a9_bcdf_5a9e_bbce_28ae2af12915', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_811c67a9_bcdf_5a9e_bbce_28ae2af12915' } as NamedNode,
	/** Length per unit time.
 
Speed in the absolute value of the velocity. */
	'EMMO_81369540_1b0e_471b_9bae_6801af22800e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_81369540_1b0e_471b_9bae_6801af22800e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_81369540_1b0e_471b_9bae_6801af22800e' } as NamedNode,
	/** "In the name “amount of substance”, the word “substance” will typically be replaced by words to specify the substance concerned in any particular application, for example “amount of hydrogen chloride, HCl”, or “amount of benzene, C6H6 ”. It is important to give a precise definition of the entity involved (as emphasized in the definition of the mole); this should preferably be done by specifying the molecular chemical formula of the material involved. Although the word “amount” has a more general dictionary definition, the abbreviation of the full name “amount of substance” to “amount” may be used for brevity."
 
-- SI Brochure */
	'EMMO_8159c26a_494b_4fa0_9959_10888f152298': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8159c26a_494b_4fa0_9959_10888f152298', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8159c26a_494b_4fa0_9959_10888f152298' } as NamedNode,
	'EMMO_8168c707_1b2a_4c6f_8d2e_a4e8081fd276': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8168c707_1b2a_4c6f_8d2e_a4e8081fd276', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8168c707_1b2a_4c6f_8d2e_a4e8081fd276' } as NamedNode,
	'EMMO_8189b42e_0995_423a_a26c_51168b27c3cf': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8189b42e_0995_423a_a26c_51168b27c3cf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8189b42e_0995_423a_a26c_51168b27c3cf' } as NamedNode,
	/** For an atom or nucleus, this energy is quantized and can be written as:
 
    W = g μ M B
 
where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear magneton, M is magnetic quantum number, and B is magnitude of the magnetic flux density.
 
-- ISO 80000 */
	'EMMO_81e767f1_59b1_4d7a_bf69_17f322241831': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_81e767f1_59b1_4d7a_bf69_17f322241831', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_81e767f1_59b1_4d7a_bf69_17f322241831' } as NamedNode,
	'EMMO_820619ca_b23e_4c7a_8543_18a17722abc0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_820619ca_b23e_4c7a_8543_18a17722abc0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_820619ca_b23e_4c7a_8543_18a17722abc0' } as NamedNode,
	'EMMO_8219a082_9443_4374_8038_6459d5cf4ce9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8219a082_9443_4374_8038_6459d5cf4ce9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8219a082_9443_4374_8038_6459d5cf4ce9' } as NamedNode,
	'EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375' } as NamedNode,
	'EMMO_82d6c4b3_a037_49de_9622_0407af40bdeb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_82d6c4b3_a037_49de_9622_0407af40bdeb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_82d6c4b3_a037_49de_9622_0407af40bdeb' } as NamedNode,
	'EMMO_82f9a8f3_2bb4_5d14_9a41_30a858ecce61': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_82f9a8f3_2bb4_5d14_9a41_30a858ecce61', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_82f9a8f3_2bb4_5d14_9a41_30a858ecce61' } as NamedNode,
	'EMMO_82fc8506_1f84_4add_9683_abea077bd1e3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_82fc8506_1f84_4add_9683_abea077bd1e3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_82fc8506_1f84_4add_9683_abea077bd1e3' } as NamedNode,
	/** A real bond between atoms is always something hybrid between covalent, metallic and ionic.
 
In general, metallic and ionic bonds have atoms sharing electrons. */
	'EMMO_8303a247_f9d9_4616_bdcd_f5cbd7b298e3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8303a247_f9d9_4616_bdcd_f5cbd7b298e3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8303a247_f9d9_4616_bdcd_f5cbd7b298e3' } as NamedNode,
	'EMMO_830b59f7_d047_438c_90cd_62845749efcb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_830b59f7_d047_438c_90cd_62845749efcb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_830b59f7_d047_438c_90cd_62845749efcb' } as NamedNode,
	'EMMO_83318add_d05e_40fc_93ea_c6cd605df437': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_83318add_d05e_40fc_93ea_c6cd605df437', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_83318add_d05e_40fc_93ea_c6cd605df437' } as NamedNode,
	'EMMO_83424a56_e28f_4aea_8125_bef7b9347ee6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_83424a56_e28f_4aea_8125_bef7b9347ee6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_83424a56_e28f_4aea_8125_bef7b9347ee6' } as NamedNode,
	'EMMO_83550665_c68c_4015_86a7_308c9dd2fb4b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_83550665_c68c_4015_86a7_308c9dd2fb4b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_83550665_c68c_4015_86a7_308c9dd2fb4b' } as NamedNode,
	'EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb' } as NamedNode,
	'EMMO_83a43803_0b0f_45a4_86a3_bc6b32e6a540': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_83a43803_0b0f_45a4_86a3_bc6b32e6a540', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_83a43803_0b0f_45a4_86a3_bc6b32e6a540' } as NamedNode,
	'EMMO_83a460aa_5826_4fbb_93e8_d73d0df25757': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_83a460aa_5826_4fbb_93e8_d73d0df25757', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_83a460aa_5826_4fbb_93e8_d73d0df25757' } as NamedNode,
	'EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf' } as NamedNode,
	/** In general, for a given set of information, it is understood that the measurement uncertainty is associated with a stated quantity value. A modification of this value results in a modification of the associated uncertainty. */
	'EMMO_847724b7_acef_490e_9f0d_67da967f2812': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_847724b7_acef_490e_9f0d_67da967f2812', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_847724b7_acef_490e_9f0d_67da967f2812' } as NamedNode,
	'EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88' } as NamedNode,
	'EMMO_849f62cf_3e92_5122_94ba_bcce51a04c5f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_849f62cf_3e92_5122_94ba_bcce51a04c5f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_849f62cf_3e92_5122_94ba_bcce51a04c5f' } as NamedNode,
	'EMMO_84cadc45_6758_46f2_ba2a_5ead65c70213': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_84cadc45_6758_46f2_ba2a_5ead65c70213', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_84cadc45_6758_46f2_ba2a_5ead65c70213' } as NamedNode,
	'EMMO_850b976f_0726_4408_b1b2_1f0ae367faf6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_850b976f_0726_4408_b1b2_1f0ae367faf6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_850b976f_0726_4408_b1b2_1f0ae367faf6' } as NamedNode,
	'EMMO_8515e948_bc2f_423b_8025_e4830f2b21dd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8515e948_bc2f_423b_8025_e4830f2b21dd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8515e948_bc2f_423b_8025_e4830f2b21dd' } as NamedNode,
	'EMMO_852b4ab8_fc29_4749_a8c7_b92d4fca7d5a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_852b4ab8_fc29_4749_a8c7_b92d4fca7d5a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_852b4ab8_fc29_4749_a8c7_b92d4fca7d5a' } as NamedNode,
	'EMMO_8533871a_01e4_4935_8c7b_cedf8fcc3fa3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8533871a_01e4_4935_8c7b_cedf8fcc3fa3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8533871a_01e4_4935_8c7b_cedf8fcc3fa3' } as NamedNode,
	'EMMO_85605643_f9ed_42ae_85ff_4a7443288dfd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_85605643_f9ed_42ae_85ff_4a7443288dfd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_85605643_f9ed_42ae_85ff_4a7443288dfd' } as NamedNode,
	'EMMO_85ab88f1_3bb6_5fb7_8996_d1be786da995': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_85ab88f1_3bb6_5fb7_8996_d1be786da995', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_85ab88f1_3bb6_5fb7_8996_d1be786da995' } as NamedNode,
	'EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d' } as NamedNode,
	'EMMO_85ee9154_5a3e_482e_aa37_c617ff1947ff': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_85ee9154_5a3e_482e_aa37_c617ff1947ff', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_85ee9154_5a3e_482e_aa37_c617ff1947ff' } as NamedNode,
	'EMMO_86060335_31c2_4820_b433_27c64aea0366': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_86060335_31c2_4820_b433_27c64aea0366', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_86060335_31c2_4820_b433_27c64aea0366' } as NamedNode,
	'EMMO_860ef96c_e93e_4549_b3a3_099a625a26a5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_860ef96c_e93e_4549_b3a3_099a625a26a5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_860ef96c_e93e_4549_b3a3_099a625a26a5' } as NamedNode,
	'EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3' } as NamedNode,
	'EMMO_865a1a70_02e8_40b2_948d_078e636c8701': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_865a1a70_02e8_40b2_948d_078e636c8701', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_865a1a70_02e8_40b2_948d_078e636c8701' } as NamedNode,
	'EMMO_8679c7d3_fd5d_49ba_bc1f_1bb820a1f73f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8679c7d3_fd5d_49ba_bc1f_1bb820a1f73f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8679c7d3_fd5d_49ba_bc1f_1bb820a1f73f' } as NamedNode,
	'EMMO_8681074a_e225_4e38_b586_e85b0f43ce38': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8681074a_e225_4e38_b586_e85b0f43ce38', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8681074a_e225_4e38_b586_e85b0f43ce38' } as NamedNode,
	'EMMO_868ae137_4d25_493e_b270_21ea3d94849e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_868ae137_4d25_493e_b270_21ea3d94849e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_868ae137_4d25_493e_b270_21ea3d94849e' } as NamedNode,
	'EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933' } as NamedNode,
	'EMMO_86a305d1_7644_48be_b84c_1f976679b904': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_86a305d1_7644_48be_b84c_1f976679b904', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_86a305d1_7644_48be_b84c_1f976679b904' } as NamedNode,
	'EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad' } as NamedNode,
	'EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe' } as NamedNode,
	/** The specification of a measurand requires knowledge of the kind of quantity, description of the state of the phenomenon, body, or substance carrying the quantity, including any relevant component, and the chemical entities involved.
 
-- VIM */
	'EMMO_873b0ab3_88e6_4054_b901_5531e01f14a4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_873b0ab3_88e6_4054_b901_5531e01f14a4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_873b0ab3_88e6_4054_b901_5531e01f14a4' } as NamedNode,
	'EMMO_8785be5a_2493_4b12_8f39_31907ab11748': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8785be5a_2493_4b12_8f39_31907ab11748', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8785be5a_2493_4b12_8f39_31907ab11748' } as NamedNode,
	'EMMO_8786cb47_8e1f_4968_9b15_f6d41fc51252': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8786cb47_8e1f_4968_9b15_f6d41fc51252', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8786cb47_8e1f_4968_9b15_f6d41fc51252' } as NamedNode,
	'EMMO_87ac88ff_8379_4f5a_8c7b_424a8fff1ee8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_87ac88ff_8379_4f5a_8c7b_424a8fff1ee8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_87ac88ff_8379_4f5a_8c7b_424a8fff1ee8' } as NamedNode,
	'EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496' } as NamedNode,
	'EMMO_87c8f425_c96c_5503_88a0_f10465669ea3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_87c8f425_c96c_5503_88a0_f10465669ea3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_87c8f425_c96c_5503_88a0_f10465669ea3' } as NamedNode,
	'EMMO_87deb5a8_7a85_49c3_97b2_e62c8484aa1a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_87deb5a8_7a85_49c3_97b2_e62c8484aa1a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_87deb5a8_7a85_49c3_97b2_e62c8484aa1a' } as NamedNode,
	'EMMO_881606d0_6f2f_4947_bc8b_75c5b7b2b688': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_881606d0_6f2f_4947_bc8b_75c5b7b2b688', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_881606d0_6f2f_4947_bc8b_75c5b7b2b688' } as NamedNode,
	'EMMO_8820f251_ad36_43f4_a693_c0e86a89cc1f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8820f251_ad36_43f4_a693_c0e86a89cc1f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8820f251_ad36_43f4_a693_c0e86a89cc1f' } as NamedNode,
	'EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c' } as NamedNode,
	/** The set X is called domain and the set Y range or codomain. */
	'EMMO_88470739_03d3_4c47_a03e_b30a1288d50c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_88470739_03d3_4c47_a03e_b30a1288d50c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_88470739_03d3_4c47_a03e_b30a1288d50c' } as NamedNode,
	'EMMO_8864793d_0f36_4fa3_b54a_90d0234f976a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8864793d_0f36_4fa3_b54a_90d0234f976a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8864793d_0f36_4fa3_b54a_90d0234f976a' } as NamedNode,
	'EMMO_886eb0fb_4d36_4b7d_99e4_e5915a06aff1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_886eb0fb_4d36_4b7d_99e4_e5915a06aff1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_886eb0fb_4d36_4b7d_99e4_e5915a06aff1' } as NamedNode,
	'EMMO_888a5dea_3b7d_4dc0_93f2_d4e345a1f903': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_888a5dea_3b7d_4dc0_93f2_d4e345a1f903', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_888a5dea_3b7d_4dc0_93f2_d4e345a1f903' } as NamedNode,
	'EMMO_88967c93_894b_4e42_bc3c_c8517b255489': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_88967c93_894b_4e42_bc3c_c8517b255489', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_88967c93_894b_4e42_bc3c_c8517b255489' } as NamedNode,
	'EMMO_88bbdd04_908f_45f0_9ded_d73b430de3b1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_88bbdd04_908f_45f0_9ded_d73b430de3b1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_88bbdd04_908f_45f0_9ded_d73b430de3b1' } as NamedNode,
	'EMMO_88ca735d_af0e_4773_b769_9c9bc6f8f91c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_88ca735d_af0e_4773_b769_9c9bc6f8f91c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_88ca735d_af0e_4773_b769_9c9bc6f8f91c' } as NamedNode,
	'EMMO_88f36585_bd30_4160_b975_61362f3468a9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_88f36585_bd30_4160_b975_61362f3468a9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_88f36585_bd30_4160_b975_61362f3468a9' } as NamedNode,
	/** Energy per unit change in amount of substance. */
	'EMMO_88fc5d1b_d3ab_4626_b24c_915ebe7400ca': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_88fc5d1b_d3ab_4626_b24c_915ebe7400ca', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_88fc5d1b_d3ab_4626_b24c_915ebe7400ca' } as NamedNode,
	'EMMO_89083bab_f69c_4d06_bf6d_62973b56cdc7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_89083bab_f69c_4d06_bf6d_62973b56cdc7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_89083bab_f69c_4d06_bf6d_62973b56cdc7' } as NamedNode,
	'EMMO_890856a3_3eb4_471e_a54a_65031bee30f4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_890856a3_3eb4_471e_a54a_65031bee30f4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_890856a3_3eb4_471e_a54a_65031bee30f4' } as NamedNode,
	'EMMO_89113866_31a4_4d19_bc83_7f7c1661ab73': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_89113866_31a4_4d19_bc83_7f7c1661ab73', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_89113866_31a4_4d19_bc83_7f7c1661ab73' } as NamedNode,
	'EMMO_891d1351_3843_4da3_906b_3b30411bd512': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_891d1351_3843_4da3_906b_3b30411bd512', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_891d1351_3843_4da3_906b_3b30411bd512' } as NamedNode,
	'EMMO_8944581c_64da_46a9_be29_7074f7cc8098': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8944581c_64da_46a9_be29_7074f7cc8098', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8944581c_64da_46a9_be29_7074f7cc8098' } as NamedNode,
	'EMMO_89762966_8076_4f7c_b745_f718d653e8e2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_89762966_8076_4f7c_b745_f718d653e8e2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_89762966_8076_4f7c_b745_f718d653e8e2' } as NamedNode,
	'EMMO_89a0c87c_0804_4013_937a_6fe234d9499c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_89a0c87c_0804_4013_937a_6fe234d9499c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_89a0c87c_0804_4013_937a_6fe234d9499c' } as NamedNode,
	'EMMO_89d04b65_5b11_4916_b606_0cf3f007fcd9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_89d04b65_5b11_4916_b606_0cf3f007fcd9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_89d04b65_5b11_4916_b606_0cf3f007fcd9' } as NamedNode,
	'EMMO_89f46282_58a4_5140_8c5b_7aaddcccdcf0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_89f46282_58a4_5140_8c5b_7aaddcccdcf0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_89f46282_58a4_5140_8c5b_7aaddcccdcf0' } as NamedNode,
	'EMMO_8a2a1cbc_dfc3_4e6c_b337_00ee56fd438a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8a2a1cbc_dfc3_4e6c_b337_00ee56fd438a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8a2a1cbc_dfc3_4e6c_b337_00ee56fd438a' } as NamedNode,
	'EMMO_8a41ed1b_64f9_4be7_9b60_01fcece45075': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8a41ed1b_64f9_4be7_9b60_01fcece45075', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8a41ed1b_64f9_4be7_9b60_01fcece45075' } as NamedNode,
	'EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129' } as NamedNode,
	'EMMO_8a83b7bd_85bd_48e4_a4ac_bb2eb97d3014': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8a83b7bd_85bd_48e4_a4ac_bb2eb97d3014', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8a83b7bd_85bd_48e4_a4ac_bb2eb97d3014' } as NamedNode,
	'EMMO_8a8f664b_dc59_4e00_ae00_81fdf1e1d12e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8a8f664b_dc59_4e00_ae00_81fdf1e1d12e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8a8f664b_dc59_4e00_ae00_81fdf1e1d12e' } as NamedNode,
	'EMMO_8aa13073_865b_5035_b128_43a4758a0302': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8aa13073_865b_5035_b128_43a4758a0302', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8aa13073_865b_5035_b128_43a4758a0302' } as NamedNode,
	'EMMO_8ab3ff9d_35d4_44b7_9d66_7b0b30c40da8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8ab3ff9d_35d4_44b7_9d66_7b0b30c40da8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8ab3ff9d_35d4_44b7_9d66_7b0b30c40da8' } as NamedNode,
	'EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2' } as NamedNode,
	'EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3' } as NamedNode,
	'EMMO_8b2fd84c_8f51_4731_9bd7_830545e78b23': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8b2fd84c_8f51_4731_9bd7_830545e78b23', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8b2fd84c_8f51_4731_9bd7_830545e78b23' } as NamedNode,
	'EMMO_8b4af754_110a_4854_ac65_349ebafc1bed': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8b4af754_110a_4854_ac65_349ebafc1bed', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8b4af754_110a_4854_ac65_349ebafc1bed' } as NamedNode,
	'EMMO_8b66ada5_510c_44bd_a8d8_3c64d301a5e9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8b66ada5_510c_44bd_a8d8_3c64d301a5e9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8b66ada5_510c_44bd_a8d8_3c64d301a5e9' } as NamedNode,
	'EMMO_8b960a48_8017_4cc0_8e38_27d9237b7e0d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8b960a48_8017_4cc0_8e38_27d9237b7e0d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8b960a48_8017_4cc0_8e38_27d9237b7e0d' } as NamedNode,
	'EMMO_8bb6b688_812a_4cb9_b76c_d5a058928719': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8bb6b688_812a_4cb9_b76c_d5a058928719', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8bb6b688_812a_4cb9_b76c_d5a058928719' } as NamedNode,
	'EMMO_8c151a67_f04a_4435_b7d1_1738e6d952ee': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8c151a67_f04a_4435_b7d1_1738e6d952ee', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8c151a67_f04a_4435_b7d1_1738e6d952ee' } as NamedNode,
	/** The subclass of icon inspired by Peirceian category a) the image, which depends on a simple quality (e.g. picture). */
	'EMMO_8c537c06_8e1d_4a3b_a251_1c89bb2c4790': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8c537c06_8e1d_4a3b_a251_1c89bb2c4790', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8c537c06_8e1d_4a3b_a251_1c89bb2c4790' } as NamedNode,
	'EMMO_8c64fcfa_23aa_45f8_9e58_bdfd065fab8f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8c64fcfa_23aa_45f8_9e58_bdfd065fab8f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8c64fcfa_23aa_45f8_9e58_bdfd065fab8f' } as NamedNode,
	'EMMO_8caaf41b_df30_5355_be5a_74283c49f50a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8caaf41b_df30_5355_be5a_74283c49f50a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8caaf41b_df30_5355_be5a_74283c49f50a' } as NamedNode,
	'EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415' } as NamedNode,
	/** The 'theory' is e.g. a proposition, a book or a paper whose sub-symbols suggest in the mind of the interpreter an interpretant structure that can represent a 'physical'.
 
It is not an 'icon' (like a math equation), because it has no common resemblance or logical structure with the 'physical'.
 
In Peirce semiotics: legisign-symbol-argument */
	'EMMO_8d2d9374_ef3a_47e6_8595_6bc208e07519': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8d2d9374_ef3a_47e6_8595_6bc208e07519', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8d2d9374_ef3a_47e6_8595_6bc208e07519' } as NamedNode,
	'EMMO_8d2f22ab_ba39_5e40_98dc_56f075cf22f1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8d2f22ab_ba39_5e40_98dc_56f075cf22f1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8d2f22ab_ba39_5e40_98dc_56f075cf22f1' } as NamedNode,
	'EMMO_8d3da9ac_2265_4382_bee5_db72046722f8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8d3da9ac_2265_4382_bee5_db72046722f8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8d3da9ac_2265_4382_bee5_db72046722f8' } as NamedNode,
	'EMMO_8d4962d7_9608_44f7_a2f1_82a4bb173f4a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8d4962d7_9608_44f7_a2f1_82a4bb173f4a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8d4962d7_9608_44f7_a2f1_82a4bb173f4a' } as NamedNode,
	/** The rest mass of a proton. */
	'EMMO_8d689295_7d84_421b_bc01_d5cceb2c2086': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8d689295_7d84_421b_bc01_d5cceb2c2086', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8d689295_7d84_421b_bc01_d5cceb2c2086' } as NamedNode,
	'EMMO_8d722efa_b49d_51b1_8bf3_bf50ba4b438c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8d722efa_b49d_51b1_8bf3_bf50ba4b438c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8d722efa_b49d_51b1_8bf3_bf50ba4b438c' } as NamedNode,
	'EMMO_8d93f51b_c7c7_5486_b64a_ee206f6b6672': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8d93f51b_c7c7_5486_b64a_ee206f6b6672', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8d93f51b_c7c7_5486_b64a_ee206f6b6672' } as NamedNode,
	'EMMO_8dacb56f_5931_443b_8de6_f31aec44036c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8dacb56f_5931_443b_8de6_f31aec44036c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8dacb56f_5931_443b_8de6_f31aec44036c' } as NamedNode,
	'EMMO_8dbaf3ca_8f0d_4c45_92e1_c6d805b83c87': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8dbaf3ca_8f0d_4c45_92e1_c6d805b83c87', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8dbaf3ca_8f0d_4c45_92e1_c6d805b83c87' } as NamedNode,
	/** In an anisotropic medium, thermal conductivity is a tensor quantity. */
	'EMMO_8dd40ec6_2c5a_43f3_bf64_cadcd447a1c1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8dd40ec6_2c5a_43f3_bf64_cadcd447a1c1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8dd40ec6_2c5a_43f3_bf64_cadcd447a1c1' } as NamedNode,
	'EMMO_8de14a59_660b_454f_aff8_76a07ce185f4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8de14a59_660b_454f_aff8_76a07ce185f4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8de14a59_660b_454f_aff8_76a07ce185f4' } as NamedNode,
	'EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578' } as NamedNode,
	'EMMO_8e08b6d4_da0f_4722_a69a_301f2246546c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8e08b6d4_da0f_4722_a69a_301f2246546c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8e08b6d4_da0f_4722_a69a_301f2246546c' } as NamedNode,
	'EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b' } as NamedNode,
	'EMMO_8e5dd473_808b_4a8a_b7cd_63068c12ff57': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8e5dd473_808b_4a8a_b7cd_63068c12ff57', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8e5dd473_808b_4a8a_b7cd_63068c12ff57' } as NamedNode,
	'EMMO_8e655535_d6eb_46cd_9738_f86fa6c93217': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8e655535_d6eb_46cd_9738_f86fa6c93217', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8e655535_d6eb_46cd_9738_f86fa6c93217' } as NamedNode,
	'EMMO_8e742d6f_7fbb_40cf_949b_6806ab0d801f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8e742d6f_7fbb_40cf_949b_6806ab0d801f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8e742d6f_7fbb_40cf_949b_6806ab0d801f' } as NamedNode,
	'EMMO_8ec7fdf6_5652_547d_942f_b8b09ad84660': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8ec7fdf6_5652_547d_942f_b8b09ad84660', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8ec7fdf6_5652_547d_942f_b8b09ad84660' } as NamedNode,
	/** Relates a quantity to its numerical value through spatial direct parthood. */
	'EMMO_8ef3cd6d_ae58_4a8d_9fc0_ad8f49015cd0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8ef3cd6d_ae58_4a8d_9fc0_ad8f49015cd0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8ef3cd6d_ae58_4a8d_9fc0_ad8f49015cd0' } as NamedNode,
	'EMMO_8ef46550_7bf2_4ef9_8334_ca3d63fb69b1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8ef46550_7bf2_4ef9_8334_ca3d63fb69b1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8ef46550_7bf2_4ef9_8334_ca3d63fb69b1' } as NamedNode,
	'EMMO_8f171308_f902_42c5_ac1d_d5259022e9c1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8f171308_f902_42c5_ac1d_d5259022e9c1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8f171308_f902_42c5_ac1d_d5259022e9c1' } as NamedNode,
	'EMMO_8f207971_aaab_48dc_a10d_55a6b4331410': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8f207971_aaab_48dc_a10d_55a6b4331410', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8f207971_aaab_48dc_a10d_55a6b4331410' } as NamedNode,
	'EMMO_8f36559a_a494_4b00_abc5_60bbc1475009': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8f36559a_a494_4b00_abc5_60bbc1475009', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8f36559a_a494_4b00_abc5_60bbc1475009' } as NamedNode,
	'EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58' } as NamedNode,
	'EMMO_8f4d2c80_002f_44b4_a4f1_0d9ead0779ba': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8f4d2c80_002f_44b4_a4f1_0d9ead0779ba', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8f4d2c80_002f_44b4_a4f1_0d9ead0779ba' } as NamedNode,
	'EMMO_8f87e700_99a8_4427_8ffb_e493de05c217': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8f87e700_99a8_4427_8ffb_e493de05c217', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8f87e700_99a8_4427_8ffb_e493de05c217' } as NamedNode,
	'EMMO_8fb052e8_fcca_43ce_85db_55266baf2d7c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8fb052e8_fcca_43ce_85db_55266baf2d7c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8fb052e8_fcca_43ce_85db_55266baf2d7c' } as NamedNode,
	'EMMO_8fbc9110_c822_5b8e_a5fc_ee5430d9f34a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8fbc9110_c822_5b8e_a5fc_ee5430d9f34a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8fbc9110_c822_5b8e_a5fc_ee5430d9f34a' } as NamedNode,
	'EMMO_8fc576e1_3984_402b_a548_be921b4e1bf4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8fc576e1_3984_402b_a548_be921b4e1bf4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8fc576e1_3984_402b_a548_be921b4e1bf4' } as NamedNode,
	'EMMO_8fdabd25_01e0_4296_b82a_09d1c34e52d4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_8fdabd25_01e0_4296_b82a_09d1c34e52d4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_8fdabd25_01e0_4296_b82a_09d1c34e52d4' } as NamedNode,
	'EMMO_90589553_5625_4074_8f0d_0532fd7eb42b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_90589553_5625_4074_8f0d_0532fd7eb42b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_90589553_5625_4074_8f0d_0532fd7eb42b' } as NamedNode,
	'EMMO_90798691_3b86_4d8c_910f_be2b39c98b39': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_90798691_3b86_4d8c_910f_be2b39c98b39', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_90798691_3b86_4d8c_910f_be2b39c98b39' } as NamedNode,
	'EMMO_908da3d5_775e_425e_af96_33914618eb66': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_908da3d5_775e_425e_af96_33914618eb66', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_908da3d5_775e_425e_af96_33914618eb66' } as NamedNode,
	/** "Property of a phenomenon, body, or substance, where the property has no magnitude."
 
"A nominal property has a value, which can be expressed in words, by alphanumerical codes, or by other means."
 
International vocabulary of metrology (VIM) */
	'EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66' } as NamedNode,
	'EMMO_90963312_d9a9_4474_8d10_835aef5b168e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_90963312_d9a9_4474_8d10_835aef5b168e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_90963312_d9a9_4474_8d10_835aef5b168e' } as NamedNode,
	'EMMO_90a1a4d4_7f02_4b0e_9bfd_053bafbed5f2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_90a1a4d4_7f02_4b0e_9bfd_053bafbed5f2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_90a1a4d4_7f02_4b0e_9bfd_053bafbed5f2' } as NamedNode,
	'EMMO_90a39fcb_5087_451e_a92e_ce0adc6d80f1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_90a39fcb_5087_451e_a92e_ce0adc6d80f1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_90a39fcb_5087_451e_a92e_ce0adc6d80f1' } as NamedNode,
	/** A continuant (here called object) is usually defined as a whole whose all possible temporal parts are always satisfying a specific criterion (wich is the classical definition of continuants).
However that's not possible in general, since we will finally end to temporal parts whose temporal extension is so small that the connectivity relations that define the object will no longer hold. That's the case when the temporal interval is lower than the interval that characterize the causality interactions between the object parts.
In other terms, if the time span of a temporal part is lower than the inverse of the frequency of interactions between the constituents, then the constituents in such temporal part are not connected. The object is no more an object, neither an item, but simply a collection of fundamental parts.
To overcome this issue, we can identify an minimum holistic temporal part (a lower time interval value), below which a specific definition for an object type does not hold anymore, that is called a fundamental. */
	'EMMO_90ae56e4_d197_49b6_be1a_0049e4756606': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_90ae56e4_d197_49b6_be1a_0049e4756606', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_90ae56e4_d197_49b6_be1a_0049e4756606' } as NamedNode,
	'EMMO_90e59882_4592_4036_a75d_5fbefb22dc80': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_90e59882_4592_4036_a75d_5fbefb22dc80', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_90e59882_4592_4036_a75d_5fbefb22dc80' } as NamedNode,
	'EMMO_90f18cf0_1225_4c64_b5f8_f65cd7f992c5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_90f18cf0_1225_4c64_b5f8_f65cd7f992c5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_90f18cf0_1225_4c64_b5f8_f65cd7f992c5' } as NamedNode,
	'EMMO_90f255f7_4890_440d_a8de_841a8437676c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_90f255f7_4890_440d_a8de_841a8437676c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_90f255f7_4890_440d_a8de_841a8437676c' } as NamedNode,
	'EMMO_90fa8b63_e59d_4c71_b245_6bb759a22e26': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_90fa8b63_e59d_4c71_b245_6bb759a22e26', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_90fa8b63_e59d_4c71_b245_6bb759a22e26' } as NamedNode,
	'EMMO_912ac3a2_a124_4233_92dd_06c9aebea46c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_912ac3a2_a124_4233_92dd_06c9aebea46c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_912ac3a2_a124_4233_92dd_06c9aebea46c' } as NamedNode,
	'EMMO_9140f0d2_fa24_4050_85d9_17d7d2e9e1df': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9140f0d2_fa24_4050_85d9_17d7d2e9e1df', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9140f0d2_fa24_4050_85d9_17d7d2e9e1df' } as NamedNode,
	'EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05' } as NamedNode,
	'EMMO_91447ec0_fb55_49f2_85a5_3172dff6482c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_91447ec0_fb55_49f2_85a5_3172dff6482c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_91447ec0_fb55_49f2_85a5_3172dff6482c' } as NamedNode,
	'EMMO_91579f8a_e3b1_5ac9_9533_402c8cb1ffdd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_91579f8a_e3b1_5ac9_9533_402c8cb1ffdd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_91579f8a_e3b1_5ac9_9533_402c8cb1ffdd' } as NamedNode,
	'EMMO_91a0635a_a89a_46de_8928_04a777d145c7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_91a0635a_a89a_46de_8928_04a777d145c7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_91a0635a_a89a_46de_8928_04a777d145c7' } as NamedNode,
	'EMMO_91a99750_7914_42be_9fe5_b82c59183450': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_91a99750_7914_42be_9fe5_b82c59183450', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_91a99750_7914_42be_9fe5_b82c59183450' } as NamedNode,
	/** Continuous or stepwise pressure forming with one or more rotating tools (rollers), without or with additional tools, e.g. plugs or mandrels, rods, guide tools */
	'EMMO_91c2db4b_83e2_4c36_aadf_453acc72e6d2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_91c2db4b_83e2_4c36_aadf_453acc72e6d2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_91c2db4b_83e2_4c36_aadf_453acc72e6d2' } as NamedNode,
	'EMMO_92028373_3a43_4b80_9a69_caca22df3918': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_92028373_3a43_4b80_9a69_caca22df3918', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_92028373_3a43_4b80_9a69_caca22df3918' } as NamedNode,
	'EMMO_920b8adc_575b_55e9_9cd5_cf5eab1696f1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_920b8adc_575b_55e9_9cd5_cf5eab1696f1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_920b8adc_575b_55e9_9cd5_cf5eab1696f1' } as NamedNode,
	'EMMO_92227f7f_22e9_4b19_a011_920eac3c7b75': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_92227f7f_22e9_4b19_a011_920eac3c7b75', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_92227f7f_22e9_4b19_a011_920eac3c7b75' } as NamedNode,
	'EMMO_9226c7af_573f_4762_865c_e3a68a4832dd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9226c7af_573f_4762_865c_e3a68a4832dd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9226c7af_573f_4762_865c_e3a68a4832dd' } as NamedNode,
	/** A chemical formula may also include other symbols such as parentheses, plus and minus signs, brackets */
	'EMMO_9236d0aa_cb39_43a1_bbdd_6a2a714951c8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9236d0aa_cb39_43a1_bbdd_6a2a714951c8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9236d0aa_cb39_43a1_bbdd_6a2a714951c8' } as NamedNode,
	'EMMO_9268958f_7f54_48ab_a693_febe2645892b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9268958f_7f54_48ab_a693_febe2645892b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9268958f_7f54_48ab_a693_febe2645892b' } as NamedNode,
	'EMMO_92829beb_6ed4_4c88_bbd5_3bc7403e2895': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_92829beb_6ed4_4c88_bbd5_3bc7403e2895', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_92829beb_6ed4_4c88_bbd5_3bc7403e2895' } as NamedNode,
	'EMMO_92aaff7b_3a7c_4c1a_b149_d422e9682106': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_92aaff7b_3a7c_4c1a_b149_d422e9682106', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_92aaff7b_3a7c_4c1a_b149_d422e9682106' } as NamedNode,
	/** The opposition of a circuit element to a change in current or voltage, due to that element's inductance or capacitance. */
	'EMMO_92b2fb85_2143_4bc7_bbca_df3e6944bfc1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_92b2fb85_2143_4bc7_bbca_df3e6944bfc1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_92b2fb85_2143_4bc7_bbca_df3e6944bfc1' } as NamedNode,
	/** Process for removing unwanted residual or waste material from a given product or material */
	'EMMO_92eaefcb_50be_4237_9ec0_4a019ce24921': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_92eaefcb_50be_4237_9ec0_4a019ce24921', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_92eaefcb_50be_4237_9ec0_4a019ce24921' } as NamedNode,
	'EMMO_930ce8d9_6cde_4ef9_9cb2_a98a63852b96': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_930ce8d9_6cde_4ef9_9cb2_a98a63852b96', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_930ce8d9_6cde_4ef9_9cb2_a98a63852b96' } as NamedNode,
	'EMMO_93170bc8_d3b2_45bd_8cad_20aad08462ef': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_93170bc8_d3b2_45bd_8cad_20aad08462ef', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_93170bc8_d3b2_45bd_8cad_20aad08462ef' } as NamedNode,
	'EMMO_931a725b_926d_4f60_8955_61fe17fce98b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_931a725b_926d_4f60_8955_61fe17fce98b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_931a725b_926d_4f60_8955_61fe17fce98b' } as NamedNode,
	'EMMO_9335cf09_431f_4613_9dab_ce4ceaca965b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9335cf09_431f_4613_9dab_ce4ceaca965b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9335cf09_431f_4613_9dab_ce4ceaca965b' } as NamedNode,
	'EMMO_93582808_e5fc_5bb5_bc7a_0e674e1a7f0e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_93582808_e5fc_5bb5_bc7a_0e674e1a7f0e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_93582808_e5fc_5bb5_bc7a_0e674e1a7f0e' } as NamedNode,
	'EMMO_93681c53_4316_415d_8243_a42a0e171de6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_93681c53_4316_415d_8243_a42a0e171de6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_93681c53_4316_415d_8243_a42a0e171de6' } as NamedNode,
	'EMMO_937757d3_ed79_4ae3_9513_3b135e58a6a1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_937757d3_ed79_4ae3_9513_3b135e58a6a1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_937757d3_ed79_4ae3_9513_3b135e58a6a1' } as NamedNode,
	'EMMO_937db6d0_38c3_4469_aeec_1e033f5ea6c4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_937db6d0_38c3_4469_aeec_1e033f5ea6c4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_937db6d0_38c3_4469_aeec_1e033f5ea6c4' } as NamedNode,
	'EMMO_9380ab64_0363_4804_b13f_3a8a94119a76': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9380ab64_0363_4804_b13f_3a8a94119a76', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9380ab64_0363_4804_b13f_3a8a94119a76' } as NamedNode,
	'EMMO_94010cbc_c2a6_4cb9_b29a_83aa99d2ff70': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_94010cbc_c2a6_4cb9_b29a_83aa99d2ff70', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_94010cbc_c2a6_4cb9_b29a_83aa99d2ff70' } as NamedNode,
	/** The mixing ratio at saturation is denoted xsat. */
	'EMMO_94857660_8739_4270_99a7_c388933fa17d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_94857660_8739_4270_99a7_c388933fa17d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_94857660_8739_4270_99a7_c388933fa17d' } as NamedNode,
	'EMMO_948b47f0_3c24_50c7_a698_a805f760e667': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_948b47f0_3c24_50c7_a698_a805f760e667', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_948b47f0_3c24_50c7_a698_a805f760e667' } as NamedNode,
	'EMMO_94b07779_910a_4e56_bb34_2754dae4e376': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_94b07779_910a_4e56_bb34_2754dae4e376', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_94b07779_910a_4e56_bb34_2754dae4e376' } as NamedNode,
	'EMMO_950256cd_c286_4793_b9f7_a3f922d0c354': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_950256cd_c286_4793_b9f7_a3f922d0c354', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_950256cd_c286_4793_b9f7_a3f922d0c354' } as NamedNode,
	'EMMO_953d7ce1_2a40_4391_831f_e4be15162efb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_953d7ce1_2a40_4391_831f_e4be15162efb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_953d7ce1_2a40_4391_831f_e4be15162efb' } as NamedNode,
	'EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f' } as NamedNode,
	'EMMO_95971713_d589_4002_a5a7_affc5c74cfdb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_95971713_d589_4002_a5a7_affc5c74cfdb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_95971713_d589_4002_a5a7_affc5c74cfdb' } as NamedNode,
	'EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9' } as NamedNode,
	'EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e' } as NamedNode,
	'EMMO_95d4eb9b_d3d0_4705_a01c_4f87fb5f8d43': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_95d4eb9b_d3d0_4705_a01c_4f87fb5f8d43', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_95d4eb9b_d3d0_4705_a01c_4f87fb5f8d43' } as NamedNode,
	/** Often denoted B. */
	'EMMO_961d1aba_f75e_4411_aaa4_457f7516ed6b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_961d1aba_f75e_4411_aaa4_457f7516ed6b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_961d1aba_f75e_4411_aaa4_457f7516ed6b' } as NamedNode,
	'EMMO_96252ae5_c061_5ba0_80a4_774e5d949e06': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_96252ae5_c061_5ba0_80a4_774e5d949e06', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_96252ae5_c061_5ba0_80a4_774e5d949e06' } as NamedNode,
	'EMMO_964568dd_64d2_454b_a12f_ac389f1c5e7f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_964568dd_64d2_454b_a12f_ac389f1c5e7f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_964568dd_64d2_454b_a12f_ac389f1c5e7f' } as NamedNode,
	'EMMO_96522455_d7d7_5b1e_b10a_ad87e41a5adc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_96522455_d7d7_5b1e_b10a_ad87e41a5adc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_96522455_d7d7_5b1e_b10a_ad87e41a5adc' } as NamedNode,
	'EMMO_9668ae43_d1a0_43ae_a91a_9051512b0a54': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9668ae43_d1a0_43ae_a91a_9051512b0a54', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9668ae43_d1a0_43ae_a91a_9051512b0a54' } as NamedNode,
	'EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9' } as NamedNode,
	'EMMO_96c38f8d_fabd_41dc_abda_d15419eb897d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_96c38f8d_fabd_41dc_abda_d15419eb897d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_96c38f8d_fabd_41dc_abda_d15419eb897d' } as NamedNode,
	'EMMO_96c8d72f_b436_44e2_9f7f_085c24094292': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_96c8d72f_b436_44e2_9f7f_085c24094292', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_96c8d72f_b436_44e2_9f7f_085c24094292' } as NamedNode,
	/** Extent of a surface. */
	'EMMO_96f39f77_44dc_491b_8fa7_30d887fe0890': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_96f39f77_44dc_491b_8fa7_30d887fe0890', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_96f39f77_44dc_491b_8fa7_30d887fe0890' } as NamedNode,
	'EMMO_96fb9a6c_80d6_57fa_a4f2_0d2a59232418': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_96fb9a6c_80d6_57fa_a4f2_0d2a59232418', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_96fb9a6c_80d6_57fa_a4f2_0d2a59232418' } as NamedNode,
	'EMMO_96ffda63_71e7_451b_85ee_2cc8e341ff11': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_96ffda63_71e7_451b_85ee_2cc8e341ff11', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_96ffda63_71e7_451b_85ee_2cc8e341ff11' } as NamedNode,
	'EMMO_971b3dff_28b4_4538_b082_3ec9fa5af294': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_971b3dff_28b4_4538_b082_3ec9fa5af294', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_971b3dff_28b4_4538_b082_3ec9fa5af294' } as NamedNode,
	'EMMO_971c8cb1_156f_4a70_a72c_2d851d4d2b20': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_971c8cb1_156f_4a70_a72c_2d851d4d2b20', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_971c8cb1_156f_4a70_a72c_2d851d4d2b20' } as NamedNode,
	'EMMO_972e01b0_b017_4903_8c05_b7edda958723': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_972e01b0_b017_4903_8c05_b7edda958723', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_972e01b0_b017_4903_8c05_b7edda958723' } as NamedNode,
	'EMMO_973656ed_870e_40ba_8bc0_c879687a335a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_973656ed_870e_40ba_8bc0_c879687a335a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_973656ed_870e_40ba_8bc0_c879687a335a' } as NamedNode,
	/** Measured in cd/m². Not to confuse with Illuminance, which is measured in lux (cd sr/m²). */
	'EMMO_97589322_710c_4af4_9431_1e5027f2be42': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_97589322_710c_4af4_9431_1e5027f2be42', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_97589322_710c_4af4_9431_1e5027f2be42' } as NamedNode,
	'EMMO_975bdc11_12db_44e7_a3c3_c5436b5e17cc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_975bdc11_12db_44e7_a3c3_c5436b5e17cc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_975bdc11_12db_44e7_a3c3_c5436b5e17cc' } as NamedNode,
	'EMMO_9794a778_47d7_45d5_b4ab_ae6a8db04c78': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9794a778_47d7_45d5_b4ab_ae6a8db04c78', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9794a778_47d7_45d5_b4ab_ae6a8db04c78' } as NamedNode,
	'EMMO_985bec21_989f_4b9e_a4b3_735d88099c3c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_985bec21_989f_4b9e_a4b3_735d88099c3c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_985bec21_989f_4b9e_a4b3_735d88099c3c' } as NamedNode,
	'EMMO_9864a26d_ee34_43ac_bc01_118734886185': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9864a26d_ee34_43ac_bc01_118734886185', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9864a26d_ee34_43ac_bc01_118734886185' } as NamedNode,
	'EMMO_987594e7_c152_4f76_88cf_a80874a864fd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_987594e7_c152_4f76_88cf_a80874a864fd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_987594e7_c152_4f76_88cf_a80874a864fd' } as NamedNode,
	'EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc' } as NamedNode,
	/** This perspective specify elementary objects as from the Standard Model of Particles. */
	'EMMO_98ada9d8_f1c8_4f13_99b5_d890f5354152': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_98ada9d8_f1c8_4f13_99b5_d890f5354152', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_98ada9d8_f1c8_4f13_99b5_d890f5354152' } as NamedNode,
	/** An 'equation' that has parts two 'polynomial'-s */
	'EMMO_98d65021_4574_4890_b2fb_46430841077f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_98d65021_4574_4890_b2fb_46430841077f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_98d65021_4574_4890_b2fb_46430841077f' } as NamedNode,
	'EMMO_9900d51c_bdd3_40e8_aa82_ad1aa7092f71': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9900d51c_bdd3_40e8_aa82_ad1aa7092f71', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9900d51c_bdd3_40e8_aa82_ad1aa7092f71' } as NamedNode,
	'EMMO_99296e55_53f7_4333_9e06_760ad175a1b9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_99296e55_53f7_4333_9e06_760ad175a1b9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_99296e55_53f7_4333_9e06_760ad175a1b9' } as NamedNode,
	'EMMO_9953c19f_ee33_4af8_be5e_dbf6d1e33581': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9953c19f_ee33_4af8_be5e_dbf6d1e33581', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9953c19f_ee33_4af8_be5e_dbf6d1e33581' } as NamedNode,
	'EMMO_998dd3a0_c85f_4c8d_9fb8_816a93cc3bb8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_998dd3a0_c85f_4c8d_9fb8_816a93cc3bb8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_998dd3a0_c85f_4c8d_9fb8_816a93cc3bb8' } as NamedNode,
	'EMMO_99dba333_0dbd_4f75_8841_8c0f97fd58e2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_99dba333_0dbd_4f75_8841_8c0f97fd58e2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_99dba333_0dbd_4f75_8841_8c0f97fd58e2' } as NamedNode,
	'EMMO_9a24be51_7059_5306_af89_400c78a49e9c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9a24be51_7059_5306_af89_400c78a49e9c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9a24be51_7059_5306_af89_400c78a49e9c' } as NamedNode,
	'EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611' } as NamedNode,
	'EMMO_9aa9e086_ae07_51f6_bf84_788ffdefcb6f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9aa9e086_ae07_51f6_bf84_788ffdefcb6f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9aa9e086_ae07_51f6_bf84_788ffdefcb6f' } as NamedNode,
	'EMMO_9ac10a20_63d0_4bbd_a5d3_f00a0ad4682c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9ac10a20_63d0_4bbd_a5d3_f00a0ad4682c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9ac10a20_63d0_4bbd_a5d3_f00a0ad4682c' } as NamedNode,
	'EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17' } as NamedNode,
	'EMMO_9b87d718_9dcc_4f7d_ad20_12c2aa4c76be': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9b87d718_9dcc_4f7d_ad20_12c2aa4c76be', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9b87d718_9dcc_4f7d_ad20_12c2aa4c76be' } as NamedNode,
	'EMMO_9b8f36cd_4312_4bc3_a99c_420c00f41550': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9b8f36cd_4312_4bc3_a99c_420c00f41550', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9b8f36cd_4312_4bc3_a99c_420c00f41550' } as NamedNode,
	'EMMO_9b9e0029_8b16_4382_bd47_571a7ae7d6f6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9b9e0029_8b16_4382_bd47_571a7ae7d6f6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9b9e0029_8b16_4382_bd47_571a7ae7d6f6' } as NamedNode,
	'EMMO_9ba91622_e39f_43e3_b95f_290937928d7e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9ba91622_e39f_43e3_b95f_290937928d7e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9ba91622_e39f_43e3_b95f_290937928d7e' } as NamedNode,
	'EMMO_9bb271f2_80a1_481a_ba78_368c4dccc235': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9bb271f2_80a1_481a_ba78_368c4dccc235', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9bb271f2_80a1_481a_ba78_368c4dccc235' } as NamedNode,
	/** Logarithmic measure of the number of available states of a system. */
	'EMMO_9bbab0be_f9cc_4f46_9f46_0fd271911b79': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9bbab0be_f9cc_4f46_9f46_0fd271911b79', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9bbab0be_f9cc_4f46_9f46_0fd271911b79' } as NamedNode,
	'EMMO_9bc6da11_528a_44e8_bd9e_c4154eae7e55': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9bc6da11_528a_44e8_bd9e_c4154eae7e55', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9bc6da11_528a_44e8_bd9e_c4154eae7e55' } as NamedNode,
	'EMMO_9be5fcc4_0d8b_481d_b984_6338d4b55588': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9be5fcc4_0d8b_481d_b984_6338d4b55588', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9be5fcc4_0d8b_481d_b984_6338d4b55588' } as NamedNode,
	'EMMO_9bed5d66_805a_4b3a_9153_beaf67143848': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9bed5d66_805a_4b3a_9153_beaf67143848', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9bed5d66_805a_4b3a_9153_beaf67143848' } as NamedNode,
	'EMMO_9c32fd69_f480_4130_83b3_fb25d9face14': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9c32fd69_f480_4130_83b3_fb25d9face14', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9c32fd69_f480_4130_83b3_fb25d9face14' } as NamedNode,
	'EMMO_9c407ac0_fd4c_4178_8763_95fad9fe29ec': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9c407ac0_fd4c_4178_8763_95fad9fe29ec', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9c407ac0_fd4c_4178_8763_95fad9fe29ec' } as NamedNode,
	'EMMO_9c5b1294_ac9e_554f_a135_a3d72a763d9c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9c5b1294_ac9e_554f_a135_a3d72a763d9c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9c5b1294_ac9e_554f_a135_a3d72a763d9c' } as NamedNode,
	'EMMO_9c803415_5978_5525_9de9_fcf0a2098b4c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9c803415_5978_5525_9de9_fcf0a2098b4c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9c803415_5978_5525_9de9_fcf0a2098b4c' } as NamedNode,
	'EMMO_9cb984ca_48ad_4864_b09e_50d3fff19420': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9cb984ca_48ad_4864_b09e_50d3fff19420', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9cb984ca_48ad_4864_b09e_50d3fff19420' } as NamedNode,
	'EMMO_9cffc70d_4b60_4187_a7cd_706f5740ae87': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9cffc70d_4b60_4187_a7cd_706f5740ae87', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9cffc70d_4b60_4187_a7cd_706f5740ae87' } as NamedNode,
	'EMMO_9d018f03_bbda_4ca5_bc4c_646e72651e53': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9d018f03_bbda_4ca5_bc4c_646e72651e53', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9d018f03_bbda_4ca5_bc4c_646e72651e53' } as NamedNode,
	'EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1' } as NamedNode,
	'EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d' } as NamedNode,
	'EMMO_9d6eeca7_89a0_4a65_a497_9039f1164b96': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9d6eeca7_89a0_4a65_a497_9039f1164b96', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9d6eeca7_89a0_4a65_a497_9039f1164b96' } as NamedNode,
	'EMMO_9d74a963_8c62_4c20_a413_93b786bfbecc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9d74a963_8c62_4c20_a413_93b786bfbecc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9d74a963_8c62_4c20_a413_93b786bfbecc' } as NamedNode,
	/** In non-relativistic physics, the centre of mass doesn’t depend on the chosen reference frame. */
	'EMMO_9d8f708a_f291_4d72_80ec_362c6e6bbca6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9d8f708a_f291_4d72_80ec_362c6e6bbca6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9d8f708a_f291_4d72_80ec_362c6e6bbca6' } as NamedNode,
	'EMMO_9e029526_79a2_47a8_a151_dd0545db471b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9e029526_79a2_47a8_a151_dd0545db471b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9e029526_79a2_47a8_a151_dd0545db471b' } as NamedNode,
	'EMMO_9e0891a6_4d87_4891_b557_69ab2bae1dae': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9e0891a6_4d87_4891_b557_69ab2bae1dae', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9e0891a6_4d87_4891_b557_69ab2bae1dae' } as NamedNode,
	'EMMO_9e2ab15a_f1c7_435b_91ff_bc774e6ba4e7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9e2ab15a_f1c7_435b_91ff_bc774e6ba4e7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9e2ab15a_f1c7_435b_91ff_bc774e6ba4e7' } as NamedNode,
	'EMMO_9e452535_a369_404d_9afb_d41fd79d12b8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9e452535_a369_404d_9afb_d41fd79d12b8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9e452535_a369_404d_9afb_d41fd79d12b8' } as NamedNode,
	'EMMO_9e955e04_2977_457e_a91a_bc6a541c9a9e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9e955e04_2977_457e_a91a_bc6a541c9a9e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9e955e04_2977_457e_a91a_bc6a541c9a9e' } as NamedNode,
	'EMMO_9eb2d590_2115_4edd_aa8e_345d60921765': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9eb2d590_2115_4edd_aa8e_345d60921765', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9eb2d590_2115_4edd_aa8e_345d60921765' } as NamedNode,
	'EMMO_9eb96ea0_8827_4cb9_9a03_8e07f4eae1eb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9eb96ea0_8827_4cb9_9a03_8e07f4eae1eb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9eb96ea0_8827_4cb9_9a03_8e07f4eae1eb' } as NamedNode,
	'EMMO_9ecb2aa2_10a9_4499_a3ff_9ad76e9f4e0d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9ecb2aa2_10a9_4499_a3ff_9ad76e9f4e0d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9ecb2aa2_10a9_4499_a3ff_9ad76e9f4e0d' } as NamedNode,
	'EMMO_9ed4ea5a_42c4_48aa_bd59_c16c7d34e741': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9ed4ea5a_42c4_48aa_bd59_c16c7d34e741', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9ed4ea5a_42c4_48aa_bd59_c16c7d34e741' } as NamedNode,
	'EMMO_9ee42d6b_7242_4a8d_967e_79f8f1c7fe29': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9ee42d6b_7242_4a8d_967e_79f8f1c7fe29', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9ee42d6b_7242_4a8d_967e_79f8f1c7fe29' } as NamedNode,
	'EMMO_9f0338b9_326f_44c2_893c_2d815b763130': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9f0338b9_326f_44c2_893c_2d815b763130', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9f0338b9_326f_44c2_893c_2d815b763130' } as NamedNode,
	'EMMO_9f33b66d_f2d6_47d0_b163_deeb3d45685a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9f33b66d_f2d6_47d0_b163_deeb3d45685a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9f33b66d_f2d6_47d0_b163_deeb3d45685a' } as NamedNode,
	'EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3' } as NamedNode,
	'EMMO_9fa966c7_5231_409e_841f_b4c5fd33732a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9fa966c7_5231_409e_841f_b4c5fd33732a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9fa966c7_5231_409e_841f_b4c5fd33732a' } as NamedNode,
	'EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad' } as NamedNode,
	'EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae' } as NamedNode,
	'EMMO_9ffffb55_3496_4307_82b8_a0d78fe1fcd8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_9ffffb55_3496_4307_82b8_a0d78fe1fcd8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_9ffffb55_3496_4307_82b8_a0d78fe1fcd8' } as NamedNode,
	'EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24' } as NamedNode,
	'EMMO_a086af15_a7c3_404c_b4ce_c8e4466f1b4b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a086af15_a7c3_404c_b4ce_c8e4466f1b4b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a086af15_a7c3_404c_b4ce_c8e4466f1b4b' } as NamedNode,
	'EMMO_a09a5342_cad4_40fa_a619_a5af0867cb8f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a09a5342_cad4_40fa_a619_a5af0867cb8f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a09a5342_cad4_40fa_a619_a5af0867cb8f' } as NamedNode,
	'EMMO_a0a2ded8_54e8_408d_a6b0_7fd1b4d7d16d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a0a2ded8_54e8_408d_a6b0_7fd1b4d7d16d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a0a2ded8_54e8_408d_a6b0_7fd1b4d7d16d' } as NamedNode,
	/** Work function is the energy difference between an electron at rest at infinity and an electron at the Fermi level in the interior of a substance. */
	'EMMO_a0c4322d_4de2_4770_991c_5fad4e6ec25b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a0c4322d_4de2_4770_991c_5fad4e6ec25b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a0c4322d_4de2_4770_991c_5fad4e6ec25b' } as NamedNode,
	'EMMO_a0ce1017_0467_473b_8af8_0ddf4621b0be': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a0ce1017_0467_473b_8af8_0ddf4621b0be', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a0ce1017_0467_473b_8af8_0ddf4621b0be' } as NamedNode,
	'EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527' } as NamedNode,
	'EMMO_a139c6d5_1a0b_4605_a6c0_9f383539f9b1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a139c6d5_1a0b_4605_a6c0_9f383539f9b1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a139c6d5_1a0b_4605_a6c0_9f383539f9b1' } as NamedNode,
	'EMMO_a13cff6e_41fd_48d5_82b6_3a9015f19001': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a13cff6e_41fd_48d5_82b6_3a9015f19001', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a13cff6e_41fd_48d5_82b6_3a9015f19001' } as NamedNode,
	'EMMO_a14dd591_8b7a_4847_8c91_3a2f421a45b4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a14dd591_8b7a_4847_8c91_3a2f421a45b4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a14dd591_8b7a_4847_8c91_3a2f421a45b4' } as NamedNode,
	'EMMO_a15cea10_9946_4d2b_95c5_cfc333fd2abb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a15cea10_9946_4d2b_95c5_cfc333fd2abb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a15cea10_9946_4d2b_95c5_cfc333fd2abb' } as NamedNode,
	'EMMO_a18a3e9b_7e3d_44bf_9640_c8634e770ba8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a18a3e9b_7e3d_44bf_9640_c8634e770ba8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a18a3e9b_7e3d_44bf_9640_c8634e770ba8' } as NamedNode,
	'EMMO_a1bd0bfc_5464_43ce_a1a2_947b58dc0f89': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a1bd0bfc_5464_43ce_a1a2_947b58dc0f89', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a1bd0bfc_5464_43ce_a1a2_947b58dc0f89' } as NamedNode,
	'EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a' } as NamedNode,
	'EMMO_a24cbaac_9595_4672_8a60_2818938cfc60': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a24cbaac_9595_4672_8a60_2818938cfc60', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a24cbaac_9595_4672_8a60_2818938cfc60' } as NamedNode,
	'EMMO_a2641370_e4b8_4582_b4e0_fb389c8d8efb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a2641370_e4b8_4582_b4e0_fb389c8d8efb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a2641370_e4b8_4582_b4e0_fb389c8d8efb' } as NamedNode,
	'EMMO_a2682209_f9e2_4024_98dd_ed1f6c5699be': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a2682209_f9e2_4024_98dd_ed1f6c5699be', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a2682209_f9e2_4024_98dd_ed1f6c5699be' } as NamedNode,
	'EMMO_a293f923_954c_4af5_9f97_9600ebd362cb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a293f923_954c_4af5_9f97_9600ebd362cb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a293f923_954c_4af5_9f97_9600ebd362cb' } as NamedNode,
	'EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1' } as NamedNode,
	'EMMO_a30e9658_1a08_50cc_b200_25dbc8add30a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a30e9658_1a08_50cc_b200_25dbc8add30a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a30e9658_1a08_50cc_b200_25dbc8add30a' } as NamedNode,
	'EMMO_a32021dc_58d8_454b_915d_3951b413b8b7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a32021dc_58d8_454b_915d_3951b413b8b7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a32021dc_58d8_454b_915d_3951b413b8b7' } as NamedNode,
	'EMMO_a356870d_409a_4de6_a910_0d8498e593ff': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a356870d_409a_4de6_a910_0d8498e593ff', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a356870d_409a_4de6_a910_0d8498e593ff' } as NamedNode,
	'EMMO_a3569860_5d20_5e69_baf6_cbe8ae7cfc15': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a3569860_5d20_5e69_baf6_cbe8ae7cfc15', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a3569860_5d20_5e69_baf6_cbe8ae7cfc15' } as NamedNode,
	'EMMO_a365b3c1_7bde_41d7_a15b_2820762e85f4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a365b3c1_7bde_41d7_a15b_2820762e85f4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a365b3c1_7bde_41d7_a15b_2820762e85f4' } as NamedNode,
	/** The corresponding Celsius temperature is denoted td and is also called dew point. */
	'EMMO_a383e332_a271_463f_9e44_559604547220': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a383e332_a271_463f_9e44_559604547220', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a383e332_a271_463f_9e44_559604547220' } as NamedNode,
	'EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7' } as NamedNode,
	/** The Rydberg constant represents the limiting value of the highest wavenumber (the inverse wavelength) of any photon that can be emitted from the hydrogen atom, or, alternatively, the wavenumber of the lowest-energy photon capable of ionizing the hydrogen atom from its ground state. */
	'EMMO_a3c78d6f_ae49_47c8_a634_9b6d86b79382': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a3c78d6f_ae49_47c8_a634_9b6d86b79382', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a3c78d6f_ae49_47c8_a634_9b6d86b79382' } as NamedNode,
	'EMMO_a4243cbf_b22e_4aa1_b9c1_130ce8c51ab2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a4243cbf_b22e_4aa1_b9c1_130ce8c51ab2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a4243cbf_b22e_4aa1_b9c1_130ce8c51ab2' } as NamedNode,
	'EMMO_a43cb01a_beb0_46e1_ae6d_22236222e6a1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a43cb01a_beb0_46e1_ae6d_22236222e6a1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a43cb01a_beb0_46e1_ae6d_22236222e6a1' } as NamedNode,
	'EMMO_a45dc074_c5ed_4aad_a4e7_141a02fe1d73': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a45dc074_c5ed_4aad_a4e7_141a02fe1d73', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a45dc074_c5ed_4aad_a4e7_141a02fe1d73' } as NamedNode,
	'EMMO_a466b60b_d973_4b8f_897f_d0b837a59df3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a466b60b_d973_4b8f_897f_d0b837a59df3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a466b60b_d973_4b8f_897f_d0b837a59df3' } as NamedNode,
	'EMMO_a46f2e3f_6d06_4968_a02f_55274d131130': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a46f2e3f_6d06_4968_a02f_55274d131130', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a46f2e3f_6d06_4968_a02f_55274d131130' } as NamedNode,
	'EMMO_a4839f08_1080_53bf_9cb3_101e20c2656b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a4839f08_1080_53bf_9cb3_101e20c2656b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a4839f08_1080_53bf_9cb3_101e20c2656b' } as NamedNode,
	'EMMO_a4b14b83_9392_4a5f_a2e8_b2b58793f59b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a4b14b83_9392_4a5f_a2e8_b2b58793f59b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a4b14b83_9392_4a5f_a2e8_b2b58793f59b' } as NamedNode,
	'EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b' } as NamedNode,
	'EMMO_a4e36749_1f44_4e6c_80e8_d5b27d986d8b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a4e36749_1f44_4e6c_80e8_d5b27d986d8b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a4e36749_1f44_4e6c_80e8_d5b27d986d8b' } as NamedNode,
	'EMMO_a4edc0c9_6d1d_4358_8030_b61db6c84176': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a4edc0c9_6d1d_4358_8030_b61db6c84176', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a4edc0c9_6d1d_4358_8030_b61db6c84176' } as NamedNode,
	'EMMO_a4edc1d4_bb38_4897_ba1e_f87e7aa31c5b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a4edc1d4_bb38_4897_ba1e_f87e7aa31c5b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a4edc1d4_bb38_4897_ba1e_f87e7aa31c5b' } as NamedNode,
	'EMMO_a5111335_6d14_49d9_ba7a_10c10b2189e7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a5111335_6d14_49d9_ba7a_10c10b2189e7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a5111335_6d14_49d9_ba7a_10c10b2189e7' } as NamedNode,
	/** This is a convenient shortcut for the conventional declaration process of assigning an atomic number to an atom subclass. */
	'EMMO_a585728e_36c8_5df4_9d95_aa128d2a0e7f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a585728e_36c8_5df4_9d95_aa128d2a0e7f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a585728e_36c8_5df4_9d95_aa128d2a0e7f' } as NamedNode,
	'EMMO_a589e6b8_2f5b_4118_8522_cdc4c89578dc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a589e6b8_2f5b_4118_8522_cdc4c89578dc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a589e6b8_2f5b_4118_8522_cdc4c89578dc' } as NamedNode,
	'EMMO_a592c856_4103_43cf_8635_1982a1e5d5de': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a592c856_4103_43cf_8635_1982a1e5d5de', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a592c856_4103_43cf_8635_1982a1e5d5de' } as NamedNode,
	'EMMO_a5de0529_7c25_494c_951d_c0a561fd61fd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a5de0529_7c25_494c_951d_c0a561fd61fd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a5de0529_7c25_494c_951d_c0a561fd61fd' } as NamedNode,
	'EMMO_a6138ba7_e365_4f2d_b6b4_fe5a5918d403': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a6138ba7_e365_4f2d_b6b4_fe5a5918d403', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a6138ba7_e365_4f2d_b6b4_fe5a5918d403' } as NamedNode,
	'EMMO_a633c6f8_4269_4870_9b28_f5ca1783fd54': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a633c6f8_4269_4870_9b28_f5ca1783fd54', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a633c6f8_4269_4870_9b28_f5ca1783fd54' } as NamedNode,
	'EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e' } as NamedNode,
	'EMMO_a68368e4_b822_4395_9213_ae7429a677d6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a68368e4_b822_4395_9213_ae7429a677d6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a68368e4_b822_4395_9213_ae7429a677d6' } as NamedNode,
	'EMMO_a6d8e2e2_5e61_4838_977b_9a5dea421fc1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a6d8e2e2_5e61_4838_977b_9a5dea421fc1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a6d8e2e2_5e61_4838_977b_9a5dea421fc1' } as NamedNode,
	'EMMO_a7180b5f_d46d_5751_b3bc_ae28a6655992': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a7180b5f_d46d_5751_b3bc_ae28a6655992', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a7180b5f_d46d_5751_b3bc_ae28a6655992' } as NamedNode,
	'EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e' } as NamedNode,
	'EMMO_a817035a_3e3c_4709_8ede_3205df3031a3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a817035a_3e3c_4709_8ede_3205df3031a3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a817035a_3e3c_4709_8ede_3205df3031a3' } as NamedNode,
	'EMMO_a85d0b8a_588e_423f_b799_97b0890e9183': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a85d0b8a_588e_423f_b799_97b0890e9183', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a85d0b8a_588e_423f_b799_97b0890e9183' } as NamedNode,
	'EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b' } as NamedNode,
	'EMMO_a8bd7094_6b40_47af_b1f4_a69d81a3afbd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a8bd7094_6b40_47af_b1f4_a69d81a3afbd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a8bd7094_6b40_47af_b1f4_a69d81a3afbd' } as NamedNode,
	'EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134' } as NamedNode,
	'EMMO_a8eb87b5_4d10_4137_a75c_e04ee59ca095': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a8eb87b5_4d10_4137_a75c_e04ee59ca095', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a8eb87b5_4d10_4137_a75c_e04ee59ca095' } as NamedNode,
	'EMMO_a939c29d_2304_5e48_8b15_fc592a9d1813': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a939c29d_2304_5e48_8b15_fc592a9d1813', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a939c29d_2304_5e48_8b15_fc592a9d1813' } as NamedNode,
	'EMMO_a94aec97_71ff_4574_b111_a52d77d2c230': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a94aec97_71ff_4574_b111_a52d77d2c230', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a94aec97_71ff_4574_b111_a52d77d2c230' } as NamedNode,
	'EMMO_a96e2152_40e7_409c_a53a_fdb9f141eb6a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a96e2152_40e7_409c_a53a_fdb9f141eb6a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a96e2152_40e7_409c_a53a_fdb9f141eb6a' } as NamedNode,
	'EMMO_a9891fff_fa7a_4806_b7bd_786de7358e8d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a9891fff_fa7a_4806_b7bd_786de7358e8d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a9891fff_fa7a_4806_b7bd_786de7358e8d' } as NamedNode,
	'EMMO_a9a6ddf8_7e16_420a_9f3d_df7d5cfe3536': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_a9a6ddf8_7e16_420a_9f3d_df7d5cfe3536', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_a9a6ddf8_7e16_420a_9f3d_df7d5cfe3536' } as NamedNode,
	'EMMO_aa078194_12df_4b10_b264_6595d2472570': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_aa078194_12df_4b10_b264_6595d2472570', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_aa078194_12df_4b10_b264_6595d2472570' } as NamedNode,
	'EMMO_aa446897_0683_4e9b_9b0e_b6081d2d70d8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_aa446897_0683_4e9b_9b0e_b6081d2d70d8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_aa446897_0683_4e9b_9b0e_b6081d2d70d8' } as NamedNode,
	'EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e' } as NamedNode,
	'EMMO_aa987900_caf1_4ce2_82fa_6b1d6fbd2ead': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_aa987900_caf1_4ce2_82fa_6b1d6fbd2ead', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_aa987900_caf1_4ce2_82fa_6b1d6fbd2ead' } as NamedNode,
	'EMMO_aaad78a9_abaf_4f97_9c1a_d763a94c4ba3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_aaad78a9_abaf_4f97_9c1a_d763a94c4ba3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_aaad78a9_abaf_4f97_9c1a_d763a94c4ba3' } as NamedNode,
	'EMMO_aab6a0cc_2fbd_43ac_ac5a_b7b7b75331dc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_aab6a0cc_2fbd_43ac_ac5a_b7b7b75331dc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_aab6a0cc_2fbd_43ac_ac5a_b7b7b75331dc' } as NamedNode,
	/** Even though torque has the same physical dimension as energy, it is not of the same kind and can not be measured with energy units like joule or electron volt. */
	'EMMO_aaf9dd7f_0474_40d0_9606_02def8515249': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_aaf9dd7f_0474_40d0_9606_02def8515249', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_aaf9dd7f_0474_40d0_9606_02def8515249' } as NamedNode,
	'EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422' } as NamedNode,
	'EMMO_ab3e812f_4d0f_4290_83fb_b2f5963f3772': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ab3e812f_4d0f_4290_83fb_b2f5963f3772', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ab3e812f_4d0f_4290_83fb_b2f5963f3772' } as NamedNode,
	'EMMO_ab5ba485_7c16_4c9e_b65e_4cb7560f8e8c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ab5ba485_7c16_4c9e_b65e_4cb7560f8e8c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ab5ba485_7c16_4c9e_b65e_4cb7560f8e8c' } as NamedNode,
	'EMMO_ab79e92b_5377_454d_be06_d61b50db295a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ab79e92b_5377_454d_be06_d61b50db295a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ab79e92b_5377_454d_be06_d61b50db295a' } as NamedNode,
	'EMMO_ab922466_6333_4f13_91e6_03c3cad13ed8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ab922466_6333_4f13_91e6_03c3cad13ed8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ab922466_6333_4f13_91e6_03c3cad13ed8' } as NamedNode,
	'EMMO_abf7efbe_6b04_41b8_8326_4dd0f6be753e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_abf7efbe_6b04_41b8_8326_4dd0f6be753e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_abf7efbe_6b04_41b8_8326_4dd0f6be753e' } as NamedNode,
	'EMMO_ac19c801_bead_4730_8b8c_50020eec45ec': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ac19c801_bead_4730_8b8c_50020eec45ec', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ac19c801_bead_4730_8b8c_50020eec45ec' } as NamedNode,
	'EMMO_ac1a05c5_0c17_4387_bac0_683f2a86f3ed': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ac1a05c5_0c17_4387_bac0_683f2a86f3ed', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ac1a05c5_0c17_4387_bac0_683f2a86f3ed' } as NamedNode,
	'EMMO_ac540a9d_0131_43f6_a33b_17e5cfc432ed': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ac540a9d_0131_43f6_a33b_17e5cfc432ed', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ac540a9d_0131_43f6_a33b_17e5cfc432ed' } as NamedNode,
	'EMMO_ac82358d_94a7_4ceb_93e7_41bab5bcefdf': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ac82358d_94a7_4ceb_93e7_41bab5bcefdf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ac82358d_94a7_4ceb_93e7_41bab5bcefdf' } as NamedNode,
	'EMMO_ac852bf0_3251_4d6b_9e57_acbfcb5e7e08': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ac852bf0_3251_4d6b_9e57_acbfcb5e7e08', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ac852bf0_3251_4d6b_9e57_acbfcb5e7e08' } as NamedNode,
	'EMMO_acaaa124_3dde_48b6_86e6_6ec6f364f408': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_acaaa124_3dde_48b6_86e6_6ec6f364f408', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_acaaa124_3dde_48b6_86e6_6ec6f364f408' } as NamedNode,
	'EMMO_acd1a504_ca32_4f30_86ad_0b62cea5bc02': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_acd1a504_ca32_4f30_86ad_0b62cea5bc02', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_acd1a504_ca32_4f30_86ad_0b62cea5bc02' } as NamedNode,
	/** Forming of a solid body, whereby the plastic state is essentially brought about by a bending stress. */
	'EMMO_aced32dd_1a13_49b0_8d8f_c79313942d19': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_aced32dd_1a13_49b0_8d8f_c79313942d19', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_aced32dd_1a13_49b0_8d8f_c79313942d19' } as NamedNode,
	'EMMO_acf636d4_9ac2_4ce3_960a_d54338e6cae3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_acf636d4_9ac2_4ce3_960a_d54338e6cae3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_acf636d4_9ac2_4ce3_960a_d54338e6cae3' } as NamedNode,
	'EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c' } as NamedNode,
	'EMMO_ad2056af_0fa7_56cf_a881_80e3a7dfd266': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ad2056af_0fa7_56cf_a881_80e3a7dfd266', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ad2056af_0fa7_56cf_a881_80e3a7dfd266' } as NamedNode,
	'EMMO_ad6b0980_fa04_4ec3_b033_6aed9f4ed17c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ad6b0980_fa04_4ec3_b033_6aed9f4ed17c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ad6b0980_fa04_4ec3_b033_6aed9f4ed17c' } as NamedNode,
	'EMMO_ad6c76cf_b400_423e_820f_cf0c4e77f455': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ad6c76cf_b400_423e_820f_cf0c4e77f455', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ad6c76cf_b400_423e_820f_cf0c4e77f455' } as NamedNode,
	'EMMO_ad8b1096_4df1_44f5_a3b9_fc2ec9e7f5b1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ad8b1096_4df1_44f5_a3b9_fc2ec9e7f5b1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ad8b1096_4df1_44f5_a3b9_fc2ec9e7f5b1' } as NamedNode,
	'EMMO_ad91ad62_ef79_42ad_8e15_34cbd95d69cb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ad91ad62_ef79_42ad_8e15_34cbd95d69cb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ad91ad62_ef79_42ad_8e15_34cbd95d69cb' } as NamedNode,
	'EMMO_ad9d6895_2800_48ad_8007_e293c52a8178': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ad9d6895_2800_48ad_8007_e293c52a8178', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ad9d6895_2800_48ad_8007_e293c52a8178' } as NamedNode,
	/** The mean free path may thus be specified either for all interactions, i.e. total mean free path, or for particular types of interaction such as scattering, capture, or ionization. */
	'EMMO_adc5aa0d_9add_4c8a_aa81_b5798a654ca9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_adc5aa0d_9add_4c8a_aa81_b5798a654ca9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_adc5aa0d_9add_4c8a_aa81_b5798a654ca9' } as NamedNode,
	'EMMO_add2e29d_6d87_4b78_9706_588e25557093': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_add2e29d_6d87_4b78_9706_588e25557093', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_add2e29d_6d87_4b78_9706_588e25557093' } as NamedNode,
	'EMMO_ae15fb4f_8e4d_41de_a0f9_3997f89ba6a2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ae15fb4f_8e4d_41de_a0f9_3997f89ba6a2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ae15fb4f_8e4d_41de_a0f9_3997f89ba6a2' } as NamedNode,
	/** Participation is a parthood relation: you must be part of the process to contribute to it. A participant whose 4D extension is totally contained within the process.
 
Participation is not under direct parthood since a process is not strictly related to reductionism, but it's a way to categorize temporal regions by the interpreters. */
	'EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a' } as NamedNode,
	'EMMO_ae3c9eb3_289d_4133_99d6_77068367a58d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ae3c9eb3_289d_4133_99d6_77068367a58d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ae3c9eb3_289d_4133_99d6_77068367a58d' } as NamedNode,
	'EMMO_aea43ae4_f824_4c42_892e_709bf9dc1c40': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_aea43ae4_f824_4c42_892e_709bf9dc1c40', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_aea43ae4_f824_4c42_892e_709bf9dc1c40' } as NamedNode,
	'EMMO_aeebc6d5_bf98_45c1_b3eb_89de6722ba46': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_aeebc6d5_bf98_45c1_b3eb_89de6722ba46', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_aeebc6d5_bf98_45c1_b3eb_89de6722ba46' } as NamedNode,
	'EMMO_aef1144d_41bd_4189_be5c_d849204b3708': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_aef1144d_41bd_4189_be5c_d849204b3708', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_aef1144d_41bd_4189_be5c_d849204b3708' } as NamedNode,
	'EMMO_aef218f9_6ded_4db9_9263_e78eed55e5d6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_aef218f9_6ded_4db9_9263_e78eed55e5d6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_aef218f9_6ded_4db9_9263_e78eed55e5d6' } as NamedNode,
	'EMMO_aef8af39_0a22_4be8_a523_4e47ca36e035': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_aef8af39_0a22_4be8_a523_4e47ca36e035', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_aef8af39_0a22_4be8_a523_4e47ca36e035' } as NamedNode,
	'EMMO_af24ae20_8ef2_435a_86a1_2ea44488b318': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_af24ae20_8ef2_435a_86a1_2ea44488b318', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_af24ae20_8ef2_435a_86a1_2ea44488b318' } as NamedNode,
	'EMMO_af362dae_2da6_595e_8581_21a8363a5a54': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_af362dae_2da6_595e_8581_21a8363a5a54', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_af362dae_2da6_595e_8581_21a8363a5a54' } as NamedNode,
	'EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e' } as NamedNode,
	'EMMO_af7b627d_6528_4fdb_97df_ba4579c4bb5d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_af7b627d_6528_4fdb_97df_ba4579c4bb5d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_af7b627d_6528_4fdb_97df_ba4579c4bb5d' } as NamedNode,
	'EMMO_afb29c1a_eba4_4ba7_b6a1_62e9023c94ec': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_afb29c1a_eba4_4ba7_b6a1_62e9023c94ec', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_afb29c1a_eba4_4ba7_b6a1_62e9023c94ec' } as NamedNode,
	/** Mass per unit area. */
	'EMMO_afea89af_ef16_4bdb_99d5_f3b2f4c85a6c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_afea89af_ef16_4bdb_99d5_f3b2f4c85a6c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_afea89af_ef16_4bdb_99d5_f3b2f4c85a6c' } as NamedNode,
	'EMMO_afee3bf0_d0e0_53dc_bfb1_b624b5724d47': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_afee3bf0_d0e0_53dc_bfb1_b624b5724d47', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_afee3bf0_d0e0_53dc_bfb1_b624b5724d47' } as NamedNode,
	'EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f' } as NamedNode,
	/** The mass concentration of water at saturation is denoted wsat. */
	'EMMO_b02aaadc_592d_4d65_bf11_eee06bd9f80d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b02aaadc_592d_4d65_bf11_eee06bd9f80d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b02aaadc_592d_4d65_bf11_eee06bd9f80d' } as NamedNode,
	'EMMO_b03dfad7_eab8_4949_9d10_dd4fd12faaef': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b03dfad7_eab8_4949_9d10_dd4fd12faaef', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b03dfad7_eab8_4949_9d10_dd4fd12faaef' } as NamedNode,
	'EMMO_b0597d20_6438_53e5_a627_b9dacebc69da': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b0597d20_6438_53e5_a627_b9dacebc69da', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b0597d20_6438_53e5_a627_b9dacebc69da' } as NamedNode,
	'EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4' } as NamedNode,
	'EMMO_b0ef0941_5c92_4b71_bc26_95e95e5e0004': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b0ef0941_5c92_4b71_bc26_95e95e5e0004', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b0ef0941_5c92_4b71_bc26_95e95e5e0004' } as NamedNode,
	'EMMO_b12e3fea_4467_5a08_9b14_67c51def1431': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b12e3fea_4467_5a08_9b14_67c51def1431', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b12e3fea_4467_5a08_9b14_67c51def1431' } as NamedNode,
	'EMMO_b14894ce_aad8_45e6_8035_f902c0d339ad': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b14894ce_aad8_45e6_8035_f902c0d339ad', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b14894ce_aad8_45e6_8035_f902c0d339ad' } as NamedNode,
	'EMMO_b14d9be5_f81e_469b_abca_379c2e83feab': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b14d9be5_f81e_469b_abca_379c2e83feab', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b14d9be5_f81e_469b_abca_379c2e83feab' } as NamedNode,
	'EMMO_b1862e72_219f_4fc0_b58c_b26339f6dc88': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b1862e72_219f_4fc0_b58c_b26339f6dc88', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b1862e72_219f_4fc0_b58c_b26339f6dc88' } as NamedNode,
	'EMMO_b19aacfc_5f73_4c33_9456_469c1e89a53e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b19aacfc_5f73_4c33_9456_469c1e89a53e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b19aacfc_5f73_4c33_9456_469c1e89a53e' } as NamedNode,
	'EMMO_b1daa610_64c6_4935_94b8_a19db586a2f6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b1daa610_64c6_4935_94b8_a19db586a2f6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b1daa610_64c6_4935_94b8_a19db586a2f6' } as NamedNode,
	/** A 'Sign' can have temporal-direct-parts which are 'Sign' themselves.
 
A 'Sign' usually havs 'sign' spatial direct parts only up to a certain elementary semiotic level, in which the part is only a 'Physical' and no more a 'Sign' (i.e. it stands for nothing). This elementary semiotic level is peculiar to each particular system of signs (e.g. text, painting).
 
Just like an 'Elementary' in the 'Physical' branch, each 'Sign' branch should have an a-tomistic mereological part. */
	'EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d' } as NamedNode,
	'EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe' } as NamedNode,
	'EMMO_b233f8c0_37d8_51ae_9264_560e6649e246': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b233f8c0_37d8_51ae_9264_560e6649e246', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b233f8c0_37d8_51ae_9264_560e6649e246' } as NamedNode,
	'EMMO_b23e7251_a488_4732_8268_027ad76d7e37': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b23e7251_a488_4732_8268_027ad76d7e37', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b23e7251_a488_4732_8268_027ad76d7e37' } as NamedNode,
	'EMMO_b29fd350_39aa_4af7_9459_3faa0544cba6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b29fd350_39aa_4af7_9459_3faa0544cba6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b29fd350_39aa_4af7_9459_3faa0544cba6' } as NamedNode,
	'EMMO_b2a234a8_579a_422c_9305_b8f7e72c76cd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b2a234a8_579a_422c_9305_b8f7e72c76cd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b2a234a8_579a_422c_9305_b8f7e72c76cd' } as NamedNode,
	'EMMO_b2e41936_a44f_578d_960b_91f8f0135b2b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b2e41936_a44f_578d_960b_91f8f0135b2b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b2e41936_a44f_578d_960b_91f8f0135b2b' } as NamedNode,
	'EMMO_b30d4f1c_61e3_4647_bae1_c0928acb2095': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b30d4f1c_61e3_4647_bae1_c0928acb2095', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b30d4f1c_61e3_4647_bae1_c0928acb2095' } as NamedNode,
	'EMMO_b33909cc_61a1_4ab3_a1f8_d9283a6b1a0d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b33909cc_61a1_4ab3_a1f8_d9283a6b1a0d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b33909cc_61a1_4ab3_a1f8_d9283a6b1a0d' } as NamedNode,
	'EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591' } as NamedNode,
	'EMMO_b35e92d7_7fa0_4661_aa5a_5cea7c8e6925': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b35e92d7_7fa0_4661_aa5a_5cea7c8e6925', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b35e92d7_7fa0_4661_aa5a_5cea7c8e6925' } as NamedNode,
	'EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc' } as NamedNode,
	'EMMO_b385b94e_ffff_47a2_8971_856f92dd786e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b385b94e_ffff_47a2_8971_856f92dd786e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b385b94e_ffff_47a2_8971_856f92dd786e' } as NamedNode,
	'EMMO_b3bf01d2_5d67_45d3_91e6_70abddae08a9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b3bf01d2_5d67_45d3_91e6_70abddae08a9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b3bf01d2_5d67_45d3_91e6_70abddae08a9' } as NamedNode,
	'EMMO_b3c004d7_d377_459d_8857_dee6b5f51f3a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b3c004d7_d377_459d_8857_dee6b5f51f3a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b3c004d7_d377_459d_8857_dee6b5f51f3a' } as NamedNode,
	'EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023' } as NamedNode,
	'EMMO_b3dfa085_5206_5868_b060_13efa01caf8e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b3dfa085_5206_5868_b060_13efa01caf8e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b3dfa085_5206_5868_b060_13efa01caf8e' } as NamedNode,
	'EMMO_b42b9f49_aa2a_5dc7_afa5_9c5c013b621d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b42b9f49_aa2a_5dc7_afa5_9c5c013b621d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b42b9f49_aa2a_5dc7_afa5_9c5c013b621d' } as NamedNode,
	'EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a' } as NamedNode,
	'EMMO_b443dea3_7407_59c3_9e86_6784e715f48b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b443dea3_7407_59c3_9e86_6784e715f48b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b443dea3_7407_59c3_9e86_6784e715f48b' } as NamedNode,
	'EMMO_b452fe23_0c61_436d_8357_57a521448801': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b452fe23_0c61_436d_8357_57a521448801', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b452fe23_0c61_436d_8357_57a521448801' } as NamedNode,
	'EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910' } as NamedNode,
	/** Strength of a magnetic field. Commonly denoted H. */
	'EMMO_b4895f75_41c8_4fd9_b6d6_4d5f7c99c423': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b4895f75_41c8_4fd9_b6d6_4d5f7c99c423', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b4895f75_41c8_4fd9_b6d6_4d5f7c99c423' } as NamedNode,
	'EMMO_b4abf29e_aab7_4c2f_af0b_536a92ef327f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b4abf29e_aab7_4c2f_af0b_536a92ef327f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b4abf29e_aab7_4c2f_af0b_536a92ef327f' } as NamedNode,
	'EMMO_b4f4ed28_d24c_4a00_9583_62ab839abeca': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b4f4ed28_d24c_4a00_9583_62ab839abeca', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b4f4ed28_d24c_4a00_9583_62ab839abeca' } as NamedNode,
	'EMMO_b51fbd00_a857_4132_9711_0ef70e7bdd20': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b51fbd00_a857_4132_9711_0ef70e7bdd20', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b51fbd00_a857_4132_9711_0ef70e7bdd20' } as NamedNode,
	'EMMO_b546b51b_c19d_5368_8810_c9e4e9b1c1f3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b546b51b_c19d_5368_8810_c9e4e9b1c1f3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b546b51b_c19d_5368_8810_c9e4e9b1c1f3' } as NamedNode,
	'EMMO_b5523f03_5f2f_4e11_92c0_3734c6de3749': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b5523f03_5f2f_4e11_92c0_3734c6de3749', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b5523f03_5f2f_4e11_92c0_3734c6de3749' } as NamedNode,
	'EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e' } as NamedNode,
	'EMMO_b56c3aa6_28e5_4f9b_a4a5_93d8c68e1570': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b56c3aa6_28e5_4f9b_a4a5_93d8c68e1570', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b56c3aa6_28e5_4f9b_a4a5_93d8c68e1570' } as NamedNode,
	'EMMO_b57afc1a_93e9_43ba_b41f_9ec3598b4e46': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b57afc1a_93e9_43ba_b41f_9ec3598b4e46', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b57afc1a_93e9_43ba_b41f_9ec3598b4e46' } as NamedNode,
	'EMMO_b5957cef_a287_442d_a3ce_fd39f20ba1cd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b5957cef_a287_442d_a3ce_fd39f20ba1cd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b5957cef_a287_442d_a3ce_fd39f20ba1cd' } as NamedNode,
	'EMMO_b5a5494c_83bf_44aa_a9a6_49b948e68939': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b5a5494c_83bf_44aa_a9a6_49b948e68939', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b5a5494c_83bf_44aa_a9a6_49b948e68939' } as NamedNode,
	'EMMO_b5c58790_fb2d_42eb_b184_2a3f6ca60acb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b5c58790_fb2d_42eb_b184_2a3f6ca60acb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b5c58790_fb2d_42eb_b184_2a3f6ca60acb' } as NamedNode,
	'EMMO_b5efbfa6_8610_4e3e_ad36_93e426bd873e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b5efbfa6_8610_4e3e_ad36_93e426bd873e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b5efbfa6_8610_4e3e_ad36_93e426bd873e' } as NamedNode,
	'EMMO_b6292331_94af_4f00_976b_ea55960c2f1c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b6292331_94af_4f00_976b_ea55960c2f1c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b6292331_94af_4f00_976b_ea55960c2f1c' } as NamedNode,
	'EMMO_b642d14c_0ba3_43c0_aa90_d0df922486c0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b642d14c_0ba3_43c0_aa90_d0df922486c0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b642d14c_0ba3_43c0_aa90_d0df922486c0' } as NamedNode,
	'EMMO_b655f801_c5b9_5187_99e8_c9eba8645c05': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b655f801_c5b9_5187_99e8_c9eba8645c05', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b655f801_c5b9_5187_99e8_c9eba8645c05' } as NamedNode,
	'EMMO_b65acde7_56c5_5cca_b589_b6744beb4223': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b65acde7_56c5_5cca_b589_b6744beb4223', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b65acde7_56c5_5cca_b589_b6744beb4223' } as NamedNode,
	'EMMO_b67a9ef5_880a_487c_84e8_3b36faba9159': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b67a9ef5_880a_487c_84e8_3b36faba9159', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b67a9ef5_880a_487c_84e8_3b36faba9159' } as NamedNode,
	'EMMO_b6a008a8_39b1_451c_93d2_dae1e17ec8db': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b6a008a8_39b1_451c_93d2_dae1e17ec8db', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b6a008a8_39b1_451c_93d2_dae1e17ec8db' } as NamedNode,
	'EMMO_b7229683_d2c5_4225_8e5f_7693744fd5a2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b7229683_d2c5_4225_8e5f_7693744fd5a2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b7229683_d2c5_4225_8e5f_7693744fd5a2' } as NamedNode,
	'EMMO_b725aad8_55e2_430a_b2d2_f84b8333484e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b725aad8_55e2_430a_b2d2_f84b8333484e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b725aad8_55e2_430a_b2d2_f84b8333484e' } as NamedNode,
	'EMMO_b7493aee_366c_442d_8f59_49ac7aa664d7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b7493aee_366c_442d_8f59_49ac7aa664d7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b7493aee_366c_442d_8f59_49ac7aa664d7' } as NamedNode,
	'EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba' } as NamedNode,
	/** Semiotic subclasse are defined using Peirce's semiotic theory.
 
"Namely, a sign is something, A, which brings something, B, its interpretant sign determined or created by it, into the same sort of correspondence with something, C, its object, as that in which itself stands to C." (Peirce 1902, NEM 4, 20–21).
 
The triadic elements:
- 'sign': the sign A (e.g. a name)
- 'interpretant': the sign B as the effects of the sign A on the interpreter (e.g. the mental concept of what a name means)
- 'object': the object C (e.g. the entity to which the sign A and B refer to)
 
This class includes also the 'interpeter' i.e. the entity that connects the 'sign' to the 'object' */
	'EMMO_b803f122_4acb_4064_9d71_c1e5fd091fc9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b803f122_4acb_4064_9d71_c1e5fd091fc9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b803f122_4acb_4064_9d71_c1e5fd091fc9' } as NamedNode,
	'EMMO_b8294a50_b121_5b9c_bacd_5d4206c3aaaf': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b8294a50_b121_5b9c_bacd_5d4206c3aaaf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b8294a50_b121_5b9c_bacd_5d4206c3aaaf' } as NamedNode,
	'EMMO_b82d6a44_ea23_4b68_9b24_70f77deac955': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b82d6a44_ea23_4b68_9b24_70f77deac955', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b82d6a44_ea23_4b68_9b24_70f77deac955' } as NamedNode,
	'EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6' } as NamedNode,
	'EMMO_b8aab013_b729_51f1_bc14_5302e7f97cbe': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b8aab013_b729_51f1_bc14_5302e7f97cbe', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b8aab013_b729_51f1_bc14_5302e7f97cbe' } as NamedNode,
	/** A manufacturing process in which metallic material is anodically dissolved under the influence of an electric current and an electrolyte solution. The current flow can be caused either by connection to an external current source or due to local element formation on the workpiece (etching). */
	'EMMO_b8ce01a5_1e0c_4c69_8e54_7235fd4fe47e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b8ce01a5_1e0c_4c69_8e54_7235fd4fe47e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b8ce01a5_1e0c_4c69_8e54_7235fd4fe47e' } as NamedNode,
	'EMMO_b8f79e53_2ad4_441d_87ff_284a5c419e46': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b8f79e53_2ad4_441d_87ff_284a5c419e46', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b8f79e53_2ad4_441d_87ff_284a5c419e46' } as NamedNode,
	'EMMO_b8fa18b7_14c7_42cd_bd5f_4fc073677a5b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b8fa18b7_14c7_42cd_bd5f_4fc073677a5b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b8fa18b7_14c7_42cd_bd5f_4fc073677a5b' } as NamedNode,
	'EMMO_b9277e83_016c_405f_b90a_7e93642c775b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b9277e83_016c_405f_b90a_7e93642c775b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b9277e83_016c_405f_b90a_7e93642c775b' } as NamedNode,
	'EMMO_b92900ac_69b2_5a63_a9d5_4984ae20905a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b92900ac_69b2_5a63_a9d5_4984ae20905a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b92900ac_69b2_5a63_a9d5_4984ae20905a' } as NamedNode,
	'EMMO_b941e455_2cb1_4c11_93e3_17caa06086b4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b941e455_2cb1_4c11_93e3_17caa06086b4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b941e455_2cb1_4c11_93e3_17caa06086b4' } as NamedNode,
	'EMMO_b94b3748_71c5_4de9_95e7_42586c3ed607': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b94b3748_71c5_4de9_95e7_42586c3ed607', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b94b3748_71c5_4de9_95e7_42586c3ed607' } as NamedNode,
	'EMMO_b9522e56_1fac_4766_97e6_428605fabd3e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b9522e56_1fac_4766_97e6_428605fabd3e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b9522e56_1fac_4766_97e6_428605fabd3e' } as NamedNode,
	'EMMO_b953f2b1_c8d1_4dd9_b630_d3ef6580c2bb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b953f2b1_c8d1_4dd9_b630_d3ef6580c2bb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b953f2b1_c8d1_4dd9_b630_d3ef6580c2bb' } as NamedNode,
	'EMMO_b9695e87_8261_412e_83cd_a86459426a28': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_b9695e87_8261_412e_83cd_a86459426a28', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_b9695e87_8261_412e_83cd_a86459426a28' } as NamedNode,
	'EMMO_ba236f43_7f94_4386_9673_9122952e928b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ba236f43_7f94_4386_9673_9122952e928b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ba236f43_7f94_4386_9673_9122952e928b' } as NamedNode,
	/** The DBpedia definition (http://dbpedia.org/page/Magnetic_flux_quantum) is outdated as May 20, 2019. It is now an exact quantity. */
	'EMMO_ba380bc6_2bfd_4f11_94c7_b3cbaafd1631': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ba380bc6_2bfd_4f11_94c7_b3cbaafd1631', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ba380bc6_2bfd_4f11_94c7_b3cbaafd1631' } as NamedNode,
	/** According to the SI brochure counting does not automatically qualify a quantity as an amount of substance.
 
This quantity is used only to describe the outcome of a counting process, without regard of the type of entities.
 
There are also some quantities that cannot be described in terms of the seven base quantities of the SI, but have the nature of a count. Examples are a number of molecules, a number of cellular or biomolecular entities (for example copies of a particular nucleic acid sequence), or degeneracy in quantum mechanics. Counting quantities are also quantities with the associated unit one. */
	'EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c' } as NamedNode,
	'EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c' } as NamedNode,
	'EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6' } as NamedNode,
	'EMMO_bb6febfa_5c6b_43c9_941a_4b6157b703be': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bb6febfa_5c6b_43c9_941a_4b6157b703be', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bb6febfa_5c6b_43c9_941a_4b6157b703be' } as NamedNode,
	/** The mass concentration of water at saturation is denoted usat. */
	'EMMO_bba5d6f7_53e5_417a_855e_a95322fb641e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bba5d6f7_53e5_417a_855e_a95322fb641e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bba5d6f7_53e5_417a_855e_a95322fb641e' } as NamedNode,
	'EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0' } as NamedNode,
	/** A collective term for the processes in which, during joining, the parts to be joined and any auxiliary parts are essentially only elastically deformed and unintentional loosening is prevented by frictional connection. */
	'EMMO_bbf12904_e25e_4f49_87f3_8bd210a6b535': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bbf12904_e25e_4f49_87f3_8bd210a6b535', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bbf12904_e25e_4f49_87f3_8bd210a6b535' } as NamedNode,
	'EMMO_bc1bb0e8_ec90_5276_a15c_3e805144a083': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bc1bb0e8_ec90_5276_a15c_3e805144a083', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bc1bb0e8_ec90_5276_a15c_3e805144a083' } as NamedNode,
	'EMMO_bc37743c_37c4_4ec7_9d58_d1aae5567352': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bc37743c_37c4_4ec7_9d58_d1aae5567352', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bc37743c_37c4_4ec7_9d58_d1aae5567352' } as NamedNode,
	'EMMO_bc73913a_3bb6_4205_8d36_79bc72ca9891': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bc73913a_3bb6_4205_8d36_79bc72ca9891', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bc73913a_3bb6_4205_8d36_79bc72ca9891' } as NamedNode,
	'EMMO_bcf70555_8df3_5a39_b26a_a5e802d17a37': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bcf70555_8df3_5a39_b26a_a5e802d17a37', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bcf70555_8df3_5a39_b26a_a5e802d17a37' } as NamedNode,
	'EMMO_bd325ef5_4127_420c_83d3_207b3e2184fd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bd325ef5_4127_420c_83d3_207b3e2184fd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bd325ef5_4127_420c_83d3_207b3e2184fd' } as NamedNode,
	'EMMO_bd67d149_24c2_4bc9_833a_c2bc26f98fd3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bd67d149_24c2_4bc9_833a_c2bc26f98fd3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bd67d149_24c2_4bc9_833a_c2bc26f98fd3' } as NamedNode,
	'EMMO_bd8db028_aec2_4a44_ad93_1a9f8270f72c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bd8db028_aec2_4a44_ad93_1a9f8270f72c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bd8db028_aec2_4a44_ad93_1a9f8270f72c' } as NamedNode,
	'EMMO_bd93ef72_3d4f_5f17_b613_01f440296995': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bd93ef72_3d4f_5f17_b613_01f440296995', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bd93ef72_3d4f_5f17_b613_01f440296995' } as NamedNode,
	'EMMO_bdb1ece0_0631_452e_9348_8387595428e8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bdb1ece0_0631_452e_9348_8387595428e8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bdb1ece0_0631_452e_9348_8387595428e8' } as NamedNode,
	'EMMO_bdb76b61_4bf6_44d6_9424_6cc073f964bc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bdb76b61_4bf6_44d6_9424_6cc073f964bc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bdb76b61_4bf6_44d6_9424_6cc073f964bc' } as NamedNode,
	'EMMO_bdee99f6_389b_4816_8a1c_a7903a2df00a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bdee99f6_389b_4816_8a1c_a7903a2df00a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bdee99f6_389b_4816_8a1c_a7903a2df00a' } as NamedNode,
	'EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2' } as NamedNode,
	'EMMO_be31e6c6_881f_41c4_8354_c05aac4d7c46': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_be31e6c6_881f_41c4_8354_c05aac4d7c46', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_be31e6c6_881f_41c4_8354_c05aac4d7c46' } as NamedNode,
	'EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817' } as NamedNode,
	'EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926' } as NamedNode,
	/** A conventional semiotic relation that relates a physical quantity to its unit. */
	'EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569' } as NamedNode,
	'EMMO_bed2fe4c_dc7e_43a8_8200_6aac44030bff': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bed2fe4c_dc7e_43a8_8200_6aac44030bff', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bed2fe4c_dc7e_43a8_8200_6aac44030bff' } as NamedNode,
	'EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a' } as NamedNode,
	'EMMO_bf66642d_f13d_42d2_ad6d_eafd41686155': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bf66642d_f13d_42d2_ad6d_eafd41686155', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bf66642d_f13d_42d2_ad6d_eafd41686155' } as NamedNode,
	'EMMO_bf836c2b_7800_474d_b674_f5d629fa0bb1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bf836c2b_7800_474d_b674_f5d629fa0bb1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bf836c2b_7800_474d_b674_f5d629fa0bb1' } as NamedNode,
	'EMMO_bfce8136_8f58_4ea5_ab3a_1734170c5d92': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_bfce8136_8f58_4ea5_ab3a_1734170c5d92', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_bfce8136_8f58_4ea5_ab3a_1734170c5d92' } as NamedNode,
	'EMMO_c00cc96e_a51e_5dc9_9e6c_1cc4dfaf1c67': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c00cc96e_a51e_5dc9_9e6c_1cc4dfaf1c67', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c00cc96e_a51e_5dc9_9e6c_1cc4dfaf1c67' } as NamedNode,
	'EMMO_c0487653_66e8_454e_bb11_e50167e412e4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c0487653_66e8_454e_bb11_e50167e412e4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c0487653_66e8_454e_bb11_e50167e412e4' } as NamedNode,
	'EMMO_c052baf7_358f_55de_8ca3_9688563c3cfb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c052baf7_358f_55de_8ca3_9688563c3cfb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c052baf7_358f_55de_8ca3_9688563c3cfb' } as NamedNode,
	'EMMO_c05759c8_de71_4223_abba_630ae405b2b8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c05759c8_de71_4223_abba_630ae405b2b8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c05759c8_de71_4223_abba_630ae405b2b8' } as NamedNode,
	'EMMO_c0afb341_7d31_4883_a307_ae4606df2a1b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c0afb341_7d31_4883_a307_ae4606df2a1b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c0afb341_7d31_4883_a307_ae4606df2a1b' } as NamedNode,
	'EMMO_c0ec56d1_0deb_4452_a6a1_70570308b6bb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c0ec56d1_0deb_4452_a6a1_70570308b6bb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c0ec56d1_0deb_4452_a6a1_70570308b6bb' } as NamedNode,
	'EMMO_c0f32e02_44d7_4c99_986e_c368d7219e4c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c0f32e02_44d7_4c99_986e_c368d7219e4c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c0f32e02_44d7_4c99_986e_c368d7219e4c' } as NamedNode,
	'EMMO_c0f48dc6_4a32_4d9a_a956_d68415954a8e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c0f48dc6_4a32_4d9a_a956_d68415954a8e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c0f48dc6_4a32_4d9a_a956_d68415954a8e' } as NamedNode,
	'EMMO_c0f72631_d7c2_434c_9c26_5c44123df682': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c0f72631_d7c2_434c_9c26_5c44123df682', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c0f72631_d7c2_434c_9c26_5c44123df682' } as NamedNode,
	/** For normal cases, the relative humidity may be assumed to be equal to relative mass concentration of vapour. */
	'EMMO_c106f318_38b1_4261_94cc_f4ac6ccc47af': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c106f318_38b1_4261_94cc_f4ac6ccc47af', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c106f318_38b1_4261_94cc_f4ac6ccc47af' } as NamedNode,
	'EMMO_c10700ef_832b_5b39_a0a0_5e3f5f17b8e8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c10700ef_832b_5b39_a0a0_5e3f5f17b8e8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c10700ef_832b_5b39_a0a0_5e3f5f17b8e8' } as NamedNode,
	'EMMO_c1102bae_7e7d_5142_95fe_ec25c8cb4903': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c1102bae_7e7d_5142_95fe_ec25c8cb4903', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c1102bae_7e7d_5142_95fe_ec25c8cb4903' } as NamedNode,
	'EMMO_c12eb68b_8526_4c35_8346_c27194946353': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c12eb68b_8526_4c35_8346_c27194946353', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c12eb68b_8526_4c35_8346_c27194946353' } as NamedNode,
	'EMMO_c130614a_2985_476d_a7ed_8a137847703c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c130614a_2985_476d_a7ed_8a137847703c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c130614a_2985_476d_a7ed_8a137847703c' } as NamedNode,
	'EMMO_c18fff21_87c8_4877_a7e6_9ca1052d074e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c18fff21_87c8_4877_a7e6_9ca1052d074e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c18fff21_87c8_4877_a7e6_9ca1052d074e' } as NamedNode,
	'EMMO_c1b40f92_d27d_5aa0_9811_b6c58391f951': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c1b40f92_d27d_5aa0_9811_b6c58391f951', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c1b40f92_d27d_5aa0_9811_b6c58391f951' } as NamedNode,
	'EMMO_c1bb775c_0888_5b88_9cce_c49bae1d298b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c1bb775c_0888_5b88_9cce_c49bae1d298b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c1bb775c_0888_5b88_9cce_c49bae1d298b' } as NamedNode,
	/** The diameter of a circle or a sphere is twice its radius. */
	'EMMO_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6' } as NamedNode,
	/** machining with a circular cutting movement in which the axis of rotation of the tool and the axis of the internal surface to be produced are identical and the feed movement is in the direction of this axis. The axis of rotation of the cutting movement maintains its position relative to the workpiece independently of the feed movement (axis of rotation workpiece-bound). */
	'EMMO_c1dad83e_974f_432e_ac92_d016f2445279': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c1dad83e_974f_432e_ac92_d016f2445279', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c1dad83e_974f_432e_ac92_d016f2445279' } as NamedNode,
	'EMMO_c20dd550_7241_4ca4_b5b1_0d300ab03b6c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c20dd550_7241_4ca4_b5b1_0d300ab03b6c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c20dd550_7241_4ca4_b5b1_0d300ab03b6c' } as NamedNode,
	'EMMO_c26a0340_d619_4928_b1a1_1a04e88bb89d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c26a0340_d619_4928_b1a1_1a04e88bb89d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c26a0340_d619_4928_b1a1_1a04e88bb89d' } as NamedNode,
	'EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53' } as NamedNode,
	'EMMO_c2a2b2ac_1fbe_46d9_8853_6497cea6ff43': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c2a2b2ac_1fbe_46d9_8853_6497cea6ff43', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c2a2b2ac_1fbe_46d9_8853_6497cea6ff43' } as NamedNode,
	'EMMO_c2d725c3_9c16_4871_9a86_7afa12fc0a01': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c2d725c3_9c16_4871_9a86_7afa12fc0a01', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c2d725c3_9c16_4871_9a86_7afa12fc0a01' } as NamedNode,
	'EMMO_c2d9d370_f9eb_40be_b01e_7ceba8f7457f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c2d9d370_f9eb_40be_b01e_7ceba8f7457f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c2d9d370_f9eb_40be_b01e_7ceba8f7457f' } as NamedNode,
	/** Quantities that are ratios of quantities of the same kind (for example length ratios and amount fractions) have the option of being expressed with units (m/m, mol/mol to aid the understanding of the quantity being expressed and also allow the use of SI prefixes, if this
is desirable (μm/m, nmol/mol).
-- SI Brochure */
	'EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da' } as NamedNode,
	'EMMO_c30aaeb1_66cc_4c69_8890_d7812c1d608c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c30aaeb1_66cc_4c69_8890_d7812c1d608c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c30aaeb1_66cc_4c69_8890_d7812c1d608c' } as NamedNode,
	'EMMO_c32f8642_f1a1_5fae_8b4e_990b40f6eff8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c32f8642_f1a1_5fae_8b4e_990b40f6eff8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c32f8642_f1a1_5fae_8b4e_990b40f6eff8' } as NamedNode,
	'EMMO_c365fcb8_095d_416b_b4df_a18f2f557016': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c365fcb8_095d_416b_b4df_a18f2f557016', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c365fcb8_095d_416b_b4df_a18f2f557016' } as NamedNode,
	'EMMO_c3796906_8063_47d4_92af_890ae08f25fa': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c3796906_8063_47d4_92af_890ae08f25fa', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c3796906_8063_47d4_92af_890ae08f25fa' } as NamedNode,
	'EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7' } as NamedNode,
	'EMMO_c39d6a20_b987_49db_addb_a498635b89ff': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c39d6a20_b987_49db_addb_a498635b89ff', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c39d6a20_b987_49db_addb_a498635b89ff' } as NamedNode,
	'EMMO_c3a05192_7d78_5190_bc3e_3ea44cfc9d19': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c3a05192_7d78_5190_bc3e_3ea44cfc9d19', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c3a05192_7d78_5190_bc3e_3ea44cfc9d19' } as NamedNode,
	'EMMO_c404e6d9_261d_4d2e_ab0d_ba4e05062647': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c404e6d9_261d_4d2e_ab0d_ba4e05062647', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c404e6d9_261d_4d2e_ab0d_ba4e05062647' } as NamedNode,
	'EMMO_c413d96f_c57b_4c70_9ac1_312db6c009a8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c413d96f_c57b_4c70_9ac1_312db6c009a8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c413d96f_c57b_4c70_9ac1_312db6c009a8' } as NamedNode,
	'EMMO_c457b6b9_5e73_4853_ae08_d776c12b8058': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c457b6b9_5e73_4853_ae08_d776c12b8058', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c457b6b9_5e73_4853_ae08_d776c12b8058' } as NamedNode,
	'EMMO_c45d9e2f_54f3_5464_82f3_c0f11a36389a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c45d9e2f_54f3_5464_82f3_c0f11a36389a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c45d9e2f_54f3_5464_82f3_c0f11a36389a' } as NamedNode,
	/** "Ordinal quantities, such as Rockwell C hardness, are usually not considered to be part of a system of quantities because they are related to other quantities through empirical relations only."
International vocabulary of metrology (VIM) */
	'EMMO_c46f091c_0420_4c1a_af30_0a2c8ebcf7d7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c46f091c_0420_4c1a_af30_0a2c8ebcf7d7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c46f091c_0420_4c1a_af30_0a2c8ebcf7d7' } as NamedNode,
	'EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840' } as NamedNode,
	'EMMO_c4fba898_896b_4d58_a24c_b5c0851fa2a2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c4fba898_896b_4d58_a24c_b5c0851fa2a2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c4fba898_896b_4d58_a24c_b5c0851fa2a2' } as NamedNode,
	'EMMO_c4ffca76_fb0c_43c7_bc16_8c2430888c83': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c4ffca76_fb0c_43c7_bc16_8c2430888c83', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c4ffca76_fb0c_43c7_bc16_8c2430888c83' } as NamedNode,
	'EMMO_c58c799e_cc6c_4310_a3f1_78da70705b2a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c58c799e_cc6c_4310_a3f1_78da70705b2a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c58c799e_cc6c_4310_a3f1_78da70705b2a' } as NamedNode,
	'EMMO_c5970406_0b66_4931_8a23_3e81162ba65b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c5970406_0b66_4931_8a23_3e81162ba65b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c5970406_0b66_4931_8a23_3e81162ba65b' } as NamedNode,
	'EMMO_c5ac5c53_14de_47ce_b424_2576d042d241': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c5ac5c53_14de_47ce_b424_2576d042d241', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c5ac5c53_14de_47ce_b424_2576d042d241' } as NamedNode,
	'EMMO_c5ae6d8e_6b39_431f_8de4_ae4e357abc04': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c5ae6d8e_6b39_431f_8de4_ae4e357abc04', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c5ae6d8e_6b39_431f_8de4_ae4e357abc04' } as NamedNode,
	'EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d' } as NamedNode,
	'EMMO_c5e9e390_8836_4440_b4fd_c906fdd4f438': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c5e9e390_8836_4440_b4fd_c906fdd4f438', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c5e9e390_8836_4440_b4fd_c906fdd4f438' } as NamedNode,
	'EMMO_c5fcfb08_12a9_4030_925b_14e3a0eabd07': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c5fcfb08_12a9_4030_925b_14e3a0eabd07', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c5fcfb08_12a9_4030_925b_14e3a0eabd07' } as NamedNode,
	'EMMO_c62b76d5_c1cc_432a_8c9e_7684ab054669': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c62b76d5_c1cc_432a_8c9e_7684ab054669', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c62b76d5_c1cc_432a_8c9e_7684ab054669' } as NamedNode,
	'EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e' } as NamedNode,
	'EMMO_c6da5256_df91_48f5_8653_35165fb454a0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c6da5256_df91_48f5_8653_35165fb454a0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c6da5256_df91_48f5_8653_35165fb454a0' } as NamedNode,
	'EMMO_c6e77b51_681b_4d04_b20d_a08f2b977470': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c6e77b51_681b_4d04_b20d_a08f2b977470', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c6e77b51_681b_4d04_b20d_a08f2b977470' } as NamedNode,
	'EMMO_c6f8d962_2239_4a9e_a9ac_63c01b84de09': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c6f8d962_2239_4a9e_a9ac_63c01b84de09', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c6f8d962_2239_4a9e_a9ac_63c01b84de09' } as NamedNode,
	/** This subclass of icon inspired by Peirceian category (c) the metaphor, which represents the representative character of a sign by representing a parallelism in something else. */
	'EMMO_c7013b53_3071_410b_a5e4_a8d266dcdfb5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c7013b53_3071_410b_a5e4_a8d266dcdfb5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c7013b53_3071_410b_a5e4_a8d266dcdfb5' } as NamedNode,
	'EMMO_c7171429_b9e3_4812_95c1_e97309370538': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c7171429_b9e3_4812_95c1_e97309370538', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c7171429_b9e3_4812_95c1_e97309370538' } as NamedNode,
	'EMMO_c7188d13_52e6_43f7_9b6d_aba4c161fa8f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c7188d13_52e6_43f7_9b6d_aba4c161fa8f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c7188d13_52e6_43f7_9b6d_aba4c161fa8f' } as NamedNode,
	/** This concept includes only things that are purposely created by an agent. */
	'EMMO_c74da218_9147_4f03_92d1_8894abca55f3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c74da218_9147_4f03_92d1_8894abca55f3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c74da218_9147_4f03_92d1_8894abca55f3' } as NamedNode,
	'EMMO_c7651944_e33f_56bc_8d83_f6de9760d661': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c7651944_e33f_56bc_8d83_f6de9760d661', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c7651944_e33f_56bc_8d83_f6de9760d661' } as NamedNode,
	/** Method of joining metallic materials with the aid of a molten filler metal (solder), optionally with the use of flow agents */
	'EMMO_c790c7ff_2d10_4336_94ad_4f4e173109a9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c790c7ff_2d10_4336_94ad_4f4e173109a9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c790c7ff_2d10_4336_94ad_4f4e173109a9' } as NamedNode,
	'EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f' } as NamedNode,
	'EMMO_c7bc281c_0f58_431c_a66f_04be575fae7e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c7bc281c_0f58_431c_a66f_04be575fae7e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c7bc281c_0f58_431c_a66f_04be575fae7e' } as NamedNode,
	/** Cutting with circular or straight cutting motion, using a multi-toothed tool of small cutting width, the cutting motion being performed by the tool */
	'EMMO_c7d004db_59fa_5ae3_adb1_e75736aa721a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c7d004db_59fa_5ae3_adb1_e75736aa721a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c7d004db_59fa_5ae3_adb1_e75736aa721a' } as NamedNode,
	'EMMO_c7ee175d_4c25_45cb_b74e_71435b11b77d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c7ee175d_4c25_45cb_b74e_71435b11b77d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c7ee175d_4c25_45cb_b74e_71435b11b77d' } as NamedNode,
	'EMMO_c7f4684e_ee74_4119_87e0_ecd255e10d2f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c7f4684e_ee74_4119_87e0_ecd255e10d2f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c7f4684e_ee74_4119_87e0_ecd255e10d2f' } as NamedNode,
	'EMMO_c828cd65_e2de_5ae2_b581_4e5d2498e493': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c828cd65_e2de_5ae2_b581_4e5d2498e493', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c828cd65_e2de_5ae2_b581_4e5d2498e493' } as NamedNode,
	'EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d' } as NamedNode,
	'EMMO_c88a0f70_482b_4e37_9ae2_ee66bbfc20a7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c88a0f70_482b_4e37_9ae2_ee66bbfc20a7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c88a0f70_482b_4e37_9ae2_ee66bbfc20a7' } as NamedNode,
	'EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f' } as NamedNode,
	'EMMO_c8fe15d0_caf7_46f7_883c_0e98081987f1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c8fe15d0_caf7_46f7_883c_0e98081987f1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c8fe15d0_caf7_46f7_883c_0e98081987f1' } as NamedNode,
	'EMMO_c91a40af_033a_48b3_baa5_6cc43aaf62aa': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c91a40af_033a_48b3_baa5_6cc43aaf62aa', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c91a40af_033a_48b3_baa5_6cc43aaf62aa' } as NamedNode,
	'EMMO_c9354e77_e6c9_4a76_8571_2446bc934c94': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c9354e77_e6c9_4a76_8571_2446bc934c94', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c9354e77_e6c9_4a76_8571_2446bc934c94' } as NamedNode,
	'EMMO_c949f76f_4a65_4203_9734_0f9dd778e56b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c949f76f_4a65_4203_9734_0f9dd778e56b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c949f76f_4a65_4203_9734_0f9dd778e56b' } as NamedNode,
	'EMMO_c97277f7_f011_51bb_aeb8_5e8b1f3f711c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c97277f7_f011_51bb_aeb8_5e8b1f3f711c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c97277f7_f011_51bb_aeb8_5e8b1f3f711c' } as NamedNode,
	'EMMO_c9805ac9_a943_4be4_ac4b_6da64ba36c73': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c9805ac9_a943_4be4_ac4b_6da64ba36c73', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c9805ac9_a943_4be4_ac4b_6da64ba36c73' } as NamedNode,
	'EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88' } as NamedNode,
	'EMMO_c9a2307d_51d0_426b_ae2f_85f5a44934e0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c9a2307d_51d0_426b_ae2f_85f5a44934e0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c9a2307d_51d0_426b_ae2f_85f5a44934e0' } as NamedNode,
	'EMMO_c9aa84db_e12f_4ab7_8807_0c09d5dba2cb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c9aa84db_e12f_4ab7_8807_0c09d5dba2cb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c9aa84db_e12f_4ab7_8807_0c09d5dba2cb' } as NamedNode,
	'EMMO_c9ac19ce_af4f_5abd_975d_c86dca0b4d58': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c9ac19ce_af4f_5abd_975d_c86dca0b4d58', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c9ac19ce_af4f_5abd_975d_c86dca0b4d58' } as NamedNode,
	'EMMO_c9c8f824_9127_4f93_bc21_69fe78a7f6f2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c9c8f824_9127_4f93_bc21_69fe78a7f6f2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c9c8f824_9127_4f93_bc21_69fe78a7f6f2' } as NamedNode,
	'EMMO_c9f0abb6_d3e8_459e_bacc_c14ed5481998': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_c9f0abb6_d3e8_459e_bacc_c14ed5481998', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_c9f0abb6_d3e8_459e_bacc_c14ed5481998' } as NamedNode,
	'EMMO_ca369738_78de_470b_8631_be83f75e45a3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ca369738_78de_470b_8631_be83f75e45a3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ca369738_78de_470b_8631_be83f75e45a3' } as NamedNode,
	'EMMO_ca54593a_6828_491b_8fda_22b0ad85e446': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ca54593a_6828_491b_8fda_22b0ad85e446', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ca54593a_6828_491b_8fda_22b0ad85e446' } as NamedNode,
	'EMMO_caa63d00_80b1_4408_ac1b_cd0d23b0ec50': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_caa63d00_80b1_4408_ac1b_cd0d23b0ec50', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_caa63d00_80b1_4408_ac1b_cd0d23b0ec50' } as NamedNode,
	'EMMO_caacc634_4328_5d9d_a8e8_1c25a2557e94': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_caacc634_4328_5d9d_a8e8_1c25a2557e94', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_caacc634_4328_5d9d_a8e8_1c25a2557e94' } as NamedNode,
	'EMMO_cab2be5c_4e71_4c15_8412_adb2a7f0831a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cab2be5c_4e71_4c15_8412_adb2a7f0831a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cab2be5c_4e71_4c15_8412_adb2a7f0831a' } as NamedNode,
	'EMMO_cabcb18d_88ff_5ff7_aceb_ab573526620e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cabcb18d_88ff_5ff7_aceb_ab573526620e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cabcb18d_88ff_5ff7_aceb_ab573526620e' } as NamedNode,
	'EMMO_cac16ce6_2cef_405d_ac63_0f918db4875e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cac16ce6_2cef_405d_ac63_0f918db4875e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cac16ce6_2cef_405d_ac63_0f918db4875e' } as NamedNode,
	'EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21' } as NamedNode,
	'EMMO_cb3f4298_5895_4272_be63_42dd246cc10c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cb3f4298_5895_4272_be63_42dd246cc10c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cb3f4298_5895_4272_be63_42dd246cc10c' } as NamedNode,
	'EMMO_cb62c651_f41a_4e12_a374_a3da3db1d2ff': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cb62c651_f41a_4e12_a374_a3da3db1d2ff', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cb62c651_f41a_4e12_a374_a3da3db1d2ff' } as NamedNode,
	'EMMO_cb71d1cb_0d62_4de7_a628_bc8e14acfe05': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cb71d1cb_0d62_4de7_a628_bc8e14acfe05', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cb71d1cb_0d62_4de7_a628_bc8e14acfe05' } as NamedNode,
	'EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3' } as NamedNode,
	'EMMO_cbba91a7_d639_461f_ae23_d021751029e4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cbba91a7_d639_461f_ae23_d021751029e4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cbba91a7_d639_461f_ae23_d021751029e4' } as NamedNode,
	/** Following nominalistic approach a species is simply a name that can point to an element name, a chemical formula or a chemical compound.
 
So everything addressed by these classes of names can be calleded a chemical species. */
	'EMMO_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689' } as NamedNode,
	'EMMO_cbdea88b_fef1_4c7c_b69f_ae1f0f241c4a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cbdea88b_fef1_4c7c_b69f_ae1f0f241c4a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cbdea88b_fef1_4c7c_b69f_ae1f0f241c4a' } as NamedNode,
	'EMMO_cbf42aa6_9e11_4be8_932a_ae3c792ab17d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cbf42aa6_9e11_4be8_932a_ae3c792ab17d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cbf42aa6_9e11_4be8_932a_ae3c792ab17d' } as NamedNode,
	/** The negative of ElementaryCharge. */
	'EMMO_cc01751d_dd05_429b_9d0c_1b7a74d1f277': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cc01751d_dd05_429b_9d0c_1b7a74d1f277', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cc01751d_dd05_429b_9d0c_1b7a74d1f277' } as NamedNode,
	'EMMO_cc0df52b_6211_4167_9e22_5cc3ba201bd9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cc0df52b_6211_4167_9e22_5cc3ba201bd9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cc0df52b_6211_4167_9e22_5cc3ba201bd9' } as NamedNode,
	'EMMO_cc741dde_2c7c_46ef_bb66_16a6d12c2a88': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cc741dde_2c7c_46ef_bb66_16a6d12c2a88', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cc741dde_2c7c_46ef_bb66_16a6d12c2a88' } as NamedNode,
	'EMMO_cc823237_398d_4c9a_b8fa_aa157ee3e3a5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cc823237_398d_4c9a_b8fa_aa157ee3e3a5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cc823237_398d_4c9a_b8fa_aa157ee3e3a5' } as NamedNode,
	'EMMO_ccb1ccaa_c8bd_47a4_b572_ca809325ac68': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ccb1ccaa_c8bd_47a4_b572_ca809325ac68', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ccb1ccaa_c8bd_47a4_b572_ca809325ac68' } as NamedNode,
	'EMMO_ccdc1a41_6e96_416b_92ec_efe67917434a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ccdc1a41_6e96_416b_92ec_efe67917434a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ccdc1a41_6e96_416b_92ec_efe67917434a' } as NamedNode,
	'EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a' } as NamedNode,
	/** Length is a non-negative additive quantity attributed to a one-dimensional object in space. */
	'EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac' } as NamedNode,
	'EMMO_cd981768_f96b_4b65_85e6_19216c0e1dd4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cd981768_f96b_4b65_85e6_19216c0e1dd4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cd981768_f96b_4b65_85e6_19216c0e1dd4' } as NamedNode,
	'EMMO_cd9ad446_04f7_44ff_b9ea_ae7389574fa6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cd9ad446_04f7_44ff_b9ea_ae7389574fa6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cd9ad446_04f7_44ff_b9ea_ae7389574fa6' } as NamedNode,
	'EMMO_cdc5a859_de8d_401a_b2fd_6bed90aad310': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cdc5a859_de8d_401a_b2fd_6bed90aad310', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cdc5a859_de8d_401a_b2fd_6bed90aad310' } as NamedNode,
	'EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179' } as NamedNode,
	/** Measure of a material's ability to conduct an electric current.
 
Conductivity is equeal to the resiprocal of resistivity. */
	'EMMO_cde4368c_1d4d_4c94_8548_604749523c6d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cde4368c_1d4d_4c94_8548_604749523c6d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cde4368c_1d4d_4c94_8548_604749523c6d' } as NamedNode,
	'EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723' } as NamedNode,
	'EMMO_ce8cedc4_4835_5298_b723_6223d2a17e5a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ce8cedc4_4835_5298_b723_6223d2a17e5a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ce8cedc4_4835_5298_b723_6223d2a17e5a' } as NamedNode,
	'EMMO_ceaa4c6b_f5b7_46f4_bfcd_16eb4afab945': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ceaa4c6b_f5b7_46f4_bfcd_16eb4afab945', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ceaa4c6b_f5b7_46f4_bfcd_16eb4afab945' } as NamedNode,
	'EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186' } as NamedNode,
	'EMMO_ced3fb28_51f7_5208_9aab_d1f8bef21ee5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ced3fb28_51f7_5208_9aab_d1f8bef21ee5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ced3fb28_51f7_5208_9aab_d1f8bef21ee5' } as NamedNode,
	'EMMO_cf55f4d1_3865_5de4_88b4_3045f0db3a20': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cf55f4d1_3865_5de4_88b4_3045f0db3a20', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cf55f4d1_3865_5de4_88b4_3045f0db3a20' } as NamedNode,
	'EMMO_cf972459_e649_4aa8_9676_3d219b5e0fe6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cf972459_e649_4aa8_9676_3d219b5e0fe6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cf972459_e649_4aa8_9676_3d219b5e0fe6' } as NamedNode,
	'EMMO_cfac37de_991d_5a7d_9adc_8946324ffef6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cfac37de_991d_5a7d_9adc_8946324ffef6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cfac37de_991d_5a7d_9adc_8946324ffef6' } as NamedNode,
	'EMMO_cff5ef70_96eb_4ea3_9bea_fe1fbe6177be': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cff5ef70_96eb_4ea3_9bea_fe1fbe6177be', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cff5ef70_96eb_4ea3_9bea_fe1fbe6177be' } as NamedNode,
	'EMMO_cff9f930_f3f7_43c6_9228_28bf3e1ec706': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cff9f930_f3f7_43c6_9228_28bf3e1ec706', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cff9f930_f3f7_43c6_9228_28bf3e1ec706' } as NamedNode,
	'EMMO_cffec057_9258_52ae_bb4c_ca761b6bc407': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_cffec057_9258_52ae_bb4c_ca761b6bc407', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_cffec057_9258_52ae_bb4c_ca761b6bc407' } as NamedNode,
	'EMMO_d01b3ee2_91a5_4ce2_95cd_f0d2c333c6d3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d01b3ee2_91a5_4ce2_95cd_f0d2c333c6d3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d01b3ee2_91a5_4ce2_95cd_f0d2c333c6d3' } as NamedNode,
	'EMMO_d0200cf1_e4f4_45ae_873f_b9359daea3cd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d0200cf1_e4f4_45ae_873f_b9359daea3cd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d0200cf1_e4f4_45ae_873f_b9359daea3cd' } as NamedNode,
	'EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e' } as NamedNode,
	'EMMO_d02f6f3e_9e32_4188_a116_29dc304ceb49': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d02f6f3e_9e32_4188_a116_29dc304ceb49', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d02f6f3e_9e32_4188_a116_29dc304ceb49' } as NamedNode,
	'EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd' } as NamedNode,
	'EMMO_d0af02f3_8a47_554e_a725_42b752451a1b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d0af02f3_8a47_554e_a725_42b752451a1b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d0af02f3_8a47_554e_a725_42b752451a1b' } as NamedNode,
	'EMMO_d0bcf2ca_cd55_4f34_8fc2_2decc4c6087a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d0bcf2ca_cd55_4f34_8fc2_2decc4c6087a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d0bcf2ca_cd55_4f34_8fc2_2decc4c6087a' } as NamedNode,
	'EMMO_d16ce022_5298_49a3_87a5_ca883faae18c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d16ce022_5298_49a3_87a5_ca883faae18c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d16ce022_5298_49a3_87a5_ca883faae18c' } as NamedNode,
	/** Force per unit oriented surface area . */
	'EMMO_d1917609_db5e_4b8a_9b76_ef1d6f860a81': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d1917609_db5e_4b8a_9b76_ef1d6f860a81', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d1917609_db5e_4b8a_9b76_ef1d6f860a81' } as NamedNode,
	/** A variable whose value is assumed to be known independently from the equation, but whose value is not explicitated in the equation. */
	'EMMO_d1d436e7_72fc_49cd_863b_7bfb4ba5276a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d1d436e7_72fc_49cd_863b_7bfb4ba5276a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d1d436e7_72fc_49cd_863b_7bfb4ba5276a' } as NamedNode,
	'EMMO_d26859bb_bb6e_47bb_b46e_c2253414808e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d26859bb_bb6e_47bb_b46e_c2253414808e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d26859bb_bb6e_47bb_b46e_c2253414808e' } as NamedNode,
	'EMMO_d271f202_4c1a_4d74_b86a_387c82034eb7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d271f202_4c1a_4d74_b86a_387c82034eb7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d271f202_4c1a_4d74_b86a_387c82034eb7' } as NamedNode,
	'EMMO_d2a20142_b3a4_4d3b_a7e1_e17597e7f177': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d2a20142_b3a4_4d3b_a7e1_e17597e7f177', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d2a20142_b3a4_4d3b_a7e1_e17597e7f177' } as NamedNode,
	'EMMO_d2a47cd8_662f_438f_855a_b4378eb992ff': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d2a47cd8_662f_438f_855a_b4378eb992ff', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d2a47cd8_662f_438f_855a_b4378eb992ff' } as NamedNode,
	'EMMO_d2a4df79_23a0_5536_9f12_37d3b49c323f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d2a4df79_23a0_5536_9f12_37d3b49c323f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d2a4df79_23a0_5536_9f12_37d3b49c323f' } as NamedNode,
	'EMMO_d2b37868_7b74_469b_ae26_0a7153c23222': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d2b37868_7b74_469b_ae26_0a7153c23222', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d2b37868_7b74_469b_ae26_0a7153c23222' } as NamedNode,
	'EMMO_d2fc9fc2_7f50_495d_a311_1832349db6cb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d2fc9fc2_7f50_495d_a311_1832349db6cb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d2fc9fc2_7f50_495d_a311_1832349db6cb' } as NamedNode,
	'EMMO_d320f878_2be4_4927_aea6_d36a2ae2dd89': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d320f878_2be4_4927_aea6_d36a2ae2dd89', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d320f878_2be4_4927_aea6_d36a2ae2dd89' } as NamedNode,
	'EMMO_d324ae63_7574_4d73_b25b_96479e2626f2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d324ae63_7574_4d73_b25b_96479e2626f2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d324ae63_7574_4d73_b25b_96479e2626f2' } as NamedNode,
	'EMMO_d357e0dd_3497_4590_af6f_7954db7fecf7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d357e0dd_3497_4590_af6f_7954db7fecf7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d357e0dd_3497_4590_af6f_7954db7fecf7' } as NamedNode,
	'EMMO_d364e5e0_9652_4295_8f85_bd1297497377': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d364e5e0_9652_4295_8f85_bd1297497377', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d364e5e0_9652_4295_8f85_bd1297497377' } as NamedNode,
	'EMMO_d368744e_bb2e_4d40_a7ef_762505b6027e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d368744e_bb2e_4d40_a7ef_762505b6027e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d368744e_bb2e_4d40_a7ef_762505b6027e' } as NamedNode,
	'EMMO_d37eeb84_895f_4c30_bf60_387b3314a1a6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d37eeb84_895f_4c30_bf60_387b3314a1a6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d37eeb84_895f_4c30_bf60_387b3314a1a6' } as NamedNode,
	'EMMO_d3eecd54_e9bf_4c6f_bef8_6086cb9aa7b5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d3eecd54_e9bf_4c6f_bef8_6086cb9aa7b5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d3eecd54_e9bf_4c6f_bef8_6086cb9aa7b5' } as NamedNode,
	'EMMO_d3fce82a_4acb_40f9_bbcf_9b123dbe84af': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d3fce82a_4acb_40f9_bbcf_9b123dbe84af', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d3fce82a_4acb_40f9_bbcf_9b123dbe84af' } as NamedNode,
	/** The presence of the prefix makes this units non-coherent with SI system. */
	'EMMO_d41ce84b_4317_41fb_a5d1_6cd281fca106': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d41ce84b_4317_41fb_a5d1_6cd281fca106', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d41ce84b_4317_41fb_a5d1_6cd281fca106' } as NamedNode,
	'EMMO_d43af210_f854_4432_a891_ce3022e3b558': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d43af210_f854_4432_a891_ce3022e3b558', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d43af210_f854_4432_a891_ce3022e3b558' } as NamedNode,
	'EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa' } as NamedNode,
	'EMMO_d481815b_11bd_4cf6_a290_941062ee76ef': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d481815b_11bd_4cf6_a290_941062ee76ef', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d481815b_11bd_4cf6_a290_941062ee76ef' } as NamedNode,
	'EMMO_d4c95fa1_5bda_4063_a22d_62c81fcea284': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d4c95fa1_5bda_4063_a22d_62c81fcea284', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d4c95fa1_5bda_4063_a22d_62c81fcea284' } as NamedNode,
	'EMMO_d4deccf7_8cbf_4766_bf3d_57db491fa637': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d4deccf7_8cbf_4766_bf3d_57db491fa637', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d4deccf7_8cbf_4766_bf3d_57db491fa637' } as NamedNode,
	'EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4' } as NamedNode,
	'EMMO_d4f37e32_16ae_4cc6_b4cd_fd896b2449c4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d4f37e32_16ae_4cc6_b4cd_fd896b2449c4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d4f37e32_16ae_4cc6_b4cd_fd896b2449c4' } as NamedNode,
	/** Time can be seen as the duration of an event or, more operationally, as "what clocks read". */
	'EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7' } as NamedNode,
	'EMMO_d5888438_b092_4057_b8df_966cf6034fb2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d5888438_b092_4057_b8df_966cf6034fb2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d5888438_b092_4057_b8df_966cf6034fb2' } as NamedNode,
	'EMMO_d5adc819_d4b2_4661_b429_1705b75d5053': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d5adc819_d4b2_4661_b429_1705b75d5053', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d5adc819_d4b2_4661_b429_1705b75d5053' } as NamedNode,
	'EMMO_d5b6a25a_408a_408d_aebc_e017260d885d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d5b6a25a_408a_408d_aebc_e017260d885d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d5b6a25a_408a_408d_aebc_e017260d885d' } as NamedNode,
	/** The amount of a constituent divided by the volume of the mixture. */
	'EMMO_d5be1faf_0c56_4f5a_9b78_581e6dee949f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d5be1faf_0c56_4f5a_9b78_581e6dee949f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d5be1faf_0c56_4f5a_9b78_581e6dee949f' } as NamedNode,
	'EMMO_d5e14e54_fa64_4638_83d3_faced4575e72': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d5e14e54_fa64_4638_83d3_faced4575e72', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d5e14e54_fa64_4638_83d3_faced4575e72' } as NamedNode,
	'EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84' } as NamedNode,
	/** Mechanical separation of workpieces without the formation of shapeless material, i.e. also without chips (chipless). */
	'EMMO_d5f98475_00ce_4987_99fb_262aed395e46': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d5f98475_00ce_4987_99fb_262aed395e46', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d5f98475_00ce_4987_99fb_262aed395e46' } as NamedNode,
	'EMMO_d60619c8_1abe_52c0_9491_eb3086245e22': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d60619c8_1abe_52c0_9491_eb3086245e22', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d60619c8_1abe_52c0_9491_eb3086245e22' } as NamedNode,
	/** Is not collection, since the connection between the elements of an assembly line occurs through the flow of objects that are processed. */
	'EMMO_d64920b5_acd0_4e29_893e_ae03b3d7cdaf': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d64920b5_acd0_4e29_893e_ae03b3d7cdaf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d64920b5_acd0_4e29_893e_ae03b3d7cdaf' } as NamedNode,
	'EMMO_d64a491b_d160_4adf_bba1_1a3f0624f0ea': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d64a491b_d160_4adf_bba1_1a3f0624f0ea', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d64a491b_d160_4adf_bba1_1a3f0624f0ea' } as NamedNode,
	'EMMO_d67ee67e_4fac_4676_82c9_aec361dba698': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d67ee67e_4fac_4676_82c9_aec361dba698', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d67ee67e_4fac_4676_82c9_aec361dba698' } as NamedNode,
	'EMMO_d69d2e95_b22f_499a_a552_17fde0d778fc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d69d2e95_b22f_499a_a552_17fde0d778fc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d69d2e95_b22f_499a_a552_17fde0d778fc' } as NamedNode,
	'EMMO_d700aed9_2eb9_4e26_ba30_81cc36157fb1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d700aed9_2eb9_4e26_ba30_81cc36157fb1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d700aed9_2eb9_4e26_ba30_81cc36157fb1' } as NamedNode,
	'EMMO_d722016a_4907_497b_b0d3_cfd10adfef26': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d722016a_4907_497b_b0d3_cfd10adfef26', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d722016a_4907_497b_b0d3_cfd10adfef26' } as NamedNode,
	'EMMO_d7432d8c_3182_4d61_a08f_dc686efaabe9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d7432d8c_3182_4d61_a08f_dc686efaabe9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d7432d8c_3182_4d61_a08f_dc686efaabe9' } as NamedNode,
	'EMMO_d74ed682_894f_46c5_87cb_167f60926965': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d74ed682_894f_46c5_87cb_167f60926965', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d74ed682_894f_46c5_87cb_167f60926965' } as NamedNode,
	'EMMO_d772fa7a_0a31_44bb_a825_ae7829d794c6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d772fa7a_0a31_44bb_a825_ae7829d794c6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d772fa7a_0a31_44bb_a825_ae7829d794c6' } as NamedNode,
	/** If object and sign belongs to the same class, then the sign is fuctional, diagrammatic and resemblance.
For example, when a Boeing 747 is used as a sign for another Boeing 747. */
	'EMMO_d7788d1a_020d_4c78_85a1_13563fcec168': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d7788d1a_020d_4c78_85a1_13563fcec168', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d7788d1a_020d_4c78_85a1_13563fcec168' } as NamedNode,
	'EMMO_d7bf784a_db94_4dd9_861c_54f262846fbf': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d7bf784a_db94_4dd9_861c_54f262846fbf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d7bf784a_db94_4dd9_861c_54f262846fbf' } as NamedNode,
	'EMMO_d7c74480_a568_4470_acff_f18b499cc850': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d7c74480_a568_4470_acff_f18b499cc850', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d7c74480_a568_4470_acff_f18b499cc850' } as NamedNode,
	'EMMO_d7c9e90e_ba46_55b2_9671_43408f6a1d74': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d7c9e90e_ba46_55b2_9671_43408f6a1d74', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d7c9e90e_ba46_55b2_9671_43408f6a1d74' } as NamedNode,
	/** A fundamental physical constant characterizing the strength of the electromagnetic interaction between elementary charged particles. */
	'EMMO_d7d2ca25_03e1_4099_9220_c1a58df13ad0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d7d2ca25_03e1_4099_9220_c1a58df13ad0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d7d2ca25_03e1_4099_9220_c1a58df13ad0' } as NamedNode,
	/** The name “thermal resistance” and the symbol R are used in building technology to designate thermal insulance. */
	'EMMO_d7efc862_981f_4909_925b_700cd93070fc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d7efc862_981f_4909_925b_700cd93070fc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d7efc862_981f_4909_925b_700cd93070fc' } as NamedNode,
	'EMMO_d8030875_6d89_4645_9728_bbc3b8690609': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d8030875_6d89_4645_9728_bbc3b8690609', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d8030875_6d89_4645_9728_bbc3b8690609' } as NamedNode,
	'EMMO_d85162ec_6d62_4cdb_a5b9_f092285e5b7f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d85162ec_6d62_4cdb_a5b9_f092285e5b7f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d85162ec_6d62_4cdb_a5b9_f092285e5b7f' } as NamedNode,
	/** The number of waves per unit length along the direction of propagation. */
	'EMMO_d859588d_44dc_4614_bc75_5fcd0058acc8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d859588d_44dc_4614_bc75_5fcd0058acc8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d859588d_44dc_4614_bc75_5fcd0058acc8' } as NamedNode,
	'EMMO_d8612fa0_c0fb_485d_b45a_1845e7a46796': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d8612fa0_c0fb_485d_b45a_1845e7a46796', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d8612fa0_c0fb_485d_b45a_1845e7a46796' } as NamedNode,
	'EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6' } as NamedNode,
	/** A property that is associated to an object by convention, or assumption. */
	'EMMO_d8aa8e1f_b650_416d_88a0_5118de945456': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d8aa8e1f_b650_416d_88a0_5118de945456', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d8aa8e1f_b650_416d_88a0_5118de945456' } as NamedNode,
	'EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8' } as NamedNode,
	'EMMO_d9589ed2_5304_48b3_9795_11bf44e64e9b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d9589ed2_5304_48b3_9795_11bf44e64e9b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d9589ed2_5304_48b3_9795_11bf44e64e9b' } as NamedNode,
	'EMMO_d97b27cb_61a4_4568_a38b_4edd4f224acc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_d97b27cb_61a4_4568_a38b_4edd4f224acc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_d97b27cb_61a4_4568_a38b_4edd4f224acc' } as NamedNode,
	'EMMO_da4ea7e3_6e60_410b_a209_6ea735a6b10c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_da4ea7e3_6e60_410b_a209_6ea735a6b10c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_da4ea7e3_6e60_410b_a209_6ea735a6b10c' } as NamedNode,
	/** Physical constant in Newton's law of gravitation and in Einstein's general theory of relativity. */
	'EMMO_da831168_975a_41f8_baae_279c298569da': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_da831168_975a_41f8_baae_279c298569da', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_da831168_975a_41f8_baae_279c298569da' } as NamedNode,
	'EMMO_da9e740a_6056_4fa5_a663_c6622e1972d8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_da9e740a_6056_4fa5_a663_c6622e1972d8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_da9e740a_6056_4fa5_a663_c6622e1972d8' } as NamedNode,
	'EMMO_daa9ee97_4c5f_42e5_918c_44d7523e8958': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_daa9ee97_4c5f_42e5_918c_44d7523e8958', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_daa9ee97_4c5f_42e5_918c_44d7523e8958' } as NamedNode,
	'EMMO_dabcbe7d_db82_4445_889b_ae4d76964ea0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dabcbe7d_db82_4445_889b_ae4d76964ea0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dabcbe7d_db82_4445_889b_ae4d76964ea0' } as NamedNode,
	'EMMO_dabe353b_8bfc_4da7_8ac7_8f52786d16f8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dabe353b_8bfc_4da7_8ac7_8f52786d16f8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dabe353b_8bfc_4da7_8ac7_8f52786d16f8' } as NamedNode,
	'EMMO_dacfc7dc_5ddb_4f67_986b_dcd01d649d60': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dacfc7dc_5ddb_4f67_986b_dcd01d649d60', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dacfc7dc_5ddb_4f67_986b_dcd01d649d60' } as NamedNode,
	'EMMO_dad35c10_dd6c_4602_8474_f4ef68517fe9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dad35c10_dd6c_4602_8474_f4ef68517fe9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dad35c10_dd6c_4602_8474_f4ef68517fe9' } as NamedNode,
	'EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1' } as NamedNode,
	'EMMO_dafdcae3_f8ec_4993_8269_2c9299a75158': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dafdcae3_f8ec_4993_8269_2c9299a75158', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dafdcae3_f8ec_4993_8269_2c9299a75158' } as NamedNode,
	/** The ion_atom is the basic part of a pure ionic bonded compound i.e. without eclectron sharing, */
	'EMMO_db03061b_db31_4132_a47a_6a634846578b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_db03061b_db31_4132_a47a_6a634846578b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_db03061b_db31_4132_a47a_6a634846578b' } as NamedNode,
	'EMMO_db716151_6b73_45ff_910c_d182fdcbb4f5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_db716151_6b73_45ff_910c_d182fdcbb4f5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_db716151_6b73_45ff_910c_d182fdcbb4f5' } as NamedNode,
	'EMMO_db99b1e5_2f34_467b_a784_d104946d9f00': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_db99b1e5_2f34_467b_a784_d104946d9f00', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_db99b1e5_2f34_467b_a784_d104946d9f00' } as NamedNode,
	'EMMO_db9a009e_f097_43f5_9520_6cbc07e7610b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_db9a009e_f097_43f5_9520_6cbc07e7610b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_db9a009e_f097_43f5_9520_6cbc07e7610b' } as NamedNode,
	'EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec' } as NamedNode,
	'EMMO_dbb2ae7f_9f47_41b3_bf68_d9bece864e2c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dbb2ae7f_9f47_41b3_bf68_d9bece864e2c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dbb2ae7f_9f47_41b3_bf68_d9bece864e2c' } as NamedNode,
	'EMMO_dbe39465_6cf4_4592_b0c5_b7446789a37b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dbe39465_6cf4_4592_b0c5_b7446789a37b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dbe39465_6cf4_4592_b0c5_b7446789a37b' } as NamedNode,
	'EMMO_dbe54798_a21f_519f_9d52_e6ab2c2e28cb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dbe54798_a21f_519f_9d52_e6ab2c2e28cb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dbe54798_a21f_519f_9d52_e6ab2c2e28cb' } as NamedNode,
	'EMMO_dc0874e8_36e1_44df_947d_0d7c81167a09': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dc0874e8_36e1_44df_947d_0d7c81167a09', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dc0874e8_36e1_44df_947d_0d7c81167a09' } as NamedNode,
	'EMMO_dc1370b5_3902_4652_8736_0804d88dd128': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dc1370b5_3902_4652_8736_0804d88dd128', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dc1370b5_3902_4652_8736_0804d88dd128' } as NamedNode,
	'EMMO_dc3a6b2d_e31d_491a_ab40_c433f8dd8d48': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dc3a6b2d_e31d_491a_ab40_c433f8dd8d48', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dc3a6b2d_e31d_491a_ab40_c433f8dd8d48' } as NamedNode,
	/** The charge number of a particle may be presented as a superscript to the symbol of that particle, e.g. H+, He++, Al3+, Cl−, S=, N3−. */
	'EMMO_dc467621_3b49_4f31_9b09_82290f29da52': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dc467621_3b49_4f31_9b09_82290f29da52', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dc467621_3b49_4f31_9b09_82290f29da52' } as NamedNode,
	'EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846' } as NamedNode,
	'EMMO_dc5dee4e_4305_4a21_8dd5_4e8311c98c73': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dc5dee4e_4305_4a21_8dd5_4e8311c98c73', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dc5dee4e_4305_4a21_8dd5_4e8311c98c73' } as NamedNode,
	'EMMO_dc6c8de0_cfc4_4c66_a7dc_8f720e732d54': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dc6c8de0_cfc4_4c66_a7dc_8f720e732d54', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dc6c8de0_cfc4_4c66_a7dc_8f720e732d54' } as NamedNode,
	'EMMO_dcc63058_f36a_4f49_a109_a8c3de88d890': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dcc63058_f36a_4f49_a109_a8c3de88d890', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dcc63058_f36a_4f49_a109_a8c3de88d890' } as NamedNode,
	'EMMO_dcca141c_dba1_4f83_86ac_f4cb2d9a1bdd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dcca141c_dba1_4f83_86ac_f4cb2d9a1bdd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dcca141c_dba1_4f83_86ac_f4cb2d9a1bdd' } as NamedNode,
	'EMMO_dd14d055_2db0_4b81_bc97_ef6c2f72b8a0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dd14d055_2db0_4b81_bc97_ef6c2f72b8a0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dd14d055_2db0_4b81_bc97_ef6c2f72b8a0' } as NamedNode,
	'EMMO_dd48bd88_9855_4da9_9297_41ae8a3c41fc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dd48bd88_9855_4da9_9297_41ae8a3c41fc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dd48bd88_9855_4da9_9297_41ae8a3c41fc' } as NamedNode,
	/** Subclasses of 'ObjectiveProperty' classify objects according to the type semiosis that is used to connect the property to the object (e.g. by measurement, by convention, by modelling). */
	'EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec' } as NamedNode,
	/** A manufacturing in which it is formed a solid body with its shape from shapeless original material parts, whose cohesion is created during the process. */
	'EMMO_dd4b7d81_28a9_4801_8831_4cbab217e362': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dd4b7d81_28a9_4801_8831_4cbab217e362', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dd4b7d81_28a9_4801_8831_4cbab217e362' } as NamedNode,
	'EMMO_dd891386_9d00_4d6f_8fad_f69e0522d47a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dd891386_9d00_4d6f_8fad_f69e0522d47a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dd891386_9d00_4d6f_8fad_f69e0522d47a' } as NamedNode,
	'EMMO_dd92c2ae_3ca4_49bc_9147_d82b96f7505e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dd92c2ae_3ca4_49bc_9147_d82b96f7505e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dd92c2ae_3ca4_49bc_9147_d82b96f7505e' } as NamedNode,
	'EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85' } as NamedNode,
	'EMMO_ddcc9683_bee2_5ea0_8b18_54c85b551ad6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ddcc9683_bee2_5ea0_8b18_54c85b551ad6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ddcc9683_bee2_5ea0_8b18_54c85b551ad6' } as NamedNode,
	'EMMO_ddecfff6_d3a1_4972_b9e9_3d0ca11a3a0b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ddecfff6_d3a1_4972_b9e9_3d0ca11a3a0b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ddecfff6_d3a1_4972_b9e9_3d0ca11a3a0b' } as NamedNode,
	/** The DBpedia and UIPAC Gold Book definitions (http://dbpedia.org/page/Vacuum_permeability,  https://doi.org/10.1351/goldbook.P04504) are outdated since May 20, 2019. It is now a measured constant. */
	'EMMO_de021e4f_918f_47ef_a67b_11120f56b9d7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_de021e4f_918f_47ef_a67b_11120f56b9d7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_de021e4f_918f_47ef_a67b_11120f56b9d7' } as NamedNode,
	'EMMO_de5e558c_2066_4b1f_b888_e2503bcafee0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_de5e558c_2066_4b1f_b888_e2503bcafee0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_de5e558c_2066_4b1f_b888_e2503bcafee0' } as NamedNode,
	'EMMO_de649cb1_7ec0_4a2e_ad55_d84e4ccd88b0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_de649cb1_7ec0_4a2e_ad55_d84e4ccd88b0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_de649cb1_7ec0_4a2e_ad55_d84e4ccd88b0' } as NamedNode,
	'EMMO_dea931ca_1ec7_58f8_88e5_fb5615d8b214': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dea931ca_1ec7_58f8_88e5_fb5615d8b214', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dea931ca_1ec7_58f8_88e5_fb5615d8b214' } as NamedNode,
	'EMMO_df1d3a25_eba2_4530_9803_d82d349f4051': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_df1d3a25_eba2_4530_9803_d82d349f4051', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_df1d3a25_eba2_4530_9803_d82d349f4051' } as NamedNode,
	'EMMO_df808271_df91_4f27_ba59_fa423c51896c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_df808271_df91_4f27_ba59_fa423c51896c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_df808271_df91_4f27_ba59_fa423c51896c' } as NamedNode,
	/** The mass concentration of water at saturation is denoted vsat. */
	'EMMO_df8b283c_c02a_4158_b65e_60de7bb0b550': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_df8b283c_c02a_4158_b65e_60de7bb0b550', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_df8b283c_c02a_4158_b65e_60de7bb0b550' } as NamedNode,
	/** A substance is always composed of more than one molecular entity. It lays in the continuum or mesoscopic domain. */
	'EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea' } as NamedNode,
	'EMMO_dfcff795_0fe9_4eb7_8f8f_879bb50939c9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dfcff795_0fe9_4eb7_8f8f_879bb50939c9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dfcff795_0fe9_4eb7_8f8f_879bb50939c9' } as NamedNode,
	'EMMO_dfd22e00_993b_40cc_a4ad_1134c1e3007a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_dfd22e00_993b_40cc_a4ad_1134c1e3007a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_dfd22e00_993b_40cc_a4ad_1134c1e3007a' } as NamedNode,
	'EMMO_e0136ad7_1435_5292_9ed6_9848b481d503': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e0136ad7_1435_5292_9ed6_9848b481d503', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e0136ad7_1435_5292_9ed6_9848b481d503' } as NamedNode,
	'EMMO_e024544d_e374_45b7_9340_1982040bc6b7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e024544d_e374_45b7_9340_1982040bc6b7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e024544d_e374_45b7_9340_1982040bc6b7' } as NamedNode,
	/** The interest is on the 4D object as it extends in time (process) or as it persists in time (object):
- object (focus on spatial configuration)
- process (focus on temporal evolution)
 
The concepts of endurant and perdurant implicitly rely on the concept of instantaneous 3D snapshot of the world object, that in the EMMO is not allowed since everything extends in 4D and there are no abstract objects. Moreover, time is a measured property in the EMMO and not an objective characteristic of an object, and cannot be used as temporal index to identify endurant position in time. 
 
For this reason an individual in the EMMO can always be classified both endurant and perdurant, due to its nature of 4D entity (e.g. an individual may belong both to the class of runners and the class of running process), and the distinction is purely semantic.  In fact, the object/process distinction is simply a matter of convenience in a 4D approach since a temporal extension is always the case, and stationarity depends upon observer time scale. For this reason, the same individual (4D object) may play the role of a process or of an object class depending on the object to which it relates.
 
Nevertheless, it is useful to introduce categorizations that characterize persistency through continuant and occurrent concepts, even if not ontologically but only cognitively defined. This is also due to the fact that our language distinguish between nouns and verbs to address things, forcing the separation between things that happens and things that persist.
 
This perspective provides classes conceptually similar to the concepts of endurant and perdurant (a.k.a. continuant and occurrent). We claim that this distinction is motivated by our cognitive bias, and we do not commit to the fact that both these kinds of entity “do really exist”. For this reason, a whole instance can be both process and object, according to different cognitive approaches (see Wonderweb D17).
 
The distinction between endurant and perdurant as usually introduced in literature (see BFO SPAN/SNAP approach) is then no more ontological, but can still be expressed through the introduction of ad hoc primitive definitions that follow the interpreter endurantist or perdurantist attitude. */
	'EMMO_e04884d9_eda6_487e_93d5_7722d7eda96b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e04884d9_eda6_487e_93d5_7722d7eda96b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e04884d9_eda6_487e_93d5_7722d7eda96b' } as NamedNode,
	'EMMO_e07a252a_6913_49d6_9038_37a258b2d95e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e07a252a_6913_49d6_9038_37a258b2d95e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e07a252a_6913_49d6_9038_37a258b2d95e' } as NamedNode,
	'EMMO_e0aaed83_9224_4bd8_a960_a813c4569412': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e0aaed83_9224_4bd8_a960_a813c4569412', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e0aaed83_9224_4bd8_a960_a813c4569412' } as NamedNode,
	'EMMO_e0edfb9e_9a96_4fae_b942_831ffe27b84a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e0edfb9e_9a96_4fae_b942_831ffe27b84a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e0edfb9e_9a96_4fae_b942_831ffe27b84a' } as NamedNode,
	'EMMO_e0feea8c_318e_4dcf_92f0_751e228ed99d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e0feea8c_318e_4dcf_92f0_751e228ed99d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e0feea8c_318e_4dcf_92f0_751e228ed99d' } as NamedNode,
	'EMMO_e1021593_06da_4237_8a02_29d8f6fef76d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e1021593_06da_4237_8a02_29d8f6fef76d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e1021593_06da_4237_8a02_29d8f6fef76d' } as NamedNode,
	'EMMO_e1097637_70d2_4895_973f_2396f04fa204': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e1097637_70d2_4895_973f_2396f04fa204', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e1097637_70d2_4895_973f_2396f04fa204' } as NamedNode,
	'EMMO_e12dcfa4_c9f1_4546_9a12_8457c052e6ba': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e12dcfa4_c9f1_4546_9a12_8457c052e6ba', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e12dcfa4_c9f1_4546_9a12_8457c052e6ba' } as NamedNode,
	'EMMO_e13b2173_1dec_4b97_9ac1_1dc4b418612a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e13b2173_1dec_4b97_9ac1_1dc4b418612a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e13b2173_1dec_4b97_9ac1_1dc4b418612a' } as NamedNode,
	/** Electric field strength divided by the current density. */
	'EMMO_e150fa8d_06dc_4bb8_bf95_04e2aea529c1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e150fa8d_06dc_4bb8_bf95_04e2aea529c1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e150fa8d_06dc_4bb8_bf95_04e2aea529c1' } as NamedNode,
	'EMMO_e16033b0_cb72_4d02_84fa_4df7f54a9c4e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e16033b0_cb72_4d02_84fa_4df7f54a9c4e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e16033b0_cb72_4d02_84fa_4df7f54a9c4e' } as NamedNode,
	'EMMO_e1805abe_f5b7_4c40_810a_1a01950546be': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e1805abe_f5b7_4c40_810a_1a01950546be', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e1805abe_f5b7_4c40_810a_1a01950546be' } as NamedNode,
	'EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4' } as NamedNode,
	'EMMO_e1ae2427_e902_44ae_bac2_8ac80939c457': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e1ae2427_e902_44ae_bac2_8ac80939c457', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e1ae2427_e902_44ae_bac2_8ac80939c457' } as NamedNode,
	'EMMO_e1e686a5_71c3_5a98_8646_6d4e0f665f35': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e1e686a5_71c3_5a98_8646_6d4e0f665f35', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e1e686a5_71c3_5a98_8646_6d4e0f665f35' } as NamedNode,
	'EMMO_e1f38566_ba25_4c09_9282_eea2b86cb90b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e1f38566_ba25_4c09_9282_eea2b86cb90b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e1f38566_ba25_4c09_9282_eea2b86cb90b' } as NamedNode,
	'EMMO_e2000aeb_e3ab_41b7_a790_7c8bd02d0b6e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e2000aeb_e3ab_41b7_a790_7c8bd02d0b6e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e2000aeb_e3ab_41b7_a790_7c8bd02d0b6e' } as NamedNode,
	'EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9' } as NamedNode,
	'EMMO_e258099f_5361_463c_ba1d_51d7d730630f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e258099f_5361_463c_ba1d_51d7d730630f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e258099f_5361_463c_ba1d_51d7d730630f' } as NamedNode,
	'EMMO_e2b08775_a0f6_4bf7_b228_53dc2299f114': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e2b08775_a0f6_4bf7_b228_53dc2299f114', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e2b08775_a0f6_4bf7_b228_53dc2299f114' } as NamedNode,
	'EMMO_e2b11f6a_4191_427e_9844_2e0ac88dfc8b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e2b11f6a_4191_427e_9844_2e0ac88dfc8b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e2b11f6a_4191_427e_9844_2e0ac88dfc8b' } as NamedNode,
	'EMMO_e2ee1c98_497a_4f66_b4ed_5711496a848e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e2ee1c98_497a_4f66_b4ed_5711496a848e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e2ee1c98_497a_4f66_b4ed_5711496a848e' } as NamedNode,
	'EMMO_e35d2cb2_e915_4667_bbe1_1149b19777cb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e35d2cb2_e915_4667_bbe1_1149b19777cb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e35d2cb2_e915_4667_bbe1_1149b19777cb' } as NamedNode,
	'EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450' } as NamedNode,
	'EMMO_e3727dab_74f9_438b_90f0_d03ea76c31fc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e3727dab_74f9_438b_90f0_d03ea76c31fc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e3727dab_74f9_438b_90f0_d03ea76c31fc' } as NamedNode,
	/** Derivative of velocity with respect to time. */
	'EMMO_e37ac288_aa60_415a_8cb7_c375724ac8e1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e37ac288_aa60_415a_8cb7_c375724ac8e1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e37ac288_aa60_415a_8cb7_c375724ac8e1' } as NamedNode,
	'EMMO_e37eaa49_d5e8_54e7_a7dc_9ad6073e86b7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e37eaa49_d5e8_54e7_a7dc_9ad6073e86b7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e37eaa49_d5e8_54e7_a7dc_9ad6073e86b7' } as NamedNode,
	'EMMO_e37ec2b9_aed3_4549_ad25_5f78d31cac06': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e37ec2b9_aed3_4549_ad25_5f78d31cac06', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e37ec2b9_aed3_4549_ad25_5f78d31cac06' } as NamedNode,
	'EMMO_e3850f08_8e79_454b_9d83_c517cab42857': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e3850f08_8e79_454b_9d83_c517cab42857', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e3850f08_8e79_454b_9d83_c517cab42857' } as NamedNode,
	'EMMO_e3cd5791_6fbb_587a_a535_0e937800beaa': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e3cd5791_6fbb_587a_a535_0e937800beaa', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e3cd5791_6fbb_587a_a535_0e937800beaa' } as NamedNode,
	'EMMO_e4281979_2b07_4a43_a772_4903fb3696fe': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e4281979_2b07_4a43_a772_4903fb3696fe', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e4281979_2b07_4a43_a772_4903fb3696fe' } as NamedNode,
	'EMMO_e467cc3f_676c_432e_b70e_19237d1bcc78': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e467cc3f_676c_432e_b70e_19237d1bcc78', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e467cc3f_676c_432e_b70e_19237d1bcc78' } as NamedNode,
	/** The radiant energy emitted, reflected, transmitted or received, per unit time. */
	'EMMO_e46f3f24_c2ec_4552_8dd4_cfc5c0a89c09': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e46f3f24_c2ec_4552_8dd4_cfc5c0a89c09', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e46f3f24_c2ec_4552_8dd4_cfc5c0a89c09' } as NamedNode,
	'EMMO_e4791212_5a13_4aa6_aac2_08704550dcc3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e4791212_5a13_4aa6_aac2_08704550dcc3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e4791212_5a13_4aa6_aac2_08704550dcc3' } as NamedNode,
	'EMMO_e4c89307_e63b_57c8_8892_60924c65aa3b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e4c89307_e63b_57c8_8892_60924c65aa3b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e4c89307_e63b_57c8_8892_60924c65aa3b' } as NamedNode,
	/** The terms breadth and width are often used by convention, as distinguished from length and from height or thickness. */
	'EMMO_e4de48b1_dabb_4490_ac2b_040f926c64f0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e4de48b1_dabb_4490_ac2b_040f926c64f0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e4de48b1_dabb_4490_ac2b_040f926c64f0' } as NamedNode,
	'EMMO_e4e80813_f379_4091_b017_ee059811f806': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e4e80813_f379_4091_b017_ee059811f806', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e4e80813_f379_4091_b017_ee059811f806' } as NamedNode,
	'EMMO_e4f66254_7312_4de5_a86a_6e0808baaaab': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e4f66254_7312_4de5_a86a_6e0808baaaab', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e4f66254_7312_4de5_a86a_6e0808baaaab' } as NamedNode,
	'EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b' } as NamedNode,
	/** A material_relation can e.g. return a predefined number, return a database query, be an equation that depends on other physics_quantities. */
	'EMMO_e5438930_04e7_4d42_ade5_3700d4a52ab7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e5438930_04e7_4d42_ade5_3700d4a52ab7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e5438930_04e7_4d42_ade5_3700d4a52ab7' } as NamedNode,
	'EMMO_e55d4f6d_2506_4f63_8e01_1963efe7071e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e55d4f6d_2506_4f63_8e01_1963efe7071e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e55d4f6d_2506_4f63_8e01_1963efe7071e' } as NamedNode,
	/** An equation with variables can always be represented as:
 
f(v0, v1, ..., vn) = g(v0, v1, ..., vn)
 
where f is the left hand and g the right hand  side expressions and v0, v1, ..., vn are the variables. */
	'EMMO_e56ee3eb_7609_4ae1_8bed_51974f0960a6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e56ee3eb_7609_4ae1_8bed_51974f0960a6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e56ee3eb_7609_4ae1_8bed_51974f0960a6' } as NamedNode,
	'EMMO_e5728eea_e805_433e_a426_56c4fe811e67': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e5728eea_e805_433e_a426_56c4fe811e67', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e5728eea_e805_433e_a426_56c4fe811e67' } as NamedNode,
	'EMMO_e580b699_7725_58d5_b057_7b3c816e84a1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e580b699_7725_58d5_b057_7b3c816e84a1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e580b699_7725_58d5_b057_7b3c816e84a1' } as NamedNode,
	'EMMO_e59eb557_3a0f_4532_9984_deed22f94952': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e59eb557_3a0f_4532_9984_deed22f94952', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e59eb557_3a0f_4532_9984_deed22f94952' } as NamedNode,
	'EMMO_e5d7bd48_4098_59b6_b872_8bba421157eb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e5d7bd48_4098_59b6_b872_8bba421157eb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e5d7bd48_4098_59b6_b872_8bba421157eb' } as NamedNode,
	'EMMO_e5e17147_64a9_47c9_b3d1_2d4ab23eed54': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e5e17147_64a9_47c9_b3d1_2d4ab23eed54', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e5e17147_64a9_47c9_b3d1_2d4ab23eed54' } as NamedNode,
	'EMMO_e6110006_88b9_45cd_9f9c_a2a91c0c21f8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e6110006_88b9_45cd_9f9c_a2a91c0c21f8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e6110006_88b9_45cd_9f9c_a2a91c0c21f8' } as NamedNode,
	'EMMO_e689c57f_2a8e_4bea_8750_a4fa015a1989': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e689c57f_2a8e_4bea_8750_a4fa015a1989', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e689c57f_2a8e_4bea_8750_a4fa015a1989' } as NamedNode,
	'EMMO_e6a173ac_40e9_4616_8883_710b358f5c85': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e6a173ac_40e9_4616_8883_710b358f5c85', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e6a173ac_40e9_4616_8883_710b358f5c85' } as NamedNode,
	'EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1' } as NamedNode,
	'EMMO_e6e7277a_1d40_4be5_a3a9_afd3da53d937': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e6e7277a_1d40_4be5_a3a9_afd3da53d937', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e6e7277a_1d40_4be5_a3a9_afd3da53d937' } as NamedNode,
	'EMMO_e6efd70d_87b4_4e18_a471_9b29c7a1fe16': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e6efd70d_87b4_4e18_a471_9b29c7a1fe16', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e6efd70d_87b4_4e18_a471_9b29c7a1fe16' } as NamedNode,
	'EMMO_e75fdaed_cb4e_41ba_8aa3_4cfa5087358f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e75fdaed_cb4e_41ba_8aa3_4cfa5087358f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e75fdaed_cb4e_41ba_8aa3_4cfa5087358f' } as NamedNode,
	'EMMO_e7848014_ad79_422d_be02_74df892f7c11': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e7848014_ad79_422d_be02_74df892f7c11', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e7848014_ad79_422d_be02_74df892f7c11' } as NamedNode,
	'EMMO_e79c62ff_10ad_4ec0_baba_c19ddd4eaa11': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e79c62ff_10ad_4ec0_baba_c19ddd4eaa11', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e79c62ff_10ad_4ec0_baba_c19ddd4eaa11' } as NamedNode,
	'EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac' } as NamedNode,
	'EMMO_e7adbaa9_ae34_42e4_8101_cbd38851dcab': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e7adbaa9_ae34_42e4_8101_cbd38851dcab', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e7adbaa9_ae34_42e4_8101_cbd38851dcab' } as NamedNode,
	'EMMO_e7bc8939_7ff8_4917_beb5_c42730b390f3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e7bc8939_7ff8_4917_beb5_c42730b390f3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e7bc8939_7ff8_4917_beb5_c42730b390f3' } as NamedNode,
	'EMMO_e7c9f7fd_e534_4441_88fe_1fec6cb20f26': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e7c9f7fd_e534_4441_88fe_1fec6cb20f26', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e7c9f7fd_e534_4441_88fe_1fec6cb20f26' } as NamedNode,
	'EMMO_e7cbc129_0d05_41a2_851a_10b198cd7ca2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e7cbc129_0d05_41a2_851a_10b198cd7ca2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e7cbc129_0d05_41a2_851a_10b198cd7ca2' } as NamedNode,
	'EMMO_e7ec6ee1_9de2_4791_a826_15b7682b6bee': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e7ec6ee1_9de2_4791_a826_15b7682b6bee', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e7ec6ee1_9de2_4791_a826_15b7682b6bee' } as NamedNode,
	'EMMO_e82869a8_32a8_5d57_81a8_e2d618976f23': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e82869a8_32a8_5d57_81a8_e2d618976f23', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e82869a8_32a8_5d57_81a8_e2d618976f23' } as NamedNode,
	'EMMO_e84be61e_6f6f_43e2_b91d_86898a5dc7c4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e84be61e_6f6f_43e2_b91d_86898a5dc7c4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e84be61e_6f6f_43e2_b91d_86898a5dc7c4' } as NamedNode,
	'EMMO_e85b68e1_ca2b_51b5_8b61_dea134d88bef': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e85b68e1_ca2b_51b5_8b61_dea134d88bef', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e85b68e1_ca2b_51b5_8b61_dea134d88bef' } as NamedNode,
	'EMMO_e86c84bd_af21_402d_a1ad_42a90599f9eb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e86c84bd_af21_402d_a1ad_42a90599f9eb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e86c84bd_af21_402d_a1ad_42a90599f9eb' } as NamedNode,
	/** Inverse of 'ElectricalConductance'. */
	'EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1' } as NamedNode,
	'EMMO_e8b5f7de_4fd9_41d7_b988_87b512fe0180': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e8b5f7de_4fd9_41d7_b988_87b512fe0180', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e8b5f7de_4fd9_41d7_b988_87b512fe0180' } as NamedNode,
	'EMMO_e9244742_c185_4c50_b455_c57654852582': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e9244742_c185_4c50_b455_c57654852582', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e9244742_c185_4c50_b455_c57654852582' } as NamedNode,
	'EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80' } as NamedNode,
	'EMMO_e93927b4_f403_4df8_8801_1162558a9b3e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e93927b4_f403_4df8_8801_1162558a9b3e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e93927b4_f403_4df8_8801_1162558a9b3e' } as NamedNode,
	'EMMO_e941986d_658b_5a08_ae3d_4cc170344b06': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e941986d_658b_5a08_ae3d_4cc170344b06', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e941986d_658b_5a08_ae3d_4cc170344b06' } as NamedNode,
	'EMMO_e94a9156_fb6c_4e16_88ee_829ac9933155': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e94a9156_fb6c_4e16_88ee_829ac9933155', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e94a9156_fb6c_4e16_88ee_829ac9933155' } as NamedNode,
	'EMMO_e963f280_1599_4ee8_bb74_439a4bc6412d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e963f280_1599_4ee8_bb74_439a4bc6412d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e963f280_1599_4ee8_bb74_439a4bc6412d' } as NamedNode,
	'EMMO_e9722f13_947c_444e_82ef_1ce045f6637c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e9722f13_947c_444e_82ef_1ce045f6637c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e9722f13_947c_444e_82ef_1ce045f6637c' } as NamedNode,
	'EMMO_e97af6ec_4371_4bbc_8936_34b76e33302f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e97af6ec_4371_4bbc_8936_34b76e33302f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e97af6ec_4371_4bbc_8936_34b76e33302f' } as NamedNode,
	'EMMO_e980389d_6dfe_4156_9b40_32050c9644a5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e980389d_6dfe_4156_9b40_32050c9644a5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e980389d_6dfe_4156_9b40_32050c9644a5' } as NamedNode,
	'EMMO_e9907887_f266_4d81_9b2d_ba5137c914dd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e9907887_f266_4d81_9b2d_ba5137c914dd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e9907887_f266_4d81_9b2d_ba5137c914dd' } as NamedNode,
	'EMMO_e998cee4_ac07_47a0_a12c_43eda1d9e750': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e998cee4_ac07_47a0_a12c_43eda1d9e750', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e998cee4_ac07_47a0_a12c_43eda1d9e750' } as NamedNode,
	'EMMO_e999f9e0_7d63_4564_9028_07246580a267': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e999f9e0_7d63_4564_9028_07246580a267', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e999f9e0_7d63_4564_9028_07246580a267' } as NamedNode,
	'EMMO_e9e02156_651f_41c8_9efb_d5da0d4ce5e2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e9e02156_651f_41c8_9efb_d5da0d4ce5e2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e9e02156_651f_41c8_9efb_d5da0d4ce5e2' } as NamedNode,
	'EMMO_e9fbc98d_3ac1_5a2d_a354_6e3ba1412157': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e9fbc98d_3ac1_5a2d_a354_6e3ba1412157', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e9fbc98d_3ac1_5a2d_a354_6e3ba1412157' } as NamedNode,
	'EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b' } as NamedNode,
	'EMMO_ea00dafc_ac92_4e67_aa65_ce5a29e77fcf': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ea00dafc_ac92_4e67_aa65_ce5a29e77fcf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ea00dafc_ac92_4e67_aa65_ce5a29e77fcf' } as NamedNode,
	'EMMO_ea47add2_8e93_4659_a5f0_e6879032dee0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ea47add2_8e93_4659_a5f0_e6879032dee0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ea47add2_8e93_4659_a5f0_e6879032dee0' } as NamedNode,
	'EMMO_ea67caa5_2609_4e91_98ae_81103f2d5c25': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ea67caa5_2609_4e91_98ae_81103f2d5c25', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ea67caa5_2609_4e91_98ae_81103f2d5c25' } as NamedNode,
	'EMMO_ea7ef02a_589c_4971_908d_dee6688eebda': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ea7ef02a_589c_4971_908d_dee6688eebda', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ea7ef02a_589c_4971_908d_dee6688eebda' } as NamedNode,
	'EMMO_ead7c629_824a_410f_afec_579f08894c78': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ead7c629_824a_410f_afec_579f08894c78', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ead7c629_824a_410f_afec_579f08894c78' } as NamedNode,
	'EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b' } as NamedNode,
	'EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de' } as NamedNode,
	'EMMO_eb3c61f0_3983_4346_a0c6_e7f6b90a67a8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_eb3c61f0_3983_4346_a0c6_e7f6b90a67a8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_eb3c61f0_3983_4346_a0c6_e7f6b90a67a8' } as NamedNode,
	/** Resistance quantum. */
	'EMMO_eb561764_276e_413d_a8cb_3a3154fd9bf8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_eb561764_276e_413d_a8cb_3a3154fd9bf8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_eb561764_276e_413d_a8cb_3a3154fd9bf8' } as NamedNode,
	'EMMO_eb77076b_a104_42ac_a065_798b2d2809ad': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_eb77076b_a104_42ac_a065_798b2d2809ad', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_eb77076b_a104_42ac_a065_798b2d2809ad' } as NamedNode,
	'EMMO_eb7de1a1_c30e_4f0d_94c6_fe70414d7e61': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_eb7de1a1_c30e_4f0d_94c6_fe70414d7e61', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_eb7de1a1_c30e_4f0d_94c6_fe70414d7e61' } as NamedNode,
	'EMMO_eb85216f_b872_4ee5_9f62_655aa2ae0470': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_eb85216f_b872_4ee5_9f62_655aa2ae0470', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_eb85216f_b872_4ee5_9f62_655aa2ae0470' } as NamedNode,
	'EMMO_eb95a619_ca07_4678_a809_10021b25a13f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_eb95a619_ca07_4678_a809_10021b25a13f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_eb95a619_ca07_4678_a809_10021b25a13f' } as NamedNode,
	'EMMO_ebb26c39_dbbc_4363_b784_88d9110e4d5b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ebb26c39_dbbc_4363_b784_88d9110e4d5b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ebb26c39_dbbc_4363_b784_88d9110e4d5b' } as NamedNode,
	'EMMO_ebc8c324_8e7a_4b09_bcb5_306e0c461d24': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ebc8c324_8e7a_4b09_bcb5_306e0c461d24', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ebc8c324_8e7a_4b09_bcb5_306e0c461d24' } as NamedNode,
	'EMMO_ebc9e62c_5dc4_44db_9060_7923740bdf78': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ebc9e62c_5dc4_44db_9060_7923740bdf78', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ebc9e62c_5dc4_44db_9060_7923740bdf78' } as NamedNode,
	'EMMO_ebd133e3_b823_478d_984f_1e399c6c99aa': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ebd133e3_b823_478d_984f_1e399c6c99aa', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ebd133e3_b823_478d_984f_1e399c6c99aa' } as NamedNode,
	'EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720' } as NamedNode,
	'EMMO_ec1aa2cd_74eb_4506_81d1_901a3124aaba': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ec1aa2cd_74eb_4506_81d1_901a3124aaba', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ec1aa2cd_74eb_4506_81d1_901a3124aaba' } as NamedNode,
	'EMMO_ec2472ae_cf4a_46a5_8555_1556f5a6c3c5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ec2472ae_cf4a_46a5_8555_1556f5a6c3c5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ec2472ae_cf4a_46a5_8555_1556f5a6c3c5' } as NamedNode,
	'EMMO_ec2c8ac8_98c5_4c74_b85b_ff8e8ca6655c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ec2c8ac8_98c5_4c74_b85b_ff8e8ca6655c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ec2c8ac8_98c5_4c74_b85b_ff8e8ca6655c' } as NamedNode,
	'EMMO_ec502e30_b9ec_4216_90c6_f67d2df75627': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ec502e30_b9ec_4216_90c6_f67d2df75627', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ec502e30_b9ec_4216_90c6_f67d2df75627' } as NamedNode,
	'EMMO_ec7464a9_d99d_45f8_965b_4e9230ea8356': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ec7464a9_d99d_45f8_965b_4e9230ea8356', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ec7464a9_d99d_45f8_965b_4e9230ea8356' } as NamedNode,
	'EMMO_ec767367_a773_4935_80ea_dd6a5eaefb54': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ec767367_a773_4935_80ea_dd6a5eaefb54', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ec767367_a773_4935_80ea_dd6a5eaefb54' } as NamedNode,
	'EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5' } as NamedNode,
	'EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140' } as NamedNode,
	/** Process for joining two (base) materials by means of an adhesive polymer material */
	'EMMO_ecc10f05_b301_4dcf_8c84_b6f511117234': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ecc10f05_b301_4dcf_8c84_b6f511117234', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ecc10f05_b301_4dcf_8c84_b6f511117234' } as NamedNode,
	'EMMO_ecc4efe9_77a2_47e3_8190_f9a883d54ac6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ecc4efe9_77a2_47e3_8190_f9a883d54ac6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ecc4efe9_77a2_47e3_8190_f9a883d54ac6' } as NamedNode,
	'EMMO_ecec2983_7c26_4f8d_a981_51ca29668baf': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ecec2983_7c26_4f8d_a981_51ca29668baf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ecec2983_7c26_4f8d_a981_51ca29668baf' } as NamedNode,
	/** Forming of vessel parts from a flat mould into a three-dimensional shape by means of a press and tools, whereby material is neither removed nor added */
	'EMMO_ecf78412_f0ca_4368_9078_559ffe8935d3': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ecf78412_f0ca_4368_9078_559ffe8935d3', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ecf78412_f0ca_4368_9078_559ffe8935d3' } as NamedNode,
	'EMMO_ecf938f1_bc37_4897_841d_092cd37f74de': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ecf938f1_bc37_4897_841d_092cd37f74de', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ecf938f1_bc37_4897_841d_092cd37f74de' } as NamedNode,
	'EMMO_ed257e78_8b59_44c3_9d61_06c261184f55': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ed257e78_8b59_44c3_9d61_06c261184f55', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ed257e78_8b59_44c3_9d61_06c261184f55' } as NamedNode,
	'EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405' } as NamedNode,
	'EMMO_ed5acb06_0af0_5a3a_9b31_a1b32267f753': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ed5acb06_0af0_5a3a_9b31_a1b32267f753', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ed5acb06_0af0_5a3a_9b31_a1b32267f753' } as NamedNode,
	'EMMO_ed7dd267_e2ee_4565_8117_e5c1eafa3e66': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ed7dd267_e2ee_4565_8117_e5c1eafa3e66', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ed7dd267_e2ee_4565_8117_e5c1eafa3e66' } as NamedNode,
	'EMMO_edf72228_e040_4edc_8b46_78b2a47c72d7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_edf72228_e040_4edc_8b46_78b2a47c72d7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_edf72228_e040_4edc_8b46_78b2a47c72d7' } as NamedNode,
	'EMMO_edfa7d90_6b21_4669_b9b1_13c77de760eb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_edfa7d90_6b21_4669_b9b1_13c77de760eb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_edfa7d90_6b21_4669_b9b1_13c77de760eb' } as NamedNode,
	'EMMO_ee0466e4_780d_4236_8281_ace7ad3fc5d2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ee0466e4_780d_4236_8281_ace7ad3fc5d2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ee0466e4_780d_4236_8281_ace7ad3fc5d2' } as NamedNode,
	/** At a fixed point in a medium, the direction of propagation of heat is opposite to the temperature gradient. At a point on the surface separating two media with different temperatures, the direction of propagation of heat is normal to the surface, from higher to lower temperatures. */
	'EMMO_ee7ddcb8_ad8e_4ff7_a09f_889d8edf8f8b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ee7ddcb8_ad8e_4ff7_a09f_889d8edf8f8b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ee7ddcb8_ad8e_4ff7_a09f_889d8edf8f8b' } as NamedNode,
	'EMMO_ee837ed0_2355_4802_b3cd_a8fab297d244': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ee837ed0_2355_4802_b3cd_a8fab297d244', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ee837ed0_2355_4802_b3cd_a8fab297d244' } as NamedNode,
	'EMMO_ee98501a_5036_48b5_902b_4c68c6eeec1e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ee98501a_5036_48b5_902b_4c68c6eeec1e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ee98501a_5036_48b5_902b_4c68c6eeec1e' } as NamedNode,
	'EMMO_eead19f5_c0cd_4946_a501_c870bb50f3b1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_eead19f5_c0cd_4946_a501_c870bb50f3b1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_eead19f5_c0cd_4946_a501_c870bb50f3b1' } as NamedNode,
	'EMMO_eeb06032_dd4f_476e_9da6_aa24302b7588': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_eeb06032_dd4f_476e_9da6_aa24302b7588', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_eeb06032_dd4f_476e_9da6_aa24302b7588' } as NamedNode,
	'EMMO_eeb8118c_b290_4f57_b0f8_bd65bb6d77ad': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_eeb8118c_b290_4f57_b0f8_bd65bb6d77ad', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_eeb8118c_b290_4f57_b0f8_bd65bb6d77ad' } as NamedNode,
	'EMMO_eefaa0ef_e7d4_4633_bf79_655bb55f4a49': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_eefaa0ef_e7d4_4633_bf79_655bb55f4a49', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_eefaa0ef_e7d4_4633_bf79_655bb55f4a49' } as NamedNode,
	'EMMO_ef4ce791_8ba4_55cd_a6fa_778133a19d19': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ef4ce791_8ba4_55cd_a6fa_778133a19d19', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ef4ce791_8ba4_55cd_a6fa_778133a19d19' } as NamedNode,
	'EMMO_efe73b0e_006b_417a_98a7_6db26b3ce2ac': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_efe73b0e_006b_417a_98a7_6db26b3ce2ac', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_efe73b0e_006b_417a_98a7_6db26b3ce2ac' } as NamedNode,
	'EMMO_eff42cb3_208e_4768_9a39_f8b6b3c3d7a2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_eff42cb3_208e_4768_9a39_f8b6b3c3d7a2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_eff42cb3_208e_4768_9a39_f8b6b3c3d7a2' } as NamedNode,
	'EMMO_f02b58a5_8f1e_5d72_a261_8fe5ad2fbb4b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f02b58a5_8f1e_5d72_a261_8fe5ad2fbb4b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f02b58a5_8f1e_5d72_a261_8fe5ad2fbb4b' } as NamedNode,
	'EMMO_f055e217_0b1b_4e7e_b8be_7340211b0c5e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f055e217_0b1b_4e7e_b8be_7340211b0c5e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f055e217_0b1b_4e7e_b8be_7340211b0c5e' } as NamedNode,
	'EMMO_f0644f69_7337_4385_9d4a_4401b7bf3302': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f0644f69_7337_4385_9d4a_4401b7bf3302', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f0644f69_7337_4385_9d4a_4401b7bf3302' } as NamedNode,
	'EMMO_f0b8bace_151e_4f54_8129_c180fd83ae44': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f0b8bace_151e_4f54_8129_c180fd83ae44', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f0b8bace_151e_4f54_8129_c180fd83ae44' } as NamedNode,
	'EMMO_f0b903be_d86f_4d28_9f42_b4d4753e2cf4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f0b903be_d86f_4d28_9f42_b4d4753e2cf4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f0b903be_d86f_4d28_9f42_b4d4753e2cf4' } as NamedNode,
	'EMMO_f0f7abe2_766d_5dcd_ba67_ada816684677': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f0f7abe2_766d_5dcd_ba67_ada816684677', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f0f7abe2_766d_5dcd_ba67_ada816684677' } as NamedNode,
	/** Suggestion of Rickard Armiento */
	'EMMO_f1025834_0cd2_42a1_bfeb_13bec41c8655': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f1025834_0cd2_42a1_bfeb_13bec41c8655', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f1025834_0cd2_42a1_bfeb_13bec41c8655' } as NamedNode,
	'EMMO_f107c0e5_0b9f_566c_9cba_a3443c904f78': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f107c0e5_0b9f_566c_9cba_a3443c904f78', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f107c0e5_0b9f_566c_9cba_a3443c904f78' } as NamedNode,
	'EMMO_f13672a3_59cc_40ed_8def_65009a8f74e6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f13672a3_59cc_40ed_8def_65009a8f74e6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f13672a3_59cc_40ed_8def_65009a8f74e6' } as NamedNode,
	'EMMO_f14ae884_9345_4de4_a322_362329517e3e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f14ae884_9345_4de4_a322_362329517e3e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f14ae884_9345_4de4_a322_362329517e3e' } as NamedNode,
	/** Using direct parthood EMMO creates a well-defined broadcasting between granularity levels. This also make it possible to count the direct parts of each granularity level. */
	'EMMO_f17133c2_bb33_4ffd_89fa_eef2b403d5e6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f17133c2_bb33_4ffd_89fa_eef2b403d5e6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f17133c2_bb33_4ffd_89fa_eef2b403d5e6' } as NamedNode,
	'EMMO_f19ff3b4_6bfe_4c41_a2b2_9affd39c140b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f19ff3b4_6bfe_4c41_a2b2_9affd39c140b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f19ff3b4_6bfe_4c41_a2b2_9affd39c140b' } as NamedNode,
	/** Extent of an object in space. */
	'EMMO_f1a51559_aa3d_43a0_9327_918039f0dfed': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f1a51559_aa3d_43a0_9327_918039f0dfed', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f1a51559_aa3d_43a0_9327_918039f0dfed' } as NamedNode,
	'EMMO_f1be7d92_c57d_4698_a0ba_968130a3f9e1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f1be7d92_c57d_4698_a0ba_968130a3f9e1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f1be7d92_c57d_4698_a0ba_968130a3f9e1' } as NamedNode,
	'EMMO_f1d0f28b_7575_4e82_8d22_cb5b46b84cfd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f1d0f28b_7575_4e82_8d22_cb5b46b84cfd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f1d0f28b_7575_4e82_8d22_cb5b46b84cfd' } as NamedNode,
	'EMMO_f21db3a4_d5de_52dd_9460_5cdd138fb83f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f21db3a4_d5de_52dd_9460_5cdd138fb83f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f21db3a4_d5de_52dd_9460_5cdd138fb83f' } as NamedNode,
	'EMMO_f22abf74_4538_4f50_ab85_09908cdda707': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f22abf74_4538_4f50_ab85_09908cdda707', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f22abf74_4538_4f50_ab85_09908cdda707' } as NamedNode,
	'EMMO_f273529f_9f2c_4877_a94b_5b47590353fc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f273529f_9f2c_4877_a94b_5b47590353fc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f273529f_9f2c_4877_a94b_5b47590353fc' } as NamedNode,
	'EMMO_f2c1a072_4ccb_46c4_a0f8_ac801d328d0f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f2c1a072_4ccb_46c4_a0f8_ac801d328d0f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f2c1a072_4ccb_46c4_a0f8_ac801d328d0f' } as NamedNode,
	'EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95' } as NamedNode,
	'EMMO_f2d4c89a_c354_5e4c_9cdb_f2de932e294f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f2d4c89a_c354_5e4c_9cdb_f2de932e294f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f2d4c89a_c354_5e4c_9cdb_f2de932e294f' } as NamedNode,
	/** A measuring instrument that can be used alone is a measuring system. */
	'EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929' } as NamedNode,
	'EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a' } as NamedNode,
	'EMMO_f321cf62_99e4_418e_bb3e_3dfcc91f701f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f321cf62_99e4_418e_bb3e_3dfcc91f701f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f321cf62_99e4_418e_bb3e_3dfcc91f701f' } as NamedNode,
	'EMMO_f33cbdf9_c9d0_4dc5_a875_21d6f9c24ee4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f33cbdf9_c9d0_4dc5_a875_21d6f9c24ee4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f33cbdf9_c9d0_4dc5_a875_21d6f9c24ee4' } as NamedNode,
	'EMMO_f35cff4d_dc09_44cf_a729_22fb79e3bfb2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f35cff4d_dc09_44cf_a729_22fb79e3bfb2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f35cff4d_dc09_44cf_a729_22fb79e3bfb2' } as NamedNode,
	'EMMO_f3dd74c0_f480_49e8_9764_33b78638c235': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f3dd74c0_f480_49e8_9764_33b78638c235', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f3dd74c0_f480_49e8_9764_33b78638c235' } as NamedNode,
	'EMMO_f42a0e95_c130_4a69_9660_6bfdbb897d4a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f42a0e95_c130_4a69_9660_6bfdbb897d4a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f42a0e95_c130_4a69_9660_6bfdbb897d4a' } as NamedNode,
	'EMMO_f4a30d7e_8e8b_41e6_9695_d33a68f54f4b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f4a30d7e_8e8b_41e6_9695_d33a68f54f4b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f4a30d7e_8e8b_41e6_9695_d33a68f54f4b' } as NamedNode,
	/** Dissociation may occur stepwise. */
	'EMMO_f4cce1ec_c7dd_4061_8c46_7a24fdcd07ca': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f4cce1ec_c7dd_4061_8c46_7a24fdcd07ca', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f4cce1ec_c7dd_4061_8c46_7a24fdcd07ca' } as NamedNode,
	'EMMO_f4fee945_1d4a_5158_b0ca_eaef9ad40502': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f4fee945_1d4a_5158_b0ca_eaef9ad40502', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f4fee945_1d4a_5158_b0ca_eaef9ad40502' } as NamedNode,
	'EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9' } as NamedNode,
	'EMMO_f53bafb6_b17d_4eb9_ad58_9d209f70dbfd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f53bafb6_b17d_4eb9_ad58_9d209f70dbfd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f53bafb6_b17d_4eb9_ad58_9d209f70dbfd' } as NamedNode,
	/** Type of scratching behaviour where the scratching force and the (displacement) deflection of the scratching tip are constant over the scratching distance during the test. */
	'EMMO_f5655090_2266_41cb_b2e9_3b4569c45731': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f5655090_2266_41cb_b2e9_3b4569c45731', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f5655090_2266_41cb_b2e9_3b4569c45731' } as NamedNode,
	'EMMO_f5769206_9257_4b08_bf7b_dad7868c6afc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f5769206_9257_4b08_bf7b_dad7868c6afc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f5769206_9257_4b08_bf7b_dad7868c6afc' } as NamedNode,
	'EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f' } as NamedNode,
	/** Following the International Vocabulary of Metrology (VIM), EMMO distinguishes between a quantity (a property) and the quantity value (a numerical and a reference).
 
So, for the EMMO the symbol "kg" is not a physical quantity but simply a 'Symbolic' object categorized as a 'MeasurementUnit'.
 
While the string "1 kg" is a 'QuantityValue'. */
	'EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5' } as NamedNode,
	'EMMO_f675294e_6f30_4b1d_a68e_a74e59f3b2fc': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f675294e_6f30_4b1d_a68e_a74e59f3b2fc', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f675294e_6f30_4b1d_a68e_a74e59f3b2fc' } as NamedNode,
	'EMMO_f678173d_f036_4df1_a86b_2894560be617': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f678173d_f036_4df1_a86b_2894560be617', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f678173d_f036_4df1_a86b_2894560be617' } as NamedNode,
	'EMMO_f68030be_94b8_4c61_a161_886468558054': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f68030be_94b8_4c61_a161_886468558054', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f68030be_94b8_4c61_a161_886468558054' } as NamedNode,
	'EMMO_f68858dd_64f4_4877_b7fb_70d04fbe5bab': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f68858dd_64f4_4877_b7fb_70d04fbe5bab', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f68858dd_64f4_4877_b7fb_70d04fbe5bab' } as NamedNode,
	'EMMO_f6d0c26a_98b6_4cf8_8632_aa259131faaa': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f6d0c26a_98b6_4cf8_8632_aa259131faaa', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f6d0c26a_98b6_4cf8_8632_aa259131faaa' } as NamedNode,
	'EMMO_f6fac54d_6b6d_4255_b217_4363a83f1834': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f6fac54d_6b6d_4255_b217_4363a83f1834', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f6fac54d_6b6d_4255_b217_4363a83f1834' } as NamedNode,
	'EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817' } as NamedNode,
	'EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a' } as NamedNode,
	'EMMO_f7e8a63d_d40c_57f7_8017_7ad6b1d89b4e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f7e8a63d_d40c_57f7_8017_7ad6b1d89b4e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f7e8a63d_d40c_57f7_8017_7ad6b1d89b4e' } as NamedNode,
	/** A mathematical model can be defined as a description of a system using mathematical concepts and language to facilitate proper explanation of a system or to study the effects of different components and to make predictions on patterns of behaviour.
 
Abramowitz and Stegun, 1968 */
	'EMMO_f7ed665b_c2e1_42bc_889b_6b42ed3a36f0': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f7ed665b_c2e1_42bc_889b_6b42ed3a36f0', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f7ed665b_c2e1_42bc_889b_6b42ed3a36f0' } as NamedNode,
	'EMMO_f7f41d20_eabb_4bcb_9a16_0436851fcd5c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f7f41d20_eabb_4bcb_9a16_0436851fcd5c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f7f41d20_eabb_4bcb_9a16_0436851fcd5c' } as NamedNode,
	'EMMO_f835f4d4_c665_403d_ab25_dca5cc74be52': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f835f4d4_c665_403d_ab25_dca5cc74be52', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f835f4d4_c665_403d_ab25_dca5cc74be52' } as NamedNode,
	'EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b' } as NamedNode,
	'EMMO_f8736fbd_b1e3_4fdc_bf5f_f69f54aef3bb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f8736fbd_b1e3_4fdc_bf5f_f69f54aef3bb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f8736fbd_b1e3_4fdc_bf5f_f69f54aef3bb' } as NamedNode,
	'EMMO_f87e79eb_f549_4a06_9c27_a3d1412444c6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f87e79eb_f549_4a06_9c27_a3d1412444c6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f87e79eb_f549_4a06_9c27_a3d1412444c6' } as NamedNode,
	'EMMO_f895cb83_2280_42e9_9f4c_047273e70d3c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f895cb83_2280_42e9_9f4c_047273e70d3c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f895cb83_2280_42e9_9f4c_047273e70d3c' } as NamedNode,
	'EMMO_f8a2fe9f_458b_4771_9aba_a50e76afc52d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f8a2fe9f_458b_4771_9aba_a50e76afc52d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f8a2fe9f_458b_4771_9aba_a50e76afc52d' } as NamedNode,
	'EMMO_f8b20fd2_08b9_4368_b786_156e11d1cec8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f8b20fd2_08b9_4368_b786_156e11d1cec8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f8b20fd2_08b9_4368_b786_156e11d1cec8' } as NamedNode,
	'EMMO_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f' } as NamedNode,
	'EMMO_f8e436fb_61ed_4512_a5a5_bee90f0cec2f': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f8e436fb_61ed_4512_a5a5_bee90f0cec2f', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f8e436fb_61ed_4512_a5a5_bee90f0cec2f' } as NamedNode,
	'EMMO_f90da1f3_eb4c_54c4_b5d9_cf00fef180a1': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f90da1f3_eb4c_54c4_b5d9_cf00fef180a1', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f90da1f3_eb4c_54c4_b5d9_cf00fef180a1' } as NamedNode,
	'EMMO_f9125b67_8798_5595_9db3_ffc1840c9947': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f9125b67_8798_5595_9db3_ffc1840c9947', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f9125b67_8798_5595_9db3_ffc1840c9947' } as NamedNode,
	'EMMO_f93fe78b_9646_4a15_b88b_1c93686a764d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f93fe78b_9646_4a15_b88b_1c93686a764d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f93fe78b_9646_4a15_b88b_1c93686a764d' } as NamedNode,
	'EMMO_f94e509a_be29_4365_a4cd_70165e47e232': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f94e509a_be29_4365_a4cd_70165e47e232', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f94e509a_be29_4365_a4cd_70165e47e232' } as NamedNode,
	'EMMO_f94fceab_966b_4ead_b615_f6b6b07dfd55': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f94fceab_966b_4ead_b615_f6b6b07dfd55', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f94fceab_966b_4ead_b615_f6b6b07dfd55' } as NamedNode,
	'EMMO_f9544c7c_d259_5839_b36a_61595809c538': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f9544c7c_d259_5839_b36a_61595809c538', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f9544c7c_d259_5839_b36a_61595809c538' } as NamedNode,
	'EMMO_f96feb3f_4438_4e43_aa44_7458c4d87fc2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f96feb3f_4438_4e43_aa44_7458c4d87fc2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f96feb3f_4438_4e43_aa44_7458c4d87fc2' } as NamedNode,
	'EMMO_f9bc8b52_85e9_4b53_b969_dd7724d5b8e4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f9bc8b52_85e9_4b53_b969_dd7724d5b8e4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f9bc8b52_85e9_4b53_b969_dd7724d5b8e4' } as NamedNode,
	'EMMO_f9cc7a8e_bad7_40ea_be23_71dc6d0363df': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_f9cc7a8e_bad7_40ea_be23_71dc6d0363df', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_f9cc7a8e_bad7_40ea_be23_71dc6d0363df' } as NamedNode,
	'EMMO_fa3c9d4d_9fc9_4e8a_82c1_28c84e34133a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fa3c9d4d_9fc9_4e8a_82c1_28c84e34133a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fa3c9d4d_9fc9_4e8a_82c1_28c84e34133a' } as NamedNode,
	'EMMO_fa595892_070d_455e_9459_06c97179c080': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fa595892_070d_455e_9459_06c97179c080', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fa595892_070d_455e_9459_06c97179c080' } as NamedNode,
	'EMMO_fa957390_cdfb_4dda_b160_94ae25bd2254': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fa957390_cdfb_4dda_b160_94ae25bd2254', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fa957390_cdfb_4dda_b160_94ae25bd2254' } as NamedNode,
	'EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185' } as NamedNode,
	'EMMO_fa9cfc5d_9c3c_4856_a708_28be3858917e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fa9cfc5d_9c3c_4856_a708_28be3858917e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fa9cfc5d_9c3c_4856_a708_28be3858917e' } as NamedNode,
	/** Quantities defined as ratios `Q=A/B` having equal dimensions in numerator and denominator are dimensionless quantities but still have a physical dimension defined as dim(A)/dim(B).
 
Johansson, Ingvar (2010). "Metrological thinking needs the notions of parametric quantities, units and dimensions". Metrologia. 47 (3): 219–230. doi:10.1088/0026-1394/47/3/012. ISSN 0026-1394. */
	'EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef' } as NamedNode,
	'EMMO_fad04773_08a7_5bd3_8990_06d7e9d2c21e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fad04773_08a7_5bd3_8990_06d7e9d2c21e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fad04773_08a7_5bd3_8990_06d7e9d2c21e' } as NamedNode,
	'EMMO_faf79f53_749d_40b2_807c_d34244c192f4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_faf79f53_749d_40b2_807c_d34244c192f4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_faf79f53_749d_40b2_807c_d34244c192f4' } as NamedNode,
	'EMMO_fb1bb238_24bc_5d37_9243_414770fda5be': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fb1bb238_24bc_5d37_9243_414770fda5be', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fb1bb238_24bc_5d37_9243_414770fda5be' } as NamedNode,
	'EMMO_fb1e757e_087e_4541_847f_392990643f64': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fb1e757e_087e_4541_847f_392990643f64', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fb1e757e_087e_4541_847f_392990643f64' } as NamedNode,
	'EMMO_fb27e6d6_159e_48a6_9c29_76dc31d8a860': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fb27e6d6_159e_48a6_9c29_76dc31d8a860', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fb27e6d6_159e_48a6_9c29_76dc31d8a860' } as NamedNode,
	'EMMO_fb294e8d_603c_4fe5_bd71_8f4d152b2fb5': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fb294e8d_603c_4fe5_bd71_8f4d152b2fb5', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fb294e8d_603c_4fe5_bd71_8f4d152b2fb5' } as NamedNode,
	'EMMO_fba570fc_6881_51d6_8e9d_a8c23e422b62': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fba570fc_6881_51d6_8e9d_a8c23e422b62', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fba570fc_6881_51d6_8e9d_a8c23e422b62' } as NamedNode,
	'EMMO_fbc2549b_9108_467a_a573_de48eb45cc4a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fbc2549b_9108_467a_a573_de48eb45cc4a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fbc2549b_9108_467a_a573_de48eb45cc4a' } as NamedNode,
	'EMMO_fbcc3aad_c58a_4185_bcc9_859db779b226': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fbcc3aad_c58a_4185_bcc9_859db779b226', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fbcc3aad_c58a_4185_bcc9_859db779b226' } as NamedNode,
	'EMMO_fbd27874_80aa_4aac_997b_91ab766342ac': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fbd27874_80aa_4aac_997b_91ab766342ac', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fbd27874_80aa_4aac_997b_91ab766342ac' } as NamedNode,
	'EMMO_fbef8d6b_9340_4ea0_bb38_26f66a5dee60': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fbef8d6b_9340_4ea0_bb38_26f66a5dee60', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fbef8d6b_9340_4ea0_bb38_26f66a5dee60' } as NamedNode,
	'EMMO_fbf354a6_a466_4467_9473_a90b68f5d032': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fbf354a6_a466_4467_9473_a90b68f5d032', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fbf354a6_a466_4467_9473_a90b68f5d032' } as NamedNode,
	'EMMO_fbf7da6f_04bb_4c8e_abbf_e4048d6a5e73': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fbf7da6f_04bb_4c8e_abbf_e4048d6a5e73', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fbf7da6f_04bb_4c8e_abbf_e4048d6a5e73' } as NamedNode,
	'EMMO_fbfd4b93_12ee_5a15_8377_d4c54635b5de': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fbfd4b93_12ee_5a15_8377_d4c54635b5de', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fbfd4b93_12ee_5a15_8377_d4c54635b5de' } as NamedNode,
	'EMMO_fc1987b2_afff_4dc6_a102_bdd9f024b03b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fc1987b2_afff_4dc6_a102_bdd9f024b03b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fc1987b2_afff_4dc6_a102_bdd9f024b03b' } as NamedNode,
	'EMMO_fc457a08_9b93_4a00_bdcb_a806f30bcf90': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fc457a08_9b93_4a00_bdcb_a806f30bcf90', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fc457a08_9b93_4a00_bdcb_a806f30bcf90' } as NamedNode,
	'EMMO_fc47b76f_ad01_4cd0_8fc6_55532000e7c8': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fc47b76f_ad01_4cd0_8fc6_55532000e7c8', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fc47b76f_ad01_4cd0_8fc6_55532000e7c8' } as NamedNode,
	'EMMO_fc7ab7d2_d960_5ae8_b13b_a53dbc547cca': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fc7ab7d2_d960_5ae8_b13b_a53dbc547cca', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fc7ab7d2_d960_5ae8_b13b_a53dbc547cca' } as NamedNode,
	/** esce workpiece */
	'EMMO_fc859d37_408d_44b6_b345_a0ea0b65121e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fc859d37_408d_44b6_b345_a0ea0b65121e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fc859d37_408d_44b6_b345_a0ea0b65121e' } as NamedNode,
	'EMMO_fc86c700_ccea_441c_b628_ad236f030fe6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fc86c700_ccea_441c_b628_ad236f030fe6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fc86c700_ccea_441c_b628_ad236f030fe6' } as NamedNode,
	'EMMO_fcae603e_aa6e_4940_9fa1_9f0909cabf3b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fcae603e_aa6e_4940_9fa1_9f0909cabf3b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fcae603e_aa6e_4940_9fa1_9f0909cabf3b' } as NamedNode,
	'EMMO_fcdf3dd6_c5d7_40d2_b062_b5580e37a9bd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fcdf3dd6_c5d7_40d2_b062_b5580e37a9bd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fcdf3dd6_c5d7_40d2_b062_b5580e37a9bd' } as NamedNode,
	'EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c' } as NamedNode,
	'EMMO_fcfc9256_1159_44d2_b4c2_bac1b85698da': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fcfc9256_1159_44d2_b4c2_bac1b85698da', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fcfc9256_1159_44d2_b4c2_bac1b85698da' } as NamedNode,
	'EMMO_fd03c660_7b3b_5451_9d78_bc48836e1cc6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fd03c660_7b3b_5451_9d78_bc48836e1cc6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fd03c660_7b3b_5451_9d78_bc48836e1cc6' } as NamedNode,
	'EMMO_fd4a6307_f9f7_4b54_b044_caa04e620232': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fd4a6307_f9f7_4b54_b044_caa04e620232', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fd4a6307_f9f7_4b54_b044_caa04e620232' } as NamedNode,
	'EMMO_fd6559e8_ef94_460c_9dfc_bad5c68d63b4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fd6559e8_ef94_460c_9dfc_bad5c68d63b4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fd6559e8_ef94_460c_9dfc_bad5c68d63b4' } as NamedNode,
	'EMMO_fd689787_31b0_41cf_bf03_0d69af76469d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fd689787_31b0_41cf_bf03_0d69af76469d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fd689787_31b0_41cf_bf03_0d69af76469d' } as NamedNode,
	'EMMO_fd99c17e_6385_5b97_a20c_eddffdd56837': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fd99c17e_6385_5b97_a20c_eddffdd56837', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fd99c17e_6385_5b97_a20c_eddffdd56837' } as NamedNode,
	'EMMO_fdae3f5a_8f8c_4875_a784_5beda43d3009': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fdae3f5a_8f8c_4875_a784_5beda43d3009', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fdae3f5a_8f8c_4875_a784_5beda43d3009' } as NamedNode,
	'EMMO_fdcc0ac2_f82f_5650_838c_ec1ad138a632': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fdcc0ac2_f82f_5650_838c_ec1ad138a632', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fdcc0ac2_f82f_5650_838c_ec1ad138a632' } as NamedNode,
	'EMMO_fdd744f7_72e5_4060_86a7_93ff361237d6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fdd744f7_72e5_4060_86a7_93ff361237d6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fdd744f7_72e5_4060_86a7_93ff361237d6' } as NamedNode,
	/** DOI to corresponding concept in IUPAC */
	'EMMO_fe015383_afb3_44a6_ae86_043628697aa2': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fe015383_afb3_44a6_ae86_043628697aa2', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fe015383_afb3_44a6_ae86_043628697aa2' } as NamedNode,
	'EMMO_fe3eb868_8745_4fea_8370_4313d0531c18': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fe3eb868_8745_4fea_8370_4313d0531c18', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fe3eb868_8745_4fea_8370_4313d0531c18' } as NamedNode,
	'EMMO_fe573dc7_9aac_49f2_9390_02cf697bfe53': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fe573dc7_9aac_49f2_9390_02cf697bfe53', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fe573dc7_9aac_49f2_9390_02cf697bfe53' } as NamedNode,
	'EMMO_fe63194f_7c04_4dbd_a244_524b38b6699b': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fe63194f_7c04_4dbd_a244_524b38b6699b', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fe63194f_7c04_4dbd_a244_524b38b6699b' } as NamedNode,
	'EMMO_fe7e56ce_118b_4243_9aad_20eb9f4f31f6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fe7e56ce_118b_4243_9aad_20eb9f4f31f6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fe7e56ce_118b_4243_9aad_20eb9f4f31f6' } as NamedNode,
	'EMMO_fea5076a_20d0_4277_a4f1_d0eebd3b0d0e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fea5076a_20d0_4277_a4f1_d0eebd3b0d0e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fea5076a_20d0_4277_a4f1_d0eebd3b0d0e' } as NamedNode,
	/** The complete set of SI units includes both the coherent set and the multiples and sub-multiples formed by using the SI prefixes. */
	'EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4' } as NamedNode,
	'EMMO_fec651dc_8962_48c3_8b30_1115b2dd7c16': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_fec651dc_8962_48c3_8b30_1115b2dd7c16', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_fec651dc_8962_48c3_8b30_1115b2dd7c16' } as NamedNode,
	'EMMO_ff010476_5153_422b_99ad_0cd59b226892': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ff010476_5153_422b_99ad_0cd59b226892', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ff010476_5153_422b_99ad_0cd59b226892' } as NamedNode,
	'EMMO_ff1212da_108e_4aaf_a2b0_b691fe53685e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ff1212da_108e_4aaf_a2b0_b691fe53685e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ff1212da_108e_4aaf_a2b0_b691fe53685e' } as NamedNode,
	'EMMO_ff1d6ece_712d_54b8_9c05_c26854e0c35a': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ff1d6ece_712d_54b8_9c05_c26854e0c35a', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ff1d6ece_712d_54b8_9c05_c26854e0c35a' } as NamedNode,
	'EMMO_ff4dfc0f_6d79_41e1_9e32_68801bdea085': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ff4dfc0f_6d79_41e1_9e32_68801bdea085', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ff4dfc0f_6d79_41e1_9e32_68801bdea085' } as NamedNode,
	'EMMO_ff4e0ff1_a3ea_5c59_82dc_75f0abad66eb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ff4e0ff1_a3ea_5c59_82dc_75f0abad66eb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ff4e0ff1_a3ea_5c59_82dc_75f0abad66eb' } as NamedNode,
	'EMMO_ff5e8306_8e33_5305_84aa_d99055d34e0c': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ff5e8306_8e33_5305_84aa_d99055d34e0c', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ff5e8306_8e33_5305_84aa_d99055d34e0c' } as NamedNode,
	/** Inverse of 'ElectricalResistance'. */
	'EMMO_ffb73b1e_5786_43e4_a964_cb32ac7affb7': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ffb73b1e_5786_43e4_a964_cb32ac7affb7', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ffb73b1e_5786_43e4_a964_cb32ac7affb7' } as NamedNode,
	'EMMO_ffbacbc4_c3be_4cc5_9539_94344e72f7a6': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ffbacbc4_c3be_4cc5_9539_94344e72f7a6', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ffbacbc4_c3be_4cc5_9539_94344e72f7a6' } as NamedNode,
	/** The DBpedia definition (http://dbpedia.org/page/Boltzmann_constant) is outdated as May 20, 2019. It is now an exact quantity. */
	'EMMO_ffc7735f_c177_46a4_98e9_a54440d29209': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ffc7735f_c177_46a4_98e9_a54440d29209', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ffc7735f_c177_46a4_98e9_a54440d29209' } as NamedNode,
	'EMMO_ffd65547_6a7e_499d_826a_cee9e7d669fd': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ffd65547_6a7e_499d_826a_cee9e7d669fd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ffd65547_6a7e_499d_826a_cee9e7d669fd' } as NamedNode,
	'EMMO_ffe760a2_9d1f_4aef_8bee_1f450f9cb00d': { termType: 'NamedNode', value: 'https://w3id.org/emmo#EMMO_ffe760a2_9d1f_4aef_8bee_1f450f9cb00d', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#EMMO_ffe760a2_9d1f_4aef_8bee_1f450f9cb00d' } as NamedNode,
	'ElectronVolt': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ElectronVolt', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ElectronVolt' } as NamedNode,
	'ElectronVoltPerKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ElectronVoltPerKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ElectronVoltPerKelvin' } as NamedNode,
	'ElectronVoltPerTesla': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ElectronVoltPerTesla', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ElectronVoltPerTesla' } as NamedNode,
	'ElectronVoltSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ElectronVoltSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ElectronVoltSecond' } as NamedNode,
	'ElectronvoltPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ElectronvoltPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ElectronvoltPerMetre' } as NamedNode,
	/** Measurement unit for electric capacitance. */
	'Farad': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Farad', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Farad' } as NamedNode,
	'FaradPerKiloMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#FaradPerKiloMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#FaradPerKiloMetre' } as NamedNode,
	'FaradPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#FaradPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#FaradPerMetre' } as NamedNode,
	'Fraction': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Fraction', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Fraction' } as NamedNode,
	'GramDegreeCelsius': { termType: 'NamedNode', value: 'https://w3id.org/emmo#GramDegreeCelsius', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#GramDegreeCelsius' } as NamedNode,
	'GramPerDay': { termType: 'NamedNode', value: 'https://w3id.org/emmo#GramPerDay', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#GramPerDay' } as NamedNode,
	'GramPerHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#GramPerHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#GramPerHour' } as NamedNode,
	'GramPerLitre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#GramPerLitre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#GramPerLitre' } as NamedNode,
	'GramPerMilliLitre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#GramPerMilliLitre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#GramPerMilliLitre' } as NamedNode,
	'GramPerMinute': { termType: 'NamedNode', value: 'https://w3id.org/emmo#GramPerMinute', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#GramPerMinute' } as NamedNode,
	'GramPerSquareMetrePerDay': { termType: 'NamedNode', value: 'https://w3id.org/emmo#GramPerSquareMetrePerDay', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#GramPerSquareMetrePerDay' } as NamedNode,
	'Gray': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Gray', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Gray' } as NamedNode,
	'GrayPerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#GrayPerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#GrayPerSecond' } as NamedNode,
	'Hectare': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Hectare', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Hectare' } as NamedNode,
	'Henry': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Henry', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Henry' } as NamedNode,
	'HenryPerKiloOhm': { termType: 'NamedNode', value: 'https://w3id.org/emmo#HenryPerKiloOhm', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#HenryPerKiloOhm' } as NamedNode,
	'HenryPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#HenryPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#HenryPerMetre' } as NamedNode,
	'HenryPerOhm': { termType: 'NamedNode', value: 'https://w3id.org/emmo#HenryPerOhm', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#HenryPerOhm' } as NamedNode,
	'Hertz': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Hertz', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Hertz' } as NamedNode,
	'HertzMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#HertzMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#HertzMetre' } as NamedNode,
	'HertzPerKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#HertzPerKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#HertzPerKelvin' } as NamedNode,
	'HertzPerTesla': { termType: 'NamedNode', value: 'https://w3id.org/emmo#HertzPerTesla', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#HertzPerTesla' } as NamedNode,
	'HertzPerVolt': { termType: 'NamedNode', value: 'https://w3id.org/emmo#HertzPerVolt', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#HertzPerVolt' } as NamedNode,
	'Hour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Hour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Hour' } as NamedNode,
	'Joule': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Joule', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Joule' } as NamedNode,
	'JouleMetrePerMole': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JouleMetrePerMole', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JouleMetrePerMole' } as NamedNode,
	'JoulePerCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JoulePerCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JoulePerCubicMetre' } as NamedNode,
	'JoulePerCubicMetreKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JoulePerCubicMetreKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JoulePerCubicMetreKelvin' } as NamedNode,
	'JoulePerHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JoulePerHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JoulePerHour' } as NamedNode,
	'JoulePerKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JoulePerKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JoulePerKelvin' } as NamedNode,
	'JoulePerKilogram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JoulePerKilogram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JoulePerKilogram' } as NamedNode,
	'JoulePerKilogramKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JoulePerKilogramKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JoulePerKilogramKelvin' } as NamedNode,
	'JoulePerKilogramKelvinCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JoulePerKilogramKelvinCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JoulePerKilogramKelvinCubicMetre' } as NamedNode,
	'JoulePerKilogramKelvinPerPascal': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JoulePerKilogramKelvinPerPascal', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JoulePerKilogramKelvinPerPascal' } as NamedNode,
	'JoulePerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JoulePerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JoulePerMetre' } as NamedNode,
	'JoulePerMole': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JoulePerMole', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JoulePerMole' } as NamedNode,
	'JoulePerMoleKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JoulePerMoleKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JoulePerMoleKelvin' } as NamedNode,
	'JoulePerQuarticMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JoulePerQuarticMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JoulePerQuarticMetre' } as NamedNode,
	'JoulePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JoulePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JoulePerSecond' } as NamedNode,
	'JoulePerSquareCentiMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JoulePerSquareCentiMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JoulePerSquareCentiMetre' } as NamedNode,
	'JoulePerSquareCentiMetrePerDay': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JoulePerSquareCentiMetrePerDay', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JoulePerSquareCentiMetrePerDay' } as NamedNode,
	'JoulePerSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JoulePerSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JoulePerSquareMetre' } as NamedNode,
	'JoulePerSquareTesla': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JoulePerSquareTesla', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JoulePerSquareTesla' } as NamedNode,
	'JoulePerTesla': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JoulePerTesla', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JoulePerTesla' } as NamedNode,
	'JouleSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JouleSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JouleSecond' } as NamedNode,
	'JouleSecondPerMole': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JouleSecondPerMole', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JouleSecondPerMole' } as NamedNode,
	'JouleSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JouleSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JouleSquareMetre' } as NamedNode,
	'JouleSquareMetrePerKilogram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#JouleSquareMetrePerKilogram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#JouleSquareMetrePerKilogram' } as NamedNode,
	'Katal': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Katal', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Katal' } as NamedNode,
	'Kelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Kelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Kelvin' } as NamedNode,
	'KelvinDay': { termType: 'NamedNode', value: 'https://w3id.org/emmo#KelvinDay', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#KelvinDay' } as NamedNode,
	'KelvinMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#KelvinMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#KelvinMetre' } as NamedNode,
	'KelvinMetrePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#KelvinMetrePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#KelvinMetrePerSecond' } as NamedNode,
	'KelvinMetrePerWatt': { termType: 'NamedNode', value: 'https://w3id.org/emmo#KelvinMetrePerWatt', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#KelvinMetrePerWatt' } as NamedNode,
	'KelvinPascalPerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#KelvinPascalPerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#KelvinPascalPerSecond' } as NamedNode,
	'KelvinPerHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#KelvinPerHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#KelvinPerHour' } as NamedNode,
	'KelvinPerKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#KelvinPerKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#KelvinPerKelvin' } as NamedNode,
	'KelvinPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#KelvinPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#KelvinPerMetre' } as NamedNode,
	'KelvinPerMinute': { termType: 'NamedNode', value: 'https://w3id.org/emmo#KelvinPerMinute', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#KelvinPerMinute' } as NamedNode,
	'KelvinPerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#KelvinPerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#KelvinPerSecond' } as NamedNode,
	'KelvinPerSquareSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#KelvinPerSquareSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#KelvinPerSquareSecond' } as NamedNode,
	'KelvinPerTesla': { termType: 'NamedNode', value: 'https://w3id.org/emmo#KelvinPerTesla', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#KelvinPerTesla' } as NamedNode,
	'KelvinPerWatt': { termType: 'NamedNode', value: 'https://w3id.org/emmo#KelvinPerWatt', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#KelvinPerWatt' } as NamedNode,
	'KelvinSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#KelvinSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#KelvinSecond' } as NamedNode,
	'KelvinSquareMetrePerKilogramPerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#KelvinSquareMetrePerKilogramPerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#KelvinSquareMetrePerKilogramPerSecond' } as NamedNode,
	'Kilogram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Kilogram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Kilogram' } as NamedNode,
	/** Other used symbols for litre are "l" and "ℓ". */
	'Litre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Litre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Litre' } as NamedNode,
	'LitrePerDay': { termType: 'NamedNode', value: 'https://w3id.org/emmo#LitrePerDay', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#LitrePerDay' } as NamedNode,
	'LitrePerHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#LitrePerHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#LitrePerHour' } as NamedNode,
	'LitrePerKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#LitrePerKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#LitrePerKelvin' } as NamedNode,
	'LitrePerKilogram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#LitrePerKilogram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#LitrePerKilogram' } as NamedNode,
	'LitrePerLitre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#LitrePerLitre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#LitrePerLitre' } as NamedNode,
	'LitrePerMicroMole': { termType: 'NamedNode', value: 'https://w3id.org/emmo#LitrePerMicroMole', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#LitrePerMicroMole' } as NamedNode,
	'LitrePerMinute': { termType: 'NamedNode', value: 'https://w3id.org/emmo#LitrePerMinute', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#LitrePerMinute' } as NamedNode,
	'LitrePerMole': { termType: 'NamedNode', value: 'https://w3id.org/emmo#LitrePerMole', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#LitrePerMole' } as NamedNode,
	'LitrePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#LitrePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#LitrePerSecond' } as NamedNode,
	'LitrePerSecondPerSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#LitrePerSecondPerSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#LitrePerSecondPerSquareMetre' } as NamedNode,
	'Lumen': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Lumen', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Lumen' } as NamedNode,
	'LumenPerWatt': { termType: 'NamedNode', value: 'https://w3id.org/emmo#LumenPerWatt', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#LumenPerWatt' } as NamedNode,
	'LumenSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#LumenSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#LumenSecond' } as NamedNode,
	'Lux': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Lux', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Lux' } as NamedNode,
	'LuxHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#LuxHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#LuxHour' } as NamedNode,
	'MegaAmperePerSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MegaAmperePerSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MegaAmperePerSquareMetre' } as NamedNode,
	'MegaVolt': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MegaVolt', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MegaVolt' } as NamedNode,
	'Metre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Metre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Metre' } as NamedNode,
	'MetreKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MetreKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MetreKelvin' } as NamedNode,
	'MetreKelvinPerWatt': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MetreKelvinPerWatt', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MetreKelvinPerWatt' } as NamedNode,
	'MetreKilogram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MetreKilogram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MetreKilogram' } as NamedNode,
	'MetrePerFarad': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MetrePerFarad', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MetrePerFarad' } as NamedNode,
	'MetrePerHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MetrePerHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MetrePerHour' } as NamedNode,
	'MetrePerKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MetrePerKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MetrePerKelvin' } as NamedNode,
	'MetrePerMinute': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MetrePerMinute', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MetrePerMinute' } as NamedNode,
	'MetrePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MetrePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MetrePerSecond' } as NamedNode,
	'MetrePerSquareSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MetrePerSquareSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MetrePerSquareSecond' } as NamedNode,
	'MicroBecquerel': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroBecquerel', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroBecquerel' } as NamedNode,
	'MicroCoulombPerCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroCoulombPerCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroCoulombPerCubicMetre' } as NamedNode,
	'MicroCoulombPerSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroCoulombPerSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroCoulombPerSquareMetre' } as NamedNode,
	'MicroFaradPerKiloMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroFaradPerKiloMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroFaradPerKiloMetre' } as NamedNode,
	'MicroFaradPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroFaradPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroFaradPerMetre' } as NamedNode,
	'MicroGram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroGram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroGram' } as NamedNode,
	'MicroGramPerLitre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroGramPerLitre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroGramPerLitre' } as NamedNode,
	'MicroHenryPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroHenryPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroHenryPerMetre' } as NamedNode,
	'MicroLitre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroLitre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroLitre' } as NamedNode,
	'MicroLitrePerLitre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroLitrePerLitre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroLitrePerLitre' } as NamedNode,
	'MicroMetrePerKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroMetrePerKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroMetrePerKelvin' } as NamedNode,
	'MicroMole': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroMole', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroMole' } as NamedNode,
	'MicroNewton': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroNewton', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroNewton' } as NamedNode,
	'MicroNewtonMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroNewtonMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroNewtonMetre' } as NamedNode,
	'MicroOhm': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroOhm', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroOhm' } as NamedNode,
	'MicroPascal': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroPascal', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroPascal' } as NamedNode,
	'MicroSiemens': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroSiemens', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroSiemens' } as NamedNode,
	'MicroSiemensPerCentiMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroSiemensPerCentiMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroSiemensPerCentiMetre' } as NamedNode,
	'MicroSiemensPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroSiemensPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroSiemensPerMetre' } as NamedNode,
	'MicroWatt': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MicroWatt', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MicroWatt' } as NamedNode,
	'Minute': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Minute', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Minute' } as NamedNode,
	'MolPerKilogram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MolPerKilogram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MolPerKilogram' } as NamedNode,
	'Mole': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Mole', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Mole' } as NamedNode,
	'MoleDegreeCelsius': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MoleDegreeCelsius', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MoleDegreeCelsius' } as NamedNode,
	'MoleKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MoleKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MoleKelvin' } as NamedNode,
	'MolePerCubicDeciMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MolePerCubicDeciMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MolePerCubicDeciMetre' } as NamedNode,
	'MolePerCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MolePerCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MolePerCubicMetre' } as NamedNode,
	'MolePerCubicMetrePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MolePerCubicMetrePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MolePerCubicMetrePerSecond' } as NamedNode,
	'MolePerGramPerHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MolePerGramPerHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MolePerGramPerHour' } as NamedNode,
	'MolePerHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MolePerHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MolePerHour' } as NamedNode,
	'MolePerKilogramPascal': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MolePerKilogramPascal', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MolePerKilogramPascal' } as NamedNode,
	'MolePerLitre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MolePerLitre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MolePerLitre' } as NamedNode,
	'MolePerMinute': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MolePerMinute', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MolePerMinute' } as NamedNode,
	'MolePerMole': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MolePerMole', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MolePerMole' } as NamedNode,
	'MolePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MolePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MolePerSecond' } as NamedNode,
	'MolePerSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MolePerSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MolePerSquareMetre' } as NamedNode,
	'MolePerSquareMetrePerDay': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MolePerSquareMetrePerDay', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MolePerSquareMetrePerDay' } as NamedNode,
	'MolePerSquareMetrePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MolePerSquareMetrePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MolePerSquareMetrePerSecond' } as NamedNode,
	'MolePerSquareMetrePerSecondPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MolePerSquareMetrePerSecondPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MolePerSquareMetrePerSecondPerMetre' } as NamedNode,
	'MolePerSquareMetrePerSecondPerMetrePerSteradian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MolePerSquareMetrePerSecondPerMetrePerSteradian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MolePerSquareMetrePerSecondPerMetrePerSteradian' } as NamedNode,
	'MolePerSquareMetrePerSecondPerSteradian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#MolePerSquareMetrePerSecondPerSteradian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#MolePerSquareMetrePerSecondPerSteradian' } as NamedNode,
	'Neper': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Neper', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Neper' } as NamedNode,
	'Newton': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Newton', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Newton' } as NamedNode,
	'NewtonCentiMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonCentiMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonCentiMetre' } as NamedNode,
	/** Note that the physical dimension is the same as for Joule. */
	'NewtonMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonMetre' } as NamedNode,
	'NewtonMetrePerAmpere': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonMetrePerAmpere', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonMetrePerAmpere' } as NamedNode,
	'NewtonMetrePerKilogram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonMetrePerKilogram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonMetrePerKilogram' } as NamedNode,
	'NewtonMetrePerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonMetrePerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonMetrePerMetre' } as NamedNode,
	'NewtonMetrePerMetrePerRadian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonMetrePerMetrePerRadian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonMetrePerMetrePerRadian' } as NamedNode,
	'NewtonMetrePerRadian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonMetrePerRadian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonMetrePerRadian' } as NamedNode,
	'NewtonMetrePerSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonMetrePerSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonMetrePerSquareMetre' } as NamedNode,
	'NewtonMetreSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonMetreSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonMetreSecond' } as NamedNode,
	'NewtonMetreSecondPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonMetreSecondPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonMetreSecondPerMetre' } as NamedNode,
	'NewtonMetreSecondPerRadian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonMetreSecondPerRadian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonMetreSecondPerRadian' } as NamedNode,
	'NewtonPerAmpere': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonPerAmpere', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonPerAmpere' } as NamedNode,
	'NewtonPerCentiMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonPerCentiMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonPerCentiMetre' } as NamedNode,
	'NewtonPerCoulomb': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonPerCoulomb', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonPerCoulomb' } as NamedNode,
	'NewtonPerCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonPerCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonPerCubicMetre' } as NamedNode,
	'NewtonPerKilogram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonPerKilogram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonPerKilogram' } as NamedNode,
	'NewtonPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonPerMetre' } as NamedNode,
	'NewtonPerMilliMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonPerMilliMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonPerMilliMetre' } as NamedNode,
	'NewtonPerRadian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonPerRadian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonPerRadian' } as NamedNode,
	'NewtonPerSquareCentiMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonPerSquareCentiMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonPerSquareCentiMetre' } as NamedNode,
	'NewtonPerSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonPerSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonPerSquareMetre' } as NamedNode,
	'NewtonPerSquareMilliMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonPerSquareMilliMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonPerSquareMilliMetre' } as NamedNode,
	'NewtonSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonSecond' } as NamedNode,
	'NewtonSecondPerCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonSecondPerCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonSecondPerCubicMetre' } as NamedNode,
	'NewtonSecondPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonSecondPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonSecondPerMetre' } as NamedNode,
	'NewtonSecondPerRadian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonSecondPerRadian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonSecondPerRadian' } as NamedNode,
	'NewtonSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonSquareMetre' } as NamedNode,
	'NewtonSquareMetrePerAmpere': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonSquareMetrePerAmpere', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonSquareMetrePerAmpere' } as NamedNode,
	'NewtonSquareMetrePerSquareKilogram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#NewtonSquareMetrePerSquareKilogram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#NewtonSquareMetrePerSquareKilogram' } as NamedNode,
	'Ohm': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Ohm', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Ohm' } as NamedNode,
	'OhmMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#OhmMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#OhmMetre' } as NamedNode,
	'OhmSquareMetrePerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#OhmSquareMetrePerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#OhmSquareMetrePerMetre' } as NamedNode,
	'Pascal': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Pascal', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Pascal' } as NamedNode,
	'PascalCubicMetrePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#PascalCubicMetrePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#PascalCubicMetrePerSecond' } as NamedNode,
	'PascalLitrePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#PascalLitrePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#PascalLitrePerSecond' } as NamedNode,
	'PascalMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#PascalMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#PascalMetre' } as NamedNode,
	'PascalMetrePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#PascalMetrePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#PascalMetrePerSecond' } as NamedNode,
	'PascalMetrePerSquareSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#PascalMetrePerSquareSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#PascalMetrePerSquareSecond' } as NamedNode,
	'PascalPerHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#PascalPerHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#PascalPerHour' } as NamedNode,
	'PascalPerKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#PascalPerKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#PascalPerKelvin' } as NamedNode,
	'PascalPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#PascalPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#PascalPerMetre' } as NamedNode,
	'PascalPerMinute': { termType: 'NamedNode', value: 'https://w3id.org/emmo#PascalPerMinute', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#PascalPerMinute' } as NamedNode,
	'PascalPerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#PascalPerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#PascalPerSecond' } as NamedNode,
	'PascalSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#PascalSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#PascalSecond' } as NamedNode,
	'PascalSecondPerCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#PascalSecondPerCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#PascalSecondPerCubicMetre' } as NamedNode,
	'PascalSecondPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#PascalSecondPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#PascalSecondPerMetre' } as NamedNode,
	'QuarticCoulombMetrePerCubicEnergy': { termType: 'NamedNode', value: 'https://w3id.org/emmo#QuarticCoulombMetrePerCubicEnergy', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#QuarticCoulombMetrePerCubicEnergy' } as NamedNode,
	'QuarticMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#QuarticMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#QuarticMetre' } as NamedNode,
	'QuarticMetrePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#QuarticMetrePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#QuarticMetrePerSecond' } as NamedNode,
	'QuarticMilliMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#QuarticMilliMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#QuarticMilliMetre' } as NamedNode,
	'QuinticMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#QuinticMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#QuinticMetre' } as NamedNode,
	/** Dimensionless measurement unit for plane angle. */
	'Radian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Radian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Radian' } as NamedNode,
	'RadianPerHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#RadianPerHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#RadianPerHour' } as NamedNode,
	'RadianPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#RadianPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#RadianPerMetre' } as NamedNode,
	'RadianPerMinute': { termType: 'NamedNode', value: 'https://w3id.org/emmo#RadianPerMinute', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#RadianPerMinute' } as NamedNode,
	'RadianPerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#RadianPerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#RadianPerSecond' } as NamedNode,
	'RadianPerSquareSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#RadianPerSquareSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#RadianPerSquareSecond' } as NamedNode,
	'RadianSquareMetrePerKilogram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#RadianSquareMetrePerKilogram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#RadianSquareMetrePerKilogram' } as NamedNode,
	'RadianSquareMetrePerMole': { termType: 'NamedNode', value: 'https://w3id.org/emmo#RadianSquareMetrePerMole', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#RadianSquareMetrePerMole' } as NamedNode,
	'ReciprocalCentiMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalCentiMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalCentiMetre' } as NamedNode,
	'ReciprocalCubicCentiMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalCubicCentiMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalCubicCentiMetre' } as NamedNode,
	'ReciprocalCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalCubicMetre' } as NamedNode,
	'ReciprocalCubicMetreSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalCubicMetreSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalCubicMetreSecond' } as NamedNode,
	'ReciprocalCubicMilliMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalCubicMilliMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalCubicMilliMetre' } as NamedNode,
	'ReciprocalDay': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalDay', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalDay' } as NamedNode,
	'ReciprocalHenry': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalHenry', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalHenry' } as NamedNode,
	'ReciprocalHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalHour' } as NamedNode,
	'ReciprocalJouleCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalJouleCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalJouleCubicMetre' } as NamedNode,
	'ReciprocalKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalKelvin' } as NamedNode,
	'ReciprocalKiloMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalKiloMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalKiloMetre' } as NamedNode,
	'ReciprocalKiloVoltAmpereHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalKiloVoltAmpereHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalKiloVoltAmpereHour' } as NamedNode,
	'ReciprocalLitre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalLitre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalLitre' } as NamedNode,
	'ReciprocalMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalMetre' } as NamedNode,
	'ReciprocalMetreKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalMetreKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalMetreKelvin' } as NamedNode,
	'ReciprocalMetrePerNanoMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalMetrePerNanoMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalMetrePerNanoMetre' } as NamedNode,
	'ReciprocalMetrePerNanoMetrePerSteradian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalMetrePerNanoMetrePerSteradian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalMetrePerNanoMetrePerSteradian' } as NamedNode,
	'ReciprocalMetrePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalMetrePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalMetrePerSecond' } as NamedNode,
	'ReciprocalMetrePerSteradian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalMetrePerSteradian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalMetrePerSteradian' } as NamedNode,
	'ReciprocalMicroMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalMicroMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalMicroMetre' } as NamedNode,
	'ReciprocalMicroMolePerLitre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalMicroMolePerLitre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalMicroMolePerLitre' } as NamedNode,
	'ReciprocalMilliMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalMilliMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalMilliMetre' } as NamedNode,
	'ReciprocalMilliSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalMilliSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalMilliSecond' } as NamedNode,
	'ReciprocalMinute': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalMinute', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalMinute' } as NamedNode,
	'ReciprocalMole': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalMole', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalMole' } as NamedNode,
	'ReciprocalNanoMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalNanoMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalNanoMetre' } as NamedNode,
	'ReciprocalPascal': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalPascal', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalPascal' } as NamedNode,
	'ReciprocalPascalPerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalPascalPerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalPascalPerSecond' } as NamedNode,
	'ReciprocalPicoMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalPicoMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalPicoMetre' } as NamedNode,
	'ReciprocalSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalSecond' } as NamedNode,
	'ReciprocalSecondSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalSecondSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalSecondSquareMetre' } as NamedNode,
	'ReciprocalSecondSquareMetreSteradian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalSecondSquareMetreSteradian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalSecondSquareMetreSteradian' } as NamedNode,
	'ReciprocalSecondSteradian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalSecondSteradian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalSecondSteradian' } as NamedNode,
	'ReciprocalSquareElectronVolt': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalSquareElectronVolt', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalSquareElectronVolt' } as NamedNode,
	'ReciprocalSquareGigaElectronVolt': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalSquareGigaElectronVolt', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalSquareGigaElectronVolt' } as NamedNode,
	'ReciprocalSquareJoule': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalSquareJoule', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalSquareJoule' } as NamedNode,
	'ReciprocalSquareKilogram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalSquareKilogram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalSquareKilogram' } as NamedNode,
	'ReciprocalSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalSquareMetre' } as NamedNode,
	'ReciprocalSquareMetreSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalSquareMetreSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalSquareMetreSecond' } as NamedNode,
	'ReciprocalSquareSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalSquareSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalSquareSecond' } as NamedNode,
	'ReciprocalSteradian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalSteradian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalSteradian' } as NamedNode,
	'ReciprocalTeslaMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalTeslaMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalTeslaMetre' } as NamedNode,
	'ReciprocalTeslaSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalTeslaSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalTeslaSecond' } as NamedNode,
	'ReciprocalWeber': { termType: 'NamedNode', value: 'https://w3id.org/emmo#ReciprocalWeber', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#ReciprocalWeber' } as NamedNode,
	'RevolutionPerMinute': { termType: 'NamedNode', value: 'https://w3id.org/emmo#RevolutionPerMinute', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#RevolutionPerMinute' } as NamedNode,
	'Second': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Second', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Second' } as NamedNode,
	'SecondPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SecondPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SecondPerMetre' } as NamedNode,
	'SecondPerRadianCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SecondPerRadianCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SecondPerRadianCubicMetre' } as NamedNode,
	'SexticMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SexticMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SexticMetre' } as NamedNode,
	'Siemens': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Siemens', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Siemens' } as NamedNode,
	'SiemensPerCentiMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SiemensPerCentiMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SiemensPerCentiMetre' } as NamedNode,
	'SiemensPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SiemensPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SiemensPerMetre' } as NamedNode,
	'SiemensSquareMetrePerMole': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SiemensSquareMetrePerMole', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SiemensSquareMetrePerMole' } as NamedNode,
	'Sievert': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Sievert', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Sievert' } as NamedNode,
	'SquareCentiMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareCentiMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareCentiMetre' } as NamedNode,
	'SquareCentiMetreMinute': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareCentiMetreMinute', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareCentiMetreMinute' } as NamedNode,
	'SquareCentiMetrePerCubicCentiMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareCentiMetrePerCubicCentiMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareCentiMetrePerCubicCentiMetre' } as NamedNode,
	'SquareCentiMetrePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareCentiMetrePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareCentiMetrePerSecond' } as NamedNode,
	'SquareCentiMetreSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareCentiMetreSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareCentiMetreSecond' } as NamedNode,
	'SquareCoulombSquareMetrePerJoule': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareCoulombSquareMetrePerJoule', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareCoulombSquareMetrePerJoule' } as NamedNode,
	'SquareDeciMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareDeciMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareDeciMetre' } as NamedNode,
	'SquareDegree': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareDegree', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareDegree' } as NamedNode,
	'SquareDegreeCelsiusPerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareDegreeCelsiusPerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareDegreeCelsiusPerSecond' } as NamedNode,
	'SquareKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareKelvin' } as NamedNode,
	'SquareKilogramPerSquareSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareKilogramPerSquareSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareKilogramPerSquareSecond' } as NamedNode,
	'SquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetre' } as NamedNode,
	'SquareMetreCubicHertz': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetreCubicHertz', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetreCubicHertz' } as NamedNode,
	'SquareMetreHertz': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetreHertz', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetreHertz' } as NamedNode,
	'SquareMetreKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetreKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetreKelvin' } as NamedNode,
	'SquareMetreKelvinPerWatt': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetreKelvinPerWatt', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetreKelvinPerWatt' } as NamedNode,
	'SquareMetrePerGram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetrePerGram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetrePerGram' } as NamedNode,
	'SquareMetrePerHectare': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetrePerHectare', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetrePerHectare' } as NamedNode,
	'SquareMetrePerHertz': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetrePerHertz', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetrePerHertz' } as NamedNode,
	'SquareMetrePerHertzPerDegree': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetrePerHertzPerDegree', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetrePerHertzPerDegree' } as NamedNode,
	'SquareMetrePerJoule': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetrePerJoule', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetrePerJoule' } as NamedNode,
	'SquareMetrePerKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetrePerKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetrePerKelvin' } as NamedNode,
	'SquareMetrePerKilogram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetrePerKilogram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetrePerKilogram' } as NamedNode,
	'SquareMetrePerMole': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetrePerMole', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetrePerMole' } as NamedNode,
	'SquareMetrePerNewton': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetrePerNewton', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetrePerNewton' } as NamedNode,
	'SquareMetrePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetrePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetrePerSecond' } as NamedNode,
	'SquareMetrePerSquareHertz': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetrePerSquareHertz', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetrePerSquareHertz' } as NamedNode,
	'SquareMetrePerSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetrePerSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetrePerSquareMetre' } as NamedNode,
	'SquareMetrePerSquareSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetrePerSquareSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetrePerSquareSecond' } as NamedNode,
	'SquareMetrePerSteradian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetrePerSteradian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetrePerSteradian' } as NamedNode,
	'SquareMetrePerSteradianJoule': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetrePerSteradianJoule', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetrePerSteradianJoule' } as NamedNode,
	'SquareMetrePerVoltSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetrePerVoltSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetrePerVoltSecond' } as NamedNode,
	'SquareMetreQuarticHertz': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetreQuarticHertz', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetreQuarticHertz' } as NamedNode,
	'SquareMetreSecondPerRadian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetreSecondPerRadian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetreSecondPerRadian' } as NamedNode,
	'SquareMetreSquareHertz': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetreSquareHertz', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetreSquareHertz' } as NamedNode,
	'SquareMetreSteradian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMetreSteradian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMetreSteradian' } as NamedNode,
	'SquareMicroMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMicroMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMicroMetre' } as NamedNode,
	'SquareMilliMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMilliMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMilliMetre' } as NamedNode,
	'SquareMilliMetrePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareMilliMetrePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareMilliMetrePerSecond' } as NamedNode,
	'SquareNanoMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareNanoMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareNanoMetre' } as NamedNode,
	'SquarePascalPerSquareSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquarePascalPerSquareSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquarePascalPerSquareSecond' } as NamedNode,
	'SquarePascalSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquarePascalSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquarePascalSecond' } as NamedNode,
	'SquareSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareSecond' } as NamedNode,
	'SquareVoltPerSquareKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#SquareVoltPerSquareKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#SquareVoltPerSquareKelvin' } as NamedNode,
	'Steradian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Steradian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Steradian' } as NamedNode,
	'Tesla': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Tesla', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Tesla' } as NamedNode,
	'Tonne': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Tonne', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Tonne' } as NamedNode,
	'TonnePerCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#TonnePerCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#TonnePerCubicMetre' } as NamedNode,
	'TonnePerDay': { termType: 'NamedNode', value: 'https://w3id.org/emmo#TonnePerDay', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#TonnePerDay' } as NamedNode,
	'TonnePerHectare': { termType: 'NamedNode', value: 'https://w3id.org/emmo#TonnePerHectare', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#TonnePerHectare' } as NamedNode,
	'TonnePerHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#TonnePerHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#TonnePerHour' } as NamedNode,
	'TonnePerMinute': { termType: 'NamedNode', value: 'https://w3id.org/emmo#TonnePerMinute', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#TonnePerMinute' } as NamedNode,
	'TonnePerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#TonnePerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#TonnePerSecond' } as NamedNode,
	'Volt': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Volt', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Volt' } as NamedNode,
	'VoltAmpere': { termType: 'NamedNode', value: 'https://w3id.org/emmo#VoltAmpere', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#VoltAmpere' } as NamedNode,
	'VoltAmpereHour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#VoltAmpereHour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#VoltAmpereHour' } as NamedNode,
	'VoltPerCentiMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#VoltPerCentiMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#VoltPerCentiMetre' } as NamedNode,
	'VoltPerKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#VoltPerKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#VoltPerKelvin' } as NamedNode,
	'VoltPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#VoltPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#VoltPerMetre' } as NamedNode,
	'VoltPerMicroSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#VoltPerMicroSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#VoltPerMicroSecond' } as NamedNode,
	'VoltPerMilliMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#VoltPerMilliMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#VoltPerMilliMetre' } as NamedNode,
	'VoltPerSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#VoltPerSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#VoltPerSecond' } as NamedNode,
	'VoltPerSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#VoltPerSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#VoltPerSquareMetre' } as NamedNode,
	'VoltSecondPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#VoltSecondPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#VoltSecondPerMetre' } as NamedNode,
	'Watt': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Watt', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Watt' } as NamedNode,
	'WattHourPerKilogram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattHourPerKilogram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattHourPerKilogram' } as NamedNode,
	'WattHourPerLitre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattHourPerLitre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattHourPerLitre' } as NamedNode,
	'WattMetrePerSquareMetreSteradian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattMetrePerSquareMetreSteradian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattMetrePerSquareMetreSteradian' } as NamedNode,
	'WattPerCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattPerCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattPerCubicMetre' } as NamedNode,
	'WattPerKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattPerKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattPerKelvin' } as NamedNode,
	'WattPerKilogram': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattPerKilogram', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattPerKilogram' } as NamedNode,
	'WattPerLitre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattPerLitre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattPerLitre' } as NamedNode,
	'WattPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattPerMetre' } as NamedNode,
	'WattPerMetreKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattPerMetreKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattPerMetreKelvin' } as NamedNode,
	'WattPerSquareCentiMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattPerSquareCentiMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattPerSquareCentiMetre' } as NamedNode,
	'WattPerSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattPerSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattPerSquareMetre' } as NamedNode,
	'WattPerSquareMetreKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattPerSquareMetreKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattPerSquareMetreKelvin' } as NamedNode,
	'WattPerSquareMetrePascal': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattPerSquareMetrePascal', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattPerSquareMetrePascal' } as NamedNode,
	'WattPerSquareMetrePerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattPerSquareMetrePerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattPerSquareMetrePerMetre' } as NamedNode,
	'WattPerSquareMetrePerMetrePerSteradian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattPerSquareMetrePerMetrePerSteradian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattPerSquareMetrePerMetrePerSteradian' } as NamedNode,
	'WattPerSquareMetrePerNanoMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattPerSquareMetrePerNanoMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattPerSquareMetrePerNanoMetre' } as NamedNode,
	'WattPerSquareMetrePerNanoMetrePerSteradian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattPerSquareMetrePerNanoMetrePerSteradian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattPerSquareMetrePerNanoMetrePerSteradian' } as NamedNode,
	'WattPerSquareMetreQuarticKelvin': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattPerSquareMetreQuarticKelvin', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattPerSquareMetreQuarticKelvin' } as NamedNode,
	'WattPerSquareMetreSteradian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattPerSquareMetreSteradian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattPerSquareMetreSteradian' } as NamedNode,
	'WattPerSteradian': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattPerSteradian', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattPerSteradian' } as NamedNode,
	'WattSecond': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattSecond', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattSecond' } as NamedNode,
	'WattSecondPerSquareMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WattSecondPerSquareMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WattSecondPerSquareMetre' } as NamedNode,
	'Watthour': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Watthour', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Watthour' } as NamedNode,
	'WatthourPerCubicMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WatthourPerCubicMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WatthourPerCubicMetre' } as NamedNode,
	'Weber': { termType: 'NamedNode', value: 'https://w3id.org/emmo#Weber', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#Weber' } as NamedNode,
	'WeberMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WeberMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WeberMetre' } as NamedNode,
	'WeberPerMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WeberPerMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WeberPerMetre' } as NamedNode,
	'WeberPerMilliMetre': { termType: 'NamedNode', value: 'https://w3id.org/emmo#WeberPerMilliMetre', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#WeberPerMilliMetre' } as NamedNode,
	'emmo_fd2aa864_eef7_4c3d_8243_9ea832d9df3e': { termType: 'NamedNode', value: 'https://w3id.org/emmo#emmo_fd2aa864_eef7_4c3d_8243_9ea832d9df3e', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://w3id.org/emmo#emmo_fd2aa864_eef7_4c3d_8243_9ea832d9df3e' } as NamedNode,
	'x': { termType: 'NamedNode', value: 'urn:swrl:var#x', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'urn:swrl:var#x' } as NamedNode,
	'y': { termType: 'NamedNode', value: 'urn:swrl:var#y', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'urn:swrl:var#y' } as NamedNode,
	'z': { termType: 'NamedNode', value: 'urn:swrl:var#z', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'urn:swrl:var#z' } as NamedNode,
}