PLANNING_VALUES.ttl 18.9 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
# baseURI: http://data.posccaesar.org/NCS_PLANNING/
# imports: http://data.posccaesar.org/ilap/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS

@prefix :        <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix ILAP:    <http://data.posccaesar.org/ilap/> .
@prefix NPD:     <http://data.posccaesar.org/npd/> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix p1:      <http://example.org/file1#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdl:     <http://data.posccaesar.org/rdl/> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

:     rdf:type owl:Ontology ;
      owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .

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

ILAP:ABEX
      rdf:type ILAP:PlanExpenseType ;
      rdfs:label "ABEX"^^xsd:string .

ILAP:Active
      rdf:type ILAP:Status ;
      rdfs:label "Active"^^xsd:string .

ILAP:ActivityWBS_1
      ILAP:hasWBSProjectType
              ILAP:CAPEX .

ILAP:After_Shutdown
      rdf:type ILAP:ShutdownType ;
      rdfs:label "After Shutdown"^^xsd:string .

ILAP:Aquisition
      rdf:type ILAP:PlanLifecycleStage ;
      rdfs:label "Aquire"^^xsd:string .

ILAP:Before_Shutdown
      rdf:type ILAP:ShutdownType ;
      rdfs:label "Before Shutdown"^^xsd:string .

ILAP:BrownFieldProject
      rdf:type ILAP:PlanProjectType ;
      rdfs:label "Brown field project"^^xsd:string .

ILAP:BusinessArea
      rdf:type ILAP:PlanGeoArea ;
      rdfs:label "Business area"^^xsd:string .

ILAP:BusinessAsUsual
      rdf:type ILAP:PlanObjectiveType ;
      rdfs:label "Business as usual"^^xsd:string .

ILAP:CAPEX
      rdf:type ILAP:PlanExpenseType ;
      rdfs:label "CAPEX"^^xsd:string .

ILAP:Campaign
      rdf:type ILAP:ShutdownType ;
      rdfs:label "Campaign"^^xsd:string .

ILAP:Cancelled
      rdf:type ILAP:Status ;
      rdfs:label "Cancelled"^^xsd:string .

ILAP:Change_over
      rdf:type ILAP:ShutdownType ;
      rdfs:label "Change over"^^xsd:string .

ILAP:Completed
      rdf:type ILAP:Status ;
      rdfs:label "Completed"^^xsd:string .

ILAP:Continent
      rdf:type ILAP:PlanGeoArea ;
      rdfs:label "Continent"^^xsd:string .

ILAP:CostDriven
      rdf:type ILAP:PlanContractType ;
      rdfs:label "Cost driven"^^xsd:string .

ILAP:Country
      rdf:type ILAP:PlanGeoArea ;
      rdfs:label "Country"^^xsd:string .

ILAP:DG1
      rdf:type ILAP:DecisionGate ;
      rdfs:label "DG1"^^xsd:string .

ILAP:DG2
      rdf:type ILAP:DecisionGate ;
      rdfs:label "DG2"^^xsd:string .

ILAP:DG3
      rdf:type ILAP:DecisionGate ;
      rdfs:label "DG3"^^xsd:string .

ILAP:DG4
      rdf:type ILAP:DecisionGate ;
      rdfs:label "DG4"^^xsd:string .

ILAP:DG5
      rdf:type ILAP:DecisionGate ;
      rdfs:label "DG5"^^xsd:string .

ILAP:DG6
      rdf:type ILAP:DecisionGate ;
      rdfs:label "DG6"^^xsd:string .

ILAP:DG7
      rdf:type ILAP:DecisionGate ;
      rdfs:label "DG7"^^xsd:string .

ILAP:Dependent_on_Shutdown
      rdf:type ILAP:ShutdownType ;
      rdfs:label "Dependent on Shutdown"^^xsd:string .

ILAP:Development
      rdf:type ILAP:PlanLifecycleStage ;
      rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .

ILAP:DisasterRecovery
      rdf:type ILAP:PlanObjectiveType ;
      rdfs:label "Disaster recovery"^^xsd:string .

ILAP:Disposal
      rdf:type ILAP:PlanLifecycleStage ;
      rdfs:label "Dispose"^^xsd:string .

ILAP:DrillingAndWell
      rdf:type ILAP:PlanProjectType ;
      rdfs:label "Drilling and well"^^xsd:string .

ILAP:Drilling_Shutdown
      rdf:type ILAP:ShutdownContent ;
      rdfs:label "Drilling shutdown"^^xsd:string .

ILAP:During_Normal_Operation
      rdf:type ILAP:ShutdownType ;
      rdfs:label "During Normal Operation"^^xsd:string .

ILAP:During_Shutdown
      rdf:type ILAP:ShutdownType ;
      rdfs:label "During Shutdown"^^xsd:string .

ILAP:Equipment_Shutdown
      rdf:type ILAP:ShutdownContent ;
      rdfs:label "Equipment Shutdown"^^xsd:string .

ILAP:Exploration
      rdf:type ILAP:PlanLifecycleStage ;
      rdfs:label "Exploration"^^xsd:string .

ILAP:FLEXEX
      rdf:type ILAP:PlanExpenseType ;
      rdfs:label "FLEXEX"^^xsd:string .

ILAP:Facility
      rdf:type ILAP:PlanGeoArea ;
      rdfs:label "Facility"^^xsd:string .

ILAP:Field
      rdf:type ILAP:PlanGeoArea ;
      rdfs:label "Field"^^xsd:string .

ILAP:FieldStudy
      rdf:type ILAP:PlanProjectType ;
      rdfs:label "Field study"^^xsd:string .

ILAP:Field_Shutdown
      rdf:type ILAP:ShutdownContent ;
      rdfs:label "Field Shutdown"^^xsd:string .

ILAP:Friday
      rdf:type ILAP:CalendarDay ;
      rdfs:label "Friday"^^xsd:string .

ILAP:From00To08
      rdf:type ILAP:CalendarHour ;
      rdfs:label "From 00 To 08"^^xsd:string ;
      ILAP:hasActivityEndTime
              "08:00:00"^^xsd:time ;
      ILAP:hasActivityStartTime
              "00:00:00"^^xsd:time .

ILAP:From08To16
      rdf:type ILAP:CalendarHour ;
      rdfs:label "From 08 To 16"^^xsd:string ;
      ILAP:hasActivityEndTime
              "16:00:00"^^xsd:time ;
      ILAP:hasActivityStartTime
              "08:00:00"^^xsd:time .

ILAP:From16To24
      rdf:type ILAP:CalendarHour ;
      rdfs:label "From 16 To 24"^^xsd:string ;
      ILAP:hasActivityEndTime
              "24:00:00"^^xsd:time ;
      ILAP:hasActivityStartTime
              "16:00:00"^^xsd:time .

ILAP:Gas_Export_Shutdown
      rdf:type ILAP:ShutdownContent ;
      rdfs:label "Gas Export Shutdown"^^xsd:string .

ILAP:Gas_Injection_Shutdown
      rdf:type ILAP:ShutdownContent ;
      rdfs:label "Gas Injection Shutdown"^^xsd:string .

ILAP:GreenFieldProject
      rdf:type ILAP:PlanProjectType ;
      rdfs:label "Green field project"^^xsd:string .

ILAP:HC_systemsWork
      rdf:type ILAP:RiskType ;
      rdfs:label "HC systems work"^^xsd:string .

ILAP:HeightWork
      rdf:type ILAP:RiskType ;
      rdfs:label "Height work"^^xsd:string .

ILAP:HighActivityPeriod
      rdf:type ILAP:ShutdownType ;
      rdfs:label "High activity period"^^xsd:string .

ILAP:HighCriticality
      rdf:type ILAP:DegreeOfCriticality ;
      rdfs:label "High criticality"^^xsd:string .

ILAP:HighPriority
      rdf:type ILAP:DegreeOfPriority ;
      rdfs:label "High priority"^^xsd:string .

ILAP:High_Activity_Period
      rdf:type ILAP:ShutdownPeriod ;
      rdfs:label "High Activity Period"^^xsd:string .

ILAP:HotWork
      rdf:type ILAP:RiskType ;
      rdfs:label "Hot work"^^xsd:string .

ILAP:IncreasedRecovery
      rdf:type ILAP:PlanObjectiveType ;
      rdfs:label "Increased recovery"^^xsd:string .

ILAP:IncrementalImprovement
      rdf:type ILAP:PlanObjectiveType ;
      rdfs:label "Incremental improvement"^^xsd:string .

ILAP:IndependentOfOperation
      rdf:type ILAP:ShutdownType ;
      rdfs:label "Independent of operation"^^xsd:string .

ILAP:L1_ProgramPortfolioSchedule
      rdf:type ILAP:PlanLevel ;
      rdfs:label "PPS"^^xsd:string .

ILAP:L2_ProjectMasterSchedule
      rdf:type ILAP:PlanLevel ;
      rdfs:label "PMS"^^xsd:string .

ILAP:L3_ContractMasterSchedule
      rdf:type ILAP:PlanLevel ;
      rdfs:label "CMS"^^xsd:string .

ILAP:L3_ProjectControlNetworkSchedule
      rdf:type ILAP:PlanLevel ;
      rdfs:label "PCS"^^xsd:string .

ILAP:L4_ContractControlNetworkSchedule
      rdf:type ILAP:PlanLevel ;
      rdfs:label "CCS"^^xsd:string .

ILAP:L5_ContractTaskSchedule
      rdf:type ILAP:PlanLevel ;
      rdfs:label "DWS"^^xsd:string .

ILAP:L6_ContractorWorkOrderSchedule
      rdf:type ILAP:PlanLevel ;
      rdfs:label "CWS"^^xsd:string .

ILAP:L7_ContractorOperationsSchedule
      rdf:type ILAP:PlanLevel ;
      rdfs:label "COS"^^xsd:string .

ILAP:LiftingOperation
      rdf:type ILAP:RiskType ;
      rdfs:label "Lifting operation"^^xsd:string .

ILAP:Living_Quarter_Shutdown
      rdf:type ILAP:ShutdownContent ;
      rdfs:label "Living Quarter Shutdown"^^xsd:string .

ILAP:LowCriticality
      rdf:type ILAP:DegreeOfCriticality ;
      rdfs:label "Low criticality"^^xsd:string .

ILAP:LowPriority
      rdf:type ILAP:DegreeOfPriority ;
      rdfs:label "Low priority"^^xsd:string .

ILAP:Maintenance
      rdf:type ILAP:PlanLifecycleStage ;
      rdfs:label "Maintenance"^^xsd:string .

ILAP:ManagedClosedown
      rdf:type ILAP:PlanObjectiveType ;
      rdfs:label "Managed closedown"^^xsd:string .

ILAP:MiniShutdown
      rdf:type ILAP:ShutdownType ;
      rdfs:label "Mini shutdown"^^xsd:string .

ILAP:Modification
      rdf:type ILAP:PlanProjectType ;
      rdfs:label "Modification"^^xsd:string .

ILAP:Monday
      rdf:type ILAP:CalendarDay ;
      rdfs:label "Monday"^^xsd:string .

ILAP:NPDelement_1
      rdf:type NPD:NPDelement ;
      rdfs:label "NPDelement 1"^^xsd:string .

ILAP:Non-Scheduled_Shutdown
      rdf:type ILAP:ShutdownType ;
      rdfs:label "Non-Scheduled Shutdown"^^xsd:string .

ILAP:NormalCriticality
      rdf:type ILAP:DegreeOfCriticality ;
      rdfs:label "Normal criticality"^^xsd:string .

ILAP:NormalPriority
      rdf:type ILAP:DegreeOfPriority ;
      rdfs:label "Normal priority"^^xsd:string .

ILAP:OPEX
      rdf:type ILAP:PlanExpenseType ;
      rdfs:label "OPEX"^^xsd:string .

ILAP:Operation
      rdf:type ILAP:PlanLifecycleStage ;
      rdfs:label "Operation"^^xsd:string .

ILAP:OperationAndMaintenance
      rdf:type ILAP:PlanProjectType ;
      rdfs:label "Operation and maintenance"^^xsd:string .

ILAP:Pending
      rdf:type ILAP:Status ;
      rdfs:label "Pending"^^xsd:string .

ILAP:Planned
      rdf:type ILAP:Status ;
      rdfs:label "Planned"^^xsd:string .

ILAP:Planning
      rdf:type ILAP:PlanLifecycleStage ;
      rdfs:label "Planning"^^xsd:string .

ILAP:Primavera
      rdf:type ILAP:Application ;
      rdfs:label "Primavera"^^xsd:string .

ILAP:ProductionShutdown
      rdf:type ILAP:ShutdownContent ;
      rdfs:label "Production Shutdown"^^xsd:string .

ILAP:RAMEX
      rdf:type ILAP:PlanExpenseType ;
      rdfs:label "RAMEX"^^xsd:string .

ILAP:RadicalChange
      rdf:type ILAP:PlanObjectiveType ;
      rdfs:label "Radical change"^^xsd:string .

ILAP:Regular8To16WorkingDayCalendar
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:minQualifiedCardinality
                        "1"^^xsd:nonNegativeInteger ;
                owl:onClass
                        [ rdf:type owl:Class ;
                          owl:oneOf (ILAP:StandardFreeWeekendPeriod)
                        ] ;
                owl:onProperty ILAP:hasCalendarFreePeriod
              ] .

ILAP:Released
      rdf:type ILAP:Status ;
      rdfs:label "Released"^^xsd:string .

ILAP:Removal
      rdf:type ILAP:PlanLifecycleStage ;
      rdfs:label "Removal"^^xsd:string .

ILAP:RemovalOfBarriers
      rdf:type ILAP:RiskType ;
      rdfs:label "Removal of barriers"^^xsd:string .

ILAP:Renewal
      rdf:type ILAP:PlanLifecycleStage ;
      rdfs:label "Renew"^^xsd:string .

ILAP:ReservoirDrillingOperation
      rdf:type ILAP:RiskType ;
      rdfs:label "Reservoir drilling operation"^^xsd:string .

ILAP:ResourceDriven
      rdf:type ILAP:PlanContractType ;
      rdfs:label "Resource driven"^^xsd:string .

ILAP:Revised
      rdf:type ILAP:Status ;
      rdfs:label "Revised"^^xsd:string .

ILAP:Revision_Shutdown
      rdf:type ILAP:ShutdownType ;
      rdfs:label "Revision Shutdown"^^xsd:string .

ILAP:SAP
      rdf:type ILAP:Application ;
      rdfs:label "SAP"^^xsd:string .

ILAP:Safety_Test_Shutdown
      rdf:type ILAP:ShutdownContent ;
      rdfs:label "Safety Test Shutdown"^^xsd:string .

ILAP:Safran
      rdf:type ILAP:Application ;
      rdfs:label "Safran"^^xsd:string .

ILAP:Saturday
      rdf:type ILAP:CalendarDay ;
      rdfs:label "Saturday"^^xsd:string .

ILAP:ScheduleDriven
      rdf:type ILAP:PlanContractType ;
      rdfs:label "Schedule driven"^^xsd:string .

ILAP:Scheduled
      rdf:type ILAP:Status ;
      rdfs:label "Scheduled"^^xsd:string .

ILAP:Scheduled_Shutdown
      rdf:type ILAP:ShutdownType ;
      rdfs:label "Scheduled Shutdown"^^xsd:string .

ILAP:ShallowGasOperation
      rdf:type ILAP:RiskType ;
      rdfs:label "Shallow gas operation"^^xsd:string .

ILAP:ShutdownAndDecommisioning
      rdf:type ILAP:PlanLifecycleStage ;
      rdfs:label "Shutdown and decommisioning"^^xsd:string .

ILAP:Shutdown_Period
      rdf:type ILAP:ShutdownPeriod ;
      rdfs:label "Shutdown Period"^^xsd:string .

ILAP:Shutdown_not_evaluated
      rdf:type ILAP:ShutdownType ;
      rdfs:label "Shutdown not evaluated"^^xsd:string .

ILAP:StandardFreeWeekendPeriod
      rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
      rdfs:label "Standard free weekend period"^^xsd:string ;
      ILAP:hasCalendarPeriodFreeDay
              ILAP:Sunday , ILAP:Saturday .

ILAP:StandardWorkWeekdayPeriod
      rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
      rdfs:label "Standard work weekday period"^^xsd:string .

ILAP:Sunday
      rdf:type ILAP:CalendarDay ;
      rdfs:label "Sunday"^^xsd:string .

ILAP:System_Shutdown
      rdf:type ILAP:ShutdownContent ;
      rdfs:label "System Shutdown"^^xsd:string .

ILAP:TIMEX
      rdf:type ILAP:PlanExpenseType ;
      rdfs:label "TIMEX"^^xsd:string .

ILAP:Thursday
      rdf:type ILAP:CalendarDay ;
      rdfs:label "Thursday"^^xsd:string .

ILAP:Train_Shutdown
      rdf:type ILAP:ShutdownContent ;
      rdfs:label "Train Shutdown"^^xsd:string .

ILAP:Tuesday
      rdf:type ILAP:CalendarDay ;
      rdfs:label "Tuesday"^^xsd:string .

ILAP:Unknown
      rdf:type ILAP:Status ;
      rdfs:label "Unknown"^^xsd:string .

ILAP:VesselOperation
      rdf:type ILAP:RiskType ;
      rdfs:label "Vessel operation"^^xsd:string .

ILAP:Water_Injection_Shutdown
      rdf:type ILAP:ShutdownContent ;
      rdfs:label "Water Injection Shutdown"^^xsd:string .

ILAP:Water_Production_Shutdown
      rdf:type ILAP:ShutdownContent ;
      rdfs:label "Water Production Shutdown"^^xsd:string .

ILAP:Wednesday
      rdf:type ILAP:CalendarDay ;
      rdfs:label "Wednesday"^^xsd:string .

ILAP:WeekendsFreeCalendar
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:minQualifiedCardinality
                        "1"^^xsd:nonNegativeInteger ;
                owl:onClass
                        [ rdf:type owl:Class ;
                          owl:oneOf (ILAP:StandardFreeWeekendPeriod)
                        ] ;
                owl:onProperty ILAP:hasCalendarFreePeriod
              ] .

ILAP:Well_Transfer
      rdf:type ILAP:ShutdownContent ;
      rdfs:label "Well Transfer "^^xsd:string .

ILAP:Wellbore
      rdf:type ILAP:PlanGeoArea ;
      rdfs:label "Wellbore"^^xsd:string .

ILAP:hasActivityBaselineSchedule
      rdfs:range ILAP:Schedule .

ILAP:hasActivityPhase
      rdfs:range ILAP:Phase .

ILAP:hasActivityResource
      rdfs:domain ILAP:Activity ;
      rdfs:range ILAP:Resource .

ILAP:hasActivityResourceProfile
      rdfs:domain ILAP:Activity .

ILAP:hasActivityShutdown
      rdfs:range ILAP:Shutdown .

ILAP:hasActivityWBSelement
      rdfs:range ILAP:ActivityWBS .

ILAP:hasActivityWeight
      rdfs:domain ILAP:Activity ;
      rdfs:range xsd:float .

ILAP:hasCalendarDate
      rdfs:domain ILAP:Calendar ;
      rdfs:range xsd:date .

ILAP:hasCalendarPeriodDay
      rdfs:domain ILAP:CalendarPeriod ;
      rdfs:range ILAP:CalendarDay .

ILAP:hasCalendarPeriodHour
      rdfs:domain ILAP:CalendarPeriod ;
      rdfs:range ILAP:CalendarHour .

ILAP:hasCalendarTime
      rdfs:domain ILAP:Calendar ;
      rdfs:range xsd:dateTime .

ILAP:hasPlanAsset
      rdfs:range <http://data.posccaesar.org/diskos/Asset> .

ILAP:hasPlanResponsible
      rdfs:range ILAP:ResponsibleOrganization .

ILAP:hasWBScomponent
      rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> .

ILAP:hasWBSphase
      rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .

ILAP:hasWorkTaskResponsible
      rdfs:range ILAP:ResponsiblePerson .

<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
      rdfs:subClassOf ILAP:Resource , ILAP:Discipline .

<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
      rdfs:subClassOf ILAP:Result .

<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
      rdfs:subClassOf ILAP:Phase .

<http://data.posccaesar.org/npd/ontology/OperatingCompany>
      rdf:type owl:Class ;
      rdfs:label "Operating company"^^xsd:string ;
      rdfs:subClassOf ILAP:Operator .

<http://data.posccaesar.org/npd/ontology/ilap-interface/Facility>
      rdf:type owl:Class ;
      rdfs:label "Facility"^^xsd:string ;
      rdfs:subClassOf ILAP:Facility , owl:Thing .

rdl:RDS282149
      rdf:type owl:Class ;
      rdfs:label "RDS282149"^^xsd:string ;
      rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .

<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .

<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#B>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .

<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#C>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .

<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#E>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .

<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#H>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .

<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#K>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .

<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#L>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .

<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#M>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .

<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#Q>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .

<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#R>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .

<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#S>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .

<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#X>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .

<http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> .

<http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#B>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> .

<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .

<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .

<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .

<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .

<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .

<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .

<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#7>
      rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .