Tore Christiansen

Flytte COR SAB PBS til SCCS

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