Tore Christiansen

Added SCCS Phase classes

...@@ -48,7 +48,7 @@ NCS:ClassificationStructureForNorsok ...@@ -48,7 +48,7 @@ NCS:ClassificationStructureForNorsok
48 rdfs:subClassOf NCS:ClassOfClassOfIndividual . 48 rdfs:subClassOf NCS:ClassOfClassOfIndividual .
49 49
50 NCS:CorClass 50 NCS:CorClass
51 - rdf:type NCS:ClassificationStructureForNorsok , owl:Class ; 51 + rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
52 rdfs:label "Cor class"^^xsd:string ; 52 rdfs:label "Cor class"^^xsd:string ;
53 rdfs:subClassOf NCS:ClassInNorsok . 53 rdfs:subClassOf NCS:ClassInNorsok .
54 54
...@@ -69,9 +69,9 @@ NCS:HighPriority ...@@ -69,9 +69,9 @@ NCS:HighPriority
69 rdfs:label "High priority"^^xsd:string . 69 rdfs:label "High priority"^^xsd:string .
70 70
71 NCS:IndividualInCorClass 71 NCS:IndividualInCorClass
72 - rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ; 72 + rdf:type owl:Class , ILAP:NORSOKZ014 , NCS:CorClass ;
73 rdfs:label "Individual in cor class"^^xsd:string ; 73 rdfs:label "Individual in cor class"^^xsd:string ;
74 - rdfs:subClassOf ILAP:Discipline , NCS:IndividualInNorsokClass . 74 + rdfs:subClassOf NCS:IndividualInNorsokClass , ILAP:Discipline .
75 75
76 NCS:IndividualInNorsokClass 76 NCS:IndividualInNorsokClass
77 rdf:type owl:Class ; 77 rdf:type owl:Class ;
...@@ -109,7 +109,7 @@ NCS:Operation ...@@ -109,7 +109,7 @@ NCS:Operation
109 rdfs:label "Operation"^^xsd:string . 109 rdfs:label "Operation"^^xsd:string .
110 110
111 NCS:PbsClass 111 NCS:PbsClass
112 - rdf:type NCS:ClassificationStructureForNorsok , owl:Class ; 112 + rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
113 rdfs:label "PbsClass"^^xsd:string ; 113 rdfs:label "PbsClass"^^xsd:string ;
114 rdfs:subClassOf NCS:ClassInNorsok . 114 rdfs:subClassOf NCS:ClassInNorsok .
115 115
...@@ -133,7 +133,7 @@ NCS:Removal ...@@ -133,7 +133,7 @@ NCS:Removal
133 rdfs:label "Removal"^^xsd:string . 133 rdfs:label "Removal"^^xsd:string .
134 134
135 NCS:SabClass 135 NCS:SabClass
136 - rdf:type NCS:ClassificationStructureForNorsok , owl:Class ; 136 + rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
137 rdfs:label "Sab class"^^xsd:string ; 137 rdfs:label "Sab class"^^xsd:string ;
138 rdfs:subClassOf NCS:ClassInNorsok . 138 rdfs:subClassOf NCS:ClassInNorsok .
139 139
...@@ -217,6 +217,10 @@ ILAP:DrillingAndWell ...@@ -217,6 +217,10 @@ ILAP:DrillingAndWell
217 rdf:type ILAP:PlanProjectType ; 217 rdf:type ILAP:PlanProjectType ;
218 rdfs:label "Drilling and well"^^xsd:string . 218 rdfs:label "Drilling and well"^^xsd:string .
219 219
220 +ILAP:Exploration
221 + rdf:type ILAP:PlanLifecycleStage ;
222 + rdfs:label "Exploration"^^xsd:string .
223 +
220 ILAP:Facility 224 ILAP:Facility
221 rdf:type ILAP:PlanGeoArea ; 225 rdf:type ILAP:PlanGeoArea ;
222 rdfs:label "Facility"^^xsd:string . 226 rdfs:label "Facility"^^xsd:string .
...@@ -303,7 +307,7 @@ ILAP:L7_ContractorOperationsSchedule ...@@ -303,7 +307,7 @@ ILAP:L7_ContractorOperationsSchedule
303 307
304 ILAP:Maintenance 308 ILAP:Maintenance
305 rdf:type ILAP:PlanLifecycleStage ; 309 rdf:type ILAP:PlanLifecycleStage ;
306 - rdfs:label "Maintain"^^xsd:string . 310 + rdfs:label "Maintenance"^^xsd:string .
307 311
308 ILAP:ManagedClosedown 312 ILAP:ManagedClosedown
309 rdf:type ILAP:PlanObjectiveType ; 313 rdf:type ILAP:PlanObjectiveType ;
...@@ -323,7 +327,7 @@ ILAP:OPEX ...@@ -323,7 +327,7 @@ ILAP:OPEX
323 327
324 ILAP:Operation 328 ILAP:Operation
325 rdf:type ILAP:PlanLifecycleStage ; 329 rdf:type ILAP:PlanLifecycleStage ;
326 - rdfs:label "Operate"^^xsd:string . 330 + rdfs:label "Operation"^^xsd:string .
327 331
328 ILAP:OperationAndMaintenance 332 ILAP:OperationAndMaintenance
329 rdf:type ILAP:PlanProjectType ; 333 rdf:type ILAP:PlanProjectType ;
...@@ -337,6 +341,10 @@ ILAP:Planned ...@@ -337,6 +341,10 @@ ILAP:Planned
337 rdf:type ILAP:Status ; 341 rdf:type ILAP:Status ;
338 rdfs:label "Planned"^^xsd:string . 342 rdfs:label "Planned"^^xsd:string .
339 343
344 +ILAP:Planning
345 + rdf:type ILAP:PlanLifecycleStage ;
346 + rdfs:label "Planning"^^xsd:string .
347 +
340 ILAP:Primavera 348 ILAP:Primavera
341 rdf:type ILAP:Application ; 349 rdf:type ILAP:Application ;
342 rdfs:label "Primavera"^^xsd:string . 350 rdfs:label "Primavera"^^xsd:string .
...@@ -361,6 +369,10 @@ ILAP:Released ...@@ -361,6 +369,10 @@ ILAP:Released
361 rdf:type ILAP:Status ; 369 rdf:type ILAP:Status ;
362 rdfs:label "Released"^^xsd:string . 370 rdfs:label "Released"^^xsd:string .
363 371
372 +ILAP:Removal
373 + rdf:type ILAP:PlanLifecycleStage ;
374 + rdfs:label "Removal"^^xsd:string .
375 +
364 ILAP:Renewal 376 ILAP:Renewal
365 rdf:type ILAP:PlanLifecycleStage ; 377 rdf:type ILAP:PlanLifecycleStage ;
366 rdfs:label "Renew"^^xsd:string . 378 rdfs:label "Renew"^^xsd:string .
...@@ -393,11 +405,15 @@ ILAP:Scheduled ...@@ -393,11 +405,15 @@ ILAP:Scheduled
393 rdf:type ILAP:Status ; 405 rdf:type ILAP:Status ;
394 rdfs:label "Scheduled"^^xsd:string . 406 rdfs:label "Scheduled"^^xsd:string .
395 407
408 +ILAP:ShutdownAndDecommisioning
409 + rdf:type ILAP:PlanLifecycleStage ;
410 + rdfs:label "Shutdown and decommisioning"^^xsd:string .
411 +
396 ILAP:StandardFreeWeekendPeriod 412 ILAP:StandardFreeWeekendPeriod
397 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 413 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
398 rdfs:label "Standard free weekend period"^^xsd:string ; 414 rdfs:label "Standard free weekend period"^^xsd:string ;
399 ILAP:hasCalendarPeriodFreeDay 415 ILAP:hasCalendarPeriodFreeDay
400 - ILAP:Sunday , ILAP:Saturday . 416 + ILAP:Saturday , ILAP:Sunday .
401 417
402 ILAP:StandardWorkWeekdayPeriod 418 ILAP:StandardWorkWeekdayPeriod
403 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 419 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
......
This diff is collapsed. Click to expand it.
...@@ -17,23 +17,55 @@ The SCCS was originally developed in 1989 by the three Norwegian oil companies N ...@@ -17,23 +17,55 @@ The SCCS was originally developed in 1989 by the three Norwegian oil companies N
17 The SCCS is designed to provide a uniform coding basis for the estimate preparation and to serve as a standard for collecting/collating historical data. 17 The SCCS is designed to provide a uniform coding basis for the estimate preparation and to serve as a standard for collecting/collating historical data.
18 This NORSOK standard has been developed on basis of the SCCS to update, improve and simplify previous edition no. 2 of the system from 1992 and to open for ownership, input and support from the entire Norwegian petroleum industry. NPD’s ‘Veiledning til PUD/PAD’, states that cost reporting should be coded according to SCCS."""^^xsd:string ; 18 This NORSOK standard has been developed on basis of the SCCS to update, improve and simplify previous edition no. 2 of the system from 1992 and to open for ownership, input and support from the entire Norwegian petroleum industry. NPD’s ‘Veiledning til PUD/PAD’, states that cost reporting should be coded according to SCCS."""^^xsd:string ;
19 rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ; 19 rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ;
20 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding> ; 20 + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding> ;
21 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> ; 21 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
22 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> ; 22 +
23 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; 23 +SCCS:SAB_D
24 -. 24 + rdf:type owl:Class ;
25 + rdfs:label "SAB_development phase"^^xsd:string ;
26 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
27 +
28 +SCCS:SAB_E
29 + rdf:type owl:Class ;
30 + rdfs:label "SAB exploration phase"^^xsd:string ;
31 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
32 +
33 +SCCS:SAB_O
34 + rdf:type owl:Class ;
35 + rdfs:label "SAB operation phase"^^xsd:string ;
36 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
37 +
38 +SCCS:SAB_P
39 + rdf:type owl:Class ;
40 + rdfs:label "SAB planning phase"^^xsd:string ;
41 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
42 +
43 +SCCS:SAB_R
44 + rdf:type owl:Class ;
45 + rdfs:label "SAB removal phase"^^xsd:string ;
46 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
47 +
48 +SCCS:SAB_S
49 + rdf:type owl:Class ;
50 + rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ;
51 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
52 +
25 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#COR_Thing> 53 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#COR_Thing>
26 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing> ; 54 + rdf:type owl:Class ;
27 -. 55 + rdfs:label "COR Thing"^^xsd:string ;
56 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing> .
57 +
28 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#PBS_Thing> 58 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#PBS_Thing>
29 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing> ; 59 + rdf:type owl:Class ;
30 -. 60 + rdfs:label "PBS Thing"^^xsd:string ;
61 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing> .
62 +
31 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SAB_Thing> 63 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SAB_Thing>
32 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing> ;
33 -.
34 -<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing>
35 - rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#CORClassOfClass> ;
36 rdf:type owl:Class ; 64 rdf:type owl:Class ;
65 + rdfs:label "SAB Thing"^^xsd:string ;
66 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing> .
67 +
68 +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#SCCS_Thing>
69 + rdf:type owl:Class , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#CORClassOfClass> ;
37 rdfs:comment "SCCS top level thing"^^xsd:string ; 70 rdfs:comment "SCCS top level thing"^^xsd:string ;
38 - rdfs:label "SCCS Thing"^^xsd:string ; 71 + rdfs:label "SCCS Thing"^^xsd:string .
39 -.
......