Tore Christiansen

Various minor updates of ILAP 2.0

This diff could not be displayed because it is too large.
...@@ -613,18 +613,10 @@ ILAP:PlannedActivity ...@@ -613,18 +613,10 @@ ILAP:PlannedActivity
613 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 613 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
614 rdfs:subClassOf 614 rdfs:subClassOf
615 [ rdf:type owl:Restriction ; 615 [ rdf:type owl:Restriction ;
616 - owl:allValuesFrom ILAP:ActivityDependency ; 616 + owl:maxQualifiedCardinality
617 - owl:onProperty ILAP:hasActivitySuccessor 617 + "1"^^xsd:nonNegativeInteger ;
618 - ] ; 618 + owl:onClass ILAP:Facility ;
619 - rdfs:subClassOf 619 + owl:onProperty ILAP:hasActivityAsset
620 - [ rdf:type owl:Restriction ;
621 - owl:allValuesFrom ILAP:Calendar ;
622 - owl:onProperty ILAP:hasActivityCalendar
623 - ] ;
624 - rdfs:subClassOf
625 - [ rdf:type owl:Restriction ;
626 - owl:allValuesFrom ILAP:Location ;
627 - owl:onProperty ILAP:hasActivityLocation
628 ] ; 620 ] ;
629 rdfs:subClassOf 621 rdfs:subClassOf
630 [ rdf:type owl:Restriction ; 622 [ rdf:type owl:Restriction ;
...@@ -635,25 +627,28 @@ ILAP:PlannedActivity ...@@ -635,25 +627,28 @@ ILAP:PlannedActivity
635 ] ; 627 ] ;
636 rdfs:subClassOf 628 rdfs:subClassOf
637 [ rdf:type owl:Restriction ; 629 [ rdf:type owl:Restriction ;
638 - owl:allValuesFrom ILAP:ResourceProfile ; 630 + owl:allValuesFrom ILAP:Result ;
639 - owl:onProperty ILAP:hasActivityResourceProfile 631 + owl:onProperty ILAP:hasActivityResult
640 ] ; 632 ] ;
641 rdfs:subClassOf 633 rdfs:subClassOf
642 [ rdf:type owl:Restriction ; 634 [ rdf:type owl:Restriction ;
643 - owl:maxQualifiedCardinality 635 + owl:allValuesFrom ILAP:Location ;
644 - "1"^^xsd:nonNegativeInteger ; 636 + owl:onProperty ILAP:hasActivityLocation
645 - owl:onClass ILAP:Facility ;
646 - owl:onProperty ILAP:hasActivityFacility
647 ] ; 637 ] ;
648 rdfs:subClassOf 638 rdfs:subClassOf
649 [ rdf:type owl:Restriction ; 639 [ rdf:type owl:Restriction ;
650 - owl:allValuesFrom ILAP:ResponsiblePerson ; 640 + owl:allValuesFrom ILAP:ActivityDependency ;
651 - owl:onProperty ILAP:hasActivityResponsiblePerson 641 + owl:onProperty ILAP:hasActivitySuccessor
652 ] ; 642 ] ;
653 rdfs:subClassOf 643 rdfs:subClassOf
654 [ rdf:type owl:Restriction ; 644 [ rdf:type owl:Restriction ;
655 - owl:allValuesFrom ILAP:ActivityWBS ; 645 + owl:allValuesFrom ILAP:Calendar ;
656 - owl:onProperty ILAP:hasActivityWBSelement 646 + owl:onProperty ILAP:hasActivityCalendar
647 + ] ;
648 + rdfs:subClassOf
649 + [ rdf:type owl:Restriction ;
650 + owl:onProperty ILAP:hasActivityDiscipline ;
651 + owl:someValuesFrom ILAP:Discipline
657 ] ; 652 ] ;
658 rdfs:subClassOf 653 rdfs:subClassOf
659 [ rdf:type owl:Restriction ; 654 [ rdf:type owl:Restriction ;
...@@ -662,13 +657,18 @@ ILAP:PlannedActivity ...@@ -662,13 +657,18 @@ ILAP:PlannedActivity
662 ] ; 657 ] ;
663 rdfs:subClassOf 658 rdfs:subClassOf
664 [ rdf:type owl:Restriction ; 659 [ rdf:type owl:Restriction ;
665 - owl:allValuesFrom ILAP:Result ; 660 + owl:allValuesFrom ILAP:ResourceProfile ;
666 - owl:onProperty ILAP:hasActivityResult 661 + owl:onProperty ILAP:hasActivityResourceProfile
667 ] ; 662 ] ;
668 rdfs:subClassOf 663 rdfs:subClassOf
669 [ rdf:type owl:Restriction ; 664 [ rdf:type owl:Restriction ;
670 - owl:onProperty ILAP:hasActivityDiscipline ; 665 + owl:allValuesFrom ILAP:ActivityWBS ;
671 - owl:someValuesFrom ILAP:Discipline 666 + owl:onProperty ILAP:hasActivityWBSelement
667 + ] ;
668 + rdfs:subClassOf
669 + [ rdf:type owl:Restriction ;
670 + owl:allValuesFrom ILAP:ResponsiblePerson ;
671 + owl:onProperty ILAP:hasActivityResponsiblePerson
672 ] . 672 ] .
673 673
674 ILAP:PlannedMilestone 674 ILAP:PlannedMilestone
...@@ -746,20 +746,23 @@ ILAP:ProjectExecutionPlan ...@@ -746,20 +746,23 @@ ILAP:ProjectExecutionPlan
746 rdfs:subClassOf ILAP:Network ; 746 rdfs:subClassOf ILAP:Network ;
747 rdfs:subClassOf 747 rdfs:subClassOf
748 [ rdf:type owl:Restriction ; 748 [ rdf:type owl:Restriction ;
749 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
750 + owl:onProperty ILAP:hasPlanAsset
751 + ] ;
752 + rdfs:subClassOf
753 + [ rdf:type owl:Restriction ;
749 owl:onProperty ILAP:hasPlanLevel ; 754 owl:onProperty ILAP:hasPlanLevel ;
750 owl:someValuesFrom ILAP:PlanLevel 755 owl:someValuesFrom ILAP:PlanLevel
751 ] ; 756 ] ;
752 rdfs:subClassOf 757 rdfs:subClassOf
753 [ rdf:type owl:Restriction ; 758 [ rdf:type owl:Restriction ;
754 - owl:maxQualifiedCardinality 759 + owl:allValuesFrom ILAP:PlanContractType ;
755 - "1"^^xsd:nonNegativeInteger ; 760 + owl:onProperty ILAP:hasPlanContractType
756 - owl:onClass ILAP:Project ;
757 - owl:onProperty ILAP:hasPlanProject
758 ] ; 761 ] ;
759 rdfs:subClassOf 762 rdfs:subClassOf
760 [ rdf:type owl:Restriction ; 763 [ rdf:type owl:Restriction ;
761 - owl:allValuesFrom ILAP:PlanObjectiveType ; 764 + owl:onProperty ILAP:hasPlanContentType ;
762 - owl:onProperty ILAP:hasPlanObjectiveType 765 + owl:someValuesFrom ILAP:PlanContentType
763 ] ; 766 ] ;
764 rdfs:subClassOf 767 rdfs:subClassOf
765 [ rdf:type owl:Restriction ; 768 [ rdf:type owl:Restriction ;
...@@ -768,30 +771,32 @@ ILAP:ProjectExecutionPlan ...@@ -768,30 +771,32 @@ ILAP:ProjectExecutionPlan
768 ] ; 771 ] ;
769 rdfs:subClassOf 772 rdfs:subClassOf
770 [ rdf:type owl:Restriction ; 773 [ rdf:type owl:Restriction ;
771 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 774 + owl:onProperty ILAP:hasPlanProjectType ;
772 - owl:onProperty ILAP:hasPlanAsset 775 + owl:someValuesFrom ILAP:PlanProjectType
773 ] ; 776 ] ;
774 rdfs:subClassOf 777 rdfs:subClassOf
775 [ rdf:type owl:Restriction ; 778 [ rdf:type owl:Restriction ;
776 - owl:allValuesFrom ILAP:PlanLifecycleStage ; 779 + owl:onProperty ILAP:hasPlanGeoArea ;
777 - owl:onProperty ILAP:hasPlanLifecycleStage 780 + owl:someValuesFrom ILAP:PlanGeoArea
778 ] ; 781 ] ;
779 rdfs:subClassOf 782 rdfs:subClassOf
780 [ rdf:type owl:Restriction ; 783 [ rdf:type owl:Restriction ;
781 owl:maxQualifiedCardinality 784 owl:maxQualifiedCardinality
782 "1"^^xsd:nonNegativeInteger ; 785 "1"^^xsd:nonNegativeInteger ;
783 - owl:onClass ILAP:PlanLevel ; 786 + owl:onClass ILAP:Project ;
784 - owl:onProperty ILAP:hasPlanLevel 787 + owl:onProperty ILAP:hasPlanProject
785 ] ; 788 ] ;
786 rdfs:subClassOf 789 rdfs:subClassOf
787 [ rdf:type owl:Restriction ; 790 [ rdf:type owl:Restriction ;
788 - owl:onProperty ILAP:hasPlanContentType ; 791 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
789 - owl:someValuesFrom ILAP:PlanContentType 792 + owl:onProperty ILAP:hasPlanLifecycleStage
790 ] ; 793 ] ;
791 rdfs:subClassOf 794 rdfs:subClassOf
792 [ rdf:type owl:Restriction ; 795 [ rdf:type owl:Restriction ;
793 - owl:allValuesFrom ILAP:PlanContractType ; 796 + owl:maxQualifiedCardinality
794 - owl:onProperty ILAP:hasPlanContractType 797 + "1"^^xsd:nonNegativeInteger ;
798 + owl:onClass ILAP:PlanLevel ;
799 + owl:onProperty ILAP:hasPlanLevel
795 ] ; 800 ] ;
796 rdfs:subClassOf 801 rdfs:subClassOf
797 [ rdf:type owl:Restriction ; 802 [ rdf:type owl:Restriction ;
...@@ -800,13 +805,8 @@ ILAP:ProjectExecutionPlan ...@@ -800,13 +805,8 @@ ILAP:ProjectExecutionPlan
800 ] ; 805 ] ;
801 rdfs:subClassOf 806 rdfs:subClassOf
802 [ rdf:type owl:Restriction ; 807 [ rdf:type owl:Restriction ;
803 - owl:onProperty ILAP:hasPlanProjectType ; 808 + owl:allValuesFrom ILAP:PlanObjectiveType ;
804 - owl:someValuesFrom ILAP:PlanProjectType 809 + owl:onProperty ILAP:hasPlanObjectiveType
805 - ] ;
806 - rdfs:subClassOf
807 - [ rdf:type owl:Restriction ;
808 - owl:onProperty ILAP:hasPlanGeoArea ;
809 - owl:someValuesFrom ILAP:PlanGeoArea
810 ] ; 810 ] ;
811 rdfs:subClassOf 811 rdfs:subClassOf
812 [ rdf:type owl:Restriction ; 812 [ rdf:type owl:Restriction ;
...@@ -1107,6 +1107,12 @@ ILAP:hasActivityActualWeight ...@@ -1107,6 +1107,12 @@ ILAP:hasActivityActualWeight
1107 rdfs:range xsd:float ; 1107 rdfs:range xsd:float ;
1108 rdfs:subPropertyOf ILAP:hasActivityWeight . 1108 rdfs:subPropertyOf ILAP:hasActivityWeight .
1109 1109
1110 +ILAP:hasActivityAsset
1111 + rdf:type owl:ObjectProperty ;
1112 + rdfs:comment "A Relationship between a Planned Activity and its Asset (Facility, Field, License - typically classified by NPD Facility)."^^xsd:string ;
1113 + rdfs:label "has Activity Asset"^^xsd:string ;
1114 + rdfs:range ILAP:Asset .
1115 +
1110 ILAP:hasActivityBaselineSchedule 1116 ILAP:hasActivityBaselineSchedule
1111 rdf:type owl:ObjectProperty ; 1117 rdf:type owl:ObjectProperty ;
1112 rdfs:comment "A Relationship between a Scheduled Activity and the Control Schedule that is the current Baseline."^^xsd:string ; 1118 rdfs:comment "A Relationship between a Scheduled Activity and the Control Schedule that is the current Baseline."^^xsd:string ;
...@@ -1148,12 +1154,6 @@ ILAP:hasActivityEstimatedWeight ...@@ -1148,12 +1154,6 @@ ILAP:hasActivityEstimatedWeight
1148 rdfs:range xsd:float ; 1154 rdfs:range xsd:float ;
1149 rdfs:subPropertyOf ILAP:hasActivityWeight . 1155 rdfs:subPropertyOf ILAP:hasActivityWeight .
1150 1156
1151 -ILAP:hasActivityFacility
1152 - rdf:type owl:ObjectProperty ;
1153 - rdfs:comment "A Relationship between a Planned Activity and its Facility (typically classified by NPD Facility)."^^xsd:string ;
1154 - rdfs:label "has Activity Facility"^^xsd:string ;
1155 - rdfs:range ILAP:Facility .
1156 -
1157 ILAP:hasActivityInScheduleActivityInPlan 1157 ILAP:hasActivityInScheduleActivityInPlan
1158 rdf:type owl:ObjectProperty ; 1158 rdf:type owl:ObjectProperty ;
1159 rdfs:comment "A Relationship between a Scheduled Activity and the corresponding Planned Activity (note that in general a plan will be scheduled many times during execution, and thus a Planned Activity will typically have a set of Scheduled Activities)."^^xsd:string ; 1159 rdfs:comment "A Relationship between a Scheduled Activity and the corresponding Planned Activity (note that in general a plan will be scheduled many times during execution, and thus a Planned Activity will typically have a set of Scheduled Activities)."^^xsd:string ;
...@@ -1222,7 +1222,7 @@ ILAP:hasActivityPlan ...@@ -1222,7 +1222,7 @@ ILAP:hasActivityPlan
1222 rdfs:comment "A Relationship between a Planned Activity and the Execution Plan of which it is a part."^^xsd:string ; 1222 rdfs:comment "A Relationship between a Planned Activity and the Execution Plan of which it is a part."^^xsd:string ;
1223 rdfs:domain ILAP:PlannedActivity ; 1223 rdfs:domain ILAP:PlannedActivity ;
1224 rdfs:label "has Activity Plan"^^xsd:string ; 1224 rdfs:label "has Activity Plan"^^xsd:string ;
1225 - rdfs:range ILAP:ProjectExecutionPlan . 1225 + rdfs:range ILAP:ActivityPlan .
1226 1226
1227 ILAP:hasActivityPlannedProgressPercent 1227 ILAP:hasActivityPlannedProgressPercent
1228 rdf:type owl:DatatypeProperty ; 1228 rdf:type owl:DatatypeProperty ;
...@@ -1930,7 +1930,8 @@ ILAP:hasScheduleDate ...@@ -1930,7 +1930,8 @@ ILAP:hasScheduleDate
1930 rdf:type owl:DatatypeProperty ; 1930 rdf:type owl:DatatypeProperty ;
1931 rdfs:comment "A Property that holds a Date in a Schedule for an Activity."^^xsd:string ; 1931 rdfs:comment "A Property that holds a Date in a Schedule for an Activity."^^xsd:string ;
1932 rdfs:domain ILAP:ScheduledActivity ; 1932 rdfs:domain ILAP:ScheduledActivity ;
1933 - rdfs:label "has Schedule Date"^^xsd:string . 1933 + rdfs:label "has Schedule Date"^^xsd:string ;
1934 + rdfs:range xsd:date .
1934 1935
1935 ILAP:hasSchedulePlan 1936 ILAP:hasSchedulePlan
1936 rdf:type owl:ObjectProperty ; 1937 rdf:type owl:ObjectProperty ;
...@@ -2052,13 +2053,6 @@ ILAP:hasValueAsset ...@@ -2052,13 +2053,6 @@ ILAP:hasValueAsset
2052 rdfs:label "has Value Asset"^^xsd:string ; 2053 rdfs:label "has Value Asset"^^xsd:string ;
2053 rdfs:range ILAP:Asset . 2054 rdfs:range ILAP:Asset .
2054 2055
2055 -ILAP:hasWBScomponent
2056 - rdf:type owl:ObjectProperty ;
2057 - rdfs:comment "A Relationship between an Activity WBS and the Result it specifies (and the associated SCCS:PBS_Thing)."^^xsd:string ;
2058 - rdfs:domain ILAP:ActivityWBS ;
2059 - rdfs:label "has WBS Component"^^xsd:string ;
2060 - rdfs:range ILAP:Result .
2061 -
2062 ILAP:hasWBSphase 2056 ILAP:hasWBSphase
2063 rdf:type owl:ObjectProperty ; 2057 rdf:type owl:ObjectProperty ;
2064 rdfs:comment "A Relationship between an Activity WBS and the Phase it specifies (and the associated SCCS:SAB_Thing)."^^xsd:string ; 2058 rdfs:comment "A Relationship between an Activity WBS and the Phase it specifies (and the associated SCCS:SAB_Thing)."^^xsd:string ;
...@@ -2079,6 +2073,13 @@ ILAP:hasWBSresource ...@@ -2079,6 +2073,13 @@ ILAP:hasWBSresource
2079 rdfs:label "has WBS Resource"^^xsd:string ; 2073 rdfs:label "has WBS Resource"^^xsd:string ;
2080 rdfs:range ILAP:Resource . 2074 rdfs:range ILAP:Resource .
2081 2075
2076 +ILAP:hasWBSresult
2077 + rdf:type owl:ObjectProperty ;
2078 + rdfs:comment "A Relationship between an Activity WBS and the Result it specifies (and the associated SCCS:PBS_Thing)."^^xsd:string ;
2079 + rdfs:domain ILAP:ActivityWBS ;
2080 + rdfs:label "has WBS Result"^^xsd:string ;
2081 + rdfs:range ILAP:Result .
2082 +
2082 ILAP:hasWorkOrderOperation 2083 ILAP:hasWorkOrderOperation
2083 rdf:type owl:ObjectProperty ; 2084 rdf:type owl:ObjectProperty ;
2084 rdfs:comment "A Relationship between a WorkOrder (Network) and the Operations (WorkTasks) that are connected to it."^^xsd:string ; 2085 rdfs:comment "A Relationship between a WorkOrder (Network) and the Operations (WorkTasks) that are connected to it."^^xsd:string ;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 15 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16 16
17 : rdf:type owl:Ontology ; 17 : rdf:type owl:Ontology ;
18 - owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , USERFIELDS: . 18 + owl:imports USERFIELDS: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
19 19
20 ILAP: 20 ILAP:
21 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
...@@ -209,8 +209,8 @@ ILAP:DuringNormalOperation ...@@ -209,8 +209,8 @@ ILAP:DuringNormalOperation
209 rdfs:label "During Normal Operation"^^xsd:string . 209 rdfs:label "During Normal Operation"^^xsd:string .
210 210
211 ILAP:DuringShutdown 211 ILAP:DuringShutdown
212 - rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; 212 + rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ;
213 - rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . 213 + rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string .
214 214
215 ILAP:EIS 215 ILAP:EIS
216 rdf:type ILAP:Application ; 216 rdf:type ILAP:Application ;
...@@ -680,7 +680,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -680,7 +680,7 @@ ILAP:StandardFreeWeekendPeriod
680 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 680 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
681 rdfs:label "Standard Free Weekend Period"^^xsd:string ; 681 rdfs:label "Standard Free Weekend Period"^^xsd:string ;
682 ILAP:hasCalendarPeriodFreeDay 682 ILAP:hasCalendarPeriodFreeDay
683 - ILAP:Sunday , ILAP:Saturday . 683 + ILAP:Saturday , ILAP:Sunday .
684 684
685 ILAP:StandardWorkWeekdayPeriod 685 ILAP:StandardWorkWeekdayPeriod
686 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 686 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -772,12 +772,12 @@ ILAP:WinFab ...@@ -772,12 +772,12 @@ ILAP:WinFab
772 rdf:type ILAP:Application ; 772 rdf:type ILAP:Application ;
773 rdfs:label "Win fab"^^xsd:string . 773 rdfs:label "Win fab"^^xsd:string .
774 774
775 +ILAP:hasActivityAsset
776 + rdfs:domain ILAP:PlannedActivity .
777 +
775 ILAP:hasActivityBaselineSchedule 778 ILAP:hasActivityBaselineSchedule
776 rdfs:range ILAP:Schedule . 779 rdfs:range ILAP:Schedule .
777 780
778 -ILAP:hasActivityFacility
779 - rdfs:domain ILAP:PlannedActivity .
780 -
781 ILAP:hasActivityPhase 781 ILAP:hasActivityPhase
782 rdfs:range ILAP:Phase . 782 rdfs:range ILAP:Phase .
783 783
...@@ -838,23 +838,23 @@ ILAP:hasPlanSupplier ...@@ -838,23 +838,23 @@ ILAP:hasPlanSupplier
838 ILAP:hasSourceUserField 838 ILAP:hasSourceUserField
839 rdfs:range USERFIELDS:UserField . 839 rdfs:range USERFIELDS:UserField .
840 840
841 -ILAP:hasWBScomponent
842 - rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> .
843 -
844 ILAP:hasWBSphase 841 ILAP:hasWBSphase
845 rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . 842 rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
846 843
847 ILAP:hasWBSprojectExpenseType 844 ILAP:hasWBSprojectExpenseType
848 rdfs:range ILAP:PlanExpenseType . 845 rdfs:range ILAP:PlanExpenseType .
849 846
847 +ILAP:hasWBSresult
848 + rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> .
849 +
850 ILAP:hasWorkTaskResponsible 850 ILAP:hasWorkTaskResponsible
851 rdfs:range ILAP:ResponsiblePerson . 851 rdfs:range ILAP:ResponsiblePerson .
852 852
853 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 853 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
854 - rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . 854 + rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category .
855 855
856 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 856 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
857 - rdfs:subClassOf ILAP:PlanContentType , ILAP:Result . 857 + rdfs:subClassOf ILAP:Result , ILAP:PlanContentType .
858 858
859 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> 859 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
860 rdfs:subClassOf ILAP:ProjectPhase . 860 rdfs:subClassOf ILAP:ProjectPhase .
...@@ -864,57 +864,57 @@ USERFIELDS:UserField ...@@ -864,57 +864,57 @@ USERFIELDS:UserField
864 [ rdf:type owl:Restriction ; 864 [ rdf:type owl:Restriction ;
865 owl:maxQualifiedCardinality 865 owl:maxQualifiedCardinality
866 "1"^^xsd:nonNegativeInteger ; 866 "1"^^xsd:nonNegativeInteger ;
867 - owl:onClass ILAP:ShutdownType ; 867 + owl:onClass ILAP:Discipline ;
868 - owl:onProperty USERFIELDS:hasShutdownType 868 + owl:onProperty USERFIELDS:hasDiscipline
869 ] ; 869 ] ;
870 rdfs:subClassOf 870 rdfs:subClassOf
871 [ rdf:type owl:Restriction ; 871 [ rdf:type owl:Restriction ;
872 owl:maxQualifiedCardinality 872 owl:maxQualifiedCardinality
873 "1"^^xsd:nonNegativeInteger ; 873 "1"^^xsd:nonNegativeInteger ;
874 - owl:onClass ILAP:Result ; 874 + owl:onClass ILAP:MilestoneType ;
875 - owl:onProperty USERFIELDS:hasProduct 875 + owl:onProperty USERFIELDS:hasMilestoneType
876 ] ; 876 ] ;
877 rdfs:subClassOf 877 rdfs:subClassOf
878 [ rdf:type owl:Restriction ; 878 [ rdf:type owl:Restriction ;
879 owl:maxQualifiedCardinality 879 owl:maxQualifiedCardinality
880 "1"^^xsd:nonNegativeInteger ; 880 "1"^^xsd:nonNegativeInteger ;
881 - owl:onClass ILAP:Phase ; 881 + owl:onClass ILAP:Contractor ;
882 - owl:onProperty USERFIELDS:hasProjectPhaseType 882 + owl:onProperty USERFIELDS:hasContractor
883 ] ; 883 ] ;
884 rdfs:subClassOf 884 rdfs:subClassOf
885 [ rdf:type owl:Restriction ; 885 [ rdf:type owl:Restriction ;
886 owl:maxQualifiedCardinality 886 owl:maxQualifiedCardinality
887 "1"^^xsd:nonNegativeInteger ; 887 "1"^^xsd:nonNegativeInteger ;
888 - owl:onClass ILAP:Discipline ; 888 + owl:onClass ILAP:Facility ;
889 - owl:onProperty USERFIELDS:hasCategory 889 + owl:onProperty USERFIELDS:hasFacility
890 ] ; 890 ] ;
891 rdfs:subClassOf 891 rdfs:subClassOf
892 [ rdf:type owl:Restriction ; 892 [ rdf:type owl:Restriction ;
893 owl:maxQualifiedCardinality 893 owl:maxQualifiedCardinality
894 "1"^^xsd:nonNegativeInteger ; 894 "1"^^xsd:nonNegativeInteger ;
895 - owl:onClass ILAP:Facility ; 895 + owl:onClass ILAP:Discipline ;
896 - owl:onProperty USERFIELDS:hasFacility 896 + owl:onProperty USERFIELDS:hasCategory
897 ] ; 897 ] ;
898 rdfs:subClassOf 898 rdfs:subClassOf
899 [ rdf:type owl:Restriction ; 899 [ rdf:type owl:Restriction ;
900 owl:maxQualifiedCardinality 900 owl:maxQualifiedCardinality
901 "1"^^xsd:nonNegativeInteger ; 901 "1"^^xsd:nonNegativeInteger ;
902 - owl:onClass ILAP:Contractor ; 902 + owl:onClass ILAP:Phase ;
903 - owl:onProperty USERFIELDS:hasContractor 903 + owl:onProperty USERFIELDS:hasProjectPhaseType
904 ] ; 904 ] ;
905 rdfs:subClassOf 905 rdfs:subClassOf
906 [ rdf:type owl:Restriction ; 906 [ rdf:type owl:Restriction ;
907 owl:maxQualifiedCardinality 907 owl:maxQualifiedCardinality
908 "1"^^xsd:nonNegativeInteger ; 908 "1"^^xsd:nonNegativeInteger ;
909 - owl:onClass ILAP:MilestoneType ; 909 + owl:onClass ILAP:Result ;
910 - owl:onProperty USERFIELDS:hasMilestoneType 910 + owl:onProperty USERFIELDS:hasProduct
911 ] ; 911 ] ;
912 rdfs:subClassOf 912 rdfs:subClassOf
913 [ rdf:type owl:Restriction ; 913 [ rdf:type owl:Restriction ;
914 owl:maxQualifiedCardinality 914 owl:maxQualifiedCardinality
915 "1"^^xsd:nonNegativeInteger ; 915 "1"^^xsd:nonNegativeInteger ;
916 - owl:onClass ILAP:Discipline ; 916 + owl:onClass ILAP:ShutdownType ;
917 - owl:onProperty USERFIELDS:hasDiscipline 917 + owl:onProperty USERFIELDS:hasShutdownType
918 ] . 918 ] .
919 919
920 <http://data.posccaesar.org/npd/ontology/Licence> 920 <http://data.posccaesar.org/npd/ontology/Licence>
...@@ -950,7 +950,7 @@ USERFIELDS:UserField ...@@ -950,7 +950,7 @@ USERFIELDS:UserField
950 rdl:RDS282149 950 rdl:RDS282149
951 rdf:type owl:Class ; 951 rdf:type owl:Class ;
952 rdfs:label "RDS282149"^^xsd:string ; 952 rdfs:label "RDS282149"^^xsd:string ;
953 - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . 953 + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
954 954
955 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> 955 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
956 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . 956 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
......
...@@ -22,7 +22,7 @@ UC1:Schedule_1 ...@@ -22,7 +22,7 @@ UC1:Schedule_1
22 ILAP:AFEforContractorBtoOperatorB 22 ILAP:AFEforContractorBtoOperatorB
23 rdf:type USERFIELDS:FreeTextField ; 23 rdf:type USERFIELDS:FreeTextField ;
24 rdfs:label "AFE for Contractor B to Operator B"^^xsd:string ; 24 rdfs:label "AFE for Contractor B to Operator B"^^xsd:string ;
25 - USERFIELDS:hasShort "H373-DUCT"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string , "H207-WHRU"^^xsd:string . 25 + USERFIELDS:hasShort "H207-WHRU"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string , "H373-DUCT"^^xsd:string .
26 26
27 ILAP:AccruedTimeContract_1 27 ILAP:AccruedTimeContract_1
28 rdf:type ILAP:AccruedTimeContract ; 28 rdf:type ILAP:AccruedTimeContract ;
...@@ -47,10 +47,9 @@ ILAP:ActivityRoleForContractorBtoOperatorB ...@@ -47,10 +47,9 @@ ILAP:ActivityRoleForContractorBtoOperatorB
47 ILAP:ActivityWBS_1 47 ILAP:ActivityWBS_1
48 rdf:type ILAP:ActivityWBS ; 48 rdf:type ILAP:ActivityWBS ;
49 rdfs:label "Activity WBS 1"^^xsd:string ; 49 rdfs:label "Activity WBS 1"^^xsd:string ;
50 - ILAP:hasWBScomponent 50 + ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ;
51 - ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ; 51 + ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD ;
52 - ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; 52 + ILAP:hasWBSresult ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA .
53 - ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD .
54 53
55 ILAP:Activity_1 54 ILAP:Activity_1
56 rdf:type ILAP:Activity ; 55 rdf:type ILAP:Activity ;
...@@ -77,14 +76,14 @@ ILAP:BaselineSchedule_1 ...@@ -77,14 +76,14 @@ ILAP:BaselineSchedule_1
77 ILAP:BudgetResponsibleForContractorBtoOperatorB 76 ILAP:BudgetResponsibleForContractorBtoOperatorB
78 rdf:type USERFIELDS:FreeTextField ; 77 rdf:type USERFIELDS:FreeTextField ;
79 rdfs:label "Budget Responsible for Contractor B to Operator B"^^xsd:string ; 78 rdfs:label "Budget Responsible for Contractor B to Operator B"^^xsd:string ;
80 - USERFIELDS:hasShort "JL"^^xsd:string , "VK"^^xsd:string ; 79 + USERFIELDS:hasShort "VK"^^xsd:string , "JL"^^xsd:string ;
81 - USERFIELDS:hasValue "Jostein Larsen"^^xsd:string , "Vidar Kjempenes"^^xsd:string . 80 + USERFIELDS:hasValue "Vidar Kjempenes"^^xsd:string , "Jostein Larsen"^^xsd:string .
82 81
83 ILAP:BuidingBlockForContractorBtoOperatorB 82 ILAP:BuidingBlockForContractorBtoOperatorB
84 rdf:type USERFIELDS:FreeTextField ; 83 rdf:type USERFIELDS:FreeTextField ;
85 rdfs:label "Buiding Block for Contractor B to Operator B"^^xsd:string ; 84 rdfs:label "Buiding Block for Contractor B to Operator B"^^xsd:string ;
86 - USERFIELDS:hasShort "D2"^^xsd:string , "LPHC"^^xsd:string , "D1"^^xsd:string , "W5"^^xsd:string , "XOV"^^xsd:string , "W3"^^xsd:string , "W2"^^xsd:string , "DEM-GLC"^^xsd:string , "W4"^^xsd:string , "F0"^^xsd:string , "R0"^^xsd:string , "G0"^^xsd:string , "AG"^^xsd:string , "CA"^^xsd:string , "GLC"^^xsd:string , "W1"^^xsd:string ; 85 + USERFIELDS:hasShort "D2"^^xsd:string , "LPHC"^^xsd:string , "D1"^^xsd:string , "W5"^^xsd:string , "XOV"^^xsd:string , "W3"^^xsd:string , "W2"^^xsd:string , "DEM-GLC"^^xsd:string , "W4"^^xsd:string , "F0"^^xsd:string , "R0"^^xsd:string , "G0"^^xsd:string , "AG"^^xsd:string , "CA"^^xsd:string , "W1"^^xsd:string , "GLC"^^xsd:string ;
87 - USERFIELDS:hasValue "Demolition of old WHRU module"^^xsd:string , "X-Over"^^xsd:string , "Contract General Milestones"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "General, for general work activities, not specifically allocated to one of the following Building Blocks (W1, W2,W3, W4, W5, D1 or D2)"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string . 86 + USERFIELDS:hasValue "Demolition of old WHRU module"^^xsd:string , "X-Over"^^xsd:string , "Contract General Milestones"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "General, for general work activities, not specifically allocated to one of the following Building Blocks (W1, W2,W3, W4, W5, D1 or D2)"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string .
88 87
89 ILAP:CORForContractorBtoOperatorB 88 ILAP:CORForContractorBtoOperatorB
90 rdf:type USERFIELDS:FreeTextField ; 89 rdf:type USERFIELDS:FreeTextField ;
...@@ -111,8 +110,8 @@ ILAP:COR_KX_1 ...@@ -111,8 +110,8 @@ ILAP:COR_KX_1
111 ILAP:CTRForContractorBtoOperatorB 110 ILAP:CTRForContractorBtoOperatorB
112 rdf:type USERFIELDS:FreeTextField ; 111 rdf:type USERFIELDS:FreeTextField ;
113 rdfs:label "CTR for Contractor B to Operator B"^^xsd:string ; 112 rdfs:label "CTR for Contractor B to Operator B"^^xsd:string ;
114 - USERFIELDS:hasShort "DDZEG0000"^^xsd:string , "X"^^xsd:string , "HA09AD-TH"^^xsd:string ; 113 + USERFIELDS:hasShort "HA09AD-TH"^^xsd:string , "X"^^xsd:string , "DDZEG0000"^^xsd:string ;
115 - USERFIELDS:hasValue "Document Control"^^xsd:string , "Hotwork and Platform SD"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string . 114 + USERFIELDS:hasValue "Mod. M11 Constr planner - Thailan"^^xsd:string , "Hotwork and Platform SD"^^xsd:string , "Document Control"^^xsd:string .
116 115
117 ILAP:Calendar_1 116 ILAP:Calendar_1
118 rdf:type ILAP:Calendar ; 117 rdf:type ILAP:Calendar ;
...@@ -212,7 +211,7 @@ ILAP:DisiplinSubfaseForContractorAtoOperatorA ...@@ -212,7 +211,7 @@ ILAP:DisiplinSubfaseForContractorAtoOperatorA
212 ILAP:EngineeringFaseForContractorAtoOperatorA 211 ILAP:EngineeringFaseForContractorAtoOperatorA
213 rdf:type USERFIELDS:FreeTextField ; 212 rdf:type USERFIELDS:FreeTextField ;
214 rdfs:label "Engineering Fase for Contractor A to Operator A"^^xsd:string ; 213 rdfs:label "Engineering Fase for Contractor A to Operator A"^^xsd:string ;
215 - USERFIELDS:hasValue "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Beregninger"^^xsd:string , "Risikovurdering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "Prefabpakker"^^xsd:string , "Familiarisering"^^xsd:string , "Offshore befaring"^^xsd:string , "Offshore"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "As-buil"^^xsd:string , "MCC strategi"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Stressanalyse"^^xsd:string , "MCC Støtte"^^xsd:string , "Systemutprøving"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Modellering"^^xsd:string , "Elektronisk oppmåling"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Databaseoppdatering"^^xsd:string , "Medgått tid"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Lister"^^xsd:string , "Follow-on"^^xsd:string . 214 + USERFIELDS:hasValue "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Beregninger"^^xsd:string , "Risikovurdering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "Prefabpakker"^^xsd:string , "Familiarisering"^^xsd:string , "Offshore befaring"^^xsd:string , "Offshore"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Systemutprøving"^^xsd:string , "MCC strategi"^^xsd:string , "MCC Støtte"^^xsd:string , "Stressanalyse"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "As-buil"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Modellering"^^xsd:string , "Elektronisk oppmåling"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Databaseoppdatering"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "Medgått tid"^^xsd:string , "Lister"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Follow-on"^^xsd:string .
216 215
217 ILAP:FinishToStart_1 216 ILAP:FinishToStart_1
218 rdf:type ILAP:FinishToStart ; 217 rdf:type ILAP:FinishToStart ;
...@@ -267,12 +266,12 @@ ILAP:IncentiveContract_2 ...@@ -267,12 +266,12 @@ ILAP:IncentiveContract_2
267 ILAP:IngenioerForContractorAtoOperatorA 266 ILAP:IngenioerForContractorAtoOperatorA
268 rdf:type USERFIELDS:FreeTextField ; 267 rdf:type USERFIELDS:FreeTextField ;
269 rdfs:label "Ingenioer for Contractor A to Operator A"^^xsd:string ; 268 rdfs:label "Ingenioer for Contractor A to Operator A"^^xsd:string ;
270 - USERFIELDS:hasValue "Andreas Gurk"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Christer Andersson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Lennart Svensson"^^xsd:string . 269 + USERFIELDS:hasValue "Lennart Svensson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Christer Andersson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Andreas Gurk"^^xsd:string .
271 270
272 ILAP:InndelingForContractorAtoOperatorA 271 ILAP:InndelingForContractorAtoOperatorA
273 rdf:type USERFIELDS:FreeTextField ; 272 rdf:type USERFIELDS:FreeTextField ;
274 rdfs:label "Inndeling for Contractor A to Operator A"^^xsd:string ; 273 rdfs:label "Inndeling for Contractor A to Operator A"^^xsd:string ;
275 - USERFIELDS:hasValue "4"^^xsd:string , "3"^^xsd:string , "2"^^xsd:string , "1"^^xsd:string , "5"^^xsd:string , "6"^^xsd:string , "18"^^xsd:string . 274 + USERFIELDS:hasValue "18"^^xsd:string , "6"^^xsd:string , "5"^^xsd:string , "1"^^xsd:string , "2"^^xsd:string , "3"^^xsd:string , "4"^^xsd:string .
276 275
277 ILAP:InvoicableWork_1 276 ILAP:InvoicableWork_1
278 rdf:type ILAP:InvoicableWork ; 277 rdf:type ILAP:InvoicableWork ;
...@@ -285,7 +284,7 @@ ILAP:JohnTravolta ...@@ -285,7 +284,7 @@ ILAP:JohnTravolta
285 ILAP:KPI3TypeForContractorAtoOperatorA 284 ILAP:KPI3TypeForContractorAtoOperatorA
286 rdf:type USERFIELDS:FreeTextField ; 285 rdf:type USERFIELDS:FreeTextField ;
287 rdfs:label "KPI 3 Type for Contractor A to Operator A"^^xsd:string ; 286 rdfs:label "KPI 3 Type for Contractor A to Operator A"^^xsd:string ;
288 - USERFIELDS:hasValue "RFOC"^^xsd:string , "Sluttrapport"^^xsd:string , "Studierapport"^^xsd:string . 287 + USERFIELDS:hasValue "Studierapport"^^xsd:string , "Sluttrapport"^^xsd:string , "RFOC"^^xsd:string .
289 288
290 ILAP:KontorForContractorAtoOperatorA 289 ILAP:KontorForContractorAtoOperatorA
291 rdf:type USERFIELDS:FreeTextField ; 290 rdf:type USERFIELDS:FreeTextField ;
...@@ -297,7 +296,7 @@ ILAP:KundeWBS1ForContractorBtoOperatorB ...@@ -297,7 +296,7 @@ ILAP:KundeWBS1ForContractorBtoOperatorB
297 rdf:type USERFIELDS:FreeTextField ; 296 rdf:type USERFIELDS:FreeTextField ;
298 rdfs:label "Kunde WBS1 for Contractor B to Operator B"^^xsd:string ; 297 rdfs:label "Kunde WBS1 for Contractor B to Operator B"^^xsd:string ;
299 USERFIELDS:hasShort "SR"^^xsd:string ; 298 USERFIELDS:hasShort "SR"^^xsd:string ;
300 - USERFIELDS:hasValue "Comm. Ass. Instrument Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Steam Blow off preparation"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Level Glass"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string . 299 + USERFIELDS:hasValue "Comm. Ass. Instrument Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Steam Blow off preparation"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Level Glass"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string .
301 300
302 ILAP:KundeWBS2ForContractorBtoOperatorB 301 ILAP:KundeWBS2ForContractorBtoOperatorB
303 rdf:type USERFIELDS:FreeTextField ; 302 rdf:type USERFIELDS:FreeTextField ;
...@@ -307,7 +306,7 @@ ILAP:KundeWBS2ForContractorBtoOperatorB ...@@ -307,7 +306,7 @@ ILAP:KundeWBS2ForContractorBtoOperatorB
307 ILAP:KundeWBS3ForContractorBtoOperatorB 306 ILAP:KundeWBS3ForContractorBtoOperatorB
308 rdf:type USERFIELDS:FreeTextField ; 307 rdf:type USERFIELDS:FreeTextField ;
309 rdfs:label "Kunde WBS3 for Contractor B to Operator B"^^xsd:string ; 308 rdfs:label "Kunde WBS3 for Contractor B to Operator B"^^xsd:string ;
310 - USERFIELDS:hasShort "1"^^xsd:string , "3"^^xsd:string , "9"^^xsd:string , "4"^^xsd:string , "LR"^^xsd:string , "10"^^xsd:string , "5"^^xsd:string , "42"^^xsd:string , "11"^^xsd:string , "6"^^xsd:string , "2A"^^xsd:string , "43"^^xsd:string , "2B"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "12"^^xsd:string , "8"^^xsd:string . 309 + USERFIELDS:hasShort "1"^^xsd:string , "3"^^xsd:string , "9"^^xsd:string , "LR"^^xsd:string , "4"^^xsd:string , "10"^^xsd:string , "5"^^xsd:string , "42"^^xsd:string , "11"^^xsd:string , "6"^^xsd:string , "2A"^^xsd:string , "43"^^xsd:string , "2B"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "12"^^xsd:string , "8"^^xsd:string .
311 310
312 ILAP:LiveSchedule_1 311 ILAP:LiveSchedule_1
313 rdf:type ILAP:LiveSchedule ; 312 rdf:type ILAP:LiveSchedule ;
...@@ -353,7 +352,7 @@ ILAP:Operation_2 ...@@ -353,7 +352,7 @@ ILAP:Operation_2
353 rdf:type ILAP:Operation ; 352 rdf:type ILAP:Operation ;
354 rdfs:label "Operation 2"^^xsd:string ; 353 rdfs:label "Operation 2"^^xsd:string ;
355 ILAP:hasOperationWorkOrder 354 ILAP:hasOperationWorkOrder
356 - ILAP:WorkOrder_2 , ILAP:WorkOrder_1 ; 355 + ILAP:WorkOrder_1 , ILAP:WorkOrder_2 ;
357 ILAP:hasWorkTaskPriority 356 ILAP:hasWorkTaskPriority
358 ILAP:LowPriority . 357 ILAP:LowPriority .
359 358
...@@ -361,7 +360,7 @@ ILAP:Operation_3 ...@@ -361,7 +360,7 @@ ILAP:Operation_3
361 rdf:type ILAP:Operation ; 360 rdf:type ILAP:Operation ;
362 rdfs:label "Operation 3"^^xsd:string ; 361 rdfs:label "Operation 3"^^xsd:string ;
363 ILAP:hasOperationWorkOrder 362 ILAP:hasOperationWorkOrder
364 - ILAP:WorkOrder_3 , ILAP:WorkOrder_1 ; 363 + ILAP:WorkOrder_1 , ILAP:WorkOrder_3 ;
365 ILAP:hasWorkTaskPriority 364 ILAP:hasWorkTaskPriority
366 ILAP:HighPriority . 365 ILAP:HighPriority .
367 366
...@@ -407,7 +406,7 @@ ILAP:PBS_ACAA_1 ...@@ -407,7 +406,7 @@ ILAP:PBS_ACAA_1
407 ILAP:PlanleggerForContractorAtoOperatorA 406 ILAP:PlanleggerForContractorAtoOperatorA
408 rdf:type USERFIELDS:FreeTextField ; 407 rdf:type USERFIELDS:FreeTextField ;
409 rdfs:label "Planlegger for Contractor A to Operator A"^^xsd:string ; 408 rdfs:label "Planlegger for Contractor A to Operator A"^^xsd:string ;
410 - USERFIELDS:hasValue "Yngve Rolseth"^^xsd:string , "Erik Havnes"^^xsd:string , "Mattias Allebert"^^xsd:string , "Gry Helle Nakstad"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string . 409 + USERFIELDS:hasValue "Alf Anton Hammerdal"^^xsd:string , "Gry Helle Nakstad"^^xsd:string , "Mattias Allebert"^^xsd:string , "Erik Havnes"^^xsd:string , "Yngve Rolseth"^^xsd:string .
411 410
412 ILAP:PlannedActivity_1 411 ILAP:PlannedActivity_1
413 rdf:type ILAP:PlannedActivity ; 412 rdf:type ILAP:PlannedActivity ;
...@@ -415,7 +414,7 @@ ILAP:PlannedActivity_1 ...@@ -415,7 +414,7 @@ ILAP:PlannedActivity_1
415 ILAP:hasActivityActiveStatus 414 ILAP:hasActivityActiveStatus
416 ILAP:Active ; 415 ILAP:Active ;
417 ILAP:hasActivityPlan 416 ILAP:hasActivityPlan
418 - ILAP:OperatorBcontractPortfolioPlan , ILAP:ContractorAtoOperatorAPlan ; 417 + ILAP:ContractorAtoOperatorAPlan , ILAP:OperatorBcontractPortfolioPlan ;
419 ILAP:hasActivityRisk 418 ILAP:hasActivityRisk
420 ILAP:Risk_1 ; 419 ILAP:Risk_1 ;
421 ILAP:hasFixedFinish "2015-01-05"^^xsd:date ; 420 ILAP:hasFixedFinish "2015-01-05"^^xsd:date ;
...@@ -426,14 +425,14 @@ ILAP:PlannedActivity_2 ...@@ -426,14 +425,14 @@ ILAP:PlannedActivity_2
426 rdfs:label "Planned Activity 2 in Project by Contractor A for Operator A"^^xsd:string ; 425 rdfs:label "Planned Activity 2 in Project by Contractor A for Operator A"^^xsd:string ;
427 ILAP:hasActivityActualProgressPercent 426 ILAP:hasActivityActualProgressPercent
428 "50"^^xsd:float ; 427 "50"^^xsd:float ;
428 + ILAP:hasActivityAsset
429 + <http://staging.data.posccaesar.org/npd/facts/Facility-278329> ;
429 ILAP:hasActivityContractor 430 ILAP:hasActivityContractor
430 <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ; 431 <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ;
431 ILAP:hasActivityDiscipline 432 ILAP:hasActivityDiscipline
432 ILAP:COR_KK_1 , ILAP:COR_KI_1 , ILAP:COR_KX_1 , ILAP:COR_KD_1 ; 433 ILAP:COR_KK_1 , ILAP:COR_KI_1 , ILAP:COR_KX_1 , ILAP:COR_KD_1 ;
433 ILAP:hasActivityEstimatedWeight 434 ILAP:hasActivityEstimatedWeight
434 "55000"^^xsd:float ; 435 "55000"^^xsd:float ;
435 - ILAP:hasActivityFacility
436 - <http://staging.data.posccaesar.org/npd/facts/Facility-278329> ;
437 ILAP:hasActivityLocation 436 ILAP:hasActivityLocation
438 <http://staging.data.posccaesar.org/npd/facts/Field-46437> ; 437 <http://staging.data.posccaesar.org/npd/facts/Field-46437> ;
439 ILAP:hasActivityMaterialOrderStatus 438 ILAP:hasActivityMaterialOrderStatus
...@@ -514,7 +513,7 @@ ILAP:ProjectTypeForContractorAtoOperatorA ...@@ -514,7 +513,7 @@ ILAP:ProjectTypeForContractorAtoOperatorA
514 ILAP:ProsjektlederForContractorAtoOperatorA 513 ILAP:ProsjektlederForContractorAtoOperatorA
515 rdf:type USERFIELDS:FreeTextField ; 514 rdf:type USERFIELDS:FreeTextField ;
516 rdfs:label "Prosjektleder for Contractor A to Operator A"^^xsd:string ; 515 rdfs:label "Prosjektleder for Contractor A to Operator A"^^xsd:string ;
517 - USERFIELDS:hasValue "Gunn Elin Harba"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Ove Løberg"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Geir Sve"^^xsd:string . 516 + USERFIELDS:hasValue "Geir Sve"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Ove Løberg"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Gunn Elin Harba"^^xsd:string .
518 517
519 ILAP:ProsjektstrukturIFSForContractorBtoOperatorB 518 ILAP:ProsjektstrukturIFSForContractorBtoOperatorB
520 rdf:type USERFIELDS:FreeTextField ; 519 rdf:type USERFIELDS:FreeTextField ;
...@@ -645,7 +644,7 @@ ILAP:ShutdownPeriodForContractorAtoOperatorA ...@@ -645,7 +644,7 @@ ILAP:ShutdownPeriodForContractorAtoOperatorA
645 644
646 ILAP:StandardFreeWeekendPeriod 645 ILAP:StandardFreeWeekendPeriod
647 ILAP:hasCalendarPeriodFreeHour 646 ILAP:hasCalendarPeriodFreeHour
648 - ILAP:From16To24 , ILAP:From00To08 ; 647 + ILAP:From00To08 , ILAP:From16To24 ;
649 ILAP:hasCalendarPeriodHour 648 ILAP:hasCalendarPeriodHour
650 ILAP:From08To16 ; 649 ILAP:From08To16 ;
651 ILAP:hasFreePeriodEndDate 650 ILAP:hasFreePeriodEndDate
...@@ -667,7 +666,7 @@ ILAP:SubSystemCommPckForContractorBtoOperatorB ...@@ -667,7 +666,7 @@ ILAP:SubSystemCommPckForContractorBtoOperatorB
667 rdf:type USERFIELDS:FreeTextField ; 666 rdf:type USERFIELDS:FreeTextField ;
668 rdfs:label "Sub System Comm Pck. for Contractor B to Operator B"^^xsd:string ; 667 rdfs:label "Sub System Comm Pck. for Contractor B to Operator B"^^xsd:string ;
669 USERFIELDS:hasShort "300/01"^^xsd:string , "G00/01"^^xsd:string , "260/01"^^xsd:string , "300/04"^^xsd:string , "300/06"^^xsd:string , "260/03"^^xsd:string , "300/03"^^xsd:string , "300/02"^^xsd:string , "300/05"^^xsd:string ; 668 USERFIELDS:hasShort "300/01"^^xsd:string , "G00/01"^^xsd:string , "260/01"^^xsd:string , "300/04"^^xsd:string , "300/06"^^xsd:string , "260/03"^^xsd:string , "300/03"^^xsd:string , "300/02"^^xsd:string , "300/05"^^xsd:string ;
670 - USERFIELDS:hasValue "Spares (if any) installed on the field related to new WHRU Project"^^xsd:string , "WIP-B Power & Controls MLD 91 XV-31411"^^xsd:string , "Modification on Ducting Gas Lift Turbine 84 10001"^^xsd:string , "WIP-D Power & Controls MLD 91 XV-31414"^^xsd:string , "New Exhaust of WI Turbines 84-10012 & 84-10011 (A&B)"^^xsd:string , "SD 13 New Exhaust of WI Turbines 84-10013 (C)"^^xsd:string , "Installation and Hook up MLD 91 XV-31410 to new module"^^xsd:string , "WIP-A Power & Controls MLD 91 XV-31412"^^xsd:string , "WIP-C Power & Controls MLD 91 XV-31413"^^xsd:string . 669 + USERFIELDS:hasValue "WIP-D Power & Controls MLD 91 XV-31414"^^xsd:string , "WIP-B Power & Controls MLD 91 XV-31411"^^xsd:string , "Modification on Ducting Gas Lift Turbine 84 10001"^^xsd:string , "Spares (if any) installed on the field related to new WHRU Project"^^xsd:string , "New Exhaust of WI Turbines 84-10012 & 84-10011 (A&B)"^^xsd:string , "SD 13 New Exhaust of WI Turbines 84-10013 (C)"^^xsd:string , "Installation and Hook up MLD 91 XV-31410 to new module"^^xsd:string , "WIP-A Power & Controls MLD 91 XV-31412"^^xsd:string , "WIP-C Power & Controls MLD 91 XV-31413"^^xsd:string .
671 670
672 ILAP:SummerShutdown_UC1 671 ILAP:SummerShutdown_UC1
673 rdf:type ILAP:Shutdown ; 672 rdf:type ILAP:Shutdown ;
...@@ -679,13 +678,13 @@ ILAP:SummerShutdown_UC1 ...@@ -679,13 +678,13 @@ ILAP:SummerShutdown_UC1
679 ILAP:hasShutdownPriority 678 ILAP:hasShutdownPriority
680 ILAP:NormalPriority ; 679 ILAP:NormalPriority ;
681 ILAP:hasShutdownType 680 ILAP:hasShutdownType
682 - ILAP:SystemShutdown , ILAP:ProductionShutdown , ILAP:ScheduledShutdown . 681 + ILAP:ScheduledShutdown , ILAP:ProductionShutdown , ILAP:SystemShutdown .
683 682
684 ILAP:SystemCodeForContractorBtoOperatorB 683 ILAP:SystemCodeForContractorBtoOperatorB
685 rdf:type USERFIELDS:FreeTextField ; 684 rdf:type USERFIELDS:FreeTextField ;
686 rdfs:label "System Code for Contractor B to Operator B"^^xsd:string ; 685 rdfs:label "System Code for Contractor B to Operator B"^^xsd:string ;
687 - USERFIELDS:hasShort "300"^^xsd:string , "740"^^xsd:string , "670"^^xsd:string , "610"^^xsd:string , "640"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "600"^^xsd:string , "840"^^xsd:string , "260"^^xsd:string , "630"^^xsd:string , "780"^^xsd:string , "510"^^xsd:string , "500"^^xsd:string , "800"^^xsd:string , "G00"^^xsd:string , "530"^^xsd:string , "310"^^xsd:string ; 686 + USERFIELDS:hasShort "300"^^xsd:string , "740"^^xsd:string , "670"^^xsd:string , "610"^^xsd:string , "640"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "840"^^xsd:string , "600"^^xsd:string , "780"^^xsd:string , "630"^^xsd:string , "260"^^xsd:string , "510"^^xsd:string , "500"^^xsd:string , "800"^^xsd:string , "G00"^^xsd:string , "310"^^xsd:string , "530"^^xsd:string ;
688 - USERFIELDS:hasValue "Water Fire Fighting"^^xsd:string , "Water Injection System General"^^xsd:string , "(blank)"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Instrument and Utility Air"^^xsd:string , "Mechanical Handling"^^xsd:string , "Navigation And Identification"^^xsd:string , "Gas Lift"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Temporary Equipment"^^xsd:string , "Process and Equipment Control"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Non Specific And Across Many Systems"^^xsd:string , "Fresh Water"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "Open Drains"^^xsd:string . 687 + USERFIELDS:hasValue "Water Fire Fighting"^^xsd:string , "Water Injection System General"^^xsd:string , "(blank)"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Gas Lift"^^xsd:string , "Mechanical Handling"^^xsd:string , "Navigation And Identification"^^xsd:string , "Instrument and Utility Air"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Temporary Equipment"^^xsd:string , "Process and Equipment Control"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Fresh Water"^^xsd:string , "Non Specific And Across Many Systems"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Open Drains"^^xsd:string .
689 688
690 ILAP:TargetBudget_1 689 ILAP:TargetBudget_1
691 rdf:type ILAP:TargetBudget ; 690 rdf:type ILAP:TargetBudget ;
...@@ -814,7 +813,7 @@ ILAP:UserFieldForContractorBtoOperatorB ...@@ -814,7 +813,7 @@ ILAP:UserFieldForContractorBtoOperatorB
814 ILAP:Value_1 813 ILAP:Value_1
815 rdf:type ILAP:Value ; 814 rdf:type ILAP:Value ;
816 rdfs:label "The Value of the Asset (link to value estimates)"^^xsd:string ; 815 rdfs:label "The Value of the Asset (link to value estimates)"^^xsd:string ;
817 - ILAP:hasValueAsset <http://data.posccaesar.org/npd/facts/Field-4350> , ILAP:Asset_1 . 816 + ILAP:hasValueAsset ILAP:Asset_1 , <http://data.posccaesar.org/npd/facts/Field-4350> .
818 817
819 ILAP:WorkOrder_1 818 ILAP:WorkOrder_1
820 rdf:type ILAP:WorkOrder ; 819 rdf:type ILAP:WorkOrder ;
...@@ -852,7 +851,7 @@ ILAP:WorkcenterSAPForContractorAtoOperatorA ...@@ -852,7 +851,7 @@ ILAP:WorkcenterSAPForContractorAtoOperatorA
852 rdf:type USERFIELDS:FreeTextField ; 851 rdf:type USERFIELDS:FreeTextField ;
853 rdfs:label "Workcenter SAP for Contractor A to Operator A"^^xsd:string ; 852 rdfs:label "Workcenter SAP for Contractor A to Operator A"^^xsd:string ;
854 USERFIELDS:hasShort "C03COS"^^xsd:string , "C03ELM"^^xsd:string , "C03ELE"^^xsd:string , "C03HVA "^^xsd:string , "C03STA"^^xsd:string ; 853 USERFIELDS:hasShort "C03COS"^^xsd:string , "C03ELM"^^xsd:string , "C03ELE"^^xsd:string , "C03HVA "^^xsd:string , "C03STA"^^xsd:string ;
855 - USERFIELDS:hasValue "Elektro"^^xsd:string , "Struktur analyse"^^xsd:string , "Kostkontroll"^^xsd:string , "El. Oppmålin"^^xsd:string , "HVAC"^^xsd:string . 854 + USERFIELDS:hasValue "Elektro"^^xsd:string , "Struktur analyse"^^xsd:string , "Kostkontroll"^^xsd:string , "HVAC"^^xsd:string , "El. Oppmålin"^^xsd:string .
856 855
857 ILAP:hasActivityActiveStatus 856 ILAP:hasActivityActiveStatus
858 rdfs:range ILAP:Status . 857 rdfs:range ILAP:Status .
...@@ -873,6 +872,9 @@ ILAP:hasActivityPreviousStatus ...@@ -873,6 +872,9 @@ ILAP:hasActivityPreviousStatus
873 ILAP:hasPlanUserField 872 ILAP:hasPlanUserField
874 rdfs:domain ILAP:ProjectExecutionPlan . 873 rdfs:domain ILAP:ProjectExecutionPlan .
875 874
875 +ILAP:hasWBSresource
876 + rdfs:range SCCS:COR_Thing .
877 +
876 ILAP:hasWorkTaskActivity 878 ILAP:hasWorkTaskActivity
877 rdfs:range ILAP:PlannedActivity . 879 rdfs:range ILAP:PlannedActivity .
878 880
...@@ -885,15 +887,15 @@ USERFIELDS:UserField ...@@ -885,15 +887,15 @@ USERFIELDS:UserField
885 [ rdf:type owl:Restriction ; 887 [ rdf:type owl:Restriction ;
886 owl:maxQualifiedCardinality 888 owl:maxQualifiedCardinality
887 "1"^^xsd:nonNegativeInteger ; 889 "1"^^xsd:nonNegativeInteger ;
888 - owl:onClass ILAP:Contractor ; 890 + owl:onClass ILAP:MilestoneType ;
889 - owl:onProperty USERFIELDS:hasContractor 891 + owl:onProperty USERFIELDS:hasMilestoneType
890 ] ; 892 ] ;
891 rdfs:subClassOf 893 rdfs:subClassOf
892 [ rdf:type owl:Restriction ; 894 [ rdf:type owl:Restriction ;
893 owl:maxQualifiedCardinality 895 owl:maxQualifiedCardinality
894 "1"^^xsd:nonNegativeInteger ; 896 "1"^^xsd:nonNegativeInteger ;
895 - owl:onClass ILAP:MilestoneType ; 897 + owl:onClass ILAP:Contractor ;
896 - owl:onProperty USERFIELDS:hasMilestoneType 898 + owl:onProperty USERFIELDS:hasContractor
897 ] . 899 ] .
898 900
899 USERFIELDS:hasCategory 901 USERFIELDS:hasCategory
......