mainOntology.ttl 117 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
# baseURI: http://data.posccaesar.org/ilap/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS
# imports: http://data.posccaesar.org/ilap/userfields/

# c14n-version: 3
@prefix : <http://data.posccaesar.org/ilap/> .
@prefix lci: <http://standards.iso.org/iso/15926/tech/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix userfield: <http://data.posccaesar.org/ilap/userfields/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:
  rdf:type owl:Ontology ;
  owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding> ;
  owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> ;
  owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> ;
  owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> ;
  owl:imports userfield: ;
  owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
:Active
  rdf:type :ActivityStatus ;
  rdfs:label "Active"^^xsd:string ;
.
:Activity
  rdf:type lci:ClassOfIndividual ;
  rdf:type owl:Class ;
  :shouldHaveID "true" ;
  rdfs:comment "An ISO 15926-4 Activity Class that is something a person or group plans to do, does or has done in order to bring about defined change while consuming time and resources. An activity is generally the smallest portion of a Project used in planning, tracking, and control (adapted from ISO 15926, PMI and BSI)."^^xsd:string ;
  rdfs:label "Activity"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS10012097710> ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldBeInternalAndExternalRef "true"^^xsd:boolean ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :WorkOrder ;
      owl:onProperty :correspondsToPlan ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldUseAnyUri "true"^^xsd:boolean ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :Result ;
      owl:onProperty :hasResult ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldUseRef "true"^^xsd:boolean ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass :Calendar ;
      owl:onProperty :hasCalendar ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldUseRef "true"^^xsd:boolean ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :Activity ;
      owl:onProperty :hasParentActivity ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldUseRef "true"^^xsd:boolean ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :FreeField ;
      owl:onProperty :hasFreeField ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass :Contractor ;
      owl:onProperty :hasMainContractor ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass :Operator ;
      owl:onProperty :hasOperator ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass userfield:SourceSpecifiedUserField ;
      owl:onProperty :hasSpecifiedUserField ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass userfield:SpecifiedUserField ;
      owl:onProperty :hasSpecifiedUserField ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :CompletelyFreeField ;
      owl:onProperty :hasCompletelyFreeFieldDefinition ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :Constraint ;
      owl:onProperty :hasConstraint ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :Contractor ;
      owl:onProperty :hasSubContractor ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :ExternalReference ;
      owl:onProperty :hasExternalReference ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :ResourceValue ;
      owl:onProperty :hasResource ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :Responsible ;
      owl:onProperty :hasResponsible ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :RiskFactor ;
      owl:onProperty :hasRisk ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :ScheduleForActivityInPlan ;
      owl:onProperty :hasSchedule ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :Status ;
      owl:onProperty :hasActiveStatus ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:date ;
      owl:onProperty :hasOperatorsRequiredEndDate ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:decimal ;
      owl:onProperty :hasActivityActualWeight ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:decimal ;
      owl:onProperty :hasActivityEstimatedWeight ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:decimal ;
      owl:onProperty :hasActivityWorkVolume ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:string ;
      owl:onProperty :hasDescription ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS3149> ;
.
:ActivityConstraint
  rdf:type owl:Class ;
  rdfs:comment "A Constraint in which an Activity or Milestone is linked to other Activities (or Milestones) that must be performed (completely or partially) before it can be performed."^^xsd:string ;
  rdfs:label "Activity constraint"^^xsd:string ;
  rdfs:subClassOf :Constraint ;
.
:ActivityInPlan
  rdf:type owl:Class ;
  rdfs:comment "An Activity that has its role within a larger PlanForActivity as a criterion for membership. An ActivityInPlan is part of a PlanForActivity, with defined Constraints, Duration, Schedule Dates, Resources and Results."^^xsd:string ;
  rdfs:label "Activity in Plan"^^xsd:string ;
  rdfs:subClassOf :Activity ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :MaterialOrderStatus ;
      owl:onProperty :hasMaterialOrderStatus ;
    ] ;
.
:ActivityStatus
  rdf:type owl:Class ;
  rdfs:comment "A Status of an Activity (which can have predefined enumeration values)."^^xsd:string ;
  rdfs:label "Activity status"^^xsd:string ;
  rdfs:subClassOf :Status ;
.
:Activity_1
  rdf:type :Activity ;
  rdfs:label "Activity 1"^^xsd:string ;
.
:AfterShutdown
  rdf:type :ShutdownPhase ;
  rdfs:label "After shutdown"^^xsd:string ;
.
:Application
  rdf:type owl:Class ;
  rdfs:comment "Encoded Artificial Data that creates, manipulates, stores and retrieves Data (adapted from eHow.com)."^^xsd:string ;
  rdfs:label "Application"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS4316455455> ;
  rdfs:subClassOf owl:Thing ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43165907246> ;
.
:Area
  rdf:type owl:Class ;
  rdfs:comment "A Property that specifies the geographical location of a Facility of Asset in terms of (dx.dy) where x and y are cartesian coordinates"^^xsd:string ;
  rdfs:label "Area"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
  rdfs:subClassOf owl:Thing ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS349874> ;
.
:Asset
  rdf:type owl:Class ;
  rdfs:comment "A Arranged Individual that is owned by a business entity from which future economic benefits may be obtained. In the context of ILAP, the focus is on physical assets related to exploration, development and operation of petrochemical reserves."^^xsd:string ;
  rdfs:label "Asset"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS436990091> ;
  rdfs:subClassOf owl:Thing ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS4326435842> ;
.
:Availability
  rdf:type owl:Class ;
  rdfs:comment "A Property that is the ability of an item (under combined aspects of its reliability, maintainability and maintenance support) to perform its required function at a stated instant of time over a stated period of time (BS 4778)."^^xsd:string ;
  rdfs:label "Availability"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Class ;
      :shouldUseRef "true"^^xsd:boolean ;
      owl:intersectionOf (
          [
            rdf:type owl:Restriction ;
            owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
            owl:onClass :Calendar ;
            owl:onProperty :hasCalendar ;
          ]
          [
            rdf:type owl:Restriction ;
            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass :Calendar ;
            owl:onProperty :hasCalendar ;
          ]
        ) ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Class ;
      owl:intersectionOf (
          [
            rdf:type owl:Restriction ;
            owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
            owl:onDataRange xsd:duration ;
            owl:onProperty :dailyAvailableDuration ;
          ]
          [
            rdf:type owl:Restriction ;
            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onDataRange xsd:duration ;
            owl:onProperty :dailyAvailableDuration ;
          ]
        ) ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Class ;
      owl:intersectionOf (
          [
            rdf:type owl:Restriction ;
            owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
            owl:onDataRange [
                rdf:type rdfs:Datatype ;
                owl:unionOf (
                    xsd:date
                    xsd:dateTime
                  ) ;
              ] ;
            owl:onProperty :availableFrom ;
          ]
          [
            rdf:type owl:Restriction ;
            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onDataRange [
                rdf:type rdfs:Datatype ;
                owl:unionOf (
                    xsd:date
                    xsd:dateTime
                  ) ;
              ] ;
            owl:onProperty :availableFrom ;
          ]
        ) ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Class ;
      owl:intersectionOf (
          [
            rdf:type owl:Restriction ;
            owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
            owl:onDataRange [
                rdf:type rdfs:Datatype ;
                owl:unionOf (
                    xsd:date
                    xsd:dateTime
                  ) ;
              ] ;
            owl:onProperty :availableTo ;
          ]
          [
            rdf:type owl:Restriction ;
            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onDataRange [
                rdf:type rdfs:Datatype ;
                owl:unionOf (
                    xsd:date
                    xsd:dateTime
                  ) ;
              ] ;
            owl:onProperty :availableTo ;
          ]
        ) ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldUseRef "true"^^xsd:boolean ;
      owl:onClass :Plan ;
      owl:onProperty :forPlan ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS14649845> ;
.
:BaselineScheduleForPlan
  rdf:type owl:Class ;
  rdfs:comment "A decided ScheduleForPlan that corresponds to the (latest) defined Baseline."^^xsd:string ;
  rdfs:label "Baseline schedule for plan"^^xsd:string ;
  rdfs:subClassOf :ScheduleForPlan ;
.
:BeforeShutdown
  rdf:type :ShutdownPhase ;
  rdfs:label "Before shutdown"^^xsd:string ;
.
:BrownFieldProject
  rdf:type :PlanProjectType ;
  rdfs:label "Brown field project"^^xsd:string ;
.
:BusinessArea
  rdf:type :PlanGeoArea ;
  rdfs:label "Business area"^^xsd:string ;
.
:BusinessAsUsual
  rdf:type :PlanObjectiveType ;
  rdfs:label "Business As Usual"^^xsd:string ;
.
:Calendar
  rdf:type owl:Class ;
  :shouldHaveID "true" ;
  rdfs:comment "An Information Object that defines holidays, weekends, regular working hours and shifts applicable to the duration of a Plan or Schedule. It is used in the planning process for developing the schedule."^^xsd:string ;
  rdfs:label "Calendar"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldHaveID "true"^^xsd:boolean ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :Period ;
      owl:onProperty :hasPeriod ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type rdfs:Datatype ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasFinish ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type rdfs:Datatype ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasStart ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :ExternalReference ;
      owl:onProperty :hasExternalReference ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:string ;
      owl:onProperty :hasDescription ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
.
:CalendarDay
  rdf:type owl:Class ;
  rdfs:comment "A Period in Time that is a (working or free) day in a given Calendar."^^xsd:string ;
  rdfs:label "Calendar day"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS356215271> ;
  rdfs:subClassOf owl:Thing ;
.
:CalendarHour
  rdf:type owl:Class ;
  rdfs:comment "A Period in Time that is a (working or free) hour in a given Calendar."^^xsd:string ;
  rdfs:label "Calendar hour"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS356215271> ;
  rdfs:subClassOf owl:Thing ;
.
:CalendarSet
  rdf:type owl:Class ;
  :shouldHaveID "true" ;
  rdfs:comment "An Information Object that is a collection of Calendars."^^xsd:string ;
  rdfs:label "Calendar Set"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type rdfs:Datatype ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasFinish ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type rdfs:Datatype ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasStart ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :ExternalReference ;
      owl:onProperty :hasExternalReference ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass :Calendar ;
      owl:onProperty :hasCalendar ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:string ;
      owl:onProperty :hasName ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
.
:Campaign
  rdf:type :SystemDescriptor ;
  rdfs:label "Campaign"^^xsd:string ;
.
:Cancelled
  rdf:type :ActivityStatus ;
  rdfs:label "Cancelled"^^xsd:string ;
.
:Category
  rdf:type owl:Class ;
  rdfs:comment "An Organization that is a group of related competencies used to classify Disciplines according to Discipline Code Manuals (typically based on standards such as NORSOK COR codes)."^^xsd:string ;
  rdfs:label "Category"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS282149> ;
  rdfs:subClassOf owl:Thing ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6811233> ;
.
:ChangeOver
  rdf:type :SystemDescriptor ;
  rdfs:label "Change over"^^xsd:string ;
.
:ClosingDown
  rdf:type :ShutdownPhase ;
  rdfs:label "Closing down"^^xsd:string ;
.
:CoilTubing
  rdf:type owl:Class ;
  rdfs:comment "A 15926-4 Activity that is related to preparation and rigging up/down snubbing and coil tubing equipment, including pressure testing."^^xsd:string ;
  rdfs:label "Coil tubing"^^xsd:string ;
  rdfs:subClassOf :Activity ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS17729327> ;
.
:CommissioningMilestone
  rdf:type :MilestoneType ;
  rdfs:label "Commissioning Milestone"^^xsd:string ;
.
:Completed
  rdf:type :ActivityStatus ;
  rdfs:label "Completed"^^xsd:string ;
.
:CompletelyFreeField
  rdf:type owl:Class ;
  rdfs:comment "A Data Field defined by the user that holds free text values."^^xsd:string ;
  rdfs:label "Completely Free Field"^^xsd:string ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldUseRef "true"^^xsd:boolean ;
      owl:onClass :CompletelyFreeFieldDefinition ;
      owl:onProperty :hasFieldReference ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:anyType ;
      owl:onProperty :hasFieldValue ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
.
:CompletelyFreeFieldDefinition
  rdf:type owl:Class ;
  :shouldHaveID "true"^^xsd:boolean ;
  rdfs:label "Completely Free Field Definition"^^xsd:string ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:string ;
      owl:onProperty :hasFieldName ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
.
:Constraint
  rdf:type owl:Class ;
  :shouldHaveID "true" ;
  rdfs:comment "A Regulation that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ;
  rdfs:label "Constraint"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7953078> ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Class ;
      owl:unionOf (
          :FF
          :FS
          :SF
          :SS
        ) ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldUseRef "true"^^xsd:boolean ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass :Calendar ;
      owl:onProperty :hasCalendar ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldUseRef "true"^^xsd:boolean ;
      owl:onClass :Activity ;
      owl:onProperty :hasSuccessorActivity ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:duration ;
      owl:onProperty :hasLag ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :ExternalReference ;
      owl:onProperty :hasExternalReference ;
    ] ;
.
:ConstructionMilestone
  rdf:type :MilestoneType ;
  rdfs:label "Construction milestone"^^xsd:string ;
.
:Continent
  rdf:type :PlanGeoArea ;
  rdfs:label "Continent"^^xsd:string ;
.
:ContractMilestone
  rdf:type :MilestoneType ;
  rdfs:label "Contract milestone"^^xsd:string ;
.
:Contractor
  rdf:type owl:Class ;
  rdfs:comment "A Responsible that is an organization that has a contract related to one or more Activities in a Plan"^^xsd:string ;
  rdfs:label "Contractor"^^xsd:string ;
  rdfs:subClassOf :Responsible ;
.
:Coordinate
  rdf:type lci:ClassOfIndividual ;
  rdf:type owl:Class ;
  rdfs:comment "A Metric Space Point that specifies location."^^xsd:string ;
  rdfs:label "Coordinate"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS4746617448> ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:decimal ;
      owl:onProperty :hasX ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:decimal ;
      owl:onProperty :hasY ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS2213258891> ;
.
:Cost
  rdf:type owl:Class ;
  rdfs:comment "A Property denoting an expense of something that is a monetary valuation of (1) effort, (2) material, (3) resources, (4) time and utilities consumed, (5) risks incurred, and (6) opportunity forgone in executing an activity. Costs can be both direct and indirect.  All expenses are costs, but not all costs (such as those incurred in acquisition of an income-generating asset) are expenses."^^xsd:string ;
  rdfs:label "Cost"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
  rdfs:subClassOf owl:Thing ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7945027> ;
.
:CostBasedResource
  rdf:type owl:Class ;
  rdfs:comment "A Resource that is limited by its cost."^^xsd:string ;
  rdfs:label "Cost Based Resource"^^xsd:string ;
  rdfs:subClassOf :Resource ;
.
:CostBasedResourceValue
  rdf:type owl:Class ;
  rdfs:comment "Not implemented"^^xsd:string ;
  rdfs:label "Cost based resource value"^^xsd:string ;
  rdfs:subClassOf :ResourceValue ;
.
:Country
  rdf:type :PlanGeoArea ;
  rdfs:label "Country"^^xsd:string ;
.
:Criticality
  rdf:type owl:Class ;
  rdfs:comment "A Single Property Dimension that is a measure of the consequence of failure of (one or more) activities."^^xsd:string ;
  rdfs:label "Criticality"^^xsd:string ;
  rdfs:subClassOf :SystemDescriptor ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7947106> ;
.
:CurrentScheduleForPlan
  rdf:type owl:Class ;
  rdfs:comment "A calculated ScheduleForPlan that contains actual Activity start and end times so far, and forecasted remaining Activity start and end times without mitigating effects."^^xsd:string ;
  rdfs:label "Current schedule for plan"^^xsd:string ;
  rdfs:subClassOf :ScheduleForPlan ;
.
:D
  rdf:type :WellServicesWorkType ;
  rdfs:comment "A Well Services Work Type (part of Use Case 2.5.1)"^^xsd:string ;
  rdfs:label "D"^^xsd:string ;
.
:DailyRepeatPeriod
  rdf:type owl:Class ;
  rdfs:comment "A Period that is repeated every day."^^xsd:string ;
  rdfs:label "Daily Repeat Period"^^xsd:string ;
  rdfs:subClassOf :Period ;
.
:Data
  rdf:type owl:Class ;
  rdfs:comment "An Information Object that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ;
  rdfs:label "Data"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :CalendarSet ;
      owl:onProperty :hasCalendarSet ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :FreeFieldSet ;
      owl:onProperty :hasFreeFieldSet ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :ProfileSet ;
      owl:onProperty :hasProfileSet ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :ResourceSet ;
      owl:onProperty :hasResourceSet ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onClass :Project ;
      owl:onProperty :hasProject ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS11708918> ;
.
:DataSource
  rdf:type owl:Class ;
  rdfs:comment "A Functional Object that is the originator of information in data exchange , which may be a Planning Application or a Responsible Organization classified according to BRREG as a legal entity."^^xsd:string ;
  rdfs:label "Data Source"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS318059> ;
  rdfs:subClassOf owl:Thing ;
.
:DataValue
  rdf:type owl:Class ;
  rdfs:comment "A Property that denotes the material or monetary worth of something relative to the price asked for it (from Oxforddictionaries.com)."^^xsd:string ;
  rdfs:label "Data Value"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
  rdfs:subClassOf owl:Thing ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7945844> ;
.
:Decision_Milestone
  rdf:type :MilestoneType ;
  rdfs:label "Decision Milestone"^^xsd:string ;
.
:DependentOnShutdown
  rdf:type :ShutdownType ;
  rdfs:label "Dependent on shutdown"^^xsd:string ;
.
:DesignMilestone
  rdf:type :MilestoneType ;
  rdfs:label "Design Milestone"^^xsd:string ;
.
:DisasterRecovery
  rdf:type :PlanObjectiveType ;
  rdfs:label "Disaster recovery"^^xsd:string ;
.
:Discipline
  rdf:type owl:Class ;
  rdfs:comment "An Organization that has the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ;
  rdfs:label "Discipline"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS282149> ;
  rdfs:subClassOf owl:Thing ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6811233> ;
.
:DrillCrew
  rdf:type owl:Class ;
  rdfs:comment "A Responsible group of people working together on a DrillingRig."^^xsd:string ;
  rdfs:label "Drill crew"^^xsd:string ;
  rdfs:subClassOf :Responsible ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16701510> ;
.
:DrillingAndWell
  rdf:type :PlanProjectType ;
  rdfs:label "Drilling & well"^^xsd:string ;
.
:DrillingMilestone
  rdf:type :MilestoneType ;
  rdfs:label "Drilling milestone"^^xsd:string ;
.
:DrillingProjectType
  rdf:type owl:Class ;
  rdfs:comment "A System Descriptor that describes the Type of Drilling Project."^^xsd:string ;
  rdfs:label "Drilling Project Type"^^xsd:string ;
  rdfs:subClassOf :SystemDescriptor ;
.
:DrillingRig
  rdf:type owl:Class ;
  rdfs:comment "A Facility that is an assembly of devices used to drill a Wellbore."^^xsd:string ;
  rdfs:label "Drilling rig"^^xsd:string ;
  rdfs:subClassOf :Facility ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1751395621> ;
.
:DrillingShutdown
  rdf:type :ShutdownType ;
  rdfs:label "Drilling Shutdown"^^xsd:string ;
.
:DuringNormalOperation
  rdf:type :SystemDescriptor ;
  rdfs:label "During normal operation"^^xsd:string ;
.
:DuringShutdown
  rdf:type :ShutdownPhase ;
  rdfs:label "During shutdown"^^xsd:string ;
.
:EmergencyShutdown
  rdf:type :ShutdownType ;
  rdfs:comment "A Shutdown Type that involves shutting down rapidly in order to prevent or remedy a dangerous situation"^^xsd:string ;
  rdfs:label "Emergency shutdown"^^xsd:string ;
.
:End
  rdf:type :MilestoneType ;
  rdfs:label "End Milestone"^^xsd:string ;
.
:EngineeringMilestone
  rdf:type :MilestoneType ;
  rdfs:label "Engineering Milestone"^^xsd:string ;
.
:EquipmentShutdown
  rdf:type :ShutdownType ;
  rdfs:label "Equipment Shutdown"^^xsd:string ;
.
:Execution
  rdf:type :SystemDescriptor ;
  rdfs:label "Execution"^^xsd:string ;
.
:ExternalReference
  rdf:type owl:Class ;
  rdfs:comment "A Reference Data Item that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ;
  rdfs:label "External Reference"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS729777231> ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:anyURI ;
      owl:onProperty :hasSource ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:string ;
      owl:onProperty :hasID ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange [
          rdf:type rdfs:Datatype ;
          owl:oneOf [
              rdf:type rdf:List ;
              rdf:first "PrimaveraP6"^^xsd:string ;
              rdf:rest [
                  rdf:type rdf:List ;
                  rdf:first "SAP"^^xsd:string ;
                  rdf:rest [
                      rdf:type rdf:List ;
                      rdf:first "Safran5"^^xsd:string ;
                      rdf:rest () ;
                    ] ;
                ] ;
            ] ;
        ] ;
      owl:onProperty :hasApplication ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS729988351> ;
.
:FF
  rdf:type owl:Class ;
  rdfs:comment "An Activity Constraint (Activity Dependency) where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ;
  rdfs:label "Finish to Finish"^^xsd:string ;
  rdfs:subClassOf :ActivityConstraint ;
.
:FS
  rdf:type owl:Class ;
  rdfs:comment "An Activity Constraint (Activity Dependency) where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ;
  rdfs:label "Finish to Start"^^xsd:string ;
  rdfs:subClassOf :ActivityConstraint ;
.
:Facility
  rdf:type owl:Class ;
  rdfs:comment "An Asset that is designed, built and operated to serve a particular purpose, such as production of oil and gas."^^xsd:string ;
  rdfs:label "Facility"^^xsd:string ;
  rdfs:subClassOf :Asset ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1750613511> ;
.
:Field
  rdf:type owl:Class ;
  rdfs:comment "An Asset that is the location of petrochemical reserves for production of oil and gas."^^xsd:string ;
  rdfs:label "Field"^^xsd:string ;
  rdfs:subClassOf :Asset ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS4316634537> ;
.
:FieldPlantShutdown
  rdf:type :ShutdownType ;
  rdfs:label "Field plant shutdown"^^xsd:string ;
.
:FieldShutdown
  rdf:type :ShutdownType ;
  rdfs:label "Field shutdown"^^xsd:string ;
.
:FieldStudy
  rdf:type :PlanProjectType ;
  rdfs:label "Field study"^^xsd:string ;
.
:FreeField
  rdf:type owl:Class ;
  rdfs:comment "A Data Field defined by the user that holds FreeFieldValues."^^xsd:string ;
  rdfs:label "Free Field"^^xsd:string ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldHaveID "true"^^xsd:boolean ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :FreeFieldValue ;
      owl:onProperty :hasValue ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:string ;
      owl:onProperty :hasFieldName ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
.
:FreeFieldSet
  rdf:type owl:Class ;
  :shouldHaveID "true"^^xsd:boolean ;
  rdfs:comment "A Data Field that is a collection of Free Fields."^^xsd:string ;
  rdfs:label "Free Field Set"^^xsd:string ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :CompletelyFreeFieldDefinition ;
      owl:onProperty :hasCompletelyFreeFieldDefinition ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :ExternalReference ;
      owl:onProperty :hasExternalReference ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :FreeField ;
      owl:onProperty :hasFreeField ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :FreeField ;
      owl:onProperty userfield:hasFreeFieldForSpecifiedUserField ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:string ;
      owl:onProperty :hasName ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
.
:FreeFieldValue
  rdf:type owl:Class ;
  :shouldHaveID "true" ;
  rdfs:comment "A Data Value for a FreeField variable."^^xsd:string ;
  rdfs:label "Free Field Value"^^xsd:string ;
  rdfs:subClassOf :DataValue ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:anyType ;
      owl:onProperty :hasDescription ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:anyType ;
      owl:onProperty :hasShort ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
.
:FreeFieldValue_1
  rdf:type :FreeFieldValue ;
  :hasDescription "The value for WBS2"^^xsd:string ;
  rdfs:label "Free field value 1"^^xsd:string ;
.
:Friday
  rdf:type :Weekday ;
.
:FunctionalLocation
  rdf:type owl:Class ;
  rdfs:comment "A Location that is a logical position, typically used to specify where an Activity takes place, and normally described relative a functional breakdown of areas used for given types of Activities (e.g., the Drilling Are of an oil platform)."^^xsd:string ;
  rdfs:label "Functional location"^^xsd:string ;
  rdfs:subClassOf :Location ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1021182910> ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS17211212812> ;
.
:GEA
  rdf:type :DrillingProjectType ;
  rdfs:comment "A Drilling Project Type (part of Use Case 2.5.1)"^^xsd:string ;
  rdfs:label "GEA"^^xsd:string ;
.
:GasExportShutdown
  rdf:type :ShutdownType ;
  rdfs:label "Gas export shutdown"^^xsd:string ;
.
:GasInjectionShutdown
  rdf:type :ShutdownType ;
  rdfs:label "Gas injection shutdown"^^xsd:string ;
.
:GeoraphicLocation
  rdf:type owl:Class ;
  rdfs:comment "A Location that is a geographical position, used to specify the location a Facility or Site, normally specified according to NPD for offshore facilities and BRREG for onshore sites."^^xsd:string ;
  rdfs:label "Georaphic location"^^xsd:string ;
  rdfs:subClassOf :Location ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS2225253101> ;
.
:GreenFieldProject
  rdf:type :PlanProjectType ;
  rdfs:label "Green field project"^^xsd:string ;
.
:HCSystems
  rdf:type :RiskFactor ;
  rdfs:label "HCSystems"^^xsd:string ;
.
:Habitat
  rdf:type :RiskFactor ;
  rdfs:label "Habitat"^^xsd:string ;
.
:HeightWork
  rdf:type :RiskFactor ;
  rdfs:label "Height work"^^xsd:string ;
.
:HighActivityPeriod
  rdf:type :SystemDescriptor ;
  rdfs:label "High activity period"^^xsd:string ;
.
:HighCriticality
  rdf:type :Criticality ;
  rdfs:label "High criticality"^^xsd:string ;
.
:HighPriority
  rdf:type :Priority ;
  rdfs:label "High priority"^^xsd:string ;
.
:HotWork
  rdf:type :RiskFactor ;
  rdfs:label "Hot work"^^xsd:string ;
.
:InOperation
  rdf:type :SystemDescriptor ;
  rdfs:label "In operation"^^xsd:string ;
.
:IncreasedRecovery
  rdf:type :PlanObjectiveType ;
  rdfs:label "Increased recovery"^^xsd:string ;
.
:IncrementalImprovement
  rdf:type :PlanObjectiveType ;
  rdfs:label "Incremental improvement"^^xsd:string ;
.
:IndpendentOfOperation
  rdf:type :SystemDescriptor ;
  rdfs:label "Indpendent of operation"^^xsd:string ;
.
:InformationInDrillingPlan
  rdf:type :WellInformationInPlan ;
  rdfs:label "Information In Drilling Plan"^^xsd:string ;
.
:InformationInWellServicesPlan
  rdf:type :WellInformationInPlan ;
  rdfs:label "Information In Well Services Plan"^^xsd:string ;
.
:Injection
  rdf:type :DrillingProjectType ;
  rdfs:comment "A Drilling Project Type (part of Use Case 2.5.1)"^^xsd:string ;
  rdfs:label "Injection"^^xsd:string ;
.
:License
  rdf:type owl:Class ;
  rdfs:comment "An Asset that represents permission to explore and exploit petrochemical reserves in a defined area."^^xsd:string ;
  rdfs:label "License"^^xsd:string ;
  rdfs:subClassOf :Asset ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43166345139> ;
.
:LiftingOperation
  rdf:type :RiskFactor ;
  rdfs:label "Lifting operation"^^xsd:string ;
.
:LiveScheduleForPlan
  rdf:type owl:Class ;
  rdfs:comment "A decided ScheduleForPlan that mitigates any delays discovered in the Current Schedule."^^xsd:string ;
  rdfs:label "Live schedule for plan"^^xsd:string ;
  rdfs:subClassOf :ScheduleForPlan ;
.
:LivingQuarterShutdown
  rdf:type :ShutdownType ;
  rdfs:label "Living quarter shutdown"^^xsd:string ;
.
:Location
  rdf:type owl:Class ;
  rdfs:comment "An Individual that is the location (position) of an Asset."^^xsd:string ;
  rdfs:label "Location"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS8645837> ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:string ;
      owl:onProperty :hasLocationLatitude ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:string ;
      owl:onProperty :hasLocationLongitude ;
    ] ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS436813841> ;
.
:LowCriticality
  rdf:type :Criticality ;
  rdfs:label "Low criticality"^^xsd:string ;
.
:LowPriority
  rdf:type :Priority ;
  rdfs:label "Low priority"^^xsd:string ;
.
:M
  rdf:type :WellServicesWorkType ;
  rdfs:comment "A Well Services Work Type (part of Use Case 2.5.1)"^^xsd:string ;
  rdfs:label "M"^^xsd:string ;
.
:MainPhase
  rdf:type owl:Class ;
  rdfs:comment "A Phase that divides the Lifecycle of an Asset into distinct parts."^^xsd:string ;
  rdfs:label "Main Phase"^^xsd:string ;
  rdfs:subClassOf :Phase ;
.
:MainWorkCenter
  rdf:type owl:Class ;
  rdfs:comment "A Work Center where the main part of the activity takes place."^^xsd:string ;
  rdfs:label "Main work center"^^xsd:string ;
  rdfs:subClassOf :WorkCenter ;
.
:ManagedClosedown
  rdf:type :PlanObjectiveType ;
  rdfs:label "Managed closedown"^^xsd:string ;
.
:MaterialAvailabilityNotChecked
  rdf:type :MaterialOrderStatus ;
  rdfs:label "Material availability not checked"^^xsd:string ;
.
:MaterialDeliveredAtBase
  rdf:type :MaterialOrderStatus ;
  rdfs:label "Material delivered at base"^^xsd:string ;
.
:MaterialDeliveredOffshore
  rdf:type :MaterialOrderStatus ;
  rdfs:label "Material delivered offshore"^^xsd:string ;
.
:MaterialDeliveredOnshore
  rdf:type :MaterialOrderStatus ;
  rdfs:label "Material delivered onshore"^^xsd:string ;
.
:MaterialDeliveryDelayed
  rdf:type :MaterialOrderStatus ;
  rdfs:label "Material delivery delayed"^^xsd:string ;
.
:MaterialDeliveryOnTime
  rdf:type :MaterialOrderStatus ;
  rdfs:label "Material delivery on time"^^xsd:string ;
.
:MaterialOnOrder
  rdf:type :MaterialOrderStatus ;
  rdfs:label "Material on order"^^xsd:string ;
.
:MaterialOrderStatus
  rdf:type owl:Class ;
  rdfs:comment "A Status of an Order for Materials for (one or more) Activities in a Project."^^xsd:string ;
  rdfs:label "Material order status"^^xsd:string ;
  rdfs:subClassOf :Status ;
.
:MediumCriticality
  rdf:type :Criticality ;
  rdfs:label "Medium criticality"^^xsd:string ;
.
:MediumPriority
  rdf:type :Priority ;
  rdfs:label "Normal Priority"^^xsd:string ;
.
:Milestone
  rdf:type owl:Class ;
  rdfs:comment "An Activity that is part of an Activity Plan, with a 0-duration, and in many cases a fixed date. A milestone is normally a specified event within Project, often linked to contractual items."^^xsd:string ;
  rdfs:label "Milestone"^^xsd:string ;
  rdfs:subClassOf :Activity ;
.
:MilestoneType
  rdf:type owl:Class ;
  rdfs:comment "A System Descriptor that describes the Type of Milestone."^^xsd:string ;
  rdfs:label "Milestone type"^^xsd:string ;
  rdfs:subClassOf :SystemDescriptor ;
.
:MiniShutdown
  rdf:type :ShutdownType ;
  rdfs:label "Mini shutdown"^^xsd:string ;
.
:Modification
  rdf:type :PlanProjectType ;
  rdfs:label "Modification"^^xsd:string ;
.
:Monday
  rdf:type :Weekday ;
.
:NoMaterialComponents
  rdf:type :MaterialOrderStatus ;
  rdfs:label "No material components"^^xsd:string ;
.
:NoRepeatPeriod
  rdf:type owl:Class ;
  rdfs:comment "A Period that is not repeated."^^xsd:string ;
  rdfs:label "No Repeat Period"^^xsd:string ;
  rdfs:subClassOf :Period ;
.
:NonScheduledShutdown
  rdf:type :ShutdownType ;
  rdfs:label "Non scheduled shutdown"^^xsd:string ;
.
:Operation
  rdf:type owl:Class ;
  rdfs:comment "An Activity that represents work carried out in Projects, and has (often detailed) descriptions of the actual work carried out."^^xsd:string ;
  rdfs:label "Operation"^^xsd:string ;
  rdfs:subClassOf :Activity ;
.
:OperationAndMaintenance
  rdf:type :PlanProjectType ;
  rdfs:label "Operation & maintenance"^^xsd:string ;
.
:OperationStatus
  rdf:type owl:Class ;
  rdfs:comment "A Status of an Operation (which can have predefined enumeration values)."^^xsd:string ;
  rdfs:label "Operation status"^^xsd:string ;
  rdfs:subClassOf :Status ;
.
:OperationalWorkCenter
  rdf:type owl:Class ;
  rdfs:comment "A Work Center where operational activity takes place."^^xsd:string ;
  rdfs:label "Operational work center"^^xsd:string ;
  rdfs:subClassOf :WorkCenter ;
.
:Operator
  rdf:type owl:Class ;
  rdfs:comment "A Responsible that is an organization that operates a Facility in a Field in order to produce oil and gas."^^xsd:string ;
  rdfs:label "Operator"^^xsd:string ;
  rdfs:subClassOf :Responsible ;
  rdfs:subClassOf <http://data.posccaesar.org/npd/ontology/OperatingCompany> ;
.
:P
  rdf:type :WellServicesWorkType ;
  rdfs:comment "A Well Services Work Type (part of Use Case 2.5.1)"^^xsd:string ;
  rdfs:label "P"^^xsd:string ;
.
:PandA
  rdf:type :DrillingProjectType ;
  rdf:type :WellServicesWorkType ;
  rdfs:comment "A Drilling Project Type and a Well Services Work Type (part of Use Case 2.5.1)"^^xsd:string ;
  rdfs:label "P & A"^^xsd:string ;
.
:Pending
  rdf:type :ActivityStatus ;
  rdfs:label "Pending"^^xsd:string ;
.
:Period
  rdf:type owl:Class ;
  rdfs:comment "A Property Dimension Instance that specifies a given amount of time."^^xsd:string ;
  rdfs:label "Period"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
  rdfs:subClassOf [
      rdf:type owl:Class ;
      owl:unionOf (
          :DailyRepeatPeriod
          :NoRepeatPeriod
          :WeeklyRepeatPeriod
        ) ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldUseRef "true"^^xsd:boolean ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass :Period ;
      owl:onProperty :hasPreviousPeriod ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:date ;
      owl:onProperty :hasFinishDate ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:date ;
      owl:onProperty :hasStartDate ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:time ;
      owl:onProperty :hasFinishTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:time ;
      owl:onProperty :hasStartTime ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:boolean ;
      owl:onProperty :isFree ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS380969> ;
.
:Person
  rdf:type owl:Class ;
  rdfs:comment "A Responsible that is a person responsible for carrying out a specified part of the Schedule (and may be classified according to the Person On Board register)."^^xsd:string ;
  rdfs:label "Person"^^xsd:string ;
  rdfs:subClassOf :Responsible ;
.
:Phase
  rdf:type owl:Class ;
  rdfs:comment "A Period that divides the asset lifecycle into parts according to achievement of defined progress or results as basis for making decisions at Decision Gates."^^xsd:string ;
  rdfs:label "Phase"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS358019> ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS380969> ;
  rdfs:subClassOf owl:Thing ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS54808339156> ;
.
:PhysicalLocation
  rdf:type owl:Class ;
  rdfs:comment "A Location that is a physical position within a Geographical Location, typically use to specify the positon of an Asset and specified by coordinates relative to NPD for offshore facilities and BRREG for onshore activities."^^xsd:string ;
  rdfs:label "Physical location"^^xsd:string ;
  rdfs:subClassOf :Location ;
.
:Plan
  rdf:type owl:Class ;
  :shouldHaveID "true"^^xsd:boolean ;
  rdfs:comment "An ISO 15926-4 Activity Class that specifies what is to be done in order to achieve an Objective."^^xsd:string ;
  rdfs:label " Plan"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS10012097710> ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Class ;
      owl:unionOf (
          :WorkOrder
          :PlanForActivity
        ) ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldBeInternalAndExternalRef "true"^^xsd:boolean ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :Plan ;
      owl:onProperty :hasParentPlan ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldUseAnyUri "true"^^xsd:boolean ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass :Phase ;
      owl:onProperty :hasPhaseType ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldUseAnyUri "true"^^xsd:boolean ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass :PlanObjectiveType ;
      owl:onProperty :hasObjectiveType ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldUseAnyUri "true"^^xsd:boolean ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass owl:Class ;
      owl:onProperty :hasAreaType ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldUseAnyUri "true"^^xsd:boolean ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass owl:Class ;
      owl:onProperty :hasResourceType ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldUseAnyUri "true"^^xsd:boolean ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass owl:Class ;
      owl:onProperty :hasResultType ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass :PlanLevel ;
      owl:onProperty :hasLevelType ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:dateTime ;
      owl:onProperty :now ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type rdfs:Datatype ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasStart ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type owl:Class ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasFinish ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :CompletelyFreeField ;
      owl:onProperty :hasCompletelyFreeFieldDefinition ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :ScheduleForPlan ;
      owl:onProperty :hasSchedule ;
    ] ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7952931> ;
.
:PlanClassifier
  rdf:type owl:Class ;
  rdfs:comment "A Descriptor that is a (set of) Classifier(s) used to categorize a Plan. The various Classifiers are assigned a value from a set of possible values that are representative for how “things are organized and executed” on the Norwegian Continental Shelf, (other sets of values may be appropriate for other areas of the world)."^^xsd:string ;
  rdfs:label "Plan classifier"^^xsd:string ;
  rdfs:subClassOf :SystemDescriptor ;
.
:PlanContentType
  rdf:type owl:Class ;
  rdfs:comment "A Plan Classifier according to content type (typically classified by NORSOK Z-014 PBS codes)."^^xsd:string ;
  rdfs:label "Plan content type"^^xsd:string ;
  rdfs:subClassOf :PlanClassifier ;
.
:PlanContractType
  rdf:type owl:Class ;
  rdfs:comment "A Plan Classifier according to type of contract of the Plan."^^xsd:string ;
  rdfs:label "Plan contract type"^^xsd:string ;
  rdfs:subClassOf :PlanClassifier ;
.
:PlanExpenseType
  rdf:type owl:Class ;
  rdfs:comment "A Plan Classifier according to type of expense of the Plan."^^xsd:string ;
  rdfs:label "Plan expense type"^^xsd:string ;
  rdfs:subClassOf :PlanClassifier ;
.
:PlanForActivity
  rdf:type owl:Class ;
  rdfs:comment """A Plan that is represented as a network  diagram or list of Activities. 
NOTE 1  A Plan for Activity is defined by criteria. An actual activity carried out in accordance with the plan is intended to meet these criteria.
NOTE 2  A Plan for Activity can define a number of part activities which are related by Constraints, and which form an \"activity network.\"
"""^^xsd:string ;
  rdfs:label "Plan for activity"^^xsd:string ;
  rdfs:subClassOf :Plan ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :ActivityInPlan ;
      owl:onProperty :hasActivity ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :Milestone ;
      owl:onProperty :hasActivity ;
    ] ;
.
:PlanGeoArea
  rdf:type owl:Class ;
  rdfs:comment "A Plan Classifier according to geographic area of the Plan"^^xsd:string ;
  rdfs:label "Plan geo area"^^xsd:string ;
  rdfs:subClassOf :PlanClassifier ;
.
:PlanLevel
  rdf:type owl:Class ;
  rdfs:comment "A Plan Classifier that classifies Plans according to their level in the planning hierarchy."^^xsd:string ;
  rdfs:label "Plan Level"^^xsd:string ;
  rdfs:subClassOf :PlanClassifier ;
.
:PlanLifecycleStage
  rdf:type owl:Class ;
  rdfs:comment "A Plan Classifier according to the part(s) of the Asset Lifecycle relevant for the Plan (typically classified by NORSOK Z-014 SAB codes)."^^xsd:string ;
  rdfs:label "Plan lifecycle stage"^^xsd:string ;
  rdfs:subClassOf :PlanClassifier ;
.
:PlanObjectiveType
  rdf:type owl:Class ;
  rdfs:comment "A Plan Classifier according to the type of objective of the Plan."^^xsd:string ;
  rdfs:label "Plan objective type"^^xsd:string ;
  rdfs:subClassOf :PlanClassifier ;
.
:PlanProjectType
  rdf:type owl:Class ;
  rdfs:comment "A Plan Classifier according to type of project of the Plan."^^xsd:string ;
  rdfs:label "Plan project type"^^xsd:string ;
  rdfs:subClassOf :PlanClassifier ;
.
:Planned
  rdf:type :ActivityStatus ;
  rdfs:label "Planned"^^xsd:string ;
.
:Planning
  rdf:type owl:Class ;
  rdfs:comment "A 15926-4 Activity that is the creation of one or more instances of PlanForActivity in order to realize a RequiredActivity."^^xsd:string ;
  rdfs:label "Planning"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ;
  rdfs:subClassOf owl:Thing ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9659447> ;
.
:PlanningApplication
  rdf:type owl:Class ;
  rdfs:comment "An Application used for generating, analyzing or communicating Data related to Activities, Constraints and Networks."^^xsd:string ;
  rdfs:label "Planning application"^^xsd:string ;
  rdfs:subClassOf :Application ;
.
:PotentialShutdown
  rdf:type :ShutdownType ;
  rdfs:label "Potential shutdown"^^xsd:string ;
.
:Pre-costed
  rdf:type :OperationStatus ;
  rdfs:label "Pre-costed"^^xsd:string ;
.
:Priority
  rdf:type owl:Class ;
  rdfs:comment "A System Descriptor that indicates the importance of and/or focus on (one or more) activities."^^xsd:string ;
  rdfs:label "Priority"^^xsd:string ;
  rdfs:subClassOf :SystemDescriptor ;
.
:ProcurementMilestone
  rdf:type :MilestoneType ;
  rdfs:label "Procurement milestone"^^xsd:string ;
.
:Production
  rdf:type :DrillingProjectType ;
  rdfs:comment "A Drilling Project Type (part of Use Case 2.5.1)"^^xsd:string ;
  rdfs:label "Production"^^xsd:string ;
.
:ProductionMilestone
  rdf:type :MilestoneType ;
  rdfs:label "Production milestone"^^xsd:string ;
.
:ProductionShutdown
  rdf:type :ShutdownType ;
  rdfs:label "Production shutdown"^^xsd:string ;
.
:Profile
  rdf:type owl:Class ;
  :shouldHaveID "true" ;
  rdfs:comment "An Abstract Object that specifies distribution over time."^^xsd:string ;
  rdfs:label "Profile"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS1684986591> ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS47466170192> ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :ExternalReference ;
      owl:onProperty :hasExternalReference ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
      owl:onClass :Coordinate ;
      owl:onProperty :hasCoordinate ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:string ;
      owl:onProperty :hasName ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS47466168170> ;
.
:ProfileSet
  rdf:type owl:Class ;
  :shouldHaveID "true" ;
  rdfs:comment "A Function that is a collection of Profiles."^^xsd:string ;
  rdfs:label "Profile Set"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS47466170192> ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Class ;
      owl:intersectionOf (
          [
            rdf:type owl:Restriction ;
            owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
            owl:onDataRange xsd:string ;
            owl:onProperty :hasName ;
          ]
          [
            rdf:type owl:Restriction ;
            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onDataRange xsd:string ;
            owl:onProperty :hasName ;
          ]
        ) ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :ExternalReference ;
      owl:onProperty :hasExternalReference ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass :Profile ;
      owl:onProperty :hasProfile ;
    ] ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS47466168170> ;
.
:Project
  rdf:type owl:Class ;
  :shouldHaveID "true" ;
  rdfs:comment "An Activity that is a temporary endeavor (in contrast with ongoing operations) with a defined beginning and end, constrained by available time, funding and resources, undertaken to achieve an objective conforming to specific requirements, meet unique objectives, and bring about beneficial change or added value (adapted from BSI and Wikipedia)."^^xsd:string ;
  rdfs:label "Project"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass userfield:SourceSpecifiedUserField ;
      owl:onProperty :hasSpecifiedUserField ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass userfield:SpecifiedUserField ;
      owl:onProperty :hasSpecifiedUserField ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type rdfs:Datatype ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasFinish ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type rdfs:Datatype ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasStart ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :CompletelyFreeField ;
      owl:onProperty :hasCompletelyFreeFieldDefinition ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :ExternalReference ;
      owl:onProperty :hasExternalReference ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :Plan ;
      owl:onProperty :hasPlan ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:date ;
      owl:onProperty :hasOperatorsRequiredEndDate ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:string ;
      owl:onProperty :hasDescription ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9629> ;
.
:ProjectAFEid
  rdf:type owl:Class ;
  rdfs:comment "An Identifier which is the Project's Authorization For Expenditure (AFE)."^^xsd:string ;
  rdfs:label "Project AFE ID"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS720206061> ;
  rdfs:subClassOf owl:Thing ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6826621> ;
.
:ProjectLeader
  rdf:type owl:Class ;
  rdfs:comment "A Responsible that acts as leader for a Project."^^xsd:string ;
  rdfs:label "Project leader"^^xsd:string ;
  rdfs:subClassOf :Responsible ;
.
:ProjectMilestone
  rdf:type :MilestoneType ;
  rdfs:label "Project milestone"^^xsd:string ;
.
:RadicalChange
  rdf:type :PlanObjectiveType ;
  rdfs:label "Radical change"^^xsd:string ;
.
:ReadyForExecution
  rdf:type :ActivityStatus ;
  rdfs:label "Ready for execution"^^xsd:string ;
.
:Regular8to16WorkingDayCalendar
  rdf:type owl:Class ;
  rdfs:comment "A Weekends Free Calendar that specifies work only during normal working hours."^^xsd:string ;
  rdfs:label "Regular 8 to 16 Working Day Calendar"^^xsd:string ;
  rdfs:subClassOf :WeekendsFreeCalendar ;
.
:Released
  rdf:type :ActivityStatus ;
  rdfs:label "Released"^^xsd:string ;
.
:RemovalOfBarriers
  rdf:type :RiskFactor ;
  rdfs:label "Removal of barriers"^^xsd:string ;
.
:Resource
  rdf:type owl:Class ;
  :shouldHaveID "true" ;
  rdfs:comment "A Physical Object that can be measured with units. Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ;
  rdfs:label "Resource"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS4326435842> ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Class ;
      owl:unionOf (
          :CostBasedResource
          :TimeBasedResourceValue
        ) ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :CompletelyFreeField ;
      owl:onProperty :hasCompletelyFreeFieldDefinition ;
    ] ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ;
.
:ResourceSet
  rdf:type owl:Class ;
  :shouldHaveID "true" ;
  rdfs:comment "A Physical Object that is a collection of Resources."^^xsd:string ;
  rdfs:label "Resource Set"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS4326435842> ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :ExternalReference ;
      owl:onProperty :hasExternalReference ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass :TimeBasedResource ;
      owl:onProperty :hasTimeBasedResource ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:string ;
      owl:onProperty :hasName ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ;
.
:ResourceValue
  rdf:type owl:Class ;
  rdfs:comment "A Value An amount that is a calculated/decided amount (quantity) of a Resource."^^xsd:string ;
  rdfs:label "Resource value"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7945844> ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Class ;
      owl:unionOf (
          :CostBasedResourceValue
          :TimeBasedResourceValue
        ) ;
    ] ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS409510451> ;
.
:Responsible
  rdf:type owl:Class ;
  rdfs:comment "An Arranged Individual that is an Organization or Individual responsible for carrying out a specified part of the Schedule."^^xsd:string ;
  rdfs:label "Responsible"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS282149> ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS436990091> ;
  rdfs:subClassOf owl:Thing ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS413954> ;
.
:Result
  rdf:type owl:Class ;
  rdfs:comment "A Physical Object that an Activity is carried out upon, and/or which is the result of carrying out the Activity."^^xsd:string ;
  rdfs:label "Result"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS4326435842> ;
  rdfs:subClassOf owl:Thing ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43168516168> ;
.
:RevisedScheduleForPlan
  rdf:type owl:Class ;
  rdfs:comment "A ScheduleForPlan that has Activity start and end times revised from the Current Schedule."^^xsd:string ;
  rdfs:label "Revised schedule for plan"^^xsd:string ;
  rdfs:subClassOf :ScheduleForPlan ;
.
:RevisionShutdown
  rdf:type :ShutdownType ;
  rdfs:label "Revision shutdown"^^xsd:string ;
.
:RiskFactor
  rdf:type owl:Class ;
  rdfs:comment "A System Descriptor that describes potential threats of damage, injury, liability, loss, or any other negative occurrence that is caused by external or internal vulnerabilities, and that may be avoided through preemptive action (adapted from Business Dictionary)."^^xsd:string ;
  rdfs:label "Risk factor"^^xsd:string ;
  rdfs:subClassOf :SystemDescriptor ;
.
:SF
  rdf:type owl:Class ;
  rdfs:comment "An Activity Constraint (Activity Dependency) where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ;
  rdfs:label "Start to Finish"^^xsd:string ;
  rdfs:subClassOf :ActivityConstraint ;
.
:SS
  rdf:type owl:Class ;
  rdfs:comment "An Activity Constraint (Activity Dependency) where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ;
  rdfs:label "Start to Start"^^xsd:string ;
  rdfs:subClassOf :ActivityConstraint ;
.
:SafetyTestShutdown
  rdf:type :ShutdownType ;
  rdfs:label "Safety test shutdown"^^xsd:string ;
.
:Saturday
  rdf:type :Weekday ;
.
:ScheduleForActivityInPlan
  rdf:type owl:Class ;
  rdfs:comment "An Information Object that holds information about the scheduled dates for a Planned Activity."^^xsd:string ;
  rdfs:label "Schdule for activity in plan"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldUseRef "true"^^xsd:boolean ;
      owl:onClass :ScheduleForPlan ;
      owl:onProperty :partOfSchedule ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:boolean ;
      owl:onProperty :mustStartAlap ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:boolean ;
      owl:onProperty :mustStartAsap ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:decimal ;
      owl:onProperty :hasActualPercentComplete ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:decimal ;
      owl:onProperty :hasPhysicalPercentComplete ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:decimal ;
      owl:onProperty :hasPlannedProgress ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:duration ;
      owl:onProperty :hasDuration ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:duration ;
      owl:onProperty :hasFreeFloat ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:duration ;
      owl:onProperty :hasRemainingDuration ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:duration ;
      owl:onProperty :hasTotalFloat ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type owl:Class ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasActualFinish ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type owl:Class ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasActualStart ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type owl:Class ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasEarlyFinish ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type owl:Class ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasEarlyStart ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type owl:Class ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasFnetDate ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type owl:Class ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasFnltDate ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type owl:Class ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasFrontlineDate ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type owl:Class ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasLateFinish ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type owl:Class ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasLateStart ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type owl:Class ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasMfoDate ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type owl:Class ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasMsoDate ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type owl:Class ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasSnetDate ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type owl:Class ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasSnltDate ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:boolean ;
      owl:onProperty :alwaysOnSchedule ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS333764> ;
.
:ScheduleForPlan
  rdf:type owl:Class ;
  :shouldHaveID "true"^^xsd:boolean ;
  rdfs:comment "An Information Object that that is principally concerned with when events within a plan happen, and holds information about scheduled dates."^^xsd:string ;
  rdfs:label "Schedule for activity in plan"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Class ;
      owl:unionOf (
          :BaselineScheduleForPlan
          :CurrentScheduleForPlan
          :LiveScheduleForPlan
          :RevisedScheduleForPlan
        ) ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldUseRef "true"^^xsd:boolean ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :ScheduleForPlan ;
      owl:onProperty :hasPreviousScheduleForPlan ;
    ] ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS333764> ;
.
:ScheduledShutdown
  rdf:type :ShutdownType ;
  rdfs:label "Scheduled shutdown"^^xsd:string ;
.
:Scheduling
  rdf:type owl:Class ;
  rdfs:comment "A Planning activity that is the creation of one or more instances of a ScheduleForPlan for a PlanForActivity."^^xsd:string ;
  rdfs:label "Scheduling"^^xsd:string ;
  rdfs:subClassOf :Planning ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9647162> ;
.
:SettlementRuleCreated
  rdf:type :OperationStatus ;
  rdfs:label "Settlement rule created"^^xsd:string ;
.
:ShallowGasOperation
  rdf:type :RiskFactor ;
  rdfs:label "Shallow gas operation"^^xsd:string ;
.
:Shutdown
  rdf:type owl:Class ;
  rdfs:comment "An Activity that involves the (total or partial) discontinuation of one or more activities or functionalities associated with production of oil and gas."^^xsd:string ;
  rdfs:label "Shutdown"^^xsd:string ;
  rdfs:subClassOf :Activity ;
.
:ShutdownNotEvaluated
  rdf:type :ShutdownType ;
  rdfs:label "Shutdown not evaluated"^^xsd:string ;
.
:ShutdownPhase
  rdf:type owl:Class ;
  rdfs:comment "A Phase that places an Activity relative to a given Shutdown (i.e., to be carried out before, during or after shutdown, etc.)."^^xsd:string ;
  rdfs:label "Shutdown phase"^^xsd:string ;
  rdfs:subClassOf :Phase ;
.
:ShutdownType
  rdf:type owl:Class ;
  rdfs:comment "A System Descriptor that describes a Shutdown."^^xsd:string ;
  rdfs:label "Shutdown Type"^^xsd:string ;
  rdfs:subClassOf :SystemDescriptor ;
.
:StartMilestone
  rdf:type :MilestoneType ;
  rdfs:label "Start milestone"^^xsd:string ;
.
:StartingUp
  rdf:type :ShutdownPhase ;
  rdfs:label "Starting up"^^xsd:string ;
.
:Status
  rdf:type owl:Class ;
  rdfs:comment "A Class of Individual that holds information about what is currently happening. Status values describe whether  a Project or Activity is started, in progress or completed, and can also say something about resource availability."^^xsd:string ;
  rdfs:label "Status"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS13318199> ;
  rdfs:subClassOf owl:Thing ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS427322951> ;
.
:SubPhase
  rdf:type owl:Class ;
  rdfs:comment "A Phase that divides a Project into distinct Periods."^^xsd:string ;
  rdfs:label "Sub Phase"^^xsd:string ;
  rdfs:subClassOf :Phase ;
.
:Sunday
  rdf:type :Weekday ;
.
:System
  rdf:type owl:Class ;
  rdfs:comment "A Functional Object that is an asset management system(e.g., seawater, deluge, gaslift)."^^xsd:string ;
  rdfs:label "System"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS318059> ;
  rdfs:subClassOf owl:Thing ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS316259> ;
.
:SystemDescriptor
  rdf:type owl:Class ;
  rdfs:comment "A Descriptor that describes something about a system."^^xsd:string ;
  rdfs:label "System condition"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ;
  rdfs:subClassOf owl:Thing ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16974396> ;
.
:SystemShutdown
  rdf:type :ShutdownType ;
  rdfs:label "System shutdown"^^xsd:string ;
.
:TaskMilestone
  rdf:type :MilestoneType ;
  rdfs:label "Task milestone"^^xsd:string ;
.
:Thursday
  rdf:type :Weekday ;
.
:TimeBasedResource
  rdf:type owl:Class ;
  rdfs:comment "A Resource that is limited by the time it is available"^^xsd:string ;
  rdfs:label "Time based resource"^^xsd:string ;
  rdfs:subClassOf :Resource ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:decimal ;
      owl:onProperty :hasDefaultRate ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:string ;
      owl:onProperty :hasDescription ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :Availability ;
      owl:onProperty :hasAvailability ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :ExternalReference ;
      owl:onProperty :hasExternalReference ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:string ;
      owl:onProperty :hasName ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
.
:TimeBasedResourceValue
  rdf:type owl:Class ;
  :shouldHaveID "true" ;
  rdfs:comment "A Resource Value for a Time Based Resource."^^xsd:string ;
  rdfs:label "Time Based Resource Value"^^xsd:string ;
  rdfs:subClassOf :ResourceValue ;
  rdfs:subClassOf [
      rdf:type owl:Class ;
      owl:intersectionOf (
          [
            rdf:type owl:Restriction ;
            owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
            owl:onDataRange xsd:decimal ;
            owl:onProperty :hasDefaultRate ;
          ]
          [
            rdf:type owl:Restriction ;
            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onDataRange xsd:decimal ;
            owl:onProperty :hasDefaultRate ;
          ]
        ) ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Class ;
      owl:intersectionOf (
          [
            rdf:type owl:Restriction ;
            owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
            owl:onDataRange xsd:string ;
            owl:onProperty :hasDescription ;
          ]
          [
            rdf:type owl:Restriction ;
            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onDataRange xsd:string ;
            owl:onProperty :hasDescription ;
          ]
        ) ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldUseAnyUri "true"^^xsd:boolean ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> ;
      owl:onProperty rdf:type ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldUseRef "true"^^xsd:boolean ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass :Profile ;
      owl:onProperty :hasProfile ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      :shouldUseRef "true"^^xsd:boolean ;
      owl:onClass :TimeBasedResource ;
      owl:onProperty :hasTimeBasedResource ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:decimal ;
      owl:onProperty :hasCost ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:decimal ;
      owl:onProperty :hasCurrentProgress ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:decimal ;
      owl:onProperty :hasExpendedCost ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:decimal ;
      owl:onProperty :hasExpendedQuantity ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:decimal ;
      owl:onProperty :hasManHours ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:decimal ;
      owl:onProperty :hasQuantity ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:duration ;
      owl:onProperty :hasDelayedStart ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange xsd:duration ;
      owl:onProperty :hasDuration ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type rdfs:Datatype ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasRemainingFinish ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onDataRange [
          rdf:type rdfs:Datatype ;
          owl:unionOf (
              xsd:date
              xsd:dateTime
            ) ;
        ] ;
      owl:onProperty :hasRemainingStart ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :Availability ;
      owl:onProperty :hasAvailability ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :CompletelyFreeField ;
      owl:onProperty :hasCompletelyFreeFieldDefinition ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :ExternalReference ;
      owl:onProperty :hasExternalReference ;
    ] ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onDataRange xsd:string ;
      owl:onProperty :hasName ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
.
:TrainShutdown
  rdf:type :ShutdownType ;
  rdfs:label "Train shutdown"^^xsd:string ;
.
:Tuesday
  rdf:type :Weekday ;
.
:UnderPlanningOrScheduling
  rdf:type :ActivityStatus ;
  rdfs:label "Under planning or scheduling"^^xsd:string ;
.
:Unknown
  rdf:type :ActivityStatus ;
  rdfs:label "Unknown"^^xsd:string ;
.
:VeselOperation
  rdf:type :RiskFactor ;
  rdfs:label "Vesel operation"^^xsd:string ;
.
:Vessel
  rdf:type owl:Class ;
  rdfs:comment "An Facility that is a ship that is designed to drill wells in the sea floor while floating."^^xsd:string ;
  rdfs:label "Vessel"^^xsd:string ;
  rdfs:subClassOf :Facility ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS11525417> ;
.
:WaterInjectionShutdown
  rdf:type :ShutdownType ;
  rdfs:label "Water injection shutdown"^^xsd:string ;
.
:WaterProductionShutdown
  rdf:type :ShutdownType ;
  rdfs:label "Water production shutdown"^^xsd:string ;
.
:Wednesday
  rdf:type :Weekday ;
.
:Weekday
  rdf:type owl:Class ;
  rdfs:comment "A Day Period that represents the period of time between sunrise and sunset. In planning, it is often used to designate a 24-hour period starting from midnight."^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS356216271> ;
  rdfs:subClassOf owl:Thing ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS8945301> ;
.
:WeekendsFreeCalendar
  rdf:type owl:Class ;
  rdfs:comment "A Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ;
  rdfs:label "Weekends Free Calendar"^^xsd:string ;
  rdfs:subClassOf :Calendar ;
.
:WeeklyRepeatPeriod
  rdf:type owl:Class ;
  rdfs:comment "A Period that is repeated every week."^^xsd:string ;
  rdfs:label "Weekly Repeat Period"^^xsd:string ;
  rdfs:subClassOf :Period ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass :Weekday ;
      owl:onProperty :hasWeekday ;
    ] ;
.
:Well
  rdf:type owl:Class ;
  rdfs:comment "An Asset that is arranged to produce petrochemicals from a reservoir."^^xsd:string ;
  rdfs:label "Well"^^xsd:string ;
  rdfs:subClassOf :Asset ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16458543> ;
.
:WellBore
  rdf:type owl:Class ;
  rdfs:comment "An Asset that is a 'borehole' drilled in the earth's crust to form part of a well."^^xsd:string ;
  rdfs:label "Well bore"^^xsd:string ;
  rdfs:subClassOf :Asset ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1714464911> ;
.
:WellCompletionType
  rdf:type owl:Class ;
  rdfs:comment "A System Descriptor that describes the type of completion of drilling."^^xsd:string ;
  rdfs:label "Well Completion Type"^^xsd:string ;
  rdfs:subClassOf :SystemDescriptor ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1713402431> ;
.
:WellInformationInPlan
  rdf:type owl:Class ;
  rdfs:comment "A System Descriptor that describes which plan has information about drilling activities."^^xsd:string ;
  rdfs:label "Well Information In Plan"^^xsd:string ;
  rdfs:subClassOf :SystemDescriptor ;
.
:WellIsolationPlan
  rdf:type owl:Class ;
  rdfs:comment "An Plan for Activity that specifies Activities for Isolating a Well."^^xsd:string ;
  rdfs:label "Wel Isolation Plan"^^xsd:string ;
  rdfs:subClassOf :PlanForActivity ;
.
:WellIsolationPlanRequired
  rdf:type owl:Class ;
  rdfs:comment "A System Descriptor that describes if an isolation plan is required."^^xsd:string ;
  rdfs:label "Well Isolation Plan Required"^^xsd:string ;
  rdfs:subClassOf :SystemDescriptor ;
.
:WellServicesWorkType
  rdf:type owl:Class ;
  rdfs:comment "A System Descriptor that describes the type of well services work."^^xsd:string ;
  rdfs:label "Well Services Work Type"^^xsd:string ;
  rdfs:subClassOf :SystemDescriptor ;
.
:WellTransfer
  rdf:type :SystemDescriptor ;
  rdfs:label "Well transfer"^^xsd:string ;
.
:WellType
  rdf:type owl:Class ;
  rdfs:comment "A System Descriptor that describes a Well."^^xsd:string ;
  rdfs:label "Well Type"^^xsd:string ;
  rdfs:subClassOf :SystemDescriptor ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16633002> ;
.
:WorkCenter
  rdf:type owl:Class ;
  rdfs:comment "A Location where work is accomplished."^^xsd:string ;
  rdfs:label "Work center"^^xsd:string ;
  rdfs:subClassOf :Location ;
  owl:equivalentClass <http://data.posccaesar.org/rdl/RDS10418236677> ;
.
:WorkOrder
  rdf:type owl:Class ;
  rdfs:comment "A Plan that corresponds to a set of Operations with a description of the work content of the Operations."^^xsd:string ;
  rdfs:label "Work Order"^^xsd:string ;
  rdfs:subClassOf :Plan ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
      owl:onClass :Operation ;
      owl:onProperty :hasActivity ;
    ] ;
.
:WorkOrderStatus
  rdf:type owl:Class ;
  rdfs:comment "A Status of a Work Order (which can have predefined enumeration values)."^^xsd:string ;
  rdfs:label "Work order status"^^xsd:string ;
  rdfs:subClassOf :Status ;
.
:WorkOverOpenSea
  rdf:type :RiskFactor ;
  rdfs:label "Work over open sea"^^xsd:string ;
.
:alwaysOnSchedule
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the schedule of a planning object."^^xsd:string ;
  rdfs:label "always on Schedule"^^xsd:string ;
.
:availableFrom
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the availability of a planning object."^^xsd:string ;
  rdfs:label "available From"^^xsd:string ;
.
:availableTo
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the availability of a planning object."^^xsd:string ;
  rdfs:label "available To"^^xsd:string ;
.
:correspondsToPlan
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A Relationship for tying Plans to the Activity they correspond to (e.g., a Work order on Level 5 is a Plan that corresponds to an Activity on Level 4)."^^xsd:string ;
  rdfs:label "corresponds to Plan"^^xsd:string ;
.
:dailyAvailableDuration
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the daily availability of a planning object."^^xsd:string ;
  rdfs:label "daily Available Duration"^^xsd:string ;
.
:forPlan
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A Relationship between an object  that is intended for a plan and the plan itself."^^xsd:string ;
  rdfs:label "for Plan"^^xsd:string ;
.
:hasActiveStatus
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a Status set to active value."^^xsd:string ;
  rdfs:domain :Activity ;
  rdfs:label "has Active Status"^^xsd:string ;
  rdfs:range :Status ;
.
:hasActivity
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and an Activity."^^xsd:string ;
  rdfs:label "has Activity"^^xsd:string ;
.
:hasActivityActualWeight
  rdf:type owl:DatatypeProperty ;
  rdfs:label "has Activity Actual Weight"^^xsd:string ;
  rdfs:subPropertyOf :hasActivityWeight ;
.
:hasActivityEstimatedWeight
  rdf:type owl:DatatypeProperty ;
  rdfs:label "has Activity Estimated Weight"^^xsd:string ;
  rdfs:subPropertyOf :hasActivityWeight ;
.
:hasActivityWeight
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the weight of a planning object."^^xsd:string ;
  rdfs:label "has Activity Weight"^^xsd:string ;
.
:hasActivityWorkVolume
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the work volume of a planning object."^^xsd:string ;
  rdfs:label "has Activity Work Volume"^^xsd:string ;
.
:hasActualFinish
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the actual finish date of a planning object."^^xsd:string ;
  rdfs:label "has Actual Finish"^^xsd:string ;
.
:hasActualPercentComplete
  rdf:type owl:DatatypeProperty ;
  rdfs:label "has Actual Percent Complete"^^xsd:string ;
  rdfs:subPropertyOf :hasPercentageComplete ;
.
:hasActualStart
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the actual start date of a planning object."^^xsd:string ;
  rdfs:label "has Actual Start"^^xsd:string ;
.
:hasApplication
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the application related to a planning object."^^xsd:string ;
  rdfs:label "has Application"^^xsd:string ;
.
:hasAreaType
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and the (typically functional) type of area where it is carried out."^^xsd:string ;
  rdfs:label "has Area Type"^^xsd:string ;
.
:hasAsset
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a related asset."^^xsd:string ;
  rdfs:label "has Asset"^^xsd:string ;
.
:hasAvailability
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and it's availability."^^xsd:string ;
  rdfs:label "has Availability"^^xsd:string ;
.
:hasBaselineCreatedDate
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the date a baseline was created."^^xsd:string ;
  rdfs:label "has Baseline Created Date"^^xsd:string ;
.
:hasCalendar
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a calendar."^^xsd:string ;
  rdfs:label "has Calendar"^^xsd:string ;
.
:hasCalendarSet
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a set of calendars."^^xsd:string ;
  rdfs:label "has Calendar Set"^^xsd:string ;
.
:hasCompletelyFreeFieldDefinition
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a set fo free fields and the names of the completely freelyfields defined."^^xsd:string ;
  rdfs:label "has Completely Free Field Definition"^^xsd:string ;
.
:hasConstraint
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a constraint (SS, FS, SF, FF)."^^xsd:string ;
  rdfs:label "has Constraint"^^xsd:string ;
.
:hasCoordinate
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a spatial coordinate."^^xsd:string ;
  rdfs:label "has Coordinate"^^xsd:string ;
.
:hasCost
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the cost of a planning object."^^xsd:string ;
  rdfs:label "has Cost"^^xsd:string ;
.
:hasCurrentProgress
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the current progress of a planning object. "^^xsd:string ;
  rdfs:label "has Current Progress"^^xsd:string ;
.
:hasDateSet
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a set of dates."^^xsd:string ;
  rdfs:label "has Date Set"^^xsd:string ;
.
:hasDefaultRate
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the default rate used in a planning object."^^xsd:string ;
  rdfs:label "has Default Rate"^^xsd:string ;
.
:hasDelayedStart
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the delayed start date of a planning object."^^xsd:string ;
  rdfs:label "has Delayed Start"^^xsd:string ;
.
:hasDescription
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the description of a planning object."^^xsd:string ;
  rdfs:label "has Description"^^xsd:string ;
  rdfs:range xsd:string ;
.
:hasDuration
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the duration of a planning object."^^xsd:string ;
  rdfs:label "has Duration"^^xsd:string ;
.
:hasEarlyFinish
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the early finish date of a planning object."^^xsd:string ;
  rdfs:label "has Early Finish"^^xsd:string ;
.
:hasEarlyStart
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the early start date of a planning object."^^xsd:string ;
  rdfs:label "has Early Start"^^xsd:string ;
.
:hasExpendedCost
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the expended cost of a planning object."^^xsd:string ;
  rdfs:label "has Expended Cost"^^xsd:string ;
.
:hasExpendedQuantity
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the expended quantity of a planning object."^^xsd:string ;
  rdfs:label "has Expended Quantity"^^xsd:string ;
.
:hasExternalReference
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and an externally defined reference."^^xsd:string ;
  rdfs:label "has External Reference"^^xsd:string ;
.
:hasField
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the (data) field associated with a planning object."^^xsd:string ;
  rdfs:label "has Field"^^xsd:string ;
.
:hasFieldName
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the (data) field name associated with a planning object."^^xsd:string ;
  rdfs:label "has Field Name"^^xsd:string ;
.
:hasFieldReference
  rdf:type owl:ObjectProperty ;
  rdfs:label "has field reference"^^xsd:string ;
.
:hasFieldValue
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the (data) field value associated with a planning object."^^xsd:string ;
  rdfs:label "has Field Value"^^xsd:string ;
.
:hasFinish
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the finish associated with a planning object."^^xsd:string ;
  rdfs:label "has Finish"^^xsd:string ;
.
:hasFinishDate
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the finish date associated with a planning object."^^xsd:string ;
  rdfs:label "has Finish Date"^^xsd:string ;
  rdfs:range xsd:date ;
.
:hasFinishTime
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the finish time associated with a planning object."^^xsd:string ;
  rdfs:label "has Finish Time"^^xsd:string ;
  rdfs:range xsd:time ;
.
:hasFloat
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives a float value associated with a planning object."^^xsd:string ;
  rdfs:label "has Float"^^xsd:string ;
.
:hasFnetDate
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "The Activity must Finish No Earlier than this date."^^xsd:string ;
  rdfs:label "has FNET Date"^^xsd:string ;
.
:hasFnltDate
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "The Activity must Finish No Later than this date. This corresponds to Target Complete Late in Safran."^^xsd:string ;
  rdfs:label "has FNLT Date"^^xsd:string ;
.
:hasFreeField
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a freely defined field."^^xsd:string ;
  rdfs:label "has Free Field"^^xsd:string ;
.
:hasFreeFieldSet
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a set of freely defined fields."^^xsd:string ;
  rdfs:label "has Free Field Set."^^xsd:string ;
.
:hasFreeFloat
  rdf:type owl:DatatypeProperty ;
  rdfs:subPropertyOf :hasFloat ;
.
:hasFreeTime
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a tie period defined free (i.e., not working time)."^^xsd:string ;
  rdfs:label "has Free Time"^^xsd:string ;
.
:hasFrontlineDate
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the frontline date associated with a planning object."^^xsd:string ;
  rdfs:label "has Frontline Date"^^xsd:string ;
.
:hasID
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the ID of a planning object."^^xsd:string ;
  rdfs:label "has ID"^^xsd:string ;
.
:hasLag
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the lag (delay) associated with a constraint (dependency between activities)."^^xsd:string ;
  rdfs:label "has Lag"^^xsd:string ;
.
:hasLateFinish
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives a late finish date of a planning object."^^xsd:string ;
  rdfs:label "has Late Finish"^^xsd:string ;
.
:hasLateStart
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives a late start date of a planning object."^^xsd:string ;
  rdfs:label "has Late Start"^^xsd:string ;
.
:hasLevelType
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a type of level."^^xsd:string ;
  rdfs:label "has Level Type"^^xsd:string ;
.
:hasLocationLatitude
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A Property that holds the Latitude of a Location."^^xsd:string ;
  rdfs:label "has Location Latitude"^^xsd:string ;
.
:hasLocationLongitude
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A Property that holds the Longitude of a Location."^^xsd:string ;
  rdfs:label "has Location Longitude"^^xsd:string ;
.
:hasMainContractor
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A hasResponsible relationship between a planning object and a responsible organization and an organization that has the role main contractor."^^xsd:string ;
  rdfs:label "has Main Contractor"^^xsd:string ;
  rdfs:range :Contractor ;
  rdfs:subPropertyOf :hasResponsible ;
.
:hasManHours
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives a number of manhours associated with a planning object."^^xsd:string ;
  rdfs:label "has Manhours"^^xsd:string ;
.
:hasMaterialOrderStatus
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and the status of material on order."^^xsd:string ;
  rdfs:label "has Material Order Status"^^xsd:string ;
.
:hasMfoDate
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "The Activity Must Finish On this date. This corresponds to Fixed Finish in Safran. "^^xsd:string ;
  rdfs:label "has MFO Date"^^xsd:string ;
.
:hasMsoDate
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "The Activity Must Start On this date. This corresponds to Fixed Start in Safran."^^xsd:string ;
  rdfs:label "has MSO Date"^^xsd:string ;
.
:hasName
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the name of a planning object."^^xsd:string ;
  rdfs:label "has Name"^^xsd:string ;
  rdfs:range xsd:string ;
.
:hasObjectiveType
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a type of Objective."^^xsd:string ;
  rdfs:label "has Objective Type"^^xsd:string ;
.
:hasOperation
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and an Operation in a Work Order."^^xsd:string ;
  rdfs:label "has Operation"^^xsd:string ;
.
:hasOperator
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A hasResponsible relationship between a planning object and a responsible organization and an organization that has the role operator."^^xsd:string ;
  rdfs:label "has Operator"^^xsd:string ;
  rdfs:range :Operator ;
  rdfs:subPropertyOf :hasResponsible ;
.
:hasOperatorsRequiredEndDate
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives a the end date of a planning object required by an operator."^^xsd:string ;
  rdfs:label "has Operators Required End Date"^^xsd:string ;
.
:hasParentActivity
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A Relationship between a Planned Activity and a part of the same Planned Activity (e.g., between the complete Activity and the completed and remaining parts of the Activity during project execution)."^^xsd:string ;
  rdfs:label "has Parent Activity"^^xsd:string ;
.
:hasParentPlan
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A Relationship between a Plan and a partial Plan at the same Plan Level."^^xsd:string ;
  rdfs:label "has Parent Plan"^^xsd:string ;
.
:hasPercentageComplete
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the percentage completed of a planning object."^^xsd:string ;
  rdfs:label "has Percentage Complete"^^xsd:string ;
.
:hasPeriod
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a time period."^^xsd:string ;
  rdfs:label "has Period"^^xsd:string ;
.
:hasPhaseType
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a type of Phase."^^xsd:string ;
  rdfs:label "has Phase Type"^^xsd:string ;
.
:hasPhysicalPercentComplete
  rdf:type owl:DatatypeProperty ;
  rdfs:label "has Physical Percent Complete"^^xsd:string ;
  rdfs:subPropertyOf :hasPercentageComplete ;
.
:hasPlan
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a plan."^^xsd:string ;
  rdfs:label "has Plan"^^xsd:string ;
.
:hasPlanType
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a time period."^^xsd:string ;
  rdfs:label "has Plan Type"^^xsd:string ;
.
:hasPlannedProgress
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the planned progress for a planning object."^^xsd:string ;
  rdfs:label "has Planned Progress"^^xsd:string ;
.
:hasPlatform
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A hasAsset relationship between a planning object and (some form of an) Oil Platform."^^xsd:string ;
  rdfs:subPropertyOf :hasAsset ;
.
:hasPreviousPeriod
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and an earlier time period."^^xsd:string ;
  rdfs:label "has Previous Period"^^xsd:string ;
.
:hasPreviousScheduleForPlan
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and an earlier version of the schedule."^^xsd:string ;
  rdfs:label "has Previous Schedule for Plan"^^xsd:string ;
.
:hasProfile
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a profile."^^xsd:string ;
  rdfs:label "has Profile"^^xsd:string ;
.
:hasProfileSet
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a set of profiles."^^xsd:string ;
  rdfs:label "has Profile Set"^^xsd:string ;
.
:hasProject
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a project."^^xsd:string ;
  rdfs:label "has Project"^^xsd:string ;
.
:hasQuantity
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives a quantity associated with a planning object."^^xsd:string ;
  rdfs:label "has Quantity"^^xsd:string ;
.
:hasRemainingDuration
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the remaining duration of a planning object."^^xsd:string ;
  rdfs:label "has Remaining Duration"^^xsd:string ;
.
:hasRemainingFinish
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the remaining finish of a planning object."^^xsd:string ;
  rdfs:label "has Remaining Finish"^^xsd:string ;
.
:hasRemainingStart
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the remaining start of a planning object."^^xsd:string ;
  rdfs:label "has Remaining Start"^^xsd:string ;
.
:hasResource
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a resource."^^xsd:string ;
  rdfs:label "has Resource"^^xsd:string ;
.
:hasResourceSet
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a set of resources."^^xsd:string ;
  rdfs:label "has Resource Set"^^xsd:string ;
.
:hasResourceType
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a set of resources."^^xsd:string ;
  rdfs:label "has Resource Type"^^xsd:string ;
.
:hasResponsible
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a responsible organization or person."^^xsd:string ;
  rdfs:domain :Activity ;
  rdfs:label "has Responsible"^^xsd:string ;
  rdfs:range :Responsible ;
.
:hasResult
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a result from an activity."^^xsd:string ;
  rdfs:label "has Result"^^xsd:string ;
.
:hasResultType
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a type of result."^^xsd:string ;
  rdfs:label "has Result Type"^^xsd:string ;
.
:hasRisk
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a risk factor."^^xsd:string ;
  rdfs:label "has Risk"^^xsd:string ;
.
:hasSchedule
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a schedule."^^xsd:string ;
  rdfs:label "has Schedule"^^xsd:string ;
.
:hasShort
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the short name (abbreviation) for a planning object."^^xsd:string ;
  rdfs:label "has Short"^^xsd:string ;
.
:hasShutdownActivity
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a shutdown activity."^^xsd:string ;
  rdfs:domain :Shutdown ;
  rdfs:label "has Shutdown Activity"^^xsd:string ;
  rdfs:range :ActivityInPlan ;
.
:hasSnetDate
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "The Activity must Start no earlier than this date. This corresponds to Target Start Early in Safran."^^xsd:string ;
  rdfs:label "has SNET Date"^^xsd:string ;
.
:hasSnltDate
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "The Activity must Start no later than this date. This corresponds to Target Start Late in Safran."^^xsd:string ;
  rdfs:label "has SNLT Date"^^xsd:string ;
.
:hasSource
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the source of data about a planning object."^^xsd:string ;
  rdfs:label "has Source"^^xsd:string ;
.
:hasSourceSpecificUserfield
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a user specified field from a specified source."^^xsd:string ;
  rdfs:label "has Source Specified User Field"^^xsd:string ;
.
:hasSpecifiedUserField
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a user specified field."^^xsd:string ;
  rdfs:label "has Specified User Field"^^xsd:string ;
.
:hasStart
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the start conditions associated with a planning object."^^xsd:string ;
  rdfs:label "has Start"^^xsd:string ;
.
:hasStartDate
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the start date associated with a planning object."^^xsd:string ;
  rdfs:label "has Start Date"^^xsd:string ;
  rdfs:range xsd:date ;
.
:hasStartTime
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the start time associated with a planning object."^^xsd:string ;
  rdfs:label "has Start Time"^^xsd:string ;
  rdfs:range xsd:time ;
.
:hasSubContractor
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A  hasResponsible relationship  between a planning object and a responsible organization and an organization that has the role sub contractor."^^xsd:string ;
  rdfs:label "has Sub Contractor"^^xsd:string ;
  rdfs:range :Contractor ;
  rdfs:subPropertyOf :hasResponsible ;
.
:hasSubProject
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a sub project."^^xsd:string ;
  rdfs:label "has Sub Project"^^xsd:string ;
.
:hasSuccessorActivity
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A Relationship between an activity dependency (Constraint) and a Planned Activity that follows it."^^xsd:string ;
  rdfs:label "has Successor Activity"^^xsd:string ;
.
:hasTimeBasedResource
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a time based resource."^^xsd:string ;
  rdfs:label "has Time Based Resource"^^xsd:string ;
.
:hasTimeSet
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a set of time periods."^^xsd:string ;
  rdfs:label "has Time Set"^^xsd:string ;
.
:hasTotalFloat
  rdf:type owl:DatatypeProperty ;
  rdfs:subPropertyOf :hasFloat ;
.
:hasTypeOfWork
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a type of work."^^xsd:string ;
  rdfs:label "has Type of Work"^^xsd:string ;
.
:hasValue
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planing object and a value."^^xsd:string ;
  rdfs:label "has Value"^^xsd:string ;
.
:hasWeekday
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a week day (i.e., other than weekend)."^^xsd:string ;
  rdfs:label "has Weekday"^^xsd:string ;
.
:hasWell
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A hasAsset relationship between a planning object and (some type of) Well."^^xsd:string ;
  rdfs:label "has Well"^^xsd:string ;
  rdfs:subPropertyOf :hasAsset ;
.
:hasWorkHoursPerDay
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the number of work hours per day associated with a planning object."^^xsd:string ;
  rdfs:label "has Work Hours Per Day"^^xsd:string ;
.
:hasWorkPeriod
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a work period."^^xsd:string ;
  rdfs:label "has Work Period"^^xsd:string ;
.
:hasX
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the X coordinate of a planning object."^^xsd:string ;
  rdfs:label "has X"^^xsd:string ;
.
:hasY
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the Y coordinate of a planning object."^^xsd:string ;
  rdfs:label "has Y"^^xsd:string ;
.
:isCapexOpex
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that gives the cost type of a planning object."^^xsd:string ;
  rdfs:label "is Capex Opex"^^xsd:string ;
.
:isFree
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "A property that specifies  a free field for a planning object."^^xsd:string ;
  rdfs:label "is Free"^^xsd:string ;
  rdfs:range xsd:boolean ;
.
:level1-ProjectPortfolioSchedule
  rdf:type :PlanLevel ;
  rdfs:label "Level 1 - Project Portfolio Schedule"^^xsd:string ;
.
:level2-ProjectSummarySchedule
  rdf:type :PlanLevel ;
  rdfs:label "Level 2 - Project Summary Schedule"^^xsd:string ;
.
:level3-ContractMasterSchedule
  rdf:type :PlanLevel ;
  rdfs:label "Level 3 - Contract Master Schedule"^^xsd:string ;
.
:level3-ProjectMasterSchedule
  rdf:type :PlanLevel ;
  rdfs:label "Level 3 - Project Master Schedule"^^xsd:string ;
.
:level4-ContractControlSchedule
  rdf:type :PlanLevel ;
  rdfs:label "Level 4 - Contract Control Schedule"^^xsd:string ;
.
:level5-ContractWorkSchedule
  rdf:type :PlanLevel ;
  rdfs:label "Level 5 - Contract Work Schedule"^^xsd:string ;
.
:level6-ContractorOperationsSchedule
  rdf:type :PlanLevel ;
  rdfs:label "Level 6 - Contractor Operations Schedule"^^xsd:string ;
.
:mustStartAlap
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "The Activity should start as late as possible. This is ignored in Safran. "^^xsd:string ;
  rdfs:label "must Start ALAP"^^xsd:string ;
.
:mustStartAsap
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "The Activity should start as soon as possible. This is left untouched in Safran. "^^xsd:string ;
  rdfs:label "must Start ASAP"^^xsd:string ;
.
:now
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "This is not left untouched in Safran."^^xsd:string ;
  rdfs:label "A Property that holds the Time of calculation for the latest Schedule."^^xsd:string ;
.
:partOfSchedule
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and part of a schedule."^^xsd:string ;
  rdfs:label "part of Schedule"^^xsd:string ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
  rdf:type owl:Class ;
  rdfs:label "Cost based 1"^^xsd:string ;
  rdfs:label "Discipline 1"^^xsd:string ;
  rdfs:label "Time based 1"^^xsd:string ;
  rdfs:subClassOf :Category ;
  rdfs:subClassOf :Discipline ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
  rdf:type owl:Class ;
  rdfs:label "PBS Thing"^^xsd:string ;
  rdfs:subClassOf :Result ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
  rdf:type owl:Class ;
  rdfs:label "Dg phase 1"^^xsd:string ;
  rdfs:label "Project phase 1"^^xsd:string ;
  rdfs:subClassOf :MainPhase ;
  rdfs:subClassOf :SubPhase ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing>
  rdfs:seeAlso <http://data.posccaesar.org/rdl/RDS1263643081> ;
  rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS398732751> ;
.
:shouldBeInternalAndExternalRef
  rdf:type owl:AnnotationProperty ;
  rdfs:range xsd:boolean ;
.
:shouldHaveID
  rdf:type owl:AnnotationProperty ;
  rdfs:range xsd:boolean ;
.
:shouldUseAnyUri
  rdf:type owl:AnnotationProperty ;
  rdfs:range xsd:boolean ;
.
:shouldUseRef
  rdf:type owl:AnnotationProperty ;
  rdfs:range xsd:boolean ;
.
:timeBasedResourceRef
  rdf:type owl:ObjectProperty ;
  rdfs:comment "A relationship between a planning object and a reference to a time based resource."^^xsd:string ;
  rdfs:label "time Based Resource Ref"^^xsd:string ;
.
userfield:SourceSpecifiedUserField
  rdfs:comment "A class that holds the (User Defined) Free Text Field values (xsd:string)."^^xsd:string ;
.
userfield:SpecifiedUserField
  rdfs:comment "A class that holds the Free Text Fields for a Plan (i.e., associated with the Project or Activities in the Plan)."^^xsd:string ;
.
userfield:hasFreeFieldForSpecifiedUserField
  rdf:type owl:ObjectProperty ;
.
userfield:hasProjectCode
  rdfs:label "has Project Code"^^xsd:string ;
.
userfield:hasShutDownPeriod
  rdfs:label "has Shutdown Period"^^xsd:string ;
.
userfield:hasShutdownType
  rdfs:label "has Shutdown Type"^^xsd:string ;
.
<http://data.posccaesar.org/npd/ontology/Licence>
  rdf:type owl:Class ;
  rdfs:label "NPD License"^^xsd:string ;
  rdfs:subClassOf :License ;
.
<http://data.posccaesar.org/npd/ontology/ilap-interface/Facility>
  rdf:type owl:Class ;
  rdfs:label "NPD Facility"^^xsd:string ;
  rdfs:subClassOf :Facility ;
.
<http://data.posccaesar.org/npd/ontology/ilap-interface/Field>
  rdf:type owl:Class ;
  rdfs:label "NPD Field"^^xsd:string ;
  rdfs:subClassOf :Field ;
.
<http://data.posccaesar.org/npd/ontology/ilap-interface/OperatingCompany>
  rdf:type owl:Class ;
  rdfs:label "NPD: Operating Company"^^xsd:string ;
  rdfs:subClassOf :Operator ;
.
<http://data.posccaesar.org/npd/ontology/ilap-interface/Well>
  rdf:type owl:Class ;
  rdfs:label "NPD Well"^^xsd:string ;
  rdfs:subClassOf :Well ;
.
<http://data.posccaesar.org/npd/ontology/ilap-interface/Wellbore>
  rdf:type owl:Class ;
  rdfs:label "NPD Well bore"^^xsd:string ;
  rdfs:subClassOf :WellBore ;
.
xsd:anyType
  rdf:type rdfs:Datatype ;
.
xsd:date
  rdf:type rdfs:Datatype ;
.
xsd:duration
  rdf:type rdfs:Datatype ;
.
xsd:time
  rdf:type rdfs:Datatype ;
.
[
  :shouldBeInternalAndExternalRef "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseAnyUri "true"^^xsd:boolean ;
].
[
  :shouldUseRef "true"^^xsd:boolean ;
].