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.
...@@ -5,1030 +5,884 @@ ...@@ -5,1030 +5,884 @@
5 @prefix owl: <http://www.w3.org/2002/07/owl#> . 5 @prefix owl: <http://www.w3.org/2002/07/owl#> .
6 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 6 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 7 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9 @prefix skos: <http://www.w3.org/2004/02/skos/core#> . 8 @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 10
11 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> 11 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding>
12 rdf:type owl:Ontology ; 12 rdf:type owl:Ontology ;
13 rdfs:label "SAB – standard activity breakdown. This hierarchical structure provides a timescale attribute to express when during the project lifetime, expenditures and activities occur. The structure presented in this manual is independent of project specific work breakdown structure (WBS) or activity breakdown structures (ABS). The alphabetical prefix introduces a code for use of SCCS throughout all phases of a project, from exploration through removal of facilities."^^xsd:string ; 13 rdfs:label "SAB – standard activity breakdown. This hierarchical structure provides a timescale attribute to express when during the project lifetime, expenditures and activities occur. The structure presented in this manual is independent of project specific work breakdown structure (WBS) or activity breakdown structures (ABS). The alphabetical prefix introduces a code for use of SCCS throughout all phases of a project, from exploration through removal of facilities."^^xsd:string ;
14 - skos:notation "SAB Ontology for NORSOK Z-014 Ed. 2 May 2012"^^xsd:string ;
15 owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
16 -. 15 + skos:notation "SAB Ontology for NORSOK Z-014 Ed. 2 May 2012"^^xsd:string .
16 +
17 SCCS:SABClassOfClass 17 SCCS:SABClassOfClass
18 rdf:type rdfs:Class ; 18 rdf:type rdfs:Class ;
19 - rdfs:subClassOf owl:Class ; 19 + rdfs:subClassOf owl:Class .
20 -. 20 +
21 SCCS:SAB_1 21 SCCS:SAB_1
22 - rdf:type SCCS:SABClassOfClass ; 22 + rdf:type owl:Class , SCCS:SABClassOfClass ;
23 - rdf:type owl:Class ;
24 rdfs:label "Management"^^xsd:string ; 23 rdfs:label "Management"^^xsd:string ;
25 - skos:notation "1"^^xsd:string ;
26 rdfs:subClassOf SCCS:SAB_Thing ; 24 rdfs:subClassOf SCCS:SAB_Thing ;
27 -. 25 + skos:notation "1"^^xsd:string .
26 +
28 SCCS:SAB_11 27 SCCS:SAB_11
29 - rdf:type SCCS:SABClassOfClass ; 28 + rdf:type owl:Class , SCCS:SABClassOfClass ;
30 - rdf:type owl:Class ;
31 rdfs:label "Project management"^^xsd:string ; 29 rdfs:label "Project management"^^xsd:string ;
32 - skos:notation "11"^^xsd:string ;
33 rdfs:subClassOf SCCS:SAB_1 ; 30 rdfs:subClassOf SCCS:SAB_1 ;
34 -. 31 + skos:notation "11"^^xsd:string .
32 +
35 SCCS:SAB_12 33 SCCS:SAB_12
36 - rdf:type SCCS:SABClassOfClass ; 34 + rdf:type owl:Class , SCCS:SABClassOfClass ;
37 - rdf:type owl:Class ;
38 rdfs:label "Construction management"^^xsd:string ; 35 rdfs:label "Construction management"^^xsd:string ;
39 - skos:notation "12"^^xsd:string ;
40 rdfs:subClassOf SCCS:SAB_1 ; 36 rdfs:subClassOf SCCS:SAB_1 ;
41 -. 37 + skos:notation "12"^^xsd:string .
38 +
42 SCCS:SAB_13 39 SCCS:SAB_13
43 - rdf:type SCCS:SABClassOfClass ; 40 + rdf:type owl:Class , SCCS:SABClassOfClass ;
44 - rdf:type owl:Class ;
45 rdfs:label "External services"^^xsd:string ; 41 rdfs:label "External services"^^xsd:string ;
46 - skos:notation "13"^^xsd:string ;
47 rdfs:subClassOf SCCS:SAB_1 ; 42 rdfs:subClassOf SCCS:SAB_1 ;
48 -. 43 + skos:notation "13"^^xsd:string .
44 +
49 SCCS:SAB_2 45 SCCS:SAB_2
50 - rdf:type SCCS:SABClassOfClass ; 46 + rdf:type owl:Class , SCCS:SABClassOfClass ;
51 - rdf:type owl:Class ;
52 rdfs:label "Engineering and procurement"^^xsd:string ; 47 rdfs:label "Engineering and procurement"^^xsd:string ;
53 - skos:notation "2"^^xsd:string ;
54 rdfs:subClassOf SCCS:SAB_Thing ; 48 rdfs:subClassOf SCCS:SAB_Thing ;
55 -. 49 + skos:notation "2"^^xsd:string .
50 +
56 SCCS:SAB_21 51 SCCS:SAB_21
57 - rdf:type SCCS:SABClassOfClass ; 52 + rdf:type owl:Class , SCCS:SABClassOfClass ;
58 - rdf:type owl:Class ;
59 rdfs:label "Engineering"^^xsd:string ; 53 rdfs:label "Engineering"^^xsd:string ;
60 - skos:notation "21"^^xsd:string ;
61 rdfs:subClassOf SCCS:SAB_2 ; 54 rdfs:subClassOf SCCS:SAB_2 ;
62 -. 55 + skos:notation "21"^^xsd:string .
56 +
63 SCCS:SAB_211 57 SCCS:SAB_211
64 - rdf:type SCCS:SABClassOfClass ; 58 + rdf:type owl:Class , SCCS:SABClassOfClass ;
65 - rdf:type owl:Class ;
66 rdfs:label "Pre-engineering"^^xsd:string ; 59 rdfs:label "Pre-engineering"^^xsd:string ;
67 - skos:notation "211"^^xsd:string ;
68 rdfs:subClassOf SCCS:SAB_21 ; 60 rdfs:subClassOf SCCS:SAB_21 ;
69 -. 61 + skos:notation "211"^^xsd:string .
62 +
70 SCCS:SAB_212 63 SCCS:SAB_212
71 - rdf:type SCCS:SABClassOfClass ; 64 + rdf:type owl:Class , SCCS:SABClassOfClass ;
72 - rdf:type owl:Class ;
73 rdfs:label "Design engineering"^^xsd:string ; 65 rdfs:label "Design engineering"^^xsd:string ;
74 - skos:notation "212"^^xsd:string ;
75 rdfs:subClassOf SCCS:SAB_21 ; 66 rdfs:subClassOf SCCS:SAB_21 ;
76 -. 67 + skos:notation "212"^^xsd:string .
68 +
77 SCCS:SAB_213 69 SCCS:SAB_213
78 - rdf:type SCCS:SABClassOfClass ; 70 + rdf:type owl:Class , SCCS:SABClassOfClass ;
79 - rdf:type owl:Class ;
80 rdfs:label "Fabrication engineering"^^xsd:string ; 71 rdfs:label "Fabrication engineering"^^xsd:string ;
81 - skos:notation "213"^^xsd:string ;
82 rdfs:subClassOf SCCS:SAB_21 ; 72 rdfs:subClassOf SCCS:SAB_21 ;
83 -. 73 + skos:notation "213"^^xsd:string .
74 +
84 SCCS:SAB_22 75 SCCS:SAB_22
85 - rdf:type SCCS:SABClassOfClass ; 76 + rdf:type owl:Class , SCCS:SABClassOfClass ;
86 - rdf:type owl:Class ;
87 rdfs:label "Procurement"^^xsd:string ; 77 rdfs:label "Procurement"^^xsd:string ;
88 - skos:notation "22"^^xsd:string ;
89 rdfs:subClassOf SCCS:SAB_2 ; 78 rdfs:subClassOf SCCS:SAB_2 ;
90 -. 79 + skos:notation "22"^^xsd:string .
80 +
91 SCCS:SAB_23 81 SCCS:SAB_23
92 - rdf:type SCCS:SABClassOfClass ; 82 + rdf:type owl:Class , SCCS:SABClassOfClass ;
93 - rdf:type owl:Class ;
94 rdfs:label "Construction supervision"^^xsd:string ; 83 rdfs:label "Construction supervision"^^xsd:string ;
95 - skos:notation "23"^^xsd:string ;
96 rdfs:subClassOf SCCS:SAB_2 ; 84 rdfs:subClassOf SCCS:SAB_2 ;
97 -. 85 + skos:notation "23"^^xsd:string .
86 +
98 SCCS:SAB_3 87 SCCS:SAB_3
99 - rdf:type SCCS:SABClassOfClass ; 88 + rdf:type owl:Class , SCCS:SABClassOfClass ;
100 - rdf:type owl:Class ;
101 rdfs:label "Material deliveries"^^xsd:string ; 89 rdfs:label "Material deliveries"^^xsd:string ;
102 - skos:notation "3"^^xsd:string ;
103 rdfs:subClassOf SCCS:SAB_Thing ; 90 rdfs:subClassOf SCCS:SAB_Thing ;
104 -. 91 + skos:notation "3"^^xsd:string .
92 +
105 SCCS:SAB_31 93 SCCS:SAB_31
106 - rdf:type SCCS:SABClassOfClass ; 94 + rdf:type owl:Class , SCCS:SABClassOfClass ;
107 - rdf:type owl:Class ;
108 rdfs:label "Equipment"^^xsd:string ; 95 rdfs:label "Equipment"^^xsd:string ;
109 - skos:notation "31"^^xsd:string ;
110 rdfs:subClassOf SCCS:SAB_3 ; 96 rdfs:subClassOf SCCS:SAB_3 ;
111 -. 97 + skos:notation "31"^^xsd:string .
98 +
112 SCCS:SAB_311 99 SCCS:SAB_311
113 - rdf:type SCCS:SABClassOfClass ; 100 + rdf:type owl:Class , SCCS:SABClassOfClass ;
114 - rdf:type owl:Class ;
115 rdfs:label "Company provided equipment"^^xsd:string ; 101 rdfs:label "Company provided equipment"^^xsd:string ;
116 - skos:notation "311"^^xsd:string ;
117 rdfs:subClassOf SCCS:SAB_31 ; 102 rdfs:subClassOf SCCS:SAB_31 ;
118 -. 103 + skos:notation "311"^^xsd:string .
104 +
119 SCCS:SAB_312 105 SCCS:SAB_312
120 - rdf:type SCCS:SABClassOfClass ; 106 + rdf:type owl:Class , SCCS:SABClassOfClass ;
121 - rdf:type owl:Class ;
122 rdfs:label "Contractor provided equipment"^^xsd:string ; 107 rdfs:label "Contractor provided equipment"^^xsd:string ;
123 - skos:notation "312"^^xsd:string ;
124 rdfs:subClassOf SCCS:SAB_31 ; 108 rdfs:subClassOf SCCS:SAB_31 ;
125 -. 109 + skos:notation "312"^^xsd:string .
110 +
126 SCCS:SAB_313 111 SCCS:SAB_313
127 - rdf:type SCCS:SABClassOfClass ; 112 + rdf:type owl:Class , SCCS:SABClassOfClass ;
128 - rdf:type owl:Class ;
129 rdfs:label "Surplus equipment"^^xsd:string ; 113 rdfs:label "Surplus equipment"^^xsd:string ;
130 - skos:notation "313"^^xsd:string ;
131 rdfs:subClassOf SCCS:SAB_31 ; 114 rdfs:subClassOf SCCS:SAB_31 ;
132 -. 115 + skos:notation "313"^^xsd:string .
116 +
133 SCCS:SAB_32 117 SCCS:SAB_32
134 - rdf:type SCCS:SABClassOfClass ; 118 + rdf:type owl:Class , SCCS:SABClassOfClass ;
135 - rdf:type owl:Class ;
136 rdfs:label "Bulk"^^xsd:string ; 119 rdfs:label "Bulk"^^xsd:string ;
137 - skos:notation "32"^^xsd:string ;
138 rdfs:subClassOf SCCS:SAB_3 ; 120 rdfs:subClassOf SCCS:SAB_3 ;
139 -. 121 + skos:notation "32"^^xsd:string .
122 +
140 SCCS:SAB_321 123 SCCS:SAB_321
141 - rdf:type SCCS:SABClassOfClass ; 124 + rdf:type owl:Class , SCCS:SABClassOfClass ;
142 - rdf:type owl:Class ;
143 rdfs:label "Company provided bulk"^^xsd:string ; 125 rdfs:label "Company provided bulk"^^xsd:string ;
144 - skos:notation "321"^^xsd:string ;
145 rdfs:subClassOf SCCS:SAB_32 ; 126 rdfs:subClassOf SCCS:SAB_32 ;
146 -. 127 + skos:notation "321"^^xsd:string .
128 +
147 SCCS:SAB_322 129 SCCS:SAB_322
148 - rdf:type SCCS:SABClassOfClass ; 130 + rdf:type owl:Class , SCCS:SABClassOfClass ;
149 - rdf:type owl:Class ;
150 rdfs:label "Contractor provided bulk"^^xsd:string ; 131 rdfs:label "Contractor provided bulk"^^xsd:string ;
151 - skos:notation "322"^^xsd:string ;
152 rdfs:subClassOf SCCS:SAB_32 ; 132 rdfs:subClassOf SCCS:SAB_32 ;
153 -. 133 + skos:notation "322"^^xsd:string .
134 +
154 SCCS:SAB_323 135 SCCS:SAB_323
155 - rdf:type SCCS:SABClassOfClass ; 136 + rdf:type owl:Class , SCCS:SABClassOfClass ;
156 - rdf:type owl:Class ;
157 rdfs:label "Surplus bulk"^^xsd:string ; 137 rdfs:label "Surplus bulk"^^xsd:string ;
158 - skos:notation "323"^^xsd:string ;
159 rdfs:subClassOf SCCS:SAB_32 ; 138 rdfs:subClassOf SCCS:SAB_32 ;
160 -. 139 + skos:notation "323"^^xsd:string .
140 +
161 SCCS:SAB_33 141 SCCS:SAB_33
162 - rdf:type SCCS:SABClassOfClass ; 142 + rdf:type owl:Class , SCCS:SABClassOfClass ;
163 - rdf:type owl:Class ;
164 rdfs:label "Spare parts"^^xsd:string ; 143 rdfs:label "Spare parts"^^xsd:string ;
165 - skos:notation "33"^^xsd:string ;
166 rdfs:subClassOf SCCS:SAB_3 ; 144 rdfs:subClassOf SCCS:SAB_3 ;
167 -. 145 + skos:notation "33"^^xsd:string .
146 +
168 SCCS:SAB_4 147 SCCS:SAB_4
169 - rdf:type SCCS:SABClassOfClass ; 148 + rdf:type owl:Class , SCCS:SABClassOfClass ;
170 - rdf:type owl:Class ;
171 rdfs:label "Construction"^^xsd:string ; 149 rdfs:label "Construction"^^xsd:string ;
172 - skos:notation "4"^^xsd:string ;
173 rdfs:subClassOf SCCS:SAB_Thing ; 150 rdfs:subClassOf SCCS:SAB_Thing ;
174 -. 151 + skos:notation "4"^^xsd:string .
152 +
175 SCCS:SAB_41 153 SCCS:SAB_41
176 - rdf:type SCCS:SABClassOfClass ; 154 + rdf:type owl:Class , SCCS:SABClassOfClass ;
177 - rdf:type owl:Class ;
178 rdfs:label "Onshore construction"^^xsd:string ; 155 rdfs:label "Onshore construction"^^xsd:string ;
179 - skos:notation "41"^^xsd:string ;
180 rdfs:subClassOf SCCS:SAB_4 ; 156 rdfs:subClassOf SCCS:SAB_4 ;
181 -. 157 + skos:notation "41"^^xsd:string .
158 +
182 SCCS:SAB_411 159 SCCS:SAB_411
183 - rdf:type SCCS:SABClassOfClass ; 160 + rdf:type owl:Class , SCCS:SABClassOfClass ;
184 - rdf:type owl:Class ;
185 rdfs:label "Mobilisation"^^xsd:string ; 161 rdfs:label "Mobilisation"^^xsd:string ;
186 - skos:notation "411"^^xsd:string ;
187 rdfs:subClassOf SCCS:SAB_41 ; 162 rdfs:subClassOf SCCS:SAB_41 ;
188 -. 163 + skos:notation "411"^^xsd:string .
164 +
189 SCCS:SAB_412 165 SCCS:SAB_412
190 - rdf:type SCCS:SABClassOfClass ; 166 + rdf:type owl:Class , SCCS:SABClassOfClass ;
191 - rdf:type owl:Class ;
192 rdfs:label "Civil Work"^^xsd:string ; 167 rdfs:label "Civil Work"^^xsd:string ;
193 - skos:notation "412"^^xsd:string ;
194 rdfs:subClassOf SCCS:SAB_41 ; 168 rdfs:subClassOf SCCS:SAB_41 ;
195 -. 169 + skos:notation "412"^^xsd:string .
170 +
196 SCCS:SAB_413 171 SCCS:SAB_413
197 - rdf:type SCCS:SABClassOfClass ; 172 + rdf:type owl:Class , SCCS:SABClassOfClass ;
198 - rdf:type owl:Class ;
199 rdfs:label "Fabrication of major assemblies"^^xsd:string ; 173 rdfs:label "Fabrication of major assemblies"^^xsd:string ;
200 - skos:notation "413"^^xsd:string ;
201 rdfs:subClassOf SCCS:SAB_41 ; 174 rdfs:subClassOf SCCS:SAB_41 ;
202 -. 175 + skos:notation "413"^^xsd:string .
176 +
203 SCCS:SAB_4131 177 SCCS:SAB_4131
204 - rdf:type SCCS:SABClassOfClass ; 178 + rdf:type owl:Class , SCCS:SABClassOfClass ;
205 - rdf:type owl:Class ;
206 rdfs:label "Prefabrication"^^xsd:string ; 179 rdfs:label "Prefabrication"^^xsd:string ;
207 - skos:notation "4131"^^xsd:string ;
208 rdfs:subClassOf SCCS:SAB_413 ; 180 rdfs:subClassOf SCCS:SAB_413 ;
209 -. 181 + skos:notation "4131"^^xsd:string .
182 +
210 SCCS:SAB_4132 183 SCCS:SAB_4132
211 - rdf:type SCCS:SABClassOfClass ; 184 + rdf:type owl:Class , SCCS:SABClassOfClass ;
212 - rdf:type owl:Class ;
213 rdfs:label "Installation/assembly/erection"^^xsd:string ; 185 rdfs:label "Installation/assembly/erection"^^xsd:string ;
214 - skos:notation "4132"^^xsd:string ;
215 rdfs:subClassOf SCCS:SAB_413 ; 186 rdfs:subClassOf SCCS:SAB_413 ;
216 -. 187 + skos:notation "4132"^^xsd:string .
188 +
217 SCCS:SAB_414 189 SCCS:SAB_414
218 - rdf:type SCCS:SABClassOfClass ; 190 + rdf:type owl:Class , SCCS:SABClassOfClass ;
219 - rdf:type owl:Class ;
220 rdfs:label "Other Prefabrication"^^xsd:string ; 191 rdfs:label "Other Prefabrication"^^xsd:string ;
221 - skos:notation "414"^^xsd:string ;
222 rdfs:subClassOf SCCS:SAB_41 ; 192 rdfs:subClassOf SCCS:SAB_41 ;
223 -. 193 + skos:notation "414"^^xsd:string .
194 +
224 SCCS:SAB_4141 195 SCCS:SAB_4141
225 - rdf:type SCCS:SABClassOfClass ; 196 + rdf:type owl:Class , SCCS:SABClassOfClass ;
226 - rdf:type owl:Class ;
227 rdfs:label "Prefabrication"^^xsd:string ; 197 rdfs:label "Prefabrication"^^xsd:string ;
228 - skos:notation "4141"^^xsd:string ;
229 rdfs:subClassOf SCCS:SAB_414 ; 198 rdfs:subClassOf SCCS:SAB_414 ;
230 -. 199 + skos:notation "4141"^^xsd:string .
200 +
231 SCCS:SAB_4142 201 SCCS:SAB_4142
232 - rdf:type SCCS:SABClassOfClass ; 202 + rdf:type owl:Class , SCCS:SABClassOfClass ;
233 - rdf:type owl:Class ;
234 rdfs:label "Installation/assembly/erection"^^xsd:string ; 203 rdfs:label "Installation/assembly/erection"^^xsd:string ;
235 - skos:notation "4142"^^xsd:string ;
236 rdfs:subClassOf SCCS:SAB_414 ; 204 rdfs:subClassOf SCCS:SAB_414 ;
237 -. 205 + skos:notation "4142"^^xsd:string .
206 +
238 SCCS:SAB_415 207 SCCS:SAB_415
239 - rdf:type SCCS:SABClassOfClass ; 208 + rdf:type owl:Class , SCCS:SABClassOfClass ;
240 - rdf:type owl:Class ;
241 rdfs:label "Modification"^^xsd:string ; 209 rdfs:label "Modification"^^xsd:string ;
242 - skos:notation "415"^^xsd:string ;
243 rdfs:subClassOf SCCS:SAB_41 ; 210 rdfs:subClassOf SCCS:SAB_41 ;
244 -. 211 + skos:notation "415"^^xsd:string .
212 +
245 SCCS:SAB_4151 213 SCCS:SAB_4151
246 - rdf:type SCCS:SABClassOfClass ; 214 + rdf:type owl:Class , SCCS:SABClassOfClass ;
247 - rdf:type owl:Class ;
248 rdfs:label "Stripping / Dismantling"^^xsd:string ; 215 rdfs:label "Stripping / Dismantling"^^xsd:string ;
249 - skos:notation "4151"^^xsd:string ;
250 rdfs:subClassOf SCCS:SAB_415 ; 216 rdfs:subClassOf SCCS:SAB_415 ;
251 -. 217 + skos:notation "4151"^^xsd:string .
218 +
252 SCCS:SAB_4152 219 SCCS:SAB_4152
253 - rdf:type SCCS:SABClassOfClass ; 220 + rdf:type owl:Class , SCCS:SABClassOfClass ;
254 - rdf:type owl:Class ;
255 rdfs:label "Refitting"^^xsd:string ; 221 rdfs:label "Refitting"^^xsd:string ;
256 - skos:notation "4152"^^xsd:string ;
257 rdfs:subClassOf SCCS:SAB_415 ; 222 rdfs:subClassOf SCCS:SAB_415 ;
258 -. 223 + skos:notation "4152"^^xsd:string .
224 +
259 SCCS:SAB_4153 225 SCCS:SAB_4153
260 - rdf:type SCCS:SABClassOfClass ; 226 + rdf:type owl:Class , SCCS:SABClassOfClass ;
261 - rdf:type owl:Class ;
262 rdfs:label "Revamp"^^xsd:string ; 227 rdfs:label "Revamp"^^xsd:string ;
263 - skos:notation "4153"^^xsd:string ;
264 rdfs:subClassOf SCCS:SAB_415 ; 228 rdfs:subClassOf SCCS:SAB_415 ;
265 -. 229 + skos:notation "4153"^^xsd:string .
230 +
266 SCCS:SAB_4154 231 SCCS:SAB_4154
267 - rdf:type SCCS:SABClassOfClass ; 232 + rdf:type owl:Class , SCCS:SABClassOfClass ;
268 - rdf:type owl:Class ;
269 rdfs:label "Relocate"^^xsd:string ; 233 rdfs:label "Relocate"^^xsd:string ;
270 - skos:notation "4154"^^xsd:string ;
271 rdfs:subClassOf SCCS:SAB_415 ; 234 rdfs:subClassOf SCCS:SAB_415 ;
272 -. 235 + skos:notation "4154"^^xsd:string .
236 +
273 SCCS:SAB_417 237 SCCS:SAB_417
274 - rdf:type SCCS:SABClassOfClass ; 238 + rdf:type owl:Class , SCCS:SABClassOfClass ;
275 - rdf:type owl:Class ;
276 rdfs:label "Commissioning"^^xsd:string ; 239 rdfs:label "Commissioning"^^xsd:string ;
277 - skos:notation "417"^^xsd:string ;
278 rdfs:subClassOf SCCS:SAB_41 ; 240 rdfs:subClassOf SCCS:SAB_41 ;
279 -. 241 + skos:notation "417"^^xsd:string .
242 +
280 SCCS:SAB_4171 243 SCCS:SAB_4171
281 - rdf:type SCCS:SABClassOfClass ; 244 + rdf:type owl:Class , SCCS:SABClassOfClass ;
282 - rdf:type owl:Class ;
283 rdfs:label "Commissioning"^^xsd:string ; 245 rdfs:label "Commissioning"^^xsd:string ;
284 - skos:notation "4171"^^xsd:string ;
285 rdfs:subClassOf SCCS:SAB_417 ; 246 rdfs:subClassOf SCCS:SAB_417 ;
286 -. 247 + skos:notation "4171"^^xsd:string .
248 +
287 SCCS:SAB_4172 249 SCCS:SAB_4172
288 - rdf:type SCCS:SABClassOfClass ; 250 + rdf:type owl:Class , SCCS:SABClassOfClass ;
289 - rdf:type owl:Class ;
290 rdfs:label "Startup"^^xsd:string ; 251 rdfs:label "Startup"^^xsd:string ;
291 - skos:notation "4172"^^xsd:string ;
292 rdfs:subClassOf SCCS:SAB_417 ; 252 rdfs:subClassOf SCCS:SAB_417 ;
293 -. 253 + skos:notation "4172"^^xsd:string .
254 +
294 SCCS:SAB_418 255 SCCS:SAB_418
295 - rdf:type SCCS:SABClassOfClass ; 256 + rdf:type owl:Class , SCCS:SABClassOfClass ;
296 - rdf:type owl:Class ;
297 rdfs:label "Weighing, Seafastening & Load-out"^^xsd:string ; 257 rdfs:label "Weighing, Seafastening & Load-out"^^xsd:string ;
298 - skos:notation "418"^^xsd:string ;
299 rdfs:subClassOf SCCS:SAB_41 ; 258 rdfs:subClassOf SCCS:SAB_41 ;
300 -. 259 + skos:notation "418"^^xsd:string .
260 +
301 SCCS:SAB_42 261 SCCS:SAB_42
302 - rdf:type SCCS:SABClassOfClass ; 262 + rdf:type owl:Class , SCCS:SABClassOfClass ;
303 - rdf:type owl:Class ;
304 rdfs:label "Atshore construction"^^xsd:string ; 263 rdfs:label "Atshore construction"^^xsd:string ;
305 - skos:notation "42"^^xsd:string ;
306 rdfs:subClassOf SCCS:SAB_4 ; 264 rdfs:subClassOf SCCS:SAB_4 ;
307 -. 265 + skos:notation "42"^^xsd:string .
266 +
308 SCCS:SAB_422 267 SCCS:SAB_422
309 - rdf:type SCCS:SABClassOfClass ; 268 + rdf:type owl:Class , SCCS:SABClassOfClass ;
310 - rdf:type owl:Class ;
311 rdfs:label "Civil work"^^xsd:string ; 269 rdfs:label "Civil work"^^xsd:string ;
312 - skos:notation "422"^^xsd:string ;
313 rdfs:subClassOf SCCS:SAB_42 ; 270 rdfs:subClassOf SCCS:SAB_42 ;
314 -. 271 + skos:notation "422"^^xsd:string .
272 +
315 SCCS:SAB_423 273 SCCS:SAB_423
316 - rdf:type SCCS:SABClassOfClass ; 274 + rdf:type owl:Class , SCCS:SABClassOfClass ;
317 - rdf:type owl:Class ;
318 rdfs:label "Major Assemblies"^^xsd:string ; 275 rdfs:label "Major Assemblies"^^xsd:string ;
319 - skos:notation "423"^^xsd:string ;
320 rdfs:subClassOf SCCS:SAB_42 ; 276 rdfs:subClassOf SCCS:SAB_42 ;
321 -. 277 + skos:notation "423"^^xsd:string .
278 +
322 SCCS:SAB_4231 279 SCCS:SAB_4231
323 - rdf:type SCCS:SABClassOfClass ; 280 + rdf:type owl:Class , SCCS:SABClassOfClass ;
324 - rdf:type owl:Class ;
325 rdfs:label "Prefabrication"^^xsd:string ; 281 rdfs:label "Prefabrication"^^xsd:string ;
326 - skos:notation "4231"^^xsd:string ;
327 rdfs:subClassOf SCCS:SAB_423 ; 282 rdfs:subClassOf SCCS:SAB_423 ;
328 -. 283 + skos:notation "4231"^^xsd:string .
284 +
329 SCCS:SAB_4232 285 SCCS:SAB_4232
330 - rdf:type SCCS:SABClassOfClass ; 286 + rdf:type owl:Class , SCCS:SABClassOfClass ;
331 - rdf:type owl:Class ;
332 rdfs:label "Installation/assembly/erection"^^xsd:string ; 287 rdfs:label "Installation/assembly/erection"^^xsd:string ;
333 - skos:notation "4232"^^xsd:string ;
334 rdfs:subClassOf SCCS:SAB_423 ; 288 rdfs:subClassOf SCCS:SAB_423 ;
335 -. 289 + skos:notation "4232"^^xsd:string .
290 +
336 SCCS:SAB_424 291 SCCS:SAB_424
337 - rdf:type SCCS:SABClassOfClass ; 292 + rdf:type owl:Class , SCCS:SABClassOfClass ;
338 - rdf:type owl:Class ;
339 rdfs:label "Other fabrication activities"^^xsd:string ; 293 rdfs:label "Other fabrication activities"^^xsd:string ;
340 - skos:notation "424"^^xsd:string ;
341 rdfs:subClassOf SCCS:SAB_42 ; 294 rdfs:subClassOf SCCS:SAB_42 ;
342 -. 295 + skos:notation "424"^^xsd:string .
296 +
343 SCCS:SAB_4241 297 SCCS:SAB_4241
344 - rdf:type SCCS:SABClassOfClass ; 298 + rdf:type owl:Class , SCCS:SABClassOfClass ;
345 - rdf:type owl:Class ;
346 rdfs:label "Prefabrication"^^xsd:string ; 299 rdfs:label "Prefabrication"^^xsd:string ;
347 - skos:notation "4241"^^xsd:string ;
348 rdfs:subClassOf SCCS:SAB_424 ; 300 rdfs:subClassOf SCCS:SAB_424 ;
349 -. 301 + skos:notation "4241"^^xsd:string .
302 +
350 SCCS:SAB_4242 303 SCCS:SAB_4242
351 - rdf:type SCCS:SABClassOfClass ; 304 + rdf:type owl:Class , SCCS:SABClassOfClass ;
352 - rdf:type owl:Class ;
353 rdfs:label "Installation/assembly/erection"^^xsd:string ; 305 rdfs:label "Installation/assembly/erection"^^xsd:string ;
354 - skos:notation "4242"^^xsd:string ;
355 rdfs:subClassOf SCCS:SAB_424 ; 306 rdfs:subClassOf SCCS:SAB_424 ;
356 -. 307 + skos:notation "4242"^^xsd:string .
308 +
357 SCCS:SAB_425 309 SCCS:SAB_425
358 - rdf:type SCCS:SABClassOfClass ; 310 + rdf:type owl:Class , SCCS:SABClassOfClass ;
359 - rdf:type owl:Class ;
360 rdfs:label "Modification"^^xsd:string ; 311 rdfs:label "Modification"^^xsd:string ;
361 - skos:notation "425"^^xsd:string ;
362 rdfs:subClassOf SCCS:SAB_42 ; 312 rdfs:subClassOf SCCS:SAB_42 ;
363 -. 313 + skos:notation "425"^^xsd:string .
314 +
364 SCCS:SAB_4251 315 SCCS:SAB_4251
365 - rdf:type SCCS:SABClassOfClass ; 316 + rdf:type owl:Class , SCCS:SABClassOfClass ;
366 - rdf:type owl:Class ;
367 rdfs:label "Stripping/dismantling"^^xsd:string ; 317 rdfs:label "Stripping/dismantling"^^xsd:string ;
368 - skos:notation "4251"^^xsd:string ;
369 rdfs:subClassOf SCCS:SAB_425 ; 318 rdfs:subClassOf SCCS:SAB_425 ;
370 -. 319 + skos:notation "4251"^^xsd:string .
320 +
371 SCCS:SAB_4252 321 SCCS:SAB_4252
372 - rdf:type SCCS:SABClassOfClass ; 322 + rdf:type owl:Class , SCCS:SABClassOfClass ;
373 - rdf:type owl:Class ;
374 rdfs:label "Refitting"^^xsd:string ; 323 rdfs:label "Refitting"^^xsd:string ;
375 - skos:notation "4252"^^xsd:string ;
376 rdfs:subClassOf SCCS:SAB_425 ; 324 rdfs:subClassOf SCCS:SAB_425 ;
377 -. 325 + skos:notation "4252"^^xsd:string .
326 +
378 SCCS:SAB_4253 327 SCCS:SAB_4253
379 - rdf:type SCCS:SABClassOfClass ; 328 + rdf:type owl:Class , SCCS:SABClassOfClass ;
380 - rdf:type owl:Class ;
381 rdfs:label "Revamp"^^xsd:string ; 329 rdfs:label "Revamp"^^xsd:string ;
382 - skos:notation "4253"^^xsd:string ;
383 rdfs:subClassOf SCCS:SAB_425 ; 330 rdfs:subClassOf SCCS:SAB_425 ;
384 -. 331 + skos:notation "4253"^^xsd:string .
332 +
385 SCCS:SAB_426 333 SCCS:SAB_426
386 - rdf:type SCCS:SABClassOfClass ; 334 + rdf:type owl:Class , SCCS:SABClassOfClass ;
387 - rdf:type owl:Class ;
388 rdfs:label "Vendor assistance"^^xsd:string ; 335 rdfs:label "Vendor assistance"^^xsd:string ;
389 - skos:notation "426"^^xsd:string ;
390 rdfs:subClassOf SCCS:SAB_42 ; 336 rdfs:subClassOf SCCS:SAB_42 ;
391 -. 337 + skos:notation "426"^^xsd:string .
338 +
392 SCCS:SAB_427 339 SCCS:SAB_427
393 - rdf:type SCCS:SABClassOfClass ; 340 + rdf:type owl:Class , SCCS:SABClassOfClass ;
394 - rdf:type owl:Class ;
395 rdfs:label "Commissioning"^^xsd:string ; 341 rdfs:label "Commissioning"^^xsd:string ;
396 - skos:notation "427"^^xsd:string ;
397 rdfs:subClassOf SCCS:SAB_42 ; 342 rdfs:subClassOf SCCS:SAB_42 ;
398 -. 343 + skos:notation "427"^^xsd:string .
344 +
399 SCCS:SAB_43 345 SCCS:SAB_43
400 - rdf:type SCCS:SABClassOfClass ; 346 + rdf:type owl:Class , SCCS:SABClassOfClass ;
401 - rdf:type owl:Class ;
402 rdfs:label "Inshore construction"^^xsd:string ; 347 rdfs:label "Inshore construction"^^xsd:string ;
403 - skos:notation "43"^^xsd:string ;
404 rdfs:subClassOf SCCS:SAB_4 ; 348 rdfs:subClassOf SCCS:SAB_4 ;
405 -. 349 + skos:notation "43"^^xsd:string .
350 +
406 SCCS:SAB_431 351 SCCS:SAB_431
407 - rdf:type SCCS:SABClassOfClass ; 352 + rdf:type owl:Class , SCCS:SABClassOfClass ;
408 - rdf:type owl:Class ;
409 rdfs:label "Mobilisation"^^xsd:string ; 353 rdfs:label "Mobilisation"^^xsd:string ;
410 - skos:notation "431"^^xsd:string ;
411 rdfs:subClassOf SCCS:SAB_43 ; 354 rdfs:subClassOf SCCS:SAB_43 ;
412 -. 355 + skos:notation "431"^^xsd:string .
356 +
413 SCCS:SAB_432 357 SCCS:SAB_432
414 - rdf:type SCCS:SABClassOfClass ; 358 + rdf:type owl:Class , SCCS:SABClassOfClass ;
415 - rdf:type owl:Class ;
416 rdfs:label "Civil work"^^xsd:string ; 359 rdfs:label "Civil work"^^xsd:string ;
417 - skos:notation "432"^^xsd:string ;
418 rdfs:subClassOf SCCS:SAB_43 ; 360 rdfs:subClassOf SCCS:SAB_43 ;
419 -. 361 + skos:notation "432"^^xsd:string .
362 +
420 SCCS:SAB_433 363 SCCS:SAB_433
421 - rdf:type SCCS:SABClassOfClass ; 364 + rdf:type owl:Class , SCCS:SABClassOfClass ;
422 - rdf:type owl:Class ;
423 rdfs:label "Major Assemblies"^^xsd:string ; 365 rdfs:label "Major Assemblies"^^xsd:string ;
424 - skos:notation "433"^^xsd:string ;
425 rdfs:subClassOf SCCS:SAB_43 ; 366 rdfs:subClassOf SCCS:SAB_43 ;
426 -. 367 + skos:notation "433"^^xsd:string .
368 +
427 SCCS:SAB_4331 369 SCCS:SAB_4331
428 - rdf:type SCCS:SABClassOfClass ; 370 + rdf:type owl:Class , SCCS:SABClassOfClass ;
429 - rdf:type owl:Class ;
430 rdfs:label "Prefabrication"^^xsd:string ; 371 rdfs:label "Prefabrication"^^xsd:string ;
431 - skos:notation "4331"^^xsd:string ;
432 rdfs:subClassOf SCCS:SAB_433 ; 372 rdfs:subClassOf SCCS:SAB_433 ;
433 -. 373 + skos:notation "4331"^^xsd:string .
374 +
434 SCCS:SAB_4332 375 SCCS:SAB_4332
435 - rdf:type SCCS:SABClassOfClass ; 376 + rdf:type owl:Class , SCCS:SABClassOfClass ;
436 - rdf:type owl:Class ;
437 rdfs:label "Installation/assembly/erection"^^xsd:string ; 377 rdfs:label "Installation/assembly/erection"^^xsd:string ;
438 - skos:notation "4332"^^xsd:string ;
439 rdfs:subClassOf SCCS:SAB_433 ; 378 rdfs:subClassOf SCCS:SAB_433 ;
440 -. 379 + skos:notation "4332"^^xsd:string .
380 +
441 SCCS:SAB_434 381 SCCS:SAB_434
442 - rdf:type SCCS:SABClassOfClass ; 382 + rdf:type owl:Class , SCCS:SABClassOfClass ;
443 - rdf:type owl:Class ;
444 rdfs:label "Other fabrication activities"^^xsd:string ; 383 rdfs:label "Other fabrication activities"^^xsd:string ;
445 - skos:notation "434"^^xsd:string ;
446 rdfs:subClassOf SCCS:SAB_43 ; 384 rdfs:subClassOf SCCS:SAB_43 ;
447 -. 385 + skos:notation "434"^^xsd:string .
386 +
448 SCCS:SAB_4341 387 SCCS:SAB_4341
449 - rdf:type SCCS:SABClassOfClass ; 388 + rdf:type owl:Class , SCCS:SABClassOfClass ;
450 - rdf:type owl:Class ;
451 rdfs:label "Prefabrication"^^xsd:string ; 389 rdfs:label "Prefabrication"^^xsd:string ;
452 - skos:notation "4341"^^xsd:string ;
453 rdfs:subClassOf SCCS:SAB_434 ; 390 rdfs:subClassOf SCCS:SAB_434 ;
454 -. 391 + skos:notation "4341"^^xsd:string .
392 +
455 SCCS:SAB_4342 393 SCCS:SAB_4342
456 - rdf:type SCCS:SABClassOfClass ; 394 + rdf:type owl:Class , SCCS:SABClassOfClass ;
457 - rdf:type owl:Class ;
458 rdfs:label "Installation/assembly/erection"^^xsd:string ; 395 rdfs:label "Installation/assembly/erection"^^xsd:string ;
459 - skos:notation "4342"^^xsd:string ;
460 rdfs:subClassOf SCCS:SAB_434 ; 396 rdfs:subClassOf SCCS:SAB_434 ;
461 -. 397 + skos:notation "4342"^^xsd:string .
398 +
462 SCCS:SAB_435 399 SCCS:SAB_435
463 - rdf:type SCCS:SABClassOfClass ; 400 + rdf:type owl:Class , SCCS:SABClassOfClass ;
464 - rdf:type owl:Class ;
465 rdfs:label "Modification"^^xsd:string ; 401 rdfs:label "Modification"^^xsd:string ;
466 - skos:notation "435"^^xsd:string ;
467 rdfs:subClassOf SCCS:SAB_43 ; 402 rdfs:subClassOf SCCS:SAB_43 ;
468 -. 403 + skos:notation "435"^^xsd:string .
404 +
469 SCCS:SAB_4351 405 SCCS:SAB_4351
470 - rdf:type SCCS:SABClassOfClass ; 406 + rdf:type owl:Class , SCCS:SABClassOfClass ;
471 - rdf:type owl:Class ;
472 rdfs:label "Stripping/dismantling"^^xsd:string ; 407 rdfs:label "Stripping/dismantling"^^xsd:string ;
473 - skos:notation "4351"^^xsd:string ;
474 rdfs:subClassOf SCCS:SAB_435 ; 408 rdfs:subClassOf SCCS:SAB_435 ;
475 -. 409 + skos:notation "4351"^^xsd:string .
410 +
476 SCCS:SAB_4352 411 SCCS:SAB_4352
477 - rdf:type SCCS:SABClassOfClass ; 412 + rdf:type owl:Class , SCCS:SABClassOfClass ;
478 - rdf:type owl:Class ;
479 rdfs:label "Refitting"^^xsd:string ; 413 rdfs:label "Refitting"^^xsd:string ;
480 - skos:notation "4352"^^xsd:string ;
481 rdfs:subClassOf SCCS:SAB_435 ; 414 rdfs:subClassOf SCCS:SAB_435 ;
482 -. 415 + skos:notation "4352"^^xsd:string .
416 +
483 SCCS:SAB_4353 417 SCCS:SAB_4353
484 - rdf:type SCCS:SABClassOfClass ; 418 + rdf:type owl:Class , SCCS:SABClassOfClass ;
485 - rdf:type owl:Class ;
486 rdfs:label "Revamp"^^xsd:string ; 419 rdfs:label "Revamp"^^xsd:string ;
487 - skos:notation "4353"^^xsd:string ;
488 rdfs:subClassOf SCCS:SAB_435 ; 420 rdfs:subClassOf SCCS:SAB_435 ;
489 -. 421 + skos:notation "4353"^^xsd:string .
422 +
490 SCCS:SAB_4354 423 SCCS:SAB_4354
491 - rdf:type SCCS:SABClassOfClass ; 424 + rdf:type owl:Class , SCCS:SABClassOfClass ;
492 - rdf:type owl:Class ;
493 rdfs:label "Relocate"^^xsd:string ; 425 rdfs:label "Relocate"^^xsd:string ;
494 - skos:notation "4354"^^xsd:string ;
495 rdfs:subClassOf SCCS:SAB_435 ; 426 rdfs:subClassOf SCCS:SAB_435 ;
496 -. 427 + skos:notation "4354"^^xsd:string .
428 +
497 SCCS:SAB_436 429 SCCS:SAB_436
498 - rdf:type SCCS:SABClassOfClass ; 430 + rdf:type owl:Class , SCCS:SABClassOfClass ;
499 - rdf:type owl:Class ;
500 rdfs:label "Vendor assistance"^^xsd:string ; 431 rdfs:label "Vendor assistance"^^xsd:string ;
501 - skos:notation "436"^^xsd:string ;
502 rdfs:subClassOf SCCS:SAB_43 ; 432 rdfs:subClassOf SCCS:SAB_43 ;
503 -. 433 + skos:notation "436"^^xsd:string .
434 +
504 SCCS:SAB_437 435 SCCS:SAB_437
505 - rdf:type SCCS:SABClassOfClass ; 436 + rdf:type owl:Class , SCCS:SABClassOfClass ;
506 - rdf:type owl:Class ;
507 rdfs:label "Commissioning"^^xsd:string ; 437 rdfs:label "Commissioning"^^xsd:string ;
508 - skos:notation "437"^^xsd:string ;
509 rdfs:subClassOf SCCS:SAB_43 ; 438 rdfs:subClassOf SCCS:SAB_43 ;
510 -. 439 + skos:notation "437"^^xsd:string .
440 +
511 SCCS:SAB_44 441 SCCS:SAB_44
512 - rdf:type SCCS:SABClassOfClass ; 442 + rdf:type owl:Class , SCCS:SABClassOfClass ;
513 - rdf:type owl:Class ;
514 rdfs:label "Offshore construction"^^xsd:string ; 443 rdfs:label "Offshore construction"^^xsd:string ;
515 - skos:notation "44"^^xsd:string ;
516 rdfs:subClassOf SCCS:SAB_4 ; 444 rdfs:subClassOf SCCS:SAB_4 ;
517 -. 445 + skos:notation "44"^^xsd:string .
446 +
518 SCCS:SAB_441 447 SCCS:SAB_441
519 - rdf:type SCCS:SABClassOfClass ; 448 + rdf:type owl:Class , SCCS:SABClassOfClass ;
520 - rdf:type owl:Class ;
521 rdfs:label "Mobilisation"^^xsd:string ; 449 rdfs:label "Mobilisation"^^xsd:string ;
522 - skos:notation "441"^^xsd:string ;
523 rdfs:subClassOf SCCS:SAB_44 ; 450 rdfs:subClassOf SCCS:SAB_44 ;
524 -. 451 + skos:notation "441"^^xsd:string .
452 +
525 SCCS:SAB_442 453 SCCS:SAB_442
526 - rdf:type SCCS:SABClassOfClass ; 454 + rdf:type owl:Class , SCCS:SABClassOfClass ;
527 - rdf:type owl:Class ;
528 rdfs:label "Civil work"^^xsd:string ; 455 rdfs:label "Civil work"^^xsd:string ;
529 - skos:notation "442"^^xsd:string ;
530 rdfs:subClassOf SCCS:SAB_44 ; 456 rdfs:subClassOf SCCS:SAB_44 ;
531 -. 457 + skos:notation "442"^^xsd:string .
458 +
532 SCCS:SAB_443 459 SCCS:SAB_443
533 - rdf:type SCCS:SABClassOfClass ; 460 + rdf:type owl:Class , SCCS:SABClassOfClass ;
534 - rdf:type owl:Class ;
535 rdfs:label "Activities related to major assemblies"^^xsd:string ; 461 rdfs:label "Activities related to major assemblies"^^xsd:string ;
536 - skos:notation "443"^^xsd:string ;
537 rdfs:subClassOf SCCS:SAB_44 ; 462 rdfs:subClassOf SCCS:SAB_44 ;
538 -. 463 + skos:notation "443"^^xsd:string .
464 +
539 SCCS:SAB_4431 465 SCCS:SAB_4431
540 - rdf:type SCCS:SABClassOfClass ; 466 + rdf:type owl:Class , SCCS:SABClassOfClass ;
541 - rdf:type owl:Class ;
542 rdfs:label "Prefabrication"^^xsd:string ; 467 rdfs:label "Prefabrication"^^xsd:string ;
543 - skos:notation "4431"^^xsd:string ;
544 rdfs:subClassOf SCCS:SAB_443 ; 468 rdfs:subClassOf SCCS:SAB_443 ;
545 -. 469 + skos:notation "4431"^^xsd:string .
470 +
546 SCCS:SAB_4432 471 SCCS:SAB_4432
547 - rdf:type SCCS:SABClassOfClass ; 472 + rdf:type owl:Class , SCCS:SABClassOfClass ;
548 - rdf:type owl:Class ;
549 rdfs:label "Installation/assembly/erection"^^xsd:string ; 473 rdfs:label "Installation/assembly/erection"^^xsd:string ;
550 - skos:notation "4432"^^xsd:string ;
551 rdfs:subClassOf SCCS:SAB_443 ; 474 rdfs:subClassOf SCCS:SAB_443 ;
552 -. 475 + skos:notation "4432"^^xsd:string .
476 +
553 SCCS:SAB_444 477 SCCS:SAB_444
554 - rdf:type SCCS:SABClassOfClass ; 478 + rdf:type owl:Class , SCCS:SABClassOfClass ;
555 - rdf:type owl:Class ;
556 rdfs:label "Other fabrication activities"^^xsd:string ; 479 rdfs:label "Other fabrication activities"^^xsd:string ;
557 - skos:notation "444"^^xsd:string ;
558 rdfs:subClassOf SCCS:SAB_44 ; 480 rdfs:subClassOf SCCS:SAB_44 ;
559 -. 481 + skos:notation "444"^^xsd:string .
482 +
560 SCCS:SAB_4441 483 SCCS:SAB_4441
561 - rdf:type SCCS:SABClassOfClass ; 484 + rdf:type owl:Class , SCCS:SABClassOfClass ;
562 - rdf:type owl:Class ;
563 rdfs:label "Prefabrication"^^xsd:string ; 485 rdfs:label "Prefabrication"^^xsd:string ;
564 - skos:notation "4441"^^xsd:string ;
565 rdfs:subClassOf SCCS:SAB_444 ; 486 rdfs:subClassOf SCCS:SAB_444 ;
566 -. 487 + skos:notation "4441"^^xsd:string .
488 +
567 SCCS:SAB_4442 489 SCCS:SAB_4442
568 - rdf:type SCCS:SABClassOfClass ; 490 + rdf:type owl:Class , SCCS:SABClassOfClass ;
569 - rdf:type owl:Class ;
570 rdfs:label "Installation/assembly/erection"^^xsd:string ; 491 rdfs:label "Installation/assembly/erection"^^xsd:string ;
571 - skos:notation "4442"^^xsd:string ;
572 rdfs:subClassOf SCCS:SAB_444 ; 492 rdfs:subClassOf SCCS:SAB_444 ;
573 -. 493 + skos:notation "4442"^^xsd:string .
494 +
574 SCCS:SAB_445 495 SCCS:SAB_445
575 - rdf:type SCCS:SABClassOfClass ; 496 + rdf:type owl:Class , SCCS:SABClassOfClass ;
576 - rdf:type owl:Class ;
577 rdfs:label "Modification"^^xsd:string ; 497 rdfs:label "Modification"^^xsd:string ;
578 - skos:notation "445"^^xsd:string ;
579 rdfs:subClassOf SCCS:SAB_44 ; 498 rdfs:subClassOf SCCS:SAB_44 ;
580 -. 499 + skos:notation "445"^^xsd:string .
500 +
581 SCCS:SAB_4451 501 SCCS:SAB_4451
582 - rdf:type SCCS:SABClassOfClass ; 502 + rdf:type owl:Class , SCCS:SABClassOfClass ;
583 - rdf:type owl:Class ;
584 rdfs:label "Stripping/dismantling"^^xsd:string ; 503 rdfs:label "Stripping/dismantling"^^xsd:string ;
585 - skos:notation "4451"^^xsd:string ;
586 rdfs:subClassOf SCCS:SAB_445 ; 504 rdfs:subClassOf SCCS:SAB_445 ;
587 -. 505 + skos:notation "4451"^^xsd:string .
506 +
588 SCCS:SAB_4452 507 SCCS:SAB_4452
589 - rdf:type SCCS:SABClassOfClass ; 508 + rdf:type owl:Class , SCCS:SABClassOfClass ;
590 - rdf:type owl:Class ;
591 rdfs:label "Refitting"^^xsd:string ; 509 rdfs:label "Refitting"^^xsd:string ;
592 - skos:notation "4452"^^xsd:string ;
593 rdfs:subClassOf SCCS:SAB_445 ; 510 rdfs:subClassOf SCCS:SAB_445 ;
594 -. 511 + skos:notation "4452"^^xsd:string .
512 +
595 SCCS:SAB_4453 513 SCCS:SAB_4453
596 - rdf:type SCCS:SABClassOfClass ; 514 + rdf:type owl:Class , SCCS:SABClassOfClass ;
597 - rdf:type owl:Class ;
598 rdfs:label "Revamp"^^xsd:string ; 515 rdfs:label "Revamp"^^xsd:string ;
599 - skos:notation "4453"^^xsd:string ;
600 rdfs:subClassOf SCCS:SAB_445 ; 516 rdfs:subClassOf SCCS:SAB_445 ;
601 -. 517 + skos:notation "4453"^^xsd:string .
518 +
602 SCCS:SAB_4454 519 SCCS:SAB_4454
603 - rdf:type SCCS:SABClassOfClass ; 520 + rdf:type owl:Class , SCCS:SABClassOfClass ;
604 - rdf:type owl:Class ;
605 rdfs:label "Relocate"^^xsd:string ; 521 rdfs:label "Relocate"^^xsd:string ;
606 - skos:notation "4454"^^xsd:string ;
607 rdfs:subClassOf SCCS:SAB_445 ; 522 rdfs:subClassOf SCCS:SAB_445 ;
608 -. 523 + skos:notation "4454"^^xsd:string .
524 +
609 SCCS:SAB_446 525 SCCS:SAB_446
610 - rdf:type SCCS:SABClassOfClass ; 526 + rdf:type owl:Class , SCCS:SABClassOfClass ;
611 - rdf:type owl:Class ;
612 rdfs:label "Vendor assistance"^^xsd:string ; 527 rdfs:label "Vendor assistance"^^xsd:string ;
613 - skos:notation "446"^^xsd:string ;
614 rdfs:subClassOf SCCS:SAB_44 ; 528 rdfs:subClassOf SCCS:SAB_44 ;
615 -. 529 + skos:notation "446"^^xsd:string .
530 +
616 SCCS:SAB_447 531 SCCS:SAB_447
617 - rdf:type SCCS:SABClassOfClass ; 532 + rdf:type owl:Class , SCCS:SABClassOfClass ;
618 - rdf:type owl:Class ;
619 rdfs:label "Commissioning"^^xsd:string ; 533 rdfs:label "Commissioning"^^xsd:string ;
620 - skos:notation "447"^^xsd:string ;
621 rdfs:subClassOf SCCS:SAB_44 ; 534 rdfs:subClassOf SCCS:SAB_44 ;
622 -. 535 + skos:notation "447"^^xsd:string .
536 +
623 SCCS:SAB_4471 537 SCCS:SAB_4471
624 - rdf:type SCCS:SABClassOfClass ; 538 + rdf:type owl:Class , SCCS:SABClassOfClass ;
625 - rdf:type owl:Class ;
626 rdfs:label "Commissioning"^^xsd:string ; 539 rdfs:label "Commissioning"^^xsd:string ;
627 - skos:notation "4471"^^xsd:string ;
628 rdfs:subClassOf SCCS:SAB_447 ; 540 rdfs:subClassOf SCCS:SAB_447 ;
629 -. 541 + skos:notation "4471"^^xsd:string .
542 +
630 SCCS:SAB_4472 543 SCCS:SAB_4472
631 - rdf:type SCCS:SABClassOfClass ; 544 + rdf:type owl:Class , SCCS:SABClassOfClass ;
632 - rdf:type owl:Class ;
633 rdfs:label "Startup"^^xsd:string ; 545 rdfs:label "Startup"^^xsd:string ;
634 - skos:notation "4472"^^xsd:string ;
635 rdfs:subClassOf SCCS:SAB_447 ; 546 rdfs:subClassOf SCCS:SAB_447 ;
636 -. 547 + skos:notation "4472"^^xsd:string .
548 +
637 SCCS:SAB_448 549 SCCS:SAB_448
638 - rdf:type SCCS:SABClassOfClass ; 550 + rdf:type owl:Class , SCCS:SABClassOfClass ;
639 - rdf:type owl:Class ;
640 rdfs:label "Non-working hours (lunch, standby, etc)"^^xsd:string ; 551 rdfs:label "Non-working hours (lunch, standby, etc)"^^xsd:string ;
641 - skos:notation "448"^^xsd:string ;
642 rdfs:subClassOf SCCS:SAB_44 ; 552 rdfs:subClassOf SCCS:SAB_44 ;
643 -. 553 + skos:notation "448"^^xsd:string .
554 +
644 SCCS:SAB_5 555 SCCS:SAB_5
645 - rdf:type SCCS:SABClassOfClass ; 556 + rdf:type owl:Class , SCCS:SABClassOfClass ;
646 - rdf:type owl:Class ;
647 rdfs:label "Operations"^^xsd:string ; 557 rdfs:label "Operations"^^xsd:string ;
648 - skos:notation "5"^^xsd:string ;
649 rdfs:subClassOf SCCS:SAB_Thing ; 558 rdfs:subClassOf SCCS:SAB_Thing ;
650 -. 559 + skos:notation "5"^^xsd:string .
560 +
651 SCCS:SAB_51 561 SCCS:SAB_51
652 - rdf:type SCCS:SABClassOfClass ; 562 + rdf:type owl:Class , SCCS:SABClassOfClass ;
653 - rdf:type owl:Class ; 563 + rdfs:label "SAB 51: Landbased operations"^^xsd:string ;
654 - rdfs:label "Landbased operations"^^xsd:string ;
655 - skos:notation "51"^^xsd:string ;
656 rdfs:subClassOf SCCS:SAB_5 ; 564 rdfs:subClassOf SCCS:SAB_5 ;
657 -. 565 + skos:notation "51"^^xsd:string .
566 +
658 SCCS:SAB_511 567 SCCS:SAB_511
659 - rdf:type SCCS:SABClassOfClass ; 568 + rdf:type owl:Class , SCCS:SABClassOfClass ;
660 - rdf:type owl:Class ;
661 rdfs:label "Lifting"^^xsd:string ; 569 rdfs:label "Lifting"^^xsd:string ;
662 - skos:notation "511"^^xsd:string ;
663 rdfs:subClassOf SCCS:SAB_51 ; 570 rdfs:subClassOf SCCS:SAB_51 ;
664 -. 571 + skos:notation "511"^^xsd:string .
572 +
665 SCCS:SAB_512 573 SCCS:SAB_512
666 - rdf:type SCCS:SABClassOfClass ; 574 + rdf:type owl:Class , SCCS:SABClassOfClass ;
667 - rdf:type owl:Class ;
668 rdfs:label "Transport"^^xsd:string ; 575 rdfs:label "Transport"^^xsd:string ;
669 - skos:notation "512"^^xsd:string ;
670 rdfs:subClassOf SCCS:SAB_51 ; 576 rdfs:subClassOf SCCS:SAB_51 ;
671 -. 577 + skos:notation "512"^^xsd:string .
578 +
672 SCCS:SAB_513 579 SCCS:SAB_513
673 - rdf:type SCCS:SABClassOfClass ; 580 + rdf:type owl:Class , SCCS:SABClassOfClass ;
674 - rdf:type owl:Class ;
675 rdfs:label "Pipeline operations"^^xsd:string ; 581 rdfs:label "Pipeline operations"^^xsd:string ;
676 - skos:notation "513"^^xsd:string ;
677 rdfs:subClassOf SCCS:SAB_51 ; 582 rdfs:subClassOf SCCS:SAB_51 ;
678 -. 583 + skos:notation "513"^^xsd:string .
584 +
679 SCCS:SAB_514 585 SCCS:SAB_514
680 - rdf:type SCCS:SABClassOfClass ; 586 + rdf:type owl:Class , SCCS:SABClassOfClass ;
681 - rdf:type owl:Class ;
682 rdfs:label "Cable operations"^^xsd:string ; 587 rdfs:label "Cable operations"^^xsd:string ;
683 - skos:notation "514"^^xsd:string ;
684 rdfs:subClassOf SCCS:SAB_51 ; 588 rdfs:subClassOf SCCS:SAB_51 ;
685 -. 589 + skos:notation "514"^^xsd:string .
590 +
686 SCCS:SAB_515 591 SCCS:SAB_515
687 - rdf:type SCCS:SABClassOfClass ; 592 + rdf:type owl:Class , SCCS:SABClassOfClass ;
688 - rdf:type owl:Class ;
689 rdfs:label "Other landbased operations"^^xsd:string ; 593 rdfs:label "Other landbased operations"^^xsd:string ;
690 - skos:notation "515"^^xsd:string ;
691 rdfs:subClassOf SCCS:SAB_51 ; 594 rdfs:subClassOf SCCS:SAB_51 ;
692 -. 595 + skos:notation "515"^^xsd:string .
596 +
693 SCCS:SAB_52 597 SCCS:SAB_52
694 - rdf:type SCCS:SABClassOfClass ; 598 + rdf:type owl:Class , SCCS:SABClassOfClass ;
695 - rdf:type owl:Class ;
696 rdfs:label "Offshore operations"^^xsd:string ; 599 rdfs:label "Offshore operations"^^xsd:string ;
697 - skos:notation "52"^^xsd:string ;
698 rdfs:subClassOf SCCS:SAB_5 ; 600 rdfs:subClassOf SCCS:SAB_5 ;
699 -. 601 + skos:notation "52"^^xsd:string .
602 +
700 SCCS:SAB_521 603 SCCS:SAB_521
701 - rdf:type SCCS:SABClassOfClass ; 604 + rdf:type owl:Class , SCCS:SABClassOfClass ;
702 - rdf:type owl:Class ;
703 rdfs:label "Survey"^^xsd:string ; 605 rdfs:label "Survey"^^xsd:string ;
704 - skos:notation "521"^^xsd:string ;
705 rdfs:subClassOf SCCS:SAB_52 ; 606 rdfs:subClassOf SCCS:SAB_52 ;
706 -. 607 + skos:notation "521"^^xsd:string .
608 +
707 SCCS:SAB_522 609 SCCS:SAB_522
708 - rdf:type SCCS:SABClassOfClass ; 610 + rdf:type owl:Class , SCCS:SABClassOfClass ;
709 - rdf:type owl:Class ;
710 rdfs:label "Seabed preparation"^^xsd:string ; 611 rdfs:label "Seabed preparation"^^xsd:string ;
711 - skos:notation "522"^^xsd:string ;
712 rdfs:subClassOf SCCS:SAB_52 ; 612 rdfs:subClassOf SCCS:SAB_52 ;
713 -. 613 + skos:notation "522"^^xsd:string .
614 +
714 SCCS:SAB_5221 615 SCCS:SAB_5221
715 - rdf:type SCCS:SABClassOfClass ; 616 + rdf:type owl:Class , SCCS:SABClassOfClass ;
716 - rdf:type owl:Class ;
717 rdfs:label "Trenching"^^xsd:string ; 617 rdfs:label "Trenching"^^xsd:string ;
718 - skos:notation "5221"^^xsd:string ;
719 rdfs:subClassOf SCCS:SAB_522 ; 618 rdfs:subClassOf SCCS:SAB_522 ;
720 -. 619 + skos:notation "5221"^^xsd:string .
620 +
721 SCCS:SAB_5222 621 SCCS:SAB_5222
722 - rdf:type SCCS:SABClassOfClass ; 622 + rdf:type owl:Class , SCCS:SABClassOfClass ;
723 - rdf:type owl:Class ;
724 rdfs:label "Dredging"^^xsd:string ; 623 rdfs:label "Dredging"^^xsd:string ;
725 - skos:notation "5222"^^xsd:string ;
726 rdfs:subClassOf SCCS:SAB_522 ; 624 rdfs:subClassOf SCCS:SAB_522 ;
727 -. 625 + skos:notation "5222"^^xsd:string .
626 +
728 SCCS:SAB_5223 627 SCCS:SAB_5223
729 - rdf:type SCCS:SABClassOfClass ; 628 + rdf:type owl:Class , SCCS:SABClassOfClass ;
730 - rdf:type owl:Class ;
731 rdfs:label "Back filling"^^xsd:string ; 629 rdfs:label "Back filling"^^xsd:string ;
732 - skos:notation "5223"^^xsd:string ;
733 rdfs:subClassOf SCCS:SAB_522 ; 630 rdfs:subClassOf SCCS:SAB_522 ;
734 -. 631 + skos:notation "5223"^^xsd:string .
632 +
735 SCCS:SAB_5224 633 SCCS:SAB_5224
736 - rdf:type SCCS:SABClassOfClass ; 634 + rdf:type owl:Class , SCCS:SABClassOfClass ;
737 - rdf:type owl:Class ;
738 rdfs:label "Rock dumping"^^xsd:string ; 635 rdfs:label "Rock dumping"^^xsd:string ;
739 - skos:notation "5224"^^xsd:string ;
740 rdfs:subClassOf SCCS:SAB_522 ; 636 rdfs:subClassOf SCCS:SAB_522 ;
741 -. 637 + skos:notation "5224"^^xsd:string .
638 +
742 SCCS:SAB_523 639 SCCS:SAB_523
743 - rdf:type SCCS:SABClassOfClass ; 640 + rdf:type owl:Class , SCCS:SABClassOfClass ;
744 - rdf:type owl:Class ;
745 rdfs:label "Installation"^^xsd:string ; 641 rdfs:label "Installation"^^xsd:string ;
746 - skos:notation "523"^^xsd:string ;
747 rdfs:subClassOf SCCS:SAB_52 ; 642 rdfs:subClassOf SCCS:SAB_52 ;
748 -. 643 + skos:notation "523"^^xsd:string .
644 +
749 SCCS:SAB_5231 645 SCCS:SAB_5231
750 - rdf:type SCCS:SABClassOfClass ; 646 + rdf:type owl:Class , SCCS:SABClassOfClass ;
751 - rdf:type owl:Class ;
752 rdfs:label "Lifting"^^xsd:string ; 647 rdfs:label "Lifting"^^xsd:string ;
753 - skos:notation "5231"^^xsd:string ;
754 rdfs:subClassOf SCCS:SAB_523 ; 648 rdfs:subClassOf SCCS:SAB_523 ;
755 -. 649 + skos:notation "5231"^^xsd:string .
650 +
756 SCCS:SAB_5232 651 SCCS:SAB_5232
757 - rdf:type SCCS:SABClassOfClass ; 652 + rdf:type owl:Class , SCCS:SABClassOfClass ;
758 - rdf:type owl:Class ;
759 rdfs:label "Piling"^^xsd:string ; 653 rdfs:label "Piling"^^xsd:string ;
760 - skos:notation "5232"^^xsd:string ;
761 rdfs:subClassOf SCCS:SAB_523 ; 654 rdfs:subClassOf SCCS:SAB_523 ;
762 -. 655 + skos:notation "5232"^^xsd:string .
656 +
763 SCCS:SAB_5233 657 SCCS:SAB_5233
764 - rdf:type SCCS:SABClassOfClass ; 658 + rdf:type owl:Class , SCCS:SABClassOfClass ;
765 - rdf:type owl:Class ;
766 rdfs:label "Grouting"^^xsd:string ; 659 rdfs:label "Grouting"^^xsd:string ;
767 - skos:notation "5233"^^xsd:string ;
768 rdfs:subClassOf SCCS:SAB_523 ; 660 rdfs:subClassOf SCCS:SAB_523 ;
769 -. 661 + skos:notation "5233"^^xsd:string .
662 +
770 SCCS:SAB_5234 663 SCCS:SAB_5234
771 - rdf:type SCCS:SABClassOfClass ; 664 + rdf:type owl:Class , SCCS:SABClassOfClass ;
772 - rdf:type owl:Class ;
773 rdfs:label "Mating"^^xsd:string ; 665 rdfs:label "Mating"^^xsd:string ;
774 - skos:notation "5234"^^xsd:string ;
775 rdfs:subClassOf SCCS:SAB_523 ; 666 rdfs:subClassOf SCCS:SAB_523 ;
776 -. 667 + skos:notation "5234"^^xsd:string .
668 +
777 SCCS:SAB_524 669 SCCS:SAB_524
778 - rdf:type SCCS:SABClassOfClass ; 670 + rdf:type owl:Class , SCCS:SABClassOfClass ;
779 - rdf:type owl:Class ;
780 rdfs:label "Pipeline operations"^^xsd:string ; 671 rdfs:label "Pipeline operations"^^xsd:string ;
781 - skos:notation "524"^^xsd:string ;
782 rdfs:subClassOf SCCS:SAB_52 ; 672 rdfs:subClassOf SCCS:SAB_52 ;
783 -. 673 + skos:notation "524"^^xsd:string .
674 +
784 SCCS:SAB_5241 675 SCCS:SAB_5241
785 - rdf:type SCCS:SABClassOfClass ; 676 + rdf:type owl:Class , SCCS:SABClassOfClass ;
786 - rdf:type owl:Class ;
787 rdfs:label "Pipelaying"^^xsd:string ; 677 rdfs:label "Pipelaying"^^xsd:string ;
788 - skos:notation "5241"^^xsd:string ;
789 rdfs:subClassOf SCCS:SAB_524 ; 678 rdfs:subClassOf SCCS:SAB_524 ;
790 -. 679 + skos:notation "5241"^^xsd:string .
680 +
791 SCCS:SAB_5242 681 SCCS:SAB_5242
792 - rdf:type SCCS:SABClassOfClass ; 682 + rdf:type owl:Class , SCCS:SABClassOfClass ;
793 - rdf:type owl:Class ;
794 rdfs:label "Tie-in"^^xsd:string ; 683 rdfs:label "Tie-in"^^xsd:string ;
795 - skos:notation "5242"^^xsd:string ;
796 rdfs:subClassOf SCCS:SAB_524 ; 684 rdfs:subClassOf SCCS:SAB_524 ;
797 -. 685 + skos:notation "5242"^^xsd:string .
686 +
798 SCCS:SAB_5243 687 SCCS:SAB_5243
799 - rdf:type SCCS:SABClassOfClass ; 688 + rdf:type owl:Class , SCCS:SABClassOfClass ;
800 - rdf:type owl:Class ;
801 rdfs:label "Hydrotesting"^^xsd:string ; 689 rdfs:label "Hydrotesting"^^xsd:string ;
802 - skos:notation "5243"^^xsd:string ;
803 rdfs:subClassOf SCCS:SAB_524 ; 690 rdfs:subClassOf SCCS:SAB_524 ;
804 -. 691 + skos:notation "5243"^^xsd:string .
692 +
805 SCCS:SAB_5244 693 SCCS:SAB_5244
806 - rdf:type SCCS:SABClassOfClass ; 694 + rdf:type owl:Class , SCCS:SABClassOfClass ;
807 - rdf:type owl:Class ;
808 rdfs:label "RFO"^^xsd:string ; 695 rdfs:label "RFO"^^xsd:string ;
809 - skos:notation "5244"^^xsd:string ;
810 rdfs:subClassOf SCCS:SAB_524 ; 696 rdfs:subClassOf SCCS:SAB_524 ;
811 -. 697 + skos:notation "5244"^^xsd:string .
698 +
812 SCCS:SAB_525 699 SCCS:SAB_525
813 - rdf:type SCCS:SABClassOfClass ; 700 + rdf:type owl:Class , SCCS:SABClassOfClass ;
814 - rdf:type owl:Class ;
815 rdfs:label "Umbilical and cable operations"^^xsd:string ; 701 rdfs:label "Umbilical and cable operations"^^xsd:string ;
816 - skos:notation "525"^^xsd:string ;
817 rdfs:subClassOf SCCS:SAB_52 ; 702 rdfs:subClassOf SCCS:SAB_52 ;
818 -. 703 + skos:notation "525"^^xsd:string .
704 +
819 SCCS:SAB_5251 705 SCCS:SAB_5251
820 - rdf:type SCCS:SABClassOfClass ; 706 + rdf:type owl:Class , SCCS:SABClassOfClass ;
821 - rdf:type owl:Class ;
822 rdfs:label "Laying"^^xsd:string ; 707 rdfs:label "Laying"^^xsd:string ;
823 - skos:notation "5251"^^xsd:string ;
824 rdfs:subClassOf SCCS:SAB_525 ; 708 rdfs:subClassOf SCCS:SAB_525 ;
825 -. 709 + skos:notation "5251"^^xsd:string .
710 +
826 SCCS:SAB_5252 711 SCCS:SAB_5252
827 - rdf:type SCCS:SABClassOfClass ; 712 + rdf:type owl:Class , SCCS:SABClassOfClass ;
828 - rdf:type owl:Class ;
829 rdfs:label "Pull-in and connection"^^xsd:string ; 713 rdfs:label "Pull-in and connection"^^xsd:string ;
830 - skos:notation "5252"^^xsd:string ;
831 rdfs:subClassOf SCCS:SAB_525 ; 714 rdfs:subClassOf SCCS:SAB_525 ;
832 -. 715 + skos:notation "5252"^^xsd:string .
716 +
833 SCCS:SAB_5253 717 SCCS:SAB_5253
834 - rdf:type SCCS:SABClassOfClass ; 718 + rdf:type owl:Class , SCCS:SABClassOfClass ;
835 - rdf:type owl:Class ;
836 rdfs:label "Testing"^^xsd:string ; 719 rdfs:label "Testing"^^xsd:string ;
837 - skos:notation "5253"^^xsd:string ;
838 rdfs:subClassOf SCCS:SAB_525 ; 720 rdfs:subClassOf SCCS:SAB_525 ;
839 -. 721 + skos:notation "5253"^^xsd:string .
722 +
840 SCCS:SAB_526 723 SCCS:SAB_526
841 - rdf:type SCCS:SABClassOfClass ; 724 + rdf:type owl:Class , SCCS:SABClassOfClass ;
842 - rdf:type owl:Class ;
843 rdfs:label "Transport"^^xsd:string ; 725 rdfs:label "Transport"^^xsd:string ;
844 - skos:notation "526"^^xsd:string ;
845 rdfs:subClassOf SCCS:SAB_52 ; 726 rdfs:subClassOf SCCS:SAB_52 ;
846 -. 727 + skos:notation "526"^^xsd:string .
728 +
847 SCCS:SAB_5261 729 SCCS:SAB_5261
848 - rdf:type SCCS:SABClassOfClass ; 730 + rdf:type owl:Class , SCCS:SABClassOfClass ;
849 - rdf:type owl:Class ;
850 rdfs:label "Towing"^^xsd:string ; 731 rdfs:label "Towing"^^xsd:string ;
851 - skos:notation "5261"^^xsd:string ;
852 rdfs:subClassOf SCCS:SAB_526 ; 732 rdfs:subClassOf SCCS:SAB_526 ;
853 -. 733 + skos:notation "5261"^^xsd:string .
734 +
854 SCCS:SAB_5262 735 SCCS:SAB_5262
855 - rdf:type SCCS:SABClassOfClass ; 736 + rdf:type owl:Class , SCCS:SABClassOfClass ;
856 - rdf:type owl:Class ;
857 rdfs:label "Heavy lift transport"^^xsd:string ; 737 rdfs:label "Heavy lift transport"^^xsd:string ;
858 - skos:notation "5262"^^xsd:string ;
859 rdfs:subClassOf SCCS:SAB_526 ; 738 rdfs:subClassOf SCCS:SAB_526 ;
860 -. 739 + skos:notation "5262"^^xsd:string .
740 +
861 SCCS:SAB_527 741 SCCS:SAB_527
862 - rdf:type SCCS:SABClassOfClass ; 742 + rdf:type owl:Class , SCCS:SABClassOfClass ;
863 - rdf:type owl:Class ;
864 rdfs:label "Subsea structure operations"^^xsd:string ; 743 rdfs:label "Subsea structure operations"^^xsd:string ;
865 - skos:notation "527"^^xsd:string ;
866 rdfs:subClassOf SCCS:SAB_52 ; 744 rdfs:subClassOf SCCS:SAB_52 ;
867 -. 745 + skos:notation "527"^^xsd:string .
746 +
868 SCCS:SAB_5271 747 SCCS:SAB_5271
869 - rdf:type SCCS:SABClassOfClass ; 748 + rdf:type owl:Class , SCCS:SABClassOfClass ;
870 - rdf:type owl:Class ;
871 rdfs:label "Testing"^^xsd:string ; 749 rdfs:label "Testing"^^xsd:string ;
872 - skos:notation "5271"^^xsd:string ;
873 rdfs:subClassOf SCCS:SAB_527 ; 750 rdfs:subClassOf SCCS:SAB_527 ;
874 -. 751 + skos:notation "5271"^^xsd:string .
752 +
875 SCCS:SAB_5272 753 SCCS:SAB_5272
876 - rdf:type SCCS:SABClassOfClass ; 754 + rdf:type owl:Class , SCCS:SABClassOfClass ;
877 - rdf:type owl:Class ;
878 rdfs:label "Installation"^^xsd:string ; 755 rdfs:label "Installation"^^xsd:string ;
879 - skos:notation "5272"^^xsd:string ;
880 rdfs:subClassOf SCCS:SAB_527 ; 756 rdfs:subClassOf SCCS:SAB_527 ;
881 -. 757 + skos:notation "5272"^^xsd:string .
758 +
882 SCCS:SAB_5273 759 SCCS:SAB_5273
883 - rdf:type SCCS:SABClassOfClass ; 760 + rdf:type owl:Class , SCCS:SABClassOfClass ;
884 - rdf:type owl:Class ;
885 rdfs:label "Commissioning"^^xsd:string ; 761 rdfs:label "Commissioning"^^xsd:string ;
886 - skos:notation "5273"^^xsd:string ;
887 rdfs:subClassOf SCCS:SAB_527 ; 762 rdfs:subClassOf SCCS:SAB_527 ;
888 -. 763 + skos:notation "5273"^^xsd:string .
764 +
889 SCCS:SAB_528 765 SCCS:SAB_528
890 - rdf:type SCCS:SABClassOfClass ; 766 + rdf:type owl:Class , SCCS:SABClassOfClass ;
891 - rdf:type owl:Class ;
892 rdfs:label "Particular abandonment operations"^^xsd:string ; 767 rdfs:label "Particular abandonment operations"^^xsd:string ;
893 - skos:notation "528"^^xsd:string ;
894 rdfs:subClassOf SCCS:SAB_52 ; 768 rdfs:subClassOf SCCS:SAB_52 ;
895 -. 769 + skos:notation "528"^^xsd:string .
770 +
896 SCCS:SAB_5281 771 SCCS:SAB_5281
897 - rdf:type SCCS:SABClassOfClass ; 772 + rdf:type owl:Class , SCCS:SABClassOfClass ;
898 - rdf:type owl:Class ;
899 rdfs:label "Cutting of structures"^^xsd:string ; 773 rdfs:label "Cutting of structures"^^xsd:string ;
900 - skos:notation "5281"^^xsd:string ;
901 rdfs:subClassOf SCCS:SAB_528 ; 774 rdfs:subClassOf SCCS:SAB_528 ;
902 -. 775 + skos:notation "5281"^^xsd:string .
776 +
903 SCCS:SAB_5282 777 SCCS:SAB_5282
904 - rdf:type SCCS:SABClassOfClass ; 778 + rdf:type owl:Class , SCCS:SABClassOfClass ;
905 - rdf:type owl:Class ;
906 rdfs:label "Topling"^^xsd:string ; 779 rdfs:label "Topling"^^xsd:string ;
907 - skos:notation "5282"^^xsd:string ;
908 rdfs:subClassOf SCCS:SAB_528 ; 780 rdfs:subClassOf SCCS:SAB_528 ;
909 -. 781 + skos:notation "5282"^^xsd:string .
782 +
910 SCCS:SAB_5283 783 SCCS:SAB_5283
911 - rdf:type SCCS:SABClassOfClass ; 784 + rdf:type owl:Class , SCCS:SABClassOfClass ;
912 - rdf:type owl:Class ;
913 rdfs:label "Removal/lifting"^^xsd:string ; 785 rdfs:label "Removal/lifting"^^xsd:string ;
914 - skos:notation "5283"^^xsd:string ;
915 rdfs:subClassOf SCCS:SAB_528 ; 786 rdfs:subClassOf SCCS:SAB_528 ;
916 -. 787 + skos:notation "5283"^^xsd:string .
788 +
917 SCCS:SAB_5284 789 SCCS:SAB_5284
918 - rdf:type SCCS:SABClassOfClass ; 790 + rdf:type owl:Class , SCCS:SABClassOfClass ;
919 - rdf:type owl:Class ;
920 rdfs:label "Transport and dumping"^^xsd:string ; 791 rdfs:label "Transport and dumping"^^xsd:string ;
921 - skos:notation "5284"^^xsd:string ;
922 rdfs:subClassOf SCCS:SAB_528 ; 792 rdfs:subClassOf SCCS:SAB_528 ;
923 -. 793 + skos:notation "5284"^^xsd:string .
794 +
924 SCCS:SAB_53 795 SCCS:SAB_53
925 - rdf:type SCCS:SABClassOfClass ; 796 + rdf:type owl:Class , SCCS:SABClassOfClass ;
926 - rdf:type owl:Class ;
927 rdfs:label "Logistics"^^xsd:string ; 797 rdfs:label "Logistics"^^xsd:string ;
928 - skos:notation "53"^^xsd:string ;
929 rdfs:subClassOf SCCS:SAB_5 ; 798 rdfs:subClassOf SCCS:SAB_5 ;
930 -. 799 + skos:notation "53"^^xsd:string .
800 +
931 SCCS:SAB_531 801 SCCS:SAB_531
932 - rdf:type SCCS:SABClassOfClass ; 802 + rdf:type owl:Class , SCCS:SABClassOfClass ;
933 - rdf:type owl:Class ;
934 rdfs:label "Supply base/terminal"^^xsd:string ; 803 rdfs:label "Supply base/terminal"^^xsd:string ;
935 - skos:notation "531"^^xsd:string ;
936 rdfs:subClassOf SCCS:SAB_53 ; 804 rdfs:subClassOf SCCS:SAB_53 ;
937 -. 805 + skos:notation "531"^^xsd:string .
806 +
938 SCCS:SAB_532 807 SCCS:SAB_532
939 - rdf:type SCCS:SABClassOfClass ; 808 + rdf:type owl:Class , SCCS:SABClassOfClass ;
940 - rdf:type owl:Class ;
941 rdfs:label "Supply and distribution"^^xsd:string ; 809 rdfs:label "Supply and distribution"^^xsd:string ;
942 - skos:notation "532"^^xsd:string ;
943 rdfs:subClassOf SCCS:SAB_53 ; 810 rdfs:subClassOf SCCS:SAB_53 ;
944 -. 811 + skos:notation "532"^^xsd:string .
812 +
945 SCCS:SAB_533 813 SCCS:SAB_533
946 - rdf:type SCCS:SABClassOfClass ; 814 + rdf:type owl:Class , SCCS:SABClassOfClass ;
947 - rdf:type owl:Class ;
948 rdfs:label "Personnel transport"^^xsd:string ; 815 rdfs:label "Personnel transport"^^xsd:string ;
949 - skos:notation "533"^^xsd:string ;
950 rdfs:subClassOf SCCS:SAB_53 ; 816 rdfs:subClassOf SCCS:SAB_53 ;
951 -. 817 + skos:notation "533"^^xsd:string .
818 +
952 SCCS:SAB_534 819 SCCS:SAB_534
953 - rdf:type SCCS:SABClassOfClass ; 820 + rdf:type owl:Class , SCCS:SABClassOfClass ;
954 - rdf:type owl:Class ;
955 rdfs:label "Flotel/LQ/camps"^^xsd:string ; 821 rdfs:label "Flotel/LQ/camps"^^xsd:string ;
956 - skos:notation "534"^^xsd:string ;
957 rdfs:subClassOf SCCS:SAB_53 ; 822 rdfs:subClassOf SCCS:SAB_53 ;
958 -. 823 + skos:notation "534"^^xsd:string .
824 +
959 SCCS:SAB_54 825 SCCS:SAB_54
960 - rdf:type SCCS:SABClassOfClass ; 826 + rdf:type owl:Class , SCCS:SABClassOfClass ;
961 - rdf:type owl:Class ;
962 rdfs:label "Drilling and completion"^^xsd:string ; 827 rdfs:label "Drilling and completion"^^xsd:string ;
963 - skos:notation "54"^^xsd:string ;
964 rdfs:subClassOf SCCS:SAB_5 ; 828 rdfs:subClassOf SCCS:SAB_5 ;
965 -. 829 + skos:notation "54"^^xsd:string .
830 +
966 SCCS:SAB_541 831 SCCS:SAB_541
967 - rdf:type SCCS:SABClassOfClass ; 832 + rdf:type owl:Class , SCCS:SABClassOfClass ;
968 - rdf:type owl:Class ;
969 rdfs:label "Onshore drilling and completion"^^xsd:string ; 833 rdfs:label "Onshore drilling and completion"^^xsd:string ;
970 - skos:notation "541"^^xsd:string ;
971 rdfs:subClassOf SCCS:SAB_54 ; 834 rdfs:subClassOf SCCS:SAB_54 ;
972 -. 835 + skos:notation "541"^^xsd:string .
836 +
973 SCCS:SAB_5411 837 SCCS:SAB_5411
974 - rdf:type SCCS:SABClassOfClass ; 838 + rdf:type owl:Class , SCCS:SABClassOfClass ;
975 - rdf:type owl:Class ;
976 rdfs:label "Fixed rig drilling"^^xsd:string ; 839 rdfs:label "Fixed rig drilling"^^xsd:string ;
977 - skos:notation "5411"^^xsd:string ;
978 rdfs:subClassOf SCCS:SAB_541 ; 840 rdfs:subClassOf SCCS:SAB_541 ;
979 -. 841 + skos:notation "5411"^^xsd:string .
842 +
980 SCCS:SAB_5412 843 SCCS:SAB_5412
981 - rdf:type SCCS:SABClassOfClass ; 844 + rdf:type owl:Class , SCCS:SABClassOfClass ;
982 - rdf:type owl:Class ;
983 rdfs:label "Mobile rig drilling"^^xsd:string ; 845 rdfs:label "Mobile rig drilling"^^xsd:string ;
984 - skos:notation "5412"^^xsd:string ;
985 rdfs:subClassOf SCCS:SAB_541 ; 846 rdfs:subClassOf SCCS:SAB_541 ;
986 -. 847 + skos:notation "5412"^^xsd:string .
848 +
987 SCCS:SAB_542 849 SCCS:SAB_542
988 - rdf:type SCCS:SABClassOfClass ; 850 + rdf:type owl:Class , SCCS:SABClassOfClass ;
989 - rdf:type owl:Class ;
990 rdfs:label "Offshore drilling and completion"^^xsd:string ; 851 rdfs:label "Offshore drilling and completion"^^xsd:string ;
991 - skos:notation "542"^^xsd:string ;
992 rdfs:subClassOf SCCS:SAB_54 ; 852 rdfs:subClassOf SCCS:SAB_54 ;
993 -. 853 + skos:notation "542"^^xsd:string .
854 +
994 SCCS:SAB_5421 855 SCCS:SAB_5421
995 - rdf:type SCCS:SABClassOfClass ; 856 + rdf:type owl:Class , SCCS:SABClassOfClass ;
996 - rdf:type owl:Class ;
997 rdfs:label "Predrilling"^^xsd:string ; 857 rdfs:label "Predrilling"^^xsd:string ;
998 - skos:notation "5421"^^xsd:string ;
999 rdfs:subClassOf SCCS:SAB_542 ; 858 rdfs:subClassOf SCCS:SAB_542 ;
1000 -. 859 + skos:notation "5421"^^xsd:string .
860 +
1001 SCCS:SAB_5422 861 SCCS:SAB_5422
1002 - rdf:type SCCS:SABClassOfClass ; 862 + rdf:type owl:Class , SCCS:SABClassOfClass ;
1003 - rdf:type owl:Class ;
1004 rdfs:label "Subsea drilling"^^xsd:string ; 863 rdfs:label "Subsea drilling"^^xsd:string ;
1005 - skos:notation "5422"^^xsd:string ;
1006 rdfs:subClassOf SCCS:SAB_542 ; 864 rdfs:subClassOf SCCS:SAB_542 ;
1007 -. 865 + skos:notation "5422"^^xsd:string .
866 +
1008 SCCS:SAB_5423 867 SCCS:SAB_5423
1009 - rdf:type SCCS:SABClassOfClass ; 868 + rdf:type owl:Class , SCCS:SABClassOfClass ;
1010 - rdf:type owl:Class ;
1011 rdfs:label "Platform drilling"^^xsd:string ; 869 rdfs:label "Platform drilling"^^xsd:string ;
1012 - skos:notation "5423"^^xsd:string ;
1013 rdfs:subClassOf SCCS:SAB_542 ; 870 rdfs:subClassOf SCCS:SAB_542 ;
1014 -. 871 + skos:notation "5423"^^xsd:string .
872 +
1015 SCCS:SAB_6 873 SCCS:SAB_6
1016 - rdf:type SCCS:SABClassOfClass ; 874 + rdf:type owl:Class , SCCS:SABClassOfClass ;
1017 - rdf:type owl:Class ;
1018 rdfs:label "Unit work activities"^^xsd:string ; 875 rdfs:label "Unit work activities"^^xsd:string ;
1019 - skos:notation "6"^^xsd:string ;
1020 rdfs:subClassOf SCCS:SAB_Thing ; 876 rdfs:subClassOf SCCS:SAB_Thing ;
1021 -. 877 + skos:notation "6"^^xsd:string .
878 +
1022 SCCS:SAB_7 879 SCCS:SAB_7
1023 - rdf:type SCCS:SABClassOfClass ; 880 + rdf:type owl:Class , SCCS:SABClassOfClass ;
1024 - rdf:type owl:Class ;
1025 rdfs:label "General"^^xsd:string ; 881 rdfs:label "General"^^xsd:string ;
1026 - skos:notation "7"^^xsd:string ;
1027 rdfs:subClassOf SCCS:SAB_Thing ; 882 rdfs:subClassOf SCCS:SAB_Thing ;
1028 -. 883 + skos:notation "7"^^xsd:string .
884 +
1029 SCCS:SAB_Thing 885 SCCS:SAB_Thing
1030 - rdf:type SCCS:SABClassOfClass ; 886 + rdf:type owl:Class , SCCS:SABClassOfClass ;
1031 - rdf:type owl:Class ;
1032 rdfs:label "SAB top level thing"^^xsd:string ; 887 rdfs:label "SAB top level thing"^^xsd:string ;
1033 - skos:notation "SAB Thing"^^xsd:string ; 888 + skos:notation "SAB Thing"^^xsd:string .
1034 -.
......
...@@ -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 ;
......