Tore Christiansen

Added to WBS

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