Showing
3 changed files
with
80 additions
and
4 deletions
| ... | @@ -667,6 +667,34 @@ USERFIELDS:UserField | ... | @@ -667,6 +667,34 @@ USERFIELDS:UserField |
| 667 | [ rdf:type owl:Restriction ; | 667 | [ rdf:type owl:Restriction ; |
| 668 | owl:maxQualifiedCardinality | 668 | owl:maxQualifiedCardinality |
| 669 | "1"^^xsd:nonNegativeInteger ; | 669 | "1"^^xsd:nonNegativeInteger ; |
| 670 | + owl:onClass ILAP:ShutdownType ; | ||
| 671 | + owl:onProperty USERFIELDS:hasShutdownType | ||
| 672 | + ] ; | ||
| 673 | + rdfs:subClassOf | ||
| 674 | + [ rdf:type owl:Restriction ; | ||
| 675 | + owl:maxQualifiedCardinality | ||
| 676 | + "1"^^xsd:nonNegativeInteger ; | ||
| 677 | + owl:onClass ILAP:Result ; | ||
| 678 | + owl:onProperty USERFIELDS:hasProduct | ||
| 679 | + ] ; | ||
| 680 | + rdfs:subClassOf | ||
| 681 | + [ rdf:type owl:Restriction ; | ||
| 682 | + owl:maxQualifiedCardinality | ||
| 683 | + "1"^^xsd:nonNegativeInteger ; | ||
| 684 | + owl:onClass ILAP:Phase ; | ||
| 685 | + owl:onProperty USERFIELDS:hasProjectPhase | ||
| 686 | + ] ; | ||
| 687 | + rdfs:subClassOf | ||
| 688 | + [ rdf:type owl:Restriction ; | ||
| 689 | + owl:maxQualifiedCardinality | ||
| 690 | + "1"^^xsd:nonNegativeInteger ; | ||
| 691 | + owl:onClass ILAP:Discipline ; | ||
| 692 | + owl:onProperty USERFIELDS:hasCategory | ||
| 693 | + ] ; | ||
| 694 | + rdfs:subClassOf | ||
| 695 | + [ rdf:type owl:Restriction ; | ||
| 696 | + owl:maxQualifiedCardinality | ||
| 697 | + "1"^^xsd:nonNegativeInteger ; | ||
| 670 | owl:onClass ILAP:Facility ; | 698 | owl:onClass ILAP:Facility ; |
| 671 | owl:onProperty USERFIELDS:hasFacility | 699 | owl:onProperty USERFIELDS:hasFacility |
| 672 | ] ; | 700 | ] ; |
| ... | @@ -683,6 +711,13 @@ USERFIELDS:UserField | ... | @@ -683,6 +711,13 @@ USERFIELDS:UserField |
| 683 | "1"^^xsd:nonNegativeInteger ; | 711 | "1"^^xsd:nonNegativeInteger ; |
| 684 | owl:onClass ILAP:MilestoneType ; | 712 | owl:onClass ILAP:MilestoneType ; |
| 685 | owl:onProperty USERFIELDS:hasMilestone | 713 | owl:onProperty USERFIELDS:hasMilestone |
| 714 | + ] ; | ||
| 715 | + rdfs:subClassOf | ||
| 716 | + [ rdf:type owl:Restriction ; | ||
| 717 | + owl:maxQualifiedCardinality | ||
| 718 | + "1"^^xsd:nonNegativeInteger ; | ||
| 719 | + owl:onClass ILAP:Discipline ; | ||
| 720 | + owl:onProperty USERFIELDS:hasDiscipline | ||
| 686 | ] . | 721 | ] . |
| 687 | 722 | ||
| 688 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 723 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | ... | ... |
| ... | @@ -398,6 +398,13 @@ ILAP:ScheduledMilestone_1 | ... | @@ -398,6 +398,13 @@ ILAP:ScheduledMilestone_1 |
| 398 | rdf:type ILAP:ScheduledMilestone ; | 398 | rdf:type ILAP:ScheduledMilestone ; |
| 399 | rdfs:label "Scheduled milestone 1"^^xsd:string . | 399 | rdfs:label "Scheduled milestone 1"^^xsd:string . |
| 400 | 400 | ||
| 401 | +<http://data.posccaesar.org/ilap/ShutdownPeriodForReinertsenToStatoil1.8> | ||
| 402 | + rdf:type USERFIELDS:FreeTextField ; | ||
| 403 | + rdfs:label "Shutdown Period for Reinertsen to Statoil 1.8"^^xsd:string ; | ||
| 404 | + USERFIELDS:hasDescription | ||
| 405 | + "Shutdown Period 2016"^^xsd:string ; | ||
| 406 | + USERFIELDS:hasShort "SD2016"^^xsd:string . | ||
| 407 | + | ||
| 401 | <http://data.posccaesar.org/ilap/SubProjectKlasseForRosenbergToConocoPhilllips2.0> | 408 | <http://data.posccaesar.org/ilap/SubProjectKlasseForRosenbergToConocoPhilllips2.0> |
| 402 | rdf:type USERFIELDS:FreeTextField ; | 409 | rdf:type USERFIELDS:FreeTextField ; |
| 403 | rdfs:label "Sub Project (klasse) for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 410 | rdfs:label "Sub Project (klasse) for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
| ... | @@ -465,18 +472,20 @@ ILAP:UserFieldClass | ... | @@ -465,18 +472,20 @@ ILAP:UserFieldClass |
| 465 | <http://data.posccaesar.org/ilap/SAPnettverkForReinertsenToStatoil1.8> ; | 472 | <http://data.posccaesar.org/ilap/SAPnettverkForReinertsenToStatoil1.8> ; |
| 466 | USERFIELDS:hasAssignment | 473 | USERFIELDS:hasAssignment |
| 467 | <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8> ; | 474 | <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8> ; |
| 475 | + USERFIELDS:hasCategory | ||
| 476 | + SCCS:COR_K , SCCS:COR_H , SCCS:COR_X ; | ||
| 468 | USERFIELDS:hasCommissioningPackage | 477 | USERFIELDS:hasCommissioningPackage |
| 469 | <http://data.posccaesar.org/ilap/CommPackageForReinertsenToStatoil1.8> ; | 478 | <http://data.posccaesar.org/ilap/CommPackageForReinertsenToStatoil1.8> ; |
| 470 | USERFIELDS:hasContractor | 479 | USERFIELDS:hasContractor |
| 471 | <http://data.posccaesar.org/brreg/R-80b9711b-acde-4a41-b882-12ff9d23544e> ; | 480 | <http://data.posccaesar.org/brreg/R-80b9711b-acde-4a41-b882-12ff9d23544e> ; |
| 472 | USERFIELDS:hasDelivery | 481 | USERFIELDS:hasDelivery |
| 473 | <http://data.posccaesar.org/ilap/DelLeveranseForReinertsenToStatoil1.8> ; | 482 | <http://data.posccaesar.org/ilap/DelLeveranseForReinertsenToStatoil1.8> ; |
| 483 | + USERFIELDS:hasDiscipline | ||
| 484 | + SCCS:COR_RH , SCCS:COR_M , SCCS:COR_KD ; | ||
| 474 | USERFIELDS:hasEngineeringPhase | 485 | USERFIELDS:hasEngineeringPhase |
| 475 | <http://data.posccaesar.org/ilap/EngineeringFaseForReinertsenToStatoil1.8> ; | 486 | <http://data.posccaesar.org/ilap/EngineeringFaseForReinertsenToStatoil1.8> ; |
| 476 | USERFIELDS:hasExecutionSubDiscipline | 487 | USERFIELDS:hasExecutionSubDiscipline |
| 477 | <http://data.posccaesar.org/ilap/DisiplinSubfaseForReinertsenToStatoil1.8> ; | 488 | <http://data.posccaesar.org/ilap/DisiplinSubfaseForReinertsenToStatoil1.8> ; |
| 478 | - USERFIELDS:hasFacility | ||
| 479 | - <http://data.posccaesar.org/npd/facts/Facility-283285> , <http://data.posccaesar.org/npd/facts/Facility-363441> , <http://data.posccaesar.org/npd/facts/Facility-272421> , <http://data.posccaesar.org/npd/facts/Facility-271777> , <http://data.posccaesar.org/npd/facts/Facility-278273> , <http://data.posccaesar.org/npd/facts/Facility-278329> , <http://data.posccaesar.org/npd/facts/Facility-279421> ; | ||
| 480 | USERFIELDS:hasKPIStatus | 489 | USERFIELDS:hasKPIStatus |
| 481 | <http://data.posccaesar.org/ilap/KPI3TypeForReinertsenToStatoil1.8> ; | 490 | <http://data.posccaesar.org/ilap/KPI3TypeForReinertsenToStatoil1.8> ; |
| 482 | USERFIELDS:hasLocationOfWork | 491 | USERFIELDS:hasLocationOfWork |
| ... | @@ -489,10 +498,16 @@ ILAP:UserFieldClass | ... | @@ -489,10 +498,16 @@ ILAP:UserFieldClass |
| 489 | ILAP:DG2 ; | 498 | ILAP:DG2 ; |
| 490 | USERFIELDS:hasOwnerPerson | 499 | USERFIELDS:hasOwnerPerson |
| 491 | <http://data.posccaesar.org/ilap/OppdragslederForReinertsenToStatoil1.8> ; | 500 | <http://data.posccaesar.org/ilap/OppdragslederForReinertsenToStatoil1.8> ; |
| 501 | + USERFIELDS:hasProjectPhase | ||
| 502 | + SCCS:SAB_22 , SCCS:SAB_11 , SCCS:SAB_21 ; | ||
| 492 | USERFIELDS:hasProjectType | 503 | USERFIELDS:hasProjectType |
| 493 | <http://data.posccaesar.org/ilap/Reference30ForReinertsenToStatoil1.8> ; | 504 | <http://data.posccaesar.org/ilap/Reference30ForReinertsenToStatoil1.8> ; |
| 494 | USERFIELDS:hasSection | 505 | USERFIELDS:hasSection |
| 495 | <http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8> ; | 506 | <http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8> ; |
| 507 | + USERFIELDS:hasShutDownPeriod | ||
| 508 | + <http://data.posccaesar.org/ilap/ShutdownPeriodForReinertsenToStatoil1.8> ; | ||
| 509 | + USERFIELDS:hasShutdownType | ||
| 510 | + ILAP:EquipmentShutdown , ILAP:HighActivityPeriod , ILAP:DuringShutdown ; | ||
| 496 | USERFIELDS:hasTaskResponsible | 511 | USERFIELDS:hasTaskResponsible |
| 497 | <http://data.posccaesar.org/ilap/OppdragslederForReinertsenToStatoil1.8> , <http://data.posccaesar.org/ilap/IngenioerForReinertsenToStatoil1.8> , <http://data.posccaesar.org/ilap/ProsjektlederForReinertsenToStatoil1.8> , <http://data.posccaesar.org/ilap/PlanleggerForReinertsenToStatoil1.8> ; | 512 | <http://data.posccaesar.org/ilap/OppdragslederForReinertsenToStatoil1.8> , <http://data.posccaesar.org/ilap/IngenioerForReinertsenToStatoil1.8> , <http://data.posccaesar.org/ilap/ProsjektlederForReinertsenToStatoil1.8> , <http://data.posccaesar.org/ilap/PlanleggerForReinertsenToStatoil1.8> ; |
| 498 | USERFIELDS:hasWBS1 <http://data.posccaesar.org/ilap/SAPWBSForReinertsenToStatoil1.8> ; | 513 | USERFIELDS:hasWBS1 <http://data.posccaesar.org/ilap/SAPWBSForReinertsenToStatoil1.8> ; |
| ... | @@ -503,15 +518,17 @@ ILAP:UserFieldClass | ... | @@ -503,15 +518,17 @@ ILAP:UserFieldClass |
| 503 | <http://data.posccaesar.org/ilap/UserFieldForRosenbergToConocoPhillips2.0> | 518 | <http://data.posccaesar.org/ilap/UserFieldForRosenbergToConocoPhillips2.0> |
| 504 | rdf:type USERFIELDS:UserField ; | 519 | rdf:type USERFIELDS:UserField ; |
| 505 | rdfs:label "User fields for Rosenberg to Conoco Phillips 2.0"^^xsd:string ; | 520 | rdfs:label "User fields for Rosenberg to Conoco Phillips 2.0"^^xsd:string ; |
| 506 | - USERFIELDS:hasActivityProgress | ||
| 507 | - <http://data.posccaesar.org/ilap/ActivityRoleForRosenbergToConocoPhilllips2.0> ; | ||
| 508 | USERFIELDS:hasAreaCode | 521 | USERFIELDS:hasAreaCode |
| 509 | <http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0> ; | 522 | <http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0> ; |
| 510 | USERFIELDS:hasBuildingBlock | 523 | USERFIELDS:hasBuildingBlock |
| 511 | <http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0> ; | 524 | <http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0> ; |
| 512 | USERFIELDS:hasCTR <http://data.posccaesar.org/ilap/CTRForRosenbergToConocoPhilllips2.0> ; | 525 | USERFIELDS:hasCTR <http://data.posccaesar.org/ilap/CTRForRosenbergToConocoPhilllips2.0> ; |
| 526 | + USERFIELDS:hasCategory | ||
| 527 | + SCCS:COR_K , SCCS:COR_M , SCCS:COR_L ; | ||
| 513 | USERFIELDS:hasCommissioningPackage | 528 | USERFIELDS:hasCommissioningPackage |
| 514 | <http://data.posccaesar.org/ilap/SubSystemCommPckForRosenbergToConocoPhilllips2.0> ; | 529 | <http://data.posccaesar.org/ilap/SubSystemCommPckForRosenbergToConocoPhilllips2.0> ; |
| 530 | + USERFIELDS:hasContractor | ||
| 531 | + <http://data.posccaesar.org/brreg/R-7f61b6ce-47f7-472b-99de-d5e003030b81> ; | ||
| 515 | USERFIELDS:hasCostCenter | 532 | USERFIELDS:hasCostCenter |
| 516 | <http://data.posccaesar.org/ilap/CostCenterForRosenbergToConocoPhilllips2.0> ; | 533 | <http://data.posccaesar.org/ilap/CostCenterForRosenbergToConocoPhilllips2.0> ; |
| 517 | USERFIELDS:hasCustomerWBS1 | 534 | USERFIELDS:hasCustomerWBS1 |
| ... | @@ -520,12 +537,18 @@ ILAP:UserFieldClass | ... | @@ -520,12 +537,18 @@ ILAP:UserFieldClass |
| 520 | <http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0> ; | 537 | <http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0> ; |
| 521 | USERFIELDS:hasCustomerWBS3 | 538 | USERFIELDS:hasCustomerWBS3 |
| 522 | <http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0> ; | 539 | <http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0> ; |
| 540 | + USERFIELDS:hasDiscipline | ||
| 541 | + SCCS:COR_HA , SCCS:COR_HBD , SCCS:COR_KC ; | ||
| 523 | USERFIELDS:hasMainActivity | 542 | USERFIELDS:hasMainActivity |
| 524 | <http://data.posccaesar.org/ilap/CopsasActIDForRosenbergToConocoPhilllips2.0> ; | 543 | <http://data.posccaesar.org/ilap/CopsasActIDForRosenbergToConocoPhilllips2.0> ; |
| 525 | USERFIELDS:hasMechanicalCompletionPackage | 544 | USERFIELDS:hasMechanicalCompletionPackage |
| 526 | <http://data.posccaesar.org/ilap/MCpacksForRosenbergToConocoPhilllips2.0> ; | 545 | <http://data.posccaesar.org/ilap/MCpacksForRosenbergToConocoPhilllips2.0> ; |
| 527 | USERFIELDS:hasProcurementPackage | 546 | USERFIELDS:hasProcurementPackage |
| 528 | <http://data.posccaesar.org/ilap/ProcPackageForRosenbergToConocoPhilllips2.0> ; | 547 | <http://data.posccaesar.org/ilap/ProcPackageForRosenbergToConocoPhilllips2.0> ; |
| 548 | + USERFIELDS:hasProduct | ||
| 549 | + SCCS:PBS_BAFA , SCCS:COR_BLC , SCCS:PBS_AAH ; | ||
| 550 | + USERFIELDS:hasProjectPhase | ||
| 551 | + SCCS:SAB_212 , SCCS:SAB_213 , SCCS:SAB_211 ; | ||
| 529 | USERFIELDS:hasProjectType | 552 | USERFIELDS:hasProjectType |
| 530 | <http://data.posccaesar.org/ilap/SubProjectKlasseForRosenbergToConocoPhilllips2.0> ; | 553 | <http://data.posccaesar.org/ilap/SubProjectKlasseForRosenbergToConocoPhilllips2.0> ; |
| 531 | USERFIELDS:hasSystemType | 554 | USERFIELDS:hasSystemType |
| ... | @@ -588,9 +611,18 @@ USERFIELDS:UserField | ... | @@ -588,9 +611,18 @@ USERFIELDS:UserField |
| 588 | owl:onProperty USERFIELDS:hasMilestone | 611 | owl:onProperty USERFIELDS:hasMilestone |
| 589 | ] . | 612 | ] . |
| 590 | 613 | ||
| 614 | +USERFIELDS:hasCategory | ||
| 615 | + rdfs:range ILAP:Discipline . | ||
| 616 | + | ||
| 591 | USERFIELDS:hasContractor | 617 | USERFIELDS:hasContractor |
| 592 | rdfs:range ILAP:ResponsibleOrganization . | 618 | rdfs:range ILAP:ResponsibleOrganization . |
| 593 | 619 | ||
| 620 | +USERFIELDS:hasDiscipline | ||
| 621 | + rdfs:range ILAP:Discipline . | ||
| 622 | + | ||
| 623 | +USERFIELDS:hasFacility | ||
| 624 | + rdfs:range ILAP:Facility . | ||
| 625 | + | ||
| 594 | USERFIELDS:hasMainActivity | 626 | USERFIELDS:hasMainActivity |
| 595 | rdfs:domain USERFIELDS:UserField ; | 627 | rdfs:domain USERFIELDS:UserField ; |
| 596 | rdfs:range USERFIELDS:FreeTextField . | 628 | rdfs:range USERFIELDS:FreeTextField . |
| ... | @@ -598,6 +630,15 @@ USERFIELDS:hasMainActivity | ... | @@ -598,6 +630,15 @@ USERFIELDS:hasMainActivity |
| 598 | USERFIELDS:hasMilestone | 630 | USERFIELDS:hasMilestone |
| 599 | rdfs:range ILAP:MilestoneType . | 631 | rdfs:range ILAP:MilestoneType . |
| 600 | 632 | ||
| 633 | +USERFIELDS:hasProduct | ||
| 634 | + rdfs:range ILAP:Result . | ||
| 635 | + | ||
| 636 | +USERFIELDS:hasProjectPhase | ||
| 637 | + rdfs:range ILAP:Phase . | ||
| 638 | + | ||
| 639 | +USERFIELDS:hasShutdownType | ||
| 640 | + rdfs:range ILAP:ShutdownType . | ||
| 641 | + | ||
| 601 | USERFIELDS:hasTaskResponsible | 642 | USERFIELDS:hasTaskResponsible |
| 602 | rdfs:domain USERFIELDS:UserField ; | 643 | rdfs:domain USERFIELDS:UserField ; |
| 603 | rdfs:range USERFIELDS:FreeTextField . | 644 | rdfs:range USERFIELDS:FreeTextField . | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment