Tore Christiansen

Updates from summer work

...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
6 # imports: http://data.posccaesar.org/ilap/ 6 # imports: http://data.posccaesar.org/ilap/
7 # imports: http://data.posccaesar.org/npd/ 7 # imports: http://data.posccaesar.org/npd/
8 # imports: http://data.posccaesar.org/pob/ 8 # imports: http://data.posccaesar.org/pob/
9 +# imports: http://data.posccaesar.org/sccs/
9 # imports: http://www.ilap.no/codes/NORSOK/Z-014/SCCS 10 # imports: http://www.ilap.no/codes/NORSOK/Z-014/SCCS
10 11
11 @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . 12 @prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
...@@ -20,7 +21,7 @@ ...@@ -20,7 +21,7 @@
20 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 21 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
21 22
22 NCS: rdf:type owl:Ontology ; 23 NCS: rdf:type owl:Ontology ;
23 - owl:imports <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://www.ilap.no/codes/NORSOK/Z-014/SCCS> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , ILAP: , <http://data.posccaesar.org/epcis/> . 24 + owl:imports <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://www.ilap.no/codes/NORSOK/Z-014/SCCS> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , ILAP: , <http://data.posccaesar.org/sccs/> , <http://data.posccaesar.org/epcis/> .
24 25
25 NCS:Active 26 NCS:Active
26 rdf:type ILAP:Status ; 27 rdf:type ILAP:Status ;
...@@ -47,7 +48,7 @@ NCS:ClassificationStructureForNorsok ...@@ -47,7 +48,7 @@ NCS:ClassificationStructureForNorsok
47 rdfs:subClassOf NCS:ClassOfClassOfIndividual . 48 rdfs:subClassOf NCS:ClassOfClassOfIndividual .
48 49
49 NCS:CorClass 50 NCS:CorClass
50 - rdf:type NCS:ClassificationStructureForNorsok , owl:Class ; 51 + rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
51 rdfs:label "Cor class"^^xsd:string ; 52 rdfs:label "Cor class"^^xsd:string ;
52 rdfs:subClassOf NCS:ClassInNorsok . 53 rdfs:subClassOf NCS:ClassInNorsok .
53 54
...@@ -60,9 +61,9 @@ NCS:Exploration ...@@ -60,9 +61,9 @@ NCS:Exploration
60 rdfs:label "Exploration"^^xsd:string . 61 rdfs:label "Exploration"^^xsd:string .
61 62
62 NCS:IndividualInCorClass 63 NCS:IndividualInCorClass
63 - rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ; 64 + rdf:type owl:Class , ILAP:NORSOKZ014 , NCS:CorClass ;
64 rdfs:label "Individual in cor class"^^xsd:string ; 65 rdfs:label "Individual in cor class"^^xsd:string ;
65 - rdfs:subClassOf ILAP:Discipline , NCS:IndividualInNorsokClass . 66 + rdfs:subClassOf NCS:IndividualInNorsokClass , ILAP:Discipline .
66 67
67 NCS:IndividualInNorsokClass 68 NCS:IndividualInNorsokClass
68 rdf:type owl:Class ; 69 rdf:type owl:Class ;
...@@ -84,7 +85,7 @@ NCS:Operation ...@@ -84,7 +85,7 @@ NCS:Operation
84 rdfs:label "Operation"^^xsd:string . 85 rdfs:label "Operation"^^xsd:string .
85 86
86 NCS:PbsClass 87 NCS:PbsClass
87 - rdf:type NCS:ClassificationStructureForNorsok , owl:Class ; 88 + rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
88 rdfs:label "PbsClass"^^xsd:string ; 89 rdfs:label "PbsClass"^^xsd:string ;
89 rdfs:subClassOf NCS:ClassInNorsok . 90 rdfs:subClassOf NCS:ClassInNorsok .
90 91
...@@ -102,7 +103,7 @@ NCS:Removal ...@@ -102,7 +103,7 @@ NCS:Removal
102 rdfs:label "Removal"^^xsd:string . 103 rdfs:label "Removal"^^xsd:string .
103 104
104 NCS:SabClass 105 NCS:SabClass
105 - rdf:type NCS:ClassificationStructureForNorsok , owl:Class ; 106 + rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
106 rdfs:label "Sab class"^^xsd:string ; 107 rdfs:label "Sab class"^^xsd:string ;
107 rdfs:subClassOf NCS:ClassInNorsok . 108 rdfs:subClassOf NCS:ClassInNorsok .
108 109
...@@ -115,7 +116,7 @@ ILAP: ...@@ -115,7 +116,7 @@ ILAP:
115 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 116 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
116 117
117 ILAP:Aquisition 118 ILAP:Aquisition
118 - rdf:type ILAP:PlanLifecyclePhase ; 119 + rdf:type ILAP:PlanLifecycleStage ;
119 rdfs:label "Aquire"^^xsd:string . 120 rdfs:label "Aquire"^^xsd:string .
120 121
121 ILAP:BrownFieldProject 122 ILAP:BrownFieldProject
...@@ -155,7 +156,7 @@ ILAP:Country ...@@ -155,7 +156,7 @@ ILAP:Country
155 rdfs:label "Country"^^xsd:string . 156 rdfs:label "Country"^^xsd:string .
156 157
157 ILAP:Development 158 ILAP:Development
158 - rdf:type ILAP:PlanLifecyclePhase ; 159 + rdf:type ILAP:PlanLifecycleStage ;
159 rdfs:label "Develop"^^xsd:string . 160 rdfs:label "Develop"^^xsd:string .
160 161
161 ILAP:DisasterRecovery 162 ILAP:DisasterRecovery
...@@ -163,7 +164,7 @@ ILAP:DisasterRecovery ...@@ -163,7 +164,7 @@ ILAP:DisasterRecovery
163 rdfs:label "Disaster recovery"^^xsd:string . 164 rdfs:label "Disaster recovery"^^xsd:string .
164 165
165 ILAP:Disposal 166 ILAP:Disposal
166 - rdf:type ILAP:PlanLifecyclePhase ; 167 + rdf:type ILAP:PlanLifecycleStage ;
167 rdfs:label "Dispose"^^xsd:string . 168 rdfs:label "Dispose"^^xsd:string .
168 169
169 ILAP:DrillingAndWell 170 ILAP:DrillingAndWell
...@@ -255,7 +256,7 @@ ILAP:L7_ContractorOperationsSchedule ...@@ -255,7 +256,7 @@ ILAP:L7_ContractorOperationsSchedule
255 rdfs:label "COS"^^xsd:string . 256 rdfs:label "COS"^^xsd:string .
256 257
257 ILAP:Maintenance 258 ILAP:Maintenance
258 - rdf:type ILAP:PlanLifecyclePhase ; 259 + rdf:type ILAP:PlanLifecycleStage ;
259 rdfs:label "Maintain"^^xsd:string . 260 rdfs:label "Maintain"^^xsd:string .
260 261
261 ILAP:ManagedClosedown 262 ILAP:ManagedClosedown
...@@ -275,7 +276,7 @@ ILAP:OPEX ...@@ -275,7 +276,7 @@ ILAP:OPEX
275 rdfs:label "OPEX"^^xsd:string . 276 rdfs:label "OPEX"^^xsd:string .
276 277
277 ILAP:Operation 278 ILAP:Operation
278 - rdf:type ILAP:PlanLifecyclePhase ; 279 + rdf:type ILAP:PlanLifecycleStage ;
279 rdfs:label "Operate"^^xsd:string . 280 rdfs:label "Operate"^^xsd:string .
280 281
281 ILAP:OperationAndMaintenance 282 ILAP:OperationAndMaintenance
...@@ -307,7 +308,7 @@ ILAP:Regular8To16WorkingDayCalendar ...@@ -307,7 +308,7 @@ ILAP:Regular8To16WorkingDayCalendar
307 ] . 308 ] .
308 309
309 ILAP:Renewal 310 ILAP:Renewal
310 - rdf:type ILAP:PlanLifecyclePhase ; 311 + rdf:type ILAP:PlanLifecycleStage ;
311 rdfs:label "Renew"^^xsd:string . 312 rdfs:label "Renew"^^xsd:string .
312 313
313 ILAP:ResourceDriven 314 ILAP:ResourceDriven
...@@ -338,7 +339,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -338,7 +339,7 @@ ILAP:StandardFreeWeekendPeriod
338 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 339 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
339 rdfs:label "Standard free weekend period"^^xsd:string ; 340 rdfs:label "Standard free weekend period"^^xsd:string ;
340 ILAP:hasCalendarPeriodFreeDay 341 ILAP:hasCalendarPeriodFreeDay
341 - ILAP:Sunday , ILAP:Saturday . 342 + ILAP:Saturday , ILAP:Sunday .
342 343
343 ILAP:StandardWorkWeekdayPeriod 344 ILAP:StandardWorkWeekdayPeriod
344 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 345 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -410,64 +411,64 @@ ILAP:hasTimeNow ...@@ -410,64 +411,64 @@ ILAP:hasTimeNow
410 rdfs:range xsd:date . 411 rdfs:range xsd:date .
411 412
412 COR:A 413 COR:A
413 - rdfs:subClassOf NCS:IndividualInCorClass . 414 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
414 415
415 COR:B 416 COR:B
416 - rdfs:subClassOf NCS:IndividualInCorClass . 417 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
417 418
418 COR:C 419 COR:C
419 - rdfs:subClassOf NCS:IndividualInCorClass . 420 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
420 421
421 COR:E 422 COR:E
422 - rdfs:subClassOf NCS:IndividualInCorClass . 423 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
423 424
424 COR:H 425 COR:H
425 - rdfs:subClassOf NCS:IndividualInCorClass . 426 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
426 427
427 COR:K 428 COR:K
428 - rdfs:subClassOf NCS:IndividualInCorClass . 429 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
429 430
430 COR:L 431 COR:L
431 - rdfs:subClassOf NCS:IndividualInCorClass . 432 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
432 433
433 COR:M 434 COR:M
434 - rdfs:subClassOf NCS:IndividualInCorClass . 435 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
435 436
436 COR:Q 437 COR:Q
437 - rdfs:subClassOf NCS:IndividualInCorClass . 438 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
438 439
439 COR:R 440 COR:R
440 - rdfs:subClassOf NCS:IndividualInCorClass . 441 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
441 442
442 COR:S 443 COR:S
443 - rdfs:subClassOf NCS:IndividualInCorClass . 444 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
444 445
445 COR:X 446 COR:X
446 - rdfs:subClassOf NCS:IndividualInCorClass . 447 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
447 448
448 <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A> 449 <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A>
449 - rdfs:subClassOf NCS:IndividualInPBSClass . 450 + rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> .
450 451
451 <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#B> 452 <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#B>
452 - rdfs:subClassOf NCS:IndividualInPBSClass . 453 + rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> .
453 454
454 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1> 455 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1>
455 - rdfs:subClassOf NCS:IndividualInSABClass . 456 + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
456 457
457 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2> 458 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2>
458 - rdfs:subClassOf NCS:IndividualInSABClass . 459 + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
459 460
460 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3> 461 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3>
461 - rdfs:subClassOf NCS:IndividualInSABClass . 462 + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
462 463
463 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4> 464 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4>
464 - rdfs:subClassOf NCS:IndividualInSABClass . 465 + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
465 466
466 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5> 467 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5>
467 - rdfs:subClassOf NCS:IndividualInSABClass . 468 + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
468 469
469 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> 470 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6>
470 - rdfs:subClassOf NCS:IndividualInSABClass . 471 + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
471 472
472 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#7> 473 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#7>
473 - rdfs:subClassOf NCS:IndividualInSABClass . 474 + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
......
...@@ -21,7 +21,11 @@ ILAP: ...@@ -21,7 +21,11 @@ ILAP:
21 ILAP:Activity 21 ILAP:Activity
22 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 22 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
23 rdfs:label "Activity"^^xsd:string ; 23 rdfs:label "Activity"^^xsd:string ;
24 - rdfs:subClassOf ILAP:PossibleIndividual ; 24 + rdfs:subClassOf
25 + [ rdf:type owl:Restriction ;
26 + owl:allValuesFrom ILAP:Status ;
27 + owl:onProperty ILAP:hasActivityStatus
28 + ] ;
25 rdfs:subClassOf 29 rdfs:subClassOf
26 [ rdf:type owl:Restriction ; 30 [ rdf:type owl:Restriction ;
27 owl:onProperty ILAP:hasExternalReference ; 31 owl:onProperty ILAP:hasExternalReference ;
...@@ -34,8 +38,8 @@ ILAP:Activity ...@@ -34,8 +38,8 @@ ILAP:Activity
34 ] ; 38 ] ;
35 rdfs:subClassOf 39 rdfs:subClassOf
36 [ rdf:type owl:Restriction ; 40 [ rdf:type owl:Restriction ;
37 - owl:allValuesFrom ILAP:Status ; 41 + owl:allValuesFrom ILAP:Discipline ;
38 - owl:onProperty ILAP:hasActivityStatus 42 + owl:onProperty ILAP:hasActivityDiscipline
39 ] . 43 ] .
40 44
41 ILAP:ActivityDependency 45 ILAP:ActivityDependency
...@@ -67,24 +71,25 @@ ILAP:ActivityPlan ...@@ -67,24 +71,25 @@ ILAP:ActivityPlan
67 owl:onProperty ILAP:hasExternalReference 71 owl:onProperty ILAP:hasExternalReference
68 ] . 72 ] .
69 73
74 +ILAP:ActivityStatus
75 + rdf:type owl:Class ;
76 + rdfs:label "Activity status"^^xsd:string ;
77 + rdfs:subClassOf ILAP:Status .
78 +
70 ILAP:ActivityWBS 79 ILAP:ActivityWBS
71 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 80 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
72 rdfs:label "Activity WBS"^^xsd:string ; 81 rdfs:label "Activity WBS"^^xsd:string ;
73 rdfs:subClassOf ILAP:Network . 82 rdfs:subClassOf ILAP:Network .
74 83
75 -ILAP:ActivityWBS_1
76 - rdf:type ILAP:ActivityWBS ;
77 - rdfs:label "Activity WBS 1"^^xsd:string .
78 -
79 ILAP:Application 84 ILAP:Application
80 rdf:type owl:Class ; 85 rdf:type owl:Class ;
81 rdfs:label "Application"^^xsd:string ; 86 rdfs:label "Application"^^xsd:string ;
82 - rdfs:subClassOf owl:Thing . 87 + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> .
83 88
84 ILAP:Asset 89 ILAP:Asset
85 rdf:type owl:Class ; 90 rdf:type owl:Class ;
86 rdfs:label "Asset"^^xsd:string ; 91 rdfs:label "Asset"^^xsd:string ;
87 - rdfs:subClassOf owl:Thing . 92 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> .
88 93
89 ILAP:Baseline 94 ILAP:Baseline
90 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 95 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
...@@ -153,7 +158,12 @@ ILAP:CalendarPeriod ...@@ -153,7 +158,12 @@ ILAP:CalendarPeriod
153 ILAP:Constraint 158 ILAP:Constraint
154 rdf:type owl:Class ; 159 rdf:type owl:Class ;
155 rdfs:label "Constraint"^^xsd:string ; 160 rdfs:label "Constraint"^^xsd:string ;
156 - rdfs:subClassOf owl:Thing . 161 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> .
162 +
163 +ILAP:Contract
164 + rdf:type owl:Class ;
165 + rdfs:label "Contract"^^xsd:string ;
166 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> .
157 167
158 ILAP:ControlSchedule 168 ILAP:ControlSchedule
159 rdf:type owl:Class ; 169 rdf:type owl:Class ;
...@@ -163,18 +173,13 @@ ILAP:ControlSchedule ...@@ -163,18 +173,13 @@ ILAP:ControlSchedule
163 ILAP:Cost 173 ILAP:Cost
164 rdf:type owl:Class ; 174 rdf:type owl:Class ;
165 rdfs:label "Cost"^^xsd:string ; 175 rdfs:label "Cost"^^xsd:string ;
166 - rdfs:subClassOf owl:Thing . 176 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> .
167 177
168 ILAP:CostBased 178 ILAP:CostBased
169 rdf:type owl:Class ; 179 rdf:type owl:Class ;
170 rdfs:label "Cost based"^^xsd:string ; 180 rdfs:label "Cost based"^^xsd:string ;
171 rdfs:subClassOf ILAP:Resource . 181 rdfs:subClassOf ILAP:Resource .
172 182
173 -ILAP:CostEstimate
174 - rdf:type owl:Class ;
175 - rdfs:label "Cost estimate"^^xsd:string ;
176 - rdfs:subClassOf ILAP:ResourceStructure .
177 -
178 ILAP:CurrentSchedule 183 ILAP:CurrentSchedule
179 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 184 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
180 rdfs:label "Current schedule"^^xsd:string ; 185 rdfs:label "Current schedule"^^xsd:string ;
...@@ -183,7 +188,7 @@ ILAP:CurrentSchedule ...@@ -183,7 +188,7 @@ ILAP:CurrentSchedule
183 ILAP:Data 188 ILAP:Data
184 rdf:type owl:Class ; 189 rdf:type owl:Class ;
185 rdfs:label "Data"^^xsd:string ; 190 rdfs:label "Data"^^xsd:string ;
186 - rdfs:subClassOf ILAP:Information ; 191 + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ;
187 rdfs:subClassOf 192 rdfs:subClassOf
188 [ rdf:type owl:Restriction ; 193 [ rdf:type owl:Restriction ;
189 owl:onClass ILAP:Project ; 194 owl:onClass ILAP:Project ;
...@@ -197,89 +202,6 @@ ILAP:Discipline ...@@ -197,89 +202,6 @@ ILAP:Discipline
197 rdfs:label "Discipline"^^xsd:string ; 202 rdfs:label "Discipline"^^xsd:string ;
198 rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> . 203 rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> .
199 204
200 -ILAP:Discipline_1
201 - rdf:type rdfs:Resource , ILAP:Discipline ;
202 - rdfs:label "Discipline 1"^^xsd:string .
203 -
204 -ILAP:ExecutionPlan
205 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
206 - rdfs:label "Planned Activity network"^^xsd:string ;
207 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityPlan ;
208 - rdfs:subClassOf
209 - [ rdf:type owl:Restriction ;
210 - owl:onProperty ILAP:hasPlanContentType ;
211 - owl:someValuesFrom ILAP:PlanContentType
212 - ] ;
213 - rdfs:subClassOf
214 - [ rdf:type owl:Restriction ;
215 - owl:allValuesFrom BRREG:LegalEntity ;
216 - owl:onProperty ILAP:hasPlanResponsible
217 - ] ;
218 - rdfs:subClassOf
219 - [ rdf:type owl:Restriction ;
220 - owl:maxQualifiedCardinality
221 - "1"^^xsd:nonNegativeInteger ;
222 - owl:onClass ILAP:Project ;
223 - owl:onProperty ILAP:hasPlanProject
224 - ] ;
225 - rdfs:subClassOf
226 - [ rdf:type owl:Restriction ;
227 - owl:allValuesFrom ILAP:PlanObjectiveType ;
228 - owl:onProperty ILAP:hasPlanObjectiveType
229 - ] ;
230 - rdfs:subClassOf
231 - [ rdf:type owl:Restriction ;
232 - owl:maxQualifiedCardinality
233 - "1"^^xsd:nonNegativeInteger ;
234 - owl:onClass ILAP:PlanLevel ;
235 - owl:onProperty ILAP:hasPlanLevel
236 - ] ;
237 - rdfs:subClassOf
238 - [ rdf:type owl:Restriction ;
239 - owl:onProperty ILAP:hasPlanProjectType ;
240 - owl:someValuesFrom ILAP:PlanProjectType
241 - ] ;
242 - rdfs:subClassOf
243 - [ rdf:type owl:Restriction ;
244 - owl:onProperty ILAP:hasPlanGeoArea ;
245 - owl:someValuesFrom ILAP:PlanGeoArea
246 - ] ;
247 - rdfs:subClassOf
248 - [ rdf:type owl:Restriction ;
249 - owl:onProperty ILAP:hasPlanLevel ;
250 - owl:someValuesFrom ILAP:PlanLevel
251 - ] ;
252 - rdfs:subClassOf
253 - [ rdf:type owl:Restriction ;
254 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
255 - owl:onProperty ILAP:hasPlanAsset
256 - ] ;
257 - rdfs:subClassOf
258 - [ rdf:type owl:Restriction ;
259 - owl:allValuesFrom ILAP:ExecutionPlan ;
260 - owl:onProperty ILAP:hasPlanSubplan
261 - ] ;
262 - rdfs:subClassOf
263 - [ rdf:type owl:Restriction ;
264 - owl:allValuesFrom ILAP:PlanContractType ;
265 - owl:onProperty ILAP:hasPlanContractType
266 - ] ;
267 - rdfs:subClassOf
268 - [ rdf:type owl:Restriction ;
269 - owl:allValuesFrom ILAP:PlanLifecyclePhase ;
270 - owl:onProperty ILAP:hasPlanLifecycleStage
271 - ] ;
272 - rdfs:subClassOf
273 - [ rdf:type owl:Restriction ;
274 - owl:allValuesFrom ILAP:ExecutionPlan ;
275 - owl:onProperty ILAP:hasPlanRollUpPlan
276 - ] ;
277 - rdfs:subClassOf
278 - [ rdf:type owl:Restriction ;
279 - owl:allValuesFrom NPD:NPDelement ;
280 - owl:onProperty ILAP:hasPlanNPDelement
281 - ] .
282 -
283 ILAP:ExternalReference 205 ILAP:ExternalReference
284 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; 206 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
285 rdfs:label "External Reference"^^xsd:string ; 207 rdfs:label "External Reference"^^xsd:string ;
...@@ -297,7 +219,7 @@ ILAP:ExternalReference ...@@ -297,7 +219,7 @@ ILAP:ExternalReference
297 rdfs:subClassOf 219 rdfs:subClassOf
298 [ rdf:type owl:Restriction ; 220 [ rdf:type owl:Restriction ;
299 owl:onDataRange xsd:string ; 221 owl:onDataRange xsd:string ;
300 - owl:onProperty ILAP:hasReferenceID ; 222 + owl:onProperty ILAP:hasObjectReferenceID ;
301 owl:qualifiedCardinality 223 owl:qualifiedCardinality
302 "1"^^xsd:nonNegativeInteger 224 "1"^^xsd:nonNegativeInteger
303 ] . 225 ] .
...@@ -312,10 +234,15 @@ ILAP:FinishToStart ...@@ -312,10 +234,15 @@ ILAP:FinishToStart
312 rdfs:label "Finish to start"^^xsd:string ; 234 rdfs:label "Finish to start"^^xsd:string ;
313 rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 235 rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
314 236
237 +ILAP:FunctionalLocation
238 + rdf:type owl:Class ;
239 + rdfs:label "Functional location"^^xsd:string ;
240 + rdfs:subClassOf ILAP:Location .
241 +
315 ILAP:Information 242 ILAP:Information
316 rdf:type owl:Class ; 243 rdf:type owl:Class ;
317 rdfs:label "Information"^^xsd:string ; 244 rdfs:label "Information"^^xsd:string ;
318 - rdfs:subClassOf owl:Thing . 245 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> .
319 246
320 ILAP:Knowledge 247 ILAP:Knowledge
321 rdf:type owl:Class ; 248 rdf:type owl:Class ;
...@@ -339,13 +266,28 @@ ILAP:Milestone ...@@ -339,13 +266,28 @@ ILAP:Milestone
339 ILAP:Network 266 ILAP:Network
340 rdf:type owl:Class ; 267 rdf:type owl:Class ;
341 rdfs:label "Network"^^xsd:string ; 268 rdfs:label "Network"^^xsd:string ;
342 - rdfs:subClassOf owl:Thing . 269 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> .
343 270
344 ILAP:Objective 271 ILAP:Objective
345 rdf:type owl:Class ; 272 rdf:type owl:Class ;
346 rdfs:label "Objective"^^xsd:string ; 273 rdfs:label "Objective"^^xsd:string ;
347 rdfs:subClassOf owl:Thing . 274 rdfs:subClassOf owl:Thing .
348 275
276 +ILAP:Operation
277 + rdf:type owl:Class ;
278 + rdfs:label "Operation"^^xsd:string ;
279 + rdfs:subClassOf ILAP:WorkTask .
280 +
281 +ILAP:OperationStatus
282 + rdf:type owl:Class ;
283 + rdfs:label "Operation status"^^xsd:string ;
284 + rdfs:subClassOf ILAP:Status .
285 +
286 +ILAP:PhysicalLocation
287 + rdf:type owl:Class ;
288 + rdfs:label "Physical location"^^xsd:string ;
289 + rdfs:subClassOf ILAP:Location .
290 +
349 ILAP:PlanClassifier 291 ILAP:PlanClassifier
350 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 292 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
351 rdfs:label "Plan classifier"^^xsd:string ; 293 rdfs:label "Plan classifier"^^xsd:string ;
...@@ -376,9 +318,9 @@ ILAP:PlanLevel ...@@ -376,9 +318,9 @@ ILAP:PlanLevel
376 rdfs:label "Plan level"^^xsd:string ; 318 rdfs:label "Plan level"^^xsd:string ;
377 rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 319 rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
378 320
379 -ILAP:PlanLifecyclePhase 321 +ILAP:PlanLifecycleStage
380 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 322 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
381 - rdfs:label "Plan lifecycle phase"^^xsd:string ; 323 + rdfs:label "Plan lifecycle stage"^^xsd:string ;
382 rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 324 rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
383 325
384 ILAP:PlanObjectiveType 326 ILAP:PlanObjectiveType
...@@ -386,11 +328,6 @@ ILAP:PlanObjectiveType ...@@ -386,11 +328,6 @@ ILAP:PlanObjectiveType
386 rdfs:label "Plan objective type"^^xsd:string ; 328 rdfs:label "Plan objective type"^^xsd:string ;
387 rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . 329 rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
388 330
389 -ILAP:PlanPhase
390 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
391 - rdfs:label "Phase"^^xsd:string ;
392 - rdfs:subClassOf ILAP:PlanClassifier .
393 -
394 ILAP:PlanProjectType 331 ILAP:PlanProjectType
395 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 332 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
396 rdfs:label "Plan project type"^^xsd:string ; 333 rdfs:label "Plan project type"^^xsd:string ;
...@@ -402,40 +339,35 @@ ILAP:PlannedActivity ...@@ -402,40 +339,35 @@ ILAP:PlannedActivity
402 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 339 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
403 rdfs:subClassOf 340 rdfs:subClassOf
404 [ rdf:type owl:Restriction ; 341 [ rdf:type owl:Restriction ;
405 - owl:allValuesFrom ILAP:ResourceProfile ; 342 + owl:allValuesFrom ILAP:ResponsiblePerson ;
406 - owl:onProperty ILAP:hasActivityResourceProfile 343 + owl:onProperty ILAP:hasActivityResponsiblePerson
407 - ] ;
408 - rdfs:subClassOf
409 - [ rdf:type owl:Restriction ;
410 - owl:allValuesFrom ILAP:ActivityWBS ;
411 - owl:onProperty ILAP:hasActivityWBS
412 ] ; 344 ] ;
413 rdfs:subClassOf 345 rdfs:subClassOf
414 [ rdf:type owl:Restriction ; 346 [ rdf:type owl:Restriction ;
415 - owl:allValuesFrom ILAP:ResponsiblePerson ; 347 + owl:allValuesFrom ILAP:Location ;
416 - owl:onProperty ILAP:hasActivityResponsiblePerson 348 + owl:onProperty ILAP:hasActivityLocation
417 ] ; 349 ] ;
418 rdfs:subClassOf 350 rdfs:subClassOf
419 [ rdf:type owl:Restriction ; 351 [ rdf:type owl:Restriction ;
420 owl:maxQualifiedCardinality 352 owl:maxQualifiedCardinality
421 "1"^^xsd:nonNegativeInteger ; 353 "1"^^xsd:nonNegativeInteger ;
422 - owl:onClass ILAP:ExecutionPlan ; 354 + owl:onClass ILAP:ProjectExecutionPlan ;
423 owl:onProperty ILAP:hasActivityPlan 355 owl:onProperty ILAP:hasActivityPlan
424 ] ; 356 ] ;
425 rdfs:subClassOf 357 rdfs:subClassOf
426 [ rdf:type owl:Restriction ; 358 [ rdf:type owl:Restriction ;
427 - owl:allValuesFrom ILAP:Result ; 359 + owl:allValuesFrom ILAP:ActivityDependency ;
428 - owl:onProperty ILAP:hasActivityResult 360 + owl:onProperty ILAP:hasActivityPredecessor
429 ] ; 361 ] ;
430 rdfs:subClassOf 362 rdfs:subClassOf
431 [ rdf:type owl:Restriction ; 363 [ rdf:type owl:Restriction ;
432 - owl:allValuesFrom ILAP:ActivityDependency ; 364 + owl:allValuesFrom ILAP:Result ;
433 - owl:onProperty ILAP:hasActivityPredecessor 365 + owl:onProperty ILAP:hasActivityResult
434 ] ; 366 ] ;
435 rdfs:subClassOf 367 rdfs:subClassOf
436 [ rdf:type owl:Restriction ; 368 [ rdf:type owl:Restriction ;
437 - owl:allValuesFrom ILAP:ActivityDependency ; 369 + owl:allValuesFrom ILAP:ResourceProfile ;
438 - owl:onProperty ILAP:hasActivitySuccessor 370 + owl:onProperty ILAP:hasActivityResourceProfile
439 ] ; 371 ] ;
440 rdfs:subClassOf 372 rdfs:subClassOf
441 [ rdf:type owl:Restriction ; 373 [ rdf:type owl:Restriction ;
...@@ -444,29 +376,39 @@ ILAP:PlannedActivity ...@@ -444,29 +376,39 @@ ILAP:PlannedActivity
444 ] ; 376 ] ;
445 rdfs:subClassOf 377 rdfs:subClassOf
446 [ rdf:type owl:Restriction ; 378 [ rdf:type owl:Restriction ;
447 - owl:allValuesFrom ILAP:Location ; 379 + owl:allValuesFrom ILAP:ActivityWBS ;
448 - owl:onProperty ILAP:hasActivityLocation 380 + owl:onProperty ILAP:hasActivityWBS
381 + ] ;
382 + rdfs:subClassOf
383 + [ rdf:type owl:Restriction ;
384 + owl:allValuesFrom ILAP:ActivityDependency ;
385 + owl:onProperty ILAP:hasActivitySuccessor
449 ] . 386 ] .
450 387
451 -ILAP:PlannedActivity_1 388 +ILAP:PlannedMilestone
452 - rdf:type ILAP:PlannedActivity ; 389 + rdf:type owl:Class ;
453 - rdfs:label "Planned activity 1"^^xsd:string ; 390 + rdfs:label "Planned milestone"^^xsd:string ;
454 - ILAP:hasActivityWBS ILAP:ActivityWBS_1 . 391 + rdfs:subClassOf ILAP:Milestone .
455 392
456 ILAP:PlanningApplication 393 ILAP:PlanningApplication
457 rdf:type owl:Class ; 394 rdf:type owl:Class ;
458 rdfs:label "Planning application"^^xsd:string ; 395 rdfs:label "Planning application"^^xsd:string ;
459 rdfs:subClassOf ILAP:Application . 396 rdfs:subClassOf ILAP:Application .
460 397
461 -ILAP:PossibleIndividual 398 +ILAP:Portfolio
462 rdf:type owl:Class ; 399 rdf:type owl:Class ;
463 - rdfs:label "Possible individual"^^xsd:string ; 400 + rdfs:label "Portfolio"^^xsd:string ;
464 - rdfs:subClassOf owl:Thing . 401 + rdfs:subClassOf ILAP:Project .
402 +
403 +ILAP:Programme
404 + rdf:type owl:Class ;
405 + rdfs:label "Programme"^^xsd:string ;
406 + rdfs:subClassOf ILAP:Project .
465 407
466 ILAP:Project 408 ILAP:Project
467 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 409 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
468 rdfs:label "Project"^^xsd:string ; 410 rdfs:label "Project"^^xsd:string ;
469 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9629> , owl:Thing ; 411 + rdfs:subClassOf ILAP:Activity ;
470 rdfs:subClassOf 412 rdfs:subClassOf
471 [ rdf:type owl:Restriction ; 413 [ rdf:type owl:Restriction ;
472 owl:allValuesFrom BRREG:OilCompany ; 414 owl:allValuesFrom BRREG:OilCompany ;
...@@ -474,6 +416,13 @@ ILAP:Project ...@@ -474,6 +416,13 @@ ILAP:Project
474 ] ; 416 ] ;
475 rdfs:subClassOf 417 rdfs:subClassOf
476 [ rdf:type owl:Restriction ; 418 [ rdf:type owl:Restriction ;
419 + owl:onDataRange xsd:string ;
420 + owl:onProperty ILAP:hasObjectName ;
421 + owl:qualifiedCardinality
422 + "1"^^xsd:nonNegativeInteger
423 + ] ;
424 + rdfs:subClassOf
425 + [ rdf:type owl:Restriction ;
477 owl:allValuesFrom ILAP:ExternalReference ; 426 owl:allValuesFrom ILAP:ExternalReference ;
478 owl:onProperty ILAP:hasExternalReference 427 owl:onProperty ILAP:hasExternalReference
479 ] ; 428 ] ;
...@@ -481,13 +430,80 @@ ILAP:Project ...@@ -481,13 +430,80 @@ ILAP:Project
481 [ rdf:type owl:Restriction ; 430 [ rdf:type owl:Restriction ;
482 owl:allValuesFrom ILAP:Project ; 431 owl:allValuesFrom ILAP:Project ;
483 owl:onProperty ILAP:hasProjectSubproject 432 owl:onProperty ILAP:hasProjectSubproject
433 + ] .
434 +
435 +ILAP:ProjectExecutionPlan
436 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
437 + rdfs:label "Planned Activity network"^^xsd:string ;
438 + rdfs:subClassOf ILAP:Network ;
439 + rdfs:subClassOf
440 + [ rdf:type owl:Restriction ;
441 + owl:allValuesFrom ILAP:PlanObjectiveType ;
442 + owl:onProperty ILAP:hasPlanObjectiveType
484 ] ; 443 ] ;
485 rdfs:subClassOf 444 rdfs:subClassOf
486 [ rdf:type owl:Restriction ; 445 [ rdf:type owl:Restriction ;
487 - owl:onDataRange xsd:string ; 446 + owl:onProperty ILAP:hasPlanProjectType ;
488 - owl:onProperty ILAP:hasName ; 447 + owl:someValuesFrom ILAP:PlanProjectType
489 - owl:qualifiedCardinality 448 + ] ;
490 - "1"^^xsd:nonNegativeInteger 449 + rdfs:subClassOf
450 + [ rdf:type owl:Restriction ;
451 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
452 + owl:onProperty ILAP:hasPlanRollUpPlan
453 + ] ;
454 + rdfs:subClassOf
455 + [ rdf:type owl:Restriction ;
456 + owl:onProperty ILAP:hasPlanGeoArea ;
457 + owl:someValuesFrom ILAP:PlanGeoArea
458 + ] ;
459 + rdfs:subClassOf
460 + [ rdf:type owl:Restriction ;
461 + owl:maxQualifiedCardinality
462 + "1"^^xsd:nonNegativeInteger ;
463 + owl:onClass ILAP:Project ;
464 + owl:onProperty ILAP:hasPlanProject
465 + ] ;
466 + rdfs:subClassOf
467 + [ rdf:type owl:Restriction ;
468 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
469 + owl:onProperty ILAP:hasPlanSubplan
470 + ] ;
471 + rdfs:subClassOf
472 + [ rdf:type owl:Restriction ;
473 + owl:maxQualifiedCardinality
474 + "1"^^xsd:nonNegativeInteger ;
475 + owl:onClass ILAP:PlanLevel ;
476 + owl:onProperty ILAP:hasPlanLevel
477 + ] ;
478 + rdfs:subClassOf
479 + [ rdf:type owl:Restriction ;
480 + owl:onProperty ILAP:hasPlanLevel ;
481 + owl:someValuesFrom ILAP:PlanLevel
482 + ] ;
483 + rdfs:subClassOf
484 + [ rdf:type owl:Restriction ;
485 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
486 + owl:onProperty ILAP:hasPlanLifecycleStage
487 + ] ;
488 + rdfs:subClassOf
489 + [ rdf:type owl:Restriction ;
490 + owl:allValuesFrom BRREG:LegalEntity ;
491 + owl:onProperty ILAP:hasPlanResponsible
492 + ] ;
493 + rdfs:subClassOf
494 + [ rdf:type owl:Restriction ;
495 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
496 + owl:onProperty ILAP:hasPlanAsset
497 + ] ;
498 + rdfs:subClassOf
499 + [ rdf:type owl:Restriction ;
500 + owl:allValuesFrom ILAP:PlanContractType ;
501 + owl:onProperty ILAP:hasPlanContractType
502 + ] ;
503 + rdfs:subClassOf
504 + [ rdf:type owl:Restriction ;
505 + owl:onProperty ILAP:hasPlanContentType ;
506 + owl:someValuesFrom ILAP:PlanContentType
491 ] . 507 ] .
492 508
493 ILAP:Regular8To16WorkingDayCalendar 509 ILAP:Regular8To16WorkingDayCalendar
...@@ -500,10 +516,10 @@ ILAP:Resource ...@@ -500,10 +516,10 @@ ILAP:Resource
500 rdfs:label "Resource"^^xsd:string ; 516 rdfs:label "Resource"^^xsd:string ;
501 rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . 517 rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
502 518
503 -ILAP:ResourceBased 519 +ILAP:ResourceEstimate
504 rdf:type owl:Class ; 520 rdf:type owl:Class ;
505 - rdfs:label "Resource based"^^xsd:string ; 521 + rdfs:label "Resource estimate"^^xsd:string ;
506 - rdfs:subClassOf ILAP:Resource . 522 + rdfs:subClassOf ILAP:ResourceStructure .
507 523
508 ILAP:ResourceProfile 524 ILAP:ResourceProfile
509 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; 525 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
...@@ -535,15 +551,20 @@ ILAP:Result ...@@ -535,15 +551,20 @@ ILAP:Result
535 rdfs:label "Result"^^xsd:string ; 551 rdfs:label "Result"^^xsd:string ;
536 rdfs:subClassOf owl:Thing . 552 rdfs:subClassOf owl:Thing .
537 553
554 +ILAP:RevisedSchedule
555 + rdf:type owl:Class ;
556 + rdfs:label "Revised schedule"^^xsd:string ;
557 + rdfs:subClassOf ILAP:Schedule .
558 +
538 ILAP:Schedule 559 ILAP:Schedule
539 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 560 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
540 rdfs:label "Scheduled Activity Network"^^xsd:string ; 561 rdfs:label "Scheduled Activity Network"^^xsd:string ;
541 - rdfs:subClassOf ILAP:Network ; 562 + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ;
542 rdfs:subClassOf 563 rdfs:subClassOf
543 [ rdf:type owl:Restriction ; 564 [ rdf:type owl:Restriction ;
544 owl:maxQualifiedCardinality 565 owl:maxQualifiedCardinality
545 "1"^^xsd:nonNegativeInteger ; 566 "1"^^xsd:nonNegativeInteger ;
546 - owl:onClass ILAP:ExecutionPlan ; 567 + owl:onClass ILAP:ProjectExecutionPlan ;
547 owl:onProperty ILAP:hasSchedulePlan 568 owl:onProperty ILAP:hasSchedulePlan
548 ] . 569 ] .
549 570
...@@ -566,6 +587,11 @@ ILAP:ScheduledActivity ...@@ -566,6 +587,11 @@ ILAP:ScheduledActivity
566 owl:onProperty ILAP:hasActivitySchedule 587 owl:onProperty ILAP:hasActivitySchedule
567 ] . 588 ] .
568 589
590 +ILAP:ScheduledMilestone
591 + rdf:type owl:Class ;
592 + rdfs:label "Scheduled milestone"^^xsd:string ;
593 + rdfs:subClassOf ILAP:PlannedMilestone .
594 +
569 ILAP:Source 595 ILAP:Source
570 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 596 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
571 rdfs:label "Source"^^xsd:string ; 597 rdfs:label "Source"^^xsd:string ;
...@@ -606,6 +632,11 @@ ILAP:Timebased ...@@ -606,6 +632,11 @@ ILAP:Timebased
606 rdfs:label "Timebased"^^xsd:string ; 632 rdfs:label "Timebased"^^xsd:string ;
607 rdfs:subClassOf ILAP:Resource . 633 rdfs:subClassOf ILAP:Resource .
608 634
635 +ILAP:UnitBased
636 + rdf:type owl:Class ;
637 + rdfs:label "Unit based"^^xsd:string ;
638 + rdfs:subClassOf ILAP:Resource .
639 +
609 ILAP:UserField 640 ILAP:UserField
610 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; 641 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
611 rdfs:label "User field"^^xsd:string ; 642 rdfs:label "User field"^^xsd:string ;
...@@ -618,11 +649,21 @@ ILAP:UserField ...@@ -618,11 +649,21 @@ ILAP:UserField
618 owl:onProperty ILAP:hasUserFieldSource 649 owl:onProperty ILAP:hasUserFieldSource
619 ] . 650 ] .
620 651
652 +ILAP:Value
653 + rdf:type owl:Class ;
654 + rdfs:label "Value"^^xsd:string ;
655 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> .
656 +
621 ILAP:WeekendsFreeCalendar 657 ILAP:WeekendsFreeCalendar
622 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 658 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
623 rdfs:label "Weekends free calendar"^^xsd:string ; 659 rdfs:label "Weekends free calendar"^^xsd:string ;
624 rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . 660 rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
625 661
662 +ILAP:WorkOrder
663 + rdf:type owl:Class ;
664 + rdfs:label "Work order"^^xsd:string ;
665 + rdfs:subClassOf ILAP:WorkTask .
666 +
626 ILAP:WorkTask 667 ILAP:WorkTask
627 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 668 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
628 rdfs:label "Work task"^^xsd:string ; 669 rdfs:label "Work task"^^xsd:string ;
...@@ -638,6 +679,18 @@ ILAP:WorkTask ...@@ -638,6 +679,18 @@ ILAP:WorkTask
638 owl:someValuesFrom ILAP:Activity 679 owl:someValuesFrom ILAP:Activity
639 ] . 680 ] .
640 681
682 +ILAP:WorkTaskStatus
683 + rdf:type owl:Class ;
684 + rdfs:label "Work task status"^^xsd:string ;
685 + rdfs:subClassOf ILAP:Status .
686 +
687 +ILAP:hasActivityActiveStatus
688 + rdf:type owl:ObjectProperty ;
689 + rdfs:domain ILAP:Activity ;
690 + rdfs:label "has activity active status"^^xsd:string ;
691 + rdfs:range ILAP:ActivityStatus ;
692 + rdfs:subPropertyOf ILAP:hasActivityStatus .
693 +
641 ILAP:hasActivityActualProgressPercent 694 ILAP:hasActivityActualProgressPercent
642 rdf:type owl:DatatypeProperty ; 695 rdf:type owl:DatatypeProperty ;
643 rdfs:domain ILAP:PlannedActivity ; 696 rdfs:domain ILAP:PlannedActivity ;
...@@ -717,7 +770,7 @@ ILAP:hasActivityPlan ...@@ -717,7 +770,7 @@ ILAP:hasActivityPlan
717 rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 770 rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
718 rdfs:domain ILAP:PlannedActivity ; 771 rdfs:domain ILAP:PlannedActivity ;
719 rdfs:label "has activity plan"^^xsd:string ; 772 rdfs:label "has activity plan"^^xsd:string ;
720 - rdfs:range ILAP:ExecutionPlan . 773 + rdfs:range ILAP:ProjectExecutionPlan .
721 774
722 ILAP:hasActivityPlannedProgressPercent 775 ILAP:hasActivityPlannedProgressPercent
723 rdf:type owl:DatatypeProperty ; 776 rdf:type owl:DatatypeProperty ;
...@@ -732,6 +785,13 @@ ILAP:hasActivityPredecessor ...@@ -732,6 +785,13 @@ ILAP:hasActivityPredecessor
732 rdfs:range ILAP:ActivityDependency ; 785 rdfs:range ILAP:ActivityDependency ;
733 owl:inverseOf ILAP:hasSuccessorActivity . 786 owl:inverseOf ILAP:hasSuccessorActivity .
734 787
788 +ILAP:hasActivityPreviousStatus
789 + rdf:type owl:ObjectProperty ;
790 + rdfs:domain ILAP:Activity ;
791 + rdfs:label "has activity previous status"^^xsd:string ;
792 + rdfs:range ILAP:ActivityStatus ;
793 + rdfs:subPropertyOf ILAP:hasActivityStatus .
794 +
735 ILAP:hasActivityRegulator 795 ILAP:hasActivityRegulator
736 rdf:type owl:ObjectProperty ; 796 rdf:type owl:ObjectProperty ;
737 rdfs:domain ILAP:PlannedActivity ; 797 rdfs:domain ILAP:PlannedActivity ;
...@@ -866,6 +926,10 @@ ILAP:hasCalendarPeriodHour ...@@ -866,6 +926,10 @@ ILAP:hasCalendarPeriodHour
866 rdf:type owl:ObjectProperty ; 926 rdf:type owl:ObjectProperty ;
867 rdfs:label "has calendar period hour"^^xsd:string . 927 rdfs:label "has calendar period hour"^^xsd:string .
868 928
929 +ILAP:hasCalendarTime
930 + rdf:type owl:DatatypeProperty ;
931 + rdfs:label "has calendar time"^^xsd:string .
932 +
869 ILAP:hasCurrentActivityDuration 933 ILAP:hasCurrentActivityDuration
870 rdf:type owl:DatatypeProperty ; 934 rdf:type owl:DatatypeProperty ;
871 rdfs:domain ILAP:ScheduledActivity ; 935 rdfs:domain ILAP:ScheduledActivity ;
...@@ -879,12 +943,6 @@ ILAP:hasDataProject ...@@ -879,12 +943,6 @@ ILAP:hasDataProject
879 rdfs:label "has data project"^^xsd:string ; 943 rdfs:label "has data project"^^xsd:string ;
880 rdfs:range ILAP:Project . 944 rdfs:range ILAP:Project .
881 945
882 -ILAP:hasDescription
883 - rdf:type owl:DatatypeProperty ;
884 - rdfs:domain owl:Thing ;
885 - rdfs:label "has description"^^xsd:string ;
886 - rdfs:range xsd:string .
887 -
888 ILAP:hasEarlyFinish 946 ILAP:hasEarlyFinish
889 rdf:type owl:DatatypeProperty ; 947 rdf:type owl:DatatypeProperty ;
890 rdfs:domain ILAP:ScheduledActivity ; 948 rdfs:domain ILAP:ScheduledActivity ;
...@@ -938,7 +996,7 @@ ILAP:hasFreePeriodEndTime ...@@ -938,7 +996,7 @@ ILAP:hasFreePeriodEndTime
938 rdfs:domain ILAP:CalendarFreePeriod ; 996 rdfs:domain ILAP:CalendarFreePeriod ;
939 rdfs:label "has free period end time"^^xsd:string ; 997 rdfs:label "has free period end time"^^xsd:string ;
940 rdfs:range xsd:time ; 998 rdfs:range xsd:time ;
941 - rdfs:subPropertyOf ILAP:hasTime . 999 + rdfs:subPropertyOf ILAP:hasCalendarTime .
942 1000
943 ILAP:hasFreePeriodStartDate 1001 ILAP:hasFreePeriodStartDate
944 rdf:type owl:DatatypeProperty ; 1002 rdf:type owl:DatatypeProperty ;
...@@ -952,7 +1010,7 @@ ILAP:hasFreePeriodStartTime ...@@ -952,7 +1010,7 @@ ILAP:hasFreePeriodStartTime
952 rdfs:domain ILAP:CalendarFreePeriod ; 1010 rdfs:domain ILAP:CalendarFreePeriod ;
953 rdfs:label "has free period start time"^^xsd:string ; 1011 rdfs:label "has free period start time"^^xsd:string ;
954 rdfs:range xsd:time ; 1012 rdfs:range xsd:time ;
955 - rdfs:subPropertyOf ILAP:hasTime . 1013 + rdfs:subPropertyOf ILAP:hasCalendarTime .
956 1014
957 ILAP:hasLateFinish 1015 ILAP:hasLateFinish
958 rdf:type owl:DatatypeProperty ; 1016 rdf:type owl:DatatypeProperty ;
...@@ -968,16 +1026,16 @@ ILAP:hasLateStart ...@@ -968,16 +1026,16 @@ ILAP:hasLateStart
968 rdfs:range xsd:date ; 1026 rdfs:range xsd:date ;
969 rdfs:subPropertyOf ILAP:hasScheduleDate . 1027 rdfs:subPropertyOf ILAP:hasScheduleDate .
970 1028
971 -ILAP:hasLatitude 1029 +ILAP:hasLocationLatitude
972 rdf:type owl:DatatypeProperty ; 1030 rdf:type owl:DatatypeProperty ;
973 rdfs:domain ILAP:Location ; 1031 rdfs:domain ILAP:Location ;
974 - rdfs:label "has latitude"^^xsd:string ; 1032 + rdfs:label "has location latitude"^^xsd:string ;
975 rdfs:range xsd:integer . 1033 rdfs:range xsd:integer .
976 1034
977 -ILAP:hasLongitude 1035 +ILAP:hasLocationLongitude
978 rdf:type owl:DatatypeProperty ; 1036 rdf:type owl:DatatypeProperty ;
979 rdfs:domain ILAP:Location ; 1037 rdfs:domain ILAP:Location ;
980 - rdfs:label "has longitude"^^xsd:string ; 1038 + rdfs:label "has location longitude"^^xsd:string ;
981 rdfs:range xsd:integer . 1039 rdfs:range xsd:integer .
982 1040
983 ILAP:hasMilestonePredecessor 1041 ILAP:hasMilestonePredecessor
...@@ -992,9 +1050,22 @@ ILAP:hasMilestoneSuccessor ...@@ -992,9 +1050,22 @@ ILAP:hasMilestoneSuccessor
992 rdfs:label "has milestone successor"^^xsd:string ; 1050 rdfs:label "has milestone successor"^^xsd:string ;
993 rdfs:range ILAP:ActivityDependency . 1051 rdfs:range ILAP:ActivityDependency .
994 1052
995 -ILAP:hasName 1053 +ILAP:hasObjectDescription
1054 + rdf:type owl:DatatypeProperty ;
1055 + rdfs:domain owl:Thing ;
1056 + rdfs:label "has object description"^^xsd:string ;
1057 + rdfs:range xsd:string .
1058 +
1059 +ILAP:hasObjectName
1060 + rdf:type owl:DatatypeProperty ;
1061 + rdfs:domain owl:Thing ;
1062 + rdfs:label "has object name"^^xsd:string ;
1063 + rdfs:range xsd:string .
1064 +
1065 +ILAP:hasObjectReferenceID
996 rdf:type owl:DatatypeProperty ; 1066 rdf:type owl:DatatypeProperty ;
997 - rdfs:label "has name"^^xsd:string ; 1067 + rdfs:domain owl:Thing ;
1068 + rdfs:label "has object reference ID"^^xsd:string ;
998 rdfs:range xsd:string . 1069 rdfs:range xsd:string .
999 1070
1000 ILAP:hasOriginalActivityDuration 1071 ILAP:hasOriginalActivityDuration
...@@ -1006,130 +1077,124 @@ ILAP:hasOriginalActivityDuration ...@@ -1006,130 +1077,124 @@ ILAP:hasOriginalActivityDuration
1006 1077
1007 ILAP:hasPlanAsset 1078 ILAP:hasPlanAsset
1008 rdf:type owl:ObjectProperty ; 1079 rdf:type owl:ObjectProperty ;
1009 - rdfs:domain ILAP:ExecutionPlan ; 1080 + rdfs:domain ILAP:ProjectExecutionPlan ;
1010 rdfs:label "has plan asset"^^xsd:string ; 1081 rdfs:label "has plan asset"^^xsd:string ;
1011 rdfs:range ILAP:Asset . 1082 rdfs:range ILAP:Asset .
1012 1083
1013 ILAP:hasPlanAssetOwner 1084 ILAP:hasPlanAssetOwner
1014 rdf:type owl:ObjectProperty ; 1085 rdf:type owl:ObjectProperty ;
1015 - rdfs:domain ILAP:ExecutionPlan ; 1086 + rdfs:domain ILAP:ProjectExecutionPlan ;
1016 rdfs:label "has asset plan owner"^^xsd:string ; 1087 rdfs:label "has asset plan owner"^^xsd:string ;
1017 rdfs:range BRREG:OilCompany ; 1088 rdfs:range BRREG:OilCompany ;
1018 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1089 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1019 1090
1020 ILAP:hasPlanContentType 1091 ILAP:hasPlanContentType
1021 rdf:type owl:ObjectProperty ; 1092 rdf:type owl:ObjectProperty ;
1022 - rdfs:domain ILAP:ExecutionPlan ; 1093 + rdfs:domain ILAP:ProjectExecutionPlan ;
1023 rdfs:label "has plan content type"^^xsd:string ; 1094 rdfs:label "has plan content type"^^xsd:string ;
1024 rdfs:range ILAP:PlanContentType . 1095 rdfs:range ILAP:PlanContentType .
1025 1096
1026 ILAP:hasPlanContractType 1097 ILAP:hasPlanContractType
1027 rdf:type owl:ObjectProperty ; 1098 rdf:type owl:ObjectProperty ;
1028 - rdfs:domain ILAP:ExecutionPlan ; 1099 + rdfs:domain ILAP:ProjectExecutionPlan ;
1029 rdfs:label "has plan contract type"^^xsd:string ; 1100 rdfs:label "has plan contract type"^^xsd:string ;
1030 rdfs:range ILAP:PlanContractType . 1101 rdfs:range ILAP:PlanContractType .
1031 1102
1032 ILAP:hasPlanContractor 1103 ILAP:hasPlanContractor
1033 rdf:type owl:ObjectProperty ; 1104 rdf:type owl:ObjectProperty ;
1034 - rdfs:domain ILAP:ExecutionPlan ; 1105 + rdfs:domain ILAP:ProjectExecutionPlan ;
1035 rdfs:label "has plan contractor"^^xsd:string ; 1106 rdfs:label "has plan contractor"^^xsd:string ;
1036 rdfs:range BRREG:Contractor ; 1107 rdfs:range BRREG:Contractor ;
1037 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1108 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1038 1109
1039 ILAP:hasPlanExpenseType 1110 ILAP:hasPlanExpenseType
1040 rdf:type owl:ObjectProperty ; 1111 rdf:type owl:ObjectProperty ;
1041 - rdfs:domain ILAP:ExecutionPlan ; 1112 + rdfs:domain ILAP:ProjectExecutionPlan ;
1042 rdfs:label "has plan expense type"^^xsd:string ; 1113 rdfs:label "has plan expense type"^^xsd:string ;
1043 rdfs:range ILAP:PlanExpenseType . 1114 rdfs:range ILAP:PlanExpenseType .
1044 1115
1045 ILAP:hasPlanGeoArea 1116 ILAP:hasPlanGeoArea
1046 rdf:type owl:ObjectProperty ; 1117 rdf:type owl:ObjectProperty ;
1047 - rdfs:domain ILAP:ExecutionPlan ; 1118 + rdfs:domain ILAP:ProjectExecutionPlan ;
1048 rdfs:label "has plan focus area"^^xsd:string ; 1119 rdfs:label "has plan focus area"^^xsd:string ;
1049 rdfs:range ILAP:PlanGeoArea . 1120 rdfs:range ILAP:PlanGeoArea .
1050 1121
1051 ILAP:hasPlanLevel 1122 ILAP:hasPlanLevel
1052 rdf:type owl:ObjectProperty ; 1123 rdf:type owl:ObjectProperty ;
1053 - rdfs:domain ILAP:ExecutionPlan ; 1124 + rdfs:domain ILAP:ProjectExecutionPlan ;
1054 rdfs:label "has plan level"^^xsd:string ; 1125 rdfs:label "has plan level"^^xsd:string ;
1055 rdfs:range ILAP:PlanLevel . 1126 rdfs:range ILAP:PlanLevel .
1056 1127
1057 ILAP:hasPlanLicenseOperator 1128 ILAP:hasPlanLicenseOperator
1058 rdf:type owl:ObjectProperty ; 1129 rdf:type owl:ObjectProperty ;
1059 - rdfs:domain ILAP:ExecutionPlan ; 1130 + rdfs:domain ILAP:ProjectExecutionPlan ;
1060 rdfs:label "has plan license operator"^^xsd:string ; 1131 rdfs:label "has plan license operator"^^xsd:string ;
1061 rdfs:range BRREG:OilCompany ; 1132 rdfs:range BRREG:OilCompany ;
1062 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1133 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1063 1134
1064 ILAP:hasPlanLicensePartner 1135 ILAP:hasPlanLicensePartner
1065 rdf:type owl:ObjectProperty ; 1136 rdf:type owl:ObjectProperty ;
1066 - rdfs:domain ILAP:ExecutionPlan ; 1137 + rdfs:domain ILAP:ProjectExecutionPlan ;
1067 rdfs:label "has plan license partner"^^xsd:string ; 1138 rdfs:label "has plan license partner"^^xsd:string ;
1068 rdfs:range BRREG:OilCompany ; 1139 rdfs:range BRREG:OilCompany ;
1069 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1140 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1070 1141
1071 ILAP:hasPlanLifecycleStage 1142 ILAP:hasPlanLifecycleStage
1072 rdf:type owl:ObjectProperty ; 1143 rdf:type owl:ObjectProperty ;
1073 - rdfs:domain ILAP:ExecutionPlan ; 1144 + rdfs:domain ILAP:ProjectExecutionPlan ;
1074 rdfs:label "has plan lifecycle stage"^^xsd:string ; 1145 rdfs:label "has plan lifecycle stage"^^xsd:string ;
1075 - rdfs:range ILAP:PlanLifecyclePhase . 1146 + rdfs:range ILAP:PlanLifecycleStage .
1076 1147
1077 ILAP:hasPlanNPDelement 1148 ILAP:hasPlanNPDelement
1078 rdf:type owl:ObjectProperty ; 1149 rdf:type owl:ObjectProperty ;
1079 - rdfs:domain ILAP:ExecutionPlan ; 1150 + rdfs:domain ILAP:ProjectExecutionPlan ;
1080 - rdfs:label "has plan NPD element"^^xsd:string ; 1151 + rdfs:label "has plan NPD element"^^xsd:string .
1081 - rdfs:range NPD:NPDelement .
1082 1152
1083 ILAP:hasPlanObjectiveType 1153 ILAP:hasPlanObjectiveType
1084 rdf:type owl:ObjectProperty ; 1154 rdf:type owl:ObjectProperty ;
1085 - rdfs:domain ILAP:ExecutionPlan ; 1155 + rdfs:domain ILAP:ProjectExecutionPlan ;
1086 rdfs:label "has plan objective type"^^xsd:string ; 1156 rdfs:label "has plan objective type"^^xsd:string ;
1087 rdfs:range ILAP:PlanObjectiveType . 1157 rdfs:range ILAP:PlanObjectiveType .
1088 1158
1089 -ILAP:hasPlanPhase
1090 - rdf:type owl:ObjectProperty ;
1091 - rdfs:domain ILAP:ExecutionPlan ;
1092 - rdfs:label "has plan phase"^^xsd:string ;
1093 - rdfs:range ILAP:PlanPhase .
1094 -
1095 ILAP:hasPlanProject 1159 ILAP:hasPlanProject
1096 rdf:type owl:ObjectProperty ; 1160 rdf:type owl:ObjectProperty ;
1097 - rdfs:domain ILAP:ExecutionPlan ; 1161 + rdfs:domain ILAP:ProjectExecutionPlan ;
1098 rdfs:label "has Plan Project"^^xsd:string ; 1162 rdfs:label "has Plan Project"^^xsd:string ;
1099 rdfs:range ILAP:Project . 1163 rdfs:range ILAP:Project .
1100 1164
1101 ILAP:hasPlanProjectType 1165 ILAP:hasPlanProjectType
1102 rdf:type owl:ObjectProperty ; 1166 rdf:type owl:ObjectProperty ;
1103 - rdfs:domain ILAP:ExecutionPlan ; 1167 + rdfs:domain ILAP:ProjectExecutionPlan ;
1104 rdfs:label "has plan project type"^^xsd:string ; 1168 rdfs:label "has plan project type"^^xsd:string ;
1105 rdfs:range ILAP:PlanProjectType . 1169 rdfs:range ILAP:PlanProjectType .
1106 1170
1107 ILAP:hasPlanRegulator 1171 ILAP:hasPlanRegulator
1108 rdf:type owl:ObjectProperty ; 1172 rdf:type owl:ObjectProperty ;
1109 - rdfs:domain ILAP:ExecutionPlan ; 1173 + rdfs:domain ILAP:ProjectExecutionPlan ;
1110 rdfs:label "has plan regulator"^^xsd:string ; 1174 rdfs:label "has plan regulator"^^xsd:string ;
1111 rdfs:range BRREG:Regulator ; 1175 rdfs:range BRREG:Regulator ;
1112 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1176 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1113 1177
1114 ILAP:hasPlanResponsible 1178 ILAP:hasPlanResponsible
1115 rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1179 rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1180 + rdfs:domain ILAP:ResponsibleOrganization ;
1116 rdfs:label "has plan responsible"^^xsd:string . 1181 rdfs:label "has plan responsible"^^xsd:string .
1117 1182
1118 ILAP:hasPlanRollUpPlan 1183 ILAP:hasPlanRollUpPlan
1119 rdf:type owl:ObjectProperty ; 1184 rdf:type owl:ObjectProperty ;
1120 - rdfs:domain ILAP:ExecutionPlan ; 1185 + rdfs:domain ILAP:ProjectExecutionPlan ;
1121 rdfs:label "has plan roll up plan"^^xsd:string ; 1186 rdfs:label "has plan roll up plan"^^xsd:string ;
1122 - rdfs:range ILAP:ExecutionPlan . 1187 + rdfs:range ILAP:ProjectExecutionPlan .
1123 1188
1124 ILAP:hasPlanSubplan 1189 ILAP:hasPlanSubplan
1125 rdf:type owl:ObjectProperty ; 1190 rdf:type owl:ObjectProperty ;
1126 - rdfs:domain ILAP:ExecutionPlan ; 1191 + rdfs:domain ILAP:ProjectExecutionPlan ;
1127 rdfs:label "has plan subplan"^^xsd:string ; 1192 rdfs:label "has plan subplan"^^xsd:string ;
1128 - rdfs:range ILAP:ExecutionPlan . 1193 + rdfs:range ILAP:ProjectExecutionPlan .
1129 1194
1130 ILAP:hasPlanSupplier 1195 ILAP:hasPlanSupplier
1131 rdf:type owl:ObjectProperty ; 1196 rdf:type owl:ObjectProperty ;
1132 - rdfs:domain ILAP:ExecutionPlan ; 1197 + rdfs:domain ILAP:ProjectExecutionPlan ;
1133 rdfs:label "has plan supplier"^^xsd:string ; 1198 rdfs:label "has plan supplier"^^xsd:string ;
1134 rdfs:range BRREG:Contractor ; 1199 rdfs:range BRREG:Contractor ;
1135 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1200 rdfs:subPropertyOf ILAP:hasPlanResponsible .
...@@ -1147,6 +1212,12 @@ ILAP:hasPredecessorActivity ...@@ -1147,6 +1212,12 @@ ILAP:hasPredecessorActivity
1147 rdfs:range ILAP:PlannedActivity ; 1212 rdfs:range ILAP:PlannedActivity ;
1148 owl:inverseOf ILAP:hasActivitySuccessor . 1213 owl:inverseOf ILAP:hasActivitySuccessor .
1149 1214
1215 +ILAP:hasPredecessorMilestone
1216 + rdf:type owl:ObjectProperty ;
1217 + rdfs:domain ILAP:ActivityDependency ;
1218 + rdfs:label "has predecessor milestone"^^xsd:string ;
1219 + rdfs:range ILAP:Milestone .
1220 +
1150 ILAP:hasProfilePoint 1221 ILAP:hasProfilePoint
1151 rdf:type owl:ObjectProperty ; 1222 rdf:type owl:ObjectProperty ;
1152 rdfs:domain ILAP:ResourceProfile ; 1223 rdfs:domain ILAP:ResourceProfile ;
...@@ -1183,11 +1254,6 @@ ILAP:hasReferenceApplication ...@@ -1183,11 +1254,6 @@ ILAP:hasReferenceApplication
1183 rdfs:label "has reference application"^^xsd:string ; 1254 rdfs:label "has reference application"^^xsd:string ;
1184 rdfs:range ILAP:Application . 1255 rdfs:range ILAP:Application .
1185 1256
1186 -ILAP:hasReferenceID
1187 - rdf:type owl:DatatypeProperty ;
1188 - rdfs:label "has reference ID"^^xsd:string ;
1189 - rdfs:range xsd:string .
1190 -
1191 ILAP:hasReferenceSource 1257 ILAP:hasReferenceSource
1192 rdf:type owl:ObjectProperty ; 1258 rdf:type owl:ObjectProperty ;
1193 rdfs:domain ILAP:ExternalReference ; 1259 rdfs:domain ILAP:ExternalReference ;
...@@ -1233,8 +1299,9 @@ ILAP:hasResourceRemainingQuantity ...@@ -1233,8 +1299,9 @@ ILAP:hasResourceRemainingQuantity
1233 1299
1234 ILAP:hasResourceStructure 1300 ILAP:hasResourceStructure
1235 rdf:type owl:ObjectProperty ; 1301 rdf:type owl:ObjectProperty ;
1302 + rdfs:domain ILAP:Resource ;
1236 rdfs:label "has resource structure"^^xsd:string ; 1303 rdfs:label "has resource structure"^^xsd:string ;
1237 - rdfs:range ILAP:Resource . 1304 + rdfs:range ILAP:ResourceStructure .
1238 1305
1239 ILAP:hasScheduleBaseline 1306 ILAP:hasScheduleBaseline
1240 rdf:type owl:ObjectProperty ; 1307 rdf:type owl:ObjectProperty ;
...@@ -1244,13 +1311,14 @@ ILAP:hasScheduleBaseline ...@@ -1244,13 +1311,14 @@ ILAP:hasScheduleBaseline
1244 1311
1245 ILAP:hasScheduleDate 1312 ILAP:hasScheduleDate
1246 rdf:type owl:DatatypeProperty ; 1313 rdf:type owl:DatatypeProperty ;
1314 + rdfs:domain ILAP:ScheduledActivity ;
1247 rdfs:label "has schedule date"^^xsd:string . 1315 rdfs:label "has schedule date"^^xsd:string .
1248 1316
1249 ILAP:hasSchedulePlan 1317 ILAP:hasSchedulePlan
1250 rdf:type owl:ObjectProperty ; 1318 rdf:type owl:ObjectProperty ;
1251 rdfs:domain ILAP:Schedule ; 1319 rdfs:domain ILAP:Schedule ;
1252 rdfs:label "has schedule plan "^^xsd:string ; 1320 rdfs:label "has schedule plan "^^xsd:string ;
1253 - rdfs:range ILAP:ExecutionPlan . 1321 + rdfs:range ILAP:ProjectExecutionPlan .
1254 1322
1255 ILAP:hasScheduledFinish 1323 ILAP:hasScheduledFinish
1256 rdf:type owl:DatatypeProperty ; 1324 rdf:type owl:DatatypeProperty ;
...@@ -1291,9 +1359,11 @@ ILAP:hasSuccessorMilestone ...@@ -1291,9 +1359,11 @@ ILAP:hasSuccessorMilestone
1291 rdfs:label "has successor milestone"^^xsd:string ; 1359 rdfs:label "has successor milestone"^^xsd:string ;
1292 rdfs:range ILAP:Milestone . 1360 rdfs:range ILAP:Milestone .
1293 1361
1294 -ILAP:hasTime 1362 +ILAP:hasTimeNow
1295 rdf:type owl:DatatypeProperty ; 1363 rdf:type owl:DatatypeProperty ;
1296 - rdfs:label "has time"^^xsd:string . 1364 + rdfs:domain ILAP:Schedule ;
1365 + rdfs:label "has time now"^^xsd:string ;
1366 + rdfs:range xsd:dateTime .
1297 1367
1298 ILAP:hasUserFieldName 1368 ILAP:hasUserFieldName
1299 rdf:type owl:DatatypeProperty ; 1369 rdf:type owl:DatatypeProperty ;
...@@ -1321,6 +1391,7 @@ ILAP:hasWorkTaskActivity ...@@ -1321,6 +1391,7 @@ ILAP:hasWorkTaskActivity
1321 1391
1322 ILAP:hasWorkTaskResponsible 1392 ILAP:hasWorkTaskResponsible
1323 rdf:type owl:ObjectProperty ; 1393 rdf:type owl:ObjectProperty ;
1394 + rdfs:domain ILAP:WorkTask ;
1324 rdfs:label "has work task responsible"^^xsd:string . 1395 rdfs:label "has work task responsible"^^xsd:string .
1325 1396
1326 ILAP:hasWorkTaskSupplier 1397 ILAP:hasWorkTaskSupplier
...@@ -1346,10 +1417,5 @@ NPD:Facility ...@@ -1346,10 +1417,5 @@ NPD:Facility
1346 NPD:Field 1417 NPD:Field
1347 rdfs:subClassOf <http://posccaesar.org/rdl/RDS409500951> . 1418 rdfs:subClassOf <http://posccaesar.org/rdl/RDS409500951> .
1348 1419
1349 -NPD:NPDelement
1350 - rdf:type owl:Class ;
1351 - rdfs:label "NPDelement"^^xsd:string ;
1352 - rdfs:subClassOf ILAP:Location .
1353 -
1354 NPD:ProductionLicense 1420 NPD:ProductionLicense
1355 rdfs:subClassOf <http://posccaesar.org/rdl/RDS43166345139> . 1421 rdfs:subClassOf <http://posccaesar.org/rdl/RDS43166345139> .
......
This diff could not be displayed because it is too large.
...@@ -6,10 +6,20 @@ ...@@ -6,10 +6,20 @@
6 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 6 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 7 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
8 8
9 +<http://data.posccaesar.org/ilap/ProjectExecutionPlan>
10 + rdfs:subClassOf
11 + [ rdf:type owl:Restriction ;
12 + owl:allValuesFrom :NPDelement ;
13 + owl:onProperty <http://data.posccaesar.org/ilap/hasPlanNPDelement>
14 + ] .
15 +
16 +<http://data.posccaesar.org/ilap/hasPlanNPDelement>
17 + rdfs:range :NPDelement .
18 +
9 : rdf:type owl:Ontology ; 19 : rdf:type owl:Ontology ;
10 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 20 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
11 21
12 -:BAA rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 22 +:BAA rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
13 rdfs:label "Business area agreement"^^xsd:string ; 23 rdfs:label "Business area agreement"^^xsd:string ;
14 rdfs:subClassOf :NPDelement . 24 rdfs:subClassOf :NPDelement .
15 25
...@@ -26,12 +36,12 @@ ...@@ -26,12 +36,12 @@
26 rdfs:label "Eldfisk C"^^xsd:string . 36 rdfs:label "Eldfisk C"^^xsd:string .
27 37
28 :Facility 38 :Facility
29 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; 39 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ;
30 rdfs:label "Facility"^^xsd:string ; 40 rdfs:label "Facility"^^xsd:string ;
31 rdfs:subClassOf :NPDelement . 41 rdfs:subClassOf :NPDelement .
32 42
33 :Field 43 :Field
34 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 44 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
35 rdfs:label "Field"^^xsd:string ; 45 rdfs:label "Field"^^xsd:string ;
36 rdfs:subClassOf :NPDelement . 46 rdfs:subClassOf :NPDelement .
37 47
...@@ -52,16 +62,16 @@ ...@@ -52,16 +62,16 @@
52 rdfs:label "License 1"^^xsd:string . 62 rdfs:label "License 1"^^xsd:string .
53 63
54 :NPDelement 64 :NPDelement
55 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; 65 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ;
56 - rdfs:label "Petroleum register element"^^xsd:string ; 66 + rdfs:label "NPDelement"^^xsd:string , "Petroleum register element"^^xsd:string ;
57 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750688011> , owl:Thing . 67 + rdfs:subClassOf <http://data.posccaesar.org/ilap/Location> , owl:Thing , <http://posccaesar.org/rdl/RDS1750688011> .
58 68
59 :PipelineFacility 69 :PipelineFacility
60 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; 70 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
61 - rdfs:subClassOf :Facility , <http://posccaesar.org/rdl/RDS1750613511> . 71 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility .
62 72
63 :ProductionLicense 73 :ProductionLicense
64 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 74 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
65 rdfs:label "License"^^xsd:string ; 75 rdfs:label "License"^^xsd:string ;
66 rdfs:subClassOf :NPDelement . 76 rdfs:subClassOf :NPDelement .
67 77
...@@ -89,16 +99,16 @@ ...@@ -89,16 +99,16 @@
89 rdf:type :SubsurfaceFacility . 99 rdf:type :SubsurfaceFacility .
90 100
91 :SubsurfaceFacility 101 :SubsurfaceFacility
92 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; 102 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
93 - rdfs:subClassOf :Facility , <http://posccaesar.org/rdl/RDS1750613511> . 103 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility .
94 104
95 :SurfaceFacility 105 :SurfaceFacility
96 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; 106 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
97 - rdfs:subClassOf :Facility , <http://posccaesar.org/rdl/RDS1750613511> . 107 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility .
98 108
99 :WellBore 109 :WellBore
100 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFeature> ; 110 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFeature> , owl:Class ;
101 - rdfs:subClassOf :NPDelement , <http://posccaesar.org/rdl/RDS1714464911> . 111 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1714464911> , :NPDelement .
102 112
103 :WellBore_1 113 :WellBore_1
104 rdf:type :WellBore . 114 rdf:type :WellBore .
......
This diff could not be displayed because it is too large.
1 +# baseURI: http://www.ilap.no/codes/NORSOK/Z-014/SABCoding
2 +
3 +@prefix : <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#> .
4 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
5 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
8 +
9 +: rdf:type owl:Ontology ;
10 + rdfs:comment "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 ;
11 + rdfs:label "SAB Ontology for NORSOK Z-014 Ed. 2 May 2012"^^xsd:string ;
12 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
13 +
14 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1>
15 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
16 + rdfs:comment "Management"^^xsd:string ;
17 + rdfs:label "1"^^xsd:string .
18 +
19 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#11>
20 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
21 + rdfs:comment "Project management"^^xsd:string ;
22 + rdfs:label "11"^^xsd:string ;
23 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1> .
24 +
25 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#12>
26 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
27 + rdfs:comment "Construction management"^^xsd:string ;
28 + rdfs:label "12"^^xsd:string ;
29 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1> .
30 +
31 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#13>
32 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
33 + rdfs:comment "External services"^^xsd:string ;
34 + rdfs:label "13"^^xsd:string ;
35 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1> .
36 +
37 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2>
38 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
39 + rdfs:comment "Engineering and procurement"^^xsd:string ;
40 + rdfs:label "2"^^xsd:string .
41 +
42 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#21>
43 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
44 + rdfs:comment "Engineering"^^xsd:string ;
45 + rdfs:label "21"^^xsd:string ;
46 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2> .
47 +
48 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#211>
49 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
50 + rdfs:comment "Pre-engineering"^^xsd:string ;
51 + rdfs:label "211"^^xsd:string ;
52 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#21> .
53 +
54 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#212>
55 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
56 + rdfs:comment "Design engineering"^^xsd:string ;
57 + rdfs:label "212"^^xsd:string ;
58 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#21> .
59 +
60 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#213>
61 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
62 + rdfs:comment "Fabrication engineering"^^xsd:string ;
63 + rdfs:label "213"^^xsd:string ;
64 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#21> .
65 +
66 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#22>
67 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
68 + rdfs:comment "Procurement"^^xsd:string ;
69 + rdfs:label "22"^^xsd:string ;
70 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2> .
71 +
72 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#23>
73 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
74 + rdfs:comment "Construction supervision"^^xsd:string ;
75 + rdfs:label "23"^^xsd:string ;
76 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2> .
77 +
78 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3>
79 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
80 + rdfs:comment "Material deliveries"^^xsd:string ;
81 + rdfs:label "3"^^xsd:string .
82 +
83 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#31>
84 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
85 + rdfs:comment "Equipment"^^xsd:string ;
86 + rdfs:label "31"^^xsd:string ;
87 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3> .
88 +
89 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#311>
90 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
91 + rdfs:comment "Company provided equipment"^^xsd:string ;
92 + rdfs:label "311"^^xsd:string ;
93 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#31> .
94 +
95 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#312>
96 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
97 + rdfs:comment "Contractor provided equipment"^^xsd:string ;
98 + rdfs:label "312"^^xsd:string ;
99 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#31> .
100 +
101 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#313>
102 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
103 + rdfs:comment "Surplus equipment"^^xsd:string ;
104 + rdfs:label "313"^^xsd:string ;
105 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#31> .
106 +
107 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#32>
108 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
109 + rdfs:comment "Bulk"^^xsd:string ;
110 + rdfs:label "32"^^xsd:string ;
111 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3> .
112 +
113 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#321>
114 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
115 + rdfs:comment "Company provided bulk"^^xsd:string ;
116 + rdfs:label "321"^^xsd:string ;
117 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#32> .
118 +
119 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#322>
120 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
121 + rdfs:comment "Contractor provided bulk"^^xsd:string ;
122 + rdfs:label "322"^^xsd:string ;
123 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#32> .
124 +
125 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#323>
126 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
127 + rdfs:comment "Surplus bulk"^^xsd:string ;
128 + rdfs:label "323"^^xsd:string ;
129 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#32> .
130 +
131 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#33>
132 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
133 + rdfs:comment "Spare parts"^^xsd:string ;
134 + rdfs:label "33"^^xsd:string ;
135 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3> .
136 +
137 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4>
138 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
139 + rdfs:comment "Construction"^^xsd:string ;
140 + rdfs:label "4"^^xsd:string .
141 +
142 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41>
143 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
144 + rdfs:comment "Onshore construction"^^xsd:string ;
145 + rdfs:label "41"^^xsd:string ;
146 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4> .
147 +
148 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#411>
149 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
150 + rdfs:comment "Mobilisation"^^xsd:string ;
151 + rdfs:label "411"^^xsd:string ;
152 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> .
153 +
154 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#412>
155 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
156 + rdfs:comment "Civil Work"^^xsd:string ;
157 + rdfs:label "412"^^xsd:string ;
158 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> .
159 +
160 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#413>
161 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
162 + rdfs:comment "Fabrication of major assemblies"^^xsd:string ;
163 + rdfs:label "413"^^xsd:string ;
164 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> .
165 +
166 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4131>
167 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
168 + rdfs:comment "Prefabrication"^^xsd:string ;
169 + rdfs:label "4131"^^xsd:string ;
170 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#413> .
171 +
172 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4132>
173 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
174 + rdfs:comment "Installation/assembly/erection"^^xsd:string ;
175 + rdfs:label "4132"^^xsd:string ;
176 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#413> .
177 +
178 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#414>
179 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
180 + rdfs:comment "Other Prefabrication"^^xsd:string ;
181 + rdfs:label "414"^^xsd:string ;
182 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> .
183 +
184 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4141>
185 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
186 + rdfs:comment "Prefabrication"^^xsd:string ;
187 + rdfs:label "4141"^^xsd:string ;
188 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#414> .
189 +
190 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4142>
191 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
192 + rdfs:comment "Installation/assembly/erection"^^xsd:string ;
193 + rdfs:label "4142"^^xsd:string ;
194 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#414> .
195 +
196 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#415>
197 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
198 + rdfs:comment "Modification"^^xsd:string ;
199 + rdfs:label "415"^^xsd:string ;
200 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> .
201 +
202 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4151>
203 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
204 + rdfs:comment "Stripping / Dismantling"^^xsd:string ;
205 + rdfs:label "4151"^^xsd:string ;
206 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#415> .
207 +
208 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4152>
209 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
210 + rdfs:comment "Refitting"^^xsd:string ;
211 + rdfs:label "4152"^^xsd:string ;
212 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#415> .
213 +
214 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4153>
215 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
216 + rdfs:comment "Revamp"^^xsd:string ;
217 + rdfs:label "4153"^^xsd:string ;
218 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#415> .
219 +
220 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4154>
221 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
222 + rdfs:comment "Relocate"^^xsd:string ;
223 + rdfs:label "4154"^^xsd:string ;
224 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#415> .
225 +
226 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#417>
227 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
228 + rdfs:comment "Commissioning"^^xsd:string ;
229 + rdfs:label "417"^^xsd:string ;
230 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> .
231 +
232 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4171>
233 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
234 + rdfs:comment "Commissioning"^^xsd:string ;
235 + rdfs:label "4171"^^xsd:string ;
236 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#417> .
237 +
238 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4172>
239 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
240 + rdfs:comment "Startup"^^xsd:string ;
241 + rdfs:label "4172"^^xsd:string ;
242 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#417> .
243 +
244 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#418>
245 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
246 + rdfs:comment "Weighing, Seafastening & Load-out"^^xsd:string ;
247 + rdfs:label "418"^^xsd:string ;
248 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> .
249 +
250 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42>
251 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
252 + rdfs:comment "Atshore construction"^^xsd:string ;
253 + rdfs:label "42"^^xsd:string ;
254 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4> .
255 +
256 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#422>
257 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
258 + rdfs:comment "Civil work"^^xsd:string ;
259 + rdfs:label "422"^^xsd:string ;
260 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42> .
261 +
262 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#423>
263 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
264 + rdfs:comment "Major Assemblies"^^xsd:string ;
265 + rdfs:label "423"^^xsd:string ;
266 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42> .
267 +
268 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4231>
269 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
270 + rdfs:comment "Prefabrication"^^xsd:string ;
271 + rdfs:label "4231"^^xsd:string ;
272 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#423> .
273 +
274 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4232>
275 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
276 + rdfs:comment "Installation/assembly/erection"^^xsd:string ;
277 + rdfs:label "4232"^^xsd:string ;
278 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#423> .
279 +
280 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#424>
281 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
282 + rdfs:comment "Other fabrication activities"^^xsd:string ;
283 + rdfs:label "424"^^xsd:string ;
284 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42> .
285 +
286 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4241>
287 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
288 + rdfs:comment "Prefabrication"^^xsd:string ;
289 + rdfs:label "4241"^^xsd:string ;
290 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#424> .
291 +
292 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4242>
293 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
294 + rdfs:comment "Installation/assembly/erection"^^xsd:string ;
295 + rdfs:label "4242"^^xsd:string ;
296 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#424> .
297 +
298 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#425>
299 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
300 + rdfs:comment "Modification"^^xsd:string ;
301 + rdfs:label "425"^^xsd:string ;
302 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42> .
303 +
304 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4251>
305 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
306 + rdfs:comment "Stripping/dismantling"^^xsd:string ;
307 + rdfs:label "4251"^^xsd:string ;
308 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#425> .
309 +
310 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4252>
311 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
312 + rdfs:comment "Refitting"^^xsd:string ;
313 + rdfs:label "4252"^^xsd:string ;
314 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#425> .
315 +
316 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4253>
317 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
318 + rdfs:comment "Revamp"^^xsd:string ;
319 + rdfs:label "4253"^^xsd:string ;
320 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#425> .
321 +
322 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#426>
323 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
324 + rdfs:comment "Vendor assistance"^^xsd:string ;
325 + rdfs:label "426"^^xsd:string ;
326 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42> .
327 +
328 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#427>
329 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
330 + rdfs:comment "Commissioning"^^xsd:string ;
331 + rdfs:label "427"^^xsd:string ;
332 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42> .
333 +
334 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43>
335 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
336 + rdfs:comment "Inshore construction"^^xsd:string ;
337 + rdfs:label "43"^^xsd:string ;
338 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4> .
339 +
340 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#431>
341 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
342 + rdfs:comment "Mobilisation"^^xsd:string ;
343 + rdfs:label "431"^^xsd:string ;
344 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> .
345 +
346 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#432>
347 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
348 + rdfs:comment "Civil work"^^xsd:string ;
349 + rdfs:label "432"^^xsd:string ;
350 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> .
351 +
352 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#433>
353 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
354 + rdfs:comment "Major Assemblies"^^xsd:string ;
355 + rdfs:label "433"^^xsd:string ;
356 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> .
357 +
358 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4331>
359 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
360 + rdfs:comment "Prefabrication"^^xsd:string ;
361 + rdfs:label "4331"^^xsd:string ;
362 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#433> .
363 +
364 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4332>
365 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
366 + rdfs:comment "Installation/assembly/erection"^^xsd:string ;
367 + rdfs:label "4332"^^xsd:string ;
368 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#433> .
369 +
370 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#434>
371 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
372 + rdfs:comment "Other fabrication activities"^^xsd:string ;
373 + rdfs:label "434"^^xsd:string ;
374 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> .
375 +
376 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4341>
377 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
378 + rdfs:comment "Prefabrication"^^xsd:string ;
379 + rdfs:label "4341"^^xsd:string ;
380 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#434> .
381 +
382 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4342>
383 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
384 + rdfs:comment "Installation/assembly/erection"^^xsd:string ;
385 + rdfs:label "4342"^^xsd:string ;
386 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#434> .
387 +
388 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#435>
389 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
390 + rdfs:comment "Modification"^^xsd:string ;
391 + rdfs:label "435"^^xsd:string ;
392 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> .
393 +
394 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4351>
395 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
396 + rdfs:comment "Stripping/dismantling"^^xsd:string ;
397 + rdfs:label "4351"^^xsd:string ;
398 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#435> .
399 +
400 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4352>
401 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
402 + rdfs:comment "Refitting"^^xsd:string ;
403 + rdfs:label "4352"^^xsd:string ;
404 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#435> .
405 +
406 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4353>
407 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
408 + rdfs:comment "Revamp"^^xsd:string ;
409 + rdfs:label "4353"^^xsd:string ;
410 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#435> .
411 +
412 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4354>
413 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
414 + rdfs:comment "Relocate"^^xsd:string ;
415 + rdfs:label "4354"^^xsd:string ;
416 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#435> .
417 +
418 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#436>
419 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
420 + rdfs:comment "Vendor assistance"^^xsd:string ;
421 + rdfs:label "436"^^xsd:string ;
422 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> .
423 +
424 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#437>
425 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
426 + rdfs:comment "Commissioning"^^xsd:string ;
427 + rdfs:label "437"^^xsd:string ;
428 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> .
429 +
430 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44>
431 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
432 + rdfs:comment "Offshore construction"^^xsd:string ;
433 + rdfs:label "44"^^xsd:string ;
434 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4> .
435 +
436 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#441>
437 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
438 + rdfs:comment "Mobilisation"^^xsd:string ;
439 + rdfs:label "441"^^xsd:string ;
440 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> .
441 +
442 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#442>
443 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
444 + rdfs:comment "Civil work"^^xsd:string ;
445 + rdfs:label "442"^^xsd:string ;
446 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> .
447 +
448 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#443>
449 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
450 + rdfs:comment "Activities related to major assemblies"^^xsd:string ;
451 + rdfs:label "443"^^xsd:string ;
452 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> .
453 +
454 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4431>
455 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
456 + rdfs:comment "Prefabrication"^^xsd:string ;
457 + rdfs:label "4431"^^xsd:string ;
458 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#443> .
459 +
460 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4432>
461 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
462 + rdfs:comment "Installation/assembly/erection"^^xsd:string ;
463 + rdfs:label "4432"^^xsd:string ;
464 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#443> .
465 +
466 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#444>
467 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
468 + rdfs:comment "Other fabrication activities"^^xsd:string ;
469 + rdfs:label "444"^^xsd:string ;
470 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> .
471 +
472 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4441>
473 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
474 + rdfs:comment "Prefabrication"^^xsd:string ;
475 + rdfs:label "4441"^^xsd:string ;
476 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#444> .
477 +
478 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4442>
479 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
480 + rdfs:comment "Installation/assembly/erection"^^xsd:string ;
481 + rdfs:label "4442"^^xsd:string ;
482 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#444> .
483 +
484 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#445>
485 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
486 + rdfs:comment "Modification"^^xsd:string ;
487 + rdfs:label "445"^^xsd:string ;
488 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> .
489 +
490 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4451>
491 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
492 + rdfs:comment "Stripping/dismantling"^^xsd:string ;
493 + rdfs:label "4451"^^xsd:string ;
494 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#445> .
495 +
496 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4452>
497 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
498 + rdfs:comment "Refitting"^^xsd:string ;
499 + rdfs:label "4452"^^xsd:string ;
500 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#445> .
501 +
502 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4453>
503 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
504 + rdfs:comment "Revamp"^^xsd:string ;
505 + rdfs:label "4453"^^xsd:string ;
506 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#445> .
507 +
508 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4454>
509 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
510 + rdfs:comment "Relocate"^^xsd:string ;
511 + rdfs:label "4454"^^xsd:string ;
512 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#445> .
513 +
514 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#446>
515 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
516 + rdfs:comment "Vendor assistance"^^xsd:string ;
517 + rdfs:label "446"^^xsd:string ;
518 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> .
519 +
520 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#447>
521 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
522 + rdfs:comment "Commissioning"^^xsd:string ;
523 + rdfs:label "447"^^xsd:string ;
524 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> .
525 +
526 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4471>
527 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
528 + rdfs:comment "Commissioning"^^xsd:string ;
529 + rdfs:label "4471"^^xsd:string ;
530 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#447> .
531 +
532 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4472>
533 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
534 + rdfs:comment "Startup"^^xsd:string ;
535 + rdfs:label "4472"^^xsd:string ;
536 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#447> .
537 +
538 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#448>
539 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
540 + rdfs:comment "Non-working hours (lunch, standby, etc)"^^xsd:string ;
541 + rdfs:label "448"^^xsd:string ;
542 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> .
543 +
544 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5>
545 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
546 + rdfs:comment "Operations"^^xsd:string ;
547 + rdfs:label "5"^^xsd:string .
548 +
549 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#51>
550 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
551 + rdfs:comment "Landbased operations"^^xsd:string ;
552 + rdfs:label "51"^^xsd:string ;
553 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5> .
554 +
555 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#511>
556 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
557 + rdfs:comment "Lifting"^^xsd:string ;
558 + rdfs:label "511"^^xsd:string ;
559 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#51> .
560 +
561 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#512>
562 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
563 + rdfs:comment "Transport"^^xsd:string ;
564 + rdfs:label "512"^^xsd:string ;
565 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#51> .
566 +
567 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#513>
568 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
569 + rdfs:comment "Pipeline operations"^^xsd:string ;
570 + rdfs:label "513"^^xsd:string ;
571 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#51> .
572 +
573 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#514>
574 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
575 + rdfs:comment "Cable operations"^^xsd:string ;
576 + rdfs:label "514"^^xsd:string ;
577 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#51> .
578 +
579 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#515>
580 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
581 + rdfs:comment "Other landbased operations"^^xsd:string ;
582 + rdfs:label "515"^^xsd:string ;
583 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#51> .
584 +
585 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52>
586 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
587 + rdfs:comment "Offshore operations"^^xsd:string ;
588 + rdfs:label "52"^^xsd:string ;
589 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5> .
590 +
591 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#521>
592 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
593 + rdfs:comment "Survey"^^xsd:string ;
594 + rdfs:label "521"^^xsd:string ;
595 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> .
596 +
597 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#522>
598 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
599 + rdfs:comment "Seabed preparation"^^xsd:string ;
600 + rdfs:label "522"^^xsd:string ;
601 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> .
602 +
603 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5221>
604 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
605 + rdfs:comment "Trenching"^^xsd:string ;
606 + rdfs:label "5221"^^xsd:string ;
607 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#522> .
608 +
609 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5222>
610 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
611 + rdfs:comment "Dredging"^^xsd:string ;
612 + rdfs:label "5222"^^xsd:string ;
613 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#522> .
614 +
615 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5223>
616 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
617 + rdfs:comment "Back filling"^^xsd:string ;
618 + rdfs:label "5223"^^xsd:string ;
619 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#522> .
620 +
621 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5224>
622 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
623 + rdfs:comment "Rock dumping"^^xsd:string ;
624 + rdfs:label "5224"^^xsd:string ;
625 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#522> .
626 +
627 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#523>
628 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
629 + rdfs:comment "Installation"^^xsd:string ;
630 + rdfs:label "523"^^xsd:string ;
631 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> .
632 +
633 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5231>
634 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
635 + rdfs:comment "Lifting"^^xsd:string ;
636 + rdfs:label "5231"^^xsd:string ;
637 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#523> .
638 +
639 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5232>
640 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
641 + rdfs:comment "Piling"^^xsd:string ;
642 + rdfs:label "5232"^^xsd:string ;
643 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#523> .
644 +
645 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5233>
646 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
647 + rdfs:comment "Grouting"^^xsd:string ;
648 + rdfs:label "5233"^^xsd:string ;
649 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#523> .
650 +
651 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5234>
652 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
653 + rdfs:comment "Mating"^^xsd:string ;
654 + rdfs:label "5234"^^xsd:string ;
655 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#523> .
656 +
657 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#524>
658 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
659 + rdfs:comment "Pipeline operations"^^xsd:string ;
660 + rdfs:label "524"^^xsd:string ;
661 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> .
662 +
663 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5241>
664 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
665 + rdfs:comment "Pipelaying"^^xsd:string ;
666 + rdfs:label "5241"^^xsd:string ;
667 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#524> .
668 +
669 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5242>
670 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
671 + rdfs:comment "Tie-in"^^xsd:string ;
672 + rdfs:label "5242"^^xsd:string ;
673 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#524> .
674 +
675 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5243>
676 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
677 + rdfs:comment "Hydrotesting"^^xsd:string ;
678 + rdfs:label "5243"^^xsd:string ;
679 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#524> .
680 +
681 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5244>
682 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
683 + rdfs:comment "RFO"^^xsd:string ;
684 + rdfs:label "5244"^^xsd:string ;
685 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#524> .
686 +
687 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#525>
688 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
689 + rdfs:comment "Umbilical and cable operations"^^xsd:string ;
690 + rdfs:label "525"^^xsd:string ;
691 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> .
692 +
693 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5251>
694 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
695 + rdfs:comment "Laying"^^xsd:string ;
696 + rdfs:label "5251"^^xsd:string ;
697 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#525> .
698 +
699 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5252>
700 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
701 + rdfs:comment "Pull-in and connection"^^xsd:string ;
702 + rdfs:label "5252"^^xsd:string ;
703 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#525> .
704 +
705 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5253>
706 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
707 + rdfs:comment "Testing"^^xsd:string ;
708 + rdfs:label "5253"^^xsd:string ;
709 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#525> .
710 +
711 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#526>
712 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
713 + rdfs:comment "Transport"^^xsd:string ;
714 + rdfs:label "526"^^xsd:string ;
715 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> .
716 +
717 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5261>
718 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
719 + rdfs:comment "Towing"^^xsd:string ;
720 + rdfs:label "5261"^^xsd:string ;
721 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#526> .
722 +
723 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5262>
724 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
725 + rdfs:comment "Heavy lift transport"^^xsd:string ;
726 + rdfs:label "5262"^^xsd:string ;
727 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#526> .
728 +
729 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#527>
730 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
731 + rdfs:comment "Subsea structure operations"^^xsd:string ;
732 + rdfs:label "527"^^xsd:string ;
733 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> .
734 +
735 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5271>
736 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
737 + rdfs:comment "Testing"^^xsd:string ;
738 + rdfs:label "5271"^^xsd:string ;
739 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#527> .
740 +
741 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5272>
742 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
743 + rdfs:comment "Installation"^^xsd:string ;
744 + rdfs:label "5272"^^xsd:string ;
745 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#527> .
746 +
747 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5273>
748 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
749 + rdfs:comment "Commissioning"^^xsd:string ;
750 + rdfs:label "5273"^^xsd:string ;
751 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#527> .
752 +
753 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#528>
754 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
755 + rdfs:comment "Particular abandonment operations"^^xsd:string ;
756 + rdfs:label "528"^^xsd:string ;
757 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> .
758 +
759 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5281>
760 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
761 + rdfs:comment "Cutting of structures"^^xsd:string ;
762 + rdfs:label "5281"^^xsd:string ;
763 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#528> .
764 +
765 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5282>
766 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
767 + rdfs:comment "Topling"^^xsd:string ;
768 + rdfs:label "5282"^^xsd:string ;
769 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#528> .
770 +
771 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5283>
772 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
773 + rdfs:comment "Removal/lifting"^^xsd:string ;
774 + rdfs:label "5283"^^xsd:string ;
775 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#528> .
776 +
777 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5284>
778 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
779 + rdfs:comment "Transport and dumping"^^xsd:string ;
780 + rdfs:label "5284"^^xsd:string ;
781 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#528> .
782 +
783 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#53>
784 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
785 + rdfs:comment "Logistics"^^xsd:string ;
786 + rdfs:label "53"^^xsd:string ;
787 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5> .
788 +
789 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#531>
790 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
791 + rdfs:comment "Supply base/terminal"^^xsd:string ;
792 + rdfs:label "531"^^xsd:string ;
793 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#53> .
794 +
795 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#532>
796 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
797 + rdfs:comment "Supply and distribution"^^xsd:string ;
798 + rdfs:label "532"^^xsd:string ;
799 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#53> .
800 +
801 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#533>
802 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
803 + rdfs:comment "Personnel transport"^^xsd:string ;
804 + rdfs:label "533"^^xsd:string ;
805 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#53> .
806 +
807 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#534>
808 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
809 + rdfs:comment "Flotel/LQ/camps"^^xsd:string ;
810 + rdfs:label "534"^^xsd:string ;
811 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#53> .
812 +
813 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#54>
814 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
815 + rdfs:comment "Drilling and completion"^^xsd:string ;
816 + rdfs:label "54"^^xsd:string ;
817 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5> .
818 +
819 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#541>
820 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
821 + rdfs:comment "Onshore drilling and completion"^^xsd:string ;
822 + rdfs:label "541"^^xsd:string ;
823 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#54> .
824 +
825 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5411>
826 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
827 + rdfs:comment "Fixed rig drilling"^^xsd:string ;
828 + rdfs:label "5411"^^xsd:string ;
829 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#541> .
830 +
831 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5412>
832 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
833 + rdfs:comment "Mobile rig drilling"^^xsd:string ;
834 + rdfs:label "5412"^^xsd:string ;
835 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#541> .
836 +
837 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#542>
838 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
839 + rdfs:comment "Offshore drilling and completion"^^xsd:string ;
840 + rdfs:label "542"^^xsd:string ;
841 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#54> .
842 +
843 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5421>
844 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
845 + rdfs:comment "Predrilling"^^xsd:string ;
846 + rdfs:label "5421"^^xsd:string ;
847 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#542> .
848 +
849 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5422>
850 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
851 + rdfs:comment "Subsea drilling"^^xsd:string ;
852 + rdfs:label "5422"^^xsd:string ;
853 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#542> .
854 +
855 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5423>
856 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
857 + rdfs:comment "Platform drilling"^^xsd:string ;
858 + rdfs:label "5423"^^xsd:string ;
859 + rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#542> .
860 +
861 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6>
862 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
863 + rdfs:comment "Unit work activities"^^xsd:string ;
864 + rdfs:label "6"^^xsd:string .
865 +
866 +<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#7>
867 + rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
868 + rdfs:comment "General"^^xsd:string ;
869 + rdfs:label "7"^^xsd:string .
1 # baseURI: http://data.posccaesar.org/sccs/ 1 # baseURI: http://data.posccaesar.org/sccs/
2 2
3 -# c14n-version: 3 3 +@prefix : <http://data.posccaesar.org/sccs/> .
4 -@prefix : <http://data.posccaesar.org/sccs/> . 4 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 5 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 6 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 7 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
8 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 8 +
9 -: 9 +: rdf:type owl:Ontology ;
10 - rdf:type owl:Ontology ; 10 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
11 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; 11 +
12 -.
13 :COR_A_General_Costs 12 :COR_A_General_Costs
14 - rdf:type :SCCScode ; 13 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
15 - rdfs:label "COR A"^^xsd:string ; 14 + rdfs:label "COR A"^^xsd:string .
16 -. 15 +
17 :COR_B_Bulk_Materials 16 :COR_B_Bulk_Materials
18 - rdf:type :CORcode ; 17 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
19 - rdfs:label "COR B"^^xsd:string ; 18 + rdfs:label "COR B"^^xsd:string .
20 -. 19 +
21 :COR_C_Construction_Overheads 20 :COR_C_Construction_Overheads
22 - rdf:type :CORcode ; 21 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
23 - rdfs:label "COR C"^^xsd:string ; 22 + rdfs:label "COR C"^^xsd:string .
24 -. 23 +
25 :COR_E_Equipment 24 :COR_E_Equipment
26 - rdf:type :CORcode ; 25 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
27 - rdfs:label "COR E"^^xsd:string ; 26 + rdfs:label "COR E"^^xsd:string .
28 -. 27 +
29 :COR_H_Owners_Personnel 28 :COR_H_Owners_Personnel
30 - rdf:type :CORcode ; 29 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
31 - rdfs:label "COR H"^^xsd:string ; 30 + rdfs:label "COR H"^^xsd:string .
32 -. 31 +
33 :COR_K_Engineering_Manpower 32 :COR_K_Engineering_Manpower
34 - rdf:type :CORcode ; 33 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
35 - rdfs:label "COR K"^^xsd:string ; 34 + rdfs:label "COR K"^^xsd:string .
36 -. 35 +
37 :COR_L_Direct_Labor 36 :COR_L_Direct_Labor
38 - rdf:type :CORcode ; 37 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
39 - rdfs:label "COR L"^^xsd:string ; 38 + rdfs:label "COR L"^^xsd:string .
40 -. 39 +
41 :COR_M_Indirect_Labor 40 :COR_M_Indirect_Labor
42 - rdf:type :CORcode ; 41 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
43 - rdfs:label "COR M"^^xsd:string ; 42 + rdfs:label "COR M"^^xsd:string .
44 -. 43 +
45 :COR_Q_Owners_Personnel_Overheads 44 :COR_Q_Owners_Personnel_Overheads
46 - rdf:type :CORcode ; 45 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
47 - rdfs:label "COR Q"^^xsd:string ; 46 + rdfs:label "COR Q"^^xsd:string .
48 -. 47 +
49 :COR_R_Engineering_Overheads 48 :COR_R_Engineering_Overheads
50 - rdf:type :CORcode ; 49 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
51 - rdfs:label "COR R"^^xsd:string ; 50 + rdfs:label "COR R"^^xsd:string .
52 -. 51 +
53 :COR_S_Unit_Work 52 :COR_S_Unit_Work
54 - rdf:type :CORcode ; 53 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
55 - rdfs:label "COR S"^^xsd:string ; 54 + rdfs:label "COR S"^^xsd:string .
56 -. 55 +
57 :COR_X_Marine_Operations_and_Logistics 56 :COR_X_Marine_Operations_and_Logistics
58 - rdf:type :CORcode ; 57 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
59 - rdfs:label "COR X"^^xsd:string ; 58 + rdfs:label "COR X"^^xsd:string .
60 -. 59 +
61 :COR_Y_Landbased_Plant_and_Equipment 60 :COR_Y_Landbased_Plant_and_Equipment
62 - rdf:type :CORcode ; 61 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
63 - rdfs:label "COR Y"^^xsd:string ; 62 + rdfs:label "COR Y"^^xsd:string .
64 -. 63 +
65 :CORcode 64 :CORcode
66 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; 65 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
67 - rdf:type owl:Class ; 66 + rdfs:label "COR code"^^xsd:string ;
68 - rdfs:label "COR code"^^xsd:string ; 67 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> , <http://data.posccaesar.org/ilap/Discipline> , <http://data.posccaesar.org/ilap/Resource> , :SCCScode .
69 - rdfs:subClassOf <http://data.posccaesar.org/ilap/Discipline> ; 68 +
70 - rdfs:subClassOf <http://data.posccaesar.org/ilap/Resource> ;
71 - rdfs:subClassOf :SCCScode ;
72 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ;
73 -.
74 :PBS_AAAA_Derrick 69 :PBS_AAAA_Derrick
75 - rdf:type :PBScode ; 70 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
76 - rdfs:label "Derrick"^^xsd:string ; 71 + rdfs:label "Derrick"^^xsd:string .
77 -. 72 +
78 :PBS_AAA_Drilling_Area 73 :PBS_AAA_Drilling_Area
79 - rdf:type :PBScode ; 74 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
80 - rdfs:label "Drilling Area"^^xsd:string ; 75 + rdfs:label "Drilling Area"^^xsd:string .
81 -. 76 +
82 :PBS_AA_Topsides 77 :PBS_AA_Topsides
83 - rdf:type :PBScode ; 78 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
84 - rdfs:label "Topsides"^^xsd:string ; 79 + rdfs:label "Topsides"^^xsd:string .
85 -. 80 +
86 :PBS_AB_Substructures 81 :PBS_AB_Substructures
87 - rdf:type :PBScode ; 82 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
88 - rdfs:label "Substructures"^^xsd:string ; 83 + rdfs:label "Substructures"^^xsd:string .
89 -. 84 +
90 :PBS_AC_Wells 85 :PBS_AC_Wells
91 - rdf:type :PBScode ; 86 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
92 - rdfs:label "Wells"^^xsd:string ; 87 + rdfs:label "Wells"^^xsd:string .
93 -. 88 +
94 :PBS_AD_Subsea_Production_Systems 89 :PBS_AD_Subsea_Production_Systems
95 - rdf:type :PBScode ; 90 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
96 - rdfs:label "Subsea Production Systems"^^xsd:string ; 91 + rdfs:label "Subsea Production Systems"^^xsd:string .
97 -. 92 +
98 :PBS_AE_Transport_Systems 93 :PBS_AE_Transport_Systems
99 - rdf:type :PBScode ; 94 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
100 - rdfs:label "Transport Systems"^^xsd:string ; 95 + rdfs:label "Transport Systems"^^xsd:string .
101 -. 96 +
102 :PBS_AW_Windmills 97 :PBS_AW_Windmills
103 - rdf:type :PBScode ; 98 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
104 - rdfs:label "Windmills"^^xsd:string ; 99 + rdfs:label "Windmills"^^xsd:string .
105 -. 100 +
106 :PBS_A_Offshore_Field_Installlations 101 :PBS_A_Offshore_Field_Installlations
107 - rdf:type :PBScode ; 102 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
108 - rdfs:label "Offshore Field Installlations"^^xsd:string ; 103 + rdfs:label "Offshore Field Installlations"^^xsd:string .
109 -. 104 +
110 :PBS_B_LandbasedInstallations 105 :PBS_B_LandbasedInstallations
111 - rdf:type :PBScode ; 106 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
112 - rdfs:label "Landbased Installations"^^xsd:string ; 107 + rdfs:label "Landbased Installations"^^xsd:string .
113 -. 108 +
114 :PBScode 109 :PBScode
115 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; 110 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
116 - rdf:type owl:Class ; 111 + rdfs:label "PBS code"^^xsd:string ;
117 - rdfs:label "PBS code"^^xsd:string ; 112 + rdfs:subClassOf <http://data.posccaesar.org/ilap/PlanContentType> , <http://data.posccaesar.org/ilap/Result> , :SCCScode , <http://posccaesar.org/rdl/RDS2065619071> .
118 - rdfs:subClassOf <http://data.posccaesar.org/ilap/PlanContentType> ; 113 +
119 - rdfs:subClassOf <http://data.posccaesar.org/ilap/Result> ;
120 - rdfs:subClassOf :SCCScode ;
121 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2065619071> ;
122 -.
123 :SAB_1_Management 114 :SAB_1_Management
124 - rdf:type :SABcode ; 115 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ;
125 - :hasCodeName "Management"^^xsd:string ; 116 + rdfs:label "SAB 1"^^xsd:string ;
126 - rdfs:label "SAB 1"^^xsd:string ; 117 + :hasCodeName "Management"^^xsd:string .
127 -. 118 +
128 :SAB_2_Engineering_and_Procurement 119 :SAB_2_Engineering_and_Procurement
129 - rdf:type :SABcode ; 120 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ;
130 - rdfs:label "SAB 2"^^xsd:string ; 121 + rdfs:label "SAB 2"^^xsd:string .
131 -. 122 +
132 :SAB_3_Material_deliveries 123 :SAB_3_Material_deliveries
133 - rdf:type :SABcode ; 124 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ;
134 - rdfs:label "SAB 3"^^xsd:string ; 125 + rdfs:label "SAB 3"^^xsd:string .
135 -. 126 +
136 :SAB_4_Construction 127 :SAB_4_Construction
137 - rdf:type :SABcode ; 128 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ;
138 - rdfs:label "SAB 4"^^xsd:string ; 129 + rdfs:label "SAB 4"^^xsd:string .
139 -. 130 +
140 :SAB_5_Operations 131 :SAB_5_Operations
141 - rdf:type :SABcode ; 132 + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ;
142 - rdfs:label "SAB 5"^^xsd:string ; 133 + rdfs:label "SAB 5"^^xsd:string .
143 -. 134 +
144 :SABcode 135 :SABcode
145 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; 136 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
146 - rdf:type owl:Class ; 137 + rdfs:label "SAB code"^^xsd:string ;
147 - rdfs:label "SAB code"^^xsd:string ; 138 + rdfs:subClassOf <http://data.posccaesar.org/ilap/Phase> , :SCCScode , <http://posccaesar.org/rdl/RDS2070536561> .
148 - rdfs:subClassOf <http://data.posccaesar.org/ilap/Phase> ; 139 +
149 - rdfs:subClassOf :SCCScode ;
150 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ;
151 -.
152 :SCCScode 140 :SCCScode
153 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; 141 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
154 - rdf:type owl:Class ; 142 + rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ;
155 - rdfs:label "SCCS code"^^xsd:string ; 143 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2070536561> .
156 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ;
157 - rdfs:subClassOf owl:Thing ;
158 -.
......