Tore Christiansen

Added to WBS

This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
...@@ -16,18 +16,22 @@ UC1: rdf:type owl:Ontology ; ...@@ -16,18 +16,22 @@ UC1: rdf:type owl:Ontology ;
16 ILAP:ActivityWBS_1 16 ILAP:ActivityWBS_1
17 rdf:type ILAP:ActivityWBS ; 17 rdf:type ILAP:ActivityWBS ;
18 rdfs:label "Activity WBS 1"^^xsd:string ; 18 rdfs:label "Activity WBS 1"^^xsd:string ;
19 - ILAP:hasWBSResource SCCS:COR_KD , ILAP:COR_KD_1 ; 19 + ILAP:hasWBSResource ILAP:COR_KD_1 , SCCS:COR_KD ;
20 ILAP:hasWBScomponent 20 ILAP:hasWBScomponent
21 - SCCS:PBS_ABB , ILAP:PBS_ABB_1 ; 21 + SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ;
22 ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 . 22 ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 .
23 23
24 ILAP:COR_KD_1 24 ILAP:COR_KD_1
25 rdf:type SCCS:COR_KD ; 25 rdf:type SCCS:COR_KD ;
26 - rdfs:label "Drilling"^^xsd:string . 26 + rdfs:label "Drilling production wellbores for field"^^xsd:string .
27 27
28 ILAP:PBS_ABB_1 28 ILAP:PBS_ABB_1
29 rdf:type SCCS:PBS_ABB ; 29 rdf:type SCCS:PBS_ABB ;
30 - rdfs:label "PBS ABB 1"^^xsd:string . 30 + rdfs:label "Gravity Base with three shafts and domes"^^xsd:string .
31 +
32 +ILAP:PBS_ACAA_1
33 + rdf:type SCCS:PBS_ACAA ;
34 + rdfs:label "PBS ACAA 1: Production weels for Gravity Strucutre on Troll"^^xsd:string .
31 35
32 ILAP:PlannedActivity_2 36 ILAP:PlannedActivity_2
33 rdf:type ILAP:PlannedActivity ; 37 rdf:type ILAP:PlannedActivity ;
...@@ -71,7 +75,7 @@ ILAP:RiskFactor_1 ...@@ -71,7 +75,7 @@ ILAP:RiskFactor_1
71 75
72 ILAP:SAB_51_1 76 ILAP:SAB_51_1
73 rdf:type SCCS:SAB_51 ; 77 rdf:type SCCS:SAB_51 ;
74 - rdfs:label "SAB 51 1"^^xsd:string . 78 + rdfs:label "Prepare drilling equipment for drilling"^^xsd:string .
75 79
76 ILAP:SummerShutdown_1 80 ILAP:SummerShutdown_1
77 rdf:type ILAP:Shutdown ; 81 rdf:type ILAP:Shutdown ;
......