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