Showing
3 changed files
with
334 additions
and
311 deletions
| ... | @@ -76,14 +76,6 @@ ILAP:ActivityWBS | ... | @@ -76,14 +76,6 @@ ILAP:ActivityWBS |
| 76 | rdfs:label "Activity WBS"^^xsd:string ; | 76 | rdfs:label "Activity WBS"^^xsd:string ; |
| 77 | rdfs:subClassOf ILAP:Network . | 77 | rdfs:subClassOf ILAP:Network . |
| 78 | 78 | ||
| 79 | -ILAP:ActivityWBS_1 | ||
| 80 | - rdf:type ILAP:ActivityWBS ; | ||
| 81 | - rdfs:label "Activity WBS 1"^^xsd:string . | ||
| 82 | - | ||
| 83 | -ILAP:After_Shutdown | ||
| 84 | - rdf:type ILAP:ShutdownType ; | ||
| 85 | - rdfs:label "After Shutdown"^^xsd:string . | ||
| 86 | - | ||
| 87 | ILAP:Application | 79 | ILAP:Application |
| 88 | rdf:type owl:Class ; | 80 | rdf:type owl:Class ; |
| 89 | rdfs:label "Application"^^xsd:string ; | 81 | rdfs:label "Application"^^xsd:string ; |
| ... | @@ -104,12 +96,7 @@ ILAP:BaselineSchedule | ... | @@ -104,12 +96,7 @@ ILAP:BaselineSchedule |
| 104 | rdfs:label "Baseline schedule"^^xsd:string ; | 96 | rdfs:label "Baseline schedule"^^xsd:string ; |
| 105 | rdfs:subClassOf ILAP:Schedule . | 97 | rdfs:subClassOf ILAP:Schedule . |
| 106 | 98 | ||
| 107 | -ILAP:Before_Shutdown | ||
| 108 | - rdf:type ILAP:ShutdownType ; | ||
| 109 | - rdfs:label "Before Shutdown"^^xsd:string . | ||
| 110 | - | ||
| 111 | ILAP:CAPEX | 99 | ILAP:CAPEX |
| 112 | - rdf:type ILAP:ProjectType ; | ||
| 113 | rdfs:label "CAPEX"^^xsd:string . | 100 | rdfs:label "CAPEX"^^xsd:string . |
| 114 | 101 | ||
| 115 | ILAP:Calendar | 102 | ILAP:Calendar |
| ... | @@ -166,19 +153,11 @@ ILAP:CalendarPeriod | ... | @@ -166,19 +153,11 @@ ILAP:CalendarPeriod |
| 166 | owl:onProperty ILAP:hasCalendarPeriodHour | 153 | owl:onProperty ILAP:hasCalendarPeriodHour |
| 167 | ] . | 154 | ] . |
| 168 | 155 | ||
| 169 | -ILAP:Campaign | ||
| 170 | - rdf:type ILAP:ShutdownType ; | ||
| 171 | - rdfs:label "Campaign"^^xsd:string . | ||
| 172 | - | ||
| 173 | ILAP:Category | 156 | ILAP:Category |
| 174 | rdf:type owl:Class ; | 157 | rdf:type owl:Class ; |
| 175 | rdfs:label "Category"^^xsd:string ; | 158 | rdfs:label "Category"^^xsd:string ; |
| 176 | rdfs:subClassOf owl:Thing . | 159 | rdfs:subClassOf owl:Thing . |
| 177 | 160 | ||
| 178 | -ILAP:Change_over | ||
| 179 | - rdf:type ILAP:ShutdownType ; | ||
| 180 | - rdfs:label "Change over"^^xsd:string . | ||
| 181 | - | ||
| 182 | ILAP:Constraint | 161 | ILAP:Constraint |
| 183 | rdf:type owl:Class ; | 162 | rdf:type owl:Class ; |
| 184 | rdfs:label "Constraint"^^xsd:string ; | 163 | rdfs:label "Constraint"^^xsd:string ; |
| ... | @@ -241,30 +220,10 @@ ILAP:DegreeOfPriority | ... | @@ -241,30 +220,10 @@ ILAP:DegreeOfPriority |
| 241 | rdfs:label "Degree of Priority"^^xsd:string ; | 220 | rdfs:label "Degree of Priority"^^xsd:string ; |
| 242 | rdfs:subClassOf owl:Thing . | 221 | rdfs:subClassOf owl:Thing . |
| 243 | 222 | ||
| 244 | -ILAP:Dependent_on_Shutdown | ||
| 245 | - rdf:type ILAP:ShutdownType ; | ||
| 246 | - rdfs:label "Dependent on Shutdown"^^xsd:string . | ||
| 247 | - | ||
| 248 | ILAP:Discipline | 223 | ILAP:Discipline |
| 249 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 224 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 250 | rdfs:label "Discipline"^^xsd:string ; | 225 | rdfs:label "Discipline"^^xsd:string ; |
| 251 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing . | 226 | + rdfs:subClassOf owl:Thing . |
| 252 | - | ||
| 253 | -ILAP:Drilling_Shutdown | ||
| 254 | - rdf:type ILAP:ShutdownContent ; | ||
| 255 | - rdfs:label "Drilling shutdown"^^xsd:string . | ||
| 256 | - | ||
| 257 | -ILAP:During_Normal_Operation | ||
| 258 | - rdf:type ILAP:ShutdownType ; | ||
| 259 | - rdfs:label "During Normal Operation"^^xsd:string . | ||
| 260 | - | ||
| 261 | -ILAP:During_Shutdown | ||
| 262 | - rdf:type ILAP:ShutdownType ; | ||
| 263 | - rdfs:label "During Shutdown"^^xsd:string . | ||
| 264 | - | ||
| 265 | -ILAP:Equipment_Shutdown | ||
| 266 | - rdf:type ILAP:ShutdownContent ; | ||
| 267 | - rdfs:label "Equipment Shutdown"^^xsd:string . | ||
| 268 | 227 | ||
| 269 | ILAP:ExternalReference | 228 | ILAP:ExternalReference |
| 270 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | 229 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; |
| ... | @@ -293,10 +252,6 @@ ILAP:Facility | ... | @@ -293,10 +252,6 @@ ILAP:Facility |
| 293 | rdfs:label "Facility"^^xsd:string ; | 252 | rdfs:label "Facility"^^xsd:string ; |
| 294 | rdfs:subClassOf owl:Thing . | 253 | rdfs:subClassOf owl:Thing . |
| 295 | 254 | ||
| 296 | -ILAP:Field_Shutdown | ||
| 297 | - rdf:type ILAP:ShutdownContent ; | ||
| 298 | - rdfs:label "Field Shutdown"^^xsd:string . | ||
| 299 | - | ||
| 300 | ILAP:FinishToFinish | 255 | ILAP:FinishToFinish |
| 301 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 256 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 302 | rdfs:label "Finish to finish"^^xsd:string ; | 257 | rdfs:label "Finish to finish"^^xsd:string ; |
| ... | @@ -312,47 +267,11 @@ ILAP:FunctionalLocation | ... | @@ -312,47 +267,11 @@ ILAP:FunctionalLocation |
| 312 | rdfs:label "Functional location"^^xsd:string ; | 267 | rdfs:label "Functional location"^^xsd:string ; |
| 313 | rdfs:subClassOf ILAP:Location . | 268 | rdfs:subClassOf ILAP:Location . |
| 314 | 269 | ||
| 315 | -ILAP:Gas_Export_Shutdown | ||
| 316 | - rdf:type ILAP:ShutdownContent ; | ||
| 317 | - rdfs:label "Gas Export Shutdown"^^xsd:string . | ||
| 318 | - | ||
| 319 | -ILAP:Gas_Injection_Shutdown | ||
| 320 | - rdf:type ILAP:ShutdownContent ; | ||
| 321 | - rdfs:label "Gas Injection Shutdown"^^xsd:string . | ||
| 322 | - | ||
| 323 | ILAP:GeographicLocation | 270 | ILAP:GeographicLocation |
| 324 | rdf:type owl:Class ; | 271 | rdf:type owl:Class ; |
| 325 | rdfs:label "Geographic location"^^xsd:string ; | 272 | rdfs:label "Geographic location"^^xsd:string ; |
| 326 | rdfs:subClassOf ILAP:Location . | 273 | rdfs:subClassOf ILAP:Location . |
| 327 | 274 | ||
| 328 | -ILAP:HC_systemsWork | ||
| 329 | - rdf:type ILAP:RiskType ; | ||
| 330 | - rdfs:label "HC systems work"^^xsd:string . | ||
| 331 | - | ||
| 332 | -ILAP:HeightWork | ||
| 333 | - rdf:type ILAP:RiskType ; | ||
| 334 | - rdfs:label "Height work"^^xsd:string . | ||
| 335 | - | ||
| 336 | -ILAP:HighCriticality | ||
| 337 | - rdf:type ILAP:DegreeOfCriticality ; | ||
| 338 | - rdfs:label "High criticality"^^xsd:string . | ||
| 339 | - | ||
| 340 | -ILAP:HighPriority | ||
| 341 | - rdf:type ILAP:DegreeOfPriority ; | ||
| 342 | - rdfs:label "High priority"^^xsd:string . | ||
| 343 | - | ||
| 344 | -ILAP:High_Activity_Period | ||
| 345 | - rdf:type ILAP:ShutdownPeriod ; | ||
| 346 | - rdfs:label "High Activity Period"^^xsd:string . | ||
| 347 | - | ||
| 348 | -ILAP:HotWork | ||
| 349 | - rdf:type ILAP:RiskType ; | ||
| 350 | - rdfs:label "Hot work"^^xsd:string . | ||
| 351 | - | ||
| 352 | -ILAP:IndependentOfOperation | ||
| 353 | - rdf:type ILAP:ShutdownType ; | ||
| 354 | - rdfs:label "Independent of operation"^^xsd:string . | ||
| 355 | - | ||
| 356 | ILAP:Information | 275 | ILAP:Information |
| 357 | rdf:type owl:Class ; | 276 | rdf:type owl:Class ; |
| 358 | rdfs:label "Information"^^xsd:string ; | 277 | rdfs:label "Information"^^xsd:string ; |
| ... | @@ -363,59 +282,26 @@ ILAP:Knowledge | ... | @@ -363,59 +282,26 @@ ILAP:Knowledge |
| 363 | rdfs:label "Knowledge"^^xsd:string ; | 282 | rdfs:label "Knowledge"^^xsd:string ; |
| 364 | rdfs:subClassOf ILAP:Information . | 283 | rdfs:subClassOf ILAP:Information . |
| 365 | 284 | ||
| 366 | -ILAP:LiftingOperation | ||
| 367 | - rdf:type ILAP:RiskType ; | ||
| 368 | - rdfs:label "Lifting operation"^^xsd:string . | ||
| 369 | - | ||
| 370 | ILAP:LiveSchedule | 285 | ILAP:LiveSchedule |
| 371 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 286 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 372 | rdfs:label "Live schedule"^^xsd:string ; | 287 | rdfs:label "Live schedule"^^xsd:string ; |
| 373 | rdfs:subClassOf ILAP:Schedule . | 288 | rdfs:subClassOf ILAP:Schedule . |
| 374 | 289 | ||
| 375 | -ILAP:Living_Quarter_Shutdown | ||
| 376 | - rdf:type ILAP:ShutdownContent ; | ||
| 377 | - rdfs:label "Living Quarter Shutdown"^^xsd:string . | ||
| 378 | - | ||
| 379 | ILAP:Location | 290 | ILAP:Location |
| 380 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | 291 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; |
| 381 | rdfs:label "Location"^^xsd:string ; | 292 | rdfs:label "Location"^^xsd:string ; |
| 382 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . | 293 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . |
| 383 | 294 | ||
| 384 | -ILAP:LowCriticality | ||
| 385 | - rdf:type ILAP:DegreeOfCriticality ; | ||
| 386 | - rdfs:label "Low criticality"^^xsd:string . | ||
| 387 | - | ||
| 388 | -ILAP:LowPriority | ||
| 389 | - rdf:type ILAP:DegreeOfPriority ; | ||
| 390 | - rdfs:label "Low priority"^^xsd:string . | ||
| 391 | - | ||
| 392 | ILAP:Milestone | 295 | ILAP:Milestone |
| 393 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; | 296 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; |
| 394 | rdfs:label "Milestone"^^xsd:string . | 297 | rdfs:label "Milestone"^^xsd:string . |
| 395 | 298 | ||
| 396 | -ILAP:MiniShutdown | ||
| 397 | - rdf:type ILAP:ShutdownType ; | ||
| 398 | - rdfs:label "Mini shutdown"^^xsd:string . | ||
| 399 | - | ||
| 400 | ILAP:Network | 299 | ILAP:Network |
| 401 | rdf:type owl:Class ; | 300 | rdf:type owl:Class ; |
| 402 | rdfs:label "Network"^^xsd:string ; | 301 | rdfs:label "Network"^^xsd:string ; |
| 403 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . | 302 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . |
| 404 | 303 | ||
| 405 | -ILAP:Non-Scheduled_Shutdown | ||
| 406 | - rdf:type ILAP:ShutdownType ; | ||
| 407 | - rdfs:label "Non-Scheduled Shutdown"^^xsd:string . | ||
| 408 | - | ||
| 409 | -ILAP:NormalCriticality | ||
| 410 | - rdf:type ILAP:DegreeOfCriticality ; | ||
| 411 | - rdfs:label "Normal criticality"^^xsd:string . | ||
| 412 | - | ||
| 413 | -ILAP:NormalPriority | ||
| 414 | - rdf:type ILAP:DegreeOfPriority ; | ||
| 415 | - rdfs:label "Normal priority"^^xsd:string . | ||
| 416 | - | ||
| 417 | ILAP:OPEX | 304 | ILAP:OPEX |
| 418 | - rdf:type ILAP:ProjectType ; | ||
| 419 | rdfs:label "OPEX"^^xsd:string . | 305 | rdfs:label "OPEX"^^xsd:string . |
| 420 | 306 | ||
| 421 | ILAP:Objective | 307 | ILAP:Objective |
| ... | @@ -494,8 +380,8 @@ ILAP:PlannedActivity | ... | @@ -494,8 +380,8 @@ ILAP:PlannedActivity |
| 494 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 380 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
| 495 | rdfs:subClassOf | 381 | rdfs:subClassOf |
| 496 | [ rdf:type owl:Restriction ; | 382 | [ rdf:type owl:Restriction ; |
| 497 | - owl:allValuesFrom ILAP:ActivityDependency ; | 383 | + owl:allValuesFrom ILAP:ActivityWBS ; |
| 498 | - owl:onProperty ILAP:hasActivitySuccessor | 384 | + owl:onProperty ILAP:hasActivityWBSelement |
| 499 | ] ; | 385 | ] ; |
| 500 | rdfs:subClassOf | 386 | rdfs:subClassOf |
| 501 | [ rdf:type owl:Restriction ; | 387 | [ rdf:type owl:Restriction ; |
| ... | @@ -504,96 +390,49 @@ ILAP:PlannedActivity | ... | @@ -504,96 +390,49 @@ ILAP:PlannedActivity |
| 504 | ] ; | 390 | ] ; |
| 505 | rdfs:subClassOf | 391 | rdfs:subClassOf |
| 506 | [ rdf:type owl:Restriction ; | 392 | [ rdf:type owl:Restriction ; |
| 507 | - owl:allValuesFrom ILAP:Location ; | 393 | + owl:maxQualifiedCardinality |
| 508 | - owl:onProperty ILAP:hasActivityLocation | 394 | + "1"^^xsd:nonNegativeInteger ; |
| 395 | + owl:onClass ILAP:Facility ; | ||
| 396 | + owl:onProperty ILAP:hasPlatform | ||
| 509 | ] ; | 397 | ] ; |
| 510 | rdfs:subClassOf | 398 | rdfs:subClassOf |
| 511 | [ rdf:type owl:Restriction ; | 399 | [ rdf:type owl:Restriction ; |
| 512 | - owl:onProperty ILAP:hasActivityDiscipline ; | 400 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
| 513 | - owl:someValuesFrom ILAP:Discipline | 401 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
| 514 | ] ; | 402 | ] ; |
| 515 | rdfs:subClassOf | 403 | rdfs:subClassOf |
| 516 | [ rdf:type owl:Restriction ; | 404 | [ rdf:type owl:Restriction ; |
| 517 | - owl:allValuesFrom ILAP:ActivityWBS ; | 405 | + owl:onProperty ILAP:hasActivityDiscipline ; |
| 518 | - owl:onProperty ILAP:hasActivityWBSelement | 406 | + owl:someValuesFrom ILAP:Discipline |
| 519 | ] ; | 407 | ] ; |
| 520 | rdfs:subClassOf | 408 | rdfs:subClassOf |
| 521 | [ rdf:type owl:Restriction ; | 409 | [ rdf:type owl:Restriction ; |
| 522 | - owl:maxQualifiedCardinality | 410 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 523 | - "1"^^xsd:nonNegativeInteger ; | 411 | + owl:onProperty ILAP:hasActivityPredecessor |
| 524 | - owl:onClass ILAP:Facility ; | ||
| 525 | - owl:onProperty ILAP:hasPlatform | ||
| 526 | ] ; | 412 | ] ; |
| 527 | rdfs:subClassOf | 413 | rdfs:subClassOf |
| 528 | [ rdf:type owl:Restriction ; | 414 | [ rdf:type owl:Restriction ; |
| 529 | - owl:maxQualifiedCardinality | 415 | + owl:allValuesFrom ILAP:Location ; |
| 530 | - "1"^^xsd:nonNegativeInteger ; | 416 | + owl:onProperty ILAP:hasActivityLocation |
| 531 | - owl:onClass ILAP:ProjectExecutionPlan ; | ||
| 532 | - owl:onProperty ILAP:hasActivityPlan | ||
| 533 | ] ; | 417 | ] ; |
| 534 | rdfs:subClassOf | 418 | rdfs:subClassOf |
| 535 | [ rdf:type owl:Restriction ; | 419 | [ rdf:type owl:Restriction ; |
| 536 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 420 | + owl:allValuesFrom ILAP:ResourceProfile ; |
| 537 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 421 | + owl:onProperty ILAP:hasActivityResourceProfile |
| 538 | ] ; | 422 | ] ; |
| 539 | rdfs:subClassOf | 423 | rdfs:subClassOf |
| 540 | [ rdf:type owl:Restriction ; | 424 | [ rdf:type owl:Restriction ; |
| 541 | owl:allValuesFrom ILAP:ActivityDependency ; | 425 | owl:allValuesFrom ILAP:ActivityDependency ; |
| 542 | - owl:onProperty ILAP:hasActivityPredecessor | 426 | + owl:onProperty ILAP:hasActivitySuccessor |
| 543 | ] ; | 427 | ] ; |
| 544 | rdfs:subClassOf | 428 | rdfs:subClassOf |
| 545 | [ rdf:type owl:Restriction ; | 429 | [ rdf:type owl:Restriction ; |
| 546 | - owl:allValuesFrom ILAP:ResourceProfile ; | 430 | + owl:maxQualifiedCardinality |
| 547 | - owl:onProperty ILAP:hasActivityResourceProfile | 431 | + "1"^^xsd:nonNegativeInteger ; |
| 432 | + owl:onClass ILAP:ProjectExecutionPlan ; | ||
| 433 | + owl:onProperty ILAP:hasActivityPlan | ||
| 548 | ] . | 434 | ] . |
| 549 | 435 | ||
| 550 | -ILAP:PlannedActivity_1 | ||
| 551 | - rdf:type ILAP:PlannedActivity ; | ||
| 552 | - rdfs:label "Planned activity 1"^^xsd:string ; | ||
| 553 | - ILAP:hasActivityActualProgressPercent | ||
| 554 | - "75"^^xsd:float ; | ||
| 555 | - ILAP:hasActivityContractor | ||
| 556 | - BRREG:BakerHughes ; | ||
| 557 | - ILAP:hasActivityEstimatedWeight | ||
| 558 | - "10500"^^xsd:float ; | ||
| 559 | - ILAP:hasActivityLocation | ||
| 560 | - <http://data.posccaesar.org/NCS_PLANNING/NPDelement_1> ; | ||
| 561 | - ILAP:hasActivityPhysicalPercentComplete | ||
| 562 | - "70"^^xsd:float ; | ||
| 563 | - ILAP:hasActivityPlan | ||
| 564 | - <http://data.posccaesar.org/Data/UC1/ProjectPlan_1> ; | ||
| 565 | - ILAP:hasActivityPlannedProgressPercent | ||
| 566 | - 80 ; | ||
| 567 | - ILAP:hasActivityPlannedResource | ||
| 568 | - <http://data.posccaesar.org/Data/UC1/PlannedResource_1> ; | ||
| 569 | - ILAP:hasActivityRegulator | ||
| 570 | - BRREG:NPD ; | ||
| 571 | - ILAP:hasActivityResponsiblePerson | ||
| 572 | - <http://data.posccaesar.org/pob/RolfHansen> ; | ||
| 573 | - ILAP:hasActivityStatus | ||
| 574 | - ILAP:Active ; | ||
| 575 | - ILAP:hasActivitySupplier | ||
| 576 | - BRREG:BakerHughes ; | ||
| 577 | - ILAP:hasActivityTaskLeader | ||
| 578 | - <http://data.posccaesar.org/pob/NiloErdal> ; | ||
| 579 | - ILAP:hasActivityVendor | ||
| 580 | - BRREG:BakerHughes ; | ||
| 581 | - ILAP:hasActivityWBSelement | ||
| 582 | - ILAP:ActivityWBS_1 ; | ||
| 583 | - ILAP:hasActivityWeight | ||
| 584 | - "10800"^^xsd:float ; | ||
| 585 | - ILAP:hasActivityWorkVolume | ||
| 586 | - "250"^^xsd:float ; | ||
| 587 | - ILAP:hasExternalReference | ||
| 588 | - <http://data.posccaesar.org/Data/UC1/ExternalReference_1> ; | ||
| 589 | - ILAP:hasFixedFinish "2014-10-17"^^xsd:date ; | ||
| 590 | - ILAP:hasFixedStart "2014-09-01"^^xsd:date ; | ||
| 591 | - ILAP:hasObjectDescription | ||
| 592 | - "Specific text object"^^xsd:string ; | ||
| 593 | - ILAP:hasObjectName "Soecific object name"^^xsd:string ; | ||
| 594 | - ILAP:hasObjectReferenceID | ||
| 595 | - "Specific object ID"^^xsd:string . | ||
| 596 | - | ||
| 597 | ILAP:PlannedMilestone | 436 | ILAP:PlannedMilestone |
| 598 | rdf:type owl:Class ; | 437 | rdf:type owl:Class ; |
| 599 | rdfs:label "Planned Milestone"^^xsd:string ; | 438 | rdfs:label "Planned Milestone"^^xsd:string ; |
| ... | @@ -609,10 +448,6 @@ ILAP:Portfolio | ... | @@ -609,10 +448,6 @@ ILAP:Portfolio |
| 609 | rdfs:label "Portfolio"^^xsd:string ; | 448 | rdfs:label "Portfolio"^^xsd:string ; |
| 610 | rdfs:subClassOf ILAP:Project . | 449 | rdfs:subClassOf ILAP:Project . |
| 611 | 450 | ||
| 612 | -ILAP:ProductionShutdown | ||
| 613 | - rdf:type ILAP:ShutdownContent ; | ||
| 614 | - rdfs:label "Production Shutdown"^^xsd:string . | ||
| 615 | - | ||
| 616 | ILAP:Programme | 451 | ILAP:Programme |
| 617 | rdf:type owl:Class ; | 452 | rdf:type owl:Class ; |
| 618 | rdfs:label "Programme"^^xsd:string ; | 453 | rdfs:label "Programme"^^xsd:string ; |
| ... | @@ -651,72 +486,72 @@ ILAP:ProjectExecutionPlan | ... | @@ -651,72 +486,72 @@ ILAP:ProjectExecutionPlan |
| 651 | rdfs:subClassOf ILAP:Network ; | 486 | rdfs:subClassOf ILAP:Network ; |
| 652 | rdfs:subClassOf | 487 | rdfs:subClassOf |
| 653 | [ rdf:type owl:Restriction ; | 488 | [ rdf:type owl:Restriction ; |
| 654 | - owl:onProperty ILAP:hasPlanContentType ; | 489 | + owl:onProperty ILAP:hasPlanProjectType ; |
| 655 | - owl:someValuesFrom ILAP:PlanContentType | 490 | + owl:someValuesFrom ILAP:PlanProjectType |
| 656 | ] ; | 491 | ] ; |
| 657 | rdfs:subClassOf | 492 | rdfs:subClassOf |
| 658 | [ rdf:type owl:Restriction ; | 493 | [ rdf:type owl:Restriction ; |
| 659 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 494 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 660 | - owl:onProperty ILAP:hasPlanSubplan | 495 | + owl:onProperty ILAP:hasPlanResponsible |
| 661 | ] ; | 496 | ] ; |
| 662 | rdfs:subClassOf | 497 | rdfs:subClassOf |
| 663 | [ rdf:type owl:Restriction ; | 498 | [ rdf:type owl:Restriction ; |
| 664 | - owl:onProperty ILAP:hasPlanLevel ; | 499 | + owl:allValuesFrom ILAP:PlanLifecycleStage ; |
| 665 | - owl:someValuesFrom ILAP:PlanLevel | 500 | + owl:onProperty ILAP:hasPlanLifecycleStage |
| 666 | ] ; | 501 | ] ; |
| 667 | rdfs:subClassOf | 502 | rdfs:subClassOf |
| 668 | [ rdf:type owl:Restriction ; | 503 | [ rdf:type owl:Restriction ; |
| 669 | - owl:maxQualifiedCardinality | 504 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 670 | - "1"^^xsd:nonNegativeInteger ; | 505 | + owl:onProperty ILAP:hasPlanRollUpPlan |
| 671 | - owl:onClass ILAP:PlanLevel ; | ||
| 672 | - owl:onProperty ILAP:hasPlanLevel | ||
| 673 | ] ; | 506 | ] ; |
| 674 | rdfs:subClassOf | 507 | rdfs:subClassOf |
| 675 | [ rdf:type owl:Restriction ; | 508 | [ rdf:type owl:Restriction ; |
| 676 | - owl:onProperty ILAP:hasPlanGeoArea ; | 509 | + owl:maxQualifiedCardinality |
| 677 | - owl:someValuesFrom ILAP:PlanGeoArea | 510 | + "1"^^xsd:nonNegativeInteger ; |
| 511 | + owl:onClass ILAP:Project ; | ||
| 512 | + owl:onProperty ILAP:hasPlanProject | ||
| 678 | ] ; | 513 | ] ; |
| 679 | rdfs:subClassOf | 514 | rdfs:subClassOf |
| 680 | [ rdf:type owl:Restriction ; | 515 | [ rdf:type owl:Restriction ; |
| 681 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 516 | + owl:onProperty ILAP:hasPlanContentType ; |
| 682 | - owl:onProperty ILAP:hasPlanAsset | 517 | + owl:someValuesFrom ILAP:PlanContentType |
| 683 | ] ; | 518 | ] ; |
| 684 | rdfs:subClassOf | 519 | rdfs:subClassOf |
| 685 | [ rdf:type owl:Restriction ; | 520 | [ rdf:type owl:Restriction ; |
| 686 | - owl:allValuesFrom ILAP:PlanLifecycleStage ; | 521 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 687 | - owl:onProperty ILAP:hasPlanLifecycleStage | 522 | + owl:onProperty ILAP:hasPlanSubplan |
| 688 | ] ; | 523 | ] ; |
| 689 | rdfs:subClassOf | 524 | rdfs:subClassOf |
| 690 | [ rdf:type owl:Restriction ; | 525 | [ rdf:type owl:Restriction ; |
| 691 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 526 | + owl:onProperty ILAP:hasPlanLevel ; |
| 692 | - owl:onProperty ILAP:hasPlanRollUpPlan | 527 | + owl:someValuesFrom ILAP:PlanLevel |
| 693 | ] ; | 528 | ] ; |
| 694 | rdfs:subClassOf | 529 | rdfs:subClassOf |
| 695 | [ rdf:type owl:Restriction ; | 530 | [ rdf:type owl:Restriction ; |
| 696 | - owl:allValuesFrom BRREG:LegalEntity ; | 531 | + owl:allValuesFrom ILAP:PlanContractType ; |
| 697 | - owl:onProperty ILAP:hasPlanResponsible | 532 | + owl:onProperty ILAP:hasPlanContractType |
| 698 | ] ; | 533 | ] ; |
| 699 | rdfs:subClassOf | 534 | rdfs:subClassOf |
| 700 | [ rdf:type owl:Restriction ; | 535 | [ rdf:type owl:Restriction ; |
| 701 | - owl:onProperty ILAP:hasPlanProjectType ; | 536 | + owl:allValuesFrom ILAP:PlanObjectiveType ; |
| 702 | - owl:someValuesFrom ILAP:PlanProjectType | 537 | + owl:onProperty ILAP:hasPlanObjectiveType |
| 703 | ] ; | 538 | ] ; |
| 704 | rdfs:subClassOf | 539 | rdfs:subClassOf |
| 705 | [ rdf:type owl:Restriction ; | 540 | [ rdf:type owl:Restriction ; |
| 706 | owl:maxQualifiedCardinality | 541 | owl:maxQualifiedCardinality |
| 707 | "1"^^xsd:nonNegativeInteger ; | 542 | "1"^^xsd:nonNegativeInteger ; |
| 708 | - owl:onClass ILAP:Project ; | 543 | + owl:onClass ILAP:PlanLevel ; |
| 709 | - owl:onProperty ILAP:hasPlanProject | 544 | + owl:onProperty ILAP:hasPlanLevel |
| 710 | ] ; | 545 | ] ; |
| 711 | rdfs:subClassOf | 546 | rdfs:subClassOf |
| 712 | [ rdf:type owl:Restriction ; | 547 | [ rdf:type owl:Restriction ; |
| 713 | - owl:allValuesFrom ILAP:PlanContractType ; | 548 | + owl:onProperty ILAP:hasPlanGeoArea ; |
| 714 | - owl:onProperty ILAP:hasPlanContractType | 549 | + owl:someValuesFrom ILAP:PlanGeoArea |
| 715 | ] ; | 550 | ] ; |
| 716 | rdfs:subClassOf | 551 | rdfs:subClassOf |
| 717 | [ rdf:type owl:Restriction ; | 552 | [ rdf:type owl:Restriction ; |
| 718 | - owl:allValuesFrom ILAP:PlanObjectiveType ; | 553 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
| 719 | - owl:onProperty ILAP:hasPlanObjectiveType | 554 | + owl:onProperty ILAP:hasPlanAsset |
| 720 | ] . | 555 | ] . |
| 721 | 556 | ||
| 722 | ILAP:ProjectType | 557 | ILAP:ProjectType |
| ... | @@ -729,14 +564,6 @@ ILAP:Regular8To16WorkingDayCalendar | ... | @@ -729,14 +564,6 @@ ILAP:Regular8To16WorkingDayCalendar |
| 729 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 564 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
| 730 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . | 565 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . |
| 731 | 566 | ||
| 732 | -ILAP:RemovalOfBarriers | ||
| 733 | - rdf:type ILAP:RiskType ; | ||
| 734 | - rdfs:label "Removal of barriers"^^xsd:string . | ||
| 735 | - | ||
| 736 | -ILAP:ReservoirDrillingOperation | ||
| 737 | - rdf:type ILAP:RiskType ; | ||
| 738 | - rdfs:label "Reservoir drilling operation"^^xsd:string . | ||
| 739 | - | ||
| 740 | ILAP:Resource | 567 | ILAP:Resource |
| 741 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 568 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
| 742 | rdfs:label "Resource"^^xsd:string ; | 569 | rdfs:label "Resource"^^xsd:string ; |
| ... | @@ -782,10 +609,6 @@ ILAP:RevisedSchedule | ... | @@ -782,10 +609,6 @@ ILAP:RevisedSchedule |
| 782 | rdfs:label "Revised schedule"^^xsd:string ; | 609 | rdfs:label "Revised schedule"^^xsd:string ; |
| 783 | rdfs:subClassOf ILAP:Schedule . | 610 | rdfs:subClassOf ILAP:Schedule . |
| 784 | 611 | ||
| 785 | -ILAP:Revision_Shutdown | ||
| 786 | - rdf:type ILAP:ShutdownType ; | ||
| 787 | - rdfs:label "Revision Shutdown"^^xsd:string . | ||
| 788 | - | ||
| 789 | ILAP:RiskFactor | 612 | ILAP:RiskFactor |
| 790 | rdf:type owl:Class ; | 613 | rdf:type owl:Class ; |
| 791 | rdfs:label "Risk factor"^^xsd:string ; | 614 | rdfs:label "Risk factor"^^xsd:string ; |
| ... | @@ -796,10 +619,6 @@ ILAP:RiskType | ... | @@ -796,10 +619,6 @@ ILAP:RiskType |
| 796 | rdfs:label "Risk type"^^xsd:string ; | 619 | rdfs:label "Risk type"^^xsd:string ; |
| 797 | rdfs:subClassOf owl:Thing . | 620 | rdfs:subClassOf owl:Thing . |
| 798 | 621 | ||
| 799 | -ILAP:Safety_Test_Shutdown | ||
| 800 | - rdf:type ILAP:ShutdownContent ; | ||
| 801 | - rdfs:label "Safety Test Shutdown"^^xsd:string . | ||
| 802 | - | ||
| 803 | ILAP:Schedule | 622 | ILAP:Schedule |
| 804 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 623 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 805 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 624 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
| ... | @@ -836,14 +655,6 @@ ILAP:ScheduledMilestone | ... | @@ -836,14 +655,6 @@ ILAP:ScheduledMilestone |
| 836 | rdfs:label "Scheduled Milestone"^^xsd:string ; | 655 | rdfs:label "Scheduled Milestone"^^xsd:string ; |
| 837 | rdfs:subClassOf ILAP:PlannedMilestone . | 656 | rdfs:subClassOf ILAP:PlannedMilestone . |
| 838 | 657 | ||
| 839 | -ILAP:Scheduled_Shutdown | ||
| 840 | - rdf:type ILAP:ShutdownType ; | ||
| 841 | - rdfs:label "Scheduled Shutdown"^^xsd:string . | ||
| 842 | - | ||
| 843 | -ILAP:ShallowGasOperation | ||
| 844 | - rdf:type ILAP:RiskType ; | ||
| 845 | - rdfs:label "Shallow gas operation"^^xsd:string . | ||
| 846 | - | ||
| 847 | ILAP:Shutdown | 658 | ILAP:Shutdown |
| 848 | rdf:type owl:Class ; | 659 | rdf:type owl:Class ; |
| 849 | rdfs:label "Shutdown"^^xsd:string ; | 660 | rdfs:label "Shutdown"^^xsd:string ; |
| ... | @@ -864,14 +675,6 @@ ILAP:ShutdownType | ... | @@ -864,14 +675,6 @@ ILAP:ShutdownType |
| 864 | rdfs:label "Shutdown type"^^xsd:string ; | 675 | rdfs:label "Shutdown type"^^xsd:string ; |
| 865 | rdfs:subClassOf owl:Thing . | 676 | rdfs:subClassOf owl:Thing . |
| 866 | 677 | ||
| 867 | -ILAP:Shutdown_Period | ||
| 868 | - rdf:type ILAP:ShutdownPeriod ; | ||
| 869 | - rdfs:label "Shutdown Period"^^xsd:string . | ||
| 870 | - | ||
| 871 | -ILAP:Shutdown_not_evaluated | ||
| 872 | - rdf:type ILAP:ShutdownType ; | ||
| 873 | - rdfs:label "Shutdown not evaluated"^^xsd:string . | ||
| 874 | - | ||
| 875 | ILAP:Source | 678 | ILAP:Source |
| 876 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 679 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
| 877 | rdfs:label "Source"^^xsd:string ; | 680 | rdfs:label "Source"^^xsd:string ; |
| ... | @@ -902,10 +705,6 @@ ILAP:Status | ... | @@ -902,10 +705,6 @@ ILAP:Status |
| 902 | rdfs:label "Status"^^xsd:string ; | 705 | rdfs:label "Status"^^xsd:string ; |
| 903 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . | 706 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . |
| 904 | 707 | ||
| 905 | -ILAP:System_Shutdown | ||
| 906 | - rdf:type ILAP:ShutdownContent ; | ||
| 907 | - rdfs:label "System Shutdown"^^xsd:string . | ||
| 908 | - | ||
| 909 | ILAP:TargetSchedule | 708 | ILAP:TargetSchedule |
| 910 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 709 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 911 | rdfs:label "Target schedule"^^xsd:string ; | 710 | rdfs:label "Target schedule"^^xsd:string ; |
| ... | @@ -916,10 +715,6 @@ ILAP:Timebased | ... | @@ -916,10 +715,6 @@ ILAP:Timebased |
| 916 | rdfs:label "Timebased"^^xsd:string ; | 715 | rdfs:label "Timebased"^^xsd:string ; |
| 917 | rdfs:subClassOf ILAP:Resource . | 716 | rdfs:subClassOf ILAP:Resource . |
| 918 | 717 | ||
| 919 | -ILAP:Train_Shutdown | ||
| 920 | - rdf:type ILAP:ShutdownContent ; | ||
| 921 | - rdfs:label "Train Shutdown"^^xsd:string . | ||
| 922 | - | ||
| 923 | ILAP:UnitBased | 718 | ILAP:UnitBased |
| 924 | rdf:type owl:Class ; | 719 | rdf:type owl:Class ; |
| 925 | rdfs:label "Unit based"^^xsd:string ; | 720 | rdfs:label "Unit based"^^xsd:string ; |
| ... | @@ -942,27 +737,11 @@ ILAP:Value | ... | @@ -942,27 +737,11 @@ ILAP:Value |
| 942 | rdfs:label "Value"^^xsd:string ; | 737 | rdfs:label "Value"^^xsd:string ; |
| 943 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . | 738 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . |
| 944 | 739 | ||
| 945 | -ILAP:VesselOperation | ||
| 946 | - rdf:type ILAP:RiskType ; | ||
| 947 | - rdfs:label "Vessel operation"^^xsd:string . | ||
| 948 | - | ||
| 949 | -ILAP:Water_Injection_Shutdown | ||
| 950 | - rdf:type ILAP:ShutdownContent ; | ||
| 951 | - rdfs:label "Water Injection Shutdown"^^xsd:string . | ||
| 952 | - | ||
| 953 | -ILAP:Water_Production_Shutdown | ||
| 954 | - rdf:type ILAP:ShutdownContent ; | ||
| 955 | - rdfs:label "Water Production Shutdown"^^xsd:string . | ||
| 956 | - | ||
| 957 | ILAP:WeekendsFreeCalendar | 740 | ILAP:WeekendsFreeCalendar |
| 958 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 741 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 959 | rdfs:label "Weekends free calendar"^^xsd:string ; | 742 | rdfs:label "Weekends free calendar"^^xsd:string ; |
| 960 | rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . | 743 | rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . |
| 961 | 744 | ||
| 962 | -ILAP:Well_Transfer | ||
| 963 | - rdf:type ILAP:ShutdownContent ; | ||
| 964 | - rdfs:label "Well Transfer "^^xsd:string . | ||
| 965 | - | ||
| 966 | ILAP:WorkOrder | 745 | ILAP:WorkOrder |
| 967 | rdf:type owl:Class ; | 746 | rdf:type owl:Class ; |
| 968 | rdfs:label "Work order"^^xsd:string ; | 747 | rdfs:label "Work order"^^xsd:string ; |
| ... | @@ -1074,7 +853,8 @@ ILAP:hasActivityPartActivity | ... | @@ -1074,7 +853,8 @@ ILAP:hasActivityPartActivity |
| 1074 | ILAP:hasActivityPhase | 853 | ILAP:hasActivityPhase |
| 1075 | rdf:type owl:ObjectProperty ; | 854 | rdf:type owl:ObjectProperty ; |
| 1076 | rdfs:domain ILAP:Activity ; | 855 | rdfs:domain ILAP:Activity ; |
| 1077 | - rdfs:label "has Activity Phase"^^xsd:string . | 856 | + rdfs:label "has Activity Phase"^^xsd:string ; |
| 857 | + rdfs:range ILAP:Phase . | ||
| 1078 | 858 | ||
| 1079 | ILAP:hasActivityPhysicalPercentComplete | 859 | ILAP:hasActivityPhysicalPercentComplete |
| 1080 | rdf:type owl:DatatypeProperty ; | 860 | rdf:type owl:DatatypeProperty ; |
| ... | @@ -1112,15 +892,18 @@ ILAP:hasActivityRegulator | ... | @@ -1112,15 +892,18 @@ ILAP:hasActivityRegulator |
| 1112 | rdf:type owl:ObjectProperty ; | 892 | rdf:type owl:ObjectProperty ; |
| 1113 | rdfs:domain ILAP:PlannedActivity ; | 893 | rdfs:domain ILAP:PlannedActivity ; |
| 1114 | rdfs:label "has activity regulator"^^xsd:string ; | 894 | rdfs:label "has activity regulator"^^xsd:string ; |
| 1115 | - rdfs:range BRREG:Regulator ; | 895 | + rdfs:range ILAP:ResponsibleOrganization ; |
| 1116 | rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . | 896 | rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . |
| 1117 | 897 | ||
| 1118 | ILAP:hasActivityResource | 898 | ILAP:hasActivityResource |
| 1119 | rdf:type owl:ObjectProperty ; | 899 | rdf:type owl:ObjectProperty ; |
| 1120 | - rdfs:label "has activity resource"^^xsd:string . | 900 | + rdfs:domain ILAP:Activity ; |
| 901 | + rdfs:label "has activity resource"^^xsd:string ; | ||
| 902 | + rdfs:range ILAP:Resource . | ||
| 1121 | 903 | ||
| 1122 | ILAP:hasActivityResourceProfile | 904 | ILAP:hasActivityResourceProfile |
| 1123 | rdf:type owl:ObjectProperty ; | 905 | rdf:type owl:ObjectProperty ; |
| 906 | + rdfs:domain ILAP:Activity ; | ||
| 1124 | rdfs:label "has activity resource profile"^^xsd:string ; | 907 | rdfs:label "has activity resource profile"^^xsd:string ; |
| 1125 | rdfs:range ILAP:ResourceProfile . | 908 | rdfs:range ILAP:ResourceProfile . |
| 1126 | 909 | ||
| ... | @@ -1157,7 +940,8 @@ ILAP:hasActivitySchedule | ... | @@ -1157,7 +940,8 @@ ILAP:hasActivitySchedule |
| 1157 | ILAP:hasActivityShutdown | 940 | ILAP:hasActivityShutdown |
| 1158 | rdf:type owl:ObjectProperty ; | 941 | rdf:type owl:ObjectProperty ; |
| 1159 | rdfs:domain ILAP:Activity ; | 942 | rdfs:domain ILAP:Activity ; |
| 1160 | - rdfs:label "has activity shutdown"^^xsd:string . | 943 | + rdfs:label "has activity shutdown"^^xsd:string ; |
| 944 | + rdfs:range ILAP:Shutdown . | ||
| 1161 | 945 | ||
| 1162 | ILAP:hasActivityStatus | 946 | ILAP:hasActivityStatus |
| 1163 | rdf:type owl:ObjectProperty ; | 947 | rdf:type owl:ObjectProperty ; |
| ... | @@ -1176,7 +960,7 @@ ILAP:hasActivitySupplier | ... | @@ -1176,7 +960,7 @@ ILAP:hasActivitySupplier |
| 1176 | rdf:type owl:ObjectProperty ; | 960 | rdf:type owl:ObjectProperty ; |
| 1177 | rdfs:domain ILAP:PlannedActivity ; | 961 | rdfs:domain ILAP:PlannedActivity ; |
| 1178 | rdfs:label "has activity supplier"^^xsd:string ; | 962 | rdfs:label "has activity supplier"^^xsd:string ; |
| 1179 | - rdfs:range BRREG:Contractor ; | 963 | + rdfs:range ILAP:ResponsibleOrganization ; |
| 1180 | rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . | 964 | rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . |
| 1181 | 965 | ||
| 1182 | ILAP:hasActivityTaskLeader | 966 | ILAP:hasActivityTaskLeader |
| ... | @@ -1190,7 +974,7 @@ ILAP:hasActivityVendor | ... | @@ -1190,7 +974,7 @@ ILAP:hasActivityVendor |
| 1190 | rdf:type owl:ObjectProperty ; | 974 | rdf:type owl:ObjectProperty ; |
| 1191 | rdfs:domain ILAP:PlannedActivity ; | 975 | rdfs:domain ILAP:PlannedActivity ; |
| 1192 | rdfs:label "has activity vendor"^^xsd:string ; | 976 | rdfs:label "has activity vendor"^^xsd:string ; |
| 1193 | - rdfs:range BRREG:Contractor ; | 977 | + rdfs:range ILAP:ResponsibleOrganization ; |
| 1194 | rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . | 978 | rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . |
| 1195 | 979 | ||
| 1196 | ILAP:hasActivityWBSelement | 980 | ILAP:hasActivityWBSelement |
| ... | @@ -1234,7 +1018,9 @@ ILAP:hasCalendarFreePeriod | ... | @@ -1234,7 +1018,9 @@ ILAP:hasCalendarFreePeriod |
| 1234 | 1018 | ||
| 1235 | ILAP:hasCalendarPeriodDay | 1019 | ILAP:hasCalendarPeriodDay |
| 1236 | rdf:type owl:ObjectProperty ; | 1020 | rdf:type owl:ObjectProperty ; |
| 1237 | - rdfs:label "has calendar period day"^^xsd:string . | 1021 | + rdfs:domain ILAP:CalendarPeriod ; |
| 1022 | + rdfs:label "has calendar period day"^^xsd:string ; | ||
| 1023 | + rdfs:range ILAP:CalendarDay . | ||
| 1238 | 1024 | ||
| 1239 | ILAP:hasCalendarPeriodFreeDay | 1025 | ILAP:hasCalendarPeriodFreeDay |
| 1240 | rdf:type owl:ObjectProperty ; | 1026 | rdf:type owl:ObjectProperty ; |
| ... | @@ -1252,7 +1038,9 @@ ILAP:hasCalendarPeriodFreeHour | ... | @@ -1252,7 +1038,9 @@ ILAP:hasCalendarPeriodFreeHour |
| 1252 | 1038 | ||
| 1253 | ILAP:hasCalendarPeriodHour | 1039 | ILAP:hasCalendarPeriodHour |
| 1254 | rdf:type owl:ObjectProperty ; | 1040 | rdf:type owl:ObjectProperty ; |
| 1255 | - rdfs:label "has calendar period hour"^^xsd:string . | 1041 | + rdfs:domain ILAP:CalendarPeriod ; |
| 1042 | + rdfs:label "has calendar period hour"^^xsd:string ; | ||
| 1043 | + rdfs:range ILAP:CalendarHour . | ||
| 1256 | 1044 | ||
| 1257 | ILAP:hasCalendarTime | 1045 | ILAP:hasCalendarTime |
| 1258 | rdf:type owl:DatatypeProperty ; | 1046 | rdf:type owl:DatatypeProperty ; |
| ... | @@ -1482,7 +1270,8 @@ ILAP:hasPlanLifecycleStage | ... | @@ -1482,7 +1270,8 @@ ILAP:hasPlanLifecycleStage |
| 1482 | ILAP:hasPlanNPDelement | 1270 | ILAP:hasPlanNPDelement |
| 1483 | rdf:type owl:ObjectProperty ; | 1271 | rdf:type owl:ObjectProperty ; |
| 1484 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1272 | rdfs:domain ILAP:ProjectExecutionPlan ; |
| 1485 | - rdfs:label "has plan NPD element"^^xsd:string . | 1273 | + rdfs:label "has plan NPD element"^^xsd:string ; |
| 1274 | + rdfs:range ILAP:ScheduledActivity . | ||
| 1486 | 1275 | ||
| 1487 | ILAP:hasPlanObjectiveType | 1276 | ILAP:hasPlanObjectiveType |
| 1488 | rdf:type owl:ObjectProperty ; | 1277 | rdf:type owl:ObjectProperty ; |
| ... | @@ -1511,8 +1300,9 @@ ILAP:hasPlanRegulator | ... | @@ -1511,8 +1300,9 @@ ILAP:hasPlanRegulator |
| 1511 | 1300 | ||
| 1512 | ILAP:hasPlanResponsible | 1301 | ILAP:hasPlanResponsible |
| 1513 | rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1302 | rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1514 | - rdfs:domain ILAP:ResponsibleOrganization ; | 1303 | + rdfs:domain ILAP:ProjectExecutionPlan ; |
| 1515 | - rdfs:label "has plan responsible"^^xsd:string . | 1304 | + rdfs:label "has plan responsible"^^xsd:string ; |
| 1305 | + rdfs:range ILAP:ResponsibleOrganization . | ||
| 1516 | 1306 | ||
| 1517 | ILAP:hasPlanRollUpPlan | 1307 | ILAP:hasPlanRollUpPlan |
| 1518 | rdf:type owl:ObjectProperty ; | 1308 | rdf:type owl:ObjectProperty ; |
| ... | @@ -1541,7 +1331,8 @@ ILAP:hasPlanUserField | ... | @@ -1541,7 +1331,8 @@ ILAP:hasPlanUserField |
| 1541 | 1331 | ||
| 1542 | ILAP:hasPlatform | 1332 | ILAP:hasPlatform |
| 1543 | rdf:type owl:ObjectProperty ; | 1333 | rdf:type owl:ObjectProperty ; |
| 1544 | - rdfs:label "has platform"^^xsd:string . | 1334 | + rdfs:label "has platform"^^xsd:string ; |
| 1335 | + rdfs:range ILAP:Facility . | ||
| 1545 | 1336 | ||
| 1546 | ILAP:hasPredecessorActivity | 1337 | ILAP:hasPredecessorActivity |
| 1547 | rdf:type owl:ObjectProperty ; | 1338 | rdf:type owl:ObjectProperty ; |
| ... | @@ -1760,17 +1551,20 @@ ILAP:hasWBSProjectType | ... | @@ -1760,17 +1551,20 @@ ILAP:hasWBSProjectType |
| 1760 | ILAP:hasWBSResource | 1551 | ILAP:hasWBSResource |
| 1761 | rdf:type owl:ObjectProperty ; | 1552 | rdf:type owl:ObjectProperty ; |
| 1762 | rdfs:domain ILAP:ActivityWBS ; | 1553 | rdfs:domain ILAP:ActivityWBS ; |
| 1763 | - rdfs:label "has WBS Resource"^^xsd:string . | 1554 | + rdfs:label "has WBS Resource"^^xsd:string ; |
| 1555 | + rdfs:range ILAP:Resource . | ||
| 1764 | 1556 | ||
| 1765 | ILAP:hasWBScomponent | 1557 | ILAP:hasWBScomponent |
| 1766 | rdf:type owl:ObjectProperty ; | 1558 | rdf:type owl:ObjectProperty ; |
| 1767 | rdfs:domain ILAP:ActivityWBS ; | 1559 | rdfs:domain ILAP:ActivityWBS ; |
| 1768 | - rdfs:label "has WBS Component"^^xsd:string . | 1560 | + rdfs:label "has WBS Component"^^xsd:string ; |
| 1561 | + rdfs:range ILAP:Result . | ||
| 1769 | 1562 | ||
| 1770 | ILAP:hasWBSphase | 1563 | ILAP:hasWBSphase |
| 1771 | rdf:type owl:ObjectProperty ; | 1564 | rdf:type owl:ObjectProperty ; |
| 1772 | rdfs:domain ILAP:ActivityWBS ; | 1565 | rdfs:domain ILAP:ActivityWBS ; |
| 1773 | - rdfs:label "has WBS Phase"^^xsd:string . | 1566 | + rdfs:label "has WBS Phase"^^xsd:string ; |
| 1567 | + rdfs:range ILAP:Phase . | ||
| 1774 | 1568 | ||
| 1775 | ILAP:hasWorkTaskActivity | 1569 | ILAP:hasWorkTaskActivity |
| 1776 | rdf:type owl:ObjectProperty ; | 1570 | rdf:type owl:ObjectProperty ; | ... | ... |
| ... | @@ -35,10 +35,18 @@ ILAP:ActivityWBS_1 | ... | @@ -35,10 +35,18 @@ ILAP:ActivityWBS_1 |
| 35 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_BABA> ; | 35 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_BABA> ; |
| 36 | ILAP:hasWBSphase <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_11> . | 36 | ILAP:hasWBSphase <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_11> . |
| 37 | 37 | ||
| 38 | +ILAP:After_Shutdown | ||
| 39 | + rdf:type ILAP:ShutdownType ; | ||
| 40 | + rdfs:label "After Shutdown"^^xsd:string . | ||
| 41 | + | ||
| 38 | ILAP:Aquisition | 42 | ILAP:Aquisition |
| 39 | rdf:type ILAP:PlanLifecycleStage ; | 43 | rdf:type ILAP:PlanLifecycleStage ; |
| 40 | rdfs:label "Aquire"^^xsd:string . | 44 | rdfs:label "Aquire"^^xsd:string . |
| 41 | 45 | ||
| 46 | +ILAP:Before_Shutdown | ||
| 47 | + rdf:type ILAP:ShutdownType ; | ||
| 48 | + rdfs:label "Before Shutdown"^^xsd:string . | ||
| 49 | + | ||
| 42 | ILAP:BrownFieldProject | 50 | ILAP:BrownFieldProject |
| 43 | rdf:type ILAP:PlanProjectType ; | 51 | rdf:type ILAP:PlanProjectType ; |
| 44 | rdfs:label "Brown field project"^^xsd:string . | 52 | rdfs:label "Brown field project"^^xsd:string . |
| ... | @@ -55,10 +63,18 @@ ILAP:CAPEX | ... | @@ -55,10 +63,18 @@ ILAP:CAPEX |
| 55 | rdf:type ILAP:PlanExpenseType ; | 63 | rdf:type ILAP:PlanExpenseType ; |
| 56 | rdfs:label "CAPEX"^^xsd:string . | 64 | rdfs:label "CAPEX"^^xsd:string . |
| 57 | 65 | ||
| 66 | +ILAP:Campaign | ||
| 67 | + rdf:type ILAP:ShutdownType ; | ||
| 68 | + rdfs:label "Campaign"^^xsd:string . | ||
| 69 | + | ||
| 58 | ILAP:Cancelled | 70 | ILAP:Cancelled |
| 59 | rdf:type ILAP:Status ; | 71 | rdf:type ILAP:Status ; |
| 60 | rdfs:label "Cancelled"^^xsd:string . | 72 | rdfs:label "Cancelled"^^xsd:string . |
| 61 | 73 | ||
| 74 | +ILAP:Change_over | ||
| 75 | + rdf:type ILAP:ShutdownType ; | ||
| 76 | + rdfs:label "Change over"^^xsd:string . | ||
| 77 | + | ||
| 62 | ILAP:Completed | 78 | ILAP:Completed |
| 63 | rdf:type ILAP:Status ; | 79 | rdf:type ILAP:Status ; |
| 64 | rdfs:label "Completed"^^xsd:string . | 80 | rdfs:label "Completed"^^xsd:string . |
| ... | @@ -103,9 +119,13 @@ ILAP:DG7 | ... | @@ -103,9 +119,13 @@ ILAP:DG7 |
| 103 | rdf:type ILAP:DecisionGate ; | 119 | rdf:type ILAP:DecisionGate ; |
| 104 | rdfs:label "DG7"^^xsd:string . | 120 | rdfs:label "DG7"^^xsd:string . |
| 105 | 121 | ||
| 122 | +ILAP:Dependent_on_Shutdown | ||
| 123 | + rdf:type ILAP:ShutdownType ; | ||
| 124 | + rdfs:label "Dependent on Shutdown"^^xsd:string . | ||
| 125 | + | ||
| 106 | ILAP:Development | 126 | ILAP:Development |
| 107 | - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; | 127 | + rdf:type ILAP:PlanLifecycleStage ; |
| 108 | - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . | 128 | + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . |
| 109 | 129 | ||
| 110 | ILAP:DisasterRecovery | 130 | ILAP:DisasterRecovery |
| 111 | rdf:type ILAP:PlanObjectiveType ; | 131 | rdf:type ILAP:PlanObjectiveType ; |
| ... | @@ -119,8 +139,24 @@ ILAP:DrillingAndWell | ... | @@ -119,8 +139,24 @@ ILAP:DrillingAndWell |
| 119 | rdf:type ILAP:PlanProjectType ; | 139 | rdf:type ILAP:PlanProjectType ; |
| 120 | rdfs:label "Drilling and well"^^xsd:string . | 140 | rdfs:label "Drilling and well"^^xsd:string . |
| 121 | 141 | ||
| 142 | +ILAP:Drilling_Shutdown | ||
| 143 | + rdf:type ILAP:ShutdownContent ; | ||
| 144 | + rdfs:label "Drilling shutdown"^^xsd:string . | ||
| 145 | + | ||
| 146 | +ILAP:During_Normal_Operation | ||
| 147 | + rdf:type ILAP:ShutdownType ; | ||
| 148 | + rdfs:label "During Normal Operation"^^xsd:string . | ||
| 149 | + | ||
| 150 | +ILAP:During_Shutdown | ||
| 151 | + rdf:type ILAP:ShutdownType ; | ||
| 152 | + rdfs:label "During Shutdown"^^xsd:string . | ||
| 153 | + | ||
| 154 | +ILAP:Equipment_Shutdown | ||
| 155 | + rdf:type ILAP:ShutdownContent ; | ||
| 156 | + rdfs:label "Equipment Shutdown"^^xsd:string . | ||
| 157 | + | ||
| 122 | ILAP:Exploration | 158 | ILAP:Exploration |
| 123 | - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; | 159 | + rdf:type ILAP:PlanLifecycleStage ; |
| 124 | rdfs:label "Exploration"^^xsd:string . | 160 | rdfs:label "Exploration"^^xsd:string . |
| 125 | 161 | ||
| 126 | ILAP:Facility | 162 | ILAP:Facility |
| ... | @@ -135,6 +171,10 @@ ILAP:FieldStudy | ... | @@ -135,6 +171,10 @@ ILAP:FieldStudy |
| 135 | rdf:type ILAP:PlanProjectType ; | 171 | rdf:type ILAP:PlanProjectType ; |
| 136 | rdfs:label "Field study"^^xsd:string . | 172 | rdfs:label "Field study"^^xsd:string . |
| 137 | 173 | ||
| 174 | +ILAP:Field_Shutdown | ||
| 175 | + rdf:type ILAP:ShutdownContent ; | ||
| 176 | + rdfs:label "Field Shutdown"^^xsd:string . | ||
| 177 | + | ||
| 138 | ILAP:Friday | 178 | ILAP:Friday |
| 139 | rdf:type ILAP:CalendarDay ; | 179 | rdf:type ILAP:CalendarDay ; |
| 140 | rdfs:label "Friday"^^xsd:string . | 180 | rdfs:label "Friday"^^xsd:string . |
| ... | @@ -163,10 +203,42 @@ ILAP:From16To24 | ... | @@ -163,10 +203,42 @@ ILAP:From16To24 |
| 163 | ILAP:hasActivityStartTime | 203 | ILAP:hasActivityStartTime |
| 164 | "16:00:00"^^xsd:time . | 204 | "16:00:00"^^xsd:time . |
| 165 | 205 | ||
| 206 | +ILAP:Gas_Export_Shutdown | ||
| 207 | + rdf:type ILAP:ShutdownContent ; | ||
| 208 | + rdfs:label "Gas Export Shutdown"^^xsd:string . | ||
| 209 | + | ||
| 210 | +ILAP:Gas_Injection_Shutdown | ||
| 211 | + rdf:type ILAP:ShutdownContent ; | ||
| 212 | + rdfs:label "Gas Injection Shutdown"^^xsd:string . | ||
| 213 | + | ||
| 166 | ILAP:GreenFieldProject | 214 | ILAP:GreenFieldProject |
| 167 | rdf:type ILAP:PlanProjectType ; | 215 | rdf:type ILAP:PlanProjectType ; |
| 168 | rdfs:label "Green field project"^^xsd:string . | 216 | rdfs:label "Green field project"^^xsd:string . |
| 169 | 217 | ||
| 218 | +ILAP:HC_systemsWork | ||
| 219 | + rdf:type ILAP:RiskType ; | ||
| 220 | + rdfs:label "HC systems work"^^xsd:string . | ||
| 221 | + | ||
| 222 | +ILAP:HeightWork | ||
| 223 | + rdf:type ILAP:RiskType ; | ||
| 224 | + rdfs:label "Height work"^^xsd:string . | ||
| 225 | + | ||
| 226 | +ILAP:HighCriticality | ||
| 227 | + rdf:type ILAP:DegreeOfCriticality ; | ||
| 228 | + rdfs:label "High criticality"^^xsd:string . | ||
| 229 | + | ||
| 230 | +ILAP:HighPriority | ||
| 231 | + rdf:type ILAP:DegreeOfPriority ; | ||
| 232 | + rdfs:label "High priority"^^xsd:string . | ||
| 233 | + | ||
| 234 | +ILAP:High_Activity_Period | ||
| 235 | + rdf:type ILAP:ShutdownPeriod ; | ||
| 236 | + rdfs:label "High Activity Period"^^xsd:string . | ||
| 237 | + | ||
| 238 | +ILAP:HotWork | ||
| 239 | + rdf:type ILAP:RiskType ; | ||
| 240 | + rdfs:label "Hot work"^^xsd:string . | ||
| 241 | + | ||
| 170 | ILAP:IncreasedRecovery | 242 | ILAP:IncreasedRecovery |
| 171 | rdf:type ILAP:PlanObjectiveType ; | 243 | rdf:type ILAP:PlanObjectiveType ; |
| 172 | rdfs:label "Increased recovery"^^xsd:string . | 244 | rdfs:label "Increased recovery"^^xsd:string . |
| ... | @@ -175,6 +247,10 @@ ILAP:IncrementalImprovement | ... | @@ -175,6 +247,10 @@ ILAP:IncrementalImprovement |
| 175 | rdf:type ILAP:PlanObjectiveType ; | 247 | rdf:type ILAP:PlanObjectiveType ; |
| 176 | rdfs:label "Incremental improvement"^^xsd:string . | 248 | rdfs:label "Incremental improvement"^^xsd:string . |
| 177 | 249 | ||
| 250 | +ILAP:IndependentOfOperation | ||
| 251 | + rdf:type ILAP:ShutdownType ; | ||
| 252 | + rdfs:label "Independent of operation"^^xsd:string . | ||
| 253 | + | ||
| 178 | ILAP:L1_ProgramPortfolioSchedule | 254 | ILAP:L1_ProgramPortfolioSchedule |
| 179 | rdf:type ILAP:PlanLevel ; | 255 | rdf:type ILAP:PlanLevel ; |
| 180 | rdfs:label "PPS"^^xsd:string . | 256 | rdfs:label "PPS"^^xsd:string . |
| ... | @@ -207,6 +283,22 @@ ILAP:L7_ContractorOperationsSchedule | ... | @@ -207,6 +283,22 @@ ILAP:L7_ContractorOperationsSchedule |
| 207 | rdf:type ILAP:PlanLevel ; | 283 | rdf:type ILAP:PlanLevel ; |
| 208 | rdfs:label "COS"^^xsd:string . | 284 | rdfs:label "COS"^^xsd:string . |
| 209 | 285 | ||
| 286 | +ILAP:LiftingOperation | ||
| 287 | + rdf:type ILAP:RiskType ; | ||
| 288 | + rdfs:label "Lifting operation"^^xsd:string . | ||
| 289 | + | ||
| 290 | +ILAP:Living_Quarter_Shutdown | ||
| 291 | + rdf:type ILAP:ShutdownContent ; | ||
| 292 | + rdfs:label "Living Quarter Shutdown"^^xsd:string . | ||
| 293 | + | ||
| 294 | +ILAP:LowCriticality | ||
| 295 | + rdf:type ILAP:DegreeOfCriticality ; | ||
| 296 | + rdfs:label "Low criticality"^^xsd:string . | ||
| 297 | + | ||
| 298 | +ILAP:LowPriority | ||
| 299 | + rdf:type ILAP:DegreeOfPriority ; | ||
| 300 | + rdfs:label "Low priority"^^xsd:string . | ||
| 301 | + | ||
| 210 | ILAP:Maintenance | 302 | ILAP:Maintenance |
| 211 | rdf:type ILAP:PlanLifecycleStage ; | 303 | rdf:type ILAP:PlanLifecycleStage ; |
| 212 | rdfs:label "Maintenance"^^xsd:string . | 304 | rdfs:label "Maintenance"^^xsd:string . |
| ... | @@ -215,6 +307,10 @@ ILAP:ManagedClosedown | ... | @@ -215,6 +307,10 @@ ILAP:ManagedClosedown |
| 215 | rdf:type ILAP:PlanObjectiveType ; | 307 | rdf:type ILAP:PlanObjectiveType ; |
| 216 | rdfs:label "Managed closedown"^^xsd:string . | 308 | rdfs:label "Managed closedown"^^xsd:string . |
| 217 | 309 | ||
| 310 | +ILAP:MiniShutdown | ||
| 311 | + rdf:type ILAP:ShutdownType ; | ||
| 312 | + rdfs:label "Mini shutdown"^^xsd:string . | ||
| 313 | + | ||
| 218 | ILAP:Modification | 314 | ILAP:Modification |
| 219 | rdf:type ILAP:PlanProjectType ; | 315 | rdf:type ILAP:PlanProjectType ; |
| 220 | rdfs:label "Modification"^^xsd:string . | 316 | rdfs:label "Modification"^^xsd:string . |
| ... | @@ -227,12 +323,24 @@ ILAP:NPDelement_1 | ... | @@ -227,12 +323,24 @@ ILAP:NPDelement_1 |
| 227 | rdf:type NPD:NPDelement ; | 323 | rdf:type NPD:NPDelement ; |
| 228 | rdfs:label "NPDelement 1"^^xsd:string . | 324 | rdfs:label "NPDelement 1"^^xsd:string . |
| 229 | 325 | ||
| 326 | +ILAP:Non-Scheduled_Shutdown | ||
| 327 | + rdf:type ILAP:ShutdownType ; | ||
| 328 | + rdfs:label "Non-Scheduled Shutdown"^^xsd:string . | ||
| 329 | + | ||
| 330 | +ILAP:NormalCriticality | ||
| 331 | + rdf:type ILAP:DegreeOfCriticality ; | ||
| 332 | + rdfs:label "Normal criticality"^^xsd:string . | ||
| 333 | + | ||
| 334 | +ILAP:NormalPriority | ||
| 335 | + rdf:type ILAP:DegreeOfPriority ; | ||
| 336 | + rdfs:label "Normal priority"^^xsd:string . | ||
| 337 | + | ||
| 230 | ILAP:OPEX | 338 | ILAP:OPEX |
| 231 | rdf:type ILAP:PlanExpenseType ; | 339 | rdf:type ILAP:PlanExpenseType ; |
| 232 | rdfs:label "OPEX"^^xsd:string . | 340 | rdfs:label "OPEX"^^xsd:string . |
| 233 | 341 | ||
| 234 | ILAP:Operation | 342 | ILAP:Operation |
| 235 | - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; | 343 | + rdf:type ILAP:PlanLifecycleStage ; |
| 236 | rdfs:label "Operation"^^xsd:string . | 344 | rdfs:label "Operation"^^xsd:string . |
| 237 | 345 | ||
| 238 | ILAP:OperationAndMaintenance | 346 | ILAP:OperationAndMaintenance |
| ... | @@ -247,19 +355,18 @@ ILAP:Planned | ... | @@ -247,19 +355,18 @@ ILAP:Planned |
| 247 | rdf:type ILAP:Status ; | 355 | rdf:type ILAP:Status ; |
| 248 | rdfs:label "Planned"^^xsd:string . | 356 | rdfs:label "Planned"^^xsd:string . |
| 249 | 357 | ||
| 250 | -ILAP:PlannedActivity_1 | ||
| 251 | - ILAP:hasActivityResponsibleOrganization | ||
| 252 | - <http://data.posccaesar.org/brreg/R-1345df43-1ddc-42ac-9ce0-c33f3a7a6d29> ; | ||
| 253 | - ILAP:hasPlatform <http://data.posccaesar.org/npd/facts/Facility-271385> . | ||
| 254 | - | ||
| 255 | ILAP:Planning | 358 | ILAP:Planning |
| 256 | - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; | 359 | + rdf:type ILAP:PlanLifecycleStage ; |
| 257 | rdfs:label "Planning"^^xsd:string . | 360 | rdfs:label "Planning"^^xsd:string . |
| 258 | 361 | ||
| 259 | ILAP:Primavera | 362 | ILAP:Primavera |
| 260 | rdf:type ILAP:Application ; | 363 | rdf:type ILAP:Application ; |
| 261 | rdfs:label "Primavera"^^xsd:string . | 364 | rdfs:label "Primavera"^^xsd:string . |
| 262 | 365 | ||
| 366 | +ILAP:ProductionShutdown | ||
| 367 | + rdf:type ILAP:ShutdownContent ; | ||
| 368 | + rdfs:label "Production Shutdown"^^xsd:string . | ||
| 369 | + | ||
| 263 | ILAP:RadicalChange | 370 | ILAP:RadicalChange |
| 264 | rdf:type ILAP:PlanObjectiveType ; | 371 | rdf:type ILAP:PlanObjectiveType ; |
| 265 | rdfs:label "Radical change"^^xsd:string . | 372 | rdfs:label "Radical change"^^xsd:string . |
| ... | @@ -281,13 +388,21 @@ ILAP:Released | ... | @@ -281,13 +388,21 @@ ILAP:Released |
| 281 | rdfs:label "Released"^^xsd:string . | 388 | rdfs:label "Released"^^xsd:string . |
| 282 | 389 | ||
| 283 | ILAP:Removal | 390 | ILAP:Removal |
| 284 | - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; | 391 | + rdf:type ILAP:PlanLifecycleStage ; |
| 285 | rdfs:label "Removal"^^xsd:string . | 392 | rdfs:label "Removal"^^xsd:string . |
| 286 | 393 | ||
| 394 | +ILAP:RemovalOfBarriers | ||
| 395 | + rdf:type ILAP:RiskType ; | ||
| 396 | + rdfs:label "Removal of barriers"^^xsd:string . | ||
| 397 | + | ||
| 287 | ILAP:Renewal | 398 | ILAP:Renewal |
| 288 | rdf:type ILAP:PlanLifecycleStage ; | 399 | rdf:type ILAP:PlanLifecycleStage ; |
| 289 | rdfs:label "Renew"^^xsd:string . | 400 | rdfs:label "Renew"^^xsd:string . |
| 290 | 401 | ||
| 402 | +ILAP:ReservoirDrillingOperation | ||
| 403 | + rdf:type ILAP:RiskType ; | ||
| 404 | + rdfs:label "Reservoir drilling operation"^^xsd:string . | ||
| 405 | + | ||
| 291 | ILAP:ResourceDriven | 406 | ILAP:ResourceDriven |
| 292 | rdf:type ILAP:PlanContractType ; | 407 | rdf:type ILAP:PlanContractType ; |
| 293 | rdfs:label "Resource driven"^^xsd:string . | 408 | rdfs:label "Resource driven"^^xsd:string . |
| ... | @@ -296,10 +411,18 @@ ILAP:Revised | ... | @@ -296,10 +411,18 @@ ILAP:Revised |
| 296 | rdf:type ILAP:Status ; | 411 | rdf:type ILAP:Status ; |
| 297 | rdfs:label "Revised"^^xsd:string . | 412 | rdfs:label "Revised"^^xsd:string . |
| 298 | 413 | ||
| 414 | +ILAP:Revision_Shutdown | ||
| 415 | + rdf:type ILAP:ShutdownType ; | ||
| 416 | + rdfs:label "Revision Shutdown"^^xsd:string . | ||
| 417 | + | ||
| 299 | ILAP:SAP | 418 | ILAP:SAP |
| 300 | rdf:type ILAP:Application ; | 419 | rdf:type ILAP:Application ; |
| 301 | rdfs:label "SAP"^^xsd:string . | 420 | rdfs:label "SAP"^^xsd:string . |
| 302 | 421 | ||
| 422 | +ILAP:Safety_Test_Shutdown | ||
| 423 | + rdf:type ILAP:ShutdownContent ; | ||
| 424 | + rdfs:label "Safety Test Shutdown"^^xsd:string . | ||
| 425 | + | ||
| 303 | ILAP:Safran | 426 | ILAP:Safran |
| 304 | rdf:type ILAP:Application ; | 427 | rdf:type ILAP:Application ; |
| 305 | rdfs:label "Safran"^^xsd:string . | 428 | rdfs:label "Safran"^^xsd:string . |
| ... | @@ -316,10 +439,26 @@ ILAP:Scheduled | ... | @@ -316,10 +439,26 @@ ILAP:Scheduled |
| 316 | rdf:type ILAP:Status ; | 439 | rdf:type ILAP:Status ; |
| 317 | rdfs:label "Scheduled"^^xsd:string . | 440 | rdfs:label "Scheduled"^^xsd:string . |
| 318 | 441 | ||
| 442 | +ILAP:Scheduled_Shutdown | ||
| 443 | + rdf:type ILAP:ShutdownType ; | ||
| 444 | + rdfs:label "Scheduled Shutdown"^^xsd:string . | ||
| 445 | + | ||
| 446 | +ILAP:ShallowGasOperation | ||
| 447 | + rdf:type ILAP:RiskType ; | ||
| 448 | + rdfs:label "Shallow gas operation"^^xsd:string . | ||
| 449 | + | ||
| 319 | ILAP:ShutdownAndDecommisioning | 450 | ILAP:ShutdownAndDecommisioning |
| 320 | - rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ; | 451 | + rdf:type ILAP:PlanLifecycleStage ; |
| 321 | rdfs:label "Shutdown and decommisioning"^^xsd:string . | 452 | rdfs:label "Shutdown and decommisioning"^^xsd:string . |
| 322 | 453 | ||
| 454 | +ILAP:Shutdown_Period | ||
| 455 | + rdf:type ILAP:ShutdownPeriod ; | ||
| 456 | + rdfs:label "Shutdown Period"^^xsd:string . | ||
| 457 | + | ||
| 458 | +ILAP:Shutdown_not_evaluated | ||
| 459 | + rdf:type ILAP:ShutdownType ; | ||
| 460 | + rdfs:label "Shutdown not evaluated"^^xsd:string . | ||
| 461 | + | ||
| 323 | ILAP:StandardFreeWeekendPeriod | 462 | ILAP:StandardFreeWeekendPeriod |
| 324 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 463 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 325 | rdfs:label "Standard free weekend period"^^xsd:string ; | 464 | rdfs:label "Standard free weekend period"^^xsd:string ; |
| ... | @@ -330,26 +469,22 @@ ILAP:StandardWorkWeekdayPeriod | ... | @@ -330,26 +469,22 @@ ILAP:StandardWorkWeekdayPeriod |
| 330 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 469 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
| 331 | rdfs:label "Standard work weekday period"^^xsd:string . | 470 | rdfs:label "Standard work weekday period"^^xsd:string . |
| 332 | 471 | ||
| 333 | -ILAP:SummerSystemShutdown | ||
| 334 | - rdf:type ILAP:Shutdown ; | ||
| 335 | - rdfs:label "Summer system shutdown"^^xsd:string ; | ||
| 336 | - ILAP:hasShutdownContent | ||
| 337 | - ILAP:System_Shutdown ; | ||
| 338 | - ILAP:hasShutdownPeriod | ||
| 339 | - "SD-2015"^^xsd:string ; | ||
| 340 | - ILAP:hasShutdownPriority | ||
| 341 | - ILAP:NormalPriority ; | ||
| 342 | - ILAP:hasShutdownType | ||
| 343 | - ILAP:Scheduled_Shutdown . | ||
| 344 | - | ||
| 345 | ILAP:Sunday | 472 | ILAP:Sunday |
| 346 | rdf:type ILAP:CalendarDay ; | 473 | rdf:type ILAP:CalendarDay ; |
| 347 | rdfs:label "Sunday"^^xsd:string . | 474 | rdfs:label "Sunday"^^xsd:string . |
| 348 | 475 | ||
| 476 | +ILAP:System_Shutdown | ||
| 477 | + rdf:type ILAP:ShutdownContent ; | ||
| 478 | + rdfs:label "System Shutdown"^^xsd:string . | ||
| 479 | + | ||
| 349 | ILAP:Thursday | 480 | ILAP:Thursday |
| 350 | rdf:type ILAP:CalendarDay ; | 481 | rdf:type ILAP:CalendarDay ; |
| 351 | rdfs:label "Thursday"^^xsd:string . | 482 | rdfs:label "Thursday"^^xsd:string . |
| 352 | 483 | ||
| 484 | +ILAP:Train_Shutdown | ||
| 485 | + rdf:type ILAP:ShutdownContent ; | ||
| 486 | + rdfs:label "Train Shutdown"^^xsd:string . | ||
| 487 | + | ||
| 353 | ILAP:Tuesday | 488 | ILAP:Tuesday |
| 354 | rdf:type ILAP:CalendarDay ; | 489 | rdf:type ILAP:CalendarDay ; |
| 355 | rdfs:label "Tuesday"^^xsd:string . | 490 | rdfs:label "Tuesday"^^xsd:string . |
| ... | @@ -358,6 +493,18 @@ ILAP:Unknown | ... | @@ -358,6 +493,18 @@ ILAP:Unknown |
| 358 | rdf:type ILAP:Status ; | 493 | rdf:type ILAP:Status ; |
| 359 | rdfs:label "Unknown"^^xsd:string . | 494 | rdfs:label "Unknown"^^xsd:string . |
| 360 | 495 | ||
| 496 | +ILAP:VesselOperation | ||
| 497 | + rdf:type ILAP:RiskType ; | ||
| 498 | + rdfs:label "Vessel operation"^^xsd:string . | ||
| 499 | + | ||
| 500 | +ILAP:Water_Injection_Shutdown | ||
| 501 | + rdf:type ILAP:ShutdownContent ; | ||
| 502 | + rdfs:label "Water Injection Shutdown"^^xsd:string . | ||
| 503 | + | ||
| 504 | +ILAP:Water_Production_Shutdown | ||
| 505 | + rdf:type ILAP:ShutdownContent ; | ||
| 506 | + rdfs:label "Water Production Shutdown"^^xsd:string . | ||
| 507 | + | ||
| 361 | ILAP:Wednesday | 508 | ILAP:Wednesday |
| 362 | rdf:type ILAP:CalendarDay ; | 509 | rdf:type ILAP:CalendarDay ; |
| 363 | rdfs:label "Wednesday"^^xsd:string . | 510 | rdfs:label "Wednesday"^^xsd:string . |
| ... | @@ -374,6 +521,10 @@ ILAP:WeekendsFreeCalendar | ... | @@ -374,6 +521,10 @@ ILAP:WeekendsFreeCalendar |
| 374 | owl:onProperty ILAP:hasCalendarFreePeriod | 521 | owl:onProperty ILAP:hasCalendarFreePeriod |
| 375 | ] . | 522 | ] . |
| 376 | 523 | ||
| 524 | +ILAP:Well_Transfer | ||
| 525 | + rdf:type ILAP:ShutdownContent ; | ||
| 526 | + rdfs:label "Well Transfer "^^xsd:string . | ||
| 527 | + | ||
| 377 | ILAP:Wellbore | 528 | ILAP:Wellbore |
| 378 | rdf:type ILAP:PlanGeoArea ; | 529 | rdf:type ILAP:PlanGeoArea ; |
| 379 | rdfs:label "Wellbore"^^xsd:string . | 530 | rdfs:label "Wellbore"^^xsd:string . |
| ... | @@ -435,6 +586,15 @@ ILAP:hasWBSphase | ... | @@ -435,6 +586,15 @@ ILAP:hasWBSphase |
| 435 | ILAP:hasWorkTaskResponsible | 586 | ILAP:hasWorkTaskResponsible |
| 436 | rdfs:range ILAP:ResponsiblePerson . | 587 | rdfs:range ILAP:ResponsiblePerson . |
| 437 | 588 | ||
| 589 | +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | ||
| 590 | + rdfs:subClassOf ILAP:Resource , ILAP:Discipline . | ||
| 591 | + | ||
| 592 | +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | ||
| 593 | + rdfs:subClassOf ILAP:Result . | ||
| 594 | + | ||
| 595 | +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> | ||
| 596 | + rdfs:subClassOf ILAP:Phase . | ||
| 597 | + | ||
| 438 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 598 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> |
| 439 | rdf:type owl:Class ; | 599 | rdf:type owl:Class ; |
| 440 | rdfs:label "Operating company"^^xsd:string ; | 600 | rdfs:label "Operating company"^^xsd:string ; | ... | ... |
| ... | @@ -2,6 +2,7 @@ | ... | @@ -2,6 +2,7 @@ |
| 2 | # imports: http://data.posccaesar.org/NCS_PLANNING/ | 2 | # imports: http://data.posccaesar.org/NCS_PLANNING/ |
| 3 | 3 | ||
| 4 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . | 4 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . |
| 5 | +@prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> . | ||
| 5 | @prefix UC1: <http://data.posccaesar.org/Data/UC1/> . | 6 | @prefix UC1: <http://data.posccaesar.org/Data/UC1/> . |
| 6 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 7 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| ... | @@ -12,10 +13,78 @@ UC1: rdf:type owl:Ontology ; | ... | @@ -12,10 +13,78 @@ UC1: rdf:type owl:Ontology ; |
| 12 | owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | 13 | owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; |
| 13 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 14 | 15 | ||
| 16 | +UC1:ActivityWBS_1 | ||
| 17 | + rdf:type ILAP:ActivityWBS ; | ||
| 18 | + rdfs:label "Activity WBS 1"^^xsd:string ; | ||
| 19 | + ILAP:hasWBSResource UC1:COR_KD_1 ; | ||
| 20 | + ILAP:hasWBScomponent | ||
| 21 | + UC1:PBS_ABB_1 ; | ||
| 22 | + ILAP:hasWBSphase UC1:SAB_51_1 . | ||
| 23 | + | ||
| 24 | +UC1:COR_KD_1 | ||
| 25 | + rdf:type SCCS:COR_KD ; | ||
| 26 | + rdfs:label "Drilling"^^xsd:string . | ||
| 27 | + | ||
| 28 | +UC1:PBS_ABB_1 | ||
| 29 | + rdf:type SCCS:PBS_ABB ; | ||
| 30 | + rdfs:label "PBS ABB 1"^^xsd:string . | ||
| 31 | + | ||
| 32 | +UC1:RiskFactor_1 | ||
| 33 | + rdf:type ILAP:RiskFactor ; | ||
| 34 | + rdfs:label "Risk factor 1"^^xsd:string ; | ||
| 35 | + ILAP:hasRiskType ILAP:ShallowGasOperation . | ||
| 36 | + | ||
| 37 | +UC1:SAB_51_1 | ||
| 38 | + rdf:type SCCS:SAB_51 ; | ||
| 39 | + rdfs:label "SAB 51 1"^^xsd:string . | ||
| 40 | + | ||
| 41 | +UC1:SummerShutdown_1 | ||
| 42 | + rdf:type ILAP:Shutdown ; | ||
| 43 | + rdfs:label "Summer shutdown 1"^^xsd:string ; | ||
| 44 | + ILAP:hasShutdownContent | ||
| 45 | + ILAP:Drilling_Shutdown ; | ||
| 46 | + ILAP:hasShutdownPeriod | ||
| 47 | + "2015"^^xsd:string ; | ||
| 48 | + ILAP:hasShutdownPriority | ||
| 49 | + ILAP:NormalPriority ; | ||
| 50 | + ILAP:hasShutdownType | ||
| 51 | + ILAP:Scheduled_Shutdown . | ||
| 52 | + | ||
| 53 | +UC1:WorkOrder_1 | ||
| 54 | + rdf:type ILAP:WorkOrder ; | ||
| 55 | + rdfs:label "Work order 1"^^xsd:string . | ||
| 56 | + | ||
| 15 | ILAP:PlannedActivity_2 | 57 | ILAP:PlannedActivity_2 |
| 16 | rdf:type ILAP:PlannedActivity ; | 58 | rdf:type ILAP:PlannedActivity ; |
| 17 | rdfs:label "Planned activity 2"^^xsd:string ; | 59 | rdfs:label "Planned activity 2"^^xsd:string ; |
| 60 | + ILAP:hasActivityActualProgressPercent | ||
| 61 | + "50"^^xsd:float ; | ||
| 18 | ILAP:hasActivityContractor | 62 | ILAP:hasActivityContractor |
| 19 | <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ; | 63 | <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ; |
| 64 | + ILAP:hasActivityDiscipline | ||
| 65 | + UC1:COR_KD_1 ; | ||
| 66 | + ILAP:hasActivityEstimatedWeight | ||
| 67 | + "55000"^^xsd:float ; | ||
| 68 | + ILAP:hasActivityLocation | ||
| 69 | + <http://staging.data.posccaesar.org/npd/facts/Field-46437> ; | ||
| 20 | ILAP:hasActivityOperator | 70 | ILAP:hasActivityOperator |
| 21 | - <http://staging.data.posccaesar.org/npd/facts/Company-2410696> . | 71 | + <http://staging.data.posccaesar.org/npd/facts/Company-2410696> ; |
| 72 | + ILAP:hasActivityPhase | ||
| 73 | + UC1:SAB_51_1 ; | ||
| 74 | + ILAP:hasActivityResource | ||
| 75 | + UC1:COR_KD_1 ; | ||
| 76 | + ILAP:hasActivityResult | ||
| 77 | + UC1:PBS_ABB_1 ; | ||
| 78 | + ILAP:hasActivityRiskFactor | ||
| 79 | + UC1:RiskFactor_1 ; | ||
| 80 | + ILAP:hasActivityShutdown | ||
| 81 | + UC1:SummerShutdown_1 ; | ||
| 82 | + ILAP:hasActivityStatus | ||
| 83 | + ILAP:Active ; | ||
| 84 | + ILAP:hasActivityWBSelement | ||
| 85 | + UC1:ActivityWBS_1 ; | ||
| 86 | + ILAP:hasActivityWeight | ||
| 87 | + "55000"^^xsd:float ; | ||
| 88 | + ILAP:hasActivityWorkVolume | ||
| 89 | + "1500"^^xsd:float ; | ||
| 90 | + ILAP:hasPlatform <http://staging.data.posccaesar.org/npd/facts/Facility-278329> . | ... | ... |
-
Please register or login to post a comment