Tore Christiansen

Moved Activity from SAB to ilap-ontology

...@@ -9,10 +9,6 @@ ...@@ -9,10 +9,6 @@
9 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 9 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10 @prefix skos: <http://www.w3.org/2004/02/skos/core#> . 10 @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
11 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 11 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
12 -ILAP:Activity
13 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
14 - rdf:type owl:Class ;
15 -.
16 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> 12 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding>
17 rdf:type owl:Ontology ; 13 rdf:type owl:Ontology ;
18 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 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 ;
...@@ -22,1041 +18,3 @@ ILAP:Activity ...@@ -22,1041 +18,3 @@ ILAP:Activity
22 SCCS:NorsokZ014SABplanningActivityClass 18 SCCS:NorsokZ014SABplanningActivityClass
23 rdf:type rdfs:Class ; 19 rdf:type rdfs:Class ;
24 . 20 .
25 -SCCS:SAB_1
26 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
27 - rdf:type owl:Class ;
28 - rdfs:label "Management"^^xsd:string ;
29 - rdfs:subClassOf ILAP:Activity ;
30 - skos:notation "1"^^xsd:string ;
31 -.
32 -SCCS:SAB_11
33 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
34 - rdf:type owl:Class ;
35 - rdfs:label "Project management"^^xsd:string ;
36 - rdfs:subClassOf SCCS:SAB_1 ;
37 - skos:notation "11"^^xsd:string ;
38 -.
39 -SCCS:SAB_12
40 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
41 - rdf:type owl:Class ;
42 - rdfs:label "Construction management"^^xsd:string ;
43 - rdfs:subClassOf SCCS:SAB_1 ;
44 - skos:notation "12"^^xsd:string ;
45 -.
46 -SCCS:SAB_13
47 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
48 - rdf:type owl:Class ;
49 - rdfs:label "External services"^^xsd:string ;
50 - rdfs:subClassOf SCCS:SAB_1 ;
51 - skos:notation "13"^^xsd:string ;
52 -.
53 -SCCS:SAB_2
54 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
55 - rdf:type owl:Class ;
56 - rdfs:label "Engineering and procurement"^^xsd:string ;
57 - rdfs:subClassOf ILAP:Activity ;
58 - skos:notation "2"^^xsd:string ;
59 -.
60 -SCCS:SAB_21
61 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
62 - rdf:type owl:Class ;
63 - rdfs:label "Engineering"^^xsd:string ;
64 - rdfs:subClassOf SCCS:SAB_2 ;
65 - skos:notation "21"^^xsd:string ;
66 -.
67 -SCCS:SAB_211
68 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
69 - rdf:type owl:Class ;
70 - rdfs:label "Pre-engineering"^^xsd:string ;
71 - rdfs:subClassOf SCCS:SAB_21 ;
72 - skos:notation "211"^^xsd:string ;
73 -.
74 -SCCS:SAB_212
75 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
76 - rdf:type owl:Class ;
77 - rdfs:label "Design engineering"^^xsd:string ;
78 - rdfs:subClassOf SCCS:SAB_21 ;
79 - skos:notation "212"^^xsd:string ;
80 -.
81 -SCCS:SAB_213
82 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
83 - rdf:type owl:Class ;
84 - rdfs:label "Fabrication engineering"^^xsd:string ;
85 - rdfs:subClassOf SCCS:SAB_21 ;
86 - skos:notation "213"^^xsd:string ;
87 -.
88 -SCCS:SAB_22
89 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
90 - rdf:type owl:Class ;
91 - rdfs:label "Procurement"^^xsd:string ;
92 - rdfs:subClassOf SCCS:SAB_2 ;
93 - skos:notation "22"^^xsd:string ;
94 -.
95 -SCCS:SAB_23
96 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
97 - rdf:type owl:Class ;
98 - rdfs:label "Construction supervision"^^xsd:string ;
99 - rdfs:subClassOf SCCS:SAB_2 ;
100 - skos:notation "23"^^xsd:string ;
101 -.
102 -SCCS:SAB_3
103 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
104 - rdf:type owl:Class ;
105 - rdfs:label "Material deliveries"^^xsd:string ;
106 - rdfs:subClassOf ILAP:Activity ;
107 - skos:notation "3"^^xsd:string ;
108 -.
109 -SCCS:SAB_31
110 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
111 - rdf:type owl:Class ;
112 - rdfs:label "Equipment"^^xsd:string ;
113 - rdfs:subClassOf SCCS:SAB_3 ;
114 - skos:notation "31"^^xsd:string ;
115 -.
116 -SCCS:SAB_311
117 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
118 - rdf:type owl:Class ;
119 - rdfs:label "Company provided equipment"^^xsd:string ;
120 - rdfs:subClassOf SCCS:SAB_31 ;
121 - skos:notation "311"^^xsd:string ;
122 -.
123 -SCCS:SAB_312
124 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
125 - rdf:type owl:Class ;
126 - rdfs:label "Contractor provided equipment"^^xsd:string ;
127 - rdfs:subClassOf SCCS:SAB_31 ;
128 - skos:notation "312"^^xsd:string ;
129 -.
130 -SCCS:SAB_313
131 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
132 - rdf:type owl:Class ;
133 - rdfs:label "Surplus equipment"^^xsd:string ;
134 - rdfs:subClassOf SCCS:SAB_31 ;
135 - skos:notation "313"^^xsd:string ;
136 -.
137 -SCCS:SAB_32
138 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
139 - rdf:type owl:Class ;
140 - rdfs:label "Bulk"^^xsd:string ;
141 - rdfs:subClassOf SCCS:SAB_3 ;
142 - skos:notation "32"^^xsd:string ;
143 -.
144 -SCCS:SAB_321
145 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
146 - rdf:type owl:Class ;
147 - rdfs:label "Company provided bulk"^^xsd:string ;
148 - rdfs:subClassOf SCCS:SAB_32 ;
149 - skos:notation "321"^^xsd:string ;
150 -.
151 -SCCS:SAB_322
152 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
153 - rdf:type owl:Class ;
154 - rdfs:label "Contractor provided bulk"^^xsd:string ;
155 - rdfs:subClassOf SCCS:SAB_32 ;
156 - skos:notation "322"^^xsd:string ;
157 -.
158 -SCCS:SAB_323
159 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
160 - rdf:type owl:Class ;
161 - rdfs:label "Surplus bulk"^^xsd:string ;
162 - rdfs:subClassOf SCCS:SAB_32 ;
163 - skos:notation "323"^^xsd:string ;
164 -.
165 -SCCS:SAB_33
166 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
167 - rdf:type owl:Class ;
168 - rdfs:label "Spare parts"^^xsd:string ;
169 - rdfs:subClassOf SCCS:SAB_3 ;
170 - skos:notation "33"^^xsd:string ;
171 -.
172 -SCCS:SAB_4
173 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
174 - rdf:type owl:Class ;
175 - rdfs:label "Construction"^^xsd:string ;
176 - rdfs:subClassOf ILAP:Activity ;
177 - skos:notation "4"^^xsd:string ;
178 -.
179 -SCCS:SAB_41
180 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
181 - rdf:type owl:Class ;
182 - rdfs:label "Onshore construction"^^xsd:string ;
183 - rdfs:subClassOf SCCS:SAB_4 ;
184 - skos:notation "41"^^xsd:string ;
185 -.
186 -SCCS:SAB_411
187 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
188 - rdf:type owl:Class ;
189 - rdfs:label "Mobilisation"^^xsd:string ;
190 - rdfs:subClassOf SCCS:SAB_41 ;
191 - skos:notation "411"^^xsd:string ;
192 -.
193 -SCCS:SAB_412
194 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
195 - rdf:type owl:Class ;
196 - rdfs:label "Civil Work"^^xsd:string ;
197 - rdfs:subClassOf SCCS:SAB_41 ;
198 - skos:notation "412"^^xsd:string ;
199 -.
200 -SCCS:SAB_413
201 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
202 - rdf:type owl:Class ;
203 - rdfs:label "Fabrication of major assemblies"^^xsd:string ;
204 - rdfs:subClassOf SCCS:SAB_41 ;
205 - skos:notation "413"^^xsd:string ;
206 -.
207 -SCCS:SAB_4131
208 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
209 - rdf:type owl:Class ;
210 - rdfs:label "Prefabrication"^^xsd:string ;
211 - rdfs:subClassOf SCCS:SAB_413 ;
212 - skos:notation "4131"^^xsd:string ;
213 -.
214 -SCCS:SAB_4132
215 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
216 - rdf:type owl:Class ;
217 - rdfs:label "Installation/assembly/erection"^^xsd:string ;
218 - rdfs:subClassOf SCCS:SAB_413 ;
219 - skos:notation "4132"^^xsd:string ;
220 -.
221 -SCCS:SAB_414
222 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
223 - rdf:type owl:Class ;
224 - rdfs:label "Other Prefabrication"^^xsd:string ;
225 - rdfs:subClassOf SCCS:SAB_41 ;
226 - skos:notation "414"^^xsd:string ;
227 -.
228 -SCCS:SAB_4141
229 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
230 - rdf:type owl:Class ;
231 - rdfs:label "Prefabrication"^^xsd:string ;
232 - rdfs:subClassOf SCCS:SAB_414 ;
233 - skos:notation "4141"^^xsd:string ;
234 -.
235 -SCCS:SAB_4142
236 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
237 - rdf:type owl:Class ;
238 - rdfs:label "Installation/assembly/erection"^^xsd:string ;
239 - rdfs:subClassOf SCCS:SAB_414 ;
240 - skos:notation "4142"^^xsd:string ;
241 -.
242 -SCCS:SAB_415
243 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
244 - rdf:type owl:Class ;
245 - rdfs:label "Modification"^^xsd:string ;
246 - rdfs:subClassOf SCCS:SAB_41 ;
247 - skos:notation "415"^^xsd:string ;
248 -.
249 -SCCS:SAB_4151
250 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
251 - rdf:type owl:Class ;
252 - rdfs:label "Stripping / Dismantling"^^xsd:string ;
253 - rdfs:subClassOf SCCS:SAB_415 ;
254 - skos:notation "4151"^^xsd:string ;
255 -.
256 -SCCS:SAB_4152
257 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
258 - rdf:type owl:Class ;
259 - rdfs:label "Refitting"^^xsd:string ;
260 - rdfs:subClassOf SCCS:SAB_415 ;
261 - skos:notation "4152"^^xsd:string ;
262 -.
263 -SCCS:SAB_4153
264 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
265 - rdf:type owl:Class ;
266 - rdfs:label "Revamp"^^xsd:string ;
267 - rdfs:subClassOf SCCS:SAB_415 ;
268 - skos:notation "4153"^^xsd:string ;
269 -.
270 -SCCS:SAB_4154
271 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
272 - rdf:type owl:Class ;
273 - rdfs:label "Relocate"^^xsd:string ;
274 - rdfs:subClassOf SCCS:SAB_415 ;
275 - skos:notation "4154"^^xsd:string ;
276 -.
277 -SCCS:SAB_417
278 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
279 - rdf:type owl:Class ;
280 - rdfs:label "Commissioning"^^xsd:string ;
281 - rdfs:subClassOf SCCS:SAB_41 ;
282 - skos:notation "417"^^xsd:string ;
283 -.
284 -SCCS:SAB_4171
285 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
286 - rdf:type owl:Class ;
287 - rdfs:label "Commissioning"^^xsd:string ;
288 - rdfs:subClassOf SCCS:SAB_417 ;
289 - skos:notation "4171"^^xsd:string ;
290 -.
291 -SCCS:SAB_4172
292 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
293 - rdf:type owl:Class ;
294 - rdfs:label "Startup"^^xsd:string ;
295 - rdfs:subClassOf SCCS:SAB_417 ;
296 - skos:notation "4172"^^xsd:string ;
297 -.
298 -SCCS:SAB_418
299 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
300 - rdf:type owl:Class ;
301 - rdfs:label "Weighing, Seafastening & Load-out"^^xsd:string ;
302 - rdfs:subClassOf SCCS:SAB_41 ;
303 - skos:notation "418"^^xsd:string ;
304 -.
305 -SCCS:SAB_42
306 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
307 - rdf:type owl:Class ;
308 - rdfs:label "Atshore construction"^^xsd:string ;
309 - rdfs:subClassOf SCCS:SAB_4 ;
310 - skos:notation "42"^^xsd:string ;
311 -.
312 -SCCS:SAB_422
313 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
314 - rdf:type owl:Class ;
315 - rdfs:label "Civil work"^^xsd:string ;
316 - rdfs:subClassOf SCCS:SAB_42 ;
317 - skos:notation "422"^^xsd:string ;
318 -.
319 -SCCS:SAB_423
320 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
321 - rdf:type owl:Class ;
322 - rdfs:label "Major Assemblies"^^xsd:string ;
323 - rdfs:subClassOf SCCS:SAB_42 ;
324 - skos:notation "423"^^xsd:string ;
325 -.
326 -SCCS:SAB_4231
327 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
328 - rdf:type owl:Class ;
329 - rdfs:label "Prefabrication"^^xsd:string ;
330 - rdfs:subClassOf SCCS:SAB_423 ;
331 - skos:notation "4231"^^xsd:string ;
332 -.
333 -SCCS:SAB_4232
334 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
335 - rdf:type owl:Class ;
336 - rdfs:label "Installation/assembly/erection"^^xsd:string ;
337 - rdfs:subClassOf SCCS:SAB_423 ;
338 - skos:notation "4232"^^xsd:string ;
339 -.
340 -SCCS:SAB_424
341 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
342 - rdf:type owl:Class ;
343 - rdfs:label "Other fabrication activities"^^xsd:string ;
344 - rdfs:subClassOf SCCS:SAB_42 ;
345 - skos:notation "424"^^xsd:string ;
346 -.
347 -SCCS:SAB_4241
348 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
349 - rdf:type owl:Class ;
350 - rdfs:label "Prefabrication"^^xsd:string ;
351 - rdfs:subClassOf SCCS:SAB_424 ;
352 - skos:notation "4241"^^xsd:string ;
353 -.
354 -SCCS:SAB_4242
355 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
356 - rdf:type owl:Class ;
357 - rdfs:label "Installation/assembly/erection"^^xsd:string ;
358 - rdfs:subClassOf SCCS:SAB_424 ;
359 - skos:notation "4242"^^xsd:string ;
360 -.
361 -SCCS:SAB_425
362 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
363 - rdf:type owl:Class ;
364 - rdfs:label "Modification"^^xsd:string ;
365 - rdfs:subClassOf SCCS:SAB_42 ;
366 - skos:notation "425"^^xsd:string ;
367 -.
368 -SCCS:SAB_4251
369 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
370 - rdf:type owl:Class ;
371 - rdfs:label "Stripping/dismantling"^^xsd:string ;
372 - rdfs:subClassOf SCCS:SAB_425 ;
373 - skos:notation "4251"^^xsd:string ;
374 -.
375 -SCCS:SAB_4252
376 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
377 - rdf:type owl:Class ;
378 - rdfs:label "Refitting"^^xsd:string ;
379 - rdfs:subClassOf SCCS:SAB_425 ;
380 - skos:notation "4252"^^xsd:string ;
381 -.
382 -SCCS:SAB_4253
383 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
384 - rdf:type owl:Class ;
385 - rdfs:label "Revamp"^^xsd:string ;
386 - rdfs:subClassOf SCCS:SAB_425 ;
387 - skos:notation "4253"^^xsd:string ;
388 -.
389 -SCCS:SAB_426
390 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
391 - rdf:type owl:Class ;
392 - rdfs:label "Vendor assistance"^^xsd:string ;
393 - rdfs:subClassOf SCCS:SAB_42 ;
394 - skos:notation "426"^^xsd:string ;
395 -.
396 -SCCS:SAB_427
397 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
398 - rdf:type owl:Class ;
399 - rdfs:label "Commissioning"^^xsd:string ;
400 - rdfs:subClassOf SCCS:SAB_42 ;
401 - skos:notation "427"^^xsd:string ;
402 -.
403 -SCCS:SAB_43
404 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
405 - rdf:type owl:Class ;
406 - rdfs:label "Inshore construction"^^xsd:string ;
407 - rdfs:subClassOf SCCS:SAB_4 ;
408 - skos:notation "43"^^xsd:string ;
409 -.
410 -SCCS:SAB_431
411 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
412 - rdf:type owl:Class ;
413 - rdfs:label "Mobilisation"^^xsd:string ;
414 - rdfs:subClassOf SCCS:SAB_43 ;
415 - skos:notation "431"^^xsd:string ;
416 -.
417 -SCCS:SAB_432
418 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
419 - rdf:type owl:Class ;
420 - rdfs:label "Civil work"^^xsd:string ;
421 - rdfs:subClassOf SCCS:SAB_43 ;
422 - skos:notation "432"^^xsd:string ;
423 -.
424 -SCCS:SAB_433
425 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
426 - rdf:type owl:Class ;
427 - rdfs:label "Major Assemblies"^^xsd:string ;
428 - rdfs:subClassOf SCCS:SAB_43 ;
429 - skos:notation "433"^^xsd:string ;
430 -.
431 -SCCS:SAB_4331
432 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
433 - rdf:type owl:Class ;
434 - rdfs:label "Prefabrication"^^xsd:string ;
435 - rdfs:subClassOf SCCS:SAB_433 ;
436 - skos:notation "4331"^^xsd:string ;
437 -.
438 -SCCS:SAB_4332
439 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
440 - rdf:type owl:Class ;
441 - rdfs:label "Installation/assembly/erection"^^xsd:string ;
442 - rdfs:subClassOf SCCS:SAB_433 ;
443 - skos:notation "4332"^^xsd:string ;
444 -.
445 -SCCS:SAB_434
446 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
447 - rdf:type owl:Class ;
448 - rdfs:label "Other fabrication activities"^^xsd:string ;
449 - rdfs:subClassOf SCCS:SAB_43 ;
450 - skos:notation "434"^^xsd:string ;
451 -.
452 -SCCS:SAB_4341
453 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
454 - rdf:type owl:Class ;
455 - rdfs:label "Prefabrication"^^xsd:string ;
456 - rdfs:subClassOf SCCS:SAB_434 ;
457 - skos:notation "4341"^^xsd:string ;
458 -.
459 -SCCS:SAB_4342
460 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
461 - rdf:type owl:Class ;
462 - rdfs:label "Installation/assembly/erection"^^xsd:string ;
463 - rdfs:subClassOf SCCS:SAB_434 ;
464 - skos:notation "4342"^^xsd:string ;
465 -.
466 -SCCS:SAB_435
467 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
468 - rdf:type owl:Class ;
469 - rdfs:label "Modification"^^xsd:string ;
470 - rdfs:subClassOf SCCS:SAB_43 ;
471 - skos:notation "435"^^xsd:string ;
472 -.
473 -SCCS:SAB_4351
474 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
475 - rdf:type owl:Class ;
476 - rdfs:label "Stripping/dismantling"^^xsd:string ;
477 - rdfs:subClassOf SCCS:SAB_435 ;
478 - skos:notation "4351"^^xsd:string ;
479 -.
480 -SCCS:SAB_4352
481 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
482 - rdf:type owl:Class ;
483 - rdfs:label "Refitting"^^xsd:string ;
484 - rdfs:subClassOf SCCS:SAB_435 ;
485 - skos:notation "4352"^^xsd:string ;
486 -.
487 -SCCS:SAB_4353
488 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
489 - rdf:type owl:Class ;
490 - rdfs:label "Revamp"^^xsd:string ;
491 - rdfs:subClassOf SCCS:SAB_435 ;
492 - skos:notation "4353"^^xsd:string ;
493 -.
494 -SCCS:SAB_4354
495 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
496 - rdf:type owl:Class ;
497 - rdfs:label "Relocate"^^xsd:string ;
498 - rdfs:subClassOf SCCS:SAB_435 ;
499 - skos:notation "4354"^^xsd:string ;
500 -.
501 -SCCS:SAB_436
502 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
503 - rdf:type owl:Class ;
504 - rdfs:label "Vendor assistance"^^xsd:string ;
505 - rdfs:subClassOf SCCS:SAB_43 ;
506 - skos:notation "436"^^xsd:string ;
507 -.
508 -SCCS:SAB_437
509 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
510 - rdf:type owl:Class ;
511 - rdfs:label "Commissioning"^^xsd:string ;
512 - rdfs:subClassOf SCCS:SAB_43 ;
513 - skos:notation "437"^^xsd:string ;
514 -.
515 -SCCS:SAB_44
516 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
517 - rdf:type owl:Class ;
518 - rdfs:label "Offshore construction"^^xsd:string ;
519 - rdfs:subClassOf SCCS:SAB_4 ;
520 - skos:notation "44"^^xsd:string ;
521 -.
522 -SCCS:SAB_441
523 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
524 - rdf:type owl:Class ;
525 - rdfs:label "Mobilisation"^^xsd:string ;
526 - rdfs:subClassOf SCCS:SAB_44 ;
527 - skos:notation "441"^^xsd:string ;
528 -.
529 -SCCS:SAB_442
530 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
531 - rdf:type owl:Class ;
532 - rdfs:label "Civil work"^^xsd:string ;
533 - rdfs:subClassOf SCCS:SAB_44 ;
534 - skos:notation "442"^^xsd:string ;
535 -.
536 -SCCS:SAB_443
537 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
538 - rdf:type owl:Class ;
539 - rdfs:label "Activities related to major assemblies"^^xsd:string ;
540 - rdfs:subClassOf SCCS:SAB_44 ;
541 - skos:notation "443"^^xsd:string ;
542 -.
543 -SCCS:SAB_4431
544 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
545 - rdf:type owl:Class ;
546 - rdfs:label "Prefabrication"^^xsd:string ;
547 - rdfs:subClassOf SCCS:SAB_443 ;
548 - skos:notation "4431"^^xsd:string ;
549 -.
550 -SCCS:SAB_4432
551 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
552 - rdf:type owl:Class ;
553 - rdfs:label "Installation/assembly/erection"^^xsd:string ;
554 - rdfs:subClassOf SCCS:SAB_443 ;
555 - skos:notation "4432"^^xsd:string ;
556 -.
557 -SCCS:SAB_444
558 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
559 - rdf:type owl:Class ;
560 - rdfs:label "Other fabrication activities"^^xsd:string ;
561 - rdfs:subClassOf SCCS:SAB_44 ;
562 - skos:notation "444"^^xsd:string ;
563 -.
564 -SCCS:SAB_4441
565 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
566 - rdf:type owl:Class ;
567 - rdfs:label "Prefabrication"^^xsd:string ;
568 - rdfs:subClassOf SCCS:SAB_444 ;
569 - skos:notation "4441"^^xsd:string ;
570 -.
571 -SCCS:SAB_4442
572 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
573 - rdf:type owl:Class ;
574 - rdfs:label "Installation/assembly/erection"^^xsd:string ;
575 - rdfs:subClassOf SCCS:SAB_444 ;
576 - skos:notation "4442"^^xsd:string ;
577 -.
578 -SCCS:SAB_445
579 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
580 - rdf:type owl:Class ;
581 - rdfs:label "Modification"^^xsd:string ;
582 - rdfs:subClassOf SCCS:SAB_44 ;
583 - skos:notation "445"^^xsd:string ;
584 -.
585 -SCCS:SAB_4451
586 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
587 - rdf:type owl:Class ;
588 - rdfs:label "Stripping/dismantling"^^xsd:string ;
589 - rdfs:subClassOf SCCS:SAB_445 ;
590 - skos:notation "4451"^^xsd:string ;
591 -.
592 -SCCS:SAB_4452
593 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
594 - rdf:type owl:Class ;
595 - rdfs:label "Refitting"^^xsd:string ;
596 - rdfs:subClassOf SCCS:SAB_445 ;
597 - skos:notation "4452"^^xsd:string ;
598 -.
599 -SCCS:SAB_4453
600 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
601 - rdf:type owl:Class ;
602 - rdfs:label "Revamp"^^xsd:string ;
603 - rdfs:subClassOf SCCS:SAB_445 ;
604 - skos:notation "4453"^^xsd:string ;
605 -.
606 -SCCS:SAB_4454
607 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
608 - rdf:type owl:Class ;
609 - rdfs:label "Relocate"^^xsd:string ;
610 - rdfs:subClassOf SCCS:SAB_445 ;
611 - skos:notation "4454"^^xsd:string ;
612 -.
613 -SCCS:SAB_446
614 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
615 - rdf:type owl:Class ;
616 - rdfs:label "Vendor assistance"^^xsd:string ;
617 - rdfs:subClassOf SCCS:SAB_44 ;
618 - skos:notation "446"^^xsd:string ;
619 -.
620 -SCCS:SAB_447
621 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
622 - rdf:type owl:Class ;
623 - rdfs:label "Commissioning"^^xsd:string ;
624 - rdfs:subClassOf SCCS:SAB_44 ;
625 - skos:notation "447"^^xsd:string ;
626 -.
627 -SCCS:SAB_4471
628 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
629 - rdf:type owl:Class ;
630 - rdfs:label "Commissioning"^^xsd:string ;
631 - rdfs:subClassOf SCCS:SAB_447 ;
632 - skos:notation "4471"^^xsd:string ;
633 -.
634 -SCCS:SAB_4472
635 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
636 - rdf:type owl:Class ;
637 - rdfs:label "Startup"^^xsd:string ;
638 - rdfs:subClassOf SCCS:SAB_447 ;
639 - skos:notation "4472"^^xsd:string ;
640 -.
641 -SCCS:SAB_448
642 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
643 - rdf:type owl:Class ;
644 - rdfs:label "Non-working hours (lunch, standby, etc)"^^xsd:string ;
645 - rdfs:subClassOf SCCS:SAB_44 ;
646 - skos:notation "448"^^xsd:string ;
647 -.
648 -SCCS:SAB_5
649 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
650 - rdf:type owl:Class ;
651 - rdfs:label "Operations"^^xsd:string ;
652 - rdfs:subClassOf ILAP:Activity ;
653 - skos:notation "5"^^xsd:string ;
654 -.
655 -SCCS:SAB_51
656 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
657 - rdf:type owl:Class ;
658 - rdfs:label "SAB 51: Landbased operations"^^xsd:string ;
659 - rdfs:subClassOf SCCS:SAB_5 ;
660 - skos:notation "51"^^xsd:string ;
661 -.
662 -SCCS:SAB_511
663 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
664 - rdf:type owl:Class ;
665 - rdfs:label "Lifting"^^xsd:string ;
666 - rdfs:subClassOf SCCS:SAB_51 ;
667 - skos:notation "511"^^xsd:string ;
668 -.
669 -SCCS:SAB_512
670 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
671 - rdf:type owl:Class ;
672 - rdfs:label "Transport"^^xsd:string ;
673 - rdfs:subClassOf SCCS:SAB_51 ;
674 - skos:notation "512"^^xsd:string ;
675 -.
676 -SCCS:SAB_513
677 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
678 - rdf:type owl:Class ;
679 - rdfs:label "Pipeline operations"^^xsd:string ;
680 - rdfs:subClassOf SCCS:SAB_51 ;
681 - skos:notation "513"^^xsd:string ;
682 -.
683 -SCCS:SAB_514
684 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
685 - rdf:type owl:Class ;
686 - rdfs:label "Cable operations"^^xsd:string ;
687 - rdfs:subClassOf SCCS:SAB_51 ;
688 - skos:notation "514"^^xsd:string ;
689 -.
690 -SCCS:SAB_515
691 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
692 - rdf:type owl:Class ;
693 - rdfs:label "Other landbased operations"^^xsd:string ;
694 - rdfs:subClassOf SCCS:SAB_51 ;
695 - skos:notation "515"^^xsd:string ;
696 -.
697 -SCCS:SAB_52
698 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
699 - rdf:type owl:Class ;
700 - rdfs:label "Offshore operations"^^xsd:string ;
701 - rdfs:subClassOf SCCS:SAB_5 ;
702 - skos:notation "52"^^xsd:string ;
703 -.
704 -SCCS:SAB_521
705 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
706 - rdf:type owl:Class ;
707 - rdfs:label "Survey"^^xsd:string ;
708 - rdfs:subClassOf SCCS:SAB_52 ;
709 - skos:notation "521"^^xsd:string ;
710 -.
711 -SCCS:SAB_522
712 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
713 - rdf:type owl:Class ;
714 - rdfs:label "Seabed preparation"^^xsd:string ;
715 - rdfs:subClassOf SCCS:SAB_52 ;
716 - skos:notation "522"^^xsd:string ;
717 -.
718 -SCCS:SAB_5221
719 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
720 - rdf:type owl:Class ;
721 - rdfs:label "Trenching"^^xsd:string ;
722 - rdfs:subClassOf SCCS:SAB_522 ;
723 - skos:notation "5221"^^xsd:string ;
724 -.
725 -SCCS:SAB_5222
726 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
727 - rdf:type owl:Class ;
728 - rdfs:label "Dredging"^^xsd:string ;
729 - rdfs:subClassOf SCCS:SAB_522 ;
730 - skos:notation "5222"^^xsd:string ;
731 -.
732 -SCCS:SAB_5223
733 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
734 - rdf:type owl:Class ;
735 - rdfs:label "Back filling"^^xsd:string ;
736 - rdfs:subClassOf SCCS:SAB_522 ;
737 - skos:notation "5223"^^xsd:string ;
738 -.
739 -SCCS:SAB_5224
740 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
741 - rdf:type owl:Class ;
742 - rdfs:label "Rock dumping"^^xsd:string ;
743 - rdfs:subClassOf SCCS:SAB_522 ;
744 - skos:notation "5224"^^xsd:string ;
745 -.
746 -SCCS:SAB_523
747 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
748 - rdf:type owl:Class ;
749 - rdfs:label "Installation"^^xsd:string ;
750 - rdfs:subClassOf SCCS:SAB_52 ;
751 - skos:notation "523"^^xsd:string ;
752 -.
753 -SCCS:SAB_5231
754 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
755 - rdf:type owl:Class ;
756 - rdfs:label "Lifting"^^xsd:string ;
757 - rdfs:subClassOf SCCS:SAB_523 ;
758 - skos:notation "5231"^^xsd:string ;
759 -.
760 -SCCS:SAB_5232
761 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
762 - rdf:type owl:Class ;
763 - rdfs:label "Piling"^^xsd:string ;
764 - rdfs:subClassOf SCCS:SAB_523 ;
765 - skos:notation "5232"^^xsd:string ;
766 -.
767 -SCCS:SAB_5233
768 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
769 - rdf:type owl:Class ;
770 - rdfs:label "Grouting"^^xsd:string ;
771 - rdfs:subClassOf SCCS:SAB_523 ;
772 - skos:notation "5233"^^xsd:string ;
773 -.
774 -SCCS:SAB_5234
775 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
776 - rdf:type owl:Class ;
777 - rdfs:label "Mating"^^xsd:string ;
778 - rdfs:subClassOf SCCS:SAB_523 ;
779 - skos:notation "5234"^^xsd:string ;
780 -.
781 -SCCS:SAB_524
782 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
783 - rdf:type owl:Class ;
784 - rdfs:label "Pipeline operations"^^xsd:string ;
785 - rdfs:subClassOf SCCS:SAB_52 ;
786 - skos:notation "524"^^xsd:string ;
787 -.
788 -SCCS:SAB_5241
789 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
790 - rdf:type owl:Class ;
791 - rdfs:label "Pipelaying"^^xsd:string ;
792 - rdfs:subClassOf SCCS:SAB_524 ;
793 - skos:notation "5241"^^xsd:string ;
794 -.
795 -SCCS:SAB_5242
796 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
797 - rdf:type owl:Class ;
798 - rdfs:label "Tie-in"^^xsd:string ;
799 - rdfs:subClassOf SCCS:SAB_524 ;
800 - skos:notation "5242"^^xsd:string ;
801 -.
802 -SCCS:SAB_5243
803 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
804 - rdf:type owl:Class ;
805 - rdfs:label "Hydrotesting"^^xsd:string ;
806 - rdfs:subClassOf SCCS:SAB_524 ;
807 - skos:notation "5243"^^xsd:string ;
808 -.
809 -SCCS:SAB_5244
810 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
811 - rdf:type owl:Class ;
812 - rdfs:label "RFO"^^xsd:string ;
813 - rdfs:subClassOf SCCS:SAB_524 ;
814 - skos:notation "5244"^^xsd:string ;
815 -.
816 -SCCS:SAB_525
817 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
818 - rdf:type owl:Class ;
819 - rdfs:label "Umbilical and cable operations"^^xsd:string ;
820 - rdfs:subClassOf SCCS:SAB_52 ;
821 - skos:notation "525"^^xsd:string ;
822 -.
823 -SCCS:SAB_5251
824 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
825 - rdf:type owl:Class ;
826 - rdfs:label "Laying"^^xsd:string ;
827 - rdfs:subClassOf SCCS:SAB_525 ;
828 - skos:notation "5251"^^xsd:string ;
829 -.
830 -SCCS:SAB_5252
831 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
832 - rdf:type owl:Class ;
833 - rdfs:label "Pull-in and connection"^^xsd:string ;
834 - rdfs:subClassOf SCCS:SAB_525 ;
835 - skos:notation "5252"^^xsd:string ;
836 -.
837 -SCCS:SAB_5253
838 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
839 - rdf:type owl:Class ;
840 - rdfs:label "Testing"^^xsd:string ;
841 - rdfs:subClassOf SCCS:SAB_525 ;
842 - skos:notation "5253"^^xsd:string ;
843 -.
844 -SCCS:SAB_526
845 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
846 - rdf:type owl:Class ;
847 - rdfs:label "Transport"^^xsd:string ;
848 - rdfs:subClassOf SCCS:SAB_52 ;
849 - skos:notation "526"^^xsd:string ;
850 -.
851 -SCCS:SAB_5261
852 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
853 - rdf:type owl:Class ;
854 - rdfs:label "Towing"^^xsd:string ;
855 - rdfs:subClassOf SCCS:SAB_526 ;
856 - skos:notation "5261"^^xsd:string ;
857 -.
858 -SCCS:SAB_5262
859 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
860 - rdf:type owl:Class ;
861 - rdfs:label "Heavy lift transport"^^xsd:string ;
862 - rdfs:subClassOf SCCS:SAB_526 ;
863 - skos:notation "5262"^^xsd:string ;
864 -.
865 -SCCS:SAB_527
866 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
867 - rdf:type owl:Class ;
868 - rdfs:label "Subsea structure operations"^^xsd:string ;
869 - rdfs:subClassOf SCCS:SAB_52 ;
870 - skos:notation "527"^^xsd:string ;
871 -.
872 -SCCS:SAB_5271
873 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
874 - rdf:type owl:Class ;
875 - rdfs:label "Testing"^^xsd:string ;
876 - rdfs:subClassOf SCCS:SAB_527 ;
877 - skos:notation "5271"^^xsd:string ;
878 -.
879 -SCCS:SAB_5272
880 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
881 - rdf:type owl:Class ;
882 - rdfs:label "Installation"^^xsd:string ;
883 - rdfs:subClassOf SCCS:SAB_527 ;
884 - skos:notation "5272"^^xsd:string ;
885 -.
886 -SCCS:SAB_5273
887 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
888 - rdf:type owl:Class ;
889 - rdfs:label "Commissioning"^^xsd:string ;
890 - rdfs:subClassOf SCCS:SAB_527 ;
891 - skos:notation "5273"^^xsd:string ;
892 -.
893 -SCCS:SAB_528
894 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
895 - rdf:type owl:Class ;
896 - rdfs:label "Particular abandonment operations"^^xsd:string ;
897 - rdfs:subClassOf SCCS:SAB_52 ;
898 - skos:notation "528"^^xsd:string ;
899 -.
900 -SCCS:SAB_5281
901 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
902 - rdf:type owl:Class ;
903 - rdfs:label "Cutting of structures"^^xsd:string ;
904 - rdfs:subClassOf SCCS:SAB_528 ;
905 - skos:notation "5281"^^xsd:string ;
906 -.
907 -SCCS:SAB_5282
908 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
909 - rdf:type owl:Class ;
910 - rdfs:label "Topling"^^xsd:string ;
911 - rdfs:subClassOf SCCS:SAB_528 ;
912 - skos:notation "5282"^^xsd:string ;
913 -.
914 -SCCS:SAB_5283
915 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
916 - rdf:type owl:Class ;
917 - rdfs:label "Removal/lifting"^^xsd:string ;
918 - rdfs:subClassOf SCCS:SAB_528 ;
919 - skos:notation "5283"^^xsd:string ;
920 -.
921 -SCCS:SAB_5284
922 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
923 - rdf:type owl:Class ;
924 - rdfs:label "Transport and dumping"^^xsd:string ;
925 - rdfs:subClassOf SCCS:SAB_528 ;
926 - skos:notation "5284"^^xsd:string ;
927 -.
928 -SCCS:SAB_53
929 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
930 - rdf:type owl:Class ;
931 - rdfs:label "Logistics"^^xsd:string ;
932 - rdfs:subClassOf SCCS:SAB_5 ;
933 - skos:notation "53"^^xsd:string ;
934 -.
935 -SCCS:SAB_531
936 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
937 - rdf:type owl:Class ;
938 - rdfs:label "Supply base/terminal"^^xsd:string ;
939 - rdfs:subClassOf SCCS:SAB_53 ;
940 - skos:notation "531"^^xsd:string ;
941 -.
942 -SCCS:SAB_532
943 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
944 - rdf:type owl:Class ;
945 - rdfs:label "Supply and distribution"^^xsd:string ;
946 - rdfs:subClassOf SCCS:SAB_53 ;
947 - skos:notation "532"^^xsd:string ;
948 -.
949 -SCCS:SAB_533
950 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
951 - rdf:type owl:Class ;
952 - rdfs:label "Personnel transport"^^xsd:string ;
953 - rdfs:subClassOf SCCS:SAB_53 ;
954 - skos:notation "533"^^xsd:string ;
955 -.
956 -SCCS:SAB_534
957 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
958 - rdf:type owl:Class ;
959 - rdfs:label "Flotel/LQ/camps"^^xsd:string ;
960 - rdfs:subClassOf SCCS:SAB_53 ;
961 - skos:notation "534"^^xsd:string ;
962 -.
963 -SCCS:SAB_54
964 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
965 - rdf:type owl:Class ;
966 - rdfs:label "Drilling and completion"^^xsd:string ;
967 - rdfs:subClassOf SCCS:SAB_5 ;
968 - skos:notation "54"^^xsd:string ;
969 -.
970 -SCCS:SAB_541
971 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
972 - rdf:type owl:Class ;
973 - rdfs:label "Onshore drilling and completion"^^xsd:string ;
974 - rdfs:subClassOf SCCS:SAB_54 ;
975 - skos:notation "541"^^xsd:string ;
976 -.
977 -SCCS:SAB_5411
978 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
979 - rdf:type owl:Class ;
980 - rdfs:label "Fixed rig drilling"^^xsd:string ;
981 - rdfs:subClassOf SCCS:SAB_541 ;
982 - skos:notation "5411"^^xsd:string ;
983 -.
984 -SCCS:SAB_5412
985 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
986 - rdf:type owl:Class ;
987 - rdfs:label "Mobile rig drilling"^^xsd:string ;
988 - rdfs:subClassOf SCCS:SAB_541 ;
989 - skos:notation "5412"^^xsd:string ;
990 -.
991 -SCCS:SAB_542
992 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
993 - rdf:type owl:Class ;
994 - rdfs:label "Offshore drilling and completion"^^xsd:string ;
995 - rdfs:subClassOf SCCS:SAB_54 ;
996 - skos:notation "542"^^xsd:string ;
997 -.
998 -SCCS:SAB_5421
999 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
1000 - rdf:type owl:Class ;
1001 - rdfs:label "Predrilling"^^xsd:string ;
1002 - rdfs:subClassOf SCCS:SAB_542 ;
1003 - skos:notation "5421"^^xsd:string ;
1004 -.
1005 -SCCS:SAB_5422
1006 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
1007 - rdf:type owl:Class ;
1008 - rdfs:label "Subsea drilling"^^xsd:string ;
1009 - rdfs:subClassOf SCCS:SAB_542 ;
1010 - skos:notation "5422"^^xsd:string ;
1011 -.
1012 -SCCS:SAB_5423
1013 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
1014 - rdf:type owl:Class ;
1015 - rdfs:label "Platform drilling"^^xsd:string ;
1016 - rdfs:subClassOf SCCS:SAB_542 ;
1017 - skos:notation "5423"^^xsd:string ;
1018 -.
1019 -SCCS:SAB_6
1020 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
1021 - rdf:type owl:Class ;
1022 - rdfs:label "Unit work activities"^^xsd:string ;
1023 - rdfs:subClassOf ILAP:Activity ;
1024 - skos:notation "6"^^xsd:string ;
1025 -.
1026 -SCCS:SAB_7
1027 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
1028 - rdf:type owl:Class ;
1029 - rdfs:label "General"^^xsd:string ;
1030 - rdfs:subClassOf ILAP:Activity ;
1031 - skos:notation "7"^^xsd:string ;
1032 -.
1033 -SCCS:SAB_D
1034 - rdf:type owl:Class ;
1035 - rdfs:label "SAB development phase"^^xsd:string ;
1036 - rdfs:subClassOf ILAP:Activity ;
1037 -.
1038 -SCCS:SAB_E
1039 - rdf:type owl:Class ;
1040 - rdfs:label "SAB exploration phase"^^xsd:string ;
1041 - rdfs:subClassOf ILAP:Activity ;
1042 -.
1043 -SCCS:SAB_O
1044 - rdf:type owl:Class ;
1045 - rdfs:label "SAB operation phase"^^xsd:string ;
1046 - rdfs:subClassOf ILAP:Activity ;
1047 -.
1048 -SCCS:SAB_P
1049 - rdf:type owl:Class ;
1050 - rdfs:label "SAB planning phase"^^xsd:string ;
1051 - rdfs:subClassOf ILAP:Activity ;
1052 -.
1053 -SCCS:SAB_R
1054 - rdf:type owl:Class ;
1055 - rdfs:label "SAB removal phase"^^xsd:string ;
1056 - rdfs:subClassOf ILAP:Activity ;
1057 -.
1058 -SCCS:SAB_S
1059 - rdf:type owl:Class ;
1060 - rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ;
1061 - rdfs:subClassOf ILAP:Activity ;
1062 -.
......
...@@ -35,12 +35,14 @@ ...@@ -35,12 +35,14 @@
35 rdfs:subClassOf :ActivityStatusValue ; 35 rdfs:subClassOf :ActivityStatusValue ;
36 . 36 .
37 :Activity 37 :Activity
38 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
38 rdf:type lci:ClassOfIndividual ; 39 rdf:type lci:ClassOfIndividual ;
39 rdf:type owl:Class ; 40 rdf:type owl:Class ;
40 :shouldHaveID "true" ; 41 :shouldHaveID "true" ;
41 rdfs:comment "A Possible Individual that is something a person or group plans to do, does or has done in order to bring about defined change while consuming time and resources. An activity is generally the smallest portion of a Project used in planning, tracking, and control (adapted from ISO 15926, PMI and BSI)."^^xsd:string ; 42 rdfs:comment "A Possible Individual that is something a person or group plans to do, does or has done in order to bring about defined change while consuming time and resources. An activity is generally the smallest portion of a Project used in planning, tracking, and control (adapted from ISO 15926, PMI and BSI)."^^xsd:string ;
42 rdfs:label "Activity"^^xsd:string ; 43 rdfs:label "Activity"^^xsd:string ;
43 rdfs:subClassOf :PossibleIndividual ; 44 rdfs:subClassOf :PossibleIndividual ;
45 + rdfs:subClassOf owl:Thing ;
44 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS3149> ; 46 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS3149> ;
45 . 47 .
46 :ActivityCarriedOutOnHCsystems 48 :ActivityCarriedOutOnHCsystems
...@@ -2375,6 +2377,1044 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2375,6 +2377,1044 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2375 rdf:type owl:Class ; 2377 rdf:type owl:Class ;
2376 rdfs:subClassOf :Activity ; 2378 rdfs:subClassOf :Activity ;
2377 . 2379 .
2380 +:SAB_1
2381 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2382 + rdf:type owl:Class ;
2383 + rdfs:label "Management"^^xsd:string ;
2384 + rdfs:subClassOf :Activity ;
2385 + <http://www.w3.org/2004/02/skos/core#notation> "1"^^xsd:string ;
2386 +.
2387 +:SAB_11
2388 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2389 + rdf:type owl:Class ;
2390 + rdfs:label "Project management"^^xsd:string ;
2391 + rdfs:subClassOf :SAB_1 ;
2392 + <http://www.w3.org/2004/02/skos/core#notation> "11"^^xsd:string ;
2393 +.
2394 +:SAB_12
2395 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2396 + rdf:type owl:Class ;
2397 + rdfs:label "Construction management"^^xsd:string ;
2398 + rdfs:subClassOf :SAB_1 ;
2399 + <http://www.w3.org/2004/02/skos/core#notation> "12"^^xsd:string ;
2400 +.
2401 +:SAB_13
2402 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2403 + rdf:type owl:Class ;
2404 + rdfs:label "External services"^^xsd:string ;
2405 + rdfs:subClassOf :SAB_1 ;
2406 + <http://www.w3.org/2004/02/skos/core#notation> "13"^^xsd:string ;
2407 +.
2408 +:SAB_2
2409 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2410 + rdf:type owl:Class ;
2411 + rdfs:label "Engineering and procurement"^^xsd:string ;
2412 + rdfs:subClassOf :Activity ;
2413 + <http://www.w3.org/2004/02/skos/core#notation> "2"^^xsd:string ;
2414 +.
2415 +:SAB_21
2416 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2417 + rdf:type owl:Class ;
2418 + rdfs:label "Engineering"^^xsd:string ;
2419 + rdfs:subClassOf :SAB_2 ;
2420 + <http://www.w3.org/2004/02/skos/core#notation> "21"^^xsd:string ;
2421 +.
2422 +:SAB_211
2423 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2424 + rdf:type owl:Class ;
2425 + rdfs:label "Pre-engineering"^^xsd:string ;
2426 + rdfs:subClassOf :SAB_21 ;
2427 + <http://www.w3.org/2004/02/skos/core#notation> "211"^^xsd:string ;
2428 +.
2429 +:SAB_212
2430 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2431 + rdf:type owl:Class ;
2432 + rdfs:label "Design engineering"^^xsd:string ;
2433 + rdfs:subClassOf :SAB_21 ;
2434 + <http://www.w3.org/2004/02/skos/core#notation> "212"^^xsd:string ;
2435 +.
2436 +:SAB_213
2437 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2438 + rdf:type owl:Class ;
2439 + rdfs:label "Fabrication engineering"^^xsd:string ;
2440 + rdfs:subClassOf :SAB_21 ;
2441 + <http://www.w3.org/2004/02/skos/core#notation> "213"^^xsd:string ;
2442 +.
2443 +:SAB_22
2444 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2445 + rdf:type owl:Class ;
2446 + rdfs:label "Procurement"^^xsd:string ;
2447 + rdfs:subClassOf :SAB_2 ;
2448 + <http://www.w3.org/2004/02/skos/core#notation> "22"^^xsd:string ;
2449 +.
2450 +:SAB_23
2451 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2452 + rdf:type owl:Class ;
2453 + rdfs:label "Construction supervision"^^xsd:string ;
2454 + rdfs:subClassOf :SAB_2 ;
2455 + <http://www.w3.org/2004/02/skos/core#notation> "23"^^xsd:string ;
2456 +.
2457 +:SAB_3
2458 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2459 + rdf:type owl:Class ;
2460 + rdfs:label "Material deliveries"^^xsd:string ;
2461 + rdfs:subClassOf :Activity ;
2462 + <http://www.w3.org/2004/02/skos/core#notation> "3"^^xsd:string ;
2463 +.
2464 +:SAB_31
2465 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2466 + rdf:type owl:Class ;
2467 + rdfs:label "Equipment"^^xsd:string ;
2468 + rdfs:subClassOf :SAB_3 ;
2469 + <http://www.w3.org/2004/02/skos/core#notation> "31"^^xsd:string ;
2470 +.
2471 +:SAB_311
2472 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2473 + rdf:type owl:Class ;
2474 + rdfs:label "Company provided equipment"^^xsd:string ;
2475 + rdfs:subClassOf :SAB_31 ;
2476 + <http://www.w3.org/2004/02/skos/core#notation> "311"^^xsd:string ;
2477 +.
2478 +:SAB_312
2479 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2480 + rdf:type owl:Class ;
2481 + rdfs:label "Contractor provided equipment"^^xsd:string ;
2482 + rdfs:subClassOf :SAB_31 ;
2483 + <http://www.w3.org/2004/02/skos/core#notation> "312"^^xsd:string ;
2484 +.
2485 +:SAB_313
2486 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2487 + rdf:type owl:Class ;
2488 + rdfs:label "Surplus equipment"^^xsd:string ;
2489 + rdfs:subClassOf :SAB_31 ;
2490 + <http://www.w3.org/2004/02/skos/core#notation> "313"^^xsd:string ;
2491 +.
2492 +:SAB_32
2493 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2494 + rdf:type owl:Class ;
2495 + rdfs:label "Bulk"^^xsd:string ;
2496 + rdfs:subClassOf :SAB_3 ;
2497 + <http://www.w3.org/2004/02/skos/core#notation> "32"^^xsd:string ;
2498 +.
2499 +:SAB_321
2500 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2501 + rdf:type owl:Class ;
2502 + rdfs:label "Company provided bulk"^^xsd:string ;
2503 + rdfs:subClassOf :SAB_32 ;
2504 + <http://www.w3.org/2004/02/skos/core#notation> "321"^^xsd:string ;
2505 +.
2506 +:SAB_322
2507 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2508 + rdf:type owl:Class ;
2509 + rdfs:label "Contractor provided bulk"^^xsd:string ;
2510 + rdfs:subClassOf :SAB_32 ;
2511 + <http://www.w3.org/2004/02/skos/core#notation> "322"^^xsd:string ;
2512 +.
2513 +:SAB_323
2514 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2515 + rdf:type owl:Class ;
2516 + rdfs:label "Surplus bulk"^^xsd:string ;
2517 + rdfs:subClassOf :SAB_32 ;
2518 + <http://www.w3.org/2004/02/skos/core#notation> "323"^^xsd:string ;
2519 +.
2520 +:SAB_33
2521 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2522 + rdf:type owl:Class ;
2523 + rdfs:label "Spare parts"^^xsd:string ;
2524 + rdfs:subClassOf :SAB_3 ;
2525 + <http://www.w3.org/2004/02/skos/core#notation> "33"^^xsd:string ;
2526 +.
2527 +:SAB_4
2528 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2529 + rdf:type owl:Class ;
2530 + rdfs:label "Construction"^^xsd:string ;
2531 + rdfs:subClassOf :Activity ;
2532 + <http://www.w3.org/2004/02/skos/core#notation> "4"^^xsd:string ;
2533 +.
2534 +:SAB_41
2535 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2536 + rdf:type owl:Class ;
2537 + rdfs:label "Onshore construction"^^xsd:string ;
2538 + rdfs:subClassOf :SAB_4 ;
2539 + <http://www.w3.org/2004/02/skos/core#notation> "41"^^xsd:string ;
2540 +.
2541 +:SAB_411
2542 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2543 + rdf:type owl:Class ;
2544 + rdfs:label "Mobilisation"^^xsd:string ;
2545 + rdfs:subClassOf :SAB_41 ;
2546 + <http://www.w3.org/2004/02/skos/core#notation> "411"^^xsd:string ;
2547 +.
2548 +:SAB_412
2549 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2550 + rdf:type owl:Class ;
2551 + rdfs:label "Civil Work"^^xsd:string ;
2552 + rdfs:subClassOf :SAB_41 ;
2553 + <http://www.w3.org/2004/02/skos/core#notation> "412"^^xsd:string ;
2554 +.
2555 +:SAB_413
2556 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2557 + rdf:type owl:Class ;
2558 + rdfs:label "Fabrication of major assemblies"^^xsd:string ;
2559 + rdfs:subClassOf :SAB_41 ;
2560 + <http://www.w3.org/2004/02/skos/core#notation> "413"^^xsd:string ;
2561 +.
2562 +:SAB_4131
2563 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2564 + rdf:type owl:Class ;
2565 + rdfs:label "Prefabrication"^^xsd:string ;
2566 + rdfs:subClassOf :SAB_413 ;
2567 + <http://www.w3.org/2004/02/skos/core#notation> "4131"^^xsd:string ;
2568 +.
2569 +:SAB_4132
2570 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2571 + rdf:type owl:Class ;
2572 + rdfs:label "Installation/assembly/erection"^^xsd:string ;
2573 + rdfs:subClassOf :SAB_413 ;
2574 + <http://www.w3.org/2004/02/skos/core#notation> "4132"^^xsd:string ;
2575 +.
2576 +:SAB_414
2577 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2578 + rdf:type owl:Class ;
2579 + rdfs:label "Other Prefabrication"^^xsd:string ;
2580 + rdfs:subClassOf :SAB_41 ;
2581 + <http://www.w3.org/2004/02/skos/core#notation> "414"^^xsd:string ;
2582 +.
2583 +:SAB_4141
2584 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2585 + rdf:type owl:Class ;
2586 + rdfs:label "Prefabrication"^^xsd:string ;
2587 + rdfs:subClassOf :SAB_414 ;
2588 + <http://www.w3.org/2004/02/skos/core#notation> "4141"^^xsd:string ;
2589 +.
2590 +:SAB_4142
2591 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2592 + rdf:type owl:Class ;
2593 + rdfs:label "Installation/assembly/erection"^^xsd:string ;
2594 + rdfs:subClassOf :SAB_414 ;
2595 + <http://www.w3.org/2004/02/skos/core#notation> "4142"^^xsd:string ;
2596 +.
2597 +:SAB_415
2598 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2599 + rdf:type owl:Class ;
2600 + rdfs:label "Modification"^^xsd:string ;
2601 + rdfs:subClassOf :SAB_41 ;
2602 + <http://www.w3.org/2004/02/skos/core#notation> "415"^^xsd:string ;
2603 +.
2604 +:SAB_4151
2605 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2606 + rdf:type owl:Class ;
2607 + rdfs:label "Stripping / Dismantling"^^xsd:string ;
2608 + rdfs:subClassOf :SAB_415 ;
2609 + <http://www.w3.org/2004/02/skos/core#notation> "4151"^^xsd:string ;
2610 +.
2611 +:SAB_4152
2612 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2613 + rdf:type owl:Class ;
2614 + rdfs:label "Refitting"^^xsd:string ;
2615 + rdfs:subClassOf :SAB_415 ;
2616 + <http://www.w3.org/2004/02/skos/core#notation> "4152"^^xsd:string ;
2617 +.
2618 +:SAB_4153
2619 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2620 + rdf:type owl:Class ;
2621 + rdfs:label "Revamp"^^xsd:string ;
2622 + rdfs:subClassOf :SAB_415 ;
2623 + <http://www.w3.org/2004/02/skos/core#notation> "4153"^^xsd:string ;
2624 +.
2625 +:SAB_4154
2626 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2627 + rdf:type owl:Class ;
2628 + rdfs:label "Relocate"^^xsd:string ;
2629 + rdfs:subClassOf :SAB_415 ;
2630 + <http://www.w3.org/2004/02/skos/core#notation> "4154"^^xsd:string ;
2631 +.
2632 +:SAB_417
2633 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2634 + rdf:type owl:Class ;
2635 + rdfs:label "Commissioning"^^xsd:string ;
2636 + rdfs:subClassOf :SAB_41 ;
2637 + <http://www.w3.org/2004/02/skos/core#notation> "417"^^xsd:string ;
2638 +.
2639 +:SAB_4171
2640 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2641 + rdf:type owl:Class ;
2642 + rdfs:label "Commissioning"^^xsd:string ;
2643 + rdfs:subClassOf :SAB_417 ;
2644 + <http://www.w3.org/2004/02/skos/core#notation> "4171"^^xsd:string ;
2645 +.
2646 +:SAB_4172
2647 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2648 + rdf:type owl:Class ;
2649 + rdfs:label "Startup"^^xsd:string ;
2650 + rdfs:subClassOf :SAB_417 ;
2651 + <http://www.w3.org/2004/02/skos/core#notation> "4172"^^xsd:string ;
2652 +.
2653 +:SAB_418
2654 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2655 + rdf:type owl:Class ;
2656 + rdfs:label "Weighing, Seafastening & Load-out"^^xsd:string ;
2657 + rdfs:subClassOf :SAB_41 ;
2658 + <http://www.w3.org/2004/02/skos/core#notation> "418"^^xsd:string ;
2659 +.
2660 +:SAB_42
2661 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2662 + rdf:type owl:Class ;
2663 + rdfs:label "Atshore construction"^^xsd:string ;
2664 + rdfs:subClassOf :SAB_4 ;
2665 + <http://www.w3.org/2004/02/skos/core#notation> "42"^^xsd:string ;
2666 +.
2667 +:SAB_422
2668 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2669 + rdf:type owl:Class ;
2670 + rdfs:label "Civil work"^^xsd:string ;
2671 + rdfs:subClassOf :SAB_42 ;
2672 + <http://www.w3.org/2004/02/skos/core#notation> "422"^^xsd:string ;
2673 +.
2674 +:SAB_423
2675 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2676 + rdf:type owl:Class ;
2677 + rdfs:label "Major Assemblies"^^xsd:string ;
2678 + rdfs:subClassOf :SAB_42 ;
2679 + <http://www.w3.org/2004/02/skos/core#notation> "423"^^xsd:string ;
2680 +.
2681 +:SAB_4231
2682 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2683 + rdf:type owl:Class ;
2684 + rdfs:label "Prefabrication"^^xsd:string ;
2685 + rdfs:subClassOf :SAB_423 ;
2686 + <http://www.w3.org/2004/02/skos/core#notation> "4231"^^xsd:string ;
2687 +.
2688 +:SAB_4232
2689 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2690 + rdf:type owl:Class ;
2691 + rdfs:label "Installation/assembly/erection"^^xsd:string ;
2692 + rdfs:subClassOf :SAB_423 ;
2693 + <http://www.w3.org/2004/02/skos/core#notation> "4232"^^xsd:string ;
2694 +.
2695 +:SAB_424
2696 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2697 + rdf:type owl:Class ;
2698 + rdfs:label "Other fabrication activities"^^xsd:string ;
2699 + rdfs:subClassOf :SAB_42 ;
2700 + <http://www.w3.org/2004/02/skos/core#notation> "424"^^xsd:string ;
2701 +.
2702 +:SAB_4241
2703 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2704 + rdf:type owl:Class ;
2705 + rdfs:label "Prefabrication"^^xsd:string ;
2706 + rdfs:subClassOf :SAB_424 ;
2707 + <http://www.w3.org/2004/02/skos/core#notation> "4241"^^xsd:string ;
2708 +.
2709 +:SAB_4242
2710 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2711 + rdf:type owl:Class ;
2712 + rdfs:label "Installation/assembly/erection"^^xsd:string ;
2713 + rdfs:subClassOf :SAB_424 ;
2714 + <http://www.w3.org/2004/02/skos/core#notation> "4242"^^xsd:string ;
2715 +.
2716 +:SAB_425
2717 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2718 + rdf:type owl:Class ;
2719 + rdfs:label "Modification"^^xsd:string ;
2720 + rdfs:subClassOf :SAB_42 ;
2721 + <http://www.w3.org/2004/02/skos/core#notation> "425"^^xsd:string ;
2722 +.
2723 +:SAB_4251
2724 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2725 + rdf:type owl:Class ;
2726 + rdfs:label "Stripping/dismantling"^^xsd:string ;
2727 + rdfs:subClassOf :SAB_425 ;
2728 + <http://www.w3.org/2004/02/skos/core#notation> "4251"^^xsd:string ;
2729 +.
2730 +:SAB_4252
2731 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2732 + rdf:type owl:Class ;
2733 + rdfs:label "Refitting"^^xsd:string ;
2734 + rdfs:subClassOf :SAB_425 ;
2735 + <http://www.w3.org/2004/02/skos/core#notation> "4252"^^xsd:string ;
2736 +.
2737 +:SAB_4253
2738 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2739 + rdf:type owl:Class ;
2740 + rdfs:label "Revamp"^^xsd:string ;
2741 + rdfs:subClassOf :SAB_425 ;
2742 + <http://www.w3.org/2004/02/skos/core#notation> "4253"^^xsd:string ;
2743 +.
2744 +:SAB_426
2745 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2746 + rdf:type owl:Class ;
2747 + rdfs:label "Vendor assistance"^^xsd:string ;
2748 + rdfs:subClassOf :SAB_42 ;
2749 + <http://www.w3.org/2004/02/skos/core#notation> "426"^^xsd:string ;
2750 +.
2751 +:SAB_427
2752 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2753 + rdf:type owl:Class ;
2754 + rdfs:label "Commissioning"^^xsd:string ;
2755 + rdfs:subClassOf :SAB_42 ;
2756 + <http://www.w3.org/2004/02/skos/core#notation> "427"^^xsd:string ;
2757 +.
2758 +:SAB_43
2759 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2760 + rdf:type owl:Class ;
2761 + rdfs:label "Inshore construction"^^xsd:string ;
2762 + rdfs:subClassOf :SAB_4 ;
2763 + <http://www.w3.org/2004/02/skos/core#notation> "43"^^xsd:string ;
2764 +.
2765 +:SAB_431
2766 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2767 + rdf:type owl:Class ;
2768 + rdfs:label "Mobilisation"^^xsd:string ;
2769 + rdfs:subClassOf :SAB_43 ;
2770 + <http://www.w3.org/2004/02/skos/core#notation> "431"^^xsd:string ;
2771 +.
2772 +:SAB_432
2773 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2774 + rdf:type owl:Class ;
2775 + rdfs:label "Civil work"^^xsd:string ;
2776 + rdfs:subClassOf :SAB_43 ;
2777 + <http://www.w3.org/2004/02/skos/core#notation> "432"^^xsd:string ;
2778 +.
2779 +:SAB_433
2780 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2781 + rdf:type owl:Class ;
2782 + rdfs:label "Major Assemblies"^^xsd:string ;
2783 + rdfs:subClassOf :SAB_43 ;
2784 + <http://www.w3.org/2004/02/skos/core#notation> "433"^^xsd:string ;
2785 +.
2786 +:SAB_4331
2787 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2788 + rdf:type owl:Class ;
2789 + rdfs:label "Prefabrication"^^xsd:string ;
2790 + rdfs:subClassOf :SAB_433 ;
2791 + <http://www.w3.org/2004/02/skos/core#notation> "4331"^^xsd:string ;
2792 +.
2793 +:SAB_4332
2794 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2795 + rdf:type owl:Class ;
2796 + rdfs:label "Installation/assembly/erection"^^xsd:string ;
2797 + rdfs:subClassOf :SAB_433 ;
2798 + <http://www.w3.org/2004/02/skos/core#notation> "4332"^^xsd:string ;
2799 +.
2800 +:SAB_434
2801 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2802 + rdf:type owl:Class ;
2803 + rdfs:label "Other fabrication activities"^^xsd:string ;
2804 + rdfs:subClassOf :SAB_43 ;
2805 + <http://www.w3.org/2004/02/skos/core#notation> "434"^^xsd:string ;
2806 +.
2807 +:SAB_4341
2808 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2809 + rdf:type owl:Class ;
2810 + rdfs:label "Prefabrication"^^xsd:string ;
2811 + rdfs:subClassOf :SAB_434 ;
2812 + <http://www.w3.org/2004/02/skos/core#notation> "4341"^^xsd:string ;
2813 +.
2814 +:SAB_4342
2815 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2816 + rdf:type owl:Class ;
2817 + rdfs:label "Installation/assembly/erection"^^xsd:string ;
2818 + rdfs:subClassOf :SAB_434 ;
2819 + <http://www.w3.org/2004/02/skos/core#notation> "4342"^^xsd:string ;
2820 +.
2821 +:SAB_435
2822 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2823 + rdf:type owl:Class ;
2824 + rdfs:label "Modification"^^xsd:string ;
2825 + rdfs:subClassOf :SAB_43 ;
2826 + <http://www.w3.org/2004/02/skos/core#notation> "435"^^xsd:string ;
2827 +.
2828 +:SAB_4351
2829 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2830 + rdf:type owl:Class ;
2831 + rdfs:label "Stripping/dismantling"^^xsd:string ;
2832 + rdfs:subClassOf :SAB_435 ;
2833 + <http://www.w3.org/2004/02/skos/core#notation> "4351"^^xsd:string ;
2834 +.
2835 +:SAB_4352
2836 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2837 + rdf:type owl:Class ;
2838 + rdfs:label "Refitting"^^xsd:string ;
2839 + rdfs:subClassOf :SAB_435 ;
2840 + <http://www.w3.org/2004/02/skos/core#notation> "4352"^^xsd:string ;
2841 +.
2842 +:SAB_4353
2843 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2844 + rdf:type owl:Class ;
2845 + rdfs:label "Revamp"^^xsd:string ;
2846 + rdfs:subClassOf :SAB_435 ;
2847 + <http://www.w3.org/2004/02/skos/core#notation> "4353"^^xsd:string ;
2848 +.
2849 +:SAB_4354
2850 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2851 + rdf:type owl:Class ;
2852 + rdfs:label "Relocate"^^xsd:string ;
2853 + rdfs:subClassOf :SAB_435 ;
2854 + <http://www.w3.org/2004/02/skos/core#notation> "4354"^^xsd:string ;
2855 +.
2856 +:SAB_436
2857 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2858 + rdf:type owl:Class ;
2859 + rdfs:label "Vendor assistance"^^xsd:string ;
2860 + rdfs:subClassOf :SAB_43 ;
2861 + <http://www.w3.org/2004/02/skos/core#notation> "436"^^xsd:string ;
2862 +.
2863 +:SAB_437
2864 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2865 + rdf:type owl:Class ;
2866 + rdfs:label "Commissioning"^^xsd:string ;
2867 + rdfs:subClassOf :SAB_43 ;
2868 + <http://www.w3.org/2004/02/skos/core#notation> "437"^^xsd:string ;
2869 +.
2870 +:SAB_44
2871 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2872 + rdf:type owl:Class ;
2873 + rdfs:label "Offshore construction"^^xsd:string ;
2874 + rdfs:subClassOf :SAB_4 ;
2875 + <http://www.w3.org/2004/02/skos/core#notation> "44"^^xsd:string ;
2876 +.
2877 +:SAB_441
2878 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2879 + rdf:type owl:Class ;
2880 + rdfs:label "Mobilisation"^^xsd:string ;
2881 + rdfs:subClassOf :SAB_44 ;
2882 + <http://www.w3.org/2004/02/skos/core#notation> "441"^^xsd:string ;
2883 +.
2884 +:SAB_442
2885 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2886 + rdf:type owl:Class ;
2887 + rdfs:label "Civil work"^^xsd:string ;
2888 + rdfs:subClassOf :SAB_44 ;
2889 + <http://www.w3.org/2004/02/skos/core#notation> "442"^^xsd:string ;
2890 +.
2891 +:SAB_443
2892 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2893 + rdf:type owl:Class ;
2894 + rdfs:label "Activities related to major assemblies"^^xsd:string ;
2895 + rdfs:subClassOf :SAB_44 ;
2896 + <http://www.w3.org/2004/02/skos/core#notation> "443"^^xsd:string ;
2897 +.
2898 +:SAB_4431
2899 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2900 + rdf:type owl:Class ;
2901 + rdfs:label "Prefabrication"^^xsd:string ;
2902 + rdfs:subClassOf :SAB_443 ;
2903 + <http://www.w3.org/2004/02/skos/core#notation> "4431"^^xsd:string ;
2904 +.
2905 +:SAB_4432
2906 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2907 + rdf:type owl:Class ;
2908 + rdfs:label "Installation/assembly/erection"^^xsd:string ;
2909 + rdfs:subClassOf :SAB_443 ;
2910 + <http://www.w3.org/2004/02/skos/core#notation> "4432"^^xsd:string ;
2911 +.
2912 +:SAB_444
2913 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2914 + rdf:type owl:Class ;
2915 + rdfs:label "Other fabrication activities"^^xsd:string ;
2916 + rdfs:subClassOf :SAB_44 ;
2917 + <http://www.w3.org/2004/02/skos/core#notation> "444"^^xsd:string ;
2918 +.
2919 +:SAB_4441
2920 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2921 + rdf:type owl:Class ;
2922 + rdfs:label "Prefabrication"^^xsd:string ;
2923 + rdfs:subClassOf :SAB_444 ;
2924 + <http://www.w3.org/2004/02/skos/core#notation> "4441"^^xsd:string ;
2925 +.
2926 +:SAB_4442
2927 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2928 + rdf:type owl:Class ;
2929 + rdfs:label "Installation/assembly/erection"^^xsd:string ;
2930 + rdfs:subClassOf :SAB_444 ;
2931 + <http://www.w3.org/2004/02/skos/core#notation> "4442"^^xsd:string ;
2932 +.
2933 +:SAB_445
2934 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2935 + rdf:type owl:Class ;
2936 + rdfs:label "Modification"^^xsd:string ;
2937 + rdfs:subClassOf :SAB_44 ;
2938 + <http://www.w3.org/2004/02/skos/core#notation> "445"^^xsd:string ;
2939 +.
2940 +:SAB_4451
2941 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2942 + rdf:type owl:Class ;
2943 + rdfs:label "Stripping/dismantling"^^xsd:string ;
2944 + rdfs:subClassOf :SAB_445 ;
2945 + <http://www.w3.org/2004/02/skos/core#notation> "4451"^^xsd:string ;
2946 +.
2947 +:SAB_4452
2948 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2949 + rdf:type owl:Class ;
2950 + rdfs:label "Refitting"^^xsd:string ;
2951 + rdfs:subClassOf :SAB_445 ;
2952 + <http://www.w3.org/2004/02/skos/core#notation> "4452"^^xsd:string ;
2953 +.
2954 +:SAB_4453
2955 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2956 + rdf:type owl:Class ;
2957 + rdfs:label "Revamp"^^xsd:string ;
2958 + rdfs:subClassOf :SAB_445 ;
2959 + <http://www.w3.org/2004/02/skos/core#notation> "4453"^^xsd:string ;
2960 +.
2961 +:SAB_4454
2962 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2963 + rdf:type owl:Class ;
2964 + rdfs:label "Relocate"^^xsd:string ;
2965 + rdfs:subClassOf :SAB_445 ;
2966 + <http://www.w3.org/2004/02/skos/core#notation> "4454"^^xsd:string ;
2967 +.
2968 +:SAB_446
2969 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2970 + rdf:type owl:Class ;
2971 + rdfs:label "Vendor assistance"^^xsd:string ;
2972 + rdfs:subClassOf :SAB_44 ;
2973 + <http://www.w3.org/2004/02/skos/core#notation> "446"^^xsd:string ;
2974 +.
2975 +:SAB_447
2976 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2977 + rdf:type owl:Class ;
2978 + rdfs:label "Commissioning"^^xsd:string ;
2979 + rdfs:subClassOf :SAB_44 ;
2980 + <http://www.w3.org/2004/02/skos/core#notation> "447"^^xsd:string ;
2981 +.
2982 +:SAB_4471
2983 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2984 + rdf:type owl:Class ;
2985 + rdfs:label "Commissioning"^^xsd:string ;
2986 + rdfs:subClassOf :SAB_447 ;
2987 + <http://www.w3.org/2004/02/skos/core#notation> "4471"^^xsd:string ;
2988 +.
2989 +:SAB_4472
2990 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2991 + rdf:type owl:Class ;
2992 + rdfs:label "Startup"^^xsd:string ;
2993 + rdfs:subClassOf :SAB_447 ;
2994 + <http://www.w3.org/2004/02/skos/core#notation> "4472"^^xsd:string ;
2995 +.
2996 +:SAB_448
2997 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
2998 + rdf:type owl:Class ;
2999 + rdfs:label "Non-working hours (lunch, standby, etc)"^^xsd:string ;
3000 + rdfs:subClassOf :SAB_44 ;
3001 + <http://www.w3.org/2004/02/skos/core#notation> "448"^^xsd:string ;
3002 +.
3003 +:SAB_5
3004 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3005 + rdf:type owl:Class ;
3006 + rdfs:label "Operations"^^xsd:string ;
3007 + rdfs:subClassOf :Activity ;
3008 + <http://www.w3.org/2004/02/skos/core#notation> "5"^^xsd:string ;
3009 +.
3010 +:SAB_51
3011 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3012 + rdf:type owl:Class ;
3013 + rdfs:label "SAB 51: Landbased operations"^^xsd:string ;
3014 + rdfs:subClassOf :SAB_5 ;
3015 + <http://www.w3.org/2004/02/skos/core#notation> "51"^^xsd:string ;
3016 +.
3017 +:SAB_511
3018 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3019 + rdf:type owl:Class ;
3020 + rdfs:label "Lifting"^^xsd:string ;
3021 + rdfs:subClassOf :SAB_51 ;
3022 + <http://www.w3.org/2004/02/skos/core#notation> "511"^^xsd:string ;
3023 +.
3024 +:SAB_512
3025 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3026 + rdf:type owl:Class ;
3027 + rdfs:label "Transport"^^xsd:string ;
3028 + rdfs:subClassOf :SAB_51 ;
3029 + <http://www.w3.org/2004/02/skos/core#notation> "512"^^xsd:string ;
3030 +.
3031 +:SAB_513
3032 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3033 + rdf:type owl:Class ;
3034 + rdfs:label "Pipeline operations"^^xsd:string ;
3035 + rdfs:subClassOf :SAB_51 ;
3036 + <http://www.w3.org/2004/02/skos/core#notation> "513"^^xsd:string ;
3037 +.
3038 +:SAB_514
3039 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3040 + rdf:type owl:Class ;
3041 + rdfs:label "Cable operations"^^xsd:string ;
3042 + rdfs:subClassOf :SAB_51 ;
3043 + <http://www.w3.org/2004/02/skos/core#notation> "514"^^xsd:string ;
3044 +.
3045 +:SAB_515
3046 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3047 + rdf:type owl:Class ;
3048 + rdfs:label "Other landbased operations"^^xsd:string ;
3049 + rdfs:subClassOf :SAB_51 ;
3050 + <http://www.w3.org/2004/02/skos/core#notation> "515"^^xsd:string ;
3051 +.
3052 +:SAB_52
3053 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3054 + rdf:type owl:Class ;
3055 + rdfs:label "Offshore operations"^^xsd:string ;
3056 + rdfs:subClassOf :SAB_5 ;
3057 + <http://www.w3.org/2004/02/skos/core#notation> "52"^^xsd:string ;
3058 +.
3059 +:SAB_521
3060 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3061 + rdf:type owl:Class ;
3062 + rdfs:label "Survey"^^xsd:string ;
3063 + rdfs:subClassOf :SAB_52 ;
3064 + <http://www.w3.org/2004/02/skos/core#notation> "521"^^xsd:string ;
3065 +.
3066 +:SAB_522
3067 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3068 + rdf:type owl:Class ;
3069 + rdfs:label "Seabed preparation"^^xsd:string ;
3070 + rdfs:subClassOf :SAB_52 ;
3071 + <http://www.w3.org/2004/02/skos/core#notation> "522"^^xsd:string ;
3072 +.
3073 +:SAB_5221
3074 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3075 + rdf:type owl:Class ;
3076 + rdfs:label "Trenching"^^xsd:string ;
3077 + rdfs:subClassOf :SAB_522 ;
3078 + <http://www.w3.org/2004/02/skos/core#notation> "5221"^^xsd:string ;
3079 +.
3080 +:SAB_5222
3081 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3082 + rdf:type owl:Class ;
3083 + rdfs:label "Dredging"^^xsd:string ;
3084 + rdfs:subClassOf :SAB_522 ;
3085 + <http://www.w3.org/2004/02/skos/core#notation> "5222"^^xsd:string ;
3086 +.
3087 +:SAB_5223
3088 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3089 + rdf:type owl:Class ;
3090 + rdfs:label "Back filling"^^xsd:string ;
3091 + rdfs:subClassOf :SAB_522 ;
3092 + <http://www.w3.org/2004/02/skos/core#notation> "5223"^^xsd:string ;
3093 +.
3094 +:SAB_5224
3095 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3096 + rdf:type owl:Class ;
3097 + rdfs:label "Rock dumping"^^xsd:string ;
3098 + rdfs:subClassOf :SAB_522 ;
3099 + <http://www.w3.org/2004/02/skos/core#notation> "5224"^^xsd:string ;
3100 +.
3101 +:SAB_523
3102 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3103 + rdf:type owl:Class ;
3104 + rdfs:label "Installation"^^xsd:string ;
3105 + rdfs:subClassOf :SAB_52 ;
3106 + <http://www.w3.org/2004/02/skos/core#notation> "523"^^xsd:string ;
3107 +.
3108 +:SAB_5231
3109 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3110 + rdf:type owl:Class ;
3111 + rdfs:label "Lifting"^^xsd:string ;
3112 + rdfs:subClassOf :SAB_523 ;
3113 + <http://www.w3.org/2004/02/skos/core#notation> "5231"^^xsd:string ;
3114 +.
3115 +:SAB_5232
3116 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3117 + rdf:type owl:Class ;
3118 + rdfs:label "Piling"^^xsd:string ;
3119 + rdfs:subClassOf :SAB_523 ;
3120 + <http://www.w3.org/2004/02/skos/core#notation> "5232"^^xsd:string ;
3121 +.
3122 +:SAB_5233
3123 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3124 + rdf:type owl:Class ;
3125 + rdfs:label "Grouting"^^xsd:string ;
3126 + rdfs:subClassOf :SAB_523 ;
3127 + <http://www.w3.org/2004/02/skos/core#notation> "5233"^^xsd:string ;
3128 +.
3129 +:SAB_5234
3130 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3131 + rdf:type owl:Class ;
3132 + rdfs:label "Mating"^^xsd:string ;
3133 + rdfs:subClassOf :SAB_523 ;
3134 + <http://www.w3.org/2004/02/skos/core#notation> "5234"^^xsd:string ;
3135 +.
3136 +:SAB_524
3137 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3138 + rdf:type owl:Class ;
3139 + rdfs:label "Pipeline operations"^^xsd:string ;
3140 + rdfs:subClassOf :SAB_52 ;
3141 + <http://www.w3.org/2004/02/skos/core#notation> "524"^^xsd:string ;
3142 +.
3143 +:SAB_5241
3144 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3145 + rdf:type owl:Class ;
3146 + rdfs:label "Pipelaying"^^xsd:string ;
3147 + rdfs:subClassOf :SAB_524 ;
3148 + <http://www.w3.org/2004/02/skos/core#notation> "5241"^^xsd:string ;
3149 +.
3150 +:SAB_5242
3151 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3152 + rdf:type owl:Class ;
3153 + rdfs:label "Tie-in"^^xsd:string ;
3154 + rdfs:subClassOf :SAB_524 ;
3155 + <http://www.w3.org/2004/02/skos/core#notation> "5242"^^xsd:string ;
3156 +.
3157 +:SAB_5243
3158 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3159 + rdf:type owl:Class ;
3160 + rdfs:label "Hydrotesting"^^xsd:string ;
3161 + rdfs:subClassOf :SAB_524 ;
3162 + <http://www.w3.org/2004/02/skos/core#notation> "5243"^^xsd:string ;
3163 +.
3164 +:SAB_5244
3165 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3166 + rdf:type owl:Class ;
3167 + rdfs:label "RFO"^^xsd:string ;
3168 + rdfs:subClassOf :SAB_524 ;
3169 + <http://www.w3.org/2004/02/skos/core#notation> "5244"^^xsd:string ;
3170 +.
3171 +:SAB_525
3172 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3173 + rdf:type owl:Class ;
3174 + rdfs:label "Umbilical and cable operations"^^xsd:string ;
3175 + rdfs:subClassOf :SAB_52 ;
3176 + <http://www.w3.org/2004/02/skos/core#notation> "525"^^xsd:string ;
3177 +.
3178 +:SAB_5251
3179 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3180 + rdf:type owl:Class ;
3181 + rdfs:label "Laying"^^xsd:string ;
3182 + rdfs:subClassOf :SAB_525 ;
3183 + <http://www.w3.org/2004/02/skos/core#notation> "5251"^^xsd:string ;
3184 +.
3185 +:SAB_5252
3186 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3187 + rdf:type owl:Class ;
3188 + rdfs:label "Pull-in and connection"^^xsd:string ;
3189 + rdfs:subClassOf :SAB_525 ;
3190 + <http://www.w3.org/2004/02/skos/core#notation> "5252"^^xsd:string ;
3191 +.
3192 +:SAB_5253
3193 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3194 + rdf:type owl:Class ;
3195 + rdfs:label "Testing"^^xsd:string ;
3196 + rdfs:subClassOf :SAB_525 ;
3197 + <http://www.w3.org/2004/02/skos/core#notation> "5253"^^xsd:string ;
3198 +.
3199 +:SAB_526
3200 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3201 + rdf:type owl:Class ;
3202 + rdfs:label "Transport"^^xsd:string ;
3203 + rdfs:subClassOf :SAB_52 ;
3204 + <http://www.w3.org/2004/02/skos/core#notation> "526"^^xsd:string ;
3205 +.
3206 +:SAB_5261
3207 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3208 + rdf:type owl:Class ;
3209 + rdfs:label "Towing"^^xsd:string ;
3210 + rdfs:subClassOf :SAB_526 ;
3211 + <http://www.w3.org/2004/02/skos/core#notation> "5261"^^xsd:string ;
3212 +.
3213 +:SAB_5262
3214 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3215 + rdf:type owl:Class ;
3216 + rdfs:label "Heavy lift transport"^^xsd:string ;
3217 + rdfs:subClassOf :SAB_526 ;
3218 + <http://www.w3.org/2004/02/skos/core#notation> "5262"^^xsd:string ;
3219 +.
3220 +:SAB_527
3221 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3222 + rdf:type owl:Class ;
3223 + rdfs:label "Subsea structure operations"^^xsd:string ;
3224 + rdfs:subClassOf :SAB_52 ;
3225 + <http://www.w3.org/2004/02/skos/core#notation> "527"^^xsd:string ;
3226 +.
3227 +:SAB_5271
3228 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3229 + rdf:type owl:Class ;
3230 + rdfs:label "Testing"^^xsd:string ;
3231 + rdfs:subClassOf :SAB_527 ;
3232 + <http://www.w3.org/2004/02/skos/core#notation> "5271"^^xsd:string ;
3233 +.
3234 +:SAB_5272
3235 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3236 + rdf:type owl:Class ;
3237 + rdfs:label "Installation"^^xsd:string ;
3238 + rdfs:subClassOf :SAB_527 ;
3239 + <http://www.w3.org/2004/02/skos/core#notation> "5272"^^xsd:string ;
3240 +.
3241 +:SAB_5273
3242 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3243 + rdf:type owl:Class ;
3244 + rdfs:label "Commissioning"^^xsd:string ;
3245 + rdfs:subClassOf :SAB_527 ;
3246 + <http://www.w3.org/2004/02/skos/core#notation> "5273"^^xsd:string ;
3247 +.
3248 +:SAB_528
3249 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3250 + rdf:type owl:Class ;
3251 + rdfs:label "Particular abandonment operations"^^xsd:string ;
3252 + rdfs:subClassOf :SAB_52 ;
3253 + <http://www.w3.org/2004/02/skos/core#notation> "528"^^xsd:string ;
3254 +.
3255 +:SAB_5281
3256 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3257 + rdf:type owl:Class ;
3258 + rdfs:label "Cutting of structures"^^xsd:string ;
3259 + rdfs:subClassOf :SAB_528 ;
3260 + <http://www.w3.org/2004/02/skos/core#notation> "5281"^^xsd:string ;
3261 +.
3262 +:SAB_5282
3263 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3264 + rdf:type owl:Class ;
3265 + rdfs:label "Topling"^^xsd:string ;
3266 + rdfs:subClassOf :SAB_528 ;
3267 + <http://www.w3.org/2004/02/skos/core#notation> "5282"^^xsd:string ;
3268 +.
3269 +:SAB_5283
3270 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3271 + rdf:type owl:Class ;
3272 + rdfs:label "Removal/lifting"^^xsd:string ;
3273 + rdfs:subClassOf :SAB_528 ;
3274 + <http://www.w3.org/2004/02/skos/core#notation> "5283"^^xsd:string ;
3275 +.
3276 +:SAB_5284
3277 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3278 + rdf:type owl:Class ;
3279 + rdfs:label "Transport and dumping"^^xsd:string ;
3280 + rdfs:subClassOf :SAB_528 ;
3281 + <http://www.w3.org/2004/02/skos/core#notation> "5284"^^xsd:string ;
3282 +.
3283 +:SAB_53
3284 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3285 + rdf:type owl:Class ;
3286 + rdfs:label "Logistics"^^xsd:string ;
3287 + rdfs:subClassOf :SAB_5 ;
3288 + <http://www.w3.org/2004/02/skos/core#notation> "53"^^xsd:string ;
3289 +.
3290 +:SAB_531
3291 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3292 + rdf:type owl:Class ;
3293 + rdfs:label "Supply base/terminal"^^xsd:string ;
3294 + rdfs:subClassOf :SAB_53 ;
3295 + <http://www.w3.org/2004/02/skos/core#notation> "531"^^xsd:string ;
3296 +.
3297 +:SAB_532
3298 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3299 + rdf:type owl:Class ;
3300 + rdfs:label "Supply and distribution"^^xsd:string ;
3301 + rdfs:subClassOf :SAB_53 ;
3302 + <http://www.w3.org/2004/02/skos/core#notation> "532"^^xsd:string ;
3303 +.
3304 +:SAB_533
3305 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3306 + rdf:type owl:Class ;
3307 + rdfs:label "Personnel transport"^^xsd:string ;
3308 + rdfs:subClassOf :SAB_53 ;
3309 + <http://www.w3.org/2004/02/skos/core#notation> "533"^^xsd:string ;
3310 +.
3311 +:SAB_534
3312 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3313 + rdf:type owl:Class ;
3314 + rdfs:label "Flotel/LQ/camps"^^xsd:string ;
3315 + rdfs:subClassOf :SAB_53 ;
3316 + <http://www.w3.org/2004/02/skos/core#notation> "534"^^xsd:string ;
3317 +.
3318 +:SAB_54
3319 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3320 + rdf:type owl:Class ;
3321 + rdfs:label "Drilling and completion"^^xsd:string ;
3322 + rdfs:subClassOf :SAB_5 ;
3323 + <http://www.w3.org/2004/02/skos/core#notation> "54"^^xsd:string ;
3324 +.
3325 +:SAB_541
3326 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3327 + rdf:type owl:Class ;
3328 + rdfs:label "Onshore drilling and completion"^^xsd:string ;
3329 + rdfs:subClassOf :SAB_54 ;
3330 + <http://www.w3.org/2004/02/skos/core#notation> "541"^^xsd:string ;
3331 +.
3332 +:SAB_5411
3333 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3334 + rdf:type owl:Class ;
3335 + rdfs:label "Fixed rig drilling"^^xsd:string ;
3336 + rdfs:subClassOf :SAB_541 ;
3337 + <http://www.w3.org/2004/02/skos/core#notation> "5411"^^xsd:string ;
3338 +.
3339 +:SAB_5412
3340 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3341 + rdf:type owl:Class ;
3342 + rdfs:label "Mobile rig drilling"^^xsd:string ;
3343 + rdfs:subClassOf :SAB_541 ;
3344 + <http://www.w3.org/2004/02/skos/core#notation> "5412"^^xsd:string ;
3345 +.
3346 +:SAB_542
3347 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3348 + rdf:type owl:Class ;
3349 + rdfs:label "Offshore drilling and completion"^^xsd:string ;
3350 + rdfs:subClassOf :SAB_54 ;
3351 + <http://www.w3.org/2004/02/skos/core#notation> "542"^^xsd:string ;
3352 +.
3353 +:SAB_5421
3354 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3355 + rdf:type owl:Class ;
3356 + rdfs:label "Predrilling"^^xsd:string ;
3357 + rdfs:subClassOf :SAB_542 ;
3358 + <http://www.w3.org/2004/02/skos/core#notation> "5421"^^xsd:string ;
3359 +.
3360 +:SAB_5422
3361 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3362 + rdf:type owl:Class ;
3363 + rdfs:label "Subsea drilling"^^xsd:string ;
3364 + rdfs:subClassOf :SAB_542 ;
3365 + <http://www.w3.org/2004/02/skos/core#notation> "5422"^^xsd:string ;
3366 +.
3367 +:SAB_5423
3368 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3369 + rdf:type owl:Class ;
3370 + rdfs:label "Platform drilling"^^xsd:string ;
3371 + rdfs:subClassOf :SAB_542 ;
3372 + <http://www.w3.org/2004/02/skos/core#notation> "5423"^^xsd:string ;
3373 +.
3374 +:SAB_6
3375 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3376 + rdf:type owl:Class ;
3377 + rdfs:label "Unit work activities"^^xsd:string ;
3378 + rdfs:subClassOf :Activity ;
3379 + <http://www.w3.org/2004/02/skos/core#notation> "6"^^xsd:string ;
3380 +.
3381 +:SAB_7
3382 + rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
3383 + rdf:type owl:Class ;
3384 + rdfs:label "General"^^xsd:string ;
3385 + rdfs:subClassOf :Activity ;
3386 + <http://www.w3.org/2004/02/skos/core#notation> "7"^^xsd:string ;
3387 +.
3388 +:SAB_D
3389 + rdf:type owl:Class ;
3390 + rdfs:label "SAB development phase"^^xsd:string ;
3391 + rdfs:subClassOf :Activity ;
3392 +.
3393 +:SAB_E
3394 + rdf:type owl:Class ;
3395 + rdfs:label "SAB exploration phase"^^xsd:string ;
3396 + rdfs:subClassOf :Activity ;
3397 +.
3398 +:SAB_O
3399 + rdf:type owl:Class ;
3400 + rdfs:label "SAB operation phase"^^xsd:string ;
3401 + rdfs:subClassOf :Activity ;
3402 +.
3403 +:SAB_P
3404 + rdf:type owl:Class ;
3405 + rdfs:label "SAB planning phase"^^xsd:string ;
3406 + rdfs:subClassOf :Activity ;
3407 +.
3408 +:SAB_R
3409 + rdf:type owl:Class ;
3410 + rdfs:label "SAB removal phase"^^xsd:string ;
3411 + rdfs:subClassOf :Activity ;
3412 +.
3413 +:SAB_S
3414 + rdf:type owl:Class ;
3415 + rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ;
3416 + rdfs:subClassOf :Activity ;
3417 +.
2378 :SCCSresource 3418 :SCCSresource
2379 rdf:type owl:Class ; 3419 rdf:type owl:Class ;
2380 rdfs:subClassOf :Resource ; 3420 rdfs:subClassOf :Resource ;
......