Showing
2 changed files
with
79 additions
and
63 deletions
... | @@ -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 ; |
... | @@ -72,17 +72,17 @@ ILAP:CAPEX | ... | @@ -72,17 +72,17 @@ ILAP:CAPEX |
72 | 72 | ||
73 | ILAP:COR_KI | 73 | ILAP:COR_KI |
74 | rdf:type owl:Class ; | 74 | rdf:type owl:Class ; |
75 | - rdfs:label "Automation"^^xsd:string ; | 75 | + rdfs:label "ILAP COR extension KI: Automation "^^xsd:string ; |
76 | rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> . | 76 | rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> . |
77 | 77 | ||
78 | ILAP:COR_KK | 78 | ILAP:COR_KK |
79 | rdf:type owl:Class ; | 79 | rdf:type owl:Class ; |
80 | - rdfs:label "Maintenance"^^xsd:string ; | 80 | + rdfs:label "ILAP COR extension KK: Maintenance"^^xsd:string ; |
81 | rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> . | 81 | rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> . |
82 | 82 | ||
83 | ILAP:COR_KX | 83 | ILAP:COR_KX |
84 | rdf:type owl:Class ; | 84 | rdf:type owl:Class ; |
85 | - rdfs:label "LCI"^^xsd:string ; | 85 | + rdfs:label "ILAP COR extension KX: LCI"^^xsd:string ; |
86 | rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> . | 86 | rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> . |
87 | 87 | ||
88 | ILAP:COR_LI | 88 | ILAP:COR_LI |
... | @@ -171,7 +171,7 @@ ILAP:DependentOnShutdown | ... | @@ -171,7 +171,7 @@ ILAP:DependentOnShutdown |
171 | 171 | ||
172 | ILAP:Development | 172 | ILAP:Development |
173 | rdf:type ILAP:PlanLifecycleStage ; | 173 | rdf:type ILAP:PlanLifecycleStage ; |
174 | - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . | 174 | + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . |
175 | 175 | ||
176 | ILAP:DisasterRecovery | 176 | ILAP:DisasterRecovery |
177 | rdf:type ILAP:PlanObjectiveType ; | 177 | rdf:type ILAP:PlanObjectiveType ; |
... | @@ -198,8 +198,8 @@ ILAP:DuringNormalOperation | ... | @@ -198,8 +198,8 @@ ILAP:DuringNormalOperation |
198 | rdfs:label "During Normal Operation"^^xsd:string . | 198 | rdfs:label "During Normal Operation"^^xsd:string . |
199 | 199 | ||
200 | ILAP:DuringShutdown | 200 | ILAP:DuringShutdown |
201 | - rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; | 201 | + rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; |
202 | - rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . | 202 | + rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . |
203 | 203 | ||
204 | ILAP:EquipmentShutdown | 204 | ILAP:EquipmentShutdown |
205 | rdf:type ILAP:ShutdownType ; | 205 | rdf:type ILAP:ShutdownType ; |
... | @@ -596,7 +596,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -596,7 +596,7 @@ ILAP:StandardFreeWeekendPeriod |
596 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 596 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
597 | rdfs:label "Standard free weekend period"^^xsd:string ; | 597 | rdfs:label "Standard free weekend period"^^xsd:string ; |
598 | ILAP:hasCalendarPeriodFreeDay | 598 | ILAP:hasCalendarPeriodFreeDay |
599 | - ILAP:Saturday , ILAP:Sunday . | 599 | + ILAP:Sunday , ILAP:Saturday . |
600 | 600 | ||
601 | ILAP:StandardWorkWeekdayPeriod | 601 | ILAP:StandardWorkWeekdayPeriod |
602 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 602 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
... | @@ -755,10 +755,10 @@ ILAP:hasWorkTaskResponsible | ... | @@ -755,10 +755,10 @@ ILAP:hasWorkTaskResponsible |
755 | rdfs:range ILAP:ResponsiblePerson . | 755 | rdfs:range ILAP:ResponsiblePerson . |
756 | 756 | ||
757 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 757 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
758 | - rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . | 758 | + rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . |
759 | 759 | ||
760 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 760 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
761 | - rdfs:subClassOf ILAP:Asset , ILAP:Result . | 761 | + rdfs:subClassOf ILAP:Result , ILAP:Asset . |
762 | 762 | ||
763 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> | 763 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> |
764 | rdfs:subClassOf ILAP:Phase . | 764 | rdfs:subClassOf ILAP:Phase . |
... | @@ -768,63 +768,63 @@ USERFIELDS:UserField | ... | @@ -768,63 +768,63 @@ USERFIELDS:UserField |
768 | [ rdf:type owl:Restriction ; | 768 | [ rdf:type owl:Restriction ; |
769 | owl:maxQualifiedCardinality | 769 | owl:maxQualifiedCardinality |
770 | "1"^^xsd:nonNegativeInteger ; | 770 | "1"^^xsd:nonNegativeInteger ; |
771 | - owl:onClass ILAP:ShutdownType ; | 771 | + owl:onClass ILAP:Discipline ; |
772 | - owl:onProperty USERFIELDS:hasShutdownType | 772 | + owl:onProperty USERFIELDS:hasDiscipline |
773 | ] ; | 773 | ] ; |
774 | rdfs:subClassOf | 774 | rdfs:subClassOf |
775 | [ rdf:type owl:Restriction ; | 775 | [ rdf:type owl:Restriction ; |
776 | owl:maxQualifiedCardinality | 776 | owl:maxQualifiedCardinality |
777 | "1"^^xsd:nonNegativeInteger ; | 777 | "1"^^xsd:nonNegativeInteger ; |
778 | - owl:onClass ILAP:Result ; | 778 | + owl:onClass ILAP:MilestoneType ; |
779 | - owl:onProperty USERFIELDS:hasProduct | 779 | + owl:onProperty USERFIELDS:hasMilestone |
780 | ] ; | 780 | ] ; |
781 | rdfs:subClassOf | 781 | rdfs:subClassOf |
782 | [ rdf:type owl:Restriction ; | 782 | [ rdf:type owl:Restriction ; |
783 | owl:maxQualifiedCardinality | 783 | owl:maxQualifiedCardinality |
784 | "1"^^xsd:nonNegativeInteger ; | 784 | "1"^^xsd:nonNegativeInteger ; |
785 | - owl:onClass ILAP:Phase ; | 785 | + owl:onClass ILAP:Contractor ; |
786 | - owl:onProperty USERFIELDS:hasProjectPhase | 786 | + owl:onProperty USERFIELDS:hasContractor |
787 | ] ; | 787 | ] ; |
788 | rdfs:subClassOf | 788 | rdfs:subClassOf |
789 | [ rdf:type owl:Restriction ; | 789 | [ rdf:type owl:Restriction ; |
790 | owl:maxQualifiedCardinality | 790 | owl:maxQualifiedCardinality |
791 | "1"^^xsd:nonNegativeInteger ; | 791 | "1"^^xsd:nonNegativeInteger ; |
792 | - owl:onClass ILAP:Discipline ; | 792 | + owl:onClass ILAP:Facility ; |
793 | - owl:onProperty USERFIELDS:hasCategory | 793 | + owl:onProperty USERFIELDS:hasFacility |
794 | ] ; | 794 | ] ; |
795 | rdfs:subClassOf | 795 | rdfs:subClassOf |
796 | [ rdf:type owl:Restriction ; | 796 | [ rdf:type owl:Restriction ; |
797 | owl:maxQualifiedCardinality | 797 | owl:maxQualifiedCardinality |
798 | "1"^^xsd:nonNegativeInteger ; | 798 | "1"^^xsd:nonNegativeInteger ; |
799 | - owl:onClass ILAP:Facility ; | 799 | + owl:onClass ILAP:Discipline ; |
800 | - owl:onProperty USERFIELDS:hasFacility | 800 | + owl:onProperty USERFIELDS:hasCategory |
801 | ] ; | 801 | ] ; |
802 | rdfs:subClassOf | 802 | rdfs:subClassOf |
803 | [ rdf:type owl:Restriction ; | 803 | [ rdf:type owl:Restriction ; |
804 | owl:maxQualifiedCardinality | 804 | owl:maxQualifiedCardinality |
805 | "1"^^xsd:nonNegativeInteger ; | 805 | "1"^^xsd:nonNegativeInteger ; |
806 | - owl:onClass ILAP:Contractor ; | 806 | + owl:onClass ILAP:Phase ; |
807 | - owl:onProperty USERFIELDS:hasContractor | 807 | + owl:onProperty USERFIELDS:hasProjectPhase |
808 | ] ; | 808 | ] ; |
809 | rdfs:subClassOf | 809 | rdfs:subClassOf |
810 | [ rdf:type owl:Restriction ; | 810 | [ rdf:type owl:Restriction ; |
811 | owl:maxQualifiedCardinality | 811 | owl:maxQualifiedCardinality |
812 | "1"^^xsd:nonNegativeInteger ; | 812 | "1"^^xsd:nonNegativeInteger ; |
813 | - owl:onClass ILAP:MilestoneType ; | 813 | + owl:onClass ILAP:Result ; |
814 | - owl:onProperty USERFIELDS:hasMilestone | 814 | + owl:onProperty USERFIELDS:hasProduct |
815 | ] ; | 815 | ] ; |
816 | rdfs:subClassOf | 816 | rdfs:subClassOf |
817 | [ rdf:type owl:Restriction ; | 817 | [ rdf:type owl:Restriction ; |
818 | owl:maxQualifiedCardinality | 818 | owl:maxQualifiedCardinality |
819 | "1"^^xsd:nonNegativeInteger ; | 819 | "1"^^xsd:nonNegativeInteger ; |
820 | - owl:onClass ILAP:Discipline ; | 820 | + owl:onClass ILAP:ShutdownType ; |
821 | - owl:onProperty USERFIELDS:hasDiscipline | 821 | + owl:onProperty USERFIELDS:hasShutdownType |
822 | ] . | 822 | ] . |
823 | 823 | ||
824 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 824 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> |
825 | rdf:type owl:Class ; | 825 | rdf:type owl:Class ; |
826 | - rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string , "Regulator 1"^^xsd:string ; | 826 | + rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; |
827 | - rdfs:subClassOf ILAP:Contractor , ILAP:Operator , ILAP:Regulator . | 827 | + rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor . |
828 | 828 | ||
829 | <http://data.posccaesar.org/npd/ontology/productionFacility> | 829 | <http://data.posccaesar.org/npd/ontology/productionFacility> |
830 | rdf:type owl:Class ; | 830 | rdf:type owl:Class ; |
... | @@ -834,7 +834,7 @@ USERFIELDS:UserField | ... | @@ -834,7 +834,7 @@ USERFIELDS:UserField |
834 | rdl:RDS282149 | 834 | rdl:RDS282149 |
835 | rdf:type owl:Class ; | 835 | rdf:type owl:Class ; |
836 | rdfs:label "RDS282149"^^xsd:string ; | 836 | rdfs:label "RDS282149"^^xsd:string ; |
837 | - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . | 837 | + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . |
838 | 838 | ||
839 | <http://data.posccaesar.orgnpd/ontology/License> | 839 | <http://data.posccaesar.orgnpd/ontology/License> |
840 | rdf:type owl:Class ; | 840 | rdf:type owl:Class ; | ... | ... |
... | @@ -18,7 +18,7 @@ UC1: rdf:type owl:Ontology ; | ... | @@ -18,7 +18,7 @@ UC1: rdf:type owl:Ontology ; |
18 | <http://data.posccaesar.org/ilap/AFEForRosenbergToConocoPhilllips2.0> | 18 | <http://data.posccaesar.org/ilap/AFEForRosenbergToConocoPhilllips2.0> |
19 | rdf:type USERFIELDS:FreeTextField ; | 19 | rdf:type USERFIELDS:FreeTextField ; |
20 | rdfs:label "AFE for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 20 | rdfs:label "AFE for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
21 | - USERFIELDS:hasShort "G139 (WUX.27F.G139.AE)"^^xsd:string , "H373-DUCT"^^xsd:string , "H207-WHRU"^^xsd:string . | 21 | + USERFIELDS:hasShort "H207-WHRU"^^xsd:string , "H373-DUCT"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string . |
22 | 22 | ||
23 | ILAP:AccruedTimeContract_1 | 23 | ILAP:AccruedTimeContract_1 |
24 | rdf:type ILAP:AccruedTimeContract ; | 24 | rdf:type ILAP:AccruedTimeContract ; |
... | @@ -39,15 +39,15 @@ ILAP:ActivityPlan_1 | ... | @@ -39,15 +39,15 @@ ILAP:ActivityPlan_1 |
39 | rdf:type USERFIELDS:FreeTextField ; | 39 | rdf:type USERFIELDS:FreeTextField ; |
40 | rdfs:label "Activity Role for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 40 | rdfs:label "Activity Role for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
41 | USERFIELDS:hasDescription | 41 | USERFIELDS:hasDescription |
42 | - "Manual progress, Mhr Carrier"^^xsd:string , "Control object manula progress"^^xsd:string , "Procurement Milestone"^^xsd:string , "Activities to specify objects and produce basic for modelling, Mhr. Carrier"^^xsd:string , "Doc. prg, Mhr. Carrier"^^xsd:string , "Document, Manual progres"^^xsd:string , "Doc. prg, jobs"^^xsd:string , "Control object progress"^^xsd:string , "Manual progress"^^xsd:string , "Document progress"^^xsd:string , "Jobs in KIFS, Manual progress"^^xsd:string , "Modelling activities containing objects to be both engineered and modelled, Mhr. Carrier"^^xsd:string , "Job progress"^^xsd:string , "Control object progress, Jobs"^^xsd:string , "Mhr. Carrier"^^xsd:string , "Modelling activities containing objects to be modelled only, not engineered, Mhr. Carrier"^^xsd:string . | 42 | + "Manual progress, Mhr Carrier"^^xsd:string , "Control object manula progress"^^xsd:string , "Procurement Milestone"^^xsd:string , "Activities to specify objects and produce basic for modelling, Mhr. Carrier"^^xsd:string , "Doc. prg, Mhr. Carrier"^^xsd:string , "Document, Manual progres"^^xsd:string , "Doc. prg, jobs"^^xsd:string , "Control object progress"^^xsd:string , "Manual progress"^^xsd:string , "Jobs in KIFS, Manual progress"^^xsd:string , "Document progress"^^xsd:string , "Control object progress, Jobs"^^xsd:string , "Job progress"^^xsd:string , "Modelling activities containing objects to be both engineered and modelled, Mhr. Carrier"^^xsd:string , "Mhr. Carrier"^^xsd:string , "Modelling activities containing objects to be modelled only, not engineered, Mhr. Carrier"^^xsd:string . |
43 | 43 | ||
44 | ILAP:ActivityWBS_1 | 44 | ILAP:ActivityWBS_1 |
45 | rdf:type ILAP:ActivityWBS ; | 45 | rdf:type ILAP:ActivityWBS ; |
46 | rdfs:label "Activity WBS 1"^^xsd:string ; | 46 | rdfs:label "Activity WBS 1"^^xsd:string ; |
47 | ILAP:hasWBScomponent | 47 | ILAP:hasWBScomponent |
48 | - SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; | 48 | + ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ; |
49 | - ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; | 49 | + ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; |
50 | - ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . | 50 | + ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD . |
51 | 51 | ||
52 | <http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0> | 52 | <http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0> |
53 | rdf:type USERFIELDS:FreeTextField ; | 53 | rdf:type USERFIELDS:FreeTextField ; |
... | @@ -60,39 +60,51 @@ ILAP:ActivityWBS_1 | ... | @@ -60,39 +60,51 @@ ILAP:ActivityWBS_1 |
60 | rdf:type USERFIELDS:FreeTextField ; | 60 | rdf:type USERFIELDS:FreeTextField ; |
61 | rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 61 | rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
62 | USERFIELDS:hasDescription | 62 | USERFIELDS:hasDescription |
63 | - "Vidar Kjempenes"^^xsd:string , "Jostein Larsen"^^xsd:string ; | 63 | + "Jostein Larsen"^^xsd:string , "Vidar Kjempenes"^^xsd:string ; |
64 | - USERFIELDS:hasShort "VK"^^xsd:string , "JL"^^xsd:string . | 64 | + USERFIELDS:hasShort "JL"^^xsd:string , "VK"^^xsd:string . |
65 | 65 | ||
66 | <http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0> | 66 | <http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0> |
67 | rdf:type USERFIELDS:FreeTextField ; | 67 | rdf:type USERFIELDS:FreeTextField ; |
68 | rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 68 | rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
69 | USERFIELDS:hasDescription | 69 | USERFIELDS:hasDescription |
70 | "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Contract General Milestones"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "X-Over"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Demolition of old WHRU module"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^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 , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string ; | 70 | "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Contract General Milestones"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "X-Over"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Demolition of old WHRU module"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^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 , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string ; |
71 | - USERFIELDS:hasShort "G0"^^xsd:string , "D2"^^xsd:string , "W5"^^xsd:string , "AG"^^xsd:string , "W2"^^xsd:string , "XOV"^^xsd:string , "GLC"^^xsd:string , "D1"^^xsd:string , "R0"^^xsd:string , "F0"^^xsd:string , "DEM-GLC"^^xsd:string , "W1"^^xsd:string , "W4"^^xsd:string , "W3"^^xsd:string , "LPHC"^^xsd:string , "CA"^^xsd:string . | 71 | + USERFIELDS:hasShort "G0"^^xsd:string , "D2"^^xsd:string , "W5"^^xsd:string , "XOV"^^xsd:string , "W2"^^xsd:string , "AG"^^xsd:string , "GLC"^^xsd:string , "D1"^^xsd:string , "R0"^^xsd:string , "F0"^^xsd:string , "DEM-GLC"^^xsd:string , "W1"^^xsd:string , "W4"^^xsd:string , "W3"^^xsd:string , "LPHC"^^xsd:string , "CA"^^xsd:string . |
72 | 72 | ||
73 | <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8> | 73 | <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8> |
74 | rdf:type USERFIELDS:FreeTextField ; | 74 | rdf:type USERFIELDS:FreeTextField ; |
75 | rdfs:label "CM-oppdrag for Reinertsen to Statoil1.8"^^xsd:string ; | 75 | rdfs:label "CM-oppdrag for Reinertsen to Statoil1.8"^^xsd:string ; |
76 | USERFIELDS:hasDescription | 76 | USERFIELDS:hasDescription |
77 | - "Not CM-oppdrag"^^xsd:string , "CM-oppdrag"^^xsd:string . | 77 | + "CM-oppdrag"^^xsd:string , "Not CM-oppdrag"^^xsd:string . |
78 | 78 | ||
79 | <http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0> | 79 | <http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0> |
80 | rdf:type USERFIELDS:FreeTextField ; | 80 | rdf:type USERFIELDS:FreeTextField ; |
81 | rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 81 | rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
82 | USERFIELDS:hasDescription | 82 | USERFIELDS:hasDescription |
83 | "First Steam North System"^^xsd:string , "Full Steam Generation"^^xsd:string , "Steam Blowing"^^xsd:string , "Steam System Cold Commissioning"^^xsd:string , "Utilities not SAS Dependant"^^xsd:string , "Utilities SAS Dependant"^^xsd:string , "WIP D & GL By pass exhaust ducting"^^xsd:string , "Safety Systems"^^xsd:string , "WIP A/B/C By pass exhaust ducting"^^xsd:string , "General Activities required for all COR's"^^xsd:string , "Buildingblock CA"^^xsd:string , "First Steam South System"^^xsd:string ; | 83 | "First Steam North System"^^xsd:string , "Full Steam Generation"^^xsd:string , "Steam Blowing"^^xsd:string , "Steam System Cold Commissioning"^^xsd:string , "Utilities not SAS Dependant"^^xsd:string , "Utilities SAS Dependant"^^xsd:string , "WIP D & GL By pass exhaust ducting"^^xsd:string , "Safety Systems"^^xsd:string , "WIP A/B/C By pass exhaust ducting"^^xsd:string , "General Activities required for all COR's"^^xsd:string , "Buildingblock CA"^^xsd:string , "First Steam South System"^^xsd:string ; |
84 | - USERFIELDS:hasShort "COR 7"^^xsd:string , "COR CA"^^xsd:string , "COR 1"^^xsd:string , "COR 5"^^xsd:string , "COR 2"^^xsd:string , "COR 8"^^xsd:string , "COR 3"^^xsd:string , "COR 10"^^xsd:string , "COR 9"^^xsd:string , "COR 6"^^xsd:string , "COR 0"^^xsd:string , "COR 4"^^xsd:string . | 84 | + USERFIELDS:hasShort "COR CA"^^xsd:string , "COR 7"^^xsd:string , "COR 1"^^xsd:string , "COR 5"^^xsd:string , "COR 2"^^xsd:string , "COR 8"^^xsd:string , "COR 3"^^xsd:string , "COR 10"^^xsd:string , "COR 9"^^xsd:string , "COR 6"^^xsd:string , "COR 0"^^xsd:string , "COR 4"^^xsd:string . |
85 | 85 | ||
86 | ILAP:COR_KD_1 | 86 | ILAP:COR_KD_1 |
87 | rdf:type SCCS:COR_KD ; | 87 | rdf:type SCCS:COR_KD ; |
88 | - rdfs:label "Standard drill equipment for production wellbores"^^xsd:string . | 88 | + rdfs:label "COR KD: Standard drill equipment for production wellbores"^^xsd:string . |
89 | + | ||
90 | +ILAP:COR_KI_1 | ||
91 | + rdf:type ILAP:COR_KI ; | ||
92 | + rdfs:label "ILAP COR extension KI: Automation 1"^^xsd:string . | ||
93 | + | ||
94 | +ILAP:COR_KK_1 | ||
95 | + rdf:type ILAP:COR_KK ; | ||
96 | + rdfs:label "ILAP COR extension KK: Maintenance 1"^^xsd:string . | ||
97 | + | ||
98 | +ILAP:COR_KX_1 | ||
99 | + rdf:type ILAP:COR_KX ; | ||
100 | + rdfs:label "ILAP COR extension KX: LCI 1"^^xsd:string . | ||
89 | 101 | ||
90 | <http://data.posccaesar.org/ilap/CTRForRosenbergToConocoPhilllips2.0> | 102 | <http://data.posccaesar.org/ilap/CTRForRosenbergToConocoPhilllips2.0> |
91 | rdf:type USERFIELDS:FreeTextField ; | 103 | rdf:type USERFIELDS:FreeTextField ; |
92 | rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 104 | rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
93 | USERFIELDS:hasDescription | 105 | USERFIELDS:hasDescription |
94 | - "Hotwork and Platform SD"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Document Control"^^xsd:string ; | 106 | + "Document Control"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Hotwork and Platform SD"^^xsd:string ; |
95 | - USERFIELDS:hasShort "X"^^xsd:string , "HA09AD-TH"^^xsd:string , "DDZEG0000"^^xsd:string . | 107 | + USERFIELDS:hasShort "DDZEG0000"^^xsd:string , "HA09AD-TH"^^xsd:string , "X"^^xsd:string . |
96 | 108 | ||
97 | ILAP:Calendar_1 | 109 | ILAP:Calendar_1 |
98 | rdf:type ILAP:Calendar ; | 110 | rdf:type ILAP:Calendar ; |
... | @@ -136,11 +148,15 @@ ILAP:Contract_1 | ... | @@ -136,11 +148,15 @@ ILAP:Contract_1 |
136 | rdf:type USERFIELDS:FreeTextField ; | 148 | rdf:type USERFIELDS:FreeTextField ; |
137 | rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ; | 149 | rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ; |
138 | USERFIELDS:hasDescription | 150 | USERFIELDS:hasDescription |
139 | - "Elektronisk oppmåling"^^xsd:string , "Lister"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "MCC strategi"^^xsd:string , "Stressanalyse"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Modellering"^^xsd:string , "Follow-on"^^xsd:string , "MCC Støtte"^^xsd:string , "Risikovurdering"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Offshore befaring"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Prefabpakker"^^xsd:string , "Systemutprøving"^^xsd:string , "Databaseoppdatering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "As-buil"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Familiarisering"^^xsd:string , "Beregninger"^^xsd:string , "Offshore"^^xsd:string , "Medgått tid"^^xsd:string . | 151 | + "Elektronisk oppmåling"^^xsd:string , "Lister"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "MCC strategi"^^xsd:string , "Stressanalyse"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Modellering"^^xsd:string , "MCC Støtte"^^xsd:string , "Follow-on"^^xsd:string , "Risikovurdering"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Offshore befaring"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Prefabpakker"^^xsd:string , "Systemutprøving"^^xsd:string , "Databaseoppdatering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "As-buil"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Familiarisering"^^xsd:string , "Beregninger"^^xsd:string , "Medgått tid"^^xsd:string , "Offshore"^^xsd:string . |
140 | 152 | ||
141 | ILAP:FinishToStart_1_2 | 153 | ILAP:FinishToStart_1_2 |
142 | rdf:type ILAP:FinishToStart ; | 154 | rdf:type ILAP:FinishToStart ; |
143 | - rdfs:label "Finish to start 1 2"^^xsd:string . | 155 | + rdfs:label "Finish to start 1 2"^^xsd:string ; |
156 | + ILAP:hasPredecessorActivity | ||
157 | + ILAP:PlannedActivity_2 ; | ||
158 | + ILAP:hasSuccessorMilestone | ||
159 | + ILAP:ScheduledMilestone_1 . | ||
144 | 160 | ||
145 | ILAP:FrameAgreement_1 | 161 | ILAP:FrameAgreement_1 |
146 | rdf:type ILAP:FrameAgreement ; | 162 | rdf:type ILAP:FrameAgreement ; |
... | @@ -169,13 +185,13 @@ ILAP:IncentiveContract_2 | ... | @@ -169,13 +185,13 @@ ILAP:IncentiveContract_2 |
169 | rdf:type USERFIELDS:FreeTextField ; | 185 | rdf:type USERFIELDS:FreeTextField ; |
170 | rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ; | 186 | rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ; |
171 | USERFIELDS:hasDescription | 187 | USERFIELDS:hasDescription |
172 | - "Andreas Gurk"^^xsd:string , "Andreas Forberg "^^xsd:string , "Christer Andersson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Lennart Svensson"^^xsd:string . | 188 | + "Lennart Svensson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Christer Andersson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Andreas Gurk"^^xsd:string . |
173 | 189 | ||
174 | <http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8> | 190 | <http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8> |
175 | rdf:type USERFIELDS:FreeTextField ; | 191 | rdf:type USERFIELDS:FreeTextField ; |
176 | rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ; | 192 | rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ; |
177 | USERFIELDS:hasDescription | 193 | USERFIELDS:hasDescription |
178 | - "6"^^xsd:string , "5"^^xsd:string , "4"^^xsd:string , "3"^^xsd:string , "2"^^xsd:string , "1"^^xsd:string , "18"^^xsd:string . | 194 | + "18"^^xsd:string , "1"^^xsd:string , "2"^^xsd:string , "3"^^xsd:string , "4"^^xsd:string , "5"^^xsd:string , "6"^^xsd:string . |
179 | 195 | ||
180 | ILAP:InvoicableWork_1 | 196 | ILAP:InvoicableWork_1 |
181 | rdf:type ILAP:InvoicableWork ; | 197 | rdf:type ILAP:InvoicableWork ; |
... | @@ -185,7 +201,7 @@ ILAP:InvoicableWork_1 | ... | @@ -185,7 +201,7 @@ ILAP:InvoicableWork_1 |
185 | rdf:type USERFIELDS:FreeTextField ; | 201 | rdf:type USERFIELDS:FreeTextField ; |
186 | rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ; | 202 | rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ; |
187 | USERFIELDS:hasDescription | 203 | USERFIELDS:hasDescription |
188 | - "Sluttrapport"^^xsd:string , "RFOC"^^xsd:string , "Studierapport"^^xsd:string . | 204 | + "Studierapport"^^xsd:string , "RFOC"^^xsd:string , "Sluttrapport"^^xsd:string . |
189 | 205 | ||
190 | <http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8> | 206 | <http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8> |
191 | rdf:type USERFIELDS:FreeTextField ; | 207 | rdf:type USERFIELDS:FreeTextField ; |
... | @@ -198,7 +214,7 @@ ILAP:InvoicableWork_1 | ... | @@ -198,7 +214,7 @@ ILAP:InvoicableWork_1 |
198 | rdf:type USERFIELDS:FreeTextField ; | 214 | rdf:type USERFIELDS:FreeTextField ; |
199 | rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 215 | rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
200 | USERFIELDS:hasDescription | 216 | USERFIELDS:hasDescription |
201 | - "Steam Blow off preparation"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm. Ass. Instrument Direct"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Painting 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 , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Level Glass"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string ; | 217 | + "Steam Blow off preparation"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm. Ass. Instrument Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Insulation 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 , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string ; |
202 | USERFIELDS:hasShort "SR"^^xsd:string . | 218 | USERFIELDS:hasShort "SR"^^xsd:string . |
203 | 219 | ||
204 | <http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0> | 220 | <http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0> |
... | @@ -209,7 +225,7 @@ ILAP:InvoicableWork_1 | ... | @@ -209,7 +225,7 @@ ILAP:InvoicableWork_1 |
209 | <http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0> | 225 | <http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0> |
210 | rdf:type USERFIELDS:FreeTextField ; | 226 | rdf:type USERFIELDS:FreeTextField ; |
211 | rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 227 | rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
212 | - USERFIELDS:hasShort "43"^^xsd:string , "6"^^xsd:string , "4"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "5"^^xsd:string , "LR"^^xsd:string , "9"^^xsd:string , "12"^^xsd:string , "2A"^^xsd:string , "10"^^xsd:string , "2B"^^xsd:string , "3"^^xsd:string , "42"^^xsd:string , "1"^^xsd:string , "11"^^xsd:string , "8"^^xsd:string . | 228 | + USERFIELDS:hasShort "43"^^xsd:string , "6"^^xsd:string , "4"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "5"^^xsd:string , "12"^^xsd:string , "9"^^xsd:string , "LR"^^xsd:string , "10"^^xsd:string , "2A"^^xsd:string , "11"^^xsd:string , "3"^^xsd:string , "1"^^xsd:string , "42"^^xsd:string , "2B"^^xsd:string , "8"^^xsd:string . |
213 | 229 | ||
214 | ILAP:LumpSumContract_1 | 230 | ILAP:LumpSumContract_1 |
215 | rdf:type ILAP:LumpSumContract ; | 231 | rdf:type ILAP:LumpSumContract ; |
... | @@ -260,7 +276,7 @@ ILAP:PBS_ACAA_1 | ... | @@ -260,7 +276,7 @@ ILAP:PBS_ACAA_1 |
260 | rdf:type USERFIELDS:FreeTextField ; | 276 | rdf:type USERFIELDS:FreeTextField ; |
261 | rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ; | 277 | rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ; |
262 | USERFIELDS:hasDescription | 278 | USERFIELDS:hasDescription |
263 | - "Gry Helle Nakstad"^^xsd:string , "Erik Havnes"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Mattias Allebert"^^xsd:string . | 279 | + "Mattias Allebert"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Erik Havnes"^^xsd:string , "Gry Helle Nakstad"^^xsd:string . |
264 | 280 | ||
265 | ILAP:PlannedActivity_1 | 281 | ILAP:PlannedActivity_1 |
266 | rdf:type ILAP:PlannedActivity ; | 282 | rdf:type ILAP:PlannedActivity ; |
... | @@ -276,7 +292,7 @@ ILAP:PlannedActivity_2 | ... | @@ -276,7 +292,7 @@ ILAP:PlannedActivity_2 |
276 | ILAP:hasActivityContractor | 292 | ILAP:hasActivityContractor |
277 | <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ; | 293 | <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ; |
278 | ILAP:hasActivityDiscipline | 294 | ILAP:hasActivityDiscipline |
279 | - ILAP:COR_KD_1 ; | 295 | + ILAP:COR_KK_1 , ILAP:COR_KI_1 , ILAP:COR_KX_1 , ILAP:COR_KD_1 ; |
280 | ILAP:hasActivityEstimatedWeight | 296 | ILAP:hasActivityEstimatedWeight |
281 | "55000"^^xsd:float ; | 297 | "55000"^^xsd:float ; |
282 | ILAP:hasActivityFacility | 298 | ILAP:hasActivityFacility |
... | @@ -303,6 +319,8 @@ ILAP:PlannedActivity_2 | ... | @@ -303,6 +319,8 @@ ILAP:PlannedActivity_2 |
303 | ILAP:SummerShutdown_UC1 ; | 319 | ILAP:SummerShutdown_UC1 ; |
304 | ILAP:hasActivityStatus | 320 | ILAP:hasActivityStatus |
305 | ILAP:Active ; | 321 | ILAP:Active ; |
322 | + ILAP:hasActivitySuccessor | ||
323 | + ILAP:FinishToStart_1_2 ; | ||
306 | ILAP:hasActivityWBSelement | 324 | ILAP:hasActivityWBSelement |
307 | ILAP:ActivityWBS_1 ; | 325 | ILAP:ActivityWBS_1 ; |
308 | ILAP:hasActivityWeight | 326 | ILAP:hasActivityWeight |
... | @@ -364,7 +382,7 @@ ILAP:ProjectExecutionSubPlan_UC1 | ... | @@ -364,7 +382,7 @@ ILAP:ProjectExecutionSubPlan_UC1 |
364 | rdf:type USERFIELDS:FreeTextField ; | 382 | rdf:type USERFIELDS:FreeTextField ; |
365 | rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ; | 383 | rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ; |
366 | USERFIELDS:hasDescription | 384 | USERFIELDS:hasDescription |
367 | - "Gunn Elin Harba"^^xsd:string , "Geir Sve"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Ove Løberg"^^xsd:string . | 385 | + "Ove Løberg"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Geir Sve"^^xsd:string , "Gunn Elin Harba"^^xsd:string . |
368 | 386 | ||
369 | <http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0> | 387 | <http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0> |
370 | rdf:type USERFIELDS:FreeTextField ; | 388 | rdf:type USERFIELDS:FreeTextField ; |
... | @@ -448,8 +466,6 @@ ILAP:ScheduledMilestone_1 | ... | @@ -448,8 +466,6 @@ ILAP:ScheduledMilestone_1 |
448 | rdfs:label "Scheduled milestone 1"^^xsd:string ; | 466 | rdfs:label "Scheduled milestone 1"^^xsd:string ; |
449 | ILAP:hasMilestonePredecessor | 467 | ILAP:hasMilestonePredecessor |
450 | ILAP:FinishToStart_1_2 ; | 468 | ILAP:FinishToStart_1_2 ; |
451 | - ILAP:hasMilestoneSuccessor | ||
452 | - ILAP:FinishToStart_1_2 ; | ||
453 | ILAP:hasMilestoneType | 469 | ILAP:hasMilestoneType |
454 | ILAP:ProcurementMilestone . | 470 | ILAP:ProcurementMilestone . |
455 | 471 | ||
... | @@ -484,14 +500,14 @@ ILAP:SummerShutdown_UC1 | ... | @@ -484,14 +500,14 @@ ILAP:SummerShutdown_UC1 |
484 | ILAP:hasShutdownPriority | 500 | ILAP:hasShutdownPriority |
485 | ILAP:NormalPriority ; | 501 | ILAP:NormalPriority ; |
486 | ILAP:hasShutdownType | 502 | ILAP:hasShutdownType |
487 | - ILAP:SystemShutdown , ILAP:ScheduledShutdown , ILAP:ProductionShutdown . | 503 | + ILAP:ProductionShutdown , ILAP:ScheduledShutdown , ILAP:SystemShutdown . |
488 | 504 | ||
489 | <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0> | 505 | <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0> |
490 | rdf:type USERFIELDS:FreeTextField ; | 506 | rdf:type USERFIELDS:FreeTextField ; |
491 | rdfs:label "System Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 507 | rdfs:label "System Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; |
492 | USERFIELDS:hasDescription | 508 | USERFIELDS:hasDescription |
493 | - "Non Specific And Across Many Systems"^^xsd:string , "Water Injection System General"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Mechanical Handling"^^xsd:string , "Open Drains"^^xsd:string , "Gas Lift"^^xsd:string , "Water Fire Fighting"^^xsd:string , "(blank)"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "Navigation And Identification"^^xsd:string , "Fresh Water"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Instrument and Utility Air"^^xsd:string , "Temporary Equipment"^^xsd:string , "Process and Equipment Control"^^xsd:string ; | 509 | + "Non Specific And Across Many Systems"^^xsd:string , "Water Injection System General"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Mechanical Handling"^^xsd:string , "Open Drains"^^xsd:string , "Gas Lift"^^xsd:string , "Water Fire Fighting"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "(blank)"^^xsd:string , "Navigation And Identification"^^xsd:string , "Fresh Water"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Process and Equipment Control"^^xsd:string , "Temporary Equipment"^^xsd:string , "Instrument and Utility Air"^^xsd:string ; |
494 | - USERFIELDS:hasShort "600"^^xsd:string , "740"^^xsd:string , "610"^^xsd:string , "500"^^xsd:string , "260"^^xsd:string , "840"^^xsd:string , "G00"^^xsd:string , "510"^^xsd:string , "630"^^xsd:string , "640"^^xsd:string , "780"^^xsd:string , "530"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "800"^^xsd:string , "300"^^xsd:string , "310"^^xsd:string , "670"^^xsd:string . | 510 | + USERFIELDS:hasShort "600"^^xsd:string , "740"^^xsd:string , "260"^^xsd:string , "500"^^xsd:string , "610"^^xsd:string , "840"^^xsd:string , "510"^^xsd:string , "G00"^^xsd:string , "630"^^xsd:string , "640"^^xsd:string , "780"^^xsd:string , "530"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "800"^^xsd:string , "300"^^xsd:string , "310"^^xsd:string , "670"^^xsd:string . |
495 | 511 | ||
496 | ILAP:TargetBudget_1 | 512 | ILAP:TargetBudget_1 |
497 | rdf:type ILAP:TargetBudget ; | 513 | rdf:type ILAP:TargetBudget ; |
... | @@ -507,14 +523,14 @@ ILAP:UserField | ... | @@ -507,14 +523,14 @@ ILAP:UserField |
507 | rdfs:subClassOf | 523 | rdfs:subClassOf |
508 | [ rdf:type owl:Restriction ; | 524 | [ rdf:type owl:Restriction ; |
509 | owl:onDataRange xsd:string ; | 525 | owl:onDataRange xsd:string ; |
510 | - owl:onProperty ILAP:hasValueSource ; | 526 | + owl:onProperty ILAP:hasValue ; |
511 | owl:qualifiedCardinality | 527 | owl:qualifiedCardinality |
512 | "1"^^xsd:nonNegativeInteger | 528 | "1"^^xsd:nonNegativeInteger |
513 | ] ; | 529 | ] ; |
514 | rdfs:subClassOf | 530 | rdfs:subClassOf |
515 | [ rdf:type owl:Restriction ; | 531 | [ rdf:type owl:Restriction ; |
516 | owl:onDataRange xsd:string ; | 532 | owl:onDataRange xsd:string ; |
517 | - owl:onProperty ILAP:hasValue ; | 533 | + owl:onProperty ILAP:hasValueSource ; |
518 | owl:qualifiedCardinality | 534 | owl:qualifiedCardinality |
519 | "1"^^xsd:nonNegativeInteger | 535 | "1"^^xsd:nonNegativeInteger |
520 | ] . | 536 | ] . |
... | @@ -659,15 +675,15 @@ USERFIELDS:UserField | ... | @@ -659,15 +675,15 @@ USERFIELDS:UserField |
659 | [ rdf:type owl:Restriction ; | 675 | [ rdf:type owl:Restriction ; |
660 | owl:maxQualifiedCardinality | 676 | owl:maxQualifiedCardinality |
661 | "1"^^xsd:nonNegativeInteger ; | 677 | "1"^^xsd:nonNegativeInteger ; |
662 | - owl:onClass ILAP:MilestoneType ; | 678 | + owl:onClass ILAP:Contractor ; |
663 | - owl:onProperty USERFIELDS:hasMilestone | 679 | + owl:onProperty USERFIELDS:hasContractor |
664 | ] ; | 680 | ] ; |
665 | rdfs:subClassOf | 681 | rdfs:subClassOf |
666 | [ rdf:type owl:Restriction ; | 682 | [ rdf:type owl:Restriction ; |
667 | owl:maxQualifiedCardinality | 683 | owl:maxQualifiedCardinality |
668 | "1"^^xsd:nonNegativeInteger ; | 684 | "1"^^xsd:nonNegativeInteger ; |
669 | - owl:onClass ILAP:Contractor ; | 685 | + owl:onClass ILAP:MilestoneType ; |
670 | - owl:onProperty USERFIELDS:hasContractor | 686 | + owl:onProperty USERFIELDS:hasMilestone |
671 | ] . | 687 | ] . |
672 | 688 | ||
673 | USERFIELDS:hasCategory | 689 | USERFIELDS:hasCategory | ... | ... |
-
Please register or login to post a comment