ilap.ttl 196 KB
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
@prefix ilap:    <http://data.posccaesar.org/ilap/> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix afn:     <http://jena.hpl.hp.com/ARQ/function#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ilap-xsd:  <http://data.posccaesar.org/ilap/xsd-generator-ontology/> .
@prefix dm:     <http://data.posccaesar.org/dm/> .
@prefix dct:     <http://purl.org/dc/terms/> .
@prefix ptrn:    <http://data.posccaesar.org/ptrn/> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dmm:     <http://data.posccaesar.org/dm/metadata/> .
@prefix rdl:     <http://data.posccaesar.org/rdl/> .
@prefix ilap-view:  <http://data.posccaesar.org/ilap/view-ontology/> .
@prefix pn:      <http://www.w3.org/2005/xpath-functions#> .
@prefix dc:      <http://purl.org/dc/elements/1.1/> .

ilap-view:hasFrontlineDate
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:Schedule ;
      ilap:hasInformalDefinition
              "frontline date" ;
      dm:definitionByLiteral
              "<PointInTime> that is the frontline date for the actual activity realising the <PlanForActivity> at the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has frontline date" .

ilap:EventInPlan
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfEvent , ilap:Specification , ilap-view:IdentifiedObject , ilap:Occurrence ;
      dm:definitionByLiteral
              "<ClassOfEvent> that is an <Occurrence> and a <Specification>, and that is within a plan" ;
      dm:identificationByLiteral
              "event in plan" ;
      dm:noteByLiteral "An event in plan can be a milestone for a planning activity." .

ilap-view:hasActualAchievement
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:EventInPlan ;
      ilap:hasInformalDefinition
              "point in time that the actual event realising the milestone is at" ;
      dm:definitionByLiteral
              "<PointInTime> that the actual event realising the <Milestone> is at" ;
      dm:identificationByLiteral
              "has actual achievement" .

ilap-view:mustBeNoEarlierThan
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:EventInPlan ;
      ilap:hasInformalDefinition
              "point in time that the milestone specifies its realisation to be after" ;
      dm:definitionByLiteral
              "<PointInTime> that the <Milestone> specifies its realisation to be after" ;
      dm:identificationByLiteral
              "must be no earlier than" .

ilap:ClassOfProjectBySiteEnvironment
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfProject , ilap-view:IdentifiedObject ;
      ilap:hasInformalDefinition
              "Class that a superclass for brownfield and greenfield projects" ;
      dm:definitionByLiteral
              "<ClassOfProject> that is according to the nature of its site" ;
      dm:identificationByLiteral
              "class of project by site environment" .

ilap:ClassOfShutdownByPriorScheduling
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfShutdown ;
      dm:definitionByLiteral
              "<ClassOfShutdown> according to whether or not it is the response to an emergency" ;
      dm:identificationByLiteral
              "class of shutdown by prior intent" .

ilap:fulfils
      a       owl:ObjectProperty ;
      rdfs:domain dm:ActualIndividual ;
      rdfs:range ilap:IntendedIndividual ;
      dm:definitionByLiteral
              "a <IntendedIndividual> that the <ActualIndividual> is intended to fulfil" ;
      dm:identificationByLiteral
              "fulfils" ;
      owl:inverseOf ilap:fulfilledBy .

ilap-view:hasRevisedSchedule
      a       owl:ObjectProperty ;
      rdfs:domain ilap:ManagedProgrammeOfWork ;
      rdfs:range ilap:Schedule ;
      ilap:hasInformalDefinition
              "the revised schedule is 'in-between-baseline schedule'. This is a revision of a baseline schedule allowing to compare it to the Current Schedule, Live Schedule" ;
      dm:definitionByLiteral
              "<Schedule> that is the revised schedule for the <Project> at the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has revised schedule" .

ilap:OilAndGasLicenceBlock
      a       owl:Class ;
      rdfs:subClassOf ilap:GeographicArea ;
      dm:definitionByLiteral
              "<GeographicArea> that is defined in an oil and gas licence" ;
      dm:identificationByLiteral
              "oil and gas licence block" .

ilap:ClassOfPlanForActivity
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfActivityDefinition ;
      dm:definitionByLiteral
              "power class of <PlanForActivity>" ;
      dm:identificationByLiteral
              "class of plan for activity" .

ilap-view:hasPlannedTotalResourceExpenditure
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ilap:ResourceInPlan ;
      rdfs:range ilap:MonetaryAmount ;
      ilap:hasInformalDefinition
              "quantity  that is a monetary amount" ;
      dm:definitionByLiteral
              "total expenditure on the resource according to the <ResourceInPlan>" ;
      dm:identificationByLiteral
              "has planned total resource expenditure" .

ilap:hasPercentageComplete
      a       owl:DatatypeProperty ;
      rdfs:domain dm:Activity ;
      dm:definitionByLiteral
              "the percentage complete of an <Activity>" ;
      dm:identificationByLiteral
              "has percentage complete" .

ilap:PlanningReadyForExecution
      a       owl:Class , ilap:ActivityPlanningStatus ;
      rdfs:subClassOf ilap:Planning ;
      dm:definitionByLiteral
              "<Planning> activity that holds a plan for activity as ready for execution" ;
      dm:identificationByLiteral
              "planning - ready for execution" .

ilap:InstalledPlanningSoftware
      a       owl:Class ;
      rdfs:subClassOf ilap:InstalledSoftware ;
      dm:definitionByLiteral
              "<InstalledSoftware> that is for <Planning>" ;
      dm:identificationByLiteral
              "installed planning software" .

ilap-view:AvailableResource
      a       owl:Class ;
      rdfs:subClassOf dm:Individual , ilap-view:IdentifiedObject ;
      ilap:hasInformalDefinition
              "for use in activities" ;
      dm:definitionByLiteral
              "<PossibleIndividual> that is regarded by the <Planning> activity implicit within the view as having possible temporal parts that are resources for the <PlannedActivity>" ;
      dm:identificationByLiteral
              "available resource" .

ilap-view:mustFinishNoLaterThan
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:PlanForActivity ;
      ilap:hasInformalDefinition
              "finish no later than" ;
      dm:definitionByLiteral
              "no-later-than date constraint identified for a <PlanForActivity> " ;
      dm:identificationByLiteral
              "must finish no later than" .

ilap-view:hasMaterialComponent
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:PlanForActivity ;
      ilap:hasInformalDefinition
              "boolean, where true if the activity has material component" ;
      dm:definitionByLiteral
              "Boolean that is true if the <PlanForActivity> specifies a material resource, and false otherwise" ;
      dm:identificationByLiteral
              "has material component" .

ilap:hasIntervalCumulative
      a       owl:TransitiveProperty , owl:ObjectProperty ;
      rdfs:domain dm:Function ;
      rdfs:range dm:OrderedPair ;
      dm:definitionByLiteral
              "value of a <Function> that is represented as <OrderedPair> of interval cumulative values of the <ConsumptionProfilePercentVsPercent>" ;
      dm:identificationByLiteral
              "has interval cumulative" .

ilap-view:hasOperatorOfActivitySubjectOfWork
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range dm:Organization ;
      ilap:hasInformalDefinition
              "organization that is the operator of the facility or any other physical object that the activity is carried out upon" ;
      dm:definitionByLiteral
              "<Agent> that is the operator of the <PhysicalObject> that the activity realising the <PlanForActivity> is carried out upon" ;
      dm:identificationByLiteral
              "has operator of activity subject of work" .

ilap:MiniShutdown
      a       owl:Class , ilap:ClassOfShutdownByReason ;
      rdfs:subClassOf ilap:Shutdown ;
      dm:definitionByLiteral
              "<Shutdown> that is short term" ;
      dm:identificationByLiteral
              "mini-shutdown" ;
      dm:noteByLiteral "A mini-shutdown is often for inspection." .

ilap-view:hasDescription
      a       owl:DatatypeProperty ;
      rdfs:domain owl:Thing ;
      ilap:hasInformalDefinition
              "description" ;
      dm:definitionByLiteral
              "population of described by literal that is used in the ILAP view"^^xsd:string ;
      dm:identificationByLiteral
              "has description"^^xsd:string .

ilap:ActivityThatIsPOBReducing
      a       ilap:ActivityRiskFactor , owl:Class ;
      rdfs:subClassOf ilap:ActivityWithRisk ;
      dm:definitionByLiteral
              "<Activity> with risk that reduces the number of persons on board" ;
      dm:identificationByLiteral
              "activity that is POB reducing" .

ilap:AuthoriseForExpenditureResult
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfAuthoriseForExpenditure ;
      dm:definitionByLiteral
              "<ClassOfAuthoriseForExpenditure> according to whether or not the expenditure is authorised"^^xsd:string ;
      dm:identificationByLiteral
              "authorise for expenditure result"^^xsd:string .

ilap-view:hasAreaOnFacility
      a       owl:DatatypeProperty , owl:FunctionalProperty ;
      rdfs:domain ilap:ActivityInPlanForScheduling ;
      rdfs:range xsd:string ;
      dm:definitionByLiteral
              "<ActivityInPlanForScheduling> has appointed area on the facility " ;
      dm:identificationByLiteral
              "has area on facility" .

ilap:ClassOfPlanning
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity ;
      dm:definitionByLiteral
              "power class of <Planning>" ;
      dm:identificationByLiteral
              "class of planning" .

ilap:MaterialDeliveryProgressStatus
      a       owl:Class ;
      rdfs:subClassOf ilap-view:IdentifiedObject , ilap:ClassOfMaterialDelivering ;
      dm:definitionByLiteral
              "<ClassOfMaterialDelivering> that is according to the current progress" ;
      dm:identificationByLiteral
              "material delivery progress status" .

ilap-view:id
      a       owl:DatatypeProperty , owl:FunctionalProperty ;
      rdfs:domain ilap:IdentifierAssignment ;
      rdfs:range xsd:string ;
      ilap:hasInformalDefinition
              "This should be on the format of R-UUID. eg: R-91c35d67-da57-45ee-bb2d-dac40e591827" ;
      dm:definitionByLiteral
              "The <IdentifierAssignment> activity that assignes string value as id " ;
      dm:identificationByLiteral
              "id" ;
      dm:noteByLiteral "This should be on the format of R-UUID. eg: R-91c35d67-da57-45ee-bb2d-dac40e591827" .

ilap-view:hasProductStructureBreakdownClass
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:ProductStructureBreakdownClass ;
      ilap:hasInformalDefinition
              "product structure breakdown class for the physical object" ;
      dm:definitionByLiteral
              "<ProductStructureBreakdownClass> for the <PhysicalObject> that is the subject of the activity realising <PlanForActivity>" ;
      dm:identificationByLiteral
              "has product structure breakdown class" .

ilap-view:realisationHasActualProjectLeader
      a       owl:ObjectProperty ;
      rdfs:domain ilap:ActivityInPlanForScheduling ;
      rdfs:range ilap:ProjectLeader ;
      ilap:hasInformalDefinition
              "person or organization that is the project leader for the actual activity" ;
      dm:definitionByLiteral
              "<Agent> that is the <ProjectLeader> for the actual activity realising the <PlanForActivity>" ;
      dm:identificationByLiteral
              "realisation has actual project leader" .

ilap-view:Literal
      a       owl:Class ;
      rdfs:subClassOf ilap-view:PropertyValue ;
      dm:definitionByLiteral
              "data type that is literal" ;
      dm:identificationByLiteral
              "literal" .

ilap:ActivityRequirementSpecification
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity , ilap:ActivitySpecification , ilap:RequirementSpecification ;
      dm:definitionByLiteral
              "<ActivitySpecification> that is a <RequirementSpecification> and a <ClassOfActivity>" ;
      dm:identificationByLiteral
              "activity requirement specification" .

ilap-view:hasPlannedCurrentStaffTimeDurationUsed
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:Schedule ;
      ilap:hasInformalDefinition
              "duration of the staff time that is planned now " ;
      dm:definitionByLiteral
              "duration of the <StaffTime> that should have been used according to the <PlanForActivity> up to the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has planned current staff time duration used" ;
      dm:noteByLiteral "This property is specified for a <PlanForActivity> and applies to the sole <StaffTime> resource for that plan. The property 'has planned current duration used' is specified for a particular <StaffTime> resource." .

ilap-view:hasAuthorisationForExpenditureIdentifier
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:PlanForActivity ;
      ilap:hasInformalDefinition
              "AFE code" ;
      dm:definitionByLiteral
              "identifier of the <AuthoriseForExpenditure> for the <PlanForActivity>" ;
      dm:identificationByLiteral
              "has authorisation for expenditure identifier" .

ilap-view:hasProgrammeSubjectOfWork
      a       owl:ObjectProperty ;
      rdfs:domain ilap:IntendedActivity ;
      rdfs:range dm:PhysicalObject ;
      ilap:hasInformalDefinition
              "programme or project that the activity fulfilling the intended activity is carried out upon" ;
      dm:definitionByLiteral
              "<PhysicalObject> that the activity fulfilling the <IntendedActivity> is carried out upon" ;
      dm:identificationByLiteral
              "has activity subject of work" .

ilap:PlanningUnderPlanningOrScheduling
      a       owl:Class , ilap:ActivityPlanningStatus ;
      rdfs:subClassOf ilap:Planning ;
      dm:definitionByLiteral
              "<Planning> activity that holds a plan for activity as under planning or scheduling" ;
      dm:identificationByLiteral
              "planning - under planning or scheduling" .

ilap:operates
      a       owl:ObjectProperty ;
      rdfs:domain ilap:Agent ;
      rdfs:range dm:PhysicalObject ;
      dm:definitionByLiteral
              "a <PhysicalObject> that is operated by the <Agent>" ;
      dm:identificationByLiteral
              "operates" ;
      owl:inverseOf ilap:operatedBy .

ilap:CheckingMaterialAvailability
      a       owl:Class ;
      rdfs:subClassOf ilap:Planning ;
      dm:definitionByLiteral
              "<Planning> activity that is checking the material availability for a <ResourceInPlan>" ;
      dm:identificationByLiteral
              "checking material availability" .

ilap:FacilityDisposalProject
      a       ilap:OilAndGasProjectObjective , owl:Class ;
      rdfs:subClassOf ilap:Project ;
      dm:definitionByLiteral
              "<Project> that is for the removal and disposal of a <Facility>" ;
      dm:identificationByLiteral
              "facility disposal project" .

ilap:specificationFor
      a       owl:ObjectProperty ;
      rdfs:domain ilap:Specification ;
      rdfs:range ilap:IntendedIndividual ;
      dm:definitionByLiteral
              "a <IntendedIndividual> that has the <Specification>" ;
      dm:identificationByLiteral
              "specification for" ;
      owl:inverseOf ilap:hasSpecification .

ilap:LocalSystemIdAssignment
      a       owl:Class ;
      rdfs:subClassOf ilap:IdentifierAssignment ;
      dm:definitionByLiteral
              "<IdentifierAssignment> that takes value from a local system" ;
      dm:identificationByLiteral
              "local system id assignment" .

ilap-view:realisationHasCurrentCompletionStatus
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:ActivityCompletionStatus ;
      ilap:hasInformalDefinition
              "activity completion status that the actual activity now" ;
      dm:definitionByLiteral
              "<ActivityCompletionStatus> that the actual activity realising the <PlanForActivity> has at the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "realisation has currrent completion status" .

ilap:MaterialDeliveredOnshore
      a       owl:Class , ilap:MaterialDeliveryLocationStatus ;
      rdfs:subClassOf dm:MaterializedPhysicalObject ;
      dm:definitionByLiteral
              "<MaterializedPhysicalObject> that is currently at a final destination on-shore where it has been delivered" ;
      dm:identificationByLiteral
              "material delivered on-shore" .

ilap:ActivityThatRequiresRemovalOfBarriers
      a       ilap:ActivityRiskFactor , owl:Class ;
      rdfs:subClassOf ilap:ActivityWithRisk ;
      dm:definitionByLiteral
              "<Activity> with risk that involves the removal of barriers" ;
      dm:identificationByLiteral
              "activity that requires removal of barriers" .

ilap-view:hasEarlyFinish
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:Schedule ;
      ilap:hasInformalDefinition
              "early finish time" ;
      dm:definitionByLiteral
              "<PointInTime> that the earliest specified for the finish of the <PlanForActivity>" ;
      dm:identificationByLiteral
              "has early finish" .

ilap-view:dailyRepeatingElementHasFinishTime
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:DailyRepeatingPeriodInTime ;
      ilap:hasInformalDefinition
              "time at which a daily repeated element finishes" ;
      dm:definitionByLiteral
              "<PointInTime> at which a daily repeated element finishes"^^xsd:string ;
      dm:identificationByLiteral
              "daily repeating element has finish time"^^xsd:string .

ilap:ClassOfActivityByPriorPlanning
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity ;
      dm:definitionByLiteral
              "<ClassOfActivity> that is according to whether or not it is planned" ;
      dm:identificationByLiteral
              "class of activity by prior planning" .

ilap:RequirementSpecificationCreation
      a       owl:Class ;
      rdfs:subClassOf ilap:SpecificationCreation ;
      dm:definitionByLiteral
              "<SpecificationCreation> that creates a <RequirementSpecification>"^^xsd:string ;
      dm:identificationByLiteral
              "requirement specification creation"^^xsd:string .

ilap:Occurrence
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfIndividual ;
      dm:definitionByLiteral
              "<ClassOfIndividual> that has its role as a part as a criterion for membership" ;
      dm:descriptionOfExampleByLiteral
              "'Front offside wheel' is an occurrence. It is an occurrence subclass of the class 'wheel'." ;
      dm:identificationByLiteral
              "occurrence" .

ilap:PlanningCancelled
      a       owl:Class , ilap:ActivityPlanningStatus ;
      rdfs:subClassOf ilap:Planning ;
      dm:definitionByLiteral
              "<Planning> activity that holds a plan for activity as cancelled" ;
      dm:identificationByLiteral
              "planning - cancelled" .

ilap:ClassOfConnectedPeriodInTime
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfPeriodInTime ;
      dm:definitionByLiteral
              "class that is the power class of <ConnectedPeriodInTime>" ;
      dm:identificationByLiteral
              "class of connected period in time" .

ilap:hasIntervalIncrement
      a       owl:TransitiveProperty , owl:ObjectProperty ;
      rdfs:domain dm:Function ;
      rdfs:range dm:OrderedPair ;
      dm:definitionByLiteral
              "value of a <Function> that is represented as <OrderedPair> of interval incremental values of the <ConsumptionProfilePercentVsPercent>" ;
      dm:identificationByLiteral
              "has interval increment" .

dm:Activity
      rdfs:subClassOf ilap-view:IdentifiedObject .

ilap:Thursdays
      a       owl:Class , ilap:DayOfWeek ;
      rdfs:subClassOf ilap:CalendarDay ;
      dm:definitionByLiteral
              "<DayOfWeek> that is a Thursday" ;
      dm:identificationByLiteral
              "Thursday" .

ilap:Level-3-ProjectMasterSchedule
      a       owl:Class , ilap:ScheduleLevel ;
      rdfs:subClassOf ilap:Schedule ;
      dm:definitionByLiteral
              "<Schedule> that is the master schedule of an operator's project"^^xsd:string ;
      dm:identificationByLiteral
              "level 3 - project master plan" .

ilap:DayOfWeek
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfPeriodInTimeWithWeeklyRepeatingMembers , ilap:ClassOfCalendarDay ;
      dm:definitionByLiteral
              "<ClassOfPeriodOfTime> that is a day of the week" ;
      dm:identificationByLiteral
              "day of week" .

ilap:ResourceBreakdown
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfClassOfIndividual ;
      dm:definitionByLiteral
              "<ClassOfClassOfIndividual> that is a set of <ClassOfIndividual> used to specify resources" ;
      dm:descriptionOfExampleByLiteral
              "The ISO 19008 SCCS - COR (Standard Cost Coding System - Code Of Resources) is a resource breakdown." ;
      dm:identificationByLiteral
              "resource breakdown" .

ilap-view:Currency
      a       owl:Class ;
      rdfs:subClassOf owl:Thing , ilap-view:IdentifiedObject ;
      ilap:hasInformalDefinition
              "currency" ;
      dm:definitionByLiteral
              "currency of amonetary amount" ;
      dm:identificationByLiteral
              "currency" .

ilap-view:hasDate
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:CalendarDay ;
      dm:definitionByLiteral
              "<CalendarDay> that has a specified date " ;
      dm:identificationByLiteral
              "has date" .

ilap:ClassOfCheckingMaterialAvailability
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfPlanning ;
      dm:definitionByLiteral
              "power class of <CheckingMaterialAvailability>"^^xsd:string ;
      dm:identificationByLiteral
              "class of checking material availability"^^xsd:string .

ilap:ActivityWithMaterialComponent
      a       owl:Class , ilap:ClassOfActivityByMaterialComponent ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that has a material resource" ;
      dm:identificationByLiteral
              "activity with material component" .

ilap:ResourceBreakdownClass
      a       owl:Class ;
      rdfs:subClassOf ilap-view:IdentifiedObject , dm:ClassOfIndividual ;
      dm:definitionByLiteral
              "<ClassOfIndividual> that is member of a <ResourceBreakdown>" ;
      dm:identificationByLiteral
              "resource breakdown class" ;
      dm:noteByLiteral "ISO 19008 SCCS - COR Class (Standard Cost Coding System - Code Of Resources) is a sub-class of resource breakdown class." .

ilap:DecisionGate
      a       owl:Class ;
      rdfs:subClassOf ilap:Planning ;
      dm:definitionByLiteral
              "<Planning> activity that is that is a decision gate" ;
      dm:identificationByLiteral
              "decision gate" ;
      dm:noteByLiteral "An event in plan can be a milestone for a decision gate and therefore triggers the decision gate activity." .

ilap-view:integer
      a       owl:DatatypeProperty , owl:FunctionalProperty ;
      rdfs:domain dm:Integer ;
      rdfs:range xsd:integer ;
      dm:definitionByLiteral
              "value of datatype <Integer> " ;
      dm:identificationByLiteral
              "integer" .

ilap-view:hasPlannedCurrentActivityExpenditure
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ilap:Schedule ;
      rdfs:range ilap:MonetaryAmount ;
      ilap:hasInformalDefinition
              "Planned now quantity  that is a monetary amount " ;
      dm:definitionByLiteral
              "extenditure that should have take place on the activity according to the <PlanForActivity> at the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has planned current activity expenditure" .

ilap:ActivityRequirementSpecificationCreation
      a       owl:Class ;
      rdfs:subClassOf ilap:ActivitySpecificationCreation , ilap:RequirementSpecificationCreation ;
      dm:definitionByLiteral
              "<ActivitySpecificationCreation> that is a <RequirementSpecificationCreation>"^^xsd:string ;
      dm:identificationByLiteral
              "activity requirement specification creation"^^xsd:string .

ilap:WellInjectionProject
      a       ilap:OilAndGasProjectObjective , owl:Class ;
      rdfs:subClassOf ilap:Project ;
      dm:definitionByLiteral
              "<Project> that is for the injection of gas or liquid into a well or wellbore" ;
      dm:identificationByLiteral
              "well injection project" .

ilap:PlanningReleased
      a       owl:Class , ilap:ActivityPlanningStatus ;
      rdfs:subClassOf ilap:Planning ;
      dm:definitionByLiteral
              "<Planning> activity that holds a plan for activity as released" ;
      dm:identificationByLiteral
              "planning - released" .

ilap:ClassOfActivityByExecutionEnvironment
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity ;
      dm:definitionByLiteral
              "<ClassOfActivity> that is according to the circumstances in which it is carried out" ;
      dm:identificationByLiteral
              "class of activity by execution environment" .

ilap:Planning
      a       owl:Class ;
      rdfs:subClassOf ilap:DefinitionSpecificationCreation , ilap:ActivitySpecificationCreation ;
      dm:definitionByLiteral
              "<ActivitySpecificationCreation> and <DefinitionSpecificationCreation> that is planning" ;
      dm:identificationByLiteral
              "planning" ;
      dm:noteByLiteral "A planning activity concerned with the creation, implementation and approval of a plan for activity and its associated schedules." .

ilap:PairOfReal
      a       owl:Class ;
      rdfs:subClassOf dm:OrderedPair ;
      ilap:hasInformalDefinition
              "pair of coordinates in consumption profile" ;
      dm:definitionByLiteral
              "<OrderedPair> of real numbers" ;
      dm:identificationByLiteral
              "pair of real" .

ilap:ClassOfActivityWithRisk
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity ;
      dm:definitionByLiteral
              "power class of <ActivityWithRisk>" ;
      dm:identificationByLiteral
              "class of activity with risk" .

ilap:ActivityPhase
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity ;
      dm:definitionByLiteral
              "<ClassOfActivity> that is according to position within a sequence of activities" ;
      dm:identificationByLiteral
              "activity phase" .

ilap:HotWork
      a       ilap:ActivityRiskFactor , owl:Class ;
      rdfs:subClassOf ilap:ActivityWithRisk ;
      dm:definitionByLiteral
              "<Activity> with risk that involves work on hot equipment" ;
      dm:identificationByLiteral
              "activity that involves hot work" .

ilap-view:hasPreviousSchedule
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:PlanForActivity ;
      ilap:hasInformalDefinition
              "schedule that is previous to the schedule" ;
      dm:definitionByLiteral
              "<Schedule> that is previous to the schedule according to the <Planning> activity implicit for the view" ;
      dm:identificationByLiteral
              "has previous schedule" .

ilap-view:hasOperatorsRequiredEndDate
      dm:definitionByLiteral
              "<PointInTime> that the operator requires the activity for which the <PlanForActivity> is created to start at" ;
      dm:identificationByLiteral
              "has operators required start date" .

ilap-view:hasBaselineSchedule
      a       owl:ObjectProperty ;
      rdfs:domain ilap:ManagedProgrammeOfWork ;
      rdfs:range ilap:Schedule ;
      ilap:hasInformalDefinition
              "schedule that is used by a planning activity as a reference basis for comparison to monitor and control progress on the planned activity" ;
      dm:definitionByLiteral
              "<Schedule> that is the baseline for the <Project> at the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has baseline schedule" .

ilap:CheckingMaterialAvailabilityNotAvailable
      a       ilap:MaterialAvailabilityCheckResult , owl:Class ;
      rdfs:subClassOf ilap:CheckingMaterialAvailability ;
      dm:definitionByLiteral
              "<CheckingMaterialAvailabilityActivity> that finds the <ResourceInPlan> is not available" ;
      dm:identificationByLiteral
              "checking material availability - not available" .

ilap:planningHasBaselineSchedule
      a       owl:ObjectProperty ;
      rdfs:domain ilap:Planning ;
      rdfs:range ilap:Schedule ;
      dm:definitionByLiteral
              "<Schedule> that is used by a <Planning> activity as a reference basis for comparison to monitor and control progress on the planned activity." ;
      dm:identificationByLiteral
              "planning has baseline schedule" ;
      owl:inverseOf ilap:baselineScheduleFor .

ilap:OilAndGasFieldStudy
      a       ilap:OilAndGasProjectObjective , owl:Class ;
      rdfs:subClassOf ilap:Project ;
      dm:definitionByLiteral
              "<Project> that is an early phase study of a potential oil or gas field" ;
      dm:identificationByLiteral
              "oil and gas field study" .

ilap-view:availableFrom
      a       owl:DatatypeProperty ;
      rdfs:domain ilap-view:AvailableResource ;
      dm:definitionByLiteral
              "<PointInTime> that the available <Resource> is available from" ;
      dm:identificationByLiteral
              "available from" .

ilap-view:fulfilmentHasActualStart
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:IntendedActivity ;
      ilap:hasInformalDefinition
              "point in time that the actual activity fulfilling the intended activity starts at" ;
      dm:definitionByLiteral
              "<PointInTime> that the actual activity fulfilling the <IntendedActivity> starts at" ;
      dm:identificationByLiteral
              "fufilment has actual finish" .

ilap:ClassOfPeriodInTimeAccordingToRepeat
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfPeriodInTime ;
      dm:definitionByLiteral
              "<ClassOfPeriodInTime> that whether or not there is a repeat or the period of the repeat as its criterion"^^xsd:string ;
      dm:identificationByLiteral
              "class of period of time according to repeat"^^xsd:string .

ilap:DefinitionSpecificationCreation
      a       owl:Class ;
      rdfs:subClassOf ilap:SpecificationCreation ;
      dm:definitionByLiteral
              "<Specification> creation that creates a <DefinitionSpecification>"^^xsd:string ;
      dm:identificationByLiteral
              "definition specification creation"^^xsd:string .

ilap:DailyRepeatingPeriodInTime
      a       ilap:ClassOfPeriodInTimeAccordingToRepeat , owl:Class ;
      rdfs:subClassOf ilap:RepeatingPeriodInTime ;
      ilap:hasInformalDefinition
              "period in time that repeats every day" ;
      dm:definitionByLiteral
              "<RepeatingPeriodInTime> that repeats every <Day>" ;
      dm:identificationByLiteral
              "daily repeating period" .

ilap:ProjectPhase
      a       owl:Class ;
      rdfs:subClassOf ilap:ActivityPhase , ilap-view:IdentifiedObject ;
      dm:definitionByLiteral
              "<ActivityPhase> that is a defined for a <ClassOfProject>" ;
      dm:identificationByLiteral
              "project phase" .

ilap:ScheduleToBeMaintainedThroughout
      a       owl:Class ;
      rdfs:subClassOf ilap:Schedule ;
      dm:definitionByLiteral
              "<Schedule> that specifies an <Activity> according to a schedule shall be kept to the timings in the schedule throughout"^^xsd:string ;
      dm:identificationByLiteral
              "schedule to be maintained throughout"^^xsd:string .

ilap:OrganizationalUnit
      a       owl:Class ;
      rdfs:subClassOf ilap:Resource ;
      dm:definitionByLiteral
              "<Resource> to which an activity can be allocated for execution" ;
      dm:identificationByLiteral
              "organizational unit" .

ilap:OperationAndMaintenanceProject
      a       ilap:OilAndGasProjectObjective , owl:Class ;
      rdfs:subClassOf ilap:Project ;
      dm:definitionByLiteral
              "<Project> that is for the operation or maintenance of a <Facility>" ;
      dm:identificationByLiteral
              "operation and maintenance project" .

ilap:hasSource
      a       owl:ObjectProperty ;
      rdfs:domain ilap:SpecificationCreation ;
      rdfs:range ilap:Specification ;
      dm:definitionByLiteral
              "a <Specification> that is a source for the <SpecificationDefinition> activity" ;
      dm:identificationByLiteral
              "has source" ;
      owl:inverseOf ilap:sourceFor .

ilap-view:resultOfcalendarOperation
      dm:definitionByLiteral
              "calendar operation that defined the <Calendar>" ;
      dm:identificationByLiteral
              "result of calendar operation" .

ilap-view:hasActualCurrentPercentageComplete
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:PlanForActivity ;
      ilap:hasInformalDefinition
              "actual percentage completed now" ;
      dm:definitionByLiteral
              "percentage complete of the actual activity realising the <PlanForActivity> at the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has actual current percentage complete" .

ilap:hasMilestone
      a       owl:ObjectProperty ;
      rdfs:domain ilap:Planning ;
      rdfs:range ilap:EventInPlan ;
      dm:definitionByLiteral
              "an <EventInPlan> that is a <Milestone> for the <Planning> activity" ;
      dm:identificationByLiteral
              "has milestone" ;
      owl:inverseOf ilap:milestoneFor .

ilap-view:activityPartOfSchedule
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:PlanForActivity ;
      ilap:hasInformalDefinition
              "activity that is a part of the schedule" ;
      dm:definitionByLiteral
              "<Schedule> that has the schedule for <ActivityInPlan> as a part" ;
      dm:identificationByLiteral
              "activity part of schedule" .

ilap-view:assignmentSystem
      a       owl:ObjectProperty ;
      rdfs:domain ilap:IdentifierAssignmentProgramme ;
      rdfs:range ilap:InstalledSoftware ;
      dm:definitionByLiteral
              "identifier pointing to an <InstalledSoftware> that assigned id" ;
      dm:identificationByLiteral
              "assignment system" .

ilap:Country
      a       owl:Class ;
      rdfs:subClassOf ilap:GeographicArea ;
      dm:definitionByLiteral
              "<GeographicArea> that is a country" ;
      dm:identificationByLiteral
              "country" .

ilap:ShutdownPhase
      a       owl:Class ;
      rdfs:subClassOf ilap:ActivityPhase , ilap-view:IdentifiedObject ;
      dm:definitionByLiteral
              "<ActivityPhase> that is according to position within a sequence of activities that shutdown and then start-up a facility, system or equipment item" ;
      dm:identificationByLiteral
              "shutdown phase" .

ilap:ClassOfPointInTimeWithRepeatingMembers
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfPointInTime ;
      dm:definitionByLiteral
              "power class for point in time with repeating pattern" ;
      dm:identificationByLiteral
              "class of point in time with repeating members" .

ilap:ShallowGasOperation
      a       ilap:ActivityRiskFactor , owl:Class ;
      rdfs:subClassOf ilap:ActivityWithRisk ;
      dm:definitionByLiteral
              "<Activity> with risk that involves a shallow gas operation" ;
      dm:identificationByLiteral
              "activity that involves shallow gas operation" .

ilap-view:hasLiveSchedule
      a       owl:ObjectProperty ;
      rdfs:domain ilap:ManagedProgrammeOfWork ;
      rdfs:range ilap:Schedule ;
      ilap:hasInformalDefinition
              "This is schedule under development, not an agreed schedule" ;
      dm:definitionByLiteral
              "<Schedule> that is the live schedule for the <Project> at the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has live schedule" .

ilap:Site
      a       owl:Class ;
      rdfs:subClassOf ilap-view:IdentifiedObject , ilap:GeographicArea ;
      dm:definitionByLiteral
              "<GeographicArea> that is a where a <Facility> or <Activity> is located" ;
      dm:identificationByLiteral
              "site" .

ilap:RequirementSpecification
      a       owl:Class ;
      rdfs:subClassOf ilap:Specification ;
      dm:definitionByLiteral
              "<Specification> that does not specify how a <IntendedIndividual> can be realised" ;
      dm:identificationByLiteral
              "requirement specification" .

ilap:assignmentAssignsIdLiteral
      a       owl:DatatypeProperty , owl:FunctionalProperty ;
      rdfs:domain ilap:IdentifierAssignment ;
      rdfs:range xsd:string ;
      dm:definitionByLiteral
              "value of <IdentifierAssignment> that is represented as a string" ;
      dm:identificationByLiteral
              "assignment assigns id literal" .

ilap-view:availableResourceHasCalendar
      a       owl:ObjectProperty ;
      rdfs:domain ilap-view:AvailableResource ;
      rdfs:range dm:PeriodInTime ;
      ilap:hasInformalDefinition
              "calendar that defines when the available resource is available" ;
      dm:definitionByLiteral
              "<Calendar> within which the available resource is available" ;
      dm:identificationByLiteral
              "available resource has calendar" ;
      dm:noteByLiteral "This property usually specifies a calendar. The calendar can have periods in time before the 'available from' <PointInTime> and after the 'available to' <PointInTime> for the resource." .

ilap-view:EachTuesdayInSomeTimeZone
      a       ilap:ClassOfEachDayOfWeekInSomeTimeZone , owl:Class ;
      rdfs:subClassOf ilap-view:EachDayOfWeekInSomeTimeZone ;
      dm:definitionByLiteral
              "<EachDayOfWeekInSomeTimeZone> that is Tuesday" ;
      dm:identificationByLiteral
              "each tuesday in some time zone" .

ilap:IdentifierAssignment
      a       owl:Class ;
      dm:definitionByLiteral
              "<Activity> to assign an identifier to an object" ;
      dm:identificationByLiteral
              "identifier assignment" .

ilap:ClassOfAuthoriseForExpenditure
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfPlanning ;
      dm:definitionByLiteral
              "power class of <AuthoriseForExpenditure>"^^xsd:string ;
      dm:identificationByLiteral
              "class of authorise for expenditure"^^xsd:string .

ilap-view:hasLateFinish
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:Schedule ;
      ilap:hasInformalDefinition
              "late finish time" ;
      dm:definitionByLiteral
              "<PointInTime> that the latest specified for the finish of the <PlanForActivity>" ;
      dm:identificationByLiteral
              "has late finish" .

ilap-view:realisationHasActualSubContractor
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:Contractor ;
      ilap:hasInformalDefinition
              "person or organization that is a sub-contractor for the actual activity" ;
      dm:definitionByLiteral
              "<Agent> that is a <SubContractor> for the actual activity realising the <PlanForActivity>" ;
      dm:identificationByLiteral
              "realisation has actual sub-contractor" .

ilap:ActivityAfterStartUp
      a       ilap:ShutdownPhase , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that takes place after a start-up" ;
      dm:identificationByLiteral
              "activity after start-up" .

ilap-view:milestonePartOfSchedule
      a       owl:ObjectProperty ;
      rdfs:domain ilap:EventInPlan ;
      rdfs:range ilap:PlanForActivity ;
      dm:definitionByLiteral
              "<Schedule> that has the schedule for <Milestone> as a part" ;
      dm:identificationByLiteral
              "milestone part of schedule" .

ilap:ClassOfShutdown
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity ;
      dm:definitionByLiteral
              "power class of <Shutdown>" ;
      dm:identificationByLiteral
              "class of shutdown" .

ilap-view:periodHasStart
      a       owl:DatatypeProperty ;
      rdfs:domain dm:PeriodInTime ;
      ilap:hasInformalDefinition
              "date and time of period start" ;
      dm:definitionByLiteral
              "<PointInTime> that is at the beginning of the connected <PeriodInTime>" ;
      dm:identificationByLiteral
              "period has start" .

ilap:WorkBreakdownStructureDictionary
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfClassOfActivity ;
      dm:definitionByLiteral
              "<ClassOfClassOfActivity> that is a set of <ClassOfActivity> used to specify activities" ;
      dm:descriptionOfExampleByLiteral
              "The ISO 19008 SCCS - SAB (Standard Cost Coding System - Standard Activity Breakdown) is an activity breakdown." ;
      dm:identificationByLiteral
              "activity breakdown" .

ilap-view:hasPlannedProjectLeader
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:ProjectLeader ;
      ilap:hasInformalDefinition
              "person or organization that is the planned project leader" ;
      dm:definitionByLiteral
              "<Agent> that is the planned project leader specified by the <PlanForActivity>" ;
      dm:identificationByLiteral
              "has planned project leader" .

ilap:Continent
      a       owl:Class ;
      rdfs:subClassOf ilap:GeographicArea ;
      dm:definitionByLiteral
              "<GeographicArea> that is a continent" ;
      dm:identificationByLiteral
              "continent" .

ilap:PlanLevel
      dm:definitionByLiteral
              "<ClassOfPlanForActivity> that is a relevant to the management level and the scope of work" ;
      dm:identificationByLiteral
              "plan level" .

ilap-view:hasPlannedCurrentDurationUsed
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:ResourceInPlan ;
      ilap:hasInformalDefinition
              "planned duration now" ;
      dm:definitionByLiteral
              "duration of the <StaffTime> that should have taken place according to the <StaffTimeResourceInPlan> up to the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has planned current duration used" ;
      dm:noteByLiteral "This property is specified for a particular staff time resource. The property 'has planned current staff time duration used' is specified for a plan for activity and applies to the sole staff time resource for that plan." .

ilap-view:hasDescriptionOfPlannedCurrentProgress
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:Schedule ;
      ilap:hasInformalDefinition
              "description of planned current progress" ;
      dm:definitionByLiteral
              "description of the activity that should have taked place according to the <PlanForActivity> at the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has description of planned current progress" .

ilap-view:hasPlannedTotalQuantity
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ilap:ResourceInPlan ;
      rdfs:range dm:Quantity ;
      ilap:hasInformalDefinition
              "planned quantity" ;
      dm:definitionByLiteral
              "total quantity of material according to the <MaterialResourceInPlan>" ;
      dm:identificationByLiteral
              "has planned total quantity" .

ilap-view:hasDateOfReportedData
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:PlanForActivity ;
      ilap:hasInformalDefinition
              "progress reporting date" ;
      dm:definitionByLiteral
              "progress reporting date a <PlanForActivity>" ;
      dm:identificationByLiteral
              "has date of reported data" .

ilap-xsd:hasName
      a       owl:DatatypeProperty .

ilap:Campaign
      a       ilap:ClassOfActivityByExecutionApproach , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that is carried out as a number of part activities that are close in time" ;
      dm:identificationByLiteral
              "campaign" .

ilap:ActivityRiskFactor
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfActivityWithRisk , ilap-view:IdentifiedObject ;
      ilap:hasInformalDefinition
              "activity risk factor" ;
      dm:definitionByLiteral
              "<ClassOfActivity> with risk according to the reason for the risk" ;
      dm:identificationByLiteral
              "activity risk factor" .

ilap:Tuesdays
      a       owl:Class , ilap:DayOfWeek ;
      rdfs:subClassOf ilap:CalendarDay ;
      dm:definitionByLiteral
              "<DayOfWeek> that is a Tuesday" ;
      dm:identificationByLiteral
              "Tuesday" .

ilap:Schedule
      a       ilap:ClassOfSchedule , owl:Class ;
      rdfs:subClassOf ilap:PlanForActivity , dm:InformationContent ;
      dm:definitionByLiteral
              "<PlanForActivity> that contains all that is required as a basis for execution, and that specifies start and end dates for component activities in plan" ;
      dm:identificationByLiteral
              "schedule" ;
      dm:noteByLiteral "A schedule includes calendars, succession relationships, and all other constraints. A schedule is the end product of a planning activity at a point in time. A schedule can be revised as a project progresses." .

ilap:ClassOfActivityByMaterialComponent
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity ;
      dm:definitionByLiteral
              "<ClassOfActivity> that is according to whether or not it has a <MaterialResourceInPlan>" ;
      dm:identificationByLiteral
              "class of activity by material component" .

ilap-view:hasBaselineSetDate
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:ManagedProgrammeOfWork ;
      rdfs:range xsd:dateTime ;
      dm:definitionByLiteral
              "a date when baseline has been set for a <ManagedProgrammeOfWork>" ;
      dm:identificationByLiteral
              "has baseline set date" .

ilap:PeriodInTimeInPlan
      a       owl:Class ;
      rdfs:subClassOf ilap:Specification , dm:ClassOfPeriodInTime , ilap:Occurrence ;
      dm:definitionByLiteral
              "<ClassOfPeriodInTime> that is an <Occurrence> and a <Specification>, and that is within a plan" ;
      dm:identificationByLiteral
              "period in time in plan" .

ilap:MaterialDeliveryLocationStatus
      a       owl:Class ;
      rdfs:subClassOf ilap-view:IdentifiedObject , dm:ClassOfPhysicalObject ;
      ilap:hasInformalDefinition
              "Status of material delivery location" ;
      dm:definitionByLiteral
              "<ClassOfPhysicalObject> that according to the location of the material during delivery" ;
      dm:identificationByLiteral
              "material delivery location status" .

ilap-view:realisationHasActualMainContractor
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range dm:Organization ;
      ilap:hasInformalDefinition
              "organization that is the main contract for the actual activity" ;
      dm:definitionByLiteral
              "<Agent> that is the main contract for the actual activity realising the <PlanForActivity>" ;
      dm:identificationByLiteral
              "realisation has actual main contractor" .

ilap:ScheduleForPlan
      a       owl:Class ;
      rdfs:subClassOf ilap:Schedule , ilap-view:IdentifiedObject ;
      ilap:hasInformalDefinition
              "schedule that specifies dates for all the events in a plan" ;
      dm:definitionByLiteral
              "<Schedule> that specifies dates for all the <EventInPlan>"^^xsd:string ;
      dm:identificationByLiteral
              "schedule for plan for activity"^^xsd:string .

ilap:TimeOfDayInDayOfWeek
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfPointInTimeWithRepeatingMembers ;
      dm:definitionByLiteral
              "<ClassOfPointInTimeWithRepeatingMembers> that holds time of day in a day of week" ;
      dm:identificationByLiteral
              "time of day in day of week" .

ilap:ClassOfClassOfActivityByShutdownRequirement
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfClassOfActivity ;
      dm:definitionByLiteral
              "<ClassOfClassOfActivity> that has members that are classes of activity with a shutdown requirement as a criterion"^^xsd:string ;
      dm:identificationByLiteral
              "class of class of activity by shutdown requirement"^^xsd:string .

ilap:SubContractor
      a       owl:Class ;
      rdfs:subClassOf ilap:Contractor ;
      dm:definitionByLiteral
              "<Contractor> that is a sub-contractor" ;
      dm:identificationByLiteral
              "sub-contractor" .

ilap-view:hasOperatorsRequiredFinishDate
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:PlanForActivity ;
      ilap:hasInformalDefinition
              "point in time that the operator requires the activity to finish at" ;
      dm:definitionByLiteral
              "<PointInTime> that the operator requires the activity for which the <PlanForActivity> is created to finish at" ;
      dm:identificationByLiteral
              "has operators required finish date" .

ilap:ActivityBeforeShutdown
      a       ilap:ShutdownPhase , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that takes place before a <Shutdown>" ;
      dm:identificationByLiteral
              "activity before shutdown" .

ilap-view:EachSaturdayInSomeTimeZone
      a       ilap:ClassOfEachDayOfWeekInSomeTimeZone , owl:Class ;
      rdfs:subClassOf ilap-view:EachDayOfWeekInSomeTimeZone ;
      dm:definitionByLiteral
              "<EachDayOfWeekInSomeTimeZone> that is Saturday" ;
      dm:identificationByLiteral
              "each saturday in some time zone" .

ilap-view:localSystemId
      a       owl:ObjectProperty ;
      rdfs:domain ilap-view:IdentifiedObject ;
      rdfs:range ilap:IdentifierAssignment ;
      dm:definitionByLiteral
              "identifier of local system id " ;
      dm:identificationByLiteral
              "local system id" .

ilap:ClassOfPeriodInTimeWithRepeatingMembers
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfPeriodInTime ;
      dm:definitionByLiteral
              "power class for period in time with repeating pattern" ;
      dm:identificationByLiteral
              "class of period in time with repeating members" .

ilap:CompletedActivity
      a       owl:Class , ilap:ActivityCompletionStatus ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that has been completed" ;
      dm:identificationByLiteral
              "completed activity" .

ilap-view:namespace
      a       owl:DatatypeProperty , owl:FunctionalProperty ;
      rdfs:domain ilap:IdentifierAssignment ;
      rdfs:range xsd:string ;
      dm:definitionByLiteral
              "assignment of a namespace to <IdentifierAssignment> " ;
      dm:identificationByLiteral
              "namespace" .

ilap-view:systemSubjectToShutdown
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ilap:ShutdownPlan ;
      rdfs:range dm:PhysicalObject ;
      dm:definitionByLiteral
              "<ShutdownPlan> designated to a system, facility or similar " ;
      dm:identificationByLiteral
              "system subject to shutdown" .

ilap:ClassOfActivityRequiringShutdown
      a       owl:Class , ilap:ClassOfClassOfActivityByShutdownRequirement ;
      rdfs:subClassOf dm:ClassOfActivity ;
      dm:definitionByLiteral
              "<ClassOfActivity> that has members that are required to be also members of between activity between start-up and shutdown" ;
      dm:identificationByLiteral
              "class of activity dependent upon shutdown" .

ilap:hasTargetSchedule
      dm:definitionByLiteral
              "the <Schedule> that is specified by the <Planning> activity as a measure against which actual performance can be gauged" ;
      dm:identificationByLiteral
              "has target schedule" .

ilap-xsd:dataAboutIdentiferAssignment
      a       owl:ObjectProperty .

ilap-view:mustBeOn
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:EventInPlan ;
      ilap:hasInformalDefinition
              "point in time that the milestone specifies its realisation to be at" ;
      dm:definitionByLiteral
              "<PointInTime> that the <Milestone> specifies its realisation to be at" ;
      dm:identificationByLiteral
              "must be on" .

ilap-view:mustBeAsLateAsPossible
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:EventInPlan ;
      ilap:hasInformalDefinition
              "Boolean that is true if the milestone specifies that its realisation is as late as possible, and false otherwise" ;
      dm:definitionByLiteral
              "Boolean that is true if the <Milestone> specifies that its realisation is as late as possible, and false otherwise" ;
      dm:identificationByLiteral
              "must be as late as possible" .

ilap:ActivityForWhichEntryPermitIsRequired
      a       owl:Class , ilap:ActivityRiskMitigation ;
      rdfs:subClassOf ilap:ActivityWithRisk ;
      dm:definitionByLiteral
              "<Activity> with risk for which an entry permit is required" ;
      dm:identificationByLiteral
              "activity for which entry permit is required" .

ilap-view:WeeklyRepeatingPeriodSpecifiedByStartAndFinish
      a       owl:Class ;
      rdfs:subClassOf ilap:WeeklyRepeatingPeriodInTime ;
      ilap:hasInformalDefinition
              "period in time that repeats every week and has specified start and end time" ;
      dm:definitionByLiteral
              "<WeeklyRepeatingPeriodInTime> that is specified by start and finish of <PointInTime>" ;
      dm:identificationByLiteral
              "weekly repeating period specified by start and finish" .

ilap-view:EachSundayInSomeTimeZone
      a       ilap:ClassOfEachDayOfWeekInSomeTimeZone , owl:Class ;
      rdfs:subClassOf ilap-view:EachDayOfWeekInSomeTimeZone ;
      dm:definitionByLiteral
              "<EachDayOfWeekInSomeTimeZone> that is Sunday" ;
      dm:identificationByLiteral
              "each sunday in some time zone" .

ilap:hasSpecification
      a       owl:ObjectProperty ;
      rdfs:domain ilap:IntendedIndividual ;
      rdfs:range ilap:Specification ;
      dm:definitionByLiteral
              "a <Specification> that is for the <IntendedIndividual>" ;
      dm:identificationByLiteral
              "has specification" ;
      owl:inverseOf ilap:specificationFor .

ilap-view:finishNoLaterThan
      dm:definitionByLiteral
              "<PointInTime> that the <IntendedActivity> for which the <PlanForActivity> is created finishes before" ;
      dm:identificationByLiteral
              "finish no earlier than" .

ilap-view:EachDayOfWeekInSomeTimeZone
      a       owl:Class ;
      rdfs:subClassOf ilap:WeeklyRepeatingPeriodInTime ;
      ilap:hasInformalDefinition
              "time zone specification for a weekday" ;
      dm:definitionByLiteral
              "<WeeklyRepeatingPeriodInTime> that is specified for some <TimeZone>" ;
      dm:identificationByLiteral
              "each day of week in some time zone" .

ilap:ClassOfInstalledSoftware
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfPhysicalObject ;
      dm:definitionByLiteral
              "power class of <InstalledSoftware>" ;
      dm:identificationByLiteral
              "class of installed software" .

ilap:LowCriticalityActivity
      a       owl:Class , ilap:ActivityCriticality ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that has a low criticality" ;
      dm:identificationByLiteral
              "low criticality activity" .

ilap-view:hasActualCurrentQuantityUsed
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ilap:ResourceInPlan ;
      rdfs:range dm:Quantity ;
      ilap:hasInformalDefinition
              "actual quantity used now" ;
      dm:definitionByLiteral
              "amount of the actual material realising the plan for material used up to the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has actual current quantity used" ;
      dm:noteByLiteral "This property is specified for a particular material resource. The property 'has actual current material quantity used' is specified for a plan for activity and applies to the sole material resource for that plan." .

ilap:Day
      a       owl:Class ;
      rdfs:subClassOf ilap:ConnectedPeriodInTime ;
      dm:definitionByLiteral
              "<ConnectedPeriodInTime> representing the 24-hour period during which the earth completes one rotation on its axis" ;
      dm:identificationByLiteral
              "day" .

ilap:ActivityStartAsLateAsPossible
      a       ilap:ClassOfActivityByEarlyOrLateAsPossible , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that starts as late as possible"^^xsd:string ;
      dm:identificationByLiteral
              "activity start as late as possible"^^xsd:string .

ilap-view:assignment
      a       owl:ObjectProperty ;
      rdfs:domain ilap:IdentifierAssignment ;
      rdfs:range ilap:IdentifierAssignmentProgramme ;
      dm:definitionByLiteral
              "<IdentifierAssignment> to a <IdentifierAssignmentProgramme> " ;
      dm:identificationByLiteral
              "assignment" .

ilap-view:hasPlannedCurrentMaterialQuantityUsed
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ilap:Schedule ;
      rdfs:range dm:Quantity ;
      ilap:hasInformalDefinition
              "unit of measurement of quantity that is planned now" ;
      dm:definitionByLiteral
              "amount of material that should have been used according to the <PlanForActivity> up to the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has planned current material quantity used" ;
      dm:noteByLiteral "This property is specified for a plan for activity and applies to the sole material resource for that plan. The property 'has planned current quantity used' is specified for a particular material resource." .

ilap-view:hasActivityBreakdownClass
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:ActivityBreakdownClass ;
      ilap:hasInformalDefinition
              "activity breakdown class that the activity is a member of" ;
      dm:definitionByLiteral
              "<ActivityBreakdownClass> that the activity realising the <PlanForActivity> is a member of" ;
      dm:identificationByLiteral
              "has activity breakdown class" .

ilap-view:hasDiscipline
      a       owl:ObjectProperty ;
      rdfs:domain ilap:ResourceInPlan ;
      rdfs:range ilap:Discipline ;
      ilap:hasInformalDefinition
              "discipline of the staff alocated to activity" ;
      dm:definitionByLiteral
              "<Discipline> of the <StaffTime> <ResourceInPlan>" ;
      dm:identificationByLiteral
              "has discipline" .

ilap:ActivityWithPotentialImpactOnHabitat
      a       ilap:ActivityRiskFactor , owl:Class ;
      rdfs:subClassOf ilap:ActivityWithRisk ;
      dm:definitionByLiteral
              "<Activity> with risk with a potential impact on habitat" ;
      dm:identificationByLiteral
              "activity with potential impact on habitat" .

ilap-view:resourceInPlanHasCalendar
      a       owl:ObjectProperty ;
      rdfs:domain ilap:ResourceInPlan ;
      rdfs:range dm:PeriodInTime ;
      ilap:hasInformalDefinition
              "calendar defining availability of resource in plan" ;
      dm:definitionByLiteral
              "<Calendar> within which the <ResourceInPlan> is available" ;
      dm:identificationByLiteral
              "resource in plan has calendar" .

ilap-view:hasEarlyStart
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:Schedule ;
      ilap:hasInformalDefinition
              "early start time" ;
      dm:definitionByLiteral
              "<PointInTime> that the earliest specified for the start of the <PlanForActivity>" ;
      dm:identificationByLiteral
              "has early start" .

ilap:LabelAssignment
      a       owl:Class ;
      rdfs:subClassOf ilap:IdentifierAssignment ;
      dm:definitionByLiteral
              "<IdentifierAssignment> that assigns a label for identification" ;
      dm:identificationByLiteral
              "label assignment" .

ilap-view:hasSite
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ilap:ActivityInPlanForScheduling ;
      rdfs:range ilap:Site ;
      dm:definitionByLiteral
              "<ActivityInPlanForScheduling> has assigned site for its execution " ;
      dm:identificationByLiteral
              "has site" .

ilap-view:hasActivitySubjectOfWork
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range dm:PhysicalObject ;
      ilap:hasInformalDefinition
              "physical object that the activity is carried out upon" ;
      dm:definitionByLiteral
              "<PhysicalObject> that the activity realising the <PlanForAactivity> is carried out upon" ;
      dm:identificationByLiteral
              "has activity subject of work" .

ilap:AbandonedActivity
      a       owl:Class , ilap:ActivityCompletionStatus ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that has been abandoned" ;
      dm:identificationByLiteral
              "abandoned activity" .

ilap:CheckingMaterialAvailabilityAvailable
      a       ilap:MaterialAvailabilityCheckResult , owl:Class ;
      rdfs:subClassOf ilap:CheckingMaterialAvailability ;
      dm:definitionByLiteral
              "<CheckingMaterialAvailabilityActivity> that finds the <ResourceInPlan> is available" ;
      dm:identificationByLiteral
              "checking material availability - available" .

ilap-view:activityHasSuccessionLink
      a       owl:ObjectProperty ;
      rdfs:domain ilap:ActivityInPlan ;
      rdfs:range ilap:PeriodInTimeInPlan ;
      dm:definitionByLiteral
              "<PlanSuccessionLink> that begins at the start or finish of the <ActivityInPlan>" ;
      dm:identificationByLiteral
              "activity has succession link" .

ilap:CreatingSettlementRule
      a       owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that is creating a settlement rule for a <WorkOrder>" ;
      dm:identificationByLiteral
              "creating settlement rule" ;
      dm:noteByLiteral "A settlement rule specifies when and how payments for a work order shall be made." .

ilap-view:hasPlannedCurrentResourceExpenditure
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ilap:ResourceInPlan ;
      rdfs:range ilap:MonetaryAmount ;
      ilap:hasInformalDefinition
              "now planned quantity  to be spent of a monetary amount" ;
      dm:definitionByLiteral
              "expenditure on the resource that should have been used according to the <ResourceInPlan> up to the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has planned current resource expenditure" ;
      dm:noteByLiteral "A planned expenditure can be specified for either a staff time resource or a material resource." .

ilap:cancelledBy
      a       owl:ObjectProperty ;
      rdfs:domain ilap:ActivityInPlanForScheduling ;
      rdfs:range ilap:Planning ;
      dm:definitionByLiteral
              "<ActivityInPlanForScheduling> that is cancelled by the <Planning> activity" ;
      dm:identificationByLiteral
              "cancelled by" .

ilap-view:SS-PlanSuccessionLink
      a       owl:Class ;
      rdfs:subClassOf ilap-view:PlanSuccessionLink ;
      dm:definitionByLiteral
              "<PlanSuccessionLink> that begins with the start of an <Activity> or a <Milestone> or and ends with the start of an <Activity> or a <Milestone>" ;
      dm:identificationByLiteral
              "SS - plan succession link" .

ilap-view:finishNoEarlierThan
      dm:definitionByLiteral
              "<PointInTime> that the <IntendedActivity> for which the <PlanForActivity> is created finishes after" ;
      dm:identificationByLiteral
              "finish no earlier than" .

ilap:EmergencyShutdown
      a       owl:Class , ilap:ClassOfShutdownByReason ;
      rdfs:subClassOf ilap:Shutdown ;
      dm:definitionByLiteral
              "<Shutdown> that requires shutting down rapidly in order to prevent or remedy a dangerous situation" ;
      dm:identificationByLiteral
              "emergency shutdown" .

ilap-view:milestoneHasSchedule
      a       owl:ObjectProperty ;
      rdfs:domain ilap:EventInPlan ;
      rdfs:range ilap:Schedule ;
      dm:definitionByLiteral
              "<Schedule> that is created by the <Planning> activity implicit for the view for the <Milestone>" ;
      dm:identificationByLiteral
              "milestone has schedule" .

ilap-view:hasCurrentSchedule
      a       owl:ObjectProperty ;
      rdfs:domain ilap:ManagedProgrammeOfWork ;
      rdfs:range ilap:Schedule ;
      ilap:hasInformalDefinition
              "This is the working schedule that is agreed for the project." ;
      dm:definitionByLiteral
              "<Schedule> that is current for the <Project> at the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has current schedule" .

ilap-view:hasAvailablePeriod
      a       owl:ObjectProperty ;
      rdfs:domain ilap-view:AvailableResource ;
      rdfs:range dm:PeriodInTime ;
      ilap:hasInformalDefinition
              "Period that has specified start and finish" ;
      dm:definitionByLiteral
              "<AvailableResource> that has identified available <PeriodInTime>" ;
      dm:identificationByLiteral
              "has available period" .

ilap:SpecificationCreation
      a       owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that creates a <Specification>"^^xsd:string ;
      dm:identificationByLiteral
              "specification creation"^^xsd:string .

ilap:MaterialDeliveredToBase
      a       owl:Class , ilap:MaterialDeliveryLocationStatus ;
      rdfs:subClassOf dm:MaterializedPhysicalObject ;
      dm:definitionByLiteral
              "<MaterializedPhysicalObject> that is currently at a base where it has been delivered" ;
      dm:identificationByLiteral
              "material delivered to base" .

ilap:WorkCentre
      a       owl:Class ;
      rdfs:subClassOf ilap:Site , ilap:Resource ;
      dm:definitionByLiteral
              "<Site> and <Resource> that is a work centre for an activity" ;
      dm:identificationByLiteral
              "work centre" .

ilap:ClassOfEachDayOfWeekInSomeTimeZone
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfWeeklyRepeatingPeriodInTime .

ilap:FreeFloat
      a       owl:Class ;
      rdfs:subClassOf ilap:PeriodInTimeInPlan ;
      dm:definitionByLiteral
              "<PeriodInTimeInPlan> into which the activity that contains it can overrun without causing a delay to any subsequent activities in the plan" ;
      dm:identificationByLiteral
              "free float" .

ilap:Month
      a       owl:Class ;
      rdfs:subClassOf ilap:ConnectedPeriodInTime ;
      dm:definitionByLiteral
              "<ConnectedPeriodInTime> that is approximately as long as a natural period related to the motion of the Moon" ;
      dm:identificationByLiteral
              "month" .

ilap:PreCosting
      a       owl:Class ;
      rdfs:subClassOf ilap:Planning ;
      dm:definitionByLiteral
              "<Planning> activity that is estimating the cost of a <PlanForActivity>" ;
      dm:identificationByLiteral
              "pre-costing" .

ilap:MainWorkCentre
      a       owl:Class ;
      rdfs:subClassOf ilap:WorkCentre ;
      dm:definitionByLiteral
              "<WorkCentre> where the main part of the <Activity> takes place" ;
      dm:identificationByLiteral
              "main work centre" .

ilap-view:hasLatestScheduleTime
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:PlanForActivity ;
      ilap:hasInformalDefinition
              "point in time that the latest schedule was created" ;
      dm:definitionByLiteral
              "<PointInTime> that the latest schedule was created from the <PlanForActivity> by the <Planning> activity implicit for the view at the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has latest schedule time" .

ilap-view:hasProjectObjective
      a       owl:ObjectProperty ;
      rdfs:domain ilap:Project ;
      rdfs:range ilap:OilAndGasProjectObjective ;
      ilap:hasInformalDefinition
              "project objective for the intended activity" ;
      dm:definitionByLiteral
              "project objective for the <IntendedActivity>" ;
      dm:identificationByLiteral
              "has project objective" .

ilap:DeliveringMaterialOnTime
      a       ilap:MaterialDeliveryProgressStatus , owl:Class ;
      rdfs:subClassOf ilap:DeliveringMaterial ;
      dm:definitionByLiteral
              "<DeliveringMaterial> that is on time" ;
      dm:identificationByLiteral
              "delivering material - on time" .

ilap:ClassOfActivityByExecutionApproach
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity ;
      dm:definitionByLiteral
              "<ClassOfActivity> that has the way in which the work is organized as the criterion"^^xsd:string ;
      dm:identificationByLiteral
              "class of activity by execution approach"^^xsd:string .

ilap-view:hasActualCurrentResourceExpenditure
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ilap:ResourceInPlan ;
      rdfs:range ilap:MonetaryAmount ;
      ilap:hasInformalDefinition
              "actual quantity  spent up to date (now) in a monetary amount" ;
      dm:definitionByLiteral
              "expenditure on the actual resource realising the resource in plan up to the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has actual current resource expenditure" ;
      dm:noteByLiteral "An actual expenditure can be specified for either a staff time resource or a material resource." .

ilap:WorkOnHCSystem
      a       ilap:ActivityRiskFactor , owl:Class ;
      rdfs:subClassOf ilap:ActivityWithRisk ;
      dm:definitionByLiteral
              "<Activity> with risk that is carried out on a hydro-carbon system" ;
      dm:identificationByLiteral
              "activity carried out on HC system" .

ilap:MaterialAvailabilityCheckResult
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfCheckingMaterialAvailability ;
      dm:definitionByLiteral
              "<ClassOfCheckingMaterialAvailability> that has the result of the check as its criterion"^^xsd:string ;
      dm:identificationByLiteral
              "material availability check result"^^xsd:string .

ilap:HighCriticalityActivity
      a       owl:Class , ilap:ActivityCriticality ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that has a high criticality" ;
      dm:identificationByLiteral
              "high criticality activity" .

ilap:ActivityPlanningStatus
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfPlanning , ilap-view:IdentifiedObject ;
      ilap:hasInformalDefinition
              "status of activity planning" ;
      dm:definitionByLiteral
              "<ClassOfPlanning> according to the status of the plan for activity being created by the planning activity" ;
      dm:identificationByLiteral
              "activity planning status" .

ilap:StaffTimeResourceInPlan
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfStaffTime , ilap:ResourceInPlan ;
      ilap:hasInformalDefinition
              "Assigned man-hour resource" ;
      dm:definitionByLiteral
              "<ClassOfStaffTime> time that is <ResourceInPlan>" ;
      dm:identificationByLiteral
              "staff time resource in plan" ;
      dm:noteByLiteral "A staff time resource in plan is often a subclass of a resource breakdown class, such as a member of the ISO 19008 SCCS - COR (Standard Cost Coding System - Code Of Resources)." .

ilap:StaffTime
      a       owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that is one or more people at work" ;
      dm:identificationByLiteral
              "staff time" .

ilap-view:weeklyRepeatingElementHasStart
      a       owl:ObjectProperty ;
      rdfs:domain ilap:WeeklyRepeatingPeriodInTime ;
      rdfs:range ilap:TimeOfDayInDayOfWeek ;
      ilap:hasInformalDefinition
              "start time for weekly repeating period" ;
      dm:definitionByLiteral
              "start of <WeeklyRepeatingPeriodInTime> identified by <TimeOfDayInDayOfWeek> " ;
      dm:identificationByLiteral
              "weekly repeating element has start" .

ilap:AgentInPlan
      a       owl:Class ;
      rdfs:subClassOf ilap:Specification , ilap:Occurrence , ilap:ClassOfAgent ;
      dm:definitionByLiteral
              "<ClassOfAgent> that is an <Occurrence> and a <Specification>, and that is within a plan" ;
      dm:identificationByLiteral
              "agent in plan" .

ilap:ActivityDuringNormalOperation
      a       ilap:ClassOfActivityByExecutionEnvironment , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that takes place during normal operation" ;
      dm:identificationByLiteral
              "activity during normal operation" .

ilap:ActivityThatRequiresTemporaryBarrierImpairment
      a       ilap:ActivityRiskFactor , owl:Class ;
      rdfs:subClassOf ilap:ActivityWithRisk ;
      dm:definitionByLiteral
              "<Activity> with risk that requires a temporary barrier impairment" ;
      dm:identificationByLiteral
              "activity that requires temporary barrier impairment" .

ilap:PlanningPending
      a       owl:Class , ilap:ActivityPlanningStatus ;
      rdfs:subClassOf ilap:Planning ;
      dm:definitionByLiteral
              "<Planning> activity that holds a plan for activity as pending" ;
      dm:identificationByLiteral
              "planning - pending" .

ilap-view:activityHasSchedule
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:Schedule ;
      dm:definitionByLiteral
              "<Schedule> that is created by the <Planning> activity implicit for the view for the <PlanForActivity>" ;
      dm:identificationByLiteral
              "activity has schedule" .

ilap:MediumCriticalityActivity
      a       owl:Class , ilap:ActivityCriticality ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that has a medium criticality" ;
      dm:identificationByLiteral
              "medium criticality activity" .

ilap:ActivitySpecificationCreation
      a       owl:Class ;
      rdfs:subClassOf ilap:SpecificationCreation ;
      dm:definitionByLiteral
              "<SpecificationCreation> that creates a specification for an intended activity"^^xsd:string ;
      dm:identificationByLiteral
              "activity specification creation"^^xsd:string .

ilap:ActivityWithoutMaterialComponent
      a       owl:Class , ilap:ClassOfActivityByMaterialComponent ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that does not have a <MaterialResourceInPlan>" ;
      dm:identificationByLiteral
              "activity without material component" .

ilap:ScheduleForEventInPlan
      a       owl:Class ;
      rdfs:subClassOf ilap:EventInPlan ;
      dm:definitionByLiteral
              "<EventInPlan> that specifies the date" ;
      dm:identificationByLiteral
              "schedule for event in plan" .

ilap-view:float
      a       owl:DatatypeProperty , owl:FunctionalProperty ;
      rdfs:domain ilap-view:Float ;
      rdfs:range xsd:float ;
      dm:definitionByLiteral
              "value of datatype <Float> " ;
      dm:identificationByLiteral
              "float" .

ilap:AsLateAsPossible
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfEvent , ilap:Specification ;
      dm:definitionByLiteral
              "<ClassOfEvent> and <Specification> that specifies a member to be as late as possible"^^xsd:string ;
      dm:identificationByLiteral
              "as late as possible"^^xsd:string .

ilap:Saturdays
      a       owl:Class , ilap:DayOfWeek ;
      rdfs:subClassOf ilap:CalendarDay ;
      dm:definitionByLiteral
              "<DayOfWeek> that is a Saturday" ;
      dm:identificationByLiteral
              "Saturday" .

ilap:ClassOfMaterialDelivering
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity ;
      dm:definitionByLiteral
              "power class of material delivering" ;
      dm:identificationByLiteral
              "class of material delivering" .

ilap-view:hasScheduleLevel
      a       owl:ObjectProperty ;
      rdfs:domain ilap:ScheduleForPlan ;
      rdfs:range ilap:ScheduleLevel .

ilap:EquipmentResourceInPlan
      a       owl:Class ;
      rdfs:subClassOf ilap:ResourceInPlan , dm:ClassOfPhysicalObject ;
      ilap:hasInformalDefinition
              "Equipment, tools and machinery that are resources to perform activities" ;
      dm:definitionByLiteral
              "<ClassOfPhysicalObject> that is a <ResourceInPlan>" ;
      dm:identificationByLiteral
              "equipment resource in plan" .

ilap:ManagedProgrammeOfWork
      a       owl:Class ;
      rdfs:subClassOf dm:Activity , ilap-view:IdentifiedObject ;
      dm:definitionByLiteral
              "<Activity> that contains within it management and planning activities for the whole" ;
      dm:identificationByLiteral
              "managed programme of work" .

ilap:schedulingFor
      a       owl:ObjectProperty ;
      rdfs:domain ilap:Scheduling ;
      rdfs:range ilap:PlanForActivity ;
      dm:definitionByLiteral
              "a <PlanForActivity> that the scheduling activity is intended to create a <Schedule> for" ;
      dm:identificationByLiteral
              "scheduling for" ;
      owl:inverseOf ilap:hasScheduling .

ilap-view:Calendar
      a       owl:Class ;
      rdfs:subClassOf dm:PeriodInTime , ilap-view:IdentifiedObject ;
      ilap:hasInformalDefinition
              "period in time during which a resource of interest to the planning activity is available or during which a planned activity can take place" ;
      dm:definitionByLiteral
              "<PeriodInTime> during which a resource of interest to the <Planning> activity is available or during which a <PlannedActivity> can take place" ;
      dm:descriptionOfExampleByLiteral
              "Normal working hours of 9 am until 5.30 pm' is a calendar." ;
      dm:identificationByLiteral
              "calendar" ;
      dm:noteByLiteral "A calendar is often the period of time during which staff are at work." .

ilap:planFor
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:IntendedActivity ;
      rdfs:subPropertyOf ilap:specificationFor ;
      dm:definitionByLiteral
              "a <IntendedActivity> that the <PlanForActivity> is intended to realise" ;
      dm:identificationByLiteral
              "plan for" ;
      owl:inverseOf ilap:hasPlan .

ilap-view:timeOfEach
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:ClassOfPointInTimeWithRepeatingMembers ;
      ilap:hasInformalDefinition
              "time of each weekly repeating period" ;
      dm:definitionByLiteral
              "time specification for members of <ClassOfPointInTimeWithRepeatingMembers>  " ;
      dm:identificationByLiteral
              "time of each" .

ilap:monitoredBy
      a       owl:ObjectProperty ;
      rdfs:domain dm:Activity ;
      rdfs:range dm:Activity ;
      dm:definitionByLiteral
              "an <Activity> that monitors" ;
      dm:identificationByLiteral
              "monitored by" ;
      owl:inverseOf ilap:monitors .

ilap:ConnectedPeriodInTime
      a       owl:Class ;
      rdfs:subClassOf dm:PeriodInTime ;
      dm:definitionByLiteral
              "<PeriodInTime> that does not have gaps"^^xsd:string ;
      dm:identificationByLiteral
              "connected period in time"^^xsd:string .

ilap:milestoneFor
      a       owl:ObjectProperty ;
      rdfs:domain ilap:EventInPlan ;
      rdfs:range ilap:Planning ;
      dm:definitionByLiteral
              "a <Planning> activity that has the <EventInPlan> as a <Milestone>" ;
      dm:identificationByLiteral
              "milestone for" ;
      owl:inverseOf ilap:hasMilestone .

ilap:Fridays
      a       owl:Class , ilap:DayOfWeek ;
      rdfs:subClassOf ilap:CalendarDay ;
      dm:definitionByLiteral
              "<CalendarDay> that is a Friday" ;
      dm:identificationByLiteral
              "Friday" .

ilap-view:successionHasLag
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:PeriodInTimeInPlan ;
      ilap:hasInformalDefinition
              "duration of the succession link" ;
      dm:definitionByLiteral
              "duration of the <PlanSuccessionLink>" ;
      dm:identificationByLiteral
              "succession has lag" .

ilap:ActivityCompletionStatus
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity , ilap-view:IdentifiedObject ;
      ilap:hasInformalDefinition
              "status of activity completion" ;
      dm:definitionByLiteral
              "<ClassOfActivity> that is according to whether or not is active, completed or abandoned" ;
      dm:identificationByLiteral
              "activity completion status" .

ilap-view:SF-PlanSuccessionLink
      a       owl:Class ;
      rdfs:subClassOf ilap-view:PlanSuccessionLink ;
      dm:definitionByLiteral
              "<PlanSuccessionLink> that begins with the start of an <Activity> or a <Milestone> or and ends with the finish of an <Activity> or a <Milestone>" ;
      dm:identificationByLiteral
              "SF - plan succession link" .

ilap:HammockActivity
      a       ilap:ClassOfActivityDefinition , owl:Class ;
      rdfs:subClassOf dm:ActivityInPlan ;
      dm:definitionByLiteral
              "<ActivityInPlan> that has its start and finish dependent solely upon the starts and finishes of its part activities" ;
      dm:identificationByLiteral
              "hammock activity" .

ilap-xsd:dataAboutCalendar
      a       owl:ObjectProperty ;
      rdfs:domain ilap-xsd:Data ;
      rdfs:range ilap-view:Calendar ;
      dm:definitionByLiteral
              "<Calendar> that is recorded by the data"^^xsd:string ;
      dm:identificationByLiteral
              "data about calendar"^^xsd:string .

ilap:PlannedActivity
      a       owl:Class , ilap:ClassOfActivityByPriorPlanning ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that follows a plan for activity" ;
      dm:identificationByLiteral
              "planned activity" .

ilap:MaterialResourceInPlan
      a       owl:Class ;
      rdfs:subClassOf ilap:ResourceInPlan , dm:ClassOfPhysicalObject ;
      ilap:hasInformalDefinition
              "material resource available for use in plan" ;
      dm:definitionByLiteral
              "<ClassOfPhysicalObject> that is a <ResourceInPlan>" ;
      dm:identificationByLiteral
              "material resource in plan" .

ilap:ActivityDuringHighActivityPeriod
      a       ilap:ClassOfActivityByExecutionEnvironment , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that takes place during a period of high activity" ;
      dm:identificationByLiteral
              "activity during high activity period" .

ilap-view:successionHasLinkToActivity
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PeriodInTimeInPlan ;
      rdfs:range ilap:ActivityInPlan ;
      ilap:hasInformalDefinition
              "activity that starts or finishes at the end of the plan succession link" ;
      dm:definitionByLiteral
              "<Activity> that starts or finishes at the end of the <PlanSuccessionLink>" ;
      dm:identificationByLiteral
              "succession has link to activity" .

ilap:operatedBy
      a       owl:ObjectProperty ;
      rdfs:domain dm:PhysicalObject ;
      rdfs:range ilap:Agent ;
      dm:definitionByLiteral
              "an <Agent> that operates the <PhysicalObject>" ;
      dm:identificationByLiteral
              "operated by" ;
      owl:inverseOf ilap:operates .

ilap-xsd:dataAboutAvailableResource
      a       owl:ObjectProperty ;
      rdfs:domain ilap-xsd:Data ;
      rdfs:range ilap-view:AvailableResource ;
      dm:definitionByLiteral
              "available resource that is recorded by the data"^^xsd:string ;
      dm:identificationByLiteral
              "data about available resource"^^xsd:string .

ilap:PointInTimeInPlan
      a       owl:Class ;
      rdfs:subClassOf ilap:Specification , ilap:Occurrence , dm:ClassOfPointInTime ;
      dm:definitionByLiteral
              "<ClassOfPointInTime> that is an <Occurrence> and a <Specification>, and that is within a plan" ;
      dm:identificationByLiteral
              "point in time in plan" .

ilap-view:string
      a       owl:DatatypeProperty , owl:FunctionalProperty ;
      rdfs:domain ilap-view:String ;
      rdfs:range xsd:string ;
      dm:definitionByLiteral
              "value of datatype <String> " ;
      dm:identificationByLiteral
              "string" .

ilap:ActivityCriticality
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity , ilap-view:IdentifiedObject ;
      ilap:hasInformalDefinition
              "Criticality; Low, Medium or High or user-defined." ;
      dm:definitionByLiteral
              "<ClassOfActivity> that is according to the consequences that would follow if it were not completed" ;
      dm:identificationByLiteral
              "activity criticality" .

ilap:Closedown
      a       ilap:ClassOfActivityByManagementObjective , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that permanently closes down an <Activity> or <Facility>" ;
      dm:identificationByLiteral
              "closedown" .

ilap-view:DateOrDateTime
      a       owl:Class ;
      rdfs:subClassOf ilap-view:Literal ;
      ilap:hasInformalDefinition
              "data type that is date or date time" ;
      dm:definitionByLiteral
              "data type that is date or date time" ;
      dm:identificationByLiteral
              "date or date time" .

ilap:MaintainBusinessAsUsual
      a       ilap:ClassOfActivityByManagementObjective , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that maintains the normal operation of a business" ;
      dm:identificationByLiteral
              "maintain business as usual" .

ilap-view:availableTo
      a       owl:DatatypeProperty ;
      rdfs:domain ilap-view:AvailableResource ;
      dm:definitionByLiteral
              "<PointInTime> that the available resource is available to" ;
      dm:identificationByLiteral
              "available to" .

ilap-view:requiresShutdownOfSystem
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range dm:PhysicalObject ;
      ilap:hasInformalDefinition
              "physical object that must be shutdown in order to carry out the activity" ;
      dm:definitionByLiteral
              "<PhysicalObject> that must be shutdown in order to carry out the <Activity> that realises the plan for actiivty" ;
      dm:identificationByLiteral
              "requires shutdown of system" .

ilap-view:dateOrDateTime
      a       owl:DatatypeProperty , owl:FunctionalProperty ;
      rdfs:domain ilap-view:DateOrDateTime ;
      dm:definitionByLiteral
              "date or date time" ;
      dm:identificationByLiteral
              "date or data time" .

ilap:ClassOfPeriodInTimeWithWeeklyRepeatingMembers
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfPeriodInTimeWithRepeatingMembers ;
      dm:definitionByLiteral
              "power class for period in time with weekly repeating pattern" ;
      dm:identificationByLiteral
              "class of period in time with weekly repeating members" .

ilap-xsd:Data
      a       owl:Class ;
      rdfs:subClassOf dm:RepresentedInformation ;
      dm:definitionByLiteral
              "represented information that is the root element in an ILAP XML exchange file"^^xsd:string ;
      dm:identificationByLiteral
              "data"^^xsd:string .

ilap:LifecyclePhase
      a       owl:Class ;
      rdfs:subClassOf ilap:ActivityPhase , ilap-view:IdentifiedObject ;
      dm:definitionByLiteral
              "<ActivityPhase> that a <PhysicalObject> passes through once in its life" ;
      dm:descriptionOfExampleByLiteral
              "The class 'E - Exploration' that is a member of ISO 19008 SCCS - SAB Class (Standard Cost Coding System - Standard Activity breakdown) is a lifecycle phase." ;
      dm:identificationByLiteral
              "lifecycle phase" ;
      dm:noteByLiteral "ISO 19008 SCCS - SAB Lifecycle Phase (Standard Cost Coding System - Standard Activity breakdown) is a subclass of lifecycle phase." .

ilap-view:timeOfAssignment
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:IdentifierAssignmentProgramme ;
      ilap:hasInformalDefinition
              "time when identifiers have been assigned" ;
      dm:definitionByLiteral
              "time of an <IdentifierAssignmentProgramme> activty" ;
      dm:identificationByLiteral
              "time of assignment" .

ilap-view:PlanSuccessionLink
      a       owl:Class ;
      rdfs:subClassOf ilap:PeriodInTimeInPlan ;
      ilap:hasInformalDefinition
              "Links to succeding activities" ;
      dm:definitionByLiteral
              "<PeriodInTimeInPlan> that is between <EventInPlan>, which can be starts or ends of activities or milestones, and that is defined by the <Planning> activity implicit in the view in order to constrain their temporal relationship" ;
      dm:identificationByLiteral
              "plan succession link" .

ilap:assignmentIdentifies
      a       owl:ObjectProperty ;
      rdfs:domain ilap:IdentifierAssignment ;
      rdfs:range owl:Thing ;
      dm:definitionByLiteral
              "value of <IdentifierAssignment> that is represented as a <Thing>" ;
      dm:identificationByLiteral
              "assignment identifies" .

ilap:Resource
      a       owl:Class ;
      rdfs:subClassOf dm:Individual ;
      dm:definitionByLiteral
              "<PossibleIndividual> that is consumed or used by an <Activity>" ;
      dm:identificationByLiteral
              "resource" ;
      dm:noteByLiteral "A resource can be a physical object or staff time." .

ilap:ClassOfSchedule
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfInformationContent , ilap:ClassOfPlanForActivity ;
      dm:definitionByLiteral
              "power class for schedule classification" ;
      dm:identificationByLiteral
              "class of schedule" .

ilap:MediumPriorityActivity
      a       owl:Class , ilap:ActivityPriority ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> with medium priority" ;
      dm:identificationByLiteral
              "medium priority activity" .

ilap-view:mustStartNoLaterThan
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:PlanForActivity ;
      ilap:hasInformalDefinition
              "start no later than" ;
      dm:definitionByLiteral
              "<PointInTime> that the <IntendedActivity> for which the <PlanForActivity> is created starts before" ;
      dm:identificationByLiteral
              "must start no later than"^^xsd:string .

ilap:ClassOfRepeatingPeriodInTime
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfPeriodInTime ;
      dm:definitionByLiteral
              "<ClassOfPeriodInTime> that is a power class for <PeriodInTime>" ;
      dm:identificationByLiteral
              "class of repeating period in time" .

ilap:OperationalWorkCentre
      a       owl:Class ;
      rdfs:subClassOf ilap:WorkCentre ;
      dm:definitionByLiteral
              "<WorkCentre> where the operational part of the activity takes place" ;
      dm:identificationByLiteral
              "operational work centre" .

ilap-view:mustStartOn
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:Schedule ;
      ilap:hasInformalDefinition
              "start on" ;
      dm:definitionByLiteral
              "<PointInTime> that the activity realising the <PlanForActivity> is specified to start at" ;
      dm:identificationByLiteral
              "must start on" .

ilap:OilAndGasProjectObjective
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfProject , ilap-view:IdentifiedObject ;
      dm:definitionByLiteral
              "<ClassOfProject> that is according to an oil and gas project objective" ;
      dm:identificationByLiteral
              "oil and gas project objective" .

ilap:ActivityForWhichJobSafetyAnalysisIsRequired
      a       owl:Class , ilap:ActivityRiskMitigation ;
      rdfs:subClassOf ilap:ActivityWithRisk ;
      dm:definitionByLiteral
              "<Activity> with risk for which ajob safety analysis is required" ;
      dm:identificationByLiteral
              "activity for which job safety analysis is required" .

ilap-view:partOfWorkPackage
      a       owl:ObjectProperty ;
      rdfs:domain ilap:ActivityInPlanForScheduling ;
      rdfs:range ilap:WorkPackage ;
      dm:definitionByLiteral
              "<ActivityInPlanForScheduling> that is grouped and assigned to <WorkPackage> for detail planning or execution" ;
      dm:identificationByLiteral
              "part of work package" .

ilap:OperationalOrMaintenanceActivity
      a       owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that is part of the operation, maintenance or both or a <Facility>, system or equipment item" ;
      dm:identificationByLiteral
              "operational or maintenance activity" .

ilap:planHasSchedule
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:Schedule ;
      dm:definitionByLiteral
              "a <Schedule> that specifies when events within the <PlanForActivity> happen" ;
      dm:identificationByLiteral
              "has schedule" ;
      owl:inverseOf ilap:scheduleForPlan .

ilap-view:mustBeAsEarlyAsPossible
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:EventInPlan ;
      ilap:hasInformalDefinition
              "Boolean that is true if the milestone specifies that its realisation is as early as possible, and false otherwise" ;
      dm:definitionByLiteral
              "Boolean that is true if the <Milestone> specifies that its realisation is as early as possible, and false otherwise" ;
      dm:identificationByLiteral
              "must be as early as possible" .

ilap-view:dailyRepeatingElementHasStartTime
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:DailyRepeatingPeriodInTime ;
      ilap:hasInformalDefinition
              "time at which a daily repeated element starts" ;
      dm:definitionByLiteral
              "<PointInTime> at which a daily repeated element starts"^^xsd:string ;
      dm:identificationByLiteral
              "daily repeating element has start time"^^xsd:string .

ilap-view:hasActualCurrentDurationUsed
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:ResourceInPlan ;
      ilap:hasInformalDefinition
              "actual man hours used now" ;
      dm:definitionByLiteral
              "duration of the actual <StaffTime> realising the planned staff time up to the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has actual current duration used" ;
      dm:noteByLiteral "This property is specified for a particular staff time resource. The property 'has actual current staff time duration used' is specified for a plan for activity and applies to the sole staff time resource for that plan." .

ilap:planningHasRevisedSchedule
      a       owl:ObjectProperty ;
      rdfs:domain ilap:Planning ;
      rdfs:range ilap:Schedule ;
      dm:definitionByLiteral
              "<Schedule> that is used by a <Planning> activity that is 'in-between-baseline schedule' for high uncertainty projects to allow comparison of the current schedule and the live schedule in addition to the baseline schedule" ;
      dm:identificationByLiteral
              "planning has revised schedule" ;
      owl:inverseOf ilap:revisedScheduleFor .

ilap-view:Uom
      a       owl:Class ;
      rdfs:subClassOf owl:Thing , ilap-view:IdentifiedObject ;
      ilap:hasInformalDefinition
              "unit of measurement" ;
      dm:definitionByLiteral
              "unit of measurment" ;
      dm:identificationByLiteral
              "uom" .

ilap:GlobalSystemIdAssignment
      a       owl:Class ;
      rdfs:subClassOf ilap:IdentifierAssignment ;
      dm:definitionByLiteral
              "<IdentifierAssignment> that assigns a global system identification" ;
      dm:identificationByLiteral
              "global system id assignment" .

ilap:CodeAssignment
      a       owl:Class ;
      rdfs:subClassOf ilap:IdentifierAssignment ;
      dm:definitionByLiteral
              "<IdentifierAssignment> that assigns a code for identification" ;
      dm:identificationByLiteral
              "code assignment" .

ilap:ActivityPriority
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity , ilap-view:IdentifiedObject ;
      ilap:hasInformalDefinition
              "Activity priority" ;
      dm:definitionByLiteral
              "<ClassOfActivity> that is according to its importance" ;
      dm:identificationByLiteral
              "activity priority" .

ilap-view:PropertyType
      a       owl:Class ;
      rdfs:subClassOf ilap-view:IdentifiedObject ;
      ilap:hasInformalDefinition
              "type of the specified user field" ;
      dm:definitionByLiteral
              "type of the specified user <Property>" ;
      dm:identificationByLiteral
              "property type" .

ilap:hasPlanning
      a       owl:ObjectProperty ;
      rdfs:domain ilap:IntendedActivity ;
      rdfs:range ilap:Planning ;
      dm:definitionByLiteral
              "a <Planning> activity that is intended to create a plan for the <IntendedActivity>" ;
      dm:identificationByLiteral
              "has planning" ;
      owl:inverseOf ilap:planningFor .

ilap-view:isPartOfShutdownPhase
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:ShutdownPhase ;
      ilap:hasInformalDefinition
              "shutdown phase that the activity is part of" ;
      dm:definitionByLiteral
              "shutdown phase that the activity realising the <PlanForActivity> is part of" ;
      dm:identificationByLiteral
              "is part of shutdown phase" .

ilap:Shutdown
      a       ilap:ShutdownPhase , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that is running down a facility, system or equipment item from an operational state to an idle state" ;
      dm:identificationByLiteral
              "shutdown" .

ilap:ClassOfActivityByShutdownRequirement
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity ;
      dm:definitionByLiteral
              "<ClassOfActivity> that has whether or not a <Shutdown> is required as the criterion"^^xsd:string ;
      dm:identificationByLiteral
              "class of activity by shutdown requirement"^^xsd:string .

ilap-view:globalSystemId
      a       owl:ObjectProperty ;
      rdfs:domain ilap-view:IdentifiedObject ;
      rdfs:range ilap:IdentifierAssignment ;
      dm:definitionByLiteral
              "The <IdentifierAssignment> activity that assigns global system id to an <IdentifiedObject>" ;
      dm:identificationByLiteral
              "global system id" .

ilap:Scheduling
      a       owl:Class ;
      rdfs:subClassOf ilap:Planning ;
      dm:definitionByLiteral
              "<Planning> activity that is the creation of one or more schedules" ;
      dm:identificationByLiteral
              "scheduling" .

ilap-view:mustFinishAsLateAsPossible
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:Schedule ;
      ilap:hasInformalDefinition
              "Finish as late as possible (Yes/No)" ;
      dm:definitionByLiteral
              "Boolean that is true if the activity realising the <PlanForActivity> is specified to finish as late as possible, and false otherwise" ;
      dm:identificationByLiteral
              "must finish as late as possible" .

ilap:ActivityFinishAsEarlyAsPossible
      a       ilap:ClassOfActivityByEarlyOrLateAsPossible , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that finishes as early as possible"^^xsd:string ;
      dm:identificationByLiteral
              "activity finish as early as possible"^^xsd:string .

ilap:ProductStructureBreakdown
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfClassOfPhysicalObject ;
      dm:definitionByLiteral
              "<ClassOfClassOfPhysicalObject> that is a set of <ClassOfPhysicalObject> used to specify parts of a <PhysicalObject>" ;
      dm:descriptionOfExampleByLiteral
              "The ISO 19008 SCCS - PSB (Standard Cost Coding System - Product Structure Breakdown) is an product structure breakdown." ;
      dm:identificationByLiteral
              "product structure breakdown" .

ilap:scheduleForPlan
      a       owl:ObjectProperty ;
      rdfs:domain ilap:Schedule ;
      rdfs:range ilap:PlanForActivity ;
      dm:definitionByLiteral
              "a <PlanForActivity> for which the <Schedule> specifies when events happen" ;
      dm:identificationByLiteral
              "schedule for" ;
      owl:inverseOf ilap:planHasSchedule .

ilap-view:mustFinishOn
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:Schedule ;
      ilap:hasInformalDefinition
              "finish on" ;
      dm:definitionByLiteral
              "<PointInTime> that the activity realising the <PlanForActivity> is specified to finish at" ;
      dm:identificationByLiteral
              "must finish on" .

ilap:DeliveringMaterial
      a       owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that is delivering material" ;
      dm:identificationByLiteral
              "delivering material" .

ilap:SafetyTestShutdown
      a       owl:Class , ilap:ClassOfShutdownByReason ;
      rdfs:subClassOf ilap:Shutdown ;
      dm:definitionByLiteral
              "<Shutdown> that is to carry out a safety test" ;
      dm:identificationByLiteral
              "safety test shutdown" .

ilap:sourceFor
      a       owl:ObjectProperty ;
      rdfs:domain ilap:Specification ;
      rdfs:range ilap:SpecificationCreation ;
      dm:definitionByLiteral
              "a <SpecificationDefinition> activity that has the <Specification> as its source" ;
      dm:identificationByLiteral
              "source for" ;
      owl:inverseOf ilap:hasSource .

ilap:Sundays
      a       owl:Class , ilap:DayOfWeek ;
      rdfs:subClassOf ilap:CalendarDay ;
      dm:definitionByLiteral
              "<DayOfWeek> that is a Sunday" ;
      dm:identificationByLiteral
              "Sunday" .

ilap:UnscheduledPlan
      a       owl:Class ;
      rdfs:subClassOf ilap:PlanForActivity ;
      dm:definitionByLiteral
              "<PlanForActivity> that does not contain start and end dates for component activities in plan"^^xsd:string ;
      dm:identificationByLiteral
              "unscheduled plan" .

ilap:ActivityRiskMitigation
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfActivityWithRisk ;
      dm:definitionByLiteral
              "<ClassOfActivity> with risk according to the mitigation of the risk" ;
      dm:identificationByLiteral
              "activity risk mitigation" .

ilap-view:hasRemainingDuration
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:Schedule ;
      ilap:hasInformalDefinition
              "remaining duration" ;
      dm:definitionByLiteral
              "duration that is specified by the <PlanForActivity> less the duration of the actual activity realising the <IntendedActivity> at the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has remaining duration" .

ilap:TimeOfDay
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfPointInTimeWithRepeatingMembers ;
      dm:definitionByLiteral
              "<ClassOfPointInTimeWithRepeatingMembers> that holds time of day" ;
      dm:identificationByLiteral
              "time of day" .

ilap:ActivityIndependentOfShutdown
      a       ilap:ClassOfActivityByShutdownRequirement , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that can take place with or without a shutdown"^^xsd:string ;
      dm:identificationByLiteral
              "activity independent of shutdown"^^xsd:string .

ilap-view:periodAddedOrRemoved
      a       owl:ObjectProperty ;
      rdfs:domain dm:PairOfPeriodInTime ;
      rdfs:range dm:PeriodInTime ;
      ilap:hasInformalDefinition
              "period in time that is added to or removed from the calendar by the calendar operation" ;
      dm:definitionByLiteral
              "<PointInTime> that is added to or removed from the <Calendar> by the calendar operation" ;
      dm:identificationByLiteral
              "period added or removed" .

ilap:ExecutionActivity
      a       owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that does not contain management and planning activities for the whole within it, but has management and planning if any carried out by parallel activities" ;
      dm:identificationByLiteral
              "execution activity" ;
      dm:noteByLiteral "An execution activity can have managed programmes of work as parts." .

ilap:ActivityBetweenShutdownAndStartUp
      a       ilap:ShutdownPhase , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that takes place between a <Shutdown> and the following start-up" ;
      dm:identificationByLiteral
              "activity between shutdown and start-up" .

ilap-view:fulfilmentHasCurrentCompletionStatus
      a       owl:ObjectProperty ;
      rdfs:domain ilap:IntendedActivity ;
      rdfs:range ilap:ActivityCompletionStatus ;
      ilap:hasInformalDefinition
              "activity completion status that the actual activity fulfilling the intended activity has now" ;
      dm:definitionByLiteral
              "<ActivityCompletionStatus> that the actual activity fulfilling the <IntendedActivity> has at the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "fufilment has currrent completion status" .

ilap-view:hasMaterialDeliveryLocationStatus
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:MaterialDeliveryLocationStatus ;
      ilap:hasInformalDefinition
              "material delivery location status" ;
      dm:definitionByLiteral
              "<MaterialDeliveryLocationStatus> that is for the actual material resource for the actual activity realising the <PlanForActivity> at the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has material delivery location status" .

ilap-view:FS-PlanSuccessionLink
      a       owl:Class ;
      rdfs:subClassOf ilap-view:PlanSuccessionLink ;
      dm:definitionByLiteral
              "<PlanSuccessionLink> that begins with the finish of an <Activity> or a <Milestone> or and ends with the start of an activity or a <Milestone>" ;
      dm:identificationByLiteral
              "FS - plan succession link" .

ilap:ClassOfActivityByEarlyOrLateAsPossible
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity ;
      dm:definitionByLiteral
              "<ClassOfActivity> that has starting or finishing as early or as late as possible as the criterion for membership"^^xsd:string ;
      dm:identificationByLiteral
              "class of activity by early or late as possible"^^xsd:string .

ilap-view:hasPlannedMainContractor
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range dm:Organization ;
      ilap:hasInformalDefinition
              "organization that is the planned main contractor" ;
      dm:definitionByLiteral
              "organization that is the planned main contract specified by the <PlanForActivity>" ;
      dm:identificationByLiteral
              "has planned main contractor" .

ilap-view:fulfilmentHasActualFinish
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:IntendedActivity ;
      ilap:hasInformalDefinition
              "point in time that the actual activity fulfilling the intended activity finishes at" ;
      dm:definitionByLiteral
              "<PointInTime> that the actual activity fulfilling the <IntendedActivity> finishes at" ;
      dm:identificationByLiteral
              "fulfilment has actual finish" .

ilap:VesselOperation
      a       ilap:ActivityRiskFactor , owl:Class ;
      rdfs:subClassOf ilap:ActivityWithRisk ;
      dm:definitionByLiteral
              "<Activity> with risk that involves a vessel operation" ;
      dm:identificationByLiteral
              "activity that involves vessel operation" .

dm:Organization
      rdfs:subClassOf ilap-view:IdentifiedObject .

ilap:Level-1-ProjectPortfolioSchedule
      a       owl:Class , ilap:ScheduleLevel ;
      rdfs:subClassOf ilap:Schedule ;
      dm:definitionByLiteral
              "<Schedule> that is the overall portfolio schedule for an operator's project"^^xsd:string ;
      dm:identificationByLiteral
              "level 1 - project portfolio plan" .

ilap:PeriodInTimeWithoutRepeatingPattern
      a       ilap:ClassOfPeriodInTimeAccordingToRepeat , owl:Class ;
      rdfs:subClassOf dm:PeriodInTime ;
      dm:definitionByLiteral
              "<PeriodInTime> that does not have a repeating pattern"^^xsd:string ;
      dm:identificationByLiteral
              "period without repeating pattern" .

ilap:FacilityModificationProject
      a       ilap:OilAndGasProjectObjective , owl:Class ;
      rdfs:subClassOf ilap:Project ;
      dm:definitionByLiteral
              "<Project> that is for the modification of a <Facility>" ;
      dm:identificationByLiteral
              "facility modification project" .

ilap:ActivityInPlan
      a       owl:Class ;
      rdfs:subClassOf ilap:PlanForActivity , ilap:Occurrence ;
      dm:definitionByLiteral
              "<PlanForActivity> and its <Occurrence> within a larger plan for activity" ;
      dm:identificationByLiteral
              "activity in plan" ;
      dm:noteByLiteral "An activity in plan is often a subclass of an activity breakdown class, such as a member of the ISO 19008 SCCS - SAB (Standard Cost Coding System - Standard Activity Breakdown). An activity in plan can have plan succession links with other activities in the same plan." .

ilap:GreenFieldProject
      a       ilap:ClassOfProjectBySiteEnvironment , owl:Class ;
      rdfs:subClassOf ilap:Project ;
      dm:definitionByLiteral
              "<Project> that takes place on a site that was not previously in industrial use" ;
      dm:identificationByLiteral
              "green field project" .

ilap-view:hasEarlyAchievement
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:EventInPlan ;
      ilap:hasInformalDefinition
              "point in time that is the earliest specified for the milestone" ;
      dm:definitionByLiteral
              "<PointInTime> that the earliest specified for the <Milestone>" ;
      dm:identificationByLiteral
              "has early achievement" .

ilap:PlanningSoftwareCode
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfInstalledPlanningSoftware , ilap:SoftwareCode ;
      dm:definitionByLiteral
              "<ClassOfInstalledPlanningSoftware> that is <SoftwareCode>" ;
      dm:identificationByLiteral
              "planning software code" .

ilap:ClassOfAgent
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfPhysicalObject ;
      dm:definitionByLiteral
              "power class of <Agent>" ;
      dm:identificationByLiteral
              "class of agent" .

ilap:DrillingAndWellProject
      a       ilap:OilAndGasProjectObjective , owl:Class ;
      rdfs:subClassOf ilap:Project ;
      dm:definitionByLiteral
              "<Project> that is for <Drilling> or the creation of a <Well>" ;
      dm:identificationByLiteral
              "drilling and well project" .

ilap-view:mustBeNoLaterThan
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:EventInPlan ;
      ilap:hasInformalDefinition
              "point in time that the milestone specifies its realisation to be before" ;
      dm:definitionByLiteral
              "<PointInTime> that the <Milestone> specifies its realisation to be before" ;
      dm:identificationByLiteral
              "must be no later than" .

ilap:planFollowedBy
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range dm:Activity ;
      dm:definitionByLiteral
              "an <Activity> that follows the >PlanForActivity>" ;
      dm:identificationByLiteral
              "plan followed by" ;
      owl:inverseOf ilap:followsPlan .

ilap:ClassOfProject
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfManagedProgrammeOfWork ;
      dm:definitionByLiteral
              "power class of <Project>" ;
      dm:identificationByLiteral
              "class of project" .

ilap:typeOfEachRepeatedPeriodInTime
      a       owl:TransitiveProperty , owl:ObjectProperty ;
      rdfs:domain ilap:RepeatingPeriodInTime ;
      rdfs:range dm:ClassOfPeriodInTime ;
      ilap:hasInformalDefinition
              "type definition of a period in time that repeats" ;
      dm:definitionByLiteral
              "<RepeatingPeriodInTime> that has a type <ClassOfPeriodInTime>" ;
      dm:identificationByLiteral
              "type of each repeated period in time" .

ilap:Mondays
      a       owl:Class , ilap:DayOfWeek ;
      rdfs:subClassOf ilap:CalendarDay ;
      dm:definitionByLiteral
              "<DayOfWeek> that is a Monday" ;
      dm:identificationByLiteral
              "Monday" .

ilap:SubjectOfWork
      a       owl:Class ;
      rdfs:subClassOf dm:PhysicalObject ;
      dm:definitionByLiteral
              "<PhysicalObject> that an <Activity> is carried out upon" ;
      dm:identificationByLiteral
              "subject" ;
      dm:noteByLiteral "A subject is often classified as a member of a class in a product breakdown structure." .

ilap:OilAndGasProductionProject
      a       ilap:OilAndGasProjectObjective , owl:Class ;
      rdfs:subClassOf ilap:Project ;
      dm:definitionByLiteral
              "<Project> that for the production of oil or gas" ;
      dm:identificationByLiteral
              "oil and gas production project" .

ilap:planningFor
      a       owl:ObjectProperty ;
      rdfs:domain ilap:Planning ;
      rdfs:range ilap:IntendedActivity ;
      dm:definitionByLiteral
              "a <IntendedActivity> that the <Planning> activity is intended to create a plan for" ;
      dm:identificationByLiteral
              "planning for" ;
      owl:inverseOf ilap:hasPlanning .

ilap:hasObjective
      a       owl:ObjectProperty ;
      rdfs:domain ilap:SpecificationCreation ;
      rdfs:range ilap:IntendedIndividual ;
      dm:definitionByLiteral
              "a <RequiredIndivdiual> that is the objective of the <SpecificationCreation> activity" ;
      dm:identificationByLiteral
              "has objective" ;
      owl:inverseOf ilap:objectiveFor .

ilap-view:hasShutdownReason
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ilap:ShutdownPlan ;
      rdfs:range ilap:ClassOfShutdownByReason ;
      dm:definitionByLiteral
              "<ShutdownPlan> identified by <ClassOfShutdownByReason> " ;
      dm:identificationByLiteral
              "has shutdown reason" .

ilap:LowPriorityActivity
      a       owl:Class , ilap:ActivityPriority ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> with low priority" ;
      dm:identificationByLiteral
              "low priority activity" .

ilap-view:milestoneHasSuccessionLink
      a       owl:ObjectProperty ;
      rdfs:domain ilap:EventInPlan ;
      rdfs:range ilap:PeriodInTimeInPlan ;
      dm:definitionByLiteral
              "<PlanSuccessionLink> that begins at the <Milestone>" ;
      dm:identificationByLiteral
              "milestone has succession link" .

ilap-view:Milestone
      a       owl:Class ;
      rdfs:subClassOf ilap:EventInPlan , ilap-view:IdentifiedObject ;
      ilap:hasInformalDefinition
              "event in plan that is a milestone for the planning activity" ;
      dm:definitionByLiteral
              "<EventInPlan> that is a <Milestone> for the <Planning> activity implicit within the view" ;
      dm:identificationByLiteral
              "milestone" .

ilap-xsd:now
      a       owl:DatatypeProperty , owl:FunctionalProperty ;
      rdfs:domain ilap-xsd:Data ;
      dm:definitionByLiteral
              "<PointInTime> that is the implicit 'now' for all that is recorded in the data"^^xsd:string ;
      dm:identificationByLiteral
              "now"^^xsd:string .

ilap-view:hasActualCurrentMaterialQuantityUsed
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range dm:Quantity ;
      ilap:hasInformalDefinition
              "actual quantity used now" ;
      dm:definitionByLiteral
              "amount of the actual material realising the planned material for the <PlanForActivity> used up to the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has actual current material quantity used" ;
      dm:noteByLiteral "This property is specified for a plan for activity and applies to the sole material resource for that plan. The property 'has actual current quantity used' is specified for a particular material resource." .

<http://standards.iso.org/iso/15926/-13/tech/view-ontology/object-identification-v-1>
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

ilap:Crew
      a       owl:Class ;
      rdfs:subClassOf ilap:Agent , dm:Organization ;
      dm:definitionByLiteral
              "<Agent> and <Organization> that carries out an <Activity> or operates a <Facility>, system or equipment item" ;
      dm:identificationByLiteral
              "crew" .

ilap:Agent
      a       owl:Class ;
      rdfs:subClassOf dm:PhysicalObject ;
      dm:definitionByLiteral
              "<PhysicalObject> that acts autonomously within an <Activity>" ;
      dm:identificationByLiteral
              "agent" .

ilap:currentScheduleFor
      a       owl:ObjectProperty ;
      rdfs:domain ilap:Schedule ;
      rdfs:range ilap:Planning ;
      dm:definitionByLiteral
              "a <Planning> activity that has the <Schedule> as current" ;
      dm:identificationByLiteral
              "current schedule for" ;
      owl:inverseOf ilap:planningHasCurrentSchedule .

ilap-view:successionHasCalendar
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PeriodInTimeInPlan ;
      rdfs:range dm:PeriodInTime ;
      ilap:hasInformalDefinition
              "Calendar that defines when the successor may start" ;
      dm:definitionByLiteral
              "<Calendar> within which the <PlanSuccessionLink> can occur" ;
      dm:identificationByLiteral
              "succession has calendar" .

ilap:ClassOfSubjectOfWork
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfPhysicalObject ;
      dm:definitionByLiteral
              "power class of <SubjectOfWork>" ;
      dm:identificationByLiteral
              "class of subject" .

ilap:TotalFloat
      a       owl:Class ;
      rdfs:subClassOf ilap:PeriodInTimeInPlan ;
      dm:definitionByLiteral
              "<PeriodInTimeInPlan> into which the <Activity> that contains it can overrun without causing a delay to the plan as a whole" ;
      dm:identificationByLiteral
              "total float" .

ilap-view:hasFreeFloat
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:Schedule ;
      ilap:hasInformalDefinition
              "free float" ;
      dm:definitionByLiteral
              "duration of the <FreeFloat> for the <ActivityInPlan>" ;
      dm:identificationByLiteral
              "has free float" .

ilap:Specification
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfIndividual ;
      dm:definitionByLiteral
              "<ClassOfIndividual> that specifies a <IntendedIndividual>" ;
      dm:identificationByLiteral
              "specification" .

ilap:Operator
      a       owl:Class ;
      rdfs:subClassOf ilap:Agent ;
      dm:definitionByLiteral
              "<Agent> that operates a <Facility>" ;
      dm:identificationByLiteral
              "operator" .

ilap-view:scheduleHasResource
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:ResourceInPlan ;
      ilap:hasInformalDefinition
              "resource requirements" ;
      dm:definitionByLiteral
              "<ResourceInPlan> that is part of the <Schedule>" ;
      dm:identificationByLiteral
              "schedule has resource" .

ilap:PlanningPlanned
      a       owl:Class , ilap:ActivityPlanningStatus ;
      rdfs:subClassOf ilap:Planning ;
      dm:definitionByLiteral
              "<Planning> activity that holds a plan for activity as planed" ;
      dm:identificationByLiteral
              "planning - planned" .

ilap-view:label
      a       owl:ObjectProperty ;
      rdfs:domain ilap-view:IdentifiedObject ;
      rdfs:range ilap:IdentifierAssignment ;
      dm:definitionByLiteral
              "<IdentifiedObject> labeled with a <IdentifierAssignment> " ;
      dm:identificationByLiteral
              "label" .

ilap-view:isPartOfLifecyclePhase
      a       owl:ObjectProperty ;
      rdfs:domain ilap:IntendedActivity ;
      rdfs:range ilap:LifecyclePhase ;
      ilap:hasInformalDefinition
              "lifecycle phase that the intended activity is part of" ;
      dm:definitionByLiteral
              "lifecycle phase that the <IntendedActivity> is part of" ;
      dm:identificationByLiteral
              "is part of lifecycle phase" .

ilap:ActivityThatInvolvesUtilityConstraint
      a       ilap:ActivityRiskFactor , owl:Class ;
      rdfs:subClassOf ilap:ActivityWithRisk ;
      dm:definitionByLiteral
              "<Activity> with risk that involves a utility constraint" ;
      dm:identificationByLiteral
              "activity that involves utility constraint" .

ilap:EvaluatingShutdownRequirement
      a       owl:Class ;
      rdfs:subClassOf ilap:Planning ;
      dm:definitionByLiteral
              "<Planning> activity that is evaluating the shutdown requirement for a <PlanForActivity>" ;
      dm:identificationByLiteral
              "evaluating shutdown requirement" .

ilap-view:FF-PlanSuccessionLink
      a       owl:Class ;
      rdfs:subClassOf ilap-view:PlanSuccessionLink ;
      dm:definitionByLiteral
              "<PlanSuccessionLink> that begins with the finish of an <Activity> or a <Milestone> or and ends with the finish of an activity or a <Milestone>" ;
      dm:identificationByLiteral
              "FF - plan succession link" .

ilap:ClassOfActivityPossiblyRequiringShutdown
      a       owl:Class , ilap:ClassOfClassOfActivityByShutdownRequirement ;
      rdfs:subClassOf dm:ClassOfActivity ;
      dm:definitionByLiteral
              "<ClassOfActivity> that has members that may be required to be also members of activity between start-up and shutdown depending upon circumstance" ;
      dm:identificationByLiteral
              "class of activity potentially dependent upon shutdown" .

ilap-view:hasPlannedCurrentPercentageUsed
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:ResourceInPlan ;
      ilap:hasInformalDefinition
              "percentage of the resource planned to be used up to date (now)" ;
      dm:definitionByLiteral
              "percentage of the resource that should have been used according to the <ResourceInPlan> up to the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has planned current percentage used" ;
      dm:noteByLiteral "This property is specified for a particular resource. " .

ilap-view:hasActualCurrentStaffTimeDurationUsed
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:PlanForActivity ;
      ilap:hasInformalDefinition
              "actual man hours used now" ;
      dm:definitionByLiteral
              "duration of the actual <StaffTime> realising the planned staff time for the <PlanForActivity> used up to the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has actual current staff time duration used" ;
      dm:noteByLiteral "This property is specified for a plan for activity and applies to the sole staff time resource for that plan. The property 'has actual current duration used' is specified for a particular staff time resource." .

ilap-view:PropertyValue
      a       owl:Class ;
      rdfs:subClassOf owl:Thing ;
      dm:definitionByLiteral
              "value of the specified user <Property>" ;
      dm:identificationByLiteral
              "property value" .

ilap:GeographicArea
      a       owl:Class ;
      rdfs:subClassOf dm:PhysicalObject ;
      dm:definitionByLiteral
              "<PhysicalObject> that is <PartOfTheSurfaceOfTheEarth>" ;
      dm:identificationByLiteral
              "geographic area" ;
      dm:noteByLiteral "A geographic area be different parts of the surface of the earth at different times." .

ilap-view:planHasActualCurrentExpenditure
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:MonetaryAmount ;
      ilap:hasInformalDefinition
              "actual cost now" ;
      dm:definitionByLiteral
              "expenditure for the actual activity realising the <PlanForActivity> at the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "plan has actual current expenditure" .

ilap:MaintenanceProgramme
      a       owl:Class ;
      rdfs:subClassOf ilap:ManagedProgrammeOfWork ;
      dm:definitionByLiteral
              "<ManagedProgrammeOfWork> that is undertaken to ensure continued safe and reliable operation of a <Facility>, system or equipment item" ;
      dm:identificationByLiteral
              "maintenance programme" .

ilap-view:hasCriticality
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:ActivityCriticality ;
      ilap:hasInformalDefinition
              "Criticality; Low, Medium or High or user-defined." ;
      dm:definitionByLiteral
              "<Activity> criticality for the activity realising the <PlanForActivity>" ;
      dm:identificationByLiteral
              "has criticality" .

ilap-view:hasQuantityValue
      a       owl:DatatypeProperty , owl:FunctionalProperty ;
      rdfs:domain dm:Quantity ;
      ilap:hasInformalDefinition
              "quantity value" ;
      dm:definitionByLiteral
              "<Quantity> that has specified value" ;
      dm:identificationByLiteral
              "has quantity value" .

ilap:fulfilledBy
      a       owl:ObjectProperty ;
      rdfs:domain ilap:IntendedIndividual ;
      rdfs:range dm:ActualIndividual ;
      dm:definitionByLiteral
              "an <ActualIndividual> that fulfils the <IntendedIndividual>" ;
      dm:identificationByLiteral
              "fulfilled by" ;
      owl:inverseOf ilap:fulfils .

ilap:assignmentAssignsId
      a       owl:ObjectProperty ;
      rdfs:domain ilap:IdentifierAssignment ;
      rdfs:range dm:TextString ;
      dm:definitionByLiteral
              "value of <IdentifierAssignment> that is represented as a <TextString>" ;
      dm:identificationByLiteral
              "assignment assigns id" .

ilap:ActivitySpecification
      a       owl:Class ;
      rdfs:subClassOf ilap:Specification , dm:ClassOfActivity ;
      dm:definitionByLiteral
              "<ClassOfActivity> that is a <Specification>" ;
      dm:identificationByLiteral
              "activity specification" .

ilap-view:IdentifiedObject
      a       owl:Class ;
      rdfs:subClassOf owl:Thing ;
      ilap:hasInformalDefinition
              "Identified object" ;
      dm:definitionByLiteral
              "Object that is identified " ;
      dm:identificationByLiteral
              "identified object" .

ilap:UnscheduledShutdown
      a       ilap:ClassOfShutdownByPriorScheduling , owl:Class ;
      rdfs:subClassOf ilap:Shutdown ;
      dm:definitionByLiteral
              "<Shutdown> that is unscheduled" ;
      dm:identificationByLiteral
              "unscheduled shutdown" .

ilap-view:CalendarOperation
      a       owl:Class ;
      rdfs:subClassOf dm:AbstractObject ;
      ilap:hasInformalDefinition
              "adding of a period in time to a calendar, or the subtraction of a period in time from a calendar, to give another calendar" ;
      dm:definitionByLiteral
              "adding of a <PeriodInTime> to a <Calendar>, or the subtraction of a <PeriodInTime> from a <Calendar>, to give another calendar" ;
      dm:identificationByLiteral
              "calendar operation" .

ilap:StartUp
      a       ilap:ShutdownPhase , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that is starting up a facility, system or equipment item" ;
      dm:identificationByLiteral
              "start-up" .

ilap-view:hasProperty
      a       owl:ObjectProperty ;
      rdfs:domain owl:Thing ;
      rdfs:range ilap-view:Property ;
      dm:definitionByLiteral
              "object that has a specified user <Property>" ;
      dm:identificationByLiteral
              "has property" .

ilap:ClassOfActivityDefinition
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfActivitySpecification ;
      dm:definitionByLiteral
              "power class of activity definition" ;
      dm:identificationByLiteral
              "class of activity definition" .

ilap-view:fulfilmentHasActualSubContractor
      a       owl:ObjectProperty ;
      rdfs:domain ilap:IntendedActivity ;
      rdfs:range ilap:Contractor ;
      ilap:hasInformalDefinition
              "person or organization that is a sub-contractor for the actual activity fulfilling the intended activity" ;
      dm:definitionByLiteral
              "<Agent> that is a <SubContractor> for the actual activity fulfilling the <IntendedActivity>" ;
      dm:identificationByLiteral
              "fufilment has actual sub-contractor" .

ilap-view:hasProjectSiteEnvironment
      a       owl:ObjectProperty ;
      rdfs:domain ilap:Project ;
      rdfs:range ilap:ClassOfProjectBySiteEnvironment ;
      ilap:hasInformalDefinition
              "site environment for the intended activity" ;
      dm:definitionByLiteral
              "site environment for the <IntendedActivity>" ;
      dm:identificationByLiteral
              "has project site environment" .

ilap:specificationCreatedBy
      a       owl:ObjectProperty ;
      rdfs:domain ilap:Specification ;
      rdfs:range ilap:SpecificationCreation ;
      dm:definitionByLiteral
              "the <SpecificationCreation> activity that created the <Specifcation>"^^xsd:string ;
      dm:identificationByLiteral
              "specification created by" ;
      owl:inverseOf ilap:createsSpecification .

ilap:baselineScheduleFor
      a       owl:ObjectProperty ;
      rdfs:domain ilap:Schedule ;
      rdfs:range ilap:Planning ;
      dm:definitionByLiteral
              "a <Planning> activity that uses the <schedule> to measure project progress and contract performance" ;
      dm:identificationByLiteral
              "baseline schedule for" ;
      owl:inverseOf ilap:planningHasBaselineSchedule .

ilap:TimeZone
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfCalendarDay ;
      dm:definitionByLiteral
              "<ClassOfCalendarDay> that holds time zone codes" ;
      dm:identificationByLiteral
              "time zone" .

ilap:ActivityInPlanForScheduling
      a       owl:Class ;
      rdfs:subClassOf ilap:ActivityInPlan , ilap-view:IdentifiedObject , ilap:UnscheduledPlan ;
      ilap:hasInformalDefinition
              "activity in plan and unscheduled plan" ;
      dm:definitionByLiteral
              "<ActivityInPlan> and <UnscheduledPlan> that has criteria appropriate as input to planning software" ;
      dm:identificationByLiteral
              "activity in plan for scheduling" ;
      dm:noteByLiteral "Usually planning software is not concerned with the parts of an activity in plan for scheduling." .

ilap-view:calendarAddedToOrRemovedFrom
      a       owl:ObjectProperty ;
      rdfs:domain dm:PairOfPeriodInTime ;
      rdfs:range dm:PeriodInTime ;
      ilap:hasInformalDefinition
              "calendar to which the calendar operation adds a period in time, or from which the calendar operation removes a period in time" ;
      dm:definitionByLiteral
              "<Calendar> to which the calendar operation adds a <PeriodInTime>, or from which the calendar operation removes a <PeriodInTime>" ;
      dm:identificationByLiteral
              "calendar added to or removed from" .

ilap-view:milestoneHasCalendar
      a       owl:ObjectProperty ;
      rdfs:domain ilap:EventInPlan ;
      rdfs:range dm:PeriodInTime ;
      ilap:hasInformalDefinition
              "calendar within which the milestone can occur" ;
      dm:definitionByLiteral
              "<Calendar> within which the <Milestone> can occur" ;
      dm:identificationByLiteral
              "milestone has calendar" .

ilap:ScheduleLevel
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfSchedule ;
      dm:definitionByLiteral
              "<ClassOfSchedule> that holds levels of schedule" ;
      dm:identificationByLiteral
              "schedule level" .

ilap:PlanForScheduling
      a       owl:Class ;
      rdfs:subClassOf ilap-view:IdentifiedObject , ilap:UnscheduledPlan ;
      ilap:hasInformalDefinition
              "Top node for a project" ;
      dm:definitionByLiteral
              "<UnscheduledPlan> that has criteria appropriate as input to planning software" ;
      dm:identificationByLiteral
              "plan for activity for scheduling" ;
      dm:noteByLiteral "Scheduling software addresses those parts of a plan for activity for scheduling that are activities in plan for scheduling." .

ilap:MakeRadicalChange
      a       ilap:ClassOfActivityByManagementObjective , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that makes a radical change" ;
      dm:identificationByLiteral
              "make radical change" .

ilap:IntendedActivity
      a       owl:Class ;
      rdfs:subClassOf dm:Activity , ilap:IntendedIndividual ;
      dm:definitionByLiteral
              "<Activity> that is a <IntendedIndividual>" ;
      dm:identificationByLiteral
              "intended activity" .

ilap-view:activityHasPlannedDuration
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:Schedule ;
      ilap:hasInformalDefinition
              "planned duration" ;
      dm:definitionByLiteral
              "duration that is specified by the <PlanForActivity>" ;
      dm:identificationByLiteral
              "activity has planned duration" ;
      dm:noteByLiteral "If an activity is planned to happen during a calendar with non-working periods, then the duration excludes the periods during which nothing is planned to happen. Hence the duration is less that that of the period in time between the planned start and end of the activity." .

ilap:ClassOfActivityShutdownPhaseRequirement
      dm:definitionByLiteral
              "<ClassOfClassOfActivity> that is according to the required <ShutdownPhase> for a member"^^xsd:string ;
      dm:identificationByLiteral
              "class of activity shutdown phase requirement" .

ilap-view:hasCurrentPlanningStatus
      a       owl:ObjectProperty ;
      rdfs:domain ilap:IntendedActivity ;
      rdfs:range ilap:ActivityPlanningStatus ;
      ilap:hasInformalDefinition
              "planning status for the intended activity now" ;
      dm:definitionByLiteral
              "<Planning> status for the <IntendedActivity> at the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has current planning status" .

ilap:ClassOfManagedProgrammeOfWork
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity ;
      dm:definitionByLiteral
              "power class of <ManagedProgrammeOfWork>" ;
      dm:identificationByLiteral
              "class of managed programme of work" .

ilap-view:forProject
      a       owl:ObjectProperty ;
      rdfs:domain ilap-view:AvailableResource ;
      rdfs:range ilap:IntendedActivity ;
      ilap:hasInformalDefinition
              "intended activity for which the available resource is available" ;
      dm:definitionByLiteral
              "<IntendedActivity> for which the available <Resource> is available " ;
      dm:identificationByLiteral
              "for project" .

ilap:ClassOfCalendarDay
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfDay ;
      dm:definitionByLiteral
              "class that is the power class of <CalendarDay>" ;
      dm:identificationByLiteral
              "class of calendar day" .

ilap:DefinitionSpecification
      a       owl:Class ;
      rdfs:subClassOf ilap:Specification ;
      dm:definitionByLiteral
              "<Specification> that specifies how a <IntendedIndividual> can be realised" ;
      dm:identificationByLiteral
              "definition specification" .

ilap-view:RemoveWorkingTime
      a       owl:Class ;
      rdfs:subClassOf ilap-view:CalendarOperation ;
      dm:definitionByLiteral
              "<Calendar> operation that is the subtraction of a <PeriodInTime> from a <Calendar>" ;
      dm:descriptionOfExampleByLiteral
              "The subtraction of the period in time 'Monday 31st August 2015', which is a public holiday, from the calendar 'Normal working hours of 9 am until 5.30 pm' gives a calendar that contains only the actual working hours in August 2015." ;
      dm:identificationByLiteral
              "remove working time" .

ilap:planningHasLiveSchedule
      a       owl:ObjectProperty ;
      rdfs:domain ilap:Planning ;
      rdfs:range ilap:Schedule ;
      dm:definitionByLiteral
              "The <Planning> activity of <Schedule> that is under development and is not yet agreed upon." ;
      dm:identificationByLiteral
              "planning has live schedule" ;
      owl:inverseOf ilap:liveScheduleFor .

ilap:hasFractionComplete
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain dm:Activity ;
      rdfs:range dm:Ratio ;
      dm:definitionByLiteral
              "<Ratio> that is the fraction complete for the <Activity> according to some measure"^^xsd:string ;
      dm:identificationByLiteral
              "has fraction complete"^^xsd:string ;
      dm:noteByLiteral "If it is necessary to record the measure for the fraction complete, then it is possible to record a) the ratio between the amount of resource used by the actual activity that realises the plan and the amount of resource specified in the plan, or b) the ratio between the duration of the actual activity that realises the plan and the duration specified in the plan."^^xsd:string .

ilap:hasPlan
      a       owl:ObjectProperty ;
      rdfs:domain ilap:IntendedActivity ;
      rdfs:range ilap:PlanForActivity ;
      rdfs:subPropertyOf ilap:hasSpecification ;
      dm:definitionByLiteral
              "a <PlanForActivity> that is intended to realise the <IntendedActivity>" ;
      dm:identificationByLiteral
              "has plan" ;
      owl:inverseOf ilap:planFor .

ilap-view:hasAvailableResource
      a       owl:ObjectProperty ;
      rdfs:domain ilap:ResourceInPlan ;
      rdfs:range ilap-view:AvailableResource ;
      ilap:hasInformalDefinition
              "available resource from which the realisation of the resource in plan is to be taken" ;
      dm:definitionByLiteral
              "available <Resource> from which the realisation of the <ResourceInPlan> is to be taken" ;
      dm:identificationByLiteral
              "has available resource" .

ilap:HeightWork
      a       ilap:ActivityRiskFactor , owl:Class ;
      rdfs:subClassOf ilap:ActivityWithRisk ;
      dm:definitionByLiteral
              "<Activity> with risk that involves work at height" ;
      dm:identificationByLiteral
              "activity that requires height work" .

ilap-view:hasMaterialDeliveryProgressStatus
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:MaterialDeliveryProgressStatus ;
      ilap:hasInformalDefinition
              "material delivery progress status" ;
      dm:definitionByLiteral
              "<MaterialDeliveryProgressStatus> that is for the actual material resource for the actual activity realising the <PlanForActivity> at the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has material delivery progress status" .

ilap:UnplannedActivity
      a       owl:Class , ilap:ClassOfActivityByPriorPlanning ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that does not follow a <PlanForActivity>" ;
      dm:identificationByLiteral
              "unplanned activity" .

ilap:Level-5-ContractWorkSchedule
      a       owl:Class , ilap:ScheduleLevel ;
      rdfs:subClassOf ilap:Schedule ;
      dm:definitionByLiteral
              "<Schedule> that is the work schedule of a contractor's project"^^xsd:string ;
      dm:identificationByLiteral
              "level 5 - contract work plan" .

ilap:ExecutionApproach
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity ;
      dm:definitionByLiteral
              "<ClassOfActivity> that is according to the way in which it is carried out" ;
      dm:identificationByLiteral
              "execution approach" .

ilap:ResourceInPlan
      a       owl:Class ;
      rdfs:subClassOf ilap:Specification , ilap-view:IdentifiedObject , ilap:ClassOfResource , ilap:Occurrence ;
      dm:definitionByLiteral
              "<ClassOfResource> that is an <Occurrence> and a <Specification>, and that is within a plan" ;
      dm:identificationByLiteral
              "resource in plan" ;
      dm:noteByLiteral "A resource in plan is often a subclass of a resource breakdown class, such as a member of the ISO 19008 SCCS - COR (Standard Cost Coding System - Code Of Resources)." .

ilap:ProductStructureBreakdownClass
      a       owl:Class ;
      rdfs:subClassOf ilap-view:IdentifiedObject , dm:ClassOfPhysicalObject ;
      dm:definitionByLiteral
              "<ClassOfPhysicalObject> that is part of a <ProductStructureBreakdown>" ;
      dm:identificationByLiteral
              "product structure breakdown class" ;
      dm:noteByLiteral "ISO 19008 SCCS - PSB Class (Standard Cost Coding System - Product Structure Breakdown) is a subclass of product structure breakdown class." .

ilap:createsSpecification
      a       owl:ObjectProperty ;
      rdfs:domain ilap:SpecificationCreation ;
      rdfs:range ilap:Specification ;
      dm:definitionByLiteral
              "a <Specification> that the <SpecificationCreation> activity creates"^^xsd:string ;
      dm:identificationByLiteral
              "creates specification" ;
      owl:inverseOf ilap:specificationCreatedBy .

ilap-xsd:dataAboutProfile
      a       owl:ObjectProperty .

ilap:HighPriorityActivity
      a       owl:Class , ilap:ActivityPriority ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> with high priority" ;
      dm:identificationByLiteral
              "high priority activity" .

ilap:Discipline
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfStaffTime , ilap-view:IdentifiedObject ;
      dm:definitionByLiteral
              "<ClassOfStaffTime> that is according to the knowledge required to carry out the work" ;
      dm:descriptionOfExampleByLiteral
              "The class 'KG Geoscience' that is a member of ISO 19008 SCCS - COR Class (Standard Cost Coding System - Code Of Resources) is a discipline." ;
      dm:identificationByLiteral
              "discipline" .

ilap:CalendarDay
      a       owl:Class ;
      rdfs:subClassOf ilap:Day ;
      ilap:hasInformalDefinition
              "day specified in a calendar" ;
      dm:definitionByLiteral
              "<Day> of the week, including weekends" ;
      dm:identificationByLiteral
              "calendar day" .

ilap:LiftingOperation
      a       ilap:ActivityRiskFactor , owl:Class ;
      rdfs:subClassOf ilap:ActivityWithRisk ;
      dm:definitionByLiteral
              "<Activity> with risk that involves a lifting operation" ;
      dm:identificationByLiteral
              "activity that involves lifting operation" .

ilap-view:calendarOperationHasResult
      a       owl:ObjectProperty ;
      rdfs:domain ilap-view:CalendarOperation ;
      rdfs:range dm:PeriodInTime ;
      dm:definitionByLiteral
              "<Calendar> that is defined by the calendar operation"^^xsd:string ;
      dm:identificationByLiteral
              "calendar operation has result" ;
      owl:inverseOf ilap-view:resultOfCalendarOperation .

ilap-view:code
      a       owl:ObjectProperty ;
      rdfs:domain ilap-view:IdentifiedObject ;
      rdfs:range ilap:IdentifierAssignment ;
      dm:definitionByLiteral
              "<IdentifiedObject> code by a <IdentifierAssignment> " ;
      dm:identificationByLiteral
              "code" .

ilap:ClassOfResource
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfPhysicalObject ;
      dm:definitionByLiteral
              "power class of <Resource>" ;
      dm:identificationByLiteral
              "class of resource" .

ilap-view:Property
      a       owl:Class ;
      rdfs:subClassOf owl:Thing ;
      ilap:hasInformalDefinition
              " user defined field used to extend the standard ILAP model" ;
      dm:definitionByLiteral
              "Specified user field used to extend the standard planning model" ;
      dm:identificationByLiteral
              "property" .

ilap-view:hasPlannedTotalDuration
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:ResourceInPlan ;
      ilap:hasInformalDefinition
              "total duration of the staff time planned to be used in plan" ;
      dm:definitionByLiteral
              "total duration of the <StaffTime> according to the <StaffTimeResourceInPlan>" ;
      dm:identificationByLiteral
              "has planned total duration" .

ilap-xsd:dataAboutPropertyType
      a       owl:ObjectProperty ;
      rdfs:domain ilap-xsd:Data ;
      rdfs:range ilap-view:PropertyType ;
      dm:identificationByLiteral
              "data about property type"^^xsd:string .

ilap-view:hasMonetaryAmountValue
      a       owl:DatatypeProperty , owl:FunctionalProperty ;
      rdfs:domain ilap:MonetaryAmount ;
      rdfs:range xsd:decimal ;
      ilap:hasInformalDefinition
              "value of monetary amount" ;
      dm:definitionByLiteral
              "The <MonetaryAmount> expressed in decimal " ;
      dm:identificationByLiteral
              "has monetary amount value" .

ilap-view:hasDescriptionOfActualCurrentProgress
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:PlanForActivity ;
      ilap:hasInformalDefinition
              "description of actual current progress" ;
      dm:definitionByLiteral
              "description that is of the actual activity realising the <PlanForActivity> at the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has description of actual current progress" .

ilap:AuthoriseForExpenditureRefused
      a       ilap:AuthoriseForExpenditureResult , owl:Class ;
      rdfs:subClassOf ilap:AuthoriseForExpenditure ;
      dm:definitionByLiteral
              "<AuthoriseForExpenditure> activity that refuses expenditure for a <PlanForActivity>" ;
      dm:identificationByLiteral
              "authorise for expenditure - refused" .

ilap:objectiveFor
      a       owl:ObjectProperty ;
      rdfs:domain ilap:IntendedIndividual ;
      rdfs:range ilap:SpecificationCreation ;
      dm:definitionByLiteral
              "a <SpecificationDefinition> activity that has the <IntendedIndividual> as its objective" ;
      dm:identificationByLiteral
              "objective for" ;
      owl:inverseOf ilap:hasObjective .

ilap-view:hasPlannedCurrentQuantityUsed
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ilap:ResourceInPlan ;
      rdfs:range dm:Quantity ;
      ilap:hasInformalDefinition
              "now planned quantity to be used" ;
      dm:definitionByLiteral
              "<Quantity> of the material resource that should have been used according to the <MaterialResourceInPlan> up to the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has planned current quantity used" ;
      dm:noteByLiteral "This property is specified for a particular material resource. The property 'has planned current material quantity used' is specified for a plan for activity and applies to the sole material resource for that plan." .

ilap:ActualActivity
      a       owl:Class ;
      rdfs:subClassOf dm:ActualIndividual , dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that is an <ActualIndividual>" ;
      dm:identificationByLiteral
              "actual activity" .

ilap:IdentifierAssignmentProgramme
      a       owl:Class ;
      rdfs:subClassOf dm:Activity ;
      ilap:hasInformalDefinition
              "information about assigned identifiers (global system id, local system id, id, label)" ;
      dm:definitionByLiteral
              "<Activity> for identifier assignment" ;
      dm:identificationByLiteral
              "identifier assignement programme" .

ilap:MakeIncrementalImprovement
      a       ilap:ClassOfActivityByManagementObjective , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that makes an incremental improvement" ;
      dm:identificationByLiteral
              "make incremental improvement" .

ilap-view:hasParentActivityInPlan
      a       owl:ObjectProperty ;
      rdfs:domain ilap:ActivityInPlanForScheduling ;
      rdfs:range ilap:ActivityInPlanForScheduling ;
      ilap:hasInformalDefinition
              "parent activity" ;
      dm:definitionByLiteral
              "dependency relationship between <ActivityInPlanForScheduling> and its parent activity " ;
      dm:identificationByLiteral
              "has parent activity in plan" .

ilap:SubjectOfWorkInPlan
      a       owl:Class ;
      rdfs:subClassOf ilap:Specification , ilap:ClassOfSubjectOfWork , ilap:Occurrence ;
      dm:definitionByLiteral
              "<ClassOfSubject> that is an <Occurrence> and a <Specification>, and that is within a plan" ;
      dm:identificationByLiteral
              "subject in plan" ;
      dm:noteByLiteral "A subject in plan is often a subclass of product structure breakdown class, such as a member of ISO 19008 SCCS - PSB (Standard Cost Coding System - Product Structure Breakdown)." .

ilap-view:EachFridayInSomeTimeZone
      a       ilap:ClassOfEachDayOfWeekInSomeTimeZone , owl:Class ;
      rdfs:subClassOf ilap-view:EachDayOfWeekInSomeTimeZone ;
      dm:definitionByLiteral
              "<EachDayOfWeekInSomeTimeZone> that is Friday" ;
      dm:identificationByLiteral
              "each friday in some time zone" .

ilap:OrderingMaterial
      a       owl:Class ;
      rdfs:subClassOf ilap:Planning ;
      dm:definitionByLiteral
              "<Planning> activity that is ordering material for a <ResourceInPlan>" ;
      dm:identificationByLiteral
              "ordering material" .

ilap-view:hasPropertyValue
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ilap-view:Property ;
      rdfs:range ilap-view:PropertyValue ;
      ilap:hasInformalDefinition
              "value of the specified user field" ;
      dm:definitionByLiteral
              "specifies value of a specified user <Property>" ;
      dm:identificationByLiteral
              "has property value" .

ilap:ChangeoverActivity
      a       ilap:ClassOfActivityByManagementObjective , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that makes a change to a production process" ;
      dm:identificationByLiteral
              "changeover activity" .

ilap-view:assignmentOrganization
      a       owl:ObjectProperty ;
      rdfs:domain ilap:IdentifierAssignmentProgramme ;
      rdfs:range dm:Organization ;
      ilap:hasInformalDefinition
              "The organization, program , project or similar that is the source of the imformation in this file" ;
      dm:definitionByLiteral
              "identifier pointing to an <Organization> that assigned id" ;
      dm:identificationByLiteral
              "assignment organization" .

ilap:ClassOfActivityByManagementObjective
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity ;
      dm:definitionByLiteral
              "<ClassOfActivity> that is according to the management objective" ;
      dm:identificationByLiteral
              "class of activity by management objective" .

ilap-view:mustStartNoEarlierThan
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:PlanForActivity ;
      ilap:hasInformalDefinition
              "start no earlier than" ;
      dm:definitionByLiteral
              "<PointInTime> that the <IntendedActivity> for which the <PlanForActivity> is created starts after" ;
      dm:identificationByLiteral
              "must start no earlier than"^^xsd:string .

ilap:ClassOfActivitySpecification
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfClassOfActivity ;
      dm:definitionByLiteral
              "power class of <ActivitySpecification>" ;
      dm:identificationByLiteral
              "class of activity specification" .

ilap-view:resultOfCalendarOperation
      a       owl:ObjectProperty ;
      rdfs:domain dm:PeriodInTime ;
      rdfs:range ilap-view:CalendarOperation ;
      dm:definitionByLiteral
              "calendar operation that defines the <Calendar>"^^xsd:string ;
      owl:inverseOf ilap-view:calendarOperationHasResult .

ilap:WorkPackage
      a       owl:Class ;
      rdfs:subClassOf ilap:ManagedProgrammeOfWork ;
      dm:definitionByLiteral
              "<ManagedProgrammeOfWork> that a package of activities assigned to another <ProjectLeader> to plan or execute" ;
      dm:identificationByLiteral
              "work package" .

ilap-view:availableResourceHasBreakdownClass
      a       owl:ObjectProperty ;
      rdfs:domain ilap-view:AvailableResource ;
      rdfs:range ilap:ResourceBreakdownClass ;
      ilap:hasInformalDefinition
              "resource breakdown structure for available resource" ;
      dm:definitionByLiteral
              "<ResourceBreakdownClass> that is for the available <Resource>" ;
      dm:identificationByLiteral
              "available resource has breakdown class" .

ilap-view:hasProfile
      a       owl:ObjectProperty ;
      rdfs:domain ilap:ResourceInPlan ;
      rdfs:range ilap:ConsumptionProfile ;
      ilap:hasInformalDefinition
              "identification of reference of the consumption profile" ;
      dm:definitionByLiteral
              "<ResourceInPlan> has defined a <ConsumptionProfile> " ;
      dm:identificationByLiteral
              "has profile" .

ilap:Contractor
      a       owl:Class ;
      rdfs:subClassOf ilap:Agent , ilap-view:IdentifiedObject ;
      dm:definitionByLiteral
              "<Agent> that is a contractor" ;
      dm:identificationByLiteral
              "contractor" .

ilap:hasDailyAvailableDuration
      a       owl:ObjectProperty ;
      rdfs:domain dm:Individual ;
      rdfs:range dm:TimeDuration ;
      dm:definitionByLiteral
              "the <TimeDuration> during which the <PossibleIndividual> is available each day" ;
      dm:identificationByLiteral
              "has daily available duration" .

ilap:Level-2-ProjectSummarySchedule
      a       owl:Class , ilap:ScheduleLevel ;
      rdfs:subClassOf ilap:Schedule ;
      dm:definitionByLiteral
              "<Schedule> that is the summary schedule for an operator's project"^^xsd:string ;
      dm:identificationByLiteral
              "level 2 - project summary plan" .

ilap:MaterialDeliveredOffshore
      a       owl:Class , ilap:MaterialDeliveryLocationStatus ;
      rdfs:subClassOf dm:MaterializedPhysicalObject ;
      dm:definitionByLiteral
              "<MaterializedPhysicalObject> that is currently at a final destination off-shore where it has been delivered" ;
      dm:identificationByLiteral
              "material delivered off-shore" .

ilap-view:String
      a       owl:Class ;
      rdfs:subClassOf ilap-view:Literal ;
      ilap:hasInformalDefinition
              "data type that is string" ;
      dm:definitionByLiteral
              "data type that is string" ;
      dm:identificationByLiteral
              "string" .

ilap-view:PeriodSpecifiedByStartAndFinish
      a       owl:Class ;
      rdfs:subClassOf ilap:ConnectedPeriodInTime ;
      ilap:hasInformalDefinition
              "Period that has specified start and finish" ;
      dm:definitionByLiteral
              "<ConnectedPeriodInTime> that is specified by start and finish of <PointInTime>" ;
      dm:identificationByLiteral
              "period specified by start and finish" .

ilap-view:hasPriority
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:ActivityPriority ;
      ilap:hasInformalDefinition
              "activity priority" ;
      dm:definitionByLiteral
              "<ActivityPriority> for the activity realising the <PlanForActivity>" ;
      dm:identificationByLiteral
              "has priority" .

ilap-view:boolean
      a       owl:DatatypeProperty , owl:FunctionalProperty ;
      rdfs:domain ilap-view:Boolean ;
      rdfs:range xsd:boolean ;
      dm:definitionByLiteral
              "value of datatype <Boolean> " ;
      dm:identificationByLiteral
              "boolean" .

ilap:SoftwareCode
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfInstalledSoftware ;
      dm:definitionByLiteral
              "<ClassOfInstalledSoftware> that is the <SoftwareCode> that is installed" ;
      dm:identificationByLiteral
              "software code" .

ilap-xsd:dataAboutProject
      a       owl:ObjectProperty ;
      rdfs:domain ilap-xsd:Data ;
      rdfs:range ilap:Project ;
      dm:definitionByLiteral
              "<Project> that is recorded by the data"^^xsd:string ;
      dm:identificationByLiteral
              "data about project"^^xsd:string .

ilap-view:EachMondayInSomeTimeZone
      a       ilap:ClassOfEachDayOfWeekInSomeTimeZone , owl:Class ;
      rdfs:subClassOf ilap-view:EachDayOfWeekInSomeTimeZone ;
      dm:definitionByLiteral
              "<EachDayOfWeekInSomeTimeZone> that is Monday" ;
      dm:identificationByLiteral
              "each monday in some time zone" .

ilap:ClassOfActivityIndependentOfShutdown
      a       owl:Class , ilap:ClassOfClassOfActivityByShutdownRequirement ;
      rdfs:subClassOf dm:ClassOfActivity ;
      dm:definitionByLiteral
              "<ClassOfActivity> that has members that can take place during any <ShutdownPhase> or not associated with a <Shutdown> activity at all" ;
      dm:identificationByLiteral
              "class of activity independent of shutdown" .

dm:PhysicalObject
      rdfs:subClassOf ilap-view:IdentifiedObject .

ilap:ConsumptionProfilePercentVsPercent
      a       owl:Class ;
      rdfs:subClassOf ilap:ConsumptionProfile ;
      ilap:hasInformalDefinition
              "Consumption profile comparing progress in pecentage" ;
      dm:definitionByLiteral
              "<ConsumptionProfile> showing how resource will be consumed by percent/percent pairs in a graph" ;
      dm:identificationByLiteral
              "consumption profile percent vs percent" .

ilap-view:fulfilmentHasActualProjectLeader
      a       owl:ObjectProperty ;
      rdfs:domain ilap:IntendedActivity ;
      rdfs:range ilap:ProjectLeader ;
      ilap:hasInformalDefinition
              "person or organization that is the project leader for the actual activity fulfilling the intended activity" ;
      dm:definitionByLiteral
              "<Agent> that is the project leader for the actual activity fulfilling the <IntendedActivity>" ;
      dm:identificationByLiteral
              "fulfilment has actual project leader" .

ilap:ClassOfInstalledPlanningSoftware
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfInstalledSoftware ;
      dm:definitionByLiteral
              "power class of <InstalledPlanningSoftware>" ;
      dm:identificationByLiteral
              "class of installed planning software" .

ilap-view:AddWorkingTime
      a       owl:Class ;
      rdfs:subClassOf ilap-view:CalendarOperation ;
      dm:definitionByLiteral
              "<Calendar> operation that is the adding of a <PeriodInTime> to a <Calendar>" ;
      dm:identificationByLiteral
              "add working time" .

ilap-view:fulfilmentHasActualMainContractor
      a       owl:ObjectProperty ;
      rdfs:domain ilap:IntendedActivity ;
      rdfs:range dm:Organization ;
      ilap:hasInformalDefinition
              "organization that is the main contract for the actual activity fulfilling the intended activity" ;
      dm:definitionByLiteral
              "organization that is the main contract for the actual activity fulfilling the <IntendedActivity>" ;
      dm:identificationByLiteral
              "fulfilment has actual main contractor" .

ilap:ActivityWithRisk
      a       owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that has a risk to people or to habitat" ;
      dm:identificationByLiteral
              "activity with risk" .

ilap:PartOfTheSurfaceOfTheEarth
      a       owl:Class ;
      rdfs:subClassOf dm:RegionInSpace ;
      dm:definitionByLiteral
              "<RegionInSpace> that is <PartOfTheSurfaceOfTheEarth>" ;
      dm:identificationByLiteral
              "part of the surface of the earth" .

ilap:monitors
      a       owl:ObjectProperty ;
      rdfs:domain dm:Activity ;
      rdfs:range dm:Activity ;
      dm:definitionByLiteral
              "an <Activity> that is monitored" ;
      dm:identificationByLiteral
              "monitors" ;
      owl:inverseOf ilap:monitoredBy .

ilap:ClassOfPeriodInTimeWithDailyRepeatingMembers
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfPeriodInTimeWithRepeatingMembers ;
      dm:definitionByLiteral
              "power class for period in time with daily repeating pattern" ;
      dm:identificationByLiteral
              "class of period in time with daily repeating members" .

ilap-view:definedByScheduleOfClass
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlannedActivity ;
      rdfs:range ilap:ClassOfSchedule ;
      dm:definitionByLiteral
              "<PlannedActivity> defined by <ClassOfSchedule> allowing to assign own level" ;
      dm:identificationByLiteral
              "defined by schedule of class" .

ilap:AuthoriseForExpenditure
      a       owl:Class ;
      rdfs:subClassOf ilap:Planning ;
      dm:definitionByLiteral
              "<Planning> activity that is the authorisation for expenditure for a <PlanForActivity>" ;
      dm:identificationByLiteral
              "authorise for expenditure" .

ilap:WorkOverOpenSea
      a       ilap:ActivityRiskFactor , owl:Class ;
      rdfs:subClassOf ilap:ActivityWithRisk ;
      dm:definitionByLiteral
              "<Activity> with risk that requires work over open sea" ;
      dm:identificationByLiteral
              "activity that requires work over open sea" .

ilap-view:EachWednesdayInSomeTimeZone
      a       ilap:ClassOfEachDayOfWeekInSomeTimeZone , owl:Class ;
      rdfs:subClassOf ilap-view:EachDayOfWeekInSomeTimeZone ;
      dm:definitionByLiteral
              "<EachDayOfWeekInSomeTimeZone> that is Wednesday" ;
      dm:identificationByLiteral
              "each wednesday in some time zone" .

ilap:planningHasCurrentSchedule
      a       owl:ObjectProperty ;
      rdfs:domain ilap:Planning ;
      rdfs:range ilap:Schedule ;
      dm:definitionByLiteral
              "<Schedule> that is used by a <Planning> activity as a working schedule that is agreed for the <Project>." ;
      dm:identificationByLiteral
              "planning has current schedule" ;
      owl:inverseOf ilap:currentScheduleFor .

ilap-view:weeklyRepeatingElementHasFinish
      a       owl:ObjectProperty ;
      rdfs:domain ilap:WeeklyRepeatingPeriodInTime ;
      rdfs:range ilap:TimeOfDayInDayOfWeek ;
      ilap:hasInformalDefinition
              "finish time for weekly repeating period" ;
      dm:definitionByLiteral
              "finish of <WeeklyRepeatingPeriodInTime> identified by <TimeOfDayInDayOfWeek> " ;
      dm:identificationByLiteral
              "weekly repeating element has finish" .

ilap:Year
      a       owl:Class ;
      rdfs:subClassOf ilap:ConnectedPeriodInTime ;
      dm:definitionByLiteral
              "<ConnectedPeriodInTime> that is approximately equal to the orbital period of the Earth moving in its orbit around the Sun" ;
      dm:identificationByLiteral
              "year" .

ilap-view:hasShutdownPlan
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:ShutdownPlan ;
      ilap:hasInformalDefinition
              "Reference to a separate shutdown plan for this activity" ;
      dm:definitionByLiteral
              "<ShutdownPlan> that is required by the <PlanForActivity>" ;
      dm:identificationByLiteral
              "has shutdown plan" .

ilap-view:Boolean
      a       owl:Class ;
      rdfs:subClassOf dm:Number ;
      ilap:hasInformalDefinition
              "boolean value" ;
      dm:definitionByLiteral
              "data type that is logic true-false boolean" ;
      dm:identificationByLiteral
              "boolean" .

ilap:MainContractor
      a       owl:Class ;
      rdfs:subClassOf ilap:Contractor ;
      dm:definitionByLiteral
              "<Contractor> that is the main contractor" ;
      dm:identificationByLiteral
              "main contractor" .

ilap:ProjectLeader
      a       owl:Class ;
      rdfs:subClassOf ilap:Agent , ilap-view:IdentifiedObject ;
      dm:definitionByLiteral
              "<Agent> that is the project leader of an <Activity>" ;
      dm:identificationByLiteral
              "project leader" .

ilap:IncreaseOilAndGasRecovery
      a       ilap:ClassOfActivityByManagementObjective , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that increases the recovery of oil, gas or both from a given <PetroleumField>, <Well> or <Wellbore>" ;
      dm:identificationByLiteral
              "increase oil and gas recovery" .

ilap-view:requiresShutdownOfProcess
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range dm:Activity ;
      ilap:hasInformalDefinition
              "activity that must be shutdown in order to carry out the activity" ;
      dm:definitionByLiteral
              "<Activity> that must be <Shutdown> in order to carry out the activity that realises the <PlanForActiivty>" ;
      dm:identificationByLiteral
              "requires shutdown of process" .

ilap:IntendedIndividual
      a       owl:Class ;
      rdfs:subClassOf dm:Individual ;
      dm:definitionByLiteral
              "<PossibleIndividual> that exists in a envisaged universe and is a requirement" ;
      dm:identificationByLiteral
              "intended individual" ;
      dm:noteByLiteral "A intended individual can be fulfilled by an actual individual." .

ilap-view:mustFinishNoEarlierThan
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:PlanForActivity ;
      ilap:hasInformalDefinition
              "finish no earlier than" ;
      dm:definitionByLiteral
              "no-earlier-than date constraint identified for a <PlanForActivity> " ;
      dm:identificationByLiteral
              "must finish no earlier than" .

ilap-view:calendarHasFinish
      a       owl:DatatypeProperty ;
      rdfs:domain dm:PeriodInTime ;
      ilap:hasInformalDefinition
              "finish timepoint of a calendar" ;
      dm:definitionByLiteral
              "<PeriodInTime> that is the finish of the <Calendar>" ;
      dm:identificationByLiteral
              "calendar has finish" ;
      dm:noteByLiteral "Where this property is specifies for a calendar, any later period in time generated by a calendar operation is removed" .

ilap:WeeklyRepeatingPeriodInTime
      a       ilap:ClassOfPeriodInTimeAccordingToRepeat , owl:Class ;
      rdfs:subClassOf ilap:RepeatingPeriodInTime ;
      dm:definitionByLiteral
              "<RepeatingPeriodInTime> that repeats every week" ;
      dm:identificationByLiteral
              "weekly repeating period" .

ilap-view:partOfPlan
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:PlanForActivity ;
      ilap:hasInformalDefinition
              "activity that is a part of plan" ;
      dm:definitionByLiteral
              "<PlanForActivity> that is a part of a <PlanForActivity> " ;
      dm:identificationByLiteral
              "part of plan" .

ilap-view:hasOperatorOfProgrammeSubjectOfWork
      a       owl:ObjectProperty ;
      rdfs:domain ilap:IntendedActivity ;
      rdfs:range dm:Organization ;
      ilap:hasInformalDefinition
              "organization that is the operator of the facility or other physical object that the intended activity is carried out upon" ;
      dm:definitionByLiteral
              "<Agent> that is the operator of the <PhysicalObject> that the <IntendedActivity> is carried out upon" ;
      dm:identificationByLiteral
              "has operator of programme subject of work" .

ilap:revisedScheduleFor
      a       owl:ObjectProperty ;
      rdfs:domain ilap:Schedule ;
      rdfs:range ilap:Planning ;
      dm:definitionByLiteral
              "a <Planning> activity holds the <Schedule> as a revision of its current schedule" ;
      dm:identificationByLiteral
              "revised schedule for" ;
      owl:inverseOf ilap:planningHasRevisedSchedule .

ilap-view:planHasActivity
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:PlanForActivity ;
      dm:definitionByLiteral
              "<Activity In Plan> that is part of the <PlanForActivity>" ;
      dm:identificationByLiteral
              "plan has activity" .

ilap-view:planHasCalendar
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range dm:PeriodInTime ;
      ilap:hasInformalDefinition
              "calendar" ;
      dm:definitionByLiteral
              "<Calendar> within which the <Activity> that realises the <PlanForActivity> can occur" ;
      dm:identificationByLiteral
              "plan has milestone" .

ilap-view:hasOperatorsRequiredStartDate
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:PlanForActivity ;
      ilap:hasInformalDefinition
              "point in time that the operator requires the activity to start at" ;
      dm:definitionByLiteral
              "<PointInTime> that the operator requires the activity for which the <PlanForActivity> is created to start at"^^xsd:string ;
      dm:identificationByLiteral
              "has operators required start date"^^xsd:string .

ilap-view:calendarHasStart
      a       owl:DatatypeProperty ;
      rdfs:domain dm:PeriodInTime ;
      ilap:hasInformalDefinition
              "start timepoint of a calendar" ;
      dm:definitionByLiteral
              "<PeriodInTime> that is the start of the <Calendar>" ;
      dm:identificationByLiteral
              "calendar has start" ;
      dm:noteByLiteral "Where this property is specifies for a calendar, any earlier period in time generated by a calendar operation is removed" .

ilap:ContinuingActivity
      a       owl:Class , ilap:ActivityCompletionStatus ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that is continuing" ;
      dm:identificationByLiteral
              "continuing activity" .

ilap-view:isPlanForPartOf
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:IntendedActivity ;
      dm:definitionByLiteral
              "<IntendedActivity> that the activity realising the <PlanForActivity> would fulfil in part" ;
      dm:identificationByLiteral
              "is plan for part of" .

ilap:DeliveringMaterialDelayed
      a       ilap:MaterialDeliveryProgressStatus , owl:Class ;
      rdfs:subClassOf ilap:DeliveringMaterial ;
      dm:definitionByLiteral
              "<DeliveringMaterial> that is delayed" ;
      dm:identificationByLiteral
              "delivering material - delayed" .

ilap:hasScheduling
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:Scheduling ;
      dm:definitionByLiteral
              "a scheduling activity that is intended to create a <Schedule> for the <PlanForActivity>" ;
      dm:identificationByLiteral
              "has scheduling" ;
      owl:inverseOf ilap:schedulingFor .

ilap:ConsumptionProfile
      a       owl:Class ;
      rdfs:subClassOf dm:Function ;
      dm:definitionByLiteral
              "<Function> showing how resource will be consumed during activity duration" ;
      dm:identificationByLiteral
              "consumption profile" .

ilap-view:hasTotalFloat
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:Schedule ;
      ilap:hasInformalDefinition
              "total float" ;
      dm:definitionByLiteral
              "duration of the <TotalFloat> for the <Activity In Plan>" ;
      dm:identificationByLiteral
              "has total float" .

ilap:MonetaryAmount
      a       owl:Class ;
      rdfs:subClassOf ilap-view:PropertyValue , dm:ClassOfIndividual ;
      dm:definitionByLiteral
              "<Quantity> that is a monetary amount that is expressed in terms of a currency" ;
      dm:identificationByLiteral
              "monetary amount" .

ilap-view:hasActualProjectLeader
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:ProjectLeader ;
      dm:definitionByLiteral
              "<Agent> that is the actual project leader specified by the <PlanForActivity>" ;
      dm:identificationByLiteral
              "has actual project leader" .

ilap:RevisionShutdown
      a       owl:Class , ilap:ClassOfShutdownByReason ;
      rdfs:subClassOf ilap:Shutdown ;
      dm:definitionByLiteral
              "<Shutdown> that is to change a production process" ;
      dm:identificationByLiteral
              "revision shutdown" .

ilap:ActivityThatRequiresAreaAccessRestriction
      a       owl:Class , ilap:ActivityRiskMitigation ;
      rdfs:subClassOf ilap:ActivityWithRisk ;
      dm:definitionByLiteral
              "<Activity> with risk that requires an area access restriction" ;
      dm:identificationByLiteral
              "activity that requires area access restriction" .

ilap-view:dayOfEach
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ilap:TimeOfDayInDayOfWeek ;
      rdfs:range ilap:DayOfWeek ;
      ilap:hasInformalDefinition
              "day of each weekly repeating period" ;
      dm:definitionByLiteral
              "day specification for members of <ClassOfPointInTimeWithRepeatingMembers>  " ;
      dm:identificationByLiteral
              "day of each" .

ilap-view:realisationHasActualFinish
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:PlanForActivity ;
      ilap:hasInformalDefinition
              "actual finish" ;
      dm:definitionByLiteral
              "<PointInTime> that the actual activity realising the <PlanForActivity> finishes at" ;
      dm:identificationByLiteral
              "realisation has actual finish" .

ilap-view:hasUom
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain dm:Quantity ;
      rdfs:range ilap-view:Uom ;
      dm:definitionByLiteral
              "unit of measurement of <Quantity> " ;
      dm:identificationByLiteral
              "has uom" .

ilap-view:y
      a       owl:DatatypeProperty , owl:FunctionalProperty ;
      rdfs:domain ilap:PairOfReal ;
      ilap:hasInformalDefinition
              "coordinate on planned resource or cost axis in consumption profile" ;
      dm:definitionByLiteral
              "y coordinate showing percentage value of resource consumption (either cumulative or incremental), that is expressed as in range [0..100] as decimal " ;
      dm:identificationByLiteral
              "y" .

ilap:Wednesdays
      a       owl:Class , ilap:DayOfWeek ;
      rdfs:subClassOf ilap:CalendarDay ;
      dm:definitionByLiteral
              "<DayOfWeek> that is a Wednesday" ;
      dm:identificationByLiteral
              "Wednesday" .

ilap-view:hasLateAchievement
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:EventInPlan ;
      ilap:hasInformalDefinition
              "point in time that is the latest specified for the milestone" ;
      dm:definitionByLiteral
              "<PointInTime> that the latest specified for the <Milestone>" ;
      dm:identificationByLiteral
              "has late achievement" .

ilap-view:propertyHasType
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ilap-view:Property ;
      rdfs:range ilap-view:PropertyType ;
      ilap:hasInformalDefinition
              "type of the specified user field" ;
      dm:definitionByLiteral
              "type of the specified user <Property>" ;
      dm:identificationByLiteral
              "property has type" .

ilap-xsd:dataAboutIdentifierAssignment
      a       owl:ObjectProperty ;
      rdfs:domain ilap-xsd:Data ;
      rdfs:range ilap:IdentifierAssignmentProgramme ;
      dm:identificationByLiteral
              "data about identifier assignment"^^xsd:string .

ilap-view:mustFinishAsEarlyAsPossible
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:Schedule ;
      ilap:hasInformalDefinition
              " Finish as early as possible (Yes/No)" ;
      dm:definitionByLiteral
              "Boolean that is true if the activity realising the <PlanForActivity> is specified to finish as early as possible, and false otherwise" ;
      dm:identificationByLiteral
              "must finish as early as possible" .

ilap:ShutdownPlan
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfShutdown , ilap:PlanForActivity , ilap-view:IdentifiedObject ;
      dm:definitionByLiteral
              "<ClassOfShutdown> that is a <PlanForActivity>" ;
      dm:identificationByLiteral
              "shutdown plan" .

ilap:ActivityFinishAsLateAsPossible
      a       ilap:ClassOfActivityByEarlyOrLateAsPossible , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that finishes as late as possible"^^xsd:string ;
      dm:identificationByLiteral
              "activity finish as late as possible"^^xsd:string .

ilap:ActivityStartAsEarlyAsPossible
      a       ilap:ClassOfActivityByEarlyOrLateAsPossible , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "activity that starts as early as possible"^^xsd:string ;
      dm:identificationByLiteral
              "activity start as early as possible"^^xsd:string .

ilap:liveScheduleFor
      a       owl:ObjectProperty ;
      rdfs:domain ilap:Schedule ;
      rdfs:range ilap:Planning ;
      dm:definitionByLiteral
              "a <Planning> activity that holds the <Schedule> to mitigate any delays" ;
      dm:identificationByLiteral
              "live schedule for" ;
      owl:inverseOf ilap:planningHasLiveSchedule .

ilap:hasWorkCentre
      a       owl:ObjectProperty ;
      rdfs:domain ilap:ActivityInPlanForScheduling ;
      rdfs:range ilap:OrganizationalUnit ;
      dm:definitionByLiteral
              "<OrganizationalUnit> to which an <ActivityInPlanForScheduling> is assigned for execution" ;
      dm:identificationByLiteral
              "has work centre" .

ilap:Project
      a       owl:Class ;
      rdfs:subClassOf ilap:ManagedProgrammeOfWork , ilap-view:IdentifiedObject ;
      ilap:hasInformalDefinition
              "project that is a temporary endeavour undertaken to meet a single objective" ;
      dm:definitionByLiteral
              "<ManagedProgrammeOfWork> that is a temporary endeavour undertaken to meet a single objective" ;
      dm:identificationByLiteral
              "project" ;
      dm:noteByLiteral "A managed programme of work can have parts from different projects.  Therefore the whole does not have single objective and is not a project. A project is not an ongoing endeavour.  It has a beginning and an end." .

ilap-view:hasManagementObjective
      a       owl:ObjectProperty ;
      rdfs:domain ilap:Project ;
      rdfs:range ilap:ClassOfActivityByManagementObjective ;
      dm:definitionByLiteral
              "objective of a <Project> assigned from members of <ClassOfActivityByManagementObjective>" ;
      dm:identificationByLiteral
              "has management objective" .

ilap:InstalledSoftware
      a       owl:Class ;
      rdfs:subClassOf dm:FunctionalPhysicalObject , ilap-view:IdentifiedObject ;
      ilap:hasInformalDefinition
              "Name and version of the software that is the source of the information in this file" ;
      dm:definitionByLiteral
              "<FunctionalPhysicalObject> that is software installed on a computer" ;
      dm:identificationByLiteral
              "installed software" .

ilap:followsPlan
      a       owl:ObjectProperty ;
      rdfs:domain dm:Activity ;
      rdfs:range ilap:PlanForActivity ;
      dm:definitionByLiteral
              "a <PlanForActivity> that is followed by the <Activity>" ;
      dm:identificationByLiteral
              "follows plan" ;
      owl:inverseOf ilap:planFollowedBy .

ilap-view:hasCurrency
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ilap:MonetaryAmount ;
      rdfs:range ilap-view:Currency ;
      dm:definitionByLiteral
              "currency of a <MonetaryAmount> " ;
      dm:identificationByLiteral
              "has currency" .

ilap-view:x
      a       owl:DatatypeProperty , owl:FunctionalProperty ;
      rdfs:domain ilap:PairOfReal ;
      ilap:hasInformalDefinition
              "coordinate on planned duration axis in consumption profile" ;
      dm:definitionByLiteral
              "x coordinate showing percentage value of time, that is expressed as in range [0..100] as decimal " ;
      dm:identificationByLiteral
              "x" .

ilap:PlanForActivity
      a       owl:Class ;
      rdfs:subClassOf ilap:DefinitionSpecification , ilap:ActivitySpecification ;
      dm:definitionByLiteral
              "<ActivitySpecification> and <DefinitionSpecification> that specifies how a <IntendedActivity> can be realised"^^xsd:string ;
      dm:identificationByLiteral
              "plan for activity" ;
      dm:noteByLiteral "A plan for activity can define a number of part activities in plan which are related by plan succession links, and which form a network. A plan for activity can have the following criteria: a breakdown into part activities in plan; resources required by part activities in plan; durations of part activities in plan; required dates for milestones; succession relationships and lags between part activities in plan; calendars for activities in plan, resources and lags; start and end dates for part activities in plan." .

ilap-view:periodHasFinish
      a       owl:DatatypeProperty ;
      rdfs:domain dm:PeriodInTime ;
      ilap:hasInformalDefinition
              "date and time of period end" ;
      dm:definitionByLiteral
              "<PointInTime> that is at the end of the connected <PeriodInTime>" ;
      dm:identificationByLiteral
              "period has finish" .

ilap-view:hasActualCurrentPercentageUsed
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:ResourceInPlan ;
      ilap:hasInformalDefinition
              "percentage of the actual resource used realising the planned resource up to date (now)" ;
      dm:definitionByLiteral
              "percentage used of the actual <Resource> realising the planned resource up to the 'now' implicit for the view" ;
      dm:identificationByLiteral
              "has actual current percentage used" ;
      dm:noteByLiteral "An actual percentage used can be specified for either a staff time resource or a <MaterialResourceInPlan>." .

ilap:BrownFieldProject
      a       ilap:ClassOfProjectBySiteEnvironment , owl:Class ;
      rdfs:subClassOf ilap:Project ;
      dm:definitionByLiteral
              "<Project> that takes place on a site that was previously in industrial use" ;
      dm:identificationByLiteral
              "brown field project" .

ilap-view:mustStartAsEarlyAsPossible
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:Schedule ;
      ilap:hasInformalDefinition
              "Start as early as possible (Yes/No)" ;
      dm:definitionByLiteral
              "Boolean that is true if the activity realising the <PlanForActivity> is specifed to start as early as possible, and false otherwise" ;
      dm:identificationByLiteral
              "must start as early as possible" .

ilap:ScheduledShutdown
      a       ilap:ClassOfShutdownByPriorScheduling , owl:Class ;
      rdfs:subClassOf ilap:Shutdown ;
      dm:definitionByLiteral
              "<Shutdown> that is scheduled" ;
      dm:identificationByLiteral
              "scheduled shutdown" .

ilap:definedByInformationContent
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlannedActivity ;
      rdfs:range ilap:Schedule ;
      dm:definitionByLiteral
              "<PlannedActivity> that defined by <Schedule> " ;
      dm:identificationByLiteral
              "defined by information content" .

ilap:Triple
      dm:definitionByLiteral
              "<List> of three" ;
      dm:identificationByLiteral
              "triple" .

ilap:DisasterRecovery
      a       ilap:ClassOfActivityByManagementObjective , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that is recovery from disaster" ;
      dm:identificationByLiteral
              "disaster recovery" .

ilap-view:mustStartAsLateAsPossible
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:Schedule ;
      ilap:hasInformalDefinition
              "Start as late as possible (Yes/No)" ;
      dm:definitionByLiteral
              "Boolean that is true if the activity realising the <PlanForActivity> is specifed to start as late as possible, and false otherwise" ;
      dm:identificationByLiteral
              "must start as late as possible" .

ilap-view:successionHasLinkToMilestone
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PeriodInTimeInPlan ;
      rdfs:range ilap:EventInPlan ;
      ilap:hasInformalDefinition
              "milestone that is at the end of the plan succession link" ;
      dm:definitionByLiteral
              "<Milestone> that is at the end of the <PlanSuccessionLink>" ;
      dm:identificationByLiteral
              "succession has link to milestone" .

ilap-view:hasPlannedTotalActivityExpenditure
      a       owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:MonetaryAmount ;
      ilap:hasInformalDefinition
              "planned totalk cost at completion" ;
      dm:definitionByLiteral
              "total expenditure on the activity according to the <PlanForActivity>" ;
      dm:identificationByLiteral
              "has planned total activity expenditure" .

ilap:ScheduleForActivityInPlan
      a       owl:Class ;
      rdfs:subClassOf ilap:ActivityInPlan , ilap:Schedule , ilap:Occurrence ;
      ilap:hasInformalDefinition
              "information about the scheduled dates for an activity in plan" ;
      dm:definitionByLiteral
              "<Schedule> and <Occurrence> that is an <ActivityInPlan> and specifies start and end dates for the events in plan at the beginning and end of the <ActivityInPlan>" ;
      dm:identificationByLiteral
              "schedule for activity in plan" .

ilap:ActivityRequiringShutdown
      a       ilap:ClassOfActivityByShutdownRequirement , owl:Class ;
      rdfs:subClassOf dm:Activity ;
      dm:definitionByLiteral
              "<Activity> that requires a shutdown in order to take place"^^xsd:string ;
      dm:identificationByLiteral
              "activity requiring shutdown"^^xsd:string .

ilap:targetScheduleFor
      dm:definitionByLiteral
              "a <Planning> activity that uses the <Schedule> as a measure against which actual performance can be gauged" ;
      dm:identificationByLiteral
              "target schedule for" .

ilap-view:realisationHasActualStart
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:PlanForActivity ;
      ilap:hasInformalDefinition
              "actual start" ;
      dm:definitionByLiteral
              "<PointInTime> that the actual activity realising the <PlanForActivity> starts at" ;
      dm:identificationByLiteral
              "realisation has actual start" .

ilap:WorkOrder
      a       owl:Class ;
      rdfs:subClassOf ilap:ManagedProgrammeOfWork ;
      dm:definitionByLiteral
              "<ManagedProgrammeOfWork> that contains a request from one party to another for one or more activities to be performed" ;
      dm:identificationByLiteral
              "work order" .

ilap-view:hasPlannedSubContractor
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:Contractor ;
      ilap:hasInformalDefinition
              "person or organization that is a planned sub-contractor" ;
      dm:definitionByLiteral
              "<Agent> that is a planned <SubContractor> specified by the <PlanForActivity>" ;
      dm:identificationByLiteral
              "has planned sub-contractor" .

ilap-view:hasRiskFactor
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:ActivityRiskFactor ;
      ilap:hasInformalDefinition
              "activity risk factor" ;
      dm:definitionByLiteral
              "<ActivityRiskFactor> for the activity realising the <PlanForActivity>" ;
      dm:identificationByLiteral
              "has risk factor" .

ilap:ScheduleForMilestone
      a       owl:Class ;
      rdfs:subClassOf ilap:ScheduleForEventInPlan ;
      ilap:hasInformalDefinition
              "schedule for milestone" ;
      dm:definitionByLiteral
              "a <Schedule> that is used for milestone" ;
      dm:identificationByLiteral
              "schedule for milestone" .

ilap:Level-3-ContractMasterSchedule
      a       owl:Class , ilap:ScheduleLevel ;
      rdfs:subClassOf ilap:Schedule ;
      dm:definitionByLiteral
              "<Schedule> that is the master schedule of a contractor's project"^^xsd:string ;
      dm:identificationByLiteral
              "level 3 - contract master plan" .

ilap-view:planHasMilestone
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:EventInPlan ;
      dm:definitionByLiteral
              "<Milestone> that is part of the <PlanForActivity>" ;
      dm:identificationByLiteral
              "plan has calendar" .

ilap:ClassOfShutdownByReason
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfShutdown ;
      dm:definitionByLiteral
              "<ClassOfShutdown> that is according to the reason for the <Shutdown>" ;
      dm:identificationByLiteral
              "class of shutdown by reason" .

ilap-view:isPartOfProjectPhase
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:ProjectPhase ;
      ilap:hasInformalDefinition
              "project phase that the activity is part of" ;
      dm:definitionByLiteral
              "project phase that the activity realising the <PlanForActivity> is part of" ;
      dm:identificationByLiteral
              "is part of project phase" .

ilap-view:Float
      a       owl:Class ;
      rdfs:subClassOf dm:Number ;
      ilap:hasInformalDefinition
              "data type that is float" ;
      dm:definitionByLiteral
              "data type that is float" ;
      dm:identificationByLiteral
              "float" .

ilap:ClassOfStaffTime
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity ;
      dm:definitionByLiteral
              "power class of <StaffTime>" ;
      dm:identificationByLiteral
              "class of staff time" .

ilap-view:planHasResource
      a       owl:ObjectProperty ;
      rdfs:domain ilap:PlanForActivity ;
      rdfs:range ilap:ResourceInPlan ;
      ilap:hasInformalDefinition
              "resource requirements" ;
      dm:definitionByLiteral
              "<ResourceInPlan> that is part of the <PlanForActivity>" ;
      dm:identificationByLiteral
              "plan has resource" .

ilap:ClassOfWeeklyRepeatingPeriodInTime
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfRepeatingPeriodInTime ;
      dm:definitionByLiteral
              "<ClassOfRepeatingPeriodInTime> that holds weekly repeating period in time" ;
      dm:identificationByLiteral
              "class of weekly repeating period in time" .

ilap-view:hasLateStart
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:Schedule ;
      ilap:hasInformalDefinition
              "late start time" ;
      dm:definitionByLiteral
              "<PointInTime> that the earliest specified for the start of the <PlanForActivity>" ;
      dm:identificationByLiteral
              "has late start" .

ilap:AuthoriseForExpenditureAuthorised
      a       ilap:AuthoriseForExpenditureResult , owl:Class ;
      rdfs:subClassOf ilap:AuthoriseForExpenditure ;
      dm:definitionByLiteral
              "<AuthoriseForExpenditure> activity that authorises expenditure for a <PlanForActivity>" ;
      dm:identificationByLiteral
              "authorise for expenditure - authorised" .

ilap:Level-4-ContractControlSchedule
      a       owl:Class , ilap:ScheduleLevel ;
      rdfs:subClassOf ilap:Schedule ;
      dm:definitionByLiteral
              "<Schedule> that is the control schedule of a contractor's project"^^xsd:string ;
      dm:identificationByLiteral
              "level 4 - contract control plan" .

ilap:ActivityForWhichESDPermitIsRequired
      a       owl:Class , ilap:ActivityRiskMitigation ;
      rdfs:subClassOf ilap:ActivityWithRisk ;
      dm:definitionByLiteral
              "<Activity> with risk for which an electro-static discharge permit is required" ;
      dm:identificationByLiteral
              "activity for which ESD permit is required" .

ilap-view:plannedResourceHasBreakdownClass
      a       owl:ObjectProperty ;
      rdfs:domain ilap:ResourceInPlan ;
      rdfs:range ilap:ResourceBreakdownClass ;
      ilap:hasInformalDefinition
              "resource breakdown class for resource in plan" ;
      dm:definitionByLiteral
              "<ResourceBreakdownClass> that is for the <ResourceInPlan>" ;
      dm:identificationByLiteral
              "planned resource has breakdown class" .

ilap-view:EachThursdayInSomeTimeZone
      a       ilap:ClassOfEachDayOfWeekInSomeTimeZone , owl:Class ;
      rdfs:subClassOf ilap-view:EachDayOfWeekInSomeTimeZone ;
      dm:definitionByLiteral
              "<EachDayOfWeekInSomeTimeZone> that is Thursday" ;
      dm:identificationByLiteral
              "each thursday in some time zone" .

ilap:BusinessArrangementArea
      a       owl:Class ;
      rdfs:subClassOf ilap:GeographicArea ;
      dm:definitionByLiteral
              "<GeographicArea> that is defined by a business arrangement between oil and gas licence partners" ;
      dm:identificationByLiteral
              "business arrangement area" .

ilap:Level-6-ContractorOperationSchedule
      a       owl:Class , ilap:ScheduleLevel ;
      rdfs:subClassOf ilap:Schedule ;
      dm:definitionByLiteral
              "<Schedule> that is the operations schedule of a contractor's project"^^xsd:string ;
      dm:identificationByLiteral
              "level 6 - contractor operations plan" .

ilap-view:alwaysOnSchedule
      a       owl:DatatypeProperty ;
      rdfs:domain ilap:Schedule ;
      ilap:hasInformalDefinition
              "Boolean that is true if the plan for activity specifies that its realisation is always on schedule, and false otherwise" ;
      dm:definitionByLiteral
              "<Boolean> that is true if the <PlanForActivity> specifies that its realisation is always on schedule, and false otherwise" ;
      dm:identificationByLiteral
              "always on schedule" .

ilap:RepeatingPeriodInTime
      a       owl:Class ;
      rdfs:subClassOf dm:PeriodInTime ;
      dm:definitionByLiteral
              "<PeriodInTime> that has a repeating pattern"^^xsd:string ;
      dm:identificationByLiteral
              "repeating period in time"^^xsd:string .

ilap:AsEarlyAsPossible
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfEvent , ilap:Specification ;
      dm:definitionByLiteral
              "<ClassOfEvent> and <Specification> that specifies a member to be a early as possible"^^xsd:string ;
      dm:identificationByLiteral
              "as early as possible"^^xsd:string .

ilap:ClassOfDay
      a       owl:Class ;
      rdfs:subClassOf ilap:ClassOfConnectedPeriodInTime .

ilap:ActivityBreakdownClass
      a       owl:Class ;
      rdfs:subClassOf dm:ClassOfActivity , ilap-view:IdentifiedObject ;
      dm:definitionByLiteral
              "<ClassOfActivity> that is a member of an activity breakdown" ;
      dm:identificationByLiteral
              "activity breakdown class" ;
      dm:noteByLiteral "ISO 19008 SCCS - SAB Class (Standard Cost Coding System - Standard Activity Breakdown) is a subclass of activity breakdown class." .