Tore Christiansen

Updated rest of initial set of classes selected for ISO 15926-13 trial

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 +# c14n-version: 3
3 @prefix SAB: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/> . 4 @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/> . 5 @prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> .
5 @prefix owl: <http://www.w3.org/2002/07/owl#> . 6 @prefix owl: <http://www.w3.org/2002/07/owl#> .
...@@ -7,882 +8,1026 @@ ...@@ -7,882 +8,1026 @@
7 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 8 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 - 11 +<http://data.posccaesar.org/ilap/Activity>
12 + rdf:type SCCS:NorsokZ014SABactivityClass ;
13 + rdf:type owl:Class ;
14 + rdfs:label "SAB top level thing"^^xsd:string ;
15 + skos:notation "SAB Thing"^^xsd:string ;
16 +.
11 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> 17 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding>
12 rdf:type owl:Ontology ; 18 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 ; 19 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 owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; 20 owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
15 - skos:notation "SAB Ontology for NORSOK Z-014 Ed. 2 May 2012"^^xsd:string . 21 + skos:notation "SAB Ontology for NORSOK Z-014 Ed. 2 May 2012"^^xsd:string ;
16 - 22 +.
17 -SCCS:SABClassOfClass 23 +SCCS:NorsokZ014SABactivityClass
18 rdf:type rdfs:Class ; 24 rdf:type rdfs:Class ;
19 - rdfs:subClassOf owl:Class . 25 +.
20 -
21 SCCS:SAB_1 26 SCCS:SAB_1
22 - rdf:type owl:Class , SCCS:SABClassOfClass ; 27 + rdf:type SCCS:NorsokZ014SABactivityClass ;
28 + rdf:type owl:Class ;
23 rdfs:label "Management"^^xsd:string ; 29 rdfs:label "Management"^^xsd:string ;
24 - rdfs:subClassOf SCCS:SAB_Thing ; 30 + rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
25 - skos:notation "1"^^xsd:string . 31 + skos:notation "1"^^xsd:string ;
26 - 32 +.
27 SCCS:SAB_11 33 SCCS:SAB_11
28 - rdf:type owl:Class , SCCS:SABClassOfClass ; 34 + rdf:type SCCS:NorsokZ014SABactivityClass ;
35 + rdf:type owl:Class ;
29 rdfs:label "Project management"^^xsd:string ; 36 rdfs:label "Project management"^^xsd:string ;
30 rdfs:subClassOf SCCS:SAB_1 ; 37 rdfs:subClassOf SCCS:SAB_1 ;
31 - skos:notation "11"^^xsd:string . 38 + skos:notation "11"^^xsd:string ;
32 - 39 +.
33 SCCS:SAB_12 40 SCCS:SAB_12
34 - rdf:type owl:Class , SCCS:SABClassOfClass ; 41 + rdf:type SCCS:NorsokZ014SABactivityClass ;
42 + rdf:type owl:Class ;
35 rdfs:label "Construction management"^^xsd:string ; 43 rdfs:label "Construction management"^^xsd:string ;
36 rdfs:subClassOf SCCS:SAB_1 ; 44 rdfs:subClassOf SCCS:SAB_1 ;
37 - skos:notation "12"^^xsd:string . 45 + skos:notation "12"^^xsd:string ;
38 - 46 +.
39 SCCS:SAB_13 47 SCCS:SAB_13
40 - rdf:type owl:Class , SCCS:SABClassOfClass ; 48 + rdf:type SCCS:NorsokZ014SABactivityClass ;
49 + rdf:type owl:Class ;
41 rdfs:label "External services"^^xsd:string ; 50 rdfs:label "External services"^^xsd:string ;
42 rdfs:subClassOf SCCS:SAB_1 ; 51 rdfs:subClassOf SCCS:SAB_1 ;
43 - skos:notation "13"^^xsd:string . 52 + skos:notation "13"^^xsd:string ;
44 - 53 +.
45 SCCS:SAB_2 54 SCCS:SAB_2
46 - rdf:type owl:Class , SCCS:SABClassOfClass ; 55 + rdf:type SCCS:NorsokZ014SABactivityClass ;
56 + rdf:type owl:Class ;
47 rdfs:label "Engineering and procurement"^^xsd:string ; 57 rdfs:label "Engineering and procurement"^^xsd:string ;
48 - rdfs:subClassOf SCCS:SAB_Thing ; 58 + rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
49 - skos:notation "2"^^xsd:string . 59 + skos:notation "2"^^xsd:string ;
50 - 60 +.
51 SCCS:SAB_21 61 SCCS:SAB_21
52 - rdf:type owl:Class , SCCS:SABClassOfClass ; 62 + rdf:type SCCS:NorsokZ014SABactivityClass ;
63 + rdf:type owl:Class ;
53 rdfs:label "Engineering"^^xsd:string ; 64 rdfs:label "Engineering"^^xsd:string ;
54 rdfs:subClassOf SCCS:SAB_2 ; 65 rdfs:subClassOf SCCS:SAB_2 ;
55 - skos:notation "21"^^xsd:string . 66 + skos:notation "21"^^xsd:string ;
56 - 67 +.
57 SCCS:SAB_211 68 SCCS:SAB_211
58 - rdf:type owl:Class , SCCS:SABClassOfClass ; 69 + rdf:type SCCS:NorsokZ014SABactivityClass ;
70 + rdf:type owl:Class ;
59 rdfs:label "Pre-engineering"^^xsd:string ; 71 rdfs:label "Pre-engineering"^^xsd:string ;
60 rdfs:subClassOf SCCS:SAB_21 ; 72 rdfs:subClassOf SCCS:SAB_21 ;
61 - skos:notation "211"^^xsd:string . 73 + skos:notation "211"^^xsd:string ;
62 - 74 +.
63 SCCS:SAB_212 75 SCCS:SAB_212
64 - rdf:type owl:Class , SCCS:SABClassOfClass ; 76 + rdf:type SCCS:NorsokZ014SABactivityClass ;
77 + rdf:type owl:Class ;
65 rdfs:label "Design engineering"^^xsd:string ; 78 rdfs:label "Design engineering"^^xsd:string ;
66 rdfs:subClassOf SCCS:SAB_21 ; 79 rdfs:subClassOf SCCS:SAB_21 ;
67 - skos:notation "212"^^xsd:string . 80 + skos:notation "212"^^xsd:string ;
68 - 81 +.
69 SCCS:SAB_213 82 SCCS:SAB_213
70 - rdf:type owl:Class , SCCS:SABClassOfClass ; 83 + rdf:type SCCS:NorsokZ014SABactivityClass ;
84 + rdf:type owl:Class ;
71 rdfs:label "Fabrication engineering"^^xsd:string ; 85 rdfs:label "Fabrication engineering"^^xsd:string ;
72 rdfs:subClassOf SCCS:SAB_21 ; 86 rdfs:subClassOf SCCS:SAB_21 ;
73 - skos:notation "213"^^xsd:string . 87 + skos:notation "213"^^xsd:string ;
74 - 88 +.
75 SCCS:SAB_22 89 SCCS:SAB_22
76 - rdf:type owl:Class , SCCS:SABClassOfClass ; 90 + rdf:type SCCS:NorsokZ014SABactivityClass ;
91 + rdf:type owl:Class ;
77 rdfs:label "Procurement"^^xsd:string ; 92 rdfs:label "Procurement"^^xsd:string ;
78 rdfs:subClassOf SCCS:SAB_2 ; 93 rdfs:subClassOf SCCS:SAB_2 ;
79 - skos:notation "22"^^xsd:string . 94 + skos:notation "22"^^xsd:string ;
80 - 95 +.
81 SCCS:SAB_23 96 SCCS:SAB_23
82 - rdf:type owl:Class , SCCS:SABClassOfClass ; 97 + rdf:type SCCS:NorsokZ014SABactivityClass ;
98 + rdf:type owl:Class ;
83 rdfs:label "Construction supervision"^^xsd:string ; 99 rdfs:label "Construction supervision"^^xsd:string ;
84 rdfs:subClassOf SCCS:SAB_2 ; 100 rdfs:subClassOf SCCS:SAB_2 ;
85 - skos:notation "23"^^xsd:string . 101 + skos:notation "23"^^xsd:string ;
86 - 102 +.
87 SCCS:SAB_3 103 SCCS:SAB_3
88 - rdf:type owl:Class , SCCS:SABClassOfClass ; 104 + rdf:type SCCS:NorsokZ014SABactivityClass ;
105 + rdf:type owl:Class ;
89 rdfs:label "Material deliveries"^^xsd:string ; 106 rdfs:label "Material deliveries"^^xsd:string ;
90 - rdfs:subClassOf SCCS:SAB_Thing ; 107 + rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
91 - skos:notation "3"^^xsd:string . 108 + skos:notation "3"^^xsd:string ;
92 - 109 +.
93 SCCS:SAB_31 110 SCCS:SAB_31
94 - rdf:type owl:Class , SCCS:SABClassOfClass ; 111 + rdf:type SCCS:NorsokZ014SABactivityClass ;
112 + rdf:type owl:Class ;
95 rdfs:label "Equipment"^^xsd:string ; 113 rdfs:label "Equipment"^^xsd:string ;
96 rdfs:subClassOf SCCS:SAB_3 ; 114 rdfs:subClassOf SCCS:SAB_3 ;
97 - skos:notation "31"^^xsd:string . 115 + skos:notation "31"^^xsd:string ;
98 - 116 +.
99 SCCS:SAB_311 117 SCCS:SAB_311
100 - rdf:type owl:Class , SCCS:SABClassOfClass ; 118 + rdf:type SCCS:NorsokZ014SABactivityClass ;
119 + rdf:type owl:Class ;
101 rdfs:label "Company provided equipment"^^xsd:string ; 120 rdfs:label "Company provided equipment"^^xsd:string ;
102 rdfs:subClassOf SCCS:SAB_31 ; 121 rdfs:subClassOf SCCS:SAB_31 ;
103 - skos:notation "311"^^xsd:string . 122 + skos:notation "311"^^xsd:string ;
104 - 123 +.
105 SCCS:SAB_312 124 SCCS:SAB_312
106 - rdf:type owl:Class , SCCS:SABClassOfClass ; 125 + rdf:type SCCS:NorsokZ014SABactivityClass ;
126 + rdf:type owl:Class ;
107 rdfs:label "Contractor provided equipment"^^xsd:string ; 127 rdfs:label "Contractor provided equipment"^^xsd:string ;
108 rdfs:subClassOf SCCS:SAB_31 ; 128 rdfs:subClassOf SCCS:SAB_31 ;
109 - skos:notation "312"^^xsd:string . 129 + skos:notation "312"^^xsd:string ;
110 - 130 +.
111 SCCS:SAB_313 131 SCCS:SAB_313
112 - rdf:type owl:Class , SCCS:SABClassOfClass ; 132 + rdf:type SCCS:NorsokZ014SABactivityClass ;
133 + rdf:type owl:Class ;
113 rdfs:label "Surplus equipment"^^xsd:string ; 134 rdfs:label "Surplus equipment"^^xsd:string ;
114 rdfs:subClassOf SCCS:SAB_31 ; 135 rdfs:subClassOf SCCS:SAB_31 ;
115 - skos:notation "313"^^xsd:string . 136 + skos:notation "313"^^xsd:string ;
116 - 137 +.
117 SCCS:SAB_32 138 SCCS:SAB_32
118 - rdf:type owl:Class , SCCS:SABClassOfClass ; 139 + rdf:type SCCS:NorsokZ014SABactivityClass ;
140 + rdf:type owl:Class ;
119 rdfs:label "Bulk"^^xsd:string ; 141 rdfs:label "Bulk"^^xsd:string ;
120 rdfs:subClassOf SCCS:SAB_3 ; 142 rdfs:subClassOf SCCS:SAB_3 ;
121 - skos:notation "32"^^xsd:string . 143 + skos:notation "32"^^xsd:string ;
122 - 144 +.
123 SCCS:SAB_321 145 SCCS:SAB_321
124 - rdf:type owl:Class , SCCS:SABClassOfClass ; 146 + rdf:type SCCS:NorsokZ014SABactivityClass ;
147 + rdf:type owl:Class ;
125 rdfs:label "Company provided bulk"^^xsd:string ; 148 rdfs:label "Company provided bulk"^^xsd:string ;
126 rdfs:subClassOf SCCS:SAB_32 ; 149 rdfs:subClassOf SCCS:SAB_32 ;
127 - skos:notation "321"^^xsd:string . 150 + skos:notation "321"^^xsd:string ;
128 - 151 +.
129 SCCS:SAB_322 152 SCCS:SAB_322
130 - rdf:type owl:Class , SCCS:SABClassOfClass ; 153 + rdf:type SCCS:NorsokZ014SABactivityClass ;
154 + rdf:type owl:Class ;
131 rdfs:label "Contractor provided bulk"^^xsd:string ; 155 rdfs:label "Contractor provided bulk"^^xsd:string ;
132 rdfs:subClassOf SCCS:SAB_32 ; 156 rdfs:subClassOf SCCS:SAB_32 ;
133 - skos:notation "322"^^xsd:string . 157 + skos:notation "322"^^xsd:string ;
134 - 158 +.
135 SCCS:SAB_323 159 SCCS:SAB_323
136 - rdf:type owl:Class , SCCS:SABClassOfClass ; 160 + rdf:type SCCS:NorsokZ014SABactivityClass ;
161 + rdf:type owl:Class ;
137 rdfs:label "Surplus bulk"^^xsd:string ; 162 rdfs:label "Surplus bulk"^^xsd:string ;
138 rdfs:subClassOf SCCS:SAB_32 ; 163 rdfs:subClassOf SCCS:SAB_32 ;
139 - skos:notation "323"^^xsd:string . 164 + skos:notation "323"^^xsd:string ;
140 - 165 +.
141 SCCS:SAB_33 166 SCCS:SAB_33
142 - rdf:type owl:Class , SCCS:SABClassOfClass ; 167 + rdf:type SCCS:NorsokZ014SABactivityClass ;
168 + rdf:type owl:Class ;
143 rdfs:label "Spare parts"^^xsd:string ; 169 rdfs:label "Spare parts"^^xsd:string ;
144 rdfs:subClassOf SCCS:SAB_3 ; 170 rdfs:subClassOf SCCS:SAB_3 ;
145 - skos:notation "33"^^xsd:string . 171 + skos:notation "33"^^xsd:string ;
146 - 172 +.
147 SCCS:SAB_4 173 SCCS:SAB_4
148 - rdf:type owl:Class , SCCS:SABClassOfClass ; 174 + rdf:type SCCS:NorsokZ014SABactivityClass ;
175 + rdf:type owl:Class ;
149 rdfs:label "Construction"^^xsd:string ; 176 rdfs:label "Construction"^^xsd:string ;
150 - rdfs:subClassOf SCCS:SAB_Thing ; 177 + rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
151 - skos:notation "4"^^xsd:string . 178 + skos:notation "4"^^xsd:string ;
152 - 179 +.
153 SCCS:SAB_41 180 SCCS:SAB_41
154 - rdf:type owl:Class , SCCS:SABClassOfClass ; 181 + rdf:type SCCS:NorsokZ014SABactivityClass ;
182 + rdf:type owl:Class ;
155 rdfs:label "Onshore construction"^^xsd:string ; 183 rdfs:label "Onshore construction"^^xsd:string ;
156 rdfs:subClassOf SCCS:SAB_4 ; 184 rdfs:subClassOf SCCS:SAB_4 ;
157 - skos:notation "41"^^xsd:string . 185 + skos:notation "41"^^xsd:string ;
158 - 186 +.
159 SCCS:SAB_411 187 SCCS:SAB_411
160 - rdf:type owl:Class , SCCS:SABClassOfClass ; 188 + rdf:type SCCS:NorsokZ014SABactivityClass ;
189 + rdf:type owl:Class ;
161 rdfs:label "Mobilisation"^^xsd:string ; 190 rdfs:label "Mobilisation"^^xsd:string ;
162 rdfs:subClassOf SCCS:SAB_41 ; 191 rdfs:subClassOf SCCS:SAB_41 ;
163 - skos:notation "411"^^xsd:string . 192 + skos:notation "411"^^xsd:string ;
164 - 193 +.
165 SCCS:SAB_412 194 SCCS:SAB_412
166 - rdf:type owl:Class , SCCS:SABClassOfClass ; 195 + rdf:type SCCS:NorsokZ014SABactivityClass ;
196 + rdf:type owl:Class ;
167 rdfs:label "Civil Work"^^xsd:string ; 197 rdfs:label "Civil Work"^^xsd:string ;
168 rdfs:subClassOf SCCS:SAB_41 ; 198 rdfs:subClassOf SCCS:SAB_41 ;
169 - skos:notation "412"^^xsd:string . 199 + skos:notation "412"^^xsd:string ;
170 - 200 +.
171 SCCS:SAB_413 201 SCCS:SAB_413
172 - rdf:type owl:Class , SCCS:SABClassOfClass ; 202 + rdf:type SCCS:NorsokZ014SABactivityClass ;
203 + rdf:type owl:Class ;
173 rdfs:label "Fabrication of major assemblies"^^xsd:string ; 204 rdfs:label "Fabrication of major assemblies"^^xsd:string ;
174 rdfs:subClassOf SCCS:SAB_41 ; 205 rdfs:subClassOf SCCS:SAB_41 ;
175 - skos:notation "413"^^xsd:string . 206 + skos:notation "413"^^xsd:string ;
176 - 207 +.
177 SCCS:SAB_4131 208 SCCS:SAB_4131
178 - rdf:type owl:Class , SCCS:SABClassOfClass ; 209 + rdf:type SCCS:NorsokZ014SABactivityClass ;
210 + rdf:type owl:Class ;
179 rdfs:label "Prefabrication"^^xsd:string ; 211 rdfs:label "Prefabrication"^^xsd:string ;
180 rdfs:subClassOf SCCS:SAB_413 ; 212 rdfs:subClassOf SCCS:SAB_413 ;
181 - skos:notation "4131"^^xsd:string . 213 + skos:notation "4131"^^xsd:string ;
182 - 214 +.
183 SCCS:SAB_4132 215 SCCS:SAB_4132
184 - rdf:type owl:Class , SCCS:SABClassOfClass ; 216 + rdf:type SCCS:NorsokZ014SABactivityClass ;
217 + rdf:type owl:Class ;
185 rdfs:label "Installation/assembly/erection"^^xsd:string ; 218 rdfs:label "Installation/assembly/erection"^^xsd:string ;
186 rdfs:subClassOf SCCS:SAB_413 ; 219 rdfs:subClassOf SCCS:SAB_413 ;
187 - skos:notation "4132"^^xsd:string . 220 + skos:notation "4132"^^xsd:string ;
188 - 221 +.
189 SCCS:SAB_414 222 SCCS:SAB_414
190 - rdf:type owl:Class , SCCS:SABClassOfClass ; 223 + rdf:type SCCS:NorsokZ014SABactivityClass ;
224 + rdf:type owl:Class ;
191 rdfs:label "Other Prefabrication"^^xsd:string ; 225 rdfs:label "Other Prefabrication"^^xsd:string ;
192 rdfs:subClassOf SCCS:SAB_41 ; 226 rdfs:subClassOf SCCS:SAB_41 ;
193 - skos:notation "414"^^xsd:string . 227 + skos:notation "414"^^xsd:string ;
194 - 228 +.
195 SCCS:SAB_4141 229 SCCS:SAB_4141
196 - rdf:type owl:Class , SCCS:SABClassOfClass ; 230 + rdf:type SCCS:NorsokZ014SABactivityClass ;
231 + rdf:type owl:Class ;
197 rdfs:label "Prefabrication"^^xsd:string ; 232 rdfs:label "Prefabrication"^^xsd:string ;
198 rdfs:subClassOf SCCS:SAB_414 ; 233 rdfs:subClassOf SCCS:SAB_414 ;
199 - skos:notation "4141"^^xsd:string . 234 + skos:notation "4141"^^xsd:string ;
200 - 235 +.
201 SCCS:SAB_4142 236 SCCS:SAB_4142
202 - rdf:type owl:Class , SCCS:SABClassOfClass ; 237 + rdf:type SCCS:NorsokZ014SABactivityClass ;
238 + rdf:type owl:Class ;
203 rdfs:label "Installation/assembly/erection"^^xsd:string ; 239 rdfs:label "Installation/assembly/erection"^^xsd:string ;
204 rdfs:subClassOf SCCS:SAB_414 ; 240 rdfs:subClassOf SCCS:SAB_414 ;
205 - skos:notation "4142"^^xsd:string . 241 + skos:notation "4142"^^xsd:string ;
206 - 242 +.
207 SCCS:SAB_415 243 SCCS:SAB_415
208 - rdf:type owl:Class , SCCS:SABClassOfClass ; 244 + rdf:type SCCS:NorsokZ014SABactivityClass ;
245 + rdf:type owl:Class ;
209 rdfs:label "Modification"^^xsd:string ; 246 rdfs:label "Modification"^^xsd:string ;
210 rdfs:subClassOf SCCS:SAB_41 ; 247 rdfs:subClassOf SCCS:SAB_41 ;
211 - skos:notation "415"^^xsd:string . 248 + skos:notation "415"^^xsd:string ;
212 - 249 +.
213 SCCS:SAB_4151 250 SCCS:SAB_4151
214 - rdf:type owl:Class , SCCS:SABClassOfClass ; 251 + rdf:type SCCS:NorsokZ014SABactivityClass ;
252 + rdf:type owl:Class ;
215 rdfs:label "Stripping / Dismantling"^^xsd:string ; 253 rdfs:label "Stripping / Dismantling"^^xsd:string ;
216 rdfs:subClassOf SCCS:SAB_415 ; 254 rdfs:subClassOf SCCS:SAB_415 ;
217 - skos:notation "4151"^^xsd:string . 255 + skos:notation "4151"^^xsd:string ;
218 - 256 +.
219 SCCS:SAB_4152 257 SCCS:SAB_4152
220 - rdf:type owl:Class , SCCS:SABClassOfClass ; 258 + rdf:type SCCS:NorsokZ014SABactivityClass ;
259 + rdf:type owl:Class ;
221 rdfs:label "Refitting"^^xsd:string ; 260 rdfs:label "Refitting"^^xsd:string ;
222 rdfs:subClassOf SCCS:SAB_415 ; 261 rdfs:subClassOf SCCS:SAB_415 ;
223 - skos:notation "4152"^^xsd:string . 262 + skos:notation "4152"^^xsd:string ;
224 - 263 +.
225 SCCS:SAB_4153 264 SCCS:SAB_4153
226 - rdf:type owl:Class , SCCS:SABClassOfClass ; 265 + rdf:type SCCS:NorsokZ014SABactivityClass ;
266 + rdf:type owl:Class ;
227 rdfs:label "Revamp"^^xsd:string ; 267 rdfs:label "Revamp"^^xsd:string ;
228 rdfs:subClassOf SCCS:SAB_415 ; 268 rdfs:subClassOf SCCS:SAB_415 ;
229 - skos:notation "4153"^^xsd:string . 269 + skos:notation "4153"^^xsd:string ;
230 - 270 +.
231 SCCS:SAB_4154 271 SCCS:SAB_4154
232 - rdf:type owl:Class , SCCS:SABClassOfClass ; 272 + rdf:type SCCS:NorsokZ014SABactivityClass ;
273 + rdf:type owl:Class ;
233 rdfs:label "Relocate"^^xsd:string ; 274 rdfs:label "Relocate"^^xsd:string ;
234 rdfs:subClassOf SCCS:SAB_415 ; 275 rdfs:subClassOf SCCS:SAB_415 ;
235 - skos:notation "4154"^^xsd:string . 276 + skos:notation "4154"^^xsd:string ;
236 - 277 +.
237 SCCS:SAB_417 278 SCCS:SAB_417
238 - rdf:type owl:Class , SCCS:SABClassOfClass ; 279 + rdf:type SCCS:NorsokZ014SABactivityClass ;
280 + rdf:type owl:Class ;
239 rdfs:label "Commissioning"^^xsd:string ; 281 rdfs:label "Commissioning"^^xsd:string ;
240 rdfs:subClassOf SCCS:SAB_41 ; 282 rdfs:subClassOf SCCS:SAB_41 ;
241 - skos:notation "417"^^xsd:string . 283 + skos:notation "417"^^xsd:string ;
242 - 284 +.
243 SCCS:SAB_4171 285 SCCS:SAB_4171
244 - rdf:type owl:Class , SCCS:SABClassOfClass ; 286 + rdf:type SCCS:NorsokZ014SABactivityClass ;
287 + rdf:type owl:Class ;
245 rdfs:label "Commissioning"^^xsd:string ; 288 rdfs:label "Commissioning"^^xsd:string ;
246 rdfs:subClassOf SCCS:SAB_417 ; 289 rdfs:subClassOf SCCS:SAB_417 ;
247 - skos:notation "4171"^^xsd:string . 290 + skos:notation "4171"^^xsd:string ;
248 - 291 +.
249 SCCS:SAB_4172 292 SCCS:SAB_4172
250 - rdf:type owl:Class , SCCS:SABClassOfClass ; 293 + rdf:type SCCS:NorsokZ014SABactivityClass ;
294 + rdf:type owl:Class ;
251 rdfs:label "Startup"^^xsd:string ; 295 rdfs:label "Startup"^^xsd:string ;
252 rdfs:subClassOf SCCS:SAB_417 ; 296 rdfs:subClassOf SCCS:SAB_417 ;
253 - skos:notation "4172"^^xsd:string . 297 + skos:notation "4172"^^xsd:string ;
254 - 298 +.
255 SCCS:SAB_418 299 SCCS:SAB_418
256 - rdf:type owl:Class , SCCS:SABClassOfClass ; 300 + rdf:type SCCS:NorsokZ014SABactivityClass ;
301 + rdf:type owl:Class ;
257 rdfs:label "Weighing, Seafastening & Load-out"^^xsd:string ; 302 rdfs:label "Weighing, Seafastening & Load-out"^^xsd:string ;
258 rdfs:subClassOf SCCS:SAB_41 ; 303 rdfs:subClassOf SCCS:SAB_41 ;
259 - skos:notation "418"^^xsd:string . 304 + skos:notation "418"^^xsd:string ;
260 - 305 +.
261 SCCS:SAB_42 306 SCCS:SAB_42
262 - rdf:type owl:Class , SCCS:SABClassOfClass ; 307 + rdf:type SCCS:NorsokZ014SABactivityClass ;
308 + rdf:type owl:Class ;
263 rdfs:label "Atshore construction"^^xsd:string ; 309 rdfs:label "Atshore construction"^^xsd:string ;
264 rdfs:subClassOf SCCS:SAB_4 ; 310 rdfs:subClassOf SCCS:SAB_4 ;
265 - skos:notation "42"^^xsd:string . 311 + skos:notation "42"^^xsd:string ;
266 - 312 +.
267 SCCS:SAB_422 313 SCCS:SAB_422
268 - rdf:type owl:Class , SCCS:SABClassOfClass ; 314 + rdf:type SCCS:NorsokZ014SABactivityClass ;
315 + rdf:type owl:Class ;
269 rdfs:label "Civil work"^^xsd:string ; 316 rdfs:label "Civil work"^^xsd:string ;
270 rdfs:subClassOf SCCS:SAB_42 ; 317 rdfs:subClassOf SCCS:SAB_42 ;
271 - skos:notation "422"^^xsd:string . 318 + skos:notation "422"^^xsd:string ;
272 - 319 +.
273 SCCS:SAB_423 320 SCCS:SAB_423
274 - rdf:type owl:Class , SCCS:SABClassOfClass ; 321 + rdf:type SCCS:NorsokZ014SABactivityClass ;
322 + rdf:type owl:Class ;
275 rdfs:label "Major Assemblies"^^xsd:string ; 323 rdfs:label "Major Assemblies"^^xsd:string ;
276 rdfs:subClassOf SCCS:SAB_42 ; 324 rdfs:subClassOf SCCS:SAB_42 ;
277 - skos:notation "423"^^xsd:string . 325 + skos:notation "423"^^xsd:string ;
278 - 326 +.
279 SCCS:SAB_4231 327 SCCS:SAB_4231
280 - rdf:type owl:Class , SCCS:SABClassOfClass ; 328 + rdf:type SCCS:NorsokZ014SABactivityClass ;
329 + rdf:type owl:Class ;
281 rdfs:label "Prefabrication"^^xsd:string ; 330 rdfs:label "Prefabrication"^^xsd:string ;
282 rdfs:subClassOf SCCS:SAB_423 ; 331 rdfs:subClassOf SCCS:SAB_423 ;
283 - skos:notation "4231"^^xsd:string . 332 + skos:notation "4231"^^xsd:string ;
284 - 333 +.
285 SCCS:SAB_4232 334 SCCS:SAB_4232
286 - rdf:type owl:Class , SCCS:SABClassOfClass ; 335 + rdf:type SCCS:NorsokZ014SABactivityClass ;
336 + rdf:type owl:Class ;
287 rdfs:label "Installation/assembly/erection"^^xsd:string ; 337 rdfs:label "Installation/assembly/erection"^^xsd:string ;
288 rdfs:subClassOf SCCS:SAB_423 ; 338 rdfs:subClassOf SCCS:SAB_423 ;
289 - skos:notation "4232"^^xsd:string . 339 + skos:notation "4232"^^xsd:string ;
290 - 340 +.
291 SCCS:SAB_424 341 SCCS:SAB_424
292 - rdf:type owl:Class , SCCS:SABClassOfClass ; 342 + rdf:type SCCS:NorsokZ014SABactivityClass ;
343 + rdf:type owl:Class ;
293 rdfs:label "Other fabrication activities"^^xsd:string ; 344 rdfs:label "Other fabrication activities"^^xsd:string ;
294 rdfs:subClassOf SCCS:SAB_42 ; 345 rdfs:subClassOf SCCS:SAB_42 ;
295 - skos:notation "424"^^xsd:string . 346 + skos:notation "424"^^xsd:string ;
296 - 347 +.
297 SCCS:SAB_4241 348 SCCS:SAB_4241
298 - rdf:type owl:Class , SCCS:SABClassOfClass ; 349 + rdf:type SCCS:NorsokZ014SABactivityClass ;
350 + rdf:type owl:Class ;
299 rdfs:label "Prefabrication"^^xsd:string ; 351 rdfs:label "Prefabrication"^^xsd:string ;
300 rdfs:subClassOf SCCS:SAB_424 ; 352 rdfs:subClassOf SCCS:SAB_424 ;
301 - skos:notation "4241"^^xsd:string . 353 + skos:notation "4241"^^xsd:string ;
302 - 354 +.
303 SCCS:SAB_4242 355 SCCS:SAB_4242
304 - rdf:type owl:Class , SCCS:SABClassOfClass ; 356 + rdf:type SCCS:NorsokZ014SABactivityClass ;
357 + rdf:type owl:Class ;
305 rdfs:label "Installation/assembly/erection"^^xsd:string ; 358 rdfs:label "Installation/assembly/erection"^^xsd:string ;
306 rdfs:subClassOf SCCS:SAB_424 ; 359 rdfs:subClassOf SCCS:SAB_424 ;
307 - skos:notation "4242"^^xsd:string . 360 + skos:notation "4242"^^xsd:string ;
308 - 361 +.
309 SCCS:SAB_425 362 SCCS:SAB_425
310 - rdf:type owl:Class , SCCS:SABClassOfClass ; 363 + rdf:type SCCS:NorsokZ014SABactivityClass ;
364 + rdf:type owl:Class ;
311 rdfs:label "Modification"^^xsd:string ; 365 rdfs:label "Modification"^^xsd:string ;
312 rdfs:subClassOf SCCS:SAB_42 ; 366 rdfs:subClassOf SCCS:SAB_42 ;
313 - skos:notation "425"^^xsd:string . 367 + skos:notation "425"^^xsd:string ;
314 - 368 +.
315 SCCS:SAB_4251 369 SCCS:SAB_4251
316 - rdf:type owl:Class , SCCS:SABClassOfClass ; 370 + rdf:type SCCS:NorsokZ014SABactivityClass ;
371 + rdf:type owl:Class ;
317 rdfs:label "Stripping/dismantling"^^xsd:string ; 372 rdfs:label "Stripping/dismantling"^^xsd:string ;
318 rdfs:subClassOf SCCS:SAB_425 ; 373 rdfs:subClassOf SCCS:SAB_425 ;
319 - skos:notation "4251"^^xsd:string . 374 + skos:notation "4251"^^xsd:string ;
320 - 375 +.
321 SCCS:SAB_4252 376 SCCS:SAB_4252
322 - rdf:type owl:Class , SCCS:SABClassOfClass ; 377 + rdf:type SCCS:NorsokZ014SABactivityClass ;
378 + rdf:type owl:Class ;
323 rdfs:label "Refitting"^^xsd:string ; 379 rdfs:label "Refitting"^^xsd:string ;
324 rdfs:subClassOf SCCS:SAB_425 ; 380 rdfs:subClassOf SCCS:SAB_425 ;
325 - skos:notation "4252"^^xsd:string . 381 + skos:notation "4252"^^xsd:string ;
326 - 382 +.
327 SCCS:SAB_4253 383 SCCS:SAB_4253
328 - rdf:type owl:Class , SCCS:SABClassOfClass ; 384 + rdf:type SCCS:NorsokZ014SABactivityClass ;
385 + rdf:type owl:Class ;
329 rdfs:label "Revamp"^^xsd:string ; 386 rdfs:label "Revamp"^^xsd:string ;
330 rdfs:subClassOf SCCS:SAB_425 ; 387 rdfs:subClassOf SCCS:SAB_425 ;
331 - skos:notation "4253"^^xsd:string . 388 + skos:notation "4253"^^xsd:string ;
332 - 389 +.
333 SCCS:SAB_426 390 SCCS:SAB_426
334 - rdf:type owl:Class , SCCS:SABClassOfClass ; 391 + rdf:type SCCS:NorsokZ014SABactivityClass ;
392 + rdf:type owl:Class ;
335 rdfs:label "Vendor assistance"^^xsd:string ; 393 rdfs:label "Vendor assistance"^^xsd:string ;
336 rdfs:subClassOf SCCS:SAB_42 ; 394 rdfs:subClassOf SCCS:SAB_42 ;
337 - skos:notation "426"^^xsd:string . 395 + skos:notation "426"^^xsd:string ;
338 - 396 +.
339 SCCS:SAB_427 397 SCCS:SAB_427
340 - rdf:type owl:Class , SCCS:SABClassOfClass ; 398 + rdf:type SCCS:NorsokZ014SABactivityClass ;
399 + rdf:type owl:Class ;
341 rdfs:label "Commissioning"^^xsd:string ; 400 rdfs:label "Commissioning"^^xsd:string ;
342 rdfs:subClassOf SCCS:SAB_42 ; 401 rdfs:subClassOf SCCS:SAB_42 ;
343 - skos:notation "427"^^xsd:string . 402 + skos:notation "427"^^xsd:string ;
344 - 403 +.
345 SCCS:SAB_43 404 SCCS:SAB_43
346 - rdf:type owl:Class , SCCS:SABClassOfClass ; 405 + rdf:type SCCS:NorsokZ014SABactivityClass ;
406 + rdf:type owl:Class ;
347 rdfs:label "Inshore construction"^^xsd:string ; 407 rdfs:label "Inshore construction"^^xsd:string ;
348 rdfs:subClassOf SCCS:SAB_4 ; 408 rdfs:subClassOf SCCS:SAB_4 ;
349 - skos:notation "43"^^xsd:string . 409 + skos:notation "43"^^xsd:string ;
350 - 410 +.
351 SCCS:SAB_431 411 SCCS:SAB_431
352 - rdf:type owl:Class , SCCS:SABClassOfClass ; 412 + rdf:type SCCS:NorsokZ014SABactivityClass ;
413 + rdf:type owl:Class ;
353 rdfs:label "Mobilisation"^^xsd:string ; 414 rdfs:label "Mobilisation"^^xsd:string ;
354 rdfs:subClassOf SCCS:SAB_43 ; 415 rdfs:subClassOf SCCS:SAB_43 ;
355 - skos:notation "431"^^xsd:string . 416 + skos:notation "431"^^xsd:string ;
356 - 417 +.
357 SCCS:SAB_432 418 SCCS:SAB_432
358 - rdf:type owl:Class , SCCS:SABClassOfClass ; 419 + rdf:type SCCS:NorsokZ014SABactivityClass ;
420 + rdf:type owl:Class ;
359 rdfs:label "Civil work"^^xsd:string ; 421 rdfs:label "Civil work"^^xsd:string ;
360 rdfs:subClassOf SCCS:SAB_43 ; 422 rdfs:subClassOf SCCS:SAB_43 ;
361 - skos:notation "432"^^xsd:string . 423 + skos:notation "432"^^xsd:string ;
362 - 424 +.
363 SCCS:SAB_433 425 SCCS:SAB_433
364 - rdf:type owl:Class , SCCS:SABClassOfClass ; 426 + rdf:type SCCS:NorsokZ014SABactivityClass ;
427 + rdf:type owl:Class ;
365 rdfs:label "Major Assemblies"^^xsd:string ; 428 rdfs:label "Major Assemblies"^^xsd:string ;
366 rdfs:subClassOf SCCS:SAB_43 ; 429 rdfs:subClassOf SCCS:SAB_43 ;
367 - skos:notation "433"^^xsd:string . 430 + skos:notation "433"^^xsd:string ;
368 - 431 +.
369 SCCS:SAB_4331 432 SCCS:SAB_4331
370 - rdf:type owl:Class , SCCS:SABClassOfClass ; 433 + rdf:type SCCS:NorsokZ014SABactivityClass ;
434 + rdf:type owl:Class ;
371 rdfs:label "Prefabrication"^^xsd:string ; 435 rdfs:label "Prefabrication"^^xsd:string ;
372 rdfs:subClassOf SCCS:SAB_433 ; 436 rdfs:subClassOf SCCS:SAB_433 ;
373 - skos:notation "4331"^^xsd:string . 437 + skos:notation "4331"^^xsd:string ;
374 - 438 +.
375 SCCS:SAB_4332 439 SCCS:SAB_4332
376 - rdf:type owl:Class , SCCS:SABClassOfClass ; 440 + rdf:type SCCS:NorsokZ014SABactivityClass ;
441 + rdf:type owl:Class ;
377 rdfs:label "Installation/assembly/erection"^^xsd:string ; 442 rdfs:label "Installation/assembly/erection"^^xsd:string ;
378 rdfs:subClassOf SCCS:SAB_433 ; 443 rdfs:subClassOf SCCS:SAB_433 ;
379 - skos:notation "4332"^^xsd:string . 444 + skos:notation "4332"^^xsd:string ;
380 - 445 +.
381 SCCS:SAB_434 446 SCCS:SAB_434
382 - rdf:type owl:Class , SCCS:SABClassOfClass ; 447 + rdf:type SCCS:NorsokZ014SABactivityClass ;
448 + rdf:type owl:Class ;
383 rdfs:label "Other fabrication activities"^^xsd:string ; 449 rdfs:label "Other fabrication activities"^^xsd:string ;
384 rdfs:subClassOf SCCS:SAB_43 ; 450 rdfs:subClassOf SCCS:SAB_43 ;
385 - skos:notation "434"^^xsd:string . 451 + skos:notation "434"^^xsd:string ;
386 - 452 +.
387 SCCS:SAB_4341 453 SCCS:SAB_4341
388 - rdf:type owl:Class , SCCS:SABClassOfClass ; 454 + rdf:type SCCS:NorsokZ014SABactivityClass ;
455 + rdf:type owl:Class ;
389 rdfs:label "Prefabrication"^^xsd:string ; 456 rdfs:label "Prefabrication"^^xsd:string ;
390 rdfs:subClassOf SCCS:SAB_434 ; 457 rdfs:subClassOf SCCS:SAB_434 ;
391 - skos:notation "4341"^^xsd:string . 458 + skos:notation "4341"^^xsd:string ;
392 - 459 +.
393 SCCS:SAB_4342 460 SCCS:SAB_4342
394 - rdf:type owl:Class , SCCS:SABClassOfClass ; 461 + rdf:type SCCS:NorsokZ014SABactivityClass ;
462 + rdf:type owl:Class ;
395 rdfs:label "Installation/assembly/erection"^^xsd:string ; 463 rdfs:label "Installation/assembly/erection"^^xsd:string ;
396 rdfs:subClassOf SCCS:SAB_434 ; 464 rdfs:subClassOf SCCS:SAB_434 ;
397 - skos:notation "4342"^^xsd:string . 465 + skos:notation "4342"^^xsd:string ;
398 - 466 +.
399 SCCS:SAB_435 467 SCCS:SAB_435
400 - rdf:type owl:Class , SCCS:SABClassOfClass ; 468 + rdf:type SCCS:NorsokZ014SABactivityClass ;
469 + rdf:type owl:Class ;
401 rdfs:label "Modification"^^xsd:string ; 470 rdfs:label "Modification"^^xsd:string ;
402 rdfs:subClassOf SCCS:SAB_43 ; 471 rdfs:subClassOf SCCS:SAB_43 ;
403 - skos:notation "435"^^xsd:string . 472 + skos:notation "435"^^xsd:string ;
404 - 473 +.
405 SCCS:SAB_4351 474 SCCS:SAB_4351
406 - rdf:type owl:Class , SCCS:SABClassOfClass ; 475 + rdf:type SCCS:NorsokZ014SABactivityClass ;
476 + rdf:type owl:Class ;
407 rdfs:label "Stripping/dismantling"^^xsd:string ; 477 rdfs:label "Stripping/dismantling"^^xsd:string ;
408 rdfs:subClassOf SCCS:SAB_435 ; 478 rdfs:subClassOf SCCS:SAB_435 ;
409 - skos:notation "4351"^^xsd:string . 479 + skos:notation "4351"^^xsd:string ;
410 - 480 +.
411 SCCS:SAB_4352 481 SCCS:SAB_4352
412 - rdf:type owl:Class , SCCS:SABClassOfClass ; 482 + rdf:type SCCS:NorsokZ014SABactivityClass ;
483 + rdf:type owl:Class ;
413 rdfs:label "Refitting"^^xsd:string ; 484 rdfs:label "Refitting"^^xsd:string ;
414 rdfs:subClassOf SCCS:SAB_435 ; 485 rdfs:subClassOf SCCS:SAB_435 ;
415 - skos:notation "4352"^^xsd:string . 486 + skos:notation "4352"^^xsd:string ;
416 - 487 +.
417 SCCS:SAB_4353 488 SCCS:SAB_4353
418 - rdf:type owl:Class , SCCS:SABClassOfClass ; 489 + rdf:type SCCS:NorsokZ014SABactivityClass ;
490 + rdf:type owl:Class ;
419 rdfs:label "Revamp"^^xsd:string ; 491 rdfs:label "Revamp"^^xsd:string ;
420 rdfs:subClassOf SCCS:SAB_435 ; 492 rdfs:subClassOf SCCS:SAB_435 ;
421 - skos:notation "4353"^^xsd:string . 493 + skos:notation "4353"^^xsd:string ;
422 - 494 +.
423 SCCS:SAB_4354 495 SCCS:SAB_4354
424 - rdf:type owl:Class , SCCS:SABClassOfClass ; 496 + rdf:type SCCS:NorsokZ014SABactivityClass ;
497 + rdf:type owl:Class ;
425 rdfs:label "Relocate"^^xsd:string ; 498 rdfs:label "Relocate"^^xsd:string ;
426 rdfs:subClassOf SCCS:SAB_435 ; 499 rdfs:subClassOf SCCS:SAB_435 ;
427 - skos:notation "4354"^^xsd:string . 500 + skos:notation "4354"^^xsd:string ;
428 - 501 +.
429 SCCS:SAB_436 502 SCCS:SAB_436
430 - rdf:type owl:Class , SCCS:SABClassOfClass ; 503 + rdf:type SCCS:NorsokZ014SABactivityClass ;
504 + rdf:type owl:Class ;
431 rdfs:label "Vendor assistance"^^xsd:string ; 505 rdfs:label "Vendor assistance"^^xsd:string ;
432 rdfs:subClassOf SCCS:SAB_43 ; 506 rdfs:subClassOf SCCS:SAB_43 ;
433 - skos:notation "436"^^xsd:string . 507 + skos:notation "436"^^xsd:string ;
434 - 508 +.
435 SCCS:SAB_437 509 SCCS:SAB_437
436 - rdf:type owl:Class , SCCS:SABClassOfClass ; 510 + rdf:type SCCS:NorsokZ014SABactivityClass ;
511 + rdf:type owl:Class ;
437 rdfs:label "Commissioning"^^xsd:string ; 512 rdfs:label "Commissioning"^^xsd:string ;
438 rdfs:subClassOf SCCS:SAB_43 ; 513 rdfs:subClassOf SCCS:SAB_43 ;
439 - skos:notation "437"^^xsd:string . 514 + skos:notation "437"^^xsd:string ;
440 - 515 +.
441 SCCS:SAB_44 516 SCCS:SAB_44
442 - rdf:type owl:Class , SCCS:SABClassOfClass ; 517 + rdf:type SCCS:NorsokZ014SABactivityClass ;
518 + rdf:type owl:Class ;
443 rdfs:label "Offshore construction"^^xsd:string ; 519 rdfs:label "Offshore construction"^^xsd:string ;
444 rdfs:subClassOf SCCS:SAB_4 ; 520 rdfs:subClassOf SCCS:SAB_4 ;
445 - skos:notation "44"^^xsd:string . 521 + skos:notation "44"^^xsd:string ;
446 - 522 +.
447 SCCS:SAB_441 523 SCCS:SAB_441
448 - rdf:type owl:Class , SCCS:SABClassOfClass ; 524 + rdf:type SCCS:NorsokZ014SABactivityClass ;
525 + rdf:type owl:Class ;
449 rdfs:label "Mobilisation"^^xsd:string ; 526 rdfs:label "Mobilisation"^^xsd:string ;
450 rdfs:subClassOf SCCS:SAB_44 ; 527 rdfs:subClassOf SCCS:SAB_44 ;
451 - skos:notation "441"^^xsd:string . 528 + skos:notation "441"^^xsd:string ;
452 - 529 +.
453 SCCS:SAB_442 530 SCCS:SAB_442
454 - rdf:type owl:Class , SCCS:SABClassOfClass ; 531 + rdf:type SCCS:NorsokZ014SABactivityClass ;
532 + rdf:type owl:Class ;
455 rdfs:label "Civil work"^^xsd:string ; 533 rdfs:label "Civil work"^^xsd:string ;
456 rdfs:subClassOf SCCS:SAB_44 ; 534 rdfs:subClassOf SCCS:SAB_44 ;
457 - skos:notation "442"^^xsd:string . 535 + skos:notation "442"^^xsd:string ;
458 - 536 +.
459 SCCS:SAB_443 537 SCCS:SAB_443
460 - rdf:type owl:Class , SCCS:SABClassOfClass ; 538 + rdf:type SCCS:NorsokZ014SABactivityClass ;
539 + rdf:type owl:Class ;
461 rdfs:label "Activities related to major assemblies"^^xsd:string ; 540 rdfs:label "Activities related to major assemblies"^^xsd:string ;
462 rdfs:subClassOf SCCS:SAB_44 ; 541 rdfs:subClassOf SCCS:SAB_44 ;
463 - skos:notation "443"^^xsd:string . 542 + skos:notation "443"^^xsd:string ;
464 - 543 +.
465 SCCS:SAB_4431 544 SCCS:SAB_4431
466 - rdf:type owl:Class , SCCS:SABClassOfClass ; 545 + rdf:type SCCS:NorsokZ014SABactivityClass ;
546 + rdf:type owl:Class ;
467 rdfs:label "Prefabrication"^^xsd:string ; 547 rdfs:label "Prefabrication"^^xsd:string ;
468 rdfs:subClassOf SCCS:SAB_443 ; 548 rdfs:subClassOf SCCS:SAB_443 ;
469 - skos:notation "4431"^^xsd:string . 549 + skos:notation "4431"^^xsd:string ;
470 - 550 +.
471 SCCS:SAB_4432 551 SCCS:SAB_4432
472 - rdf:type owl:Class , SCCS:SABClassOfClass ; 552 + rdf:type SCCS:NorsokZ014SABactivityClass ;
553 + rdf:type owl:Class ;
473 rdfs:label "Installation/assembly/erection"^^xsd:string ; 554 rdfs:label "Installation/assembly/erection"^^xsd:string ;
474 rdfs:subClassOf SCCS:SAB_443 ; 555 rdfs:subClassOf SCCS:SAB_443 ;
475 - skos:notation "4432"^^xsd:string . 556 + skos:notation "4432"^^xsd:string ;
476 - 557 +.
477 SCCS:SAB_444 558 SCCS:SAB_444
478 - rdf:type owl:Class , SCCS:SABClassOfClass ; 559 + rdf:type SCCS:NorsokZ014SABactivityClass ;
560 + rdf:type owl:Class ;
479 rdfs:label "Other fabrication activities"^^xsd:string ; 561 rdfs:label "Other fabrication activities"^^xsd:string ;
480 rdfs:subClassOf SCCS:SAB_44 ; 562 rdfs:subClassOf SCCS:SAB_44 ;
481 - skos:notation "444"^^xsd:string . 563 + skos:notation "444"^^xsd:string ;
482 - 564 +.
483 SCCS:SAB_4441 565 SCCS:SAB_4441
484 - rdf:type owl:Class , SCCS:SABClassOfClass ; 566 + rdf:type SCCS:NorsokZ014SABactivityClass ;
567 + rdf:type owl:Class ;
485 rdfs:label "Prefabrication"^^xsd:string ; 568 rdfs:label "Prefabrication"^^xsd:string ;
486 rdfs:subClassOf SCCS:SAB_444 ; 569 rdfs:subClassOf SCCS:SAB_444 ;
487 - skos:notation "4441"^^xsd:string . 570 + skos:notation "4441"^^xsd:string ;
488 - 571 +.
489 SCCS:SAB_4442 572 SCCS:SAB_4442
490 - rdf:type owl:Class , SCCS:SABClassOfClass ; 573 + rdf:type SCCS:NorsokZ014SABactivityClass ;
574 + rdf:type owl:Class ;
491 rdfs:label "Installation/assembly/erection"^^xsd:string ; 575 rdfs:label "Installation/assembly/erection"^^xsd:string ;
492 rdfs:subClassOf SCCS:SAB_444 ; 576 rdfs:subClassOf SCCS:SAB_444 ;
493 - skos:notation "4442"^^xsd:string . 577 + skos:notation "4442"^^xsd:string ;
494 - 578 +.
495 SCCS:SAB_445 579 SCCS:SAB_445
496 - rdf:type owl:Class , SCCS:SABClassOfClass ; 580 + rdf:type SCCS:NorsokZ014SABactivityClass ;
581 + rdf:type owl:Class ;
497 rdfs:label "Modification"^^xsd:string ; 582 rdfs:label "Modification"^^xsd:string ;
498 rdfs:subClassOf SCCS:SAB_44 ; 583 rdfs:subClassOf SCCS:SAB_44 ;
499 - skos:notation "445"^^xsd:string . 584 + skos:notation "445"^^xsd:string ;
500 - 585 +.
501 SCCS:SAB_4451 586 SCCS:SAB_4451
502 - rdf:type owl:Class , SCCS:SABClassOfClass ; 587 + rdf:type SCCS:NorsokZ014SABactivityClass ;
588 + rdf:type owl:Class ;
503 rdfs:label "Stripping/dismantling"^^xsd:string ; 589 rdfs:label "Stripping/dismantling"^^xsd:string ;
504 rdfs:subClassOf SCCS:SAB_445 ; 590 rdfs:subClassOf SCCS:SAB_445 ;
505 - skos:notation "4451"^^xsd:string . 591 + skos:notation "4451"^^xsd:string ;
506 - 592 +.
507 SCCS:SAB_4452 593 SCCS:SAB_4452
508 - rdf:type owl:Class , SCCS:SABClassOfClass ; 594 + rdf:type SCCS:NorsokZ014SABactivityClass ;
595 + rdf:type owl:Class ;
509 rdfs:label "Refitting"^^xsd:string ; 596 rdfs:label "Refitting"^^xsd:string ;
510 rdfs:subClassOf SCCS:SAB_445 ; 597 rdfs:subClassOf SCCS:SAB_445 ;
511 - skos:notation "4452"^^xsd:string . 598 + skos:notation "4452"^^xsd:string ;
512 - 599 +.
513 SCCS:SAB_4453 600 SCCS:SAB_4453
514 - rdf:type owl:Class , SCCS:SABClassOfClass ; 601 + rdf:type SCCS:NorsokZ014SABactivityClass ;
602 + rdf:type owl:Class ;
515 rdfs:label "Revamp"^^xsd:string ; 603 rdfs:label "Revamp"^^xsd:string ;
516 rdfs:subClassOf SCCS:SAB_445 ; 604 rdfs:subClassOf SCCS:SAB_445 ;
517 - skos:notation "4453"^^xsd:string . 605 + skos:notation "4453"^^xsd:string ;
518 - 606 +.
519 SCCS:SAB_4454 607 SCCS:SAB_4454
520 - rdf:type owl:Class , SCCS:SABClassOfClass ; 608 + rdf:type SCCS:NorsokZ014SABactivityClass ;
609 + rdf:type owl:Class ;
521 rdfs:label "Relocate"^^xsd:string ; 610 rdfs:label "Relocate"^^xsd:string ;
522 rdfs:subClassOf SCCS:SAB_445 ; 611 rdfs:subClassOf SCCS:SAB_445 ;
523 - skos:notation "4454"^^xsd:string . 612 + skos:notation "4454"^^xsd:string ;
524 - 613 +.
525 SCCS:SAB_446 614 SCCS:SAB_446
526 - rdf:type owl:Class , SCCS:SABClassOfClass ; 615 + rdf:type SCCS:NorsokZ014SABactivityClass ;
616 + rdf:type owl:Class ;
527 rdfs:label "Vendor assistance"^^xsd:string ; 617 rdfs:label "Vendor assistance"^^xsd:string ;
528 rdfs:subClassOf SCCS:SAB_44 ; 618 rdfs:subClassOf SCCS:SAB_44 ;
529 - skos:notation "446"^^xsd:string . 619 + skos:notation "446"^^xsd:string ;
530 - 620 +.
531 SCCS:SAB_447 621 SCCS:SAB_447
532 - rdf:type owl:Class , SCCS:SABClassOfClass ; 622 + rdf:type SCCS:NorsokZ014SABactivityClass ;
623 + rdf:type owl:Class ;
533 rdfs:label "Commissioning"^^xsd:string ; 624 rdfs:label "Commissioning"^^xsd:string ;
534 rdfs:subClassOf SCCS:SAB_44 ; 625 rdfs:subClassOf SCCS:SAB_44 ;
535 - skos:notation "447"^^xsd:string . 626 + skos:notation "447"^^xsd:string ;
536 - 627 +.
537 SCCS:SAB_4471 628 SCCS:SAB_4471
538 - rdf:type owl:Class , SCCS:SABClassOfClass ; 629 + rdf:type SCCS:NorsokZ014SABactivityClass ;
630 + rdf:type owl:Class ;
539 rdfs:label "Commissioning"^^xsd:string ; 631 rdfs:label "Commissioning"^^xsd:string ;
540 rdfs:subClassOf SCCS:SAB_447 ; 632 rdfs:subClassOf SCCS:SAB_447 ;
541 - skos:notation "4471"^^xsd:string . 633 + skos:notation "4471"^^xsd:string ;
542 - 634 +.
543 SCCS:SAB_4472 635 SCCS:SAB_4472
544 - rdf:type owl:Class , SCCS:SABClassOfClass ; 636 + rdf:type SCCS:NorsokZ014SABactivityClass ;
637 + rdf:type owl:Class ;
545 rdfs:label "Startup"^^xsd:string ; 638 rdfs:label "Startup"^^xsd:string ;
546 rdfs:subClassOf SCCS:SAB_447 ; 639 rdfs:subClassOf SCCS:SAB_447 ;
547 - skos:notation "4472"^^xsd:string . 640 + skos:notation "4472"^^xsd:string ;
548 - 641 +.
549 SCCS:SAB_448 642 SCCS:SAB_448
550 - rdf:type owl:Class , SCCS:SABClassOfClass ; 643 + rdf:type SCCS:NorsokZ014SABactivityClass ;
644 + rdf:type owl:Class ;
551 rdfs:label "Non-working hours (lunch, standby, etc)"^^xsd:string ; 645 rdfs:label "Non-working hours (lunch, standby, etc)"^^xsd:string ;
552 rdfs:subClassOf SCCS:SAB_44 ; 646 rdfs:subClassOf SCCS:SAB_44 ;
553 - skos:notation "448"^^xsd:string . 647 + skos:notation "448"^^xsd:string ;
554 - 648 +.
555 SCCS:SAB_5 649 SCCS:SAB_5
556 - rdf:type owl:Class , SCCS:SABClassOfClass ; 650 + rdf:type SCCS:NorsokZ014SABactivityClass ;
651 + rdf:type owl:Class ;
557 rdfs:label "Operations"^^xsd:string ; 652 rdfs:label "Operations"^^xsd:string ;
558 - rdfs:subClassOf SCCS:SAB_Thing ; 653 + rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
559 - skos:notation "5"^^xsd:string . 654 + skos:notation "5"^^xsd:string ;
560 - 655 +.
561 SCCS:SAB_51 656 SCCS:SAB_51
562 - rdf:type owl:Class , SCCS:SABClassOfClass ; 657 + rdf:type SCCS:NorsokZ014SABactivityClass ;
658 + rdf:type owl:Class ;
563 rdfs:label "SAB 51: Landbased operations"^^xsd:string ; 659 rdfs:label "SAB 51: Landbased operations"^^xsd:string ;
564 rdfs:subClassOf SCCS:SAB_5 ; 660 rdfs:subClassOf SCCS:SAB_5 ;
565 - skos:notation "51"^^xsd:string . 661 + skos:notation "51"^^xsd:string ;
566 - 662 +.
567 SCCS:SAB_511 663 SCCS:SAB_511
568 - rdf:type owl:Class , SCCS:SABClassOfClass ; 664 + rdf:type SCCS:NorsokZ014SABactivityClass ;
665 + rdf:type owl:Class ;
569 rdfs:label "Lifting"^^xsd:string ; 666 rdfs:label "Lifting"^^xsd:string ;
570 rdfs:subClassOf SCCS:SAB_51 ; 667 rdfs:subClassOf SCCS:SAB_51 ;
571 - skos:notation "511"^^xsd:string . 668 + skos:notation "511"^^xsd:string ;
572 - 669 +.
573 SCCS:SAB_512 670 SCCS:SAB_512
574 - rdf:type owl:Class , SCCS:SABClassOfClass ; 671 + rdf:type SCCS:NorsokZ014SABactivityClass ;
672 + rdf:type owl:Class ;
575 rdfs:label "Transport"^^xsd:string ; 673 rdfs:label "Transport"^^xsd:string ;
576 rdfs:subClassOf SCCS:SAB_51 ; 674 rdfs:subClassOf SCCS:SAB_51 ;
577 - skos:notation "512"^^xsd:string . 675 + skos:notation "512"^^xsd:string ;
578 - 676 +.
579 SCCS:SAB_513 677 SCCS:SAB_513
580 - rdf:type owl:Class , SCCS:SABClassOfClass ; 678 + rdf:type SCCS:NorsokZ014SABactivityClass ;
679 + rdf:type owl:Class ;
581 rdfs:label "Pipeline operations"^^xsd:string ; 680 rdfs:label "Pipeline operations"^^xsd:string ;
582 rdfs:subClassOf SCCS:SAB_51 ; 681 rdfs:subClassOf SCCS:SAB_51 ;
583 - skos:notation "513"^^xsd:string . 682 + skos:notation "513"^^xsd:string ;
584 - 683 +.
585 SCCS:SAB_514 684 SCCS:SAB_514
586 - rdf:type owl:Class , SCCS:SABClassOfClass ; 685 + rdf:type SCCS:NorsokZ014SABactivityClass ;
686 + rdf:type owl:Class ;
587 rdfs:label "Cable operations"^^xsd:string ; 687 rdfs:label "Cable operations"^^xsd:string ;
588 rdfs:subClassOf SCCS:SAB_51 ; 688 rdfs:subClassOf SCCS:SAB_51 ;
589 - skos:notation "514"^^xsd:string . 689 + skos:notation "514"^^xsd:string ;
590 - 690 +.
591 SCCS:SAB_515 691 SCCS:SAB_515
592 - rdf:type owl:Class , SCCS:SABClassOfClass ; 692 + rdf:type SCCS:NorsokZ014SABactivityClass ;
693 + rdf:type owl:Class ;
593 rdfs:label "Other landbased operations"^^xsd:string ; 694 rdfs:label "Other landbased operations"^^xsd:string ;
594 rdfs:subClassOf SCCS:SAB_51 ; 695 rdfs:subClassOf SCCS:SAB_51 ;
595 - skos:notation "515"^^xsd:string . 696 + skos:notation "515"^^xsd:string ;
596 - 697 +.
597 SCCS:SAB_52 698 SCCS:SAB_52
598 - rdf:type owl:Class , SCCS:SABClassOfClass ; 699 + rdf:type SCCS:NorsokZ014SABactivityClass ;
700 + rdf:type owl:Class ;
599 rdfs:label "Offshore operations"^^xsd:string ; 701 rdfs:label "Offshore operations"^^xsd:string ;
600 rdfs:subClassOf SCCS:SAB_5 ; 702 rdfs:subClassOf SCCS:SAB_5 ;
601 - skos:notation "52"^^xsd:string . 703 + skos:notation "52"^^xsd:string ;
602 - 704 +.
603 SCCS:SAB_521 705 SCCS:SAB_521
604 - rdf:type owl:Class , SCCS:SABClassOfClass ; 706 + rdf:type SCCS:NorsokZ014SABactivityClass ;
707 + rdf:type owl:Class ;
605 rdfs:label "Survey"^^xsd:string ; 708 rdfs:label "Survey"^^xsd:string ;
606 rdfs:subClassOf SCCS:SAB_52 ; 709 rdfs:subClassOf SCCS:SAB_52 ;
607 - skos:notation "521"^^xsd:string . 710 + skos:notation "521"^^xsd:string ;
608 - 711 +.
609 SCCS:SAB_522 712 SCCS:SAB_522
610 - rdf:type owl:Class , SCCS:SABClassOfClass ; 713 + rdf:type SCCS:NorsokZ014SABactivityClass ;
714 + rdf:type owl:Class ;
611 rdfs:label "Seabed preparation"^^xsd:string ; 715 rdfs:label "Seabed preparation"^^xsd:string ;
612 rdfs:subClassOf SCCS:SAB_52 ; 716 rdfs:subClassOf SCCS:SAB_52 ;
613 - skos:notation "522"^^xsd:string . 717 + skos:notation "522"^^xsd:string ;
614 - 718 +.
615 SCCS:SAB_5221 719 SCCS:SAB_5221
616 - rdf:type owl:Class , SCCS:SABClassOfClass ; 720 + rdf:type SCCS:NorsokZ014SABactivityClass ;
721 + rdf:type owl:Class ;
617 rdfs:label "Trenching"^^xsd:string ; 722 rdfs:label "Trenching"^^xsd:string ;
618 rdfs:subClassOf SCCS:SAB_522 ; 723 rdfs:subClassOf SCCS:SAB_522 ;
619 - skos:notation "5221"^^xsd:string . 724 + skos:notation "5221"^^xsd:string ;
620 - 725 +.
621 SCCS:SAB_5222 726 SCCS:SAB_5222
622 - rdf:type owl:Class , SCCS:SABClassOfClass ; 727 + rdf:type SCCS:NorsokZ014SABactivityClass ;
728 + rdf:type owl:Class ;
623 rdfs:label "Dredging"^^xsd:string ; 729 rdfs:label "Dredging"^^xsd:string ;
624 rdfs:subClassOf SCCS:SAB_522 ; 730 rdfs:subClassOf SCCS:SAB_522 ;
625 - skos:notation "5222"^^xsd:string . 731 + skos:notation "5222"^^xsd:string ;
626 - 732 +.
627 SCCS:SAB_5223 733 SCCS:SAB_5223
628 - rdf:type owl:Class , SCCS:SABClassOfClass ; 734 + rdf:type SCCS:NorsokZ014SABactivityClass ;
735 + rdf:type owl:Class ;
629 rdfs:label "Back filling"^^xsd:string ; 736 rdfs:label "Back filling"^^xsd:string ;
630 rdfs:subClassOf SCCS:SAB_522 ; 737 rdfs:subClassOf SCCS:SAB_522 ;
631 - skos:notation "5223"^^xsd:string . 738 + skos:notation "5223"^^xsd:string ;
632 - 739 +.
633 SCCS:SAB_5224 740 SCCS:SAB_5224
634 - rdf:type owl:Class , SCCS:SABClassOfClass ; 741 + rdf:type SCCS:NorsokZ014SABactivityClass ;
742 + rdf:type owl:Class ;
635 rdfs:label "Rock dumping"^^xsd:string ; 743 rdfs:label "Rock dumping"^^xsd:string ;
636 rdfs:subClassOf SCCS:SAB_522 ; 744 rdfs:subClassOf SCCS:SAB_522 ;
637 - skos:notation "5224"^^xsd:string . 745 + skos:notation "5224"^^xsd:string ;
638 - 746 +.
639 SCCS:SAB_523 747 SCCS:SAB_523
640 - rdf:type owl:Class , SCCS:SABClassOfClass ; 748 + rdf:type SCCS:NorsokZ014SABactivityClass ;
749 + rdf:type owl:Class ;
641 rdfs:label "Installation"^^xsd:string ; 750 rdfs:label "Installation"^^xsd:string ;
642 rdfs:subClassOf SCCS:SAB_52 ; 751 rdfs:subClassOf SCCS:SAB_52 ;
643 - skos:notation "523"^^xsd:string . 752 + skos:notation "523"^^xsd:string ;
644 - 753 +.
645 SCCS:SAB_5231 754 SCCS:SAB_5231
646 - rdf:type owl:Class , SCCS:SABClassOfClass ; 755 + rdf:type SCCS:NorsokZ014SABactivityClass ;
756 + rdf:type owl:Class ;
647 rdfs:label "Lifting"^^xsd:string ; 757 rdfs:label "Lifting"^^xsd:string ;
648 rdfs:subClassOf SCCS:SAB_523 ; 758 rdfs:subClassOf SCCS:SAB_523 ;
649 - skos:notation "5231"^^xsd:string . 759 + skos:notation "5231"^^xsd:string ;
650 - 760 +.
651 SCCS:SAB_5232 761 SCCS:SAB_5232
652 - rdf:type owl:Class , SCCS:SABClassOfClass ; 762 + rdf:type SCCS:NorsokZ014SABactivityClass ;
763 + rdf:type owl:Class ;
653 rdfs:label "Piling"^^xsd:string ; 764 rdfs:label "Piling"^^xsd:string ;
654 rdfs:subClassOf SCCS:SAB_523 ; 765 rdfs:subClassOf SCCS:SAB_523 ;
655 - skos:notation "5232"^^xsd:string . 766 + skos:notation "5232"^^xsd:string ;
656 - 767 +.
657 SCCS:SAB_5233 768 SCCS:SAB_5233
658 - rdf:type owl:Class , SCCS:SABClassOfClass ; 769 + rdf:type SCCS:NorsokZ014SABactivityClass ;
770 + rdf:type owl:Class ;
659 rdfs:label "Grouting"^^xsd:string ; 771 rdfs:label "Grouting"^^xsd:string ;
660 rdfs:subClassOf SCCS:SAB_523 ; 772 rdfs:subClassOf SCCS:SAB_523 ;
661 - skos:notation "5233"^^xsd:string . 773 + skos:notation "5233"^^xsd:string ;
662 - 774 +.
663 SCCS:SAB_5234 775 SCCS:SAB_5234
664 - rdf:type owl:Class , SCCS:SABClassOfClass ; 776 + rdf:type SCCS:NorsokZ014SABactivityClass ;
777 + rdf:type owl:Class ;
665 rdfs:label "Mating"^^xsd:string ; 778 rdfs:label "Mating"^^xsd:string ;
666 rdfs:subClassOf SCCS:SAB_523 ; 779 rdfs:subClassOf SCCS:SAB_523 ;
667 - skos:notation "5234"^^xsd:string . 780 + skos:notation "5234"^^xsd:string ;
668 - 781 +.
669 SCCS:SAB_524 782 SCCS:SAB_524
670 - rdf:type owl:Class , SCCS:SABClassOfClass ; 783 + rdf:type SCCS:NorsokZ014SABactivityClass ;
784 + rdf:type owl:Class ;
671 rdfs:label "Pipeline operations"^^xsd:string ; 785 rdfs:label "Pipeline operations"^^xsd:string ;
672 rdfs:subClassOf SCCS:SAB_52 ; 786 rdfs:subClassOf SCCS:SAB_52 ;
673 - skos:notation "524"^^xsd:string . 787 + skos:notation "524"^^xsd:string ;
674 - 788 +.
675 SCCS:SAB_5241 789 SCCS:SAB_5241
676 - rdf:type owl:Class , SCCS:SABClassOfClass ; 790 + rdf:type SCCS:NorsokZ014SABactivityClass ;
791 + rdf:type owl:Class ;
677 rdfs:label "Pipelaying"^^xsd:string ; 792 rdfs:label "Pipelaying"^^xsd:string ;
678 rdfs:subClassOf SCCS:SAB_524 ; 793 rdfs:subClassOf SCCS:SAB_524 ;
679 - skos:notation "5241"^^xsd:string . 794 + skos:notation "5241"^^xsd:string ;
680 - 795 +.
681 SCCS:SAB_5242 796 SCCS:SAB_5242
682 - rdf:type owl:Class , SCCS:SABClassOfClass ; 797 + rdf:type SCCS:NorsokZ014SABactivityClass ;
798 + rdf:type owl:Class ;
683 rdfs:label "Tie-in"^^xsd:string ; 799 rdfs:label "Tie-in"^^xsd:string ;
684 rdfs:subClassOf SCCS:SAB_524 ; 800 rdfs:subClassOf SCCS:SAB_524 ;
685 - skos:notation "5242"^^xsd:string . 801 + skos:notation "5242"^^xsd:string ;
686 - 802 +.
687 SCCS:SAB_5243 803 SCCS:SAB_5243
688 - rdf:type owl:Class , SCCS:SABClassOfClass ; 804 + rdf:type SCCS:NorsokZ014SABactivityClass ;
805 + rdf:type owl:Class ;
689 rdfs:label "Hydrotesting"^^xsd:string ; 806 rdfs:label "Hydrotesting"^^xsd:string ;
690 rdfs:subClassOf SCCS:SAB_524 ; 807 rdfs:subClassOf SCCS:SAB_524 ;
691 - skos:notation "5243"^^xsd:string . 808 + skos:notation "5243"^^xsd:string ;
692 - 809 +.
693 SCCS:SAB_5244 810 SCCS:SAB_5244
694 - rdf:type owl:Class , SCCS:SABClassOfClass ; 811 + rdf:type SCCS:NorsokZ014SABactivityClass ;
812 + rdf:type owl:Class ;
695 rdfs:label "RFO"^^xsd:string ; 813 rdfs:label "RFO"^^xsd:string ;
696 rdfs:subClassOf SCCS:SAB_524 ; 814 rdfs:subClassOf SCCS:SAB_524 ;
697 - skos:notation "5244"^^xsd:string . 815 + skos:notation "5244"^^xsd:string ;
698 - 816 +.
699 SCCS:SAB_525 817 SCCS:SAB_525
700 - rdf:type owl:Class , SCCS:SABClassOfClass ; 818 + rdf:type SCCS:NorsokZ014SABactivityClass ;
819 + rdf:type owl:Class ;
701 rdfs:label "Umbilical and cable operations"^^xsd:string ; 820 rdfs:label "Umbilical and cable operations"^^xsd:string ;
702 rdfs:subClassOf SCCS:SAB_52 ; 821 rdfs:subClassOf SCCS:SAB_52 ;
703 - skos:notation "525"^^xsd:string . 822 + skos:notation "525"^^xsd:string ;
704 - 823 +.
705 SCCS:SAB_5251 824 SCCS:SAB_5251
706 - rdf:type owl:Class , SCCS:SABClassOfClass ; 825 + rdf:type SCCS:NorsokZ014SABactivityClass ;
826 + rdf:type owl:Class ;
707 rdfs:label "Laying"^^xsd:string ; 827 rdfs:label "Laying"^^xsd:string ;
708 rdfs:subClassOf SCCS:SAB_525 ; 828 rdfs:subClassOf SCCS:SAB_525 ;
709 - skos:notation "5251"^^xsd:string . 829 + skos:notation "5251"^^xsd:string ;
710 - 830 +.
711 SCCS:SAB_5252 831 SCCS:SAB_5252
712 - rdf:type owl:Class , SCCS:SABClassOfClass ; 832 + rdf:type SCCS:NorsokZ014SABactivityClass ;
833 + rdf:type owl:Class ;
713 rdfs:label "Pull-in and connection"^^xsd:string ; 834 rdfs:label "Pull-in and connection"^^xsd:string ;
714 rdfs:subClassOf SCCS:SAB_525 ; 835 rdfs:subClassOf SCCS:SAB_525 ;
715 - skos:notation "5252"^^xsd:string . 836 + skos:notation "5252"^^xsd:string ;
716 - 837 +.
717 SCCS:SAB_5253 838 SCCS:SAB_5253
718 - rdf:type owl:Class , SCCS:SABClassOfClass ; 839 + rdf:type SCCS:NorsokZ014SABactivityClass ;
840 + rdf:type owl:Class ;
719 rdfs:label "Testing"^^xsd:string ; 841 rdfs:label "Testing"^^xsd:string ;
720 rdfs:subClassOf SCCS:SAB_525 ; 842 rdfs:subClassOf SCCS:SAB_525 ;
721 - skos:notation "5253"^^xsd:string . 843 + skos:notation "5253"^^xsd:string ;
722 - 844 +.
723 SCCS:SAB_526 845 SCCS:SAB_526
724 - rdf:type owl:Class , SCCS:SABClassOfClass ; 846 + rdf:type SCCS:NorsokZ014SABactivityClass ;
847 + rdf:type owl:Class ;
725 rdfs:label "Transport"^^xsd:string ; 848 rdfs:label "Transport"^^xsd:string ;
726 rdfs:subClassOf SCCS:SAB_52 ; 849 rdfs:subClassOf SCCS:SAB_52 ;
727 - skos:notation "526"^^xsd:string . 850 + skos:notation "526"^^xsd:string ;
728 - 851 +.
729 SCCS:SAB_5261 852 SCCS:SAB_5261
730 - rdf:type owl:Class , SCCS:SABClassOfClass ; 853 + rdf:type SCCS:NorsokZ014SABactivityClass ;
854 + rdf:type owl:Class ;
731 rdfs:label "Towing"^^xsd:string ; 855 rdfs:label "Towing"^^xsd:string ;
732 rdfs:subClassOf SCCS:SAB_526 ; 856 rdfs:subClassOf SCCS:SAB_526 ;
733 - skos:notation "5261"^^xsd:string . 857 + skos:notation "5261"^^xsd:string ;
734 - 858 +.
735 SCCS:SAB_5262 859 SCCS:SAB_5262
736 - rdf:type owl:Class , SCCS:SABClassOfClass ; 860 + rdf:type SCCS:NorsokZ014SABactivityClass ;
861 + rdf:type owl:Class ;
737 rdfs:label "Heavy lift transport"^^xsd:string ; 862 rdfs:label "Heavy lift transport"^^xsd:string ;
738 rdfs:subClassOf SCCS:SAB_526 ; 863 rdfs:subClassOf SCCS:SAB_526 ;
739 - skos:notation "5262"^^xsd:string . 864 + skos:notation "5262"^^xsd:string ;
740 - 865 +.
741 SCCS:SAB_527 866 SCCS:SAB_527
742 - rdf:type owl:Class , SCCS:SABClassOfClass ; 867 + rdf:type SCCS:NorsokZ014SABactivityClass ;
868 + rdf:type owl:Class ;
743 rdfs:label "Subsea structure operations"^^xsd:string ; 869 rdfs:label "Subsea structure operations"^^xsd:string ;
744 rdfs:subClassOf SCCS:SAB_52 ; 870 rdfs:subClassOf SCCS:SAB_52 ;
745 - skos:notation "527"^^xsd:string . 871 + skos:notation "527"^^xsd:string ;
746 - 872 +.
747 SCCS:SAB_5271 873 SCCS:SAB_5271
748 - rdf:type owl:Class , SCCS:SABClassOfClass ; 874 + rdf:type SCCS:NorsokZ014SABactivityClass ;
875 + rdf:type owl:Class ;
749 rdfs:label "Testing"^^xsd:string ; 876 rdfs:label "Testing"^^xsd:string ;
750 rdfs:subClassOf SCCS:SAB_527 ; 877 rdfs:subClassOf SCCS:SAB_527 ;
751 - skos:notation "5271"^^xsd:string . 878 + skos:notation "5271"^^xsd:string ;
752 - 879 +.
753 SCCS:SAB_5272 880 SCCS:SAB_5272
754 - rdf:type owl:Class , SCCS:SABClassOfClass ; 881 + rdf:type SCCS:NorsokZ014SABactivityClass ;
882 + rdf:type owl:Class ;
755 rdfs:label "Installation"^^xsd:string ; 883 rdfs:label "Installation"^^xsd:string ;
756 rdfs:subClassOf SCCS:SAB_527 ; 884 rdfs:subClassOf SCCS:SAB_527 ;
757 - skos:notation "5272"^^xsd:string . 885 + skos:notation "5272"^^xsd:string ;
758 - 886 +.
759 SCCS:SAB_5273 887 SCCS:SAB_5273
760 - rdf:type owl:Class , SCCS:SABClassOfClass ; 888 + rdf:type SCCS:NorsokZ014SABactivityClass ;
889 + rdf:type owl:Class ;
761 rdfs:label "Commissioning"^^xsd:string ; 890 rdfs:label "Commissioning"^^xsd:string ;
762 rdfs:subClassOf SCCS:SAB_527 ; 891 rdfs:subClassOf SCCS:SAB_527 ;
763 - skos:notation "5273"^^xsd:string . 892 + skos:notation "5273"^^xsd:string ;
764 - 893 +.
765 SCCS:SAB_528 894 SCCS:SAB_528
766 - rdf:type owl:Class , SCCS:SABClassOfClass ; 895 + rdf:type SCCS:NorsokZ014SABactivityClass ;
896 + rdf:type owl:Class ;
767 rdfs:label "Particular abandonment operations"^^xsd:string ; 897 rdfs:label "Particular abandonment operations"^^xsd:string ;
768 rdfs:subClassOf SCCS:SAB_52 ; 898 rdfs:subClassOf SCCS:SAB_52 ;
769 - skos:notation "528"^^xsd:string . 899 + skos:notation "528"^^xsd:string ;
770 - 900 +.
771 SCCS:SAB_5281 901 SCCS:SAB_5281
772 - rdf:type owl:Class , SCCS:SABClassOfClass ; 902 + rdf:type SCCS:NorsokZ014SABactivityClass ;
903 + rdf:type owl:Class ;
773 rdfs:label "Cutting of structures"^^xsd:string ; 904 rdfs:label "Cutting of structures"^^xsd:string ;
774 rdfs:subClassOf SCCS:SAB_528 ; 905 rdfs:subClassOf SCCS:SAB_528 ;
775 - skos:notation "5281"^^xsd:string . 906 + skos:notation "5281"^^xsd:string ;
776 - 907 +.
777 SCCS:SAB_5282 908 SCCS:SAB_5282
778 - rdf:type owl:Class , SCCS:SABClassOfClass ; 909 + rdf:type SCCS:NorsokZ014SABactivityClass ;
910 + rdf:type owl:Class ;
779 rdfs:label "Topling"^^xsd:string ; 911 rdfs:label "Topling"^^xsd:string ;
780 rdfs:subClassOf SCCS:SAB_528 ; 912 rdfs:subClassOf SCCS:SAB_528 ;
781 - skos:notation "5282"^^xsd:string . 913 + skos:notation "5282"^^xsd:string ;
782 - 914 +.
783 SCCS:SAB_5283 915 SCCS:SAB_5283
784 - rdf:type owl:Class , SCCS:SABClassOfClass ; 916 + rdf:type SCCS:NorsokZ014SABactivityClass ;
917 + rdf:type owl:Class ;
785 rdfs:label "Removal/lifting"^^xsd:string ; 918 rdfs:label "Removal/lifting"^^xsd:string ;
786 rdfs:subClassOf SCCS:SAB_528 ; 919 rdfs:subClassOf SCCS:SAB_528 ;
787 - skos:notation "5283"^^xsd:string . 920 + skos:notation "5283"^^xsd:string ;
788 - 921 +.
789 SCCS:SAB_5284 922 SCCS:SAB_5284
790 - rdf:type owl:Class , SCCS:SABClassOfClass ; 923 + rdf:type SCCS:NorsokZ014SABactivityClass ;
924 + rdf:type owl:Class ;
791 rdfs:label "Transport and dumping"^^xsd:string ; 925 rdfs:label "Transport and dumping"^^xsd:string ;
792 rdfs:subClassOf SCCS:SAB_528 ; 926 rdfs:subClassOf SCCS:SAB_528 ;
793 - skos:notation "5284"^^xsd:string . 927 + skos:notation "5284"^^xsd:string ;
794 - 928 +.
795 SCCS:SAB_53 929 SCCS:SAB_53
796 - rdf:type owl:Class , SCCS:SABClassOfClass ; 930 + rdf:type SCCS:NorsokZ014SABactivityClass ;
931 + rdf:type owl:Class ;
797 rdfs:label "Logistics"^^xsd:string ; 932 rdfs:label "Logistics"^^xsd:string ;
798 rdfs:subClassOf SCCS:SAB_5 ; 933 rdfs:subClassOf SCCS:SAB_5 ;
799 - skos:notation "53"^^xsd:string . 934 + skos:notation "53"^^xsd:string ;
800 - 935 +.
801 SCCS:SAB_531 936 SCCS:SAB_531
802 - rdf:type owl:Class , SCCS:SABClassOfClass ; 937 + rdf:type SCCS:NorsokZ014SABactivityClass ;
938 + rdf:type owl:Class ;
803 rdfs:label "Supply base/terminal"^^xsd:string ; 939 rdfs:label "Supply base/terminal"^^xsd:string ;
804 rdfs:subClassOf SCCS:SAB_53 ; 940 rdfs:subClassOf SCCS:SAB_53 ;
805 - skos:notation "531"^^xsd:string . 941 + skos:notation "531"^^xsd:string ;
806 - 942 +.
807 SCCS:SAB_532 943 SCCS:SAB_532
808 - rdf:type owl:Class , SCCS:SABClassOfClass ; 944 + rdf:type SCCS:NorsokZ014SABactivityClass ;
945 + rdf:type owl:Class ;
809 rdfs:label "Supply and distribution"^^xsd:string ; 946 rdfs:label "Supply and distribution"^^xsd:string ;
810 rdfs:subClassOf SCCS:SAB_53 ; 947 rdfs:subClassOf SCCS:SAB_53 ;
811 - skos:notation "532"^^xsd:string . 948 + skos:notation "532"^^xsd:string ;
812 - 949 +.
813 SCCS:SAB_533 950 SCCS:SAB_533
814 - rdf:type owl:Class , SCCS:SABClassOfClass ; 951 + rdf:type SCCS:NorsokZ014SABactivityClass ;
952 + rdf:type owl:Class ;
815 rdfs:label "Personnel transport"^^xsd:string ; 953 rdfs:label "Personnel transport"^^xsd:string ;
816 rdfs:subClassOf SCCS:SAB_53 ; 954 rdfs:subClassOf SCCS:SAB_53 ;
817 - skos:notation "533"^^xsd:string . 955 + skos:notation "533"^^xsd:string ;
818 - 956 +.
819 SCCS:SAB_534 957 SCCS:SAB_534
820 - rdf:type owl:Class , SCCS:SABClassOfClass ; 958 + rdf:type SCCS:NorsokZ014SABactivityClass ;
959 + rdf:type owl:Class ;
821 rdfs:label "Flotel/LQ/camps"^^xsd:string ; 960 rdfs:label "Flotel/LQ/camps"^^xsd:string ;
822 rdfs:subClassOf SCCS:SAB_53 ; 961 rdfs:subClassOf SCCS:SAB_53 ;
823 - skos:notation "534"^^xsd:string . 962 + skos:notation "534"^^xsd:string ;
824 - 963 +.
825 SCCS:SAB_54 964 SCCS:SAB_54
826 - rdf:type owl:Class , SCCS:SABClassOfClass ; 965 + rdf:type SCCS:NorsokZ014SABactivityClass ;
966 + rdf:type owl:Class ;
827 rdfs:label "Drilling and completion"^^xsd:string ; 967 rdfs:label "Drilling and completion"^^xsd:string ;
828 rdfs:subClassOf SCCS:SAB_5 ; 968 rdfs:subClassOf SCCS:SAB_5 ;
829 - skos:notation "54"^^xsd:string . 969 + skos:notation "54"^^xsd:string ;
830 - 970 +.
831 SCCS:SAB_541 971 SCCS:SAB_541
832 - rdf:type owl:Class , SCCS:SABClassOfClass ; 972 + rdf:type SCCS:NorsokZ014SABactivityClass ;
973 + rdf:type owl:Class ;
833 rdfs:label "Onshore drilling and completion"^^xsd:string ; 974 rdfs:label "Onshore drilling and completion"^^xsd:string ;
834 rdfs:subClassOf SCCS:SAB_54 ; 975 rdfs:subClassOf SCCS:SAB_54 ;
835 - skos:notation "541"^^xsd:string . 976 + skos:notation "541"^^xsd:string ;
836 - 977 +.
837 SCCS:SAB_5411 978 SCCS:SAB_5411
838 - rdf:type owl:Class , SCCS:SABClassOfClass ; 979 + rdf:type SCCS:NorsokZ014SABactivityClass ;
980 + rdf:type owl:Class ;
839 rdfs:label "Fixed rig drilling"^^xsd:string ; 981 rdfs:label "Fixed rig drilling"^^xsd:string ;
840 rdfs:subClassOf SCCS:SAB_541 ; 982 rdfs:subClassOf SCCS:SAB_541 ;
841 - skos:notation "5411"^^xsd:string . 983 + skos:notation "5411"^^xsd:string ;
842 - 984 +.
843 SCCS:SAB_5412 985 SCCS:SAB_5412
844 - rdf:type owl:Class , SCCS:SABClassOfClass ; 986 + rdf:type SCCS:NorsokZ014SABactivityClass ;
987 + rdf:type owl:Class ;
845 rdfs:label "Mobile rig drilling"^^xsd:string ; 988 rdfs:label "Mobile rig drilling"^^xsd:string ;
846 rdfs:subClassOf SCCS:SAB_541 ; 989 rdfs:subClassOf SCCS:SAB_541 ;
847 - skos:notation "5412"^^xsd:string . 990 + skos:notation "5412"^^xsd:string ;
848 - 991 +.
849 SCCS:SAB_542 992 SCCS:SAB_542
850 - rdf:type owl:Class , SCCS:SABClassOfClass ; 993 + rdf:type SCCS:NorsokZ014SABactivityClass ;
994 + rdf:type owl:Class ;
851 rdfs:label "Offshore drilling and completion"^^xsd:string ; 995 rdfs:label "Offshore drilling and completion"^^xsd:string ;
852 rdfs:subClassOf SCCS:SAB_54 ; 996 rdfs:subClassOf SCCS:SAB_54 ;
853 - skos:notation "542"^^xsd:string . 997 + skos:notation "542"^^xsd:string ;
854 - 998 +.
855 SCCS:SAB_5421 999 SCCS:SAB_5421
856 - rdf:type owl:Class , SCCS:SABClassOfClass ; 1000 + rdf:type SCCS:NorsokZ014SABactivityClass ;
1001 + rdf:type owl:Class ;
857 rdfs:label "Predrilling"^^xsd:string ; 1002 rdfs:label "Predrilling"^^xsd:string ;
858 rdfs:subClassOf SCCS:SAB_542 ; 1003 rdfs:subClassOf SCCS:SAB_542 ;
859 - skos:notation "5421"^^xsd:string . 1004 + skos:notation "5421"^^xsd:string ;
860 - 1005 +.
861 SCCS:SAB_5422 1006 SCCS:SAB_5422
862 - rdf:type owl:Class , SCCS:SABClassOfClass ; 1007 + rdf:type SCCS:NorsokZ014SABactivityClass ;
1008 + rdf:type owl:Class ;
863 rdfs:label "Subsea drilling"^^xsd:string ; 1009 rdfs:label "Subsea drilling"^^xsd:string ;
864 rdfs:subClassOf SCCS:SAB_542 ; 1010 rdfs:subClassOf SCCS:SAB_542 ;
865 - skos:notation "5422"^^xsd:string . 1011 + skos:notation "5422"^^xsd:string ;
866 - 1012 +.
867 SCCS:SAB_5423 1013 SCCS:SAB_5423
868 - rdf:type owl:Class , SCCS:SABClassOfClass ; 1014 + rdf:type SCCS:NorsokZ014SABactivityClass ;
1015 + rdf:type owl:Class ;
869 rdfs:label "Platform drilling"^^xsd:string ; 1016 rdfs:label "Platform drilling"^^xsd:string ;
870 rdfs:subClassOf SCCS:SAB_542 ; 1017 rdfs:subClassOf SCCS:SAB_542 ;
871 - skos:notation "5423"^^xsd:string . 1018 + skos:notation "5423"^^xsd:string ;
872 - 1019 +.
873 SCCS:SAB_6 1020 SCCS:SAB_6
874 - rdf:type owl:Class , SCCS:SABClassOfClass ; 1021 + rdf:type SCCS:NorsokZ014SABactivityClass ;
1022 + rdf:type owl:Class ;
875 rdfs:label "Unit work activities"^^xsd:string ; 1023 rdfs:label "Unit work activities"^^xsd:string ;
876 - rdfs:subClassOf SCCS:SAB_Thing ; 1024 + rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
877 - skos:notation "6"^^xsd:string . 1025 + skos:notation "6"^^xsd:string ;
878 - 1026 +.
879 SCCS:SAB_7 1027 SCCS:SAB_7
880 - rdf:type owl:Class , SCCS:SABClassOfClass ; 1028 + rdf:type SCCS:NorsokZ014SABactivityClass ;
1029 + rdf:type owl:Class ;
881 rdfs:label "General"^^xsd:string ; 1030 rdfs:label "General"^^xsd:string ;
882 - rdfs:subClassOf SCCS:SAB_Thing ; 1031 + rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
883 - skos:notation "7"^^xsd:string . 1032 + skos:notation "7"^^xsd:string ;
884 - 1033 +.
885 -SCCS:SAB_Thing
886 - rdf:type owl:Class , SCCS:SABClassOfClass ;
887 - rdfs:label "SAB top level thing"^^xsd:string ;
888 - skos:notation "SAB Thing"^^xsd:string .
......
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
9 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 9 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
10 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 10 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
11 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 11 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
12 +<http://data.posccaesar.org/ilap/Activity>
13 + rdf:type owl:Class ;
14 + rdfs:label "SAB Thing"^^xsd:string ;
15 +.
12 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> 16 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS>
13 rdf:type owl:Ontology ; 17 rdf:type owl:Ontology ;
14 rdfs:comment """This ontology is a representation of NORSOK Z-014. The Introduction of the standard describes it as follows. 18 rdfs:comment """This ontology is a representation of NORSOK Z-014. The Introduction of the standard describes it as follows.
...@@ -25,32 +29,32 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve ...@@ -25,32 +29,32 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve
25 SCCS:SAB_D 29 SCCS:SAB_D
26 rdf:type owl:Class ; 30 rdf:type owl:Class ;
27 rdfs:label "SAB development phase"^^xsd:string ; 31 rdfs:label "SAB development phase"^^xsd:string ;
28 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ; 32 + rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
29 . 33 .
30 SCCS:SAB_E 34 SCCS:SAB_E
31 rdf:type owl:Class ; 35 rdf:type owl:Class ;
32 rdfs:label "SAB exploration phase"^^xsd:string ; 36 rdfs:label "SAB exploration phase"^^xsd:string ;
33 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ; 37 + rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
34 . 38 .
35 SCCS:SAB_O 39 SCCS:SAB_O
36 rdf:type owl:Class ; 40 rdf:type owl:Class ;
37 rdfs:label "SAB operation phase"^^xsd:string ; 41 rdfs:label "SAB operation phase"^^xsd:string ;
38 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ; 42 + rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
39 . 43 .
40 SCCS:SAB_P 44 SCCS:SAB_P
41 rdf:type owl:Class ; 45 rdf:type owl:Class ;
42 rdfs:label "SAB planning phase"^^xsd:string ; 46 rdfs:label "SAB planning phase"^^xsd:string ;
43 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ; 47 + rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
44 . 48 .
45 SCCS:SAB_R 49 SCCS:SAB_R
46 rdf:type owl:Class ; 50 rdf:type owl:Class ;
47 rdfs:label "SAB removal phase"^^xsd:string ; 51 rdfs:label "SAB removal phase"^^xsd:string ;
48 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ; 52 + rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
49 . 53 .
50 SCCS:SAB_S 54 SCCS:SAB_S
51 rdf:type owl:Class ; 55 rdf:type owl:Class ;
52 rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ; 56 rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ;
53 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ; 57 + rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
54 . 58 .
55 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 59 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
56 rdf:type owl:Class ; 60 rdf:type owl:Class ;
...@@ -61,11 +65,6 @@ SCCS:SAB_S ...@@ -61,11 +65,6 @@ SCCS:SAB_S
61 rdfs:label "PBS Thing"^^xsd:string ; 65 rdfs:label "PBS Thing"^^xsd:string ;
62 rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> ; 66 rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> ;
63 . 67 .
64 -<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
65 - rdf:type owl:Class ;
66 - rdfs:label "SAB Thing"^^xsd:string ;
67 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> ;
68 -.
69 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> 68 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing>
70 rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#CORClassOfClass> ; 69 rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#CORClassOfClass> ;
71 rdf:type owl:Class ; 70 rdf:type owl:Class ;
......
...@@ -33,6 +33,10 @@ ...@@ -33,6 +33,10 @@
33 :shouldHaveID "true" ; 33 :shouldHaveID "true" ;
34 rdfs:comment "An ISO 15926-4 Activity Class that is something a person or group plans to do, does or has done in order to bring about defined change while consuming time and resources. An activity is generally the smallest portion of a Project used in planning, tracking, and control (adapted from ISO 15926, PMI and BSI)."^^xsd:string ; 34 rdfs:comment "An ISO 15926-4 Activity Class that is something a person or group plans to do, does or has done in order to bring about defined change while consuming time and resources. An activity is generally the smallest portion of a Project used in planning, tracking, and control (adapted from ISO 15926, PMI and BSI)."^^xsd:string ;
35 rdfs:label "Activity"^^xsd:string ; 35 rdfs:label "Activity"^^xsd:string ;
36 + rdfs:label "Dg phase 1"^^xsd:string ;
37 + rdfs:label "Project phase 1"^^xsd:string ;
38 + rdfs:subClassOf :MainPhase ;
39 + rdfs:subClassOf :SubPhase ;
36 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS10012097710> ; 40 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS10012097710> ;
37 rdfs:subClassOf owl:Thing ; 41 rdfs:subClassOf owl:Thing ;
38 rdfs:subClassOf [ 42 rdfs:subClassOf [
...@@ -223,6 +227,11 @@ ...@@ -223,6 +227,11 @@
223 rdfs:label "Activity objective"^^xsd:string ; 227 rdfs:label "Activity objective"^^xsd:string ;
224 rdfs:subClassOf :ClassOfActivity ; 228 rdfs:subClassOf :ClassOfActivity ;
225 . 229 .
230 +:ActivityPlanningPhase
231 + rdf:type rdfs:Class ;
232 + rdfs:label "Activity planning phase"^^xsd:string ;
233 + rdfs:subClassOf :ClassOfActivity ;
234 +.
226 :ActivityStatus 235 :ActivityStatus
227 rdf:type owl:Class ; 236 rdf:type owl:Class ;
228 rdfs:comment "A Status of an Activity (which can have predefined enumeration values)."^^xsd:string ; 237 rdfs:comment "A Status of an Activity (which can have predefined enumeration values)."^^xsd:string ;
...@@ -235,6 +244,11 @@ ...@@ -235,6 +244,11 @@
235 rdfs:label "Activity to Maintain Business as Usual"^^xsd:string ; 244 rdfs:label "Activity to Maintain Business as Usual"^^xsd:string ;
236 rdfs:subClassOf :Activity ; 245 rdfs:subClassOf :Activity ;
237 . 246 .
247 +:ActivityTypeForPlanning
248 + rdf:type rdfs:Class ;
249 + rdfs:label "Activity type for planning"^^xsd:string ;
250 + rdfs:subClassOf :ClassOfActivity ;
251 +.
238 :AfterShutdown 252 :AfterShutdown
239 rdf:type :ShutdownPhase ; 253 rdf:type :ShutdownPhase ;
240 rdfs:label "After shutdown"^^xsd:string ; 254 rdfs:label "After shutdown"^^xsd:string ;
...@@ -382,8 +396,9 @@ ...@@ -382,8 +396,9 @@
382 rdfs:label "Before shutdown"^^xsd:string ; 396 rdfs:label "Before shutdown"^^xsd:string ;
383 . 397 .
384 :BrownFieldProject 398 :BrownFieldProject
385 - rdf:type :PlanProjectType ; 399 + rdf:type :ProjectType ;
386 rdfs:label "Brown field project"^^xsd:string ; 400 rdfs:label "Brown field project"^^xsd:string ;
401 + rdfs:subClassOf :Activity ;
387 . 402 .
388 :BusinessArea 403 :BusinessArea
389 rdf:type :PlanGeoArea ; 404 rdf:type :PlanGeoArea ;
...@@ -533,6 +548,11 @@ ...@@ -533,6 +548,11 @@
533 rdfs:label "Class of activity"^^xsd:string ; 548 rdfs:label "Class of activity"^^xsd:string ;
534 rdfs:subClassOf owl:Class ; 549 rdfs:subClassOf owl:Class ;
535 . 550 .
551 +:ClassOfClassOfActivity
552 + rdf:type rdfs:Class ;
553 + rdfs:label "Class of class of activity"^^xsd:string ;
554 + rdfs:subClassOf owl:Class ;
555 +.
536 :ClosingDown 556 :ClosingDown
537 rdf:type :ShutdownPhase ; 557 rdf:type :ShutdownPhase ;
538 rdfs:label "Closing down"^^xsd:string ; 558 rdfs:label "Closing down"^^xsd:string ;
...@@ -803,9 +823,10 @@ ...@@ -803,9 +823,10 @@
803 rdfs:subClassOf :Responsible ; 823 rdfs:subClassOf :Responsible ;
804 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16701510> ; 824 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16701510> ;
805 . 825 .
806 -:DrillingAndWell 826 +:DrillingAndWellProject
807 - rdf:type :PlanProjectType ; 827 + rdf:type :ProjectType ;
808 - rdfs:label "Drilling & well"^^xsd:string ; 828 + rdfs:label "Drilling & well project"^^xsd:string ;
829 + rdfs:subClassOf :Activity ;
809 . 830 .
810 :DrillingMilestone 831 :DrillingMilestone
811 rdf:type :MilestoneType ; 832 rdf:type :MilestoneType ;
...@@ -932,8 +953,9 @@ ...@@ -932,8 +953,9 @@
932 rdfs:label "Field shutdown"^^xsd:string ; 953 rdfs:label "Field shutdown"^^xsd:string ;
933 . 954 .
934 :FieldStudy 955 :FieldStudy
935 - rdf:type :PlanProjectType ; 956 + rdf:type :ProjectType ;
936 rdfs:label "Field study"^^xsd:string ; 957 rdfs:label "Field study"^^xsd:string ;
958 + rdfs:subClassOf :Activity ;
937 . 959 .
938 :FreeField 960 :FreeField
939 rdf:type owl:Class ; 961 rdf:type owl:Class ;
...@@ -1042,20 +1064,24 @@ ...@@ -1042,20 +1064,24 @@
1042 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS2225253101> ; 1064 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS2225253101> ;
1043 . 1065 .
1044 :GreenFieldProject 1066 :GreenFieldProject
1045 - rdf:type :PlanProjectType ; 1067 + rdf:type :ProjectType ;
1046 rdfs:label "Green field project"^^xsd:string ; 1068 rdfs:label "Green field project"^^xsd:string ;
1069 + rdfs:subClassOf :Activity ;
1047 . 1070 .
1048 :HCSystems 1071 :HCSystems
1049 rdf:type :RiskFactor ; 1072 rdf:type :RiskFactor ;
1050 rdfs:label "HCSystems"^^xsd:string ; 1073 rdfs:label "HCSystems"^^xsd:string ;
1074 + rdfs:subClassOf :Activity ;
1051 . 1075 .
1052 :Habitat 1076 :Habitat
1053 rdf:type :RiskFactor ; 1077 rdf:type :RiskFactor ;
1054 rdfs:label "Habitat"^^xsd:string ; 1078 rdfs:label "Habitat"^^xsd:string ;
1079 + rdfs:subClassOf :Activity ;
1055 . 1080 .
1056 :HeightWork 1081 :HeightWork
1057 rdf:type :RiskFactor ; 1082 rdf:type :RiskFactor ;
1058 rdfs:label "Height work"^^xsd:string ; 1083 rdfs:label "Height work"^^xsd:string ;
1084 + rdfs:subClassOf :Activity ;
1059 . 1085 .
1060 :HighActivityPeriod 1086 :HighActivityPeriod
1061 rdf:type :SystemDescriptor ; 1087 rdf:type :SystemDescriptor ;
...@@ -1072,6 +1098,7 @@ ...@@ -1072,6 +1098,7 @@
1072 :HotWork 1098 :HotWork
1073 rdf:type :RiskFactor ; 1099 rdf:type :RiskFactor ;
1074 rdfs:label "Hot work"^^xsd:string ; 1100 rdfs:label "Hot work"^^xsd:string ;
1101 + rdfs:subClassOf :Activity ;
1075 . 1102 .
1076 :InOperation 1103 :InOperation
1077 rdf:type :SystemDescriptor ; 1104 rdf:type :SystemDescriptor ;
...@@ -1112,6 +1139,7 @@ ...@@ -1112,6 +1139,7 @@
1112 :LiftingOperation 1139 :LiftingOperation
1113 rdf:type :RiskFactor ; 1140 rdf:type :RiskFactor ;
1114 rdfs:label "Lifting operation"^^xsd:string ; 1141 rdfs:label "Lifting operation"^^xsd:string ;
1142 + rdfs:subClassOf :Activity ;
1115 . 1143 .
1116 :LiveScheduleForPlan 1144 :LiveScheduleForPlan
1117 rdf:type owl:Class ; 1145 rdf:type owl:Class ;
...@@ -1231,8 +1259,9 @@ ...@@ -1231,8 +1259,9 @@
1231 rdfs:label "Mini shutdown"^^xsd:string ; 1259 rdfs:label "Mini shutdown"^^xsd:string ;
1232 . 1260 .
1233 :Modification 1261 :Modification
1234 - rdf:type :PlanProjectType ; 1262 + rdf:type :ProjectType ;
1235 rdfs:label "Modification"^^xsd:string ; 1263 rdfs:label "Modification"^^xsd:string ;
1264 + rdfs:subClassOf :Activity ;
1236 . 1265 .
1237 :Monday 1266 :Monday
1238 rdf:type :Weekday ; 1267 rdf:type :Weekday ;
...@@ -1251,6 +1280,11 @@ ...@@ -1251,6 +1280,11 @@
1251 rdf:type :ShutdownType ; 1280 rdf:type :ShutdownType ;
1252 rdfs:label "Non scheduled shutdown"^^xsd:string ; 1281 rdfs:label "Non scheduled shutdown"^^xsd:string ;
1253 . 1282 .
1283 +:NorsokZ014SABphaseClass
1284 + rdf:type rdfs:Class ;
1285 + rdfs:label "Norsok z014SABphase class"^^xsd:string ;
1286 + rdfs:subClassOf :ActivityPlanningPhase ;
1287 +.
1254 :Operation 1288 :Operation
1255 rdf:type owl:Class ; 1289 rdf:type owl:Class ;
1256 rdfs:comment "An Activity that represents work carried out in Projects, and has (often detailed) descriptions of the actual work carried out."^^xsd:string ; 1290 rdfs:comment "An Activity that represents work carried out in Projects, and has (often detailed) descriptions of the actual work carried out."^^xsd:string ;
...@@ -1258,8 +1292,9 @@ ...@@ -1258,8 +1292,9 @@
1258 rdfs:subClassOf owl:Thing ; 1292 rdfs:subClassOf owl:Thing ;
1259 . 1293 .
1260 :OperationAndMaintenance 1294 :OperationAndMaintenance
1261 - rdf:type :PlanProjectType ; 1295 + rdf:type :ProjectType ;
1262 rdfs:label "Operation & maintenance"^^xsd:string ; 1296 rdfs:label "Operation & maintenance"^^xsd:string ;
1297 + rdfs:subClassOf :Activity ;
1263 . 1298 .
1264 :OperationStatus 1299 :OperationStatus
1265 rdf:type owl:Class ; 1300 rdf:type owl:Class ;
...@@ -1370,7 +1405,7 @@ ...@@ -1370,7 +1405,7 @@
1370 rdfs:subClassOf [ 1405 rdfs:subClassOf [
1371 rdf:type owl:Restriction ; 1406 rdf:type owl:Restriction ;
1372 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 1407 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
1373 - owl:onClass <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ; 1408 + owl:onClass :Activity ;
1374 owl:onProperty :hasPhaseType ; 1409 owl:onProperty :hasPhaseType ;
1375 ] ; 1410 ] ;
1376 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS54808339156> ; 1411 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS54808339156> ;
...@@ -1529,17 +1564,18 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1529,17 +1564,18 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1529 rdfs:subClassOf [ 1564 rdfs:subClassOf [
1530 rdf:type owl:Restriction ; 1565 rdf:type owl:Restriction ;
1531 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 1566 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
1567 + owl:onClass :PlanLevel ;
1568 + owl:onProperty :hasPlanLevel ;
1569 + ] ;
1570 + rdfs:subClassOf [
1571 + rdf:type owl:Restriction ;
1572 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
1532 owl:onClass :ScheduleForPlan ; 1573 owl:onClass :ScheduleForPlan ;
1533 owl:onProperty :hasSchedule ; 1574 owl:onProperty :hasSchedule ;
1534 ] ; 1575 ] ;
1535 owl:disjointWith :ActivityInPlan ; 1576 owl:disjointWith :ActivityInPlan ;
1536 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7952931> ; 1577 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7952931> ;
1537 . 1578 .
1538 -:PlanForSchedule
1539 - rdf:type owl:Class ;
1540 - rdfs:label "Plan for schedule"^^xsd:string ;
1541 - rdfs:subClassOf :PlanForActivity ;
1542 -.
1543 :PlanGeoArea 1579 :PlanGeoArea
1544 rdf:type owl:Class ; 1580 rdf:type owl:Class ;
1545 rdfs:comment "A Plan Classifier according to geographic area of the Plan"^^xsd:string ; 1581 rdfs:comment "A Plan Classifier according to geographic area of the Plan"^^xsd:string ;
...@@ -1550,7 +1586,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1550,7 +1586,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1550 rdf:type owl:Class ; 1586 rdf:type owl:Class ;
1551 rdfs:comment "A Plan Classifier that classifies Plans according to their level in the planning hierarchy."^^xsd:string ; 1587 rdfs:comment "A Plan Classifier that classifies Plans according to their level in the planning hierarchy."^^xsd:string ;
1552 rdfs:label "Plan Level"^^xsd:string ; 1588 rdfs:label "Plan Level"^^xsd:string ;
1553 - rdfs:subClassOf :PlanClassifier ; 1589 + rdfs:subClassOf :ClassOfClassOfActivity ;
1554 . 1590 .
1555 :PlanLifecycleStage 1591 :PlanLifecycleStage
1556 rdf:type owl:Class ; 1592 rdf:type owl:Class ;
...@@ -1564,12 +1600,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1564,12 +1600,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1564 rdfs:label "Plan objective type"^^xsd:string ; 1600 rdfs:label "Plan objective type"^^xsd:string ;
1565 rdfs:subClassOf :PlanClassifier ; 1601 rdfs:subClassOf :PlanClassifier ;
1566 . 1602 .
1567 -:PlanProjectType
1568 - rdf:type owl:Class ;
1569 - rdfs:comment "A Plan Classifier according to type of project of the Plan."^^xsd:string ;
1570 - rdfs:label "Plan project type"^^xsd:string ;
1571 - rdfs:subClassOf :PlanClassifier ;
1572 -.
1573 :PlanVersion2forProjectP 1603 :PlanVersion2forProjectP
1574 rdf:type :PlanForILAP ; 1604 rdf:type :PlanForILAP ;
1575 rdf:type owl:Class ; 1605 rdf:type owl:Class ;
...@@ -1755,6 +1785,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1755,6 +1785,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1755 rdfs:subClassOf [ 1785 rdfs:subClassOf [
1756 rdf:type owl:Restriction ; 1786 rdf:type owl:Restriction ;
1757 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 1787 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
1788 + owl:onClass :ProjectType ;
1789 + owl:onProperty :hasProjectType ;
1790 + ] ;
1791 + rdfs:subClassOf [
1792 + rdf:type owl:Restriction ;
1793 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
1758 owl:onDataRange xsd:date ; 1794 owl:onDataRange xsd:date ;
1759 owl:onProperty :hasOperatorsRequiredEndDate ; 1795 owl:onProperty :hasOperatorsRequiredEndDate ;
1760 ] ; 1796 ] ;
...@@ -1784,6 +1820,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1784,6 +1820,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1784 rdf:type :MilestoneType ; 1820 rdf:type :MilestoneType ;
1785 rdfs:label "Project milestone"^^xsd:string ; 1821 rdfs:label "Project milestone"^^xsd:string ;
1786 . 1822 .
1823 +:ProjectType
1824 + rdf:type owl:Class ;
1825 + rdfs:comment "A Classifier according to type of project of the Plan."^^xsd:string ;
1826 + rdfs:label "Plan project type"^^xsd:string ;
1827 + rdfs:subClassOf :ClassOfActivity ;
1828 +.
1787 :RadicalChange 1829 :RadicalChange
1788 rdf:type :PlanObjectiveType ; 1830 rdf:type :PlanObjectiveType ;
1789 rdfs:label "Radical change"^^xsd:string ; 1831 rdfs:label "Radical change"^^xsd:string ;
...@@ -1805,6 +1847,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1805,6 +1847,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1805 :RemovalOfBarriers 1847 :RemovalOfBarriers
1806 rdf:type :RiskFactor ; 1848 rdf:type :RiskFactor ;
1807 rdfs:label "Removal of barriers"^^xsd:string ; 1849 rdfs:label "Removal of barriers"^^xsd:string ;
1850 + rdfs:subClassOf :Activity ;
1808 . 1851 .
1809 :Resource 1852 :Resource
1810 rdf:type owl:Class ; 1853 rdf:type owl:Class ;
...@@ -2206,6 +2249,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2206,6 +2249,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2206 :ShallowGasOperation 2249 :ShallowGasOperation
2207 rdf:type :RiskFactor ; 2250 rdf:type :RiskFactor ;
2208 rdfs:label "Shallow gas operation"^^xsd:string ; 2251 rdfs:label "Shallow gas operation"^^xsd:string ;
2252 + rdfs:subClassOf :Activity ;
2209 . 2253 .
2210 :Shutdown 2254 :Shutdown
2211 rdf:type owl:Class ; 2255 rdf:type owl:Class ;
...@@ -2492,6 +2536,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2492,6 +2536,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2492 . 2536 .
2493 :VeselOperation 2537 :VeselOperation
2494 rdf:type :RiskFactor ; 2538 rdf:type :RiskFactor ;
2539 + rdfs:label "Activity"^^xsd:string ;
2495 rdfs:label "Vesel operation"^^xsd:string ; 2540 rdfs:label "Vesel operation"^^xsd:string ;
2496 . 2541 .
2497 :Vessel 2542 :Vessel
...@@ -2595,7 +2640,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2595,7 +2640,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2595 . 2640 .
2596 :WorkAtHeight 2641 :WorkAtHeight
2597 rdf:type :RiskFactor ; 2642 rdf:type :RiskFactor ;
2598 - rdf:type owl:Class ;
2599 rdfs:label "Work at height"^^xsd:string ; 2643 rdfs:label "Work at height"^^xsd:string ;
2600 rdfs:subClassOf :Activity ; 2644 rdfs:subClassOf :Activity ;
2601 . 2645 .
...@@ -2627,6 +2671,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2627,6 +2671,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2627 :WorkOverOpenSea 2671 :WorkOverOpenSea
2628 rdf:type :RiskFactor ; 2672 rdf:type :RiskFactor ;
2629 rdfs:label "Work over open sea"^^xsd:string ; 2673 rdfs:label "Work over open sea"^^xsd:string ;
2674 + rdfs:subClassOf :Activity ;
2630 . 2675 .
2631 :alwaysOnSchedule 2676 :alwaysOnSchedule
2632 rdf:type owl:DatatypeProperty ; 2677 rdf:type owl:DatatypeProperty ;
...@@ -3016,6 +3061,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3016,6 +3061,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3016 rdfs:comment "A relationship between a planning object and a plan."^^xsd:string ; 3061 rdfs:comment "A relationship between a planning object and a plan."^^xsd:string ;
3017 rdfs:label "has Plan"^^xsd:string ; 3062 rdfs:label "has Plan"^^xsd:string ;
3018 . 3063 .
3064 +:hasPlanLevel
3065 + rdf:type owl:ObjectProperty ;
3066 + rdfs:domain :PlanForActivity ;
3067 + rdfs:label "has plan level"^^xsd:string ;
3068 + rdfs:range :PlanLevel ;
3069 +.
3019 :hasPlanType 3070 :hasPlanType
3020 rdf:type owl:ObjectProperty ; 3071 rdf:type owl:ObjectProperty ;
3021 rdfs:comment "A relationship between a planning object and a time period."^^xsd:string ; 3072 rdfs:comment "A relationship between a planning object and a time period."^^xsd:string ;
...@@ -3056,6 +3107,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3056,6 +3107,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3056 rdfs:comment "A relationship between a planning object and a project."^^xsd:string ; 3107 rdfs:comment "A relationship between a planning object and a project."^^xsd:string ;
3057 rdfs:label "has Project"^^xsd:string ; 3108 rdfs:label "has Project"^^xsd:string ;
3058 . 3109 .
3110 +:hasProjectType
3111 + rdf:type owl:ObjectProperty ;
3112 + rdfs:domain :Project ;
3113 + rdfs:label "has project type"^^xsd:string ;
3114 + rdfs:range :ProjectType ;
3115 +.
3059 :hasQuantity 3116 :hasQuantity
3060 rdf:type owl:DatatypeProperty ; 3117 rdf:type owl:DatatypeProperty ;
3061 rdfs:comment "A property that gives a quantity associated with a planning object."^^xsd:string ; 3118 rdfs:comment "A property that gives a quantity associated with a planning object."^^xsd:string ;
...@@ -3264,30 +3321,37 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3264,30 +3321,37 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3264 :level1-ProjectPortfolioSchedule 3321 :level1-ProjectPortfolioSchedule
3265 rdf:type :PlanLevel ; 3322 rdf:type :PlanLevel ;
3266 rdfs:label "Level 1 - Project Portfolio Schedule"^^xsd:string ; 3323 rdfs:label "Level 1 - Project Portfolio Schedule"^^xsd:string ;
3324 + rdfs:subClassOf :PlanForActivity ;
3267 . 3325 .
3268 :level2-ProjectSummarySchedule 3326 :level2-ProjectSummarySchedule
3269 rdf:type :PlanLevel ; 3327 rdf:type :PlanLevel ;
3270 rdfs:label "Level 2 - Project Summary Schedule"^^xsd:string ; 3328 rdfs:label "Level 2 - Project Summary Schedule"^^xsd:string ;
3329 + rdfs:subClassOf :PlanForActivity ;
3271 . 3330 .
3272 :level3-ContractMasterSchedule 3331 :level3-ContractMasterSchedule
3273 rdf:type :PlanLevel ; 3332 rdf:type :PlanLevel ;
3274 rdfs:label "Level 3 - Contract Master Schedule"^^xsd:string ; 3333 rdfs:label "Level 3 - Contract Master Schedule"^^xsd:string ;
3334 + rdfs:subClassOf :PlanForActivity ;
3275 . 3335 .
3276 :level3-ProjectMasterSchedule 3336 :level3-ProjectMasterSchedule
3277 rdf:type :PlanLevel ; 3337 rdf:type :PlanLevel ;
3278 rdfs:label "Level 3 - Project Master Schedule"^^xsd:string ; 3338 rdfs:label "Level 3 - Project Master Schedule"^^xsd:string ;
3339 + rdfs:subClassOf :PlanForActivity ;
3279 . 3340 .
3280 :level4-ContractControlSchedule 3341 :level4-ContractControlSchedule
3281 rdf:type :PlanLevel ; 3342 rdf:type :PlanLevel ;
3282 rdfs:label "Level 4 - Contract Control Schedule"^^xsd:string ; 3343 rdfs:label "Level 4 - Contract Control Schedule"^^xsd:string ;
3344 + rdfs:subClassOf :PlanForActivity ;
3283 . 3345 .
3284 :level5-ContractWorkSchedule 3346 :level5-ContractWorkSchedule
3285 rdf:type :PlanLevel ; 3347 rdf:type :PlanLevel ;
3286 rdfs:label "Level 5 - Contract Work Schedule"^^xsd:string ; 3348 rdfs:label "Level 5 - Contract Work Schedule"^^xsd:string ;
3349 + rdfs:subClassOf :PlanForActivity ;
3287 . 3350 .
3288 :level6-ContractorOperationsSchedule 3351 :level6-ContractorOperationsSchedule
3289 rdf:type :PlanLevel ; 3352 rdf:type :PlanLevel ;
3290 rdfs:label "Level 6 - Contractor Operations Schedule"^^xsd:string ; 3353 rdfs:label "Level 6 - Contractor Operations Schedule"^^xsd:string ;
3354 + rdfs:subClassOf :PlanForActivity ;
3291 . 3355 .
3292 :mustStartAlap 3356 :mustStartAlap
3293 rdf:type owl:DatatypeProperty ; 3357 rdf:type owl:DatatypeProperty ;
...@@ -3314,6 +3378,24 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3314,6 +3378,24 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3314 rdfs:comment "A relationship between a planning object and part of a schedule."^^xsd:string ; 3378 rdfs:comment "A relationship between a planning object and part of a schedule."^^xsd:string ;
3315 rdfs:label "part of Schedule"^^xsd:string ; 3379 rdfs:label "part of Schedule"^^xsd:string ;
3316 . 3380 .
3381 +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/SAB_D>
3382 + rdf:type :NorsokZ014SABphaseClass ;
3383 +.
3384 +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/SAB_E>
3385 + rdf:type :NorsokZ014SABphaseClass ;
3386 +.
3387 +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/SAB_O>
3388 + rdf:type :NorsokZ014SABphaseClass ;
3389 +.
3390 +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/SAB_P>
3391 + rdf:type :NorsokZ014SABphaseClass ;
3392 +.
3393 +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/SAB_R>
3394 + rdf:type :NorsokZ014SABphaseClass ;
3395 +.
3396 +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/SAB_S>
3397 + rdf:type :NorsokZ014SABphaseClass ;
3398 +.
3317 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 3399 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
3318 rdf:type owl:Class ; 3400 rdf:type owl:Class ;
3319 rdfs:label "Cost based 1"^^xsd:string ; 3401 rdfs:label "Cost based 1"^^xsd:string ;
...@@ -3323,18 +3405,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3323,18 +3405,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3323 rdfs:subClassOf :Discipline ; 3405 rdfs:subClassOf :Discipline ;
3324 rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> ; 3406 rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> ;
3325 . 3407 .
3408 +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/NorsokZ014SABactivityClass>
3409 + rdfs:label "NORSOK Z-014 SAB Class"^^xsd:string ;
3410 + rdfs:subClassOf :ActivityTypeForPlanning ;
3411 +.
3326 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 3412 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
3327 rdf:type owl:Class ; 3413 rdf:type owl:Class ;
3328 rdfs:label "PBS Thing"^^xsd:string ; 3414 rdfs:label "PBS Thing"^^xsd:string ;
3329 rdfs:subClassOf :Result ; 3415 rdfs:subClassOf :Result ;
3330 . 3416 .
3331 -<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
3332 - rdf:type owl:Class ;
3333 - rdfs:label "Dg phase 1"^^xsd:string ;
3334 - rdfs:label "Project phase 1"^^xsd:string ;
3335 - rdfs:subClassOf :MainPhase ;
3336 - rdfs:subClassOf :SubPhase ;
3337 -.
3338 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> 3417 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing>
3339 rdfs:seeAlso <http://data.posccaesar.org/rdl/RDS1263643081> ; 3418 rdfs:seeAlso <http://data.posccaesar.org/rdl/RDS1263643081> ;
3340 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS398732751> ; 3419 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS398732751> ;
......