PLANNING_CORE.ttl 52.2 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
# baseURI: http://data.posccaesar.org/ilap/

@prefix BRREG:   <http://data.posccaesar.org/brreg/> .
@prefix CCU:     <http://data.posccaesar.org/ccu/> .
@prefix DISKOS:  <http://data.posccaesar.org/diskos/> .
@prefix EPCIS:   <http://data.posccaesar.org/epcis/> .
@prefix ILAP:    <http://data.posccaesar.org/ilap/> .
@prefix NCS:     <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix NPD:     <http://data.posccaesar.org/npd/> .
@prefix POB:     <http://data.posccaesar.org/pob/> .
@prefix SCCS:    <http://data.posccaesar.org/sccs/> .
@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 xsd:     <http://www.w3.org/2001/XMLSchema#> .

EPCIS:CBVevent
      rdf:type owl:Class ;
      rdfs:label "CBVevent"^^xsd:string ;
      rdfs:subClassOf ILAP:WorkTask .

ILAP:
      rdf:type owl:Ontology ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

ILAP:Activity
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
      rdfs:label "Activity"^^xsd:string ;
      rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:Status ;
                owl:onProperty ILAP:hasActivityStatus
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:Calendar ;
                owl:onProperty ILAP:hasActivityCalendar
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:onProperty ILAP:hasExternalReference ;
                owl:someValuesFrom ILAP:ExternalReference
              ] .

ILAP:ActivityNetwork
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
      rdfs:label "Activity Network"^^xsd:string ;
      rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS329669> ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:ExternalReference ;
                owl:onProperty ILAP:hasExternalReference
              ] .

ILAP:ActualSchedule
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
      rdfs:label "Actual baseline"^^xsd:string ;
      rdfs:subClassOf ILAP:CurrentControlSchedule .

ILAP:Application
      rdf:type owl:Class ;
      rdfs:label "Application"^^xsd:string ;
      rdfs:subClassOf owl:Thing .

ILAP:Baseline
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
      rdfs:label "Baseline"^^xsd:string ;
      rdfs:subClassOf owl:Thing .

ILAP:BaselineSetting
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
      rdfs:label "Baseline setting"^^xsd:string ;
      rdfs:subClassOf ILAP:Planning .

ILAP:Calendar
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
      rdfs:label "Calendar"^^xsd:string ;
      rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:CalendarWorkPeriod ;
                owl:onProperty ILAP:hasCalendarWorkPeriod
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:CalendarFreePeriod ;
                owl:onProperty ILAP:hasCalendarFreePeriod
              ] .

ILAP:CalendarDay
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
      rdfs:label "Calendar day"^^xsd:string ;
      rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .

ILAP:CalendarFreePeriod
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
      rdfs:label "Calendar free period"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:onClass ILAP:Calendar ;
                owl:onProperty
                        [ owl:inverseOf ILAP:hasCalendarFreePeriod
                        ] ;
                owl:qualifiedCardinality
                        "1"^^xsd:nonNegativeInteger
              ] .

ILAP:CalendarFreePeriodWeekRepeat
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
      rdfs:label "Free day"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .

ILAP:CalendarHour
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
      rdfs:label "calendar hour"^^xsd:string ;
      rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> .

ILAP:CalendarPeriod
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
      rdfs:label "Calendar period"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:CalendarDay ;
                owl:onProperty ILAP:hasCalendarPeriodDay
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:CalendarHour ;
                owl:onProperty ILAP:hasCalendarPeriodHour
              ] .

ILAP:CalendarWorkPeriod
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
      rdfs:label "Calendar work period"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:onProperty ILAP:hasCalendarPeriodWorkHour ;
                owl:someValuesFrom ILAP:CalendarHour
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:onProperty ILAP:hasCalendarPeriodWorkDay ;
                owl:someValuesFrom ILAP:CalendarDay
              ] .

ILAP:CalendarWorkPeriodWeekRepeat
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
      rdfs:label "Free day"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarWorkPeriod .

ILAP:ContractorWBS
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
      rdfs:label "Contractor Activity Work Breakdown Structure"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS7506263> , owl:Thing .

ILAP:CostBased
      rdf:type owl:Class ;
      rdfs:label "Cost based"^^xsd:string ;
      rdfs:subClassOf ILAP:Resource .

ILAP:CostEstimate
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
      rdfs:label "Cost stimate"^^xsd:string ;
      rdfs:subClassOf ILAP:ResourceStructure .

ILAP:CurrentControlEstimate
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
      rdfs:label "Current control estimate"^^xsd:string ;
      rdfs:subClassOf ILAP:CostEstimate .

ILAP:CurrentControlSchedule
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
      rdfs:label "CCS"^^xsd:string ;
      rdfs:subClassOf ILAP:NetworkSchedule .

ILAP:CurrentSchedule
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
      rdfs:label "Current schedule"^^xsd:string ;
      rdfs:subClassOf ILAP:CurrentControlSchedule .

ILAP:Discipline
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
      rdfs:label "Discipline"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing .

ILAP:ExecutionPlan
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
      rdfs:label "Planned Activity network"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityNetwork ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:PlanContractType ;
                owl:onProperty ILAP:hasPlanContractType
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxQualifiedCardinality
                        "1"^^xsd:nonNegativeInteger ;
                owl:onClass ILAP:Project ;
                owl:onProperty ILAP:hasPlanProject
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom NPD:NPDelement ;
                owl:onProperty ILAP:hasPlanNPDelement
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:onProperty ILAP:hasPlanGeoArea ;
                owl:someValuesFrom ILAP:PlanGeoArea
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:ExecutionPlan ;
                owl:onProperty ILAP:hasPlanSubplan
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxQualifiedCardinality
                        "1"^^xsd:nonNegativeInteger ;
                owl:onClass ILAP:PlanLevel ;
                owl:onProperty ILAP:hasPlanLevel
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
                owl:onProperty ILAP:hasPlanAsset
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:onProperty ILAP:hasPlanLevel ;
                owl:someValuesFrom ILAP:PlanLevel
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:onProperty ILAP:hasPlanContentType ;
                owl:someValuesFrom ILAP:PlanContentType
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom BRREG:LegalEntity ;
                owl:onProperty ILAP:hasPlanResponsible
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:PlanLifecyclePhase ;
                owl:onProperty ILAP:hasPlanLifecyclePhase
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:ExecutionPlan ;
                owl:onProperty ILAP:hasPlanRollUp
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:PlanValueObjective ;
                owl:onProperty ILAP:hasPlanValueObjective
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:onProperty ILAP:hasPlanProjectType ;
                owl:someValuesFrom ILAP:PlanProjectType
              ] .

ILAP:ExternalReference
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
      rdfs:label "External Reference"^^xsd:string ;
      rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:onDataRange xsd:string ;
                owl:onProperty ILAP:hasReferenceID ;
                owl:qualifiedCardinality
                        "1"^^xsd:nonNegativeInteger
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:Source ;
                owl:onProperty ILAP:hasReferenceSource
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:Application ;
                owl:onProperty ILAP:hasReferenceApplication
              ] .

ILAP:FinishToFinish
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
      rdfs:label "Finish to finish"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .

ILAP:FinishToStart
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
      rdfs:label "Finish to start"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .

ILAP:LiveSchedule
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
      rdfs:label "Live schedule"^^xsd:string ;
      rdfs:subClassOf ILAP:CurrentControlSchedule .

ILAP:Location
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
      rdfs:label "Location"^^xsd:string ;
      rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .

ILAP:Milestone
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
      rdfs:label "Milestone"^^xsd:string .

ILAP:NetworkSchedule
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
      rdfs:label "Scheduled Activity Network"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:ActivityNetwork ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxQualifiedCardinality
                        "1"^^xsd:nonNegativeInteger ;
                owl:onClass ILAP:ExecutionPlan ;
                owl:onProperty ILAP:hasSchedulePlan
              ] .

ILAP:Operation
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
      rdfs:label "Operation"^^xsd:string ;
      rdfs:subClassOf ILAP:WorkTask .

ILAP:OriginalControlEstimate
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
      rdfs:label "original control estimate"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , ILAP:CostEstimate .

ILAP:OriginalControlSchedule
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
      rdfs:label "OCS"^^xsd:string ;
      rdfs:subClassOf ILAP:NetworkSchedule .

ILAP:Phase
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
      rdfs:label "Phase"^^xsd:string ;
      rdfs:subClassOf owl:Thing .

ILAP:PlanClassifier
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
      rdfs:label "Plan classifier"^^xsd:string ;
      rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .

ILAP:PlanContentType
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
      rdfs:label "Content type"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .

ILAP:PlanContractType
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
      rdfs:label "Plan contract type"^^xsd:string ;
      rdfs:subClassOf ILAP:PlanClassifier .

ILAP:PlanExpenseType
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
      rdfs:label "Plan expense type"^^xsd:string ;
      rdfs:subClassOf ILAP:PlanClassifier .

ILAP:PlanGeoArea
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
      rdfs:label "Plan geographic area"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .

ILAP:PlanLevel
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
      rdfs:label "Plan level"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .

ILAP:PlanLifecyclePhase
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
      rdfs:label "Plan lifecycle phase"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .

ILAP:PlanProjectType
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
      rdfs:label "Plan project type"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .

ILAP:PlanValueObjective
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
      rdfs:label "Plan value objective"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .

ILAP:PlannedActivity
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
      rdfs:label "Activity in Execution Plan"^^xsd:string ;
      rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:Successor ;
                owl:onProperty ILAP:hasActivityPredecessor
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:Phase ;
                owl:onProperty ILAP:hasActivityPhase
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:PlannedResource ;
                owl:onProperty ILAP:hasActivityPlannedResource
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:Location ;
                owl:onProperty ILAP:hasActivityLocation
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxQualifiedCardinality
                        "1"^^xsd:nonNegativeInteger ;
                owl:onClass ILAP:ExecutionPlan ;
                owl:onProperty ILAP:hasActivityPlan
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:Successor ;
                owl:onProperty ILAP:hasActivitySuccessor
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:ResponsiblePerson ;
                owl:onProperty ILAP:hasActivityResponsiblePerson
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom BRREG:LegalEntity ;
                owl:onProperty ILAP:hasActivityResponsibleOrganization
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:onProperty ILAP:hasActivityDiscipline ;
                owl:someValuesFrom ILAP:PlannedActivity
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:Profile ;
                owl:onProperty ILAP:hasActivityResourceProfile
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:Result ;
                owl:onProperty ILAP:hasActivityResult
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:ContractorWBS ;
                owl:onProperty ILAP:hasActivityContractorWBS
              ] .

ILAP:PlannedResource
      rdf:type owl:Class ;
      rdfs:label "Planned resource"^^xsd:string ;
      rdfs:subClassOf ILAP:Resource .

ILAP:Planning
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
      rdfs:label "Planning"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS9659447> .

ILAP:PortfolioPlan
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
      rdfs:label "Portfolio plan"^^xsd:string ;
      rdfs:subClassOf ILAP:ExecutionPlan .

ILAP:Profile
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
      rdfs:label "Resource profile"^^xsd:string ;
      rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .

ILAP:ProfilePoint
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
      rdfs:label "Profile point"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .

ILAP:ProgrammePlan
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
      rdfs:label "Programme plan"^^xsd:string ;
      rdfs:subClassOf ILAP:ExecutionPlan .

ILAP:Project
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
      rdfs:label "Project"^^xsd:string ;
      rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS9629> ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:onDataRange xsd:string ;
                owl:onProperty ILAP:hasName ;
                owl:qualifiedCardinality
                        "1"^^xsd:nonNegativeInteger
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:Project ;
                owl:onProperty ILAP:hasProjectSubproject
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:ExternalReference ;
                owl:onProperty ILAP:hasExternalReference
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom BRREG:OilCompany ;
                owl:onProperty ILAP:hasProjectResponsible
              ] .

ILAP:ProjectPlan
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
      rdfs:label "Project plan"^^xsd:string ;
      rdfs:subClassOf ILAP:ExecutionPlan .

ILAP:Regular8To16WorkingDayCalendar
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
      rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> .

ILAP:Resource
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ParticipatingRoleAndDomain> , owl:Class ;
      rdfs:label "Resource"^^xsd:string ;
      rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13875949> ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:onClass ILAP:Profile ;
                owl:onProperty ILAP:hasResourceProfile ;
                owl:qualifiedCardinality
                        "1"^^xsd:nonNegativeInteger
              ] .

ILAP:ResourceBased
      rdf:type owl:Class ;
      rdfs:label "Resource based"^^xsd:string ;
      rdfs:subClassOf ILAP:Resource .

ILAP:ResourceStructure
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
      rdfs:label "Resource structure"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .

ILAP:ResponsibleOrganization
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
      rdfs:label "Responsible organization"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing .

ILAP:ResponsiblePerson
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
      rdfs:label "Responsible"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing .

ILAP:Result
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
      rdfs:label "Result"^^xsd:string ;
      rdfs:subClassOf owl:Thing .

ILAP:ScheduledActivity
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
      rdfs:label "Activity in Network Schedule"^^xsd:string ;
      rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> , ILAP:Activity ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxQualifiedCardinality
                        "1"^^xsd:nonNegativeInteger ;
                owl:onClass ILAP:NetworkSchedule ;
                owl:onProperty ILAP:hasActivitySchedule
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ILAP:ScheduledResource ;
                owl:onProperty ILAP:hasActivityScheduledResource
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxQualifiedCardinality
                        "1"^^xsd:nonNegativeInteger ;
                owl:onClass ILAP:PlannedActivity ;
                owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
              ] .

ILAP:ScheduledResource
      rdf:type owl:Class ;
      rdfs:label "Scheduled resource"^^xsd:string ;
      rdfs:subClassOf ILAP:Resource .

ILAP:Source
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
      rdfs:label "Source"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .

ILAP:SourceSpecifiedUserField
      rdf:type owl:Class ;
      rdfs:label "Source specified user field"^^xsd:string ;
      rdfs:subClassOf ILAP:UserField .

ILAP:SpecifiedUserField
      rdf:type owl:Class ;
      rdfs:label "Specified user field"^^xsd:string ;
      rdfs:subClassOf ILAP:UserField .

ILAP:StartToFinish
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
      rdfs:label "Start to finish"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .

ILAP:StartToStart
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
      rdfs:label "Start to start"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .

ILAP:Status
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
      rdfs:label "Status"^^xsd:string ;
      rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .

ILAP:Successor
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
      rdfs:label "Successor"^^xsd:string ;
      rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS44294438194> ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:onClass ILAP:Activity ;
                owl:onProperty ILAP:hasSuccessorActivity ;
                owl:qualifiedCardinality
                        "1"^^xsd:nonNegativeInteger
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:onClass ILAP:Activity ;
                owl:onProperty ILAP:hasPredecessorActivity ;
                owl:qualifiedCardinality
                        "1"^^xsd:nonNegativeInteger
              ] .

ILAP:TargetSchedule
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
      rdfs:label "Target baseline"^^xsd:string ;
      rdfs:subClassOf ILAP:OriginalControlSchedule .

ILAP:Timebased
      rdf:type owl:Class ;
      rdfs:label "Timebased"^^xsd:string ;
      rdfs:subClassOf ILAP:Resource .

ILAP:UserField
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
      rdfs:label "User field"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS13879234> , owl:Thing ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxQualifiedCardinality
                        "1"^^xsd:nonNegativeInteger ;
                owl:onClass ILAP:Source ;
                owl:onProperty ILAP:hasUserFieldSource
              ] .

ILAP:WeekendsFreeCalendar
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
      rdfs:label "Weekends free calendar"^^xsd:string ;
      rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .

ILAP:WorkOrders
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
      rdfs:label "Work orders"^^xsd:string ;
      rdfs:subClassOf ILAP:WorkTask .

ILAP:WorkTask
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
      rdfs:label "Work task"^^xsd:string ;
      rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:onProperty ILAP:hasWorkTaskActivity ;
                owl:someValuesFrom ILAP:Activity
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom BRREG:LegalEntity ;
                owl:onProperty ILAP:hasWorkTaskResponsible
              ] .

ILAP:hasActivityActualWeight
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:ScheduledActivity ;
      rdfs:label "has activity actual weight"^^xsd:string ;
      rdfs:range xsd:float ;
      rdfs:subPropertyOf ILAP:hasActivityWeight .

ILAP:hasActivityCOR
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity COR"^^xsd:string ;
      rdfs:subPropertyOf ILAP:hasActivityILAPWBS .

ILAP:hasActivityCalendar
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:Activity ;
      rdfs:label "has activity calendar"^^xsd:string ;
      rdfs:range ILAP:Calendar .

ILAP:hasActivityContractor
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity contractor"^^xsd:string ;
      rdfs:range BRREG:Contractor ;
      rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .

ILAP:hasActivityContractorWBS
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity contractorWBS"^^xsd:string ;
      rdfs:range ILAP:ContractorWBS .

ILAP:hasActivityCurrentProgressPercent
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity current progress percentage"^^xsd:string ;
      rdfs:range xsd:integer .

ILAP:hasActivityDiscipline
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity discipline"^^xsd:string ;
      rdfs:range ILAP:Discipline .

ILAP:hasActivityDuration
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:ScheduledActivity ;
      rdfs:label "has activity duration"^^xsd:string ;
      rdfs:range xsd:duration .

ILAP:hasActivityEstimatedWeight
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity estimated weight"^^xsd:string ;
      rdfs:range xsd:float ;
      rdfs:subPropertyOf ILAP:hasActivityWeight .

ILAP:hasActivityILAPWBS
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity ILAP Work Breakdown Structure"^^xsd:string .

ILAP:hasActivityInScheduleActivityInPlan
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ScheduledActivity ;
      rdfs:label "has activity in schedule activity in plan"^^xsd:string ;
      rdfs:range ILAP:PlannedActivity .

ILAP:hasActivityLocation
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has location"^^xsd:string ;
      rdfs:range ILAP:Location .

ILAP:hasActivityPBS
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity PBS"^^xsd:string ;
      rdfs:range SCCS:PBScode ;
      rdfs:subPropertyOf ILAP:hasActivityILAPWBS .

ILAP:hasActivityPartActivity
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity part activity"^^xsd:string ;
      rdfs:range ILAP:PlannedActivity .

ILAP:hasActivityPercentComplete
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity percent complete"^^xsd:string ;
      rdfs:range xsd:float .

ILAP:hasActivityPhase
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity phase"^^xsd:string ;
      rdfs:range ILAP:Phase .

ILAP:hasActivityPlan
      rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity plan"^^xsd:string ;
      rdfs:range ILAP:ExecutionPlan .

ILAP:hasActivityPlannedResource
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity planned resource"^^xsd:string ;
      rdfs:range ILAP:PlannedResource ;
      rdfs:subPropertyOf ILAP:hasActivityResource .

ILAP:hasActivityPredecessor
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activitypredecessor"^^xsd:string ;
      rdfs:range ILAP:Successor ;
      owl:inverseOf ILAP:hasSuccessorActivity .

ILAP:hasActivityRegulator
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity regulator"^^xsd:string ;
      rdfs:range BRREG:Regulator ;
      rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .

ILAP:hasActivityResource
      rdf:type owl:ObjectProperty ;
      rdfs:label "has activity resource"^^xsd:string .

ILAP:hasActivityResourceProfile
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity resource profile"^^xsd:string ;
      rdfs:range ILAP:Profile .

ILAP:hasActivityResponsibleOrganization
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:Activity ;
      rdfs:label "has activity participant"^^xsd:string ;
      rdfs:range ILAP:ResponsibleOrganization .

ILAP:hasActivityResponsiblePerson
      rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity responsible"^^xsd:string ;
      rdfs:range ILAP:ResponsiblePerson .

ILAP:hasActivityResult
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity result"^^xsd:string ;
      rdfs:range ILAP:Result .

ILAP:hasActivitySAB
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity SAB"^^xsd:string ;
      rdfs:range SCCS:SABcode ;
      rdfs:subPropertyOf ILAP:hasActivityILAPWBS .

ILAP:hasActivitySchedule
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ScheduledActivity ;
      rdfs:label "has activity schedule"^^xsd:string ;
      rdfs:range ILAP:NetworkSchedule .

ILAP:hasActivityScheduledResource
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ScheduledActivity ;
      rdfs:label "has activity scheduled resource"^^xsd:string ;
      rdfs:range ILAP:ScheduledResource ;
      rdfs:subPropertyOf ILAP:hasActivityResource .

ILAP:hasActivityServiceSupplier
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity service supplier"^^xsd:string ;
      rdfs:range BRREG:Contractor ;
      rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .

ILAP:hasActivityStatus
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:Activity ;
      rdfs:label "has activity status"^^xsd:string ;
      rdfs:range ILAP:Status .

ILAP:hasActivitySuccessor
      rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity successor"^^xsd:string ;
      rdfs:range ILAP:Successor ;
      owl:inverseOf ILAP:hasPredecessorActivity .

ILAP:hasActivityTaskLeader
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity task leader"^^xsd:string ;
      rdfs:range ILAP:ResponsiblePerson ;
      rdfs:subPropertyOf ILAP:hasActivityResponsiblePerson .

ILAP:hasActivityVendor
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity vendor"^^xsd:string ;
      rdfs:range BRREG:Contractor ;
      rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .

ILAP:hasActivityWeight
      rdf:type owl:DatatypeProperty ;
      rdfs:label "has activity weight"^^xsd:string .

ILAP:hasActivityWorkVolume
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has activity work volume"^^xsd:string ;
      rdfs:range xsd:float .

ILAP:hasBaseline
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:BaselineSetting ;
      rdfs:label "has baseline"^^xsd:string ;
      rdfs:range ILAP:NetworkSchedule .

ILAP:hasBaselineCreatedDate
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:Baseline ;
      rdfs:label "has baseline created date"^^xsd:string ;
      rdfs:range xsd:date .

ILAP:hasCalendarDate
      rdf:type owl:DatatypeProperty ;
      rdfs:label "has calendar date"^^xsd:string .

ILAP:hasCalendarFreePeriod
      rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
      rdfs:domain ILAP:Calendar ;
      rdfs:label "has calendarcalendar free period"^^xsd:string ;
      rdfs:range ILAP:CalendarFreePeriod .

ILAP:hasCalendarPeriodDay
      rdf:type owl:ObjectProperty ;
      rdfs:label "has calendar period day"^^xsd:string .

ILAP:hasCalendarPeriodFreeDay
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:CalendarFreePeriod ;
      rdfs:label "has calendar period free day"^^xsd:string ;
      rdfs:range ILAP:CalendarDay ;
      rdfs:subPropertyOf ILAP:hasCalendarPeriodDay .

ILAP:hasCalendarPeriodHour
      rdf:type owl:ObjectProperty ;
      rdfs:label "has calendar period hour"^^xsd:string .

ILAP:hasCalendarPeriodWorkDay
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:CalendarWorkPeriod ;
      rdfs:label "has calendar period work day"^^xsd:string ;
      rdfs:range ILAP:CalendarDay ;
      rdfs:subPropertyOf ILAP:hasCalendarPeriodDay .

ILAP:hasCalendarPeriodWorkHour
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:CalendarWorkPeriod ;
      rdfs:label "has calendar period work hour"^^xsd:string ;
      rdfs:range ILAP:CalendarHour ;
      rdfs:subPropertyOf ILAP:hasCalendarPeriodHour .

ILAP:hasCalendarWorkPeriod
      rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
      rdfs:domain ILAP:Calendar ;
      rdfs:label "has calendarcalendar work period"^^xsd:string ;
      rdfs:range ILAP:CalendarWorkPeriod .

ILAP:hasContractorWBSelement
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:ContractorWBS ;
      rdfs:label "has contractor WBSelement"^^xsd:string ;
      rdfs:range xsd:string .

ILAP:hasDescription
      rdf:type owl:DatatypeProperty ;
      rdfs:domain owl:Thing ;
      rdfs:label "has description"^^xsd:string ;
      rdfs:range xsd:string .

ILAP:hasEarlyFinish
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:ScheduledActivity ;
      rdfs:label "has early finish"^^xsd:string ;
      rdfs:range xsd:dateTime ;
      rdfs:subPropertyOf ILAP:hasScheduleDate .

ILAP:hasEarlyStart
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:ScheduledActivity ;
      rdfs:label "has early start"^^xsd:string ;
      rdfs:range xsd:dateTime ;
      rdfs:subPropertyOf ILAP:hasScheduleDate .

ILAP:hasEarlyStartActual
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:ScheduledActivity ;
      rdfs:label "has Early Start Actual"^^xsd:string ;
      rdfs:range xsd:dateTime ;
      rdfs:subPropertyOf ILAP:hasScheduleDate .

ILAP:hasExternalReference
      rdf:type owl:ObjectProperty ;
      rdfs:label "has External Reference"^^xsd:string ;
      rdfs:range ILAP:ExternalReference .

ILAP:hasFixedFinish
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has fixed finish"^^xsd:string ;
      rdfs:range xsd:dateTime ;
      rdfs:subPropertyOf ILAP:hasScheduleDate .

ILAP:hasFixedStart
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:PlannedActivity ;
      rdfs:label "has Fixed start"^^xsd:string ;
      rdfs:range xsd:dateTime ;
      rdfs:subPropertyOf ILAP:hasScheduleDate .

ILAP:hasFreePeriodEndDate
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:CalendarFreePeriod ;
      rdfs:label "has free period end date"^^xsd:string ;
      rdfs:range xsd:date ;
      rdfs:subPropertyOf ILAP:hasCalendarDate .

ILAP:hasFreePeriodEndTime
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:CalendarFreePeriod ;
      rdfs:label "has free period end time"^^xsd:string ;
      rdfs:range xsd:time ;
      rdfs:subPropertyOf ILAP:hasTime .

ILAP:hasFreePeriodStartDate
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:CalendarFreePeriod ;
      rdfs:label "has free period start date"^^xsd:string ;
      rdfs:range xsd:date ;
      rdfs:subPropertyOf ILAP:hasCalendarDate .

ILAP:hasFreePeriodStartTime
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:CalendarFreePeriod ;
      rdfs:label "has free period start time"^^xsd:string ;
      rdfs:range xsd:time ;
      rdfs:subPropertyOf ILAP:hasTime .

ILAP:hasLateFinish
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:ScheduledActivity ;
      rdfs:label "has late finish"^^xsd:string ;
      rdfs:range xsd:dateTime ;
      rdfs:subPropertyOf ILAP:hasScheduleDate .

ILAP:hasLateStart
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:ScheduledActivity ;
      rdfs:label "has late start"^^xsd:string ;
      rdfs:range xsd:dateTime ;
      rdfs:subPropertyOf ILAP:hasScheduleDate .

ILAP:hasLatitude
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:Location ;
      rdfs:label "has latitude"^^xsd:string ;
      rdfs:range xsd:integer .

ILAP:hasLongitude
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:Location ;
      rdfs:label "has longitude"^^xsd:string ;
      rdfs:range xsd:integer .

ILAP:hasMilestoneSuccessor
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:Milestone ;
      rdfs:label "has milestone successor"^^xsd:string ;
      rdfs:range ILAP:Successor .

ILAP:hasMilestoneePredecessor
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:Milestone ;
      rdfs:label "has Milestonee Predecessor"^^xsd:string ;
      rdfs:range ILAP:Successor .

ILAP:hasName
      rdf:type owl:DatatypeProperty ;
      rdfs:label "has name"^^xsd:string ;
      rdfs:range xsd:string .

ILAP:hasPlanAsset
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExecutionPlan ;
      rdfs:label "has plan asset"^^xsd:string .

ILAP:hasPlanAssetOwner
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExecutionPlan ;
      rdfs:label "has asset plan owner"^^xsd:string ;
      rdfs:range BRREG:OilCompany ;
      rdfs:subPropertyOf ILAP:hasPlanResponsible .

ILAP:hasPlanContentType
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExecutionPlan ;
      rdfs:label "has plan content type"^^xsd:string ;
      rdfs:range ILAP:PlanContentType .

ILAP:hasPlanContractType
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExecutionPlan ;
      rdfs:label "has plan contract type"^^xsd:string ;
      rdfs:range ILAP:PlanContractType .

ILAP:hasPlanContractor
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExecutionPlan ;
      rdfs:label "has plan contractor"^^xsd:string ;
      rdfs:range BRREG:Contractor ;
      rdfs:subPropertyOf ILAP:hasPlanResponsible .

ILAP:hasPlanExpenseType
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExecutionPlan ;
      rdfs:label "has plan expense type"^^xsd:string ;
      rdfs:range ILAP:PlanExpenseType .

ILAP:hasPlanGeoArea
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExecutionPlan ;
      rdfs:label "has plan focus area"^^xsd:string ;
      rdfs:range ILAP:PlanGeoArea .

ILAP:hasPlanLevel
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExecutionPlan ;
      rdfs:label "has plan level"^^xsd:string ;
      rdfs:range ILAP:PlanLevel .

ILAP:hasPlanLicensePartner
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExecutionPlan ;
      rdfs:label "has plan license partner"^^xsd:string ;
      rdfs:range BRREG:OilCompany ;
      rdfs:subPropertyOf ILAP:hasPlanResponsible .

ILAP:hasPlanLifecyclePhase
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExecutionPlan ;
      rdfs:label "has plan lifecycle phase"^^xsd:string ;
      rdfs:range ILAP:PlanLifecyclePhase .

ILAP:hasPlanNPDelement
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExecutionPlan ;
      rdfs:label "has plan NPD element"^^xsd:string ;
      rdfs:range NPD:NPDelement .

ILAP:hasPlanOperator
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExecutionPlan ;
      rdfs:label "has plan operator"^^xsd:string ;
      rdfs:range BRREG:OilCompany ;
      rdfs:subPropertyOf ILAP:hasPlanResponsible .

ILAP:hasPlanProject
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExecutionPlan ;
      rdfs:label "has Plan Project"^^xsd:string ;
      rdfs:range ILAP:Project .

ILAP:hasPlanProjectType
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExecutionPlan ;
      rdfs:label "has plan project type"^^xsd:string ;
      rdfs:range ILAP:PlanProjectType .

ILAP:hasPlanRegulator
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExecutionPlan ;
      rdfs:label "has plan regulator"^^xsd:string ;
      rdfs:range BRREG:Regulator ;
      rdfs:subPropertyOf ILAP:hasPlanResponsible .

ILAP:hasPlanResponsible
      rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
      rdfs:label "has plan responsible"^^xsd:string .

ILAP:hasPlanRollUp
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExecutionPlan ;
      rdfs:label "has plan roll up"^^xsd:string ;
      rdfs:range ILAP:ExecutionPlan .

ILAP:hasPlanServiceSupplier
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExecutionPlan ;
      rdfs:label "has plan service supplier"^^xsd:string ;
      rdfs:range BRREG:Contractor ;
      rdfs:subPropertyOf ILAP:hasPlanResponsible .

ILAP:hasPlanSubplan
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExecutionPlan ;
      rdfs:label "has plan subplan"^^xsd:string ;
      rdfs:range ILAP:ExecutionPlan .

ILAP:hasPlanUserField
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ActivityNetwork ;
      rdfs:label "has plan user field"^^xsd:string ;
      rdfs:range ILAP:UserField .

ILAP:hasPlanValueObjective
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExecutionPlan ;
      rdfs:label "has plan value objective"^^xsd:string ;
      rdfs:range ILAP:PlanValueObjective .

ILAP:hasPredecessorActivity
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:Successor ;
      rdfs:label "has predecessor activity"^^xsd:string ;
      rdfs:range ILAP:PlannedActivity ;
      owl:inverseOf ILAP:hasActivitySuccessor .

ILAP:hasProfilePoint
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:Profile ;
      rdfs:label "has profile point"^^xsd:string ;
      rdfs:range ILAP:ProfilePoint .

ILAP:hasProfilePointXValue
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:ProfilePoint ;
      rdfs:label "has Profile Point X Value"^^xsd:string ;
      rdfs:range xsd:float .

ILAP:hasProfilePointYValue
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:ProfilePoint ;
      rdfs:label "has Profile Point Y Value"^^xsd:string ;
      rdfs:range xsd:float .

ILAP:hasProjectResponsible
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:Project ;
      rdfs:label "has project responsible"^^xsd:string .

ILAP:hasProjectSubproject
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:Project ;
      rdfs:label "Object property 1"^^xsd:string ;
      rdfs:range ILAP:Project .

ILAP:hasReferenceApplication
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExternalReference ;
      rdfs:label "has reference application"^^xsd:string ;
      rdfs:range ILAP:Application .

ILAP:hasReferenceID
      rdf:type owl:DatatypeProperty ;
      rdfs:label "has reference ID"^^xsd:string ;
      rdfs:range xsd:string .

ILAP:hasReferenceSource
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:ExternalReference ;
      rdfs:label "has reference source"^^xsd:string ;
      rdfs:range ILAP:Source .

ILAP:hasResourceCalendar
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:Resource ;
      rdfs:label "has resource calendar"^^xsd:string ;
      rdfs:range ILAP:Calendar .

ILAP:hasResourceExpendedQuantity
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:Resource ;
      rdfs:label "has resource expended quantity"^^xsd:string ;
      rdfs:range xsd:float .

ILAP:hasResourceProfile
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:Resource ;
      rdfs:label "has resource profile"^^xsd:string ;
      rdfs:range ILAP:Profile .

ILAP:hasResourceRemainingQuantity
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:Resource ;
      rdfs:label "has resource remaining quantity"^^xsd:string ;
      rdfs:range xsd:float .

ILAP:hasResourceStructure
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:Resource ;
      rdfs:label "has resource structure"^^xsd:string ;
      rdfs:range ILAP:ResourceStructure .

ILAP:hasScheduleBaseline
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:NetworkSchedule ;
      rdfs:label "has Schedule Baseline"^^xsd:string ;
      rdfs:range ILAP:Baseline .

ILAP:hasScheduleDate
      rdf:type owl:DatatypeProperty ;
      rdfs:label "has schedule date"^^xsd:string .

ILAP:hasSchedulePlan
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:NetworkSchedule ;
      rdfs:label "has schedule plan "^^xsd:string ;
      rdfs:range ILAP:ExecutionPlan .

ILAP:hasSuccessorActivity
      rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
      rdfs:domain ILAP:Successor ;
      rdfs:label "has successor activity "^^xsd:string ;
      rdfs:range ILAP:PlannedActivity ;
      owl:inverseOf ILAP:hasActivityPredecessor .

ILAP:hasSuccessorCalendar
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:Successor ;
      rdfs:label "has successor calendar"^^xsd:string ;
      rdfs:range ILAP:Calendar .

ILAP:hasSuccessorLag
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:Successor ;
      rdfs:label "has successor lag"^^xsd:string ;
      rdfs:range xsd:integer .

ILAP:hasSuccessorMilestone
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:Successor ;
      rdfs:label "has successor milestone"^^xsd:string ;
      rdfs:range ILAP:Milestone .

ILAP:hasTime
      rdf:type owl:DatatypeProperty ;
      rdfs:label "has time"^^xsd:string .

ILAP:hasUserFieldName
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:UserField ;
      rdfs:label "has user field name"^^xsd:string ;
      rdfs:range xsd:string .

ILAP:hasUserFieldSource
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:SourceSpecifiedUserField ;
      rdfs:label "has user field source"^^xsd:string ;
      rdfs:range ILAP:Source .

ILAP:hasUserFieldValue
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ILAP:UserField ;
      rdfs:label "has user field value"^^xsd:string ;
      rdfs:range xsd:string .

ILAP:hasWorkTaskActivity
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:WorkTask ;
      rdfs:label "has Work Task Activity"^^xsd:string ;
      rdfs:range ILAP:ScheduledActivity .

ILAP:hasWorkTaskResponsible
      rdf:type owl:ObjectProperty ;
      rdfs:label "has work task responsible"^^xsd:string .

ILAP:hasWorkTaskServiceSupplier
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:WorkTask ;
      rdfs:label "has work task service supplier"^^xsd:string ;
      rdfs:range BRREG:Contractor ;
      rdfs:subPropertyOf ILAP:hasWorkTaskResponsible .

ILAP:hasWorkTaskVendor
      rdf:type owl:ObjectProperty ;
      rdfs:domain ILAP:WorkTask ;
      rdfs:label "has work task vendor"^^xsd:string ;
      rdfs:range BRREG:Contractor ;
      rdfs:subPropertyOf ILAP:hasWorkTaskResponsible .

NPD:BAA
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS431663463> .

NPD:Facility
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> .

NPD:Field
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS409500951> .

NPD:NPDelement
      rdf:type owl:Class ;
      rdfs:label "NPDelement"^^xsd:string ;
      rdfs:subClassOf ILAP:Location .

NPD:ProductionLicense
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS43166345139> .