Tore Christiansen

Moved restrictions to PlanningValues

...@@ -3,759 +3,765 @@ ...@@ -3,759 +3,765 @@
3 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS 3 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS
4 # imports: http://data.posccaesar.org/ilap/userfields/ 4 # imports: http://data.posccaesar.org/ilap/userfields/
5 5
6 -@prefix : <http://data.posccaesar.org/NCS_PLANNING/> . 6 +@prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
7 -@prefix ILAP: <http://data.posccaesar.org/ilap/> . 7 +@prefix ILAP: <http://data.posccaesar.org/ilap/> .
8 -@prefix NPD: <http://data.posccaesar.org/npd/> . 8 +@prefix NPD: <http://data.posccaesar.org/npd/> .
9 -@prefix USERFIELDS: <http://data.posccaesar.org/ilap/userfields/> . 9 +@prefix USERFIELDS: <http://data.posccaesar.org/ilap/userfields/> .
10 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 10 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
11 -@prefix p1: <http://example.org/file1#> . 11 +@prefix p1: <http://example.org/file1#> .
12 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 12 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
13 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 13 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
14 -@prefix rdl: <http://data.posccaesar.org/rdl/> . 14 +@prefix rdl: <http://data.posccaesar.org/rdl/> .
15 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 15 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16 - 16 +
17 -: 17 +: rdf:type owl:Ontology ;
18 - rdf:type owl:Ontology ; 18 + owl:imports USERFIELDS: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
19 - owl:imports ILAP: ; 19 +
20 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> ;
21 - owl:imports USERFIELDS: ;
22 -.
23 ILAP: 20 ILAP:
24 - rdf:type owl:Ontology ; 21 + rdf:type owl:Ontology ;
25 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; 22 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
26 -. 23 +
27 ILAP:ABEX 24 ILAP:ABEX
28 - rdf:type ILAP:PlanExpenseType ; 25 + rdf:type ILAP:PlanExpenseType ;
29 - rdfs:label "ABEX"^^xsd:string ; 26 + rdfs:label "ABEX"^^xsd:string .
30 -. 27 +
31 ILAP:Active 28 ILAP:Active
32 - rdf:type ILAP:Status ; 29 + rdf:type ILAP:Status ;
33 - rdfs:label "Active"^^xsd:string ; 30 + rdfs:label "Active"^^xsd:string .
34 -. 31 +
35 ILAP:ActivityWBS_1 32 ILAP:ActivityWBS_1
36 - ILAP:hasWBSprojectExpenseType ILAP:CAPEX ; 33 + ILAP:hasWBSprojectExpenseType
37 -. 34 + ILAP:CAPEX .
35 +
38 ILAP:AfterShutdown 36 ILAP:AfterShutdown
39 - rdf:type ILAP:ShutdownPhase ; 37 + rdf:type ILAP:ShutdownPhase ;
40 - rdfs:label "After shutdown"^^xsd:string ; 38 + rdfs:label "After shutdown"^^xsd:string .
41 -. 39 +
42 ILAP:Aquisition 40 ILAP:Aquisition
43 - rdf:type ILAP:PlanLifecycleStage ; 41 + rdf:type ILAP:PlanLifecycleStage ;
44 - rdfs:label "Aquire"^^xsd:string ; 42 + rdfs:label "Aquire"^^xsd:string .
45 -. 43 +
46 ILAP:BeforeShutdown 44 ILAP:BeforeShutdown
47 - rdf:type ILAP:ShutdownPhase ; 45 + rdf:type ILAP:ShutdownPhase ;
48 - rdfs:label "Before shutdown"^^xsd:string ; 46 + rdfs:label "Before shutdown"^^xsd:string .
49 -. 47 +
50 ILAP:BrownFieldProject 48 ILAP:BrownFieldProject
51 - rdf:type ILAP:PlanProjectType ; 49 + rdf:type ILAP:PlanProjectType ;
52 - rdfs:label "Brown field project"^^xsd:string ; 50 + rdfs:label "Brown field project"^^xsd:string .
53 -. 51 +
54 ILAP:BusinessArea 52 ILAP:BusinessArea
55 - rdf:type ILAP:PlanGeoArea ; 53 + rdf:type ILAP:PlanGeoArea ;
56 - rdfs:label "Business area"^^xsd:string ; 54 + rdfs:label "Business area"^^xsd:string .
57 -. 55 +
58 ILAP:BusinessAsUsual 56 ILAP:BusinessAsUsual
59 - rdf:type ILAP:PlanObjectiveType ; 57 + rdf:type ILAP:PlanObjectiveType ;
60 - rdfs:label "Business as usual"^^xsd:string ; 58 + rdfs:label "Business as usual"^^xsd:string .
61 -. 59 +
62 ILAP:CAPEX 60 ILAP:CAPEX
63 - rdf:type ILAP:PlanExpenseType ; 61 + rdf:type ILAP:PlanExpenseType ;
64 - rdfs:label "CAPEX"^^xsd:string ; 62 + rdfs:label "CAPEX"^^xsd:string .
65 -. 63 +
66 ILAP:Campaign 64 ILAP:Campaign
67 - rdf:type ILAP:ShutdownType ; 65 + rdf:type ILAP:ShutdownType ;
68 - rdfs:label "Campaign"^^xsd:string ; 66 + rdfs:label "Campaign"^^xsd:string .
69 -. 67 +
70 ILAP:Cancelled 68 ILAP:Cancelled
71 - rdf:type ILAP:Status ; 69 + rdf:type ILAP:Status ;
72 - rdfs:label "Cancelled"^^xsd:string ; 70 + rdfs:label "Cancelled"^^xsd:string .
73 -. 71 +
74 ILAP:ChangeOver 72 ILAP:ChangeOver
75 - rdf:type ILAP:ShutdownType ; 73 + rdf:type ILAP:ShutdownType ;
76 - rdfs:label "Change over"^^xsd:string ; 74 + rdfs:label "Change over"^^xsd:string .
77 -. 75 +
78 ILAP:ClosingDown 76 ILAP:ClosingDown
79 - rdf:type ILAP:ShutdownPhase ; 77 + rdf:type ILAP:ShutdownPhase ;
80 - rdfs:label "Closing down"^^xsd:string ; 78 + rdfs:label "Closing down"^^xsd:string .
81 -. 79 +
82 ILAP:Completed 80 ILAP:Completed
83 - rdf:type ILAP:Status ; 81 + rdf:type ILAP:Status ;
84 - rdfs:label "Completed"^^xsd:string ; 82 + rdfs:label "Completed"^^xsd:string .
85 -. 83 +
86 ILAP:Continent 84 ILAP:Continent
87 - rdf:type ILAP:PlanGeoArea ; 85 + rdf:type ILAP:PlanGeoArea ;
88 - rdfs:label "Continent"^^xsd:string ; 86 + rdfs:label "Continent"^^xsd:string .
89 -. 87 +
90 ILAP:CostDriven 88 ILAP:CostDriven
91 - rdf:type ILAP:PlanContractType ; 89 + rdf:type ILAP:PlanContractType ;
92 - rdfs:label "Cost driven"^^xsd:string ; 90 + rdfs:label "Cost driven"^^xsd:string .
93 -. 91 +
94 ILAP:Country 92 ILAP:Country
95 - rdf:type ILAP:PlanGeoArea ; 93 + rdf:type ILAP:PlanGeoArea ;
96 - rdfs:label "Country"^^xsd:string ; 94 + rdfs:label "Country"^^xsd:string .
97 -. 95 +
98 ILAP:DG1 96 ILAP:DG1
99 - rdf:type ILAP:DecisionGate ; 97 + rdf:type ILAP:DecisionGate ;
100 - rdfs:label "DG1"^^xsd:string ; 98 + rdfs:label "DG1"^^xsd:string .
101 -. 99 +
102 ILAP:DG2 100 ILAP:DG2
103 - rdf:type ILAP:DecisionGate ; 101 + rdf:type ILAP:DecisionGate ;
104 - rdfs:label "DG2"^^xsd:string ; 102 + rdfs:label "DG2"^^xsd:string .
105 -. 103 +
106 ILAP:DG3 104 ILAP:DG3
107 - rdf:type ILAP:DecisionGate ; 105 + rdf:type ILAP:DecisionGate ;
108 - rdfs:label "DG3"^^xsd:string ; 106 + rdfs:label "DG3"^^xsd:string .
109 -. 107 +
110 ILAP:DG4 108 ILAP:DG4
111 - rdf:type ILAP:DecisionGate ; 109 + rdf:type ILAP:DecisionGate ;
112 - rdfs:label "DG4"^^xsd:string ; 110 + rdfs:label "DG4"^^xsd:string .
113 -. 111 +
114 ILAP:DG5 112 ILAP:DG5
115 - rdf:type ILAP:DecisionGate ; 113 + rdf:type ILAP:DecisionGate ;
116 - rdfs:label "DG5"^^xsd:string ; 114 + rdfs:label "DG5"^^xsd:string .
117 -. 115 +
118 ILAP:DG6 116 ILAP:DG6
119 - rdf:type ILAP:DecisionGate ; 117 + rdf:type ILAP:DecisionGate ;
120 - rdfs:label "DG6"^^xsd:string ; 118 + rdfs:label "DG6"^^xsd:string .
121 -. 119 +
122 ILAP:DG7 120 ILAP:DG7
123 - rdf:type ILAP:DecisionGate ; 121 + rdf:type ILAP:DecisionGate ;
124 - rdfs:label "DG7"^^xsd:string ; 122 + rdfs:label "DG7"^^xsd:string .
125 -. 123 +
126 ILAP:DependentOnShutdown 124 ILAP:DependentOnShutdown
127 - rdf:type ILAP:ShutdownType ; 125 + rdf:type ILAP:ShutdownType ;
128 - rdfs:label "Dependent on Shutdown"^^xsd:string ; 126 + rdfs:label "Dependent on Shutdown"^^xsd:string .
129 -. 127 +
130 ILAP:Development 128 ILAP:Development
131 - rdf:type ILAP:PlanLifecycleStage ; 129 + rdf:type ILAP:PlanLifecycleStage ;
132 - rdfs:label "Develop"^^xsd:string ; 130 + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
133 - rdfs:label "Development"^^xsd:string ; 131 +
134 -.
135 ILAP:DisasterRecovery 132 ILAP:DisasterRecovery
136 - rdf:type ILAP:PlanObjectiveType ; 133 + rdf:type ILAP:PlanObjectiveType ;
137 - rdfs:label "Disaster recovery"^^xsd:string ; 134 + rdfs:label "Disaster recovery"^^xsd:string .
138 -. 135 +
139 ILAP:Disposal 136 ILAP:Disposal
140 - rdf:type ILAP:PlanLifecycleStage ; 137 + rdf:type ILAP:PlanLifecycleStage ;
141 - rdfs:label "Dispose"^^xsd:string ; 138 + rdfs:label "Dispose"^^xsd:string .
142 -. 139 +
143 ILAP:Draft 140 ILAP:Draft
144 - rdf:type ILAP:Status ; 141 + rdf:type ILAP:Status ;
145 - rdfs:label "Draft"^^xsd:string ; 142 + rdfs:label "Draft"^^xsd:string .
146 -. 143 +
147 ILAP:DrillingAndWell 144 ILAP:DrillingAndWell
148 - rdf:type ILAP:PlanProjectType ; 145 + rdf:type ILAP:PlanProjectType ;
149 - rdfs:label "Drilling and well"^^xsd:string ; 146 + rdfs:label "Drilling and well"^^xsd:string .
150 -. 147 +
151 ILAP:DrillingShutdown 148 ILAP:DrillingShutdown
152 - rdf:type ILAP:ShutdownType ; 149 + rdf:type ILAP:ShutdownType ;
153 - rdfs:label "Drilling shutdown"^^xsd:string ; 150 + rdfs:label "Drilling shutdown"^^xsd:string .
154 -. 151 +
155 ILAP:DuringNormalOperation 152 ILAP:DuringNormalOperation
156 - rdf:type ILAP:ShutdownType ; 153 + rdf:type ILAP:ShutdownType ;
157 - rdfs:label "During Normal Operation"^^xsd:string ; 154 + rdfs:label "During Normal Operation"^^xsd:string .
158 -. 155 +
159 ILAP:DuringShutdown 156 ILAP:DuringShutdown
160 - rdf:type ILAP:ShutdownPhase ; 157 + rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ;
161 - rdf:type ILAP:ShutdownType ; 158 + rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string .
162 - rdfs:label "During Shutdown"^^xsd:string ; 159 +
163 - rdfs:label "During shutdown"^^xsd:string ;
164 -.
165 ILAP:EquipmentShutdown 160 ILAP:EquipmentShutdown
166 - rdf:type ILAP:ShutdownType ; 161 + rdf:type ILAP:ShutdownType ;
167 - rdfs:label "Equipment Shutdown"^^xsd:string ; 162 + rdfs:label "Equipment Shutdown"^^xsd:string .
168 -. 163 +
169 ILAP:Exploration 164 ILAP:Exploration
170 - rdf:type ILAP:PlanLifecycleStage ; 165 + rdf:type ILAP:PlanLifecycleStage ;
171 - rdfs:label "Exploration"^^xsd:string ; 166 + rdfs:label "Exploration"^^xsd:string .
172 -. 167 +
173 ILAP:FLEXEX 168 ILAP:FLEXEX
174 - rdf:type ILAP:PlanExpenseType ; 169 + rdf:type ILAP:PlanExpenseType ;
175 - rdfs:label "FLEXEX"^^xsd:string ; 170 + rdfs:label "FLEXEX"^^xsd:string .
176 -. 171 +
177 ILAP:Facility 172 ILAP:Facility
178 - rdf:type ILAP:PlanGeoArea ; 173 + rdf:type ILAP:PlanGeoArea ;
179 - rdfs:label "Facility"^^xsd:string ; 174 + rdfs:label "Facility"^^xsd:string .
180 -. 175 +
181 ILAP:Field 176 ILAP:Field
182 - rdf:type ILAP:PlanGeoArea ; 177 + rdf:type ILAP:PlanGeoArea ;
183 - rdfs:label "Field"^^xsd:string ; 178 + rdfs:label "Field"^^xsd:string .
184 -. 179 +
185 ILAP:FieldShutdown 180 ILAP:FieldShutdown
186 - rdf:type ILAP:ShutdownType ; 181 + rdf:type ILAP:ShutdownType ;
187 - rdfs:label "Field Shutdown"^^xsd:string ; 182 + rdfs:label "Field Shutdown"^^xsd:string .
188 -. 183 +
189 ILAP:FieldStudy 184 ILAP:FieldStudy
190 - rdf:type ILAP:PlanProjectType ; 185 + rdf:type ILAP:PlanProjectType ;
191 - rdfs:label "Field study"^^xsd:string ; 186 + rdfs:label "Field study"^^xsd:string .
192 -. 187 +
193 ILAP:Friday 188 ILAP:Friday
194 - rdf:type ILAP:CalendarDay ; 189 + rdf:type ILAP:CalendarDay ;
195 - rdfs:label "Friday"^^xsd:string ; 190 + rdfs:label "Friday"^^xsd:string .
196 -. 191 +
197 ILAP:From00To08 192 ILAP:From00To08
198 - rdf:type ILAP:CalendarHour ; 193 + rdf:type ILAP:CalendarHour ;
199 - ILAP:hasActivityEndTime "08:00:00"^^xsd:time ; 194 + rdfs:label "From 00 To 08"^^xsd:string ;
200 - ILAP:hasActivityStartTime "00:00:00"^^xsd:time ; 195 + ILAP:hasActivityEndTime
201 - rdfs:label "From 00 To 08"^^xsd:string ; 196 + "08:00:00"^^xsd:time ;
202 -. 197 + ILAP:hasActivityStartTime
198 + "00:00:00"^^xsd:time .
199 +
203 ILAP:From08To16 200 ILAP:From08To16
204 - rdf:type ILAP:CalendarHour ; 201 + rdf:type ILAP:CalendarHour ;
205 - ILAP:hasActivityEndTime "16:00:00"^^xsd:time ; 202 + rdfs:label "From 08 To 16"^^xsd:string ;
206 - ILAP:hasActivityStartTime "08:00:00"^^xsd:time ; 203 + ILAP:hasActivityEndTime
207 - rdfs:label "From 08 To 16"^^xsd:string ; 204 + "16:00:00"^^xsd:time ;
208 -. 205 + ILAP:hasActivityStartTime
206 + "08:00:00"^^xsd:time .
207 +
209 ILAP:From16To24 208 ILAP:From16To24
210 - rdf:type ILAP:CalendarHour ; 209 + rdf:type ILAP:CalendarHour ;
211 - ILAP:hasActivityEndTime "24:00:00"^^xsd:time ; 210 + rdfs:label "From 16 To 24"^^xsd:string ;
212 - ILAP:hasActivityStartTime "16:00:00"^^xsd:time ; 211 + ILAP:hasActivityEndTime
213 - rdfs:label "From 16 To 24"^^xsd:string ; 212 + "24:00:00"^^xsd:time ;
214 -. 213 + ILAP:hasActivityStartTime
214 + "16:00:00"^^xsd:time .
215 +
215 ILAP:GasExportShutdown 216 ILAP:GasExportShutdown
216 - rdf:type ILAP:ShutdownType ; 217 + rdf:type ILAP:ShutdownType ;
217 - rdfs:label "Gas Export Shutdown"^^xsd:string ; 218 + rdfs:label "Gas Export Shutdown"^^xsd:string .
218 -. 219 +
219 ILAP:GasInjectionShutdown 220 ILAP:GasInjectionShutdown
220 - rdf:type ILAP:ShutdownType ; 221 + rdf:type ILAP:ShutdownType ;
221 - rdfs:label "Gas Injection Shutdown"^^xsd:string ; 222 + rdfs:label "Gas Injection Shutdown"^^xsd:string .
222 -. 223 +
223 ILAP:GreenFieldProject 224 ILAP:GreenFieldProject
224 - rdf:type ILAP:PlanProjectType ; 225 + rdf:type ILAP:PlanProjectType ;
225 - rdfs:label "Green field project"^^xsd:string ; 226 + rdfs:label "Green field project"^^xsd:string .
226 -. 227 +
227 ILAP:HC_systemsWork 228 ILAP:HC_systemsWork
228 - rdf:type ILAP:RiskType ; 229 + rdf:type ILAP:RiskType ;
229 - rdfs:label "HC systems work"^^xsd:string ; 230 + rdfs:label "HC systems work"^^xsd:string .
230 -. 231 +
231 ILAP:HeightWork 232 ILAP:HeightWork
232 - rdf:type ILAP:RiskType ; 233 + rdf:type ILAP:RiskType ;
233 - rdfs:label "Height work"^^xsd:string ; 234 + rdfs:label "Height work"^^xsd:string .
234 -. 235 +
235 ILAP:HighActivityPeriod 236 ILAP:HighActivityPeriod
236 - rdf:type ILAP:ShutdownType ; 237 + rdf:type ILAP:ShutdownType ;
237 - rdfs:label "High activity period"^^xsd:string ; 238 + rdfs:label "High activity period"^^xsd:string .
238 -. 239 +
239 ILAP:HighCriticality 240 ILAP:HighCriticality
240 - rdf:type ILAP:DegreeOfCriticality ; 241 + rdf:type ILAP:DegreeOfCriticality ;
241 - rdfs:label "High criticality"^^xsd:string ; 242 + rdfs:label "High criticality"^^xsd:string .
242 -. 243 +
243 ILAP:HighPriority 244 ILAP:HighPriority
244 - rdf:type ILAP:DegreeOfPriority ; 245 + rdf:type ILAP:DegreeOfPriority ;
245 - rdfs:label "High priority"^^xsd:string ; 246 + rdfs:label "High priority"^^xsd:string .
246 -. 247 +
247 ILAP:HotWork 248 ILAP:HotWork
248 - rdf:type ILAP:RiskType ; 249 + rdf:type ILAP:RiskType ;
249 - rdfs:label "Hot work"^^xsd:string ; 250 + rdfs:label "Hot work"^^xsd:string .
250 -. 251 +
251 ILAP:IncreasedRecovery 252 ILAP:IncreasedRecovery
252 - rdf:type ILAP:PlanObjectiveType ; 253 + rdf:type ILAP:PlanObjectiveType ;
253 - rdfs:label "Increased recovery"^^xsd:string ; 254 + rdfs:label "Increased recovery"^^xsd:string .
254 -. 255 +
255 ILAP:IncrementalImprovement 256 ILAP:IncrementalImprovement
256 - rdf:type ILAP:PlanObjectiveType ; 257 + rdf:type ILAP:PlanObjectiveType ;
257 - rdfs:label "Incremental improvement"^^xsd:string ; 258 + rdfs:label "Incremental improvement"^^xsd:string .
258 -. 259 +
259 ILAP:IndependentOfOperation 260 ILAP:IndependentOfOperation
260 - rdf:type ILAP:ShutdownType ; 261 + rdf:type ILAP:ShutdownType ;
261 - rdfs:label "Independent of operation"^^xsd:string ; 262 + rdfs:label "Independent of operation"^^xsd:string .
262 -. 263 +
263 ILAP:L1_ProgramPortfolioSchedule 264 ILAP:L1_ProgramPortfolioSchedule
264 - rdf:type ILAP:PlanLevel ; 265 + rdf:type ILAP:PlanLevel ;
265 - rdfs:label "PPS"^^xsd:string ; 266 + rdfs:label "PPS"^^xsd:string .
266 -. 267 +
267 ILAP:L2_ProjectMasterSchedule 268 ILAP:L2_ProjectMasterSchedule
268 - rdf:type ILAP:PlanLevel ; 269 + rdf:type ILAP:PlanLevel ;
269 - rdfs:label "PMS"^^xsd:string ; 270 + rdfs:label "PMS"^^xsd:string .
270 -. 271 +
271 ILAP:L3_ContractMasterSchedule 272 ILAP:L3_ContractMasterSchedule
272 - rdf:type ILAP:PlanLevel ; 273 + rdf:type ILAP:PlanLevel ;
273 - rdfs:label "CMS"^^xsd:string ; 274 + rdfs:label "CMS"^^xsd:string .
274 -. 275 +
275 ILAP:L3_ProjectControlNetworkSchedule 276 ILAP:L3_ProjectControlNetworkSchedule
276 - rdf:type ILAP:PlanLevel ; 277 + rdf:type ILAP:PlanLevel ;
277 - rdfs:label "PCS"^^xsd:string ; 278 + rdfs:label "PCS"^^xsd:string .
278 -. 279 +
279 ILAP:L4_ContractControlNetworkSchedule 280 ILAP:L4_ContractControlNetworkSchedule
280 - rdf:type ILAP:PlanLevel ; 281 + rdf:type ILAP:PlanLevel ;
281 - rdfs:label "CCS"^^xsd:string ; 282 + rdfs:label "CCS"^^xsd:string .
282 -. 283 +
283 ILAP:L5_ContractTaskSchedule 284 ILAP:L5_ContractTaskSchedule
284 - rdf:type ILAP:PlanLevel ; 285 + rdf:type ILAP:PlanLevel ;
285 - rdfs:label "DWS"^^xsd:string ; 286 + rdfs:label "DWS"^^xsd:string .
286 -. 287 +
287 ILAP:L6_ContractorWorkOrderSchedule 288 ILAP:L6_ContractorWorkOrderSchedule
288 - rdf:type ILAP:PlanLevel ; 289 + rdf:type ILAP:PlanLevel ;
289 - rdfs:label "CWS"^^xsd:string ; 290 + rdfs:label "CWS"^^xsd:string .
290 -. 291 +
291 ILAP:L7_ContractorOperationsSchedule 292 ILAP:L7_ContractorOperationsSchedule
292 - rdf:type ILAP:PlanLevel ; 293 + rdf:type ILAP:PlanLevel ;
293 - rdfs:label "COS"^^xsd:string ; 294 + rdfs:label "COS"^^xsd:string .
294 -. 295 +
295 ILAP:LiftingOperation 296 ILAP:LiftingOperation
296 - rdf:type ILAP:RiskType ; 297 + rdf:type ILAP:RiskType ;
297 - rdfs:label "Lifting operation"^^xsd:string ; 298 + rdfs:label "Lifting operation"^^xsd:string .
298 -. 299 +
299 ILAP:LivingQuarterShutdown 300 ILAP:LivingQuarterShutdown
300 - rdf:type ILAP:ShutdownType ; 301 + rdf:type ILAP:ShutdownType ;
301 - rdfs:label "Living Quarter Shutdown"^^xsd:string ; 302 + rdfs:label "Living Quarter Shutdown"^^xsd:string .
302 -. 303 +
303 ILAP:LowCriticality 304 ILAP:LowCriticality
304 - rdf:type ILAP:DegreeOfCriticality ; 305 + rdf:type ILAP:DegreeOfCriticality ;
305 - rdfs:label "Low criticality"^^xsd:string ; 306 + rdfs:label "Low criticality"^^xsd:string .
306 -. 307 +
307 ILAP:LowPriority 308 ILAP:LowPriority
308 - rdf:type ILAP:DegreeOfPriority ; 309 + rdf:type ILAP:DegreeOfPriority ;
309 - rdfs:label "Low priority"^^xsd:string ; 310 + rdfs:label "Low priority"^^xsd:string .
310 -. 311 +
311 ILAP:Maintenance 312 ILAP:Maintenance
312 - rdf:type ILAP:PlanLifecycleStage ; 313 + rdf:type ILAP:PlanLifecycleStage ;
313 - rdfs:label "Maintenance"^^xsd:string ; 314 + rdfs:label "Maintenance"^^xsd:string .
314 -. 315 +
315 ILAP:ManagedClosedown 316 ILAP:ManagedClosedown
316 - rdf:type ILAP:PlanObjectiveType ; 317 + rdf:type ILAP:PlanObjectiveType ;
317 - rdfs:label "Managed closedown"^^xsd:string ; 318 + rdfs:label "Managed closedown"^^xsd:string .
318 -. 319 +
319 ILAP:MaterialDeliveredAtBase 320 ILAP:MaterialDeliveredAtBase
320 - rdf:type ILAP:MaterialOrderStatus ; 321 + rdf:type ILAP:MaterialOrderStatus ;
321 - rdfs:label "Material delivered at base"^^xsd:string ; 322 + rdfs:label "Material delivered at base"^^xsd:string .
322 -. 323 +
323 ILAP:MaterialDeliveredOffshore 324 ILAP:MaterialDeliveredOffshore
324 - rdf:type ILAP:MaterialOrderStatus ; 325 + rdf:type ILAP:MaterialOrderStatus ;
325 - rdfs:label "Material delivered offshore"^^xsd:string ; 326 + rdfs:label "Material delivered offshore"^^xsd:string .
326 -. 327 +
327 ILAP:MaterialDeliveredOnshore 328 ILAP:MaterialDeliveredOnshore
328 - rdf:type ILAP:MaterialOrderStatus ; 329 + rdf:type ILAP:MaterialOrderStatus ;
329 - rdfs:label "Material delivered onshore"^^xsd:string ; 330 + rdfs:label "Material delivered onshore"^^xsd:string .
330 -. 331 +
331 ILAP:MaterialDeliveryDelayed 332 ILAP:MaterialDeliveryDelayed
332 - rdf:type ILAP:MaterialOrderStatus ; 333 + rdf:type ILAP:MaterialOrderStatus ;
333 - rdfs:label "Material delivery delayed"^^xsd:string ; 334 + rdfs:label "Material delivery delayed"^^xsd:string .
334 -. 335 +
335 ILAP:MaterialDeliveryOnTime 336 ILAP:MaterialDeliveryOnTime
336 - rdf:type ILAP:MaterialOrderStatus ; 337 + rdf:type ILAP:MaterialOrderStatus ;
337 - rdfs:label "Material delivery on time"^^xsd:string ; 338 + rdfs:label "Material delivery on time"^^xsd:string .
338 -. 339 +
339 ILAP:MaterialOnOrder 340 ILAP:MaterialOnOrder
340 - rdf:type ILAP:MaterialOrderStatus ; 341 + rdf:type ILAP:MaterialOrderStatus ;
341 - rdfs:label "Material on order"^^xsd:string ; 342 + rdfs:label "Material on order"^^xsd:string .
342 -. 343 +
343 ILAP:MiniShutdown 344 ILAP:MiniShutdown
344 - rdf:type ILAP:ShutdownType ; 345 + rdf:type ILAP:ShutdownType ;
345 - rdfs:label "Mini shutdown"^^xsd:string ; 346 + rdfs:label "Mini shutdown"^^xsd:string .
346 -. 347 +
347 ILAP:Modification 348 ILAP:Modification
348 - rdf:type ILAP:PlanProjectType ; 349 + rdf:type ILAP:PlanProjectType ;
349 - rdfs:label "Modification"^^xsd:string ; 350 + rdfs:label "Modification"^^xsd:string .
350 -. 351 +
351 ILAP:Monday 352 ILAP:Monday
352 - rdf:type ILAP:CalendarDay ; 353 + rdf:type ILAP:CalendarDay ;
353 - rdfs:label "Monday"^^xsd:string ; 354 + rdfs:label "Monday"^^xsd:string .
354 -. 355 +
355 ILAP:NPDelement_1 356 ILAP:NPDelement_1
356 - rdf:type NPD:NPDelement ; 357 + rdf:type NPD:NPDelement ;
357 - rdfs:label "NPDelement 1"^^xsd:string ; 358 + rdfs:label "NPDelement 1"^^xsd:string .
358 -. 359 +
359 ILAP:NonScheduledShutdown 360 ILAP:NonScheduledShutdown
360 - rdf:type ILAP:ShutdownType ; 361 + rdf:type ILAP:ShutdownType ;
361 - rdfs:label "Non-Scheduled Shutdown"^^xsd:string ; 362 + rdfs:label "Non-Scheduled Shutdown"^^xsd:string .
362 -. 363 +
363 ILAP:NormalCriticality 364 ILAP:NormalCriticality
364 - rdf:type ILAP:DegreeOfCriticality ; 365 + rdf:type ILAP:DegreeOfCriticality ;
365 - rdfs:label "Normal criticality"^^xsd:string ; 366 + rdfs:label "Normal criticality"^^xsd:string .
366 -. 367 +
367 ILAP:NormalPriority 368 ILAP:NormalPriority
368 - rdf:type ILAP:DegreeOfPriority ; 369 + rdf:type ILAP:DegreeOfPriority ;
369 - rdfs:label "Normal priority"^^xsd:string ; 370 + rdfs:label "Normal priority"^^xsd:string .
370 -. 371 +
371 ILAP:OPEX 372 ILAP:OPEX
372 - rdf:type ILAP:PlanExpenseType ; 373 + rdf:type ILAP:PlanExpenseType ;
373 - rdfs:label "OPEX"^^xsd:string ; 374 + rdfs:label "OPEX"^^xsd:string .
374 -. 375 +
375 ILAP:OnHold 376 ILAP:OnHold
376 - rdf:type ILAP:Status ; 377 + rdf:type ILAP:Status ;
377 - rdfs:label "On hold"^^xsd:string ; 378 + rdfs:label "On hold"^^xsd:string .
378 -. 379 +
379 ILAP:Operation 380 ILAP:Operation
380 - rdf:type ILAP:PlanLifecycleStage ; 381 + rdf:type ILAP:PlanLifecycleStage ;
381 - rdfs:label "Operation"^^xsd:string ; 382 + rdfs:label "Operation"^^xsd:string .
382 -. 383 +
383 ILAP:OperationAndMaintenance 384 ILAP:OperationAndMaintenance
384 - rdf:type ILAP:PlanProjectType ; 385 + rdf:type ILAP:PlanProjectType ;
385 - rdfs:label "Operation and maintenance"^^xsd:string ; 386 + rdfs:label "Operation and maintenance"^^xsd:string .
386 -. 387 +
387 ILAP:Pending 388 ILAP:Pending
388 - rdf:type ILAP:Status ; 389 + rdf:type ILAP:Status ;
389 - rdfs:label "Pending"^^xsd:string ; 390 + rdfs:label "Pending"^^xsd:string .
390 -. 391 +
391 ILAP:Planned 392 ILAP:Planned
392 - rdf:type ILAP:Status ; 393 + rdf:type ILAP:Status ;
393 - rdfs:label "Planned"^^xsd:string ; 394 + rdfs:label "Planned"^^xsd:string .
394 -. 395 +
395 ILAP:Planning 396 ILAP:Planning
396 - rdf:type ILAP:PlanLifecycleStage ; 397 + rdf:type ILAP:PlanLifecycleStage ;
397 - rdfs:label "Planning"^^xsd:string ; 398 + rdfs:label "Planning"^^xsd:string .
398 -. 399 +
399 ILAP:Primavera 400 ILAP:Primavera
400 - rdf:type ILAP:Application ; 401 + rdf:type ILAP:Application ;
401 - rdfs:label "Primavera"^^xsd:string ; 402 + rdfs:label "Primavera"^^xsd:string .
402 -. 403 +
403 ILAP:ProductionShutdown 404 ILAP:ProductionShutdown
404 - rdf:type ILAP:ShutdownType ; 405 + rdf:type ILAP:ShutdownType ;
405 - rdfs:label "Production Shutdown"^^xsd:string ; 406 + rdfs:label "Production Shutdown"^^xsd:string .
406 -. 407 +
407 ILAP:RAMEX 408 ILAP:RAMEX
408 - rdf:type ILAP:PlanExpenseType ; 409 + rdf:type ILAP:PlanExpenseType ;
409 - rdfs:label "RAMEX"^^xsd:string ; 410 + rdfs:label "RAMEX"^^xsd:string .
410 -. 411 +
411 ILAP:RadicalChange 412 ILAP:RadicalChange
412 - rdf:type ILAP:PlanObjectiveType ; 413 + rdf:type ILAP:PlanObjectiveType ;
413 - rdfs:label "Radical change"^^xsd:string ; 414 + rdfs:label "Radical change"^^xsd:string .
414 -. 415 +
415 ILAP:Regular8To16WorkingDayCalendar 416 ILAP:Regular8To16WorkingDayCalendar
416 - rdfs:subClassOf [ 417 + rdfs:subClassOf
417 - rdf:type owl:Restriction ; 418 + [ rdf:type owl:Restriction ;
418 - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 419 + owl:minQualifiedCardinality
419 - owl:onClass [ 420 + "1"^^xsd:nonNegativeInteger ;
420 - rdf:type owl:Class ; 421 + owl:onClass
421 - owl:oneOf ( 422 + [ rdf:type owl:Class ;
422 - ILAP:StandardFreeWeekendPeriod 423 + owl:oneOf (ILAP:StandardFreeWeekendPeriod)
423 - ) ; 424 + ] ;
424 - ] ; 425 + owl:onProperty ILAP:hasCalendarFreePeriod
425 - owl:onProperty ILAP:hasCalendarFreePeriod ; 426 + ] .
426 - ] ; 427 +
427 -.
428 ILAP:Released 428 ILAP:Released
429 - rdf:type ILAP:Status ; 429 + rdf:type ILAP:Status ;
430 - rdfs:label "Released"^^xsd:string ; 430 + rdfs:label "Released"^^xsd:string .
431 -. 431 +
432 ILAP:Removal 432 ILAP:Removal
433 - rdf:type ILAP:PlanLifecycleStage ; 433 + rdf:type ILAP:PlanLifecycleStage ;
434 - rdfs:label "Removal"^^xsd:string ; 434 + rdfs:label "Removal"^^xsd:string .
435 -. 435 +
436 ILAP:RemovalOfBarriers 436 ILAP:RemovalOfBarriers
437 - rdf:type ILAP:RiskType ; 437 + rdf:type ILAP:RiskType ;
438 - rdfs:label "Removal of barriers"^^xsd:string ; 438 + rdfs:label "Removal of barriers"^^xsd:string .
439 -. 439 +
440 ILAP:Renewal 440 ILAP:Renewal
441 - rdf:type ILAP:PlanLifecycleStage ; 441 + rdf:type ILAP:PlanLifecycleStage ;
442 - rdfs:label "Renew"^^xsd:string ; 442 + rdfs:label "Renew"^^xsd:string .
443 -. 443 +
444 ILAP:ReservoirDrillingOperation 444 ILAP:ReservoirDrillingOperation
445 - rdf:type ILAP:RiskType ; 445 + rdf:type ILAP:RiskType ;
446 - rdfs:label "Reservoir drilling operation"^^xsd:string ; 446 + rdfs:label "Reservoir drilling operation"^^xsd:string .
447 -. 447 +
448 ILAP:ResourceDriven 448 ILAP:ResourceDriven
449 - rdf:type ILAP:PlanContractType ; 449 + rdf:type ILAP:PlanContractType ;
450 - rdfs:label "Resource driven"^^xsd:string ; 450 + rdfs:label "Resource driven"^^xsd:string .
451 -. 451 +
452 ILAP:Revised 452 ILAP:Revised
453 - rdf:type ILAP:Status ; 453 + rdf:type ILAP:Status ;
454 - rdfs:label "Revised"^^xsd:string ; 454 + rdfs:label "Revised"^^xsd:string .
455 -. 455 +
456 ILAP:RevisionShutdown 456 ILAP:RevisionShutdown
457 - rdf:type ILAP:ShutdownType ; 457 + rdf:type ILAP:ShutdownType ;
458 - rdfs:label "Revision Shutdown"^^xsd:string ; 458 + rdfs:label "Revision Shutdown"^^xsd:string .
459 -. 459 +
460 ILAP:SAP 460 ILAP:SAP
461 - rdf:type ILAP:Application ; 461 + rdf:type ILAP:Application ;
462 - rdfs:label "SAP"^^xsd:string ; 462 + rdfs:label "SAP"^^xsd:string .
463 -. 463 +
464 ILAP:SafetyTestShutdown 464 ILAP:SafetyTestShutdown
465 - rdf:type ILAP:ShutdownType ; 465 + rdf:type ILAP:ShutdownType ;
466 - rdfs:label "Safety Test Shutdown"^^xsd:string ; 466 + rdfs:label "Safety Test Shutdown"^^xsd:string .
467 -. 467 +
468 ILAP:Safran 468 ILAP:Safran
469 - rdf:type ILAP:Application ; 469 + rdf:type ILAP:Application ;
470 - rdfs:label "Safran"^^xsd:string ; 470 + rdfs:label "Safran"^^xsd:string .
471 -. 471 +
472 ILAP:Saturday 472 ILAP:Saturday
473 - rdf:type ILAP:CalendarDay ; 473 + rdf:type ILAP:CalendarDay ;
474 - rdfs:label "Saturday"^^xsd:string ; 474 + rdfs:label "Saturday"^^xsd:string .
475 -. 475 +
476 ILAP:ScheduleDriven 476 ILAP:ScheduleDriven
477 - rdf:type ILAP:PlanContractType ; 477 + rdf:type ILAP:PlanContractType ;
478 - rdfs:label "Schedule driven"^^xsd:string ; 478 + rdfs:label "Schedule driven"^^xsd:string .
479 -. 479 +
480 ILAP:Scheduled 480 ILAP:Scheduled
481 - rdf:type ILAP:Status ; 481 + rdf:type ILAP:Status ;
482 - rdfs:label "Scheduled"^^xsd:string ; 482 + rdfs:label "Scheduled"^^xsd:string .
483 -. 483 +
484 ILAP:ScheduledShutdown 484 ILAP:ScheduledShutdown
485 - rdf:type ILAP:ShutdownType ; 485 + rdf:type ILAP:ShutdownType ;
486 - rdfs:label "Scheduled Shutdown"^^xsd:string ; 486 + rdfs:label "Scheduled Shutdown"^^xsd:string .
487 -. 487 +
488 ILAP:ShallowGasOperation 488 ILAP:ShallowGasOperation
489 - rdf:type ILAP:RiskType ; 489 + rdf:type ILAP:RiskType ;
490 - rdfs:label "Shallow gas operation"^^xsd:string ; 490 + rdfs:label "Shallow gas operation"^^xsd:string .
491 -. 491 +
492 ILAP:ShutdownAndDecommisioning 492 ILAP:ShutdownAndDecommisioning
493 - rdf:type ILAP:PlanLifecycleStage ; 493 + rdf:type ILAP:PlanLifecycleStage ;
494 - rdfs:label "Shutdown and decommisioning"^^xsd:string ; 494 + rdfs:label "Shutdown and decommisioning"^^xsd:string .
495 -. 495 +
496 ILAP:ShutdownNotEvaluated 496 ILAP:ShutdownNotEvaluated
497 - rdf:type ILAP:ShutdownType ; 497 + rdf:type ILAP:ShutdownType ;
498 - rdfs:label "Shutdown not evaluated"^^xsd:string ; 498 + rdfs:label "Shutdown not evaluated"^^xsd:string .
499 -. 499 +
500 ILAP:StandardFreeWeekendPeriod 500 ILAP:StandardFreeWeekendPeriod
501 - rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 501 + rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
502 - ILAP:hasCalendarPeriodFreeDay ILAP:Saturday ; 502 + rdfs:label "Standard free weekend period"^^xsd:string ;
503 - ILAP:hasCalendarPeriodFreeDay ILAP:Sunday ; 503 + ILAP:hasCalendarPeriodFreeDay
504 - rdfs:label "Standard free weekend period"^^xsd:string ; 504 + ILAP:Sunday , ILAP:Saturday .
505 -. 505 +
506 ILAP:StandardWorkWeekdayPeriod 506 ILAP:StandardWorkWeekdayPeriod
507 - rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 507 + rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
508 - rdfs:label "Standard work weekday period"^^xsd:string ; 508 + rdfs:label "Standard work weekday period"^^xsd:string .
509 -. 509 +
510 ILAP:StartingUp 510 ILAP:StartingUp
511 - rdf:type ILAP:ShutdownPhase ; 511 + rdf:type ILAP:ShutdownPhase ;
512 - rdfs:label "Starting up"^^xsd:string ; 512 + rdfs:label "Starting up"^^xsd:string .
513 -. 513 +
514 ILAP:Sunday 514 ILAP:Sunday
515 - rdf:type ILAP:CalendarDay ; 515 + rdf:type ILAP:CalendarDay ;
516 - rdfs:label "Sunday"^^xsd:string ; 516 + rdfs:label "Sunday"^^xsd:string .
517 -. 517 +
518 ILAP:SystemShutdown 518 ILAP:SystemShutdown
519 - rdf:type ILAP:ShutdownType ; 519 + rdf:type ILAP:ShutdownType ;
520 - rdfs:label "System Shutdown"^^xsd:string ; 520 + rdfs:label "System Shutdown"^^xsd:string .
521 -. 521 +
522 ILAP:TIMEX 522 ILAP:TIMEX
523 - rdf:type ILAP:PlanExpenseType ; 523 + rdf:type ILAP:PlanExpenseType ;
524 - rdfs:label "TIMEX"^^xsd:string ; 524 + rdfs:label "TIMEX"^^xsd:string .
525 -. 525 +
526 ILAP:Thursday 526 ILAP:Thursday
527 - rdf:type ILAP:CalendarDay ; 527 + rdf:type ILAP:CalendarDay ;
528 - rdfs:label "Thursday"^^xsd:string ; 528 + rdfs:label "Thursday"^^xsd:string .
529 -. 529 +
530 ILAP:TrainShutdown 530 ILAP:TrainShutdown
531 - rdf:type ILAP:ShutdownType ; 531 + rdf:type ILAP:ShutdownType ;
532 - rdfs:label "Train Shutdown"^^xsd:string ; 532 + rdfs:label "Train Shutdown"^^xsd:string .
533 -. 533 +
534 ILAP:Tuesday 534 ILAP:Tuesday
535 - rdf:type ILAP:CalendarDay ; 535 + rdf:type ILAP:CalendarDay ;
536 - rdfs:label "Tuesday"^^xsd:string ; 536 + rdfs:label "Tuesday"^^xsd:string .
537 -. 537 +
538 ILAP:Unknown 538 ILAP:Unknown
539 - rdf:type ILAP:Status ; 539 + rdf:type ILAP:Status ;
540 - rdfs:label "Unknown"^^xsd:string ; 540 + rdfs:label "Unknown"^^xsd:string .
541 -. 541 +
542 ILAP:UserField 542 ILAP:UserField
543 - rdfs:subClassOf ILAP:Data ; 543 + rdfs:subClassOf ILAP:Data .
544 -. 544 +
545 ILAP:VesselOperation 545 ILAP:VesselOperation
546 - rdf:type ILAP:RiskType ; 546 + rdf:type ILAP:RiskType ;
547 - rdfs:label "Vessel operation"^^xsd:string ; 547 + rdfs:label "Vessel operation"^^xsd:string .
548 -. 548 +
549 ILAP:WaterInjectionShutdown 549 ILAP:WaterInjectionShutdown
550 - rdf:type ILAP:ShutdownType ; 550 + rdf:type ILAP:ShutdownType ;
551 - rdfs:label "Water Injection Shutdown"^^xsd:string ; 551 + rdfs:label "Water Injection Shutdown"^^xsd:string .
552 -. 552 +
553 ILAP:WaterProductionShutdown 553 ILAP:WaterProductionShutdown
554 - rdf:type ILAP:ShutdownType ; 554 + rdf:type ILAP:ShutdownType ;
555 - rdfs:label "Water Production Shutdown"^^xsd:string ; 555 + rdfs:label "Water Production Shutdown"^^xsd:string .
556 -. 556 +
557 ILAP:Wednesday 557 ILAP:Wednesday
558 - rdf:type ILAP:CalendarDay ; 558 + rdf:type ILAP:CalendarDay ;
559 - rdfs:label "Wednesday"^^xsd:string ; 559 + rdfs:label "Wednesday"^^xsd:string .
560 -. 560 +
561 ILAP:WeekendsFreeCalendar 561 ILAP:WeekendsFreeCalendar
562 - rdfs:subClassOf [ 562 + rdfs:subClassOf
563 - rdf:type owl:Restriction ; 563 + [ rdf:type owl:Restriction ;
564 - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 564 + owl:minQualifiedCardinality
565 - owl:onClass [ 565 + "1"^^xsd:nonNegativeInteger ;
566 - rdf:type owl:Class ; 566 + owl:onClass
567 - owl:oneOf ( 567 + [ rdf:type owl:Class ;
568 - ILAP:StandardFreeWeekendPeriod 568 + owl:oneOf (ILAP:StandardFreeWeekendPeriod)
569 - ) ; 569 + ] ;
570 - ] ; 570 + owl:onProperty ILAP:hasCalendarFreePeriod
571 - owl:onProperty ILAP:hasCalendarFreePeriod ; 571 + ] .
572 - ] ; 572 +
573 -.
574 ILAP:WellTransfer 573 ILAP:WellTransfer
575 - rdf:type ILAP:ShutdownType ; 574 + rdf:type ILAP:ShutdownType ;
576 - rdfs:label "Well Transfer "^^xsd:string ; 575 + rdfs:label "Well Transfer "^^xsd:string .
577 -. 576 +
578 ILAP:Wellbore 577 ILAP:Wellbore
579 - rdf:type ILAP:PlanGeoArea ; 578 + rdf:type ILAP:PlanGeoArea ;
580 - rdfs:label "Wellbore"^^xsd:string ; 579 + rdfs:label "Wellbore"^^xsd:string .
581 -. 580 +
582 ILAP:hasActivityBaselineSchedule 581 ILAP:hasActivityBaselineSchedule
583 - rdfs:range ILAP:Schedule ; 582 + rdfs:range ILAP:Schedule .
584 -. 583 +
585 ILAP:hasActivityFacility 584 ILAP:hasActivityFacility
586 - rdfs:domain ILAP:PlannedActivity ; 585 + rdfs:domain ILAP:PlannedActivity .
587 -. 586 +
588 ILAP:hasActivityPhase 587 ILAP:hasActivityPhase
589 - rdfs:range ILAP:Phase ; 588 + rdfs:range ILAP:Phase .
590 -. 589 +
591 ILAP:hasActivityResource 590 ILAP:hasActivityResource
592 - rdfs:domain ILAP:Activity ; 591 + rdfs:domain ILAP:Activity ;
593 - rdfs:range ILAP:Resource ; 592 + rdfs:range ILAP:Resource .
594 -. 593 +
595 ILAP:hasActivityResourceProfile 594 ILAP:hasActivityResourceProfile
596 - rdfs:domain ILAP:Activity ; 595 + rdfs:domain ILAP:Activity .
597 -. 596 +
598 ILAP:hasActivityShutdown 597 ILAP:hasActivityShutdown
599 - rdfs:range ILAP:Shutdown ; 598 + rdfs:range ILAP:Shutdown .
600 -. 599 +
601 ILAP:hasActivityWBSelement 600 ILAP:hasActivityWBSelement
602 - rdfs:range ILAP:ActivityWBS ; 601 + rdfs:range ILAP:ActivityWBS .
603 -. 602 +
604 ILAP:hasActivityWeight 603 ILAP:hasActivityWeight
605 - rdfs:domain ILAP:Activity ; 604 + rdfs:domain ILAP:Activity ;
606 - rdfs:range xsd:float ; 605 + rdfs:range xsd:float .
607 -. 606 +
608 ILAP:hasCalendarDate 607 ILAP:hasCalendarDate
609 - rdfs:domain ILAP:Calendar ; 608 + rdfs:domain ILAP:Calendar ;
610 - rdfs:range xsd:date ; 609 + rdfs:range xsd:date .
611 -. 610 +
612 ILAP:hasCalendarPeriodDay 611 ILAP:hasCalendarPeriodDay
613 - rdfs:domain ILAP:CalendarPeriod ; 612 + rdfs:domain ILAP:CalendarPeriod ;
614 - rdfs:range ILAP:CalendarDay ; 613 + rdfs:range ILAP:CalendarDay .
615 -. 614 +
616 ILAP:hasCalendarPeriodHour 615 ILAP:hasCalendarPeriodHour
617 - rdfs:domain ILAP:CalendarPeriod ; 616 + rdfs:domain ILAP:CalendarPeriod ;
618 - rdfs:range ILAP:CalendarHour ; 617 + rdfs:range ILAP:CalendarHour .
619 -. 618 +
620 ILAP:hasCalendarTime 619 ILAP:hasCalendarTime
621 - rdfs:domain ILAP:Calendar ; 620 + rdfs:domain ILAP:Calendar ;
622 - rdfs:range xsd:dateTime ; 621 + rdfs:range xsd:dateTime .
623 -. 622 +
624 ILAP:hasPlanAssetOwner 623 ILAP:hasPlanAssetOwner
625 - rdfs:range ILAP:ResponsibleOrganization ; 624 + rdfs:range ILAP:ResponsibleOrganization .
626 -. 625 +
627 ILAP:hasPlanContractor 626 ILAP:hasPlanContractor
628 - rdfs:range ILAP:Contractor ; 627 + rdfs:range ILAP:Contractor .
629 -. 628 +
630 ILAP:hasPlanLicensePartner 629 ILAP:hasPlanLicensePartner
631 - rdfs:range ILAP:ResponsibleOrganization ; 630 + rdfs:range ILAP:ResponsibleOrganization .
632 -. 631 +
633 ILAP:hasPlanOperator 632 ILAP:hasPlanOperator
634 - rdfs:range ILAP:Operator ; 633 + rdfs:range ILAP:Operator .
635 -. 634 +
636 ILAP:hasPlanRegulator 635 ILAP:hasPlanRegulator
637 - rdfs:range ILAP:ResponsibleOrganization ; 636 + rdfs:range ILAP:ResponsibleOrganization .
638 -. 637 +
639 ILAP:hasPlanResponsible 638 ILAP:hasPlanResponsible
640 - rdfs:range ILAP:ResponsibleOrganization ; 639 + rdfs:range ILAP:ResponsibleOrganization .
641 -. 640 +
642 ILAP:hasPlanSupplier 641 ILAP:hasPlanSupplier
643 - rdfs:range ILAP:ResponsibleOrganization ; 642 + rdfs:range ILAP:ResponsibleOrganization .
644 -. 643 +
645 ILAP:hasWBScomponent 644 ILAP:hasWBScomponent
646 - rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> ; 645 + rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> .
647 -. 646 +
648 ILAP:hasWBSphase 647 ILAP:hasWBSphase
649 - rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ; 648 + rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
650 -. 649 +
651 ILAP:hasWBSprojectExpenseType 650 ILAP:hasWBSprojectExpenseType
652 - rdfs:range ILAP:PlanExpenseType ; 651 + rdfs:range ILAP:PlanExpenseType .
653 -. 652 +
654 ILAP:hasWorkTaskResponsible 653 ILAP:hasWorkTaskResponsible
655 - rdfs:range ILAP:ResponsiblePerson ; 654 + rdfs:range ILAP:ResponsiblePerson .
656 -. 655 +
657 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 656 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
658 - rdfs:subClassOf ILAP:Category ; 657 + rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category .
659 - rdfs:subClassOf ILAP:Discipline ; 658 +
660 - rdfs:subClassOf ILAP:Resource ;
661 -.
662 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 659 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
663 - rdfs:subClassOf ILAP:Asset ; 660 + rdfs:subClassOf ILAP:Result , ILAP:Asset .
664 - rdfs:subClassOf ILAP:Result ; 661 +
665 -.
666 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> 662 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
667 - rdfs:subClassOf ILAP:Phase ; 663 + rdfs:subClassOf ILAP:Phase .
668 -. 664 +
665 +USERFIELDS:UserField
666 + rdfs:subClassOf
667 + [ rdf:type owl:Restriction ;
668 + owl:maxQualifiedCardinality
669 + "1"^^xsd:nonNegativeInteger ;
670 + owl:onClass ILAP:MilestoneType ;
671 + owl:onProperty USERFIELDS:hasMilestone
672 + ] ;
673 + rdfs:subClassOf
674 + [ rdf:type owl:Restriction ;
675 + owl:maxQualifiedCardinality
676 + "1"^^xsd:nonNegativeInteger ;
677 + owl:onClass ILAP:Contractor ;
678 + owl:onProperty USERFIELDS:hasContractor
679 + ] .
680 +
669 <http://data.posccaesar.org/npd/ontology/OperatingCompany> 681 <http://data.posccaesar.org/npd/ontology/OperatingCompany>
670 - rdf:type owl:Class ; 682 + rdf:type owl:Class ;
671 - rdfs:label "Contractor 1"^^xsd:string ; 683 + rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ;
672 - rdfs:label "Operating company"^^xsd:string ; 684 + rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor .
673 - rdfs:label "Regulator 1"^^xsd:string ; 685 +
674 - rdfs:subClassOf ILAP:Contractor ;
675 - rdfs:subClassOf ILAP:Operator ;
676 - rdfs:subClassOf ILAP:Regulator ;
677 -.
678 <http://data.posccaesar.org/npd/ontology/productionFacility> 686 <http://data.posccaesar.org/npd/ontology/productionFacility>
679 - rdf:type owl:Class ; 687 + rdf:type owl:Class ;
680 - rdfs:label "Facility"^^xsd:string ; 688 + rdfs:label "Facility"^^xsd:string ;
681 - rdfs:subClassOf ILAP:Facility ; 689 + rdfs:subClassOf ILAP:Facility .
682 -. 690 +
683 rdl:RDS282149 691 rdl:RDS282149
684 - rdf:type owl:Class ; 692 + rdf:type owl:Class ;
685 - rdfs:label "RDS282149"^^xsd:string ; 693 + rdfs:label "RDS282149"^^xsd:string ;
686 - rdfs:subClassOf ILAP:ResponsibleOrganization ; 694 + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
687 - rdfs:subClassOf owl:Thing ; 695 +
688 -.
689 <http://data.posccaesar.orgnpd/ontology/License> 696 <http://data.posccaesar.orgnpd/ontology/License>
690 - rdf:type owl:Class ; 697 + rdf:type owl:Class ;
691 - rdfs:label "Norwegian production license area"^^xsd:string ; 698 + rdfs:label "Norwegian production license area"^^xsd:string ;
692 - rdfs:subClassOf ILAP:License ; 699 + rdfs:subClassOf ILAP:License .
693 -. 700 +
694 <http://staging.data.posccaesar.org/npd/ontology/discoveryField> 701 <http://staging.data.posccaesar.org/npd/ontology/discoveryField>
695 - rdf:type owl:Class ; 702 + rdf:type owl:Class ;
696 - rdfs:label "Field 1"^^xsd:string ; 703 + rdfs:label "Field 1"^^xsd:string ;
697 - rdfs:subClassOf ILAP:Field ; 704 + rdfs:subClassOf ILAP:Field .
698 -. 705 +
699 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> 706 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
700 - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; 707 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
701 -. 708 +
702 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#B> 709 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#B>
703 - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; 710 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
704 -. 711 +
705 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#C> 712 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#C>
706 - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; 713 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
707 -. 714 +
708 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#E> 715 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#E>
709 - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; 716 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
710 -. 717 +
711 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#H> 718 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#H>
712 - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; 719 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
713 -. 720 +
714 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#K> 721 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#K>
715 - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; 722 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
716 -. 723 +
717 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#L> 724 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#L>
718 - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; 725 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
719 -. 726 +
720 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#M> 727 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#M>
721 - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; 728 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
722 -. 729 +
723 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#Q> 730 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#Q>
724 - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; 731 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
725 -. 732 +
726 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#R> 733 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#R>
727 - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; 734 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
728 -. 735 +
729 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#S> 736 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#S>
730 - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; 737 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
731 -. 738 +
732 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#X> 739 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#X>
733 - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; 740 + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
734 -. 741 +
735 <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A> 742 <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A>
736 - rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> ; 743 + rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> .
737 -. 744 +
738 <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#B> 745 <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#B>
739 - rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> ; 746 + rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> .
740 -. 747 +
741 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1> 748 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1>
742 - rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ; 749 + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
743 -. 750 +
744 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2> 751 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2>
745 - rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ; 752 + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
746 -. 753 +
747 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3> 754 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3>
748 - rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ; 755 + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
749 -. 756 +
750 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4> 757 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4>
751 - rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ; 758 + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
752 -. 759 +
753 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5> 760 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5>
754 - rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ; 761 + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
755 -. 762 +
756 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> 763 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6>
757 - rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ; 764 + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
758 -. 765 +
759 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#7> 766 <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#7>
760 - rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ; 767 + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
761 -.
......
...@@ -467,6 +467,8 @@ ILAP:UserFieldClass ...@@ -467,6 +467,8 @@ ILAP:UserFieldClass
467 <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8> ; 467 <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8> ;
468 USERFIELDS:hasCommissioningPackage 468 USERFIELDS:hasCommissioningPackage
469 <http://data.posccaesar.org/ilap/CommPackageForReinertsenToStatoil1.8> ; 469 <http://data.posccaesar.org/ilap/CommPackageForReinertsenToStatoil1.8> ;
470 + USERFIELDS:hasContractor
471 + <http://data.posccaesar.org/brreg/R-80b9711b-acde-4a41-b882-12ff9d23544e> ;
470 USERFIELDS:hasDelivery 472 USERFIELDS:hasDelivery
471 <http://data.posccaesar.org/ilap/DelLeveranseForReinertsenToStatoil1.8> ; 473 <http://data.posccaesar.org/ilap/DelLeveranseForReinertsenToStatoil1.8> ;
472 USERFIELDS:hasEngineeringPhase 474 USERFIELDS:hasEngineeringPhase
...@@ -481,6 +483,8 @@ ILAP:UserFieldClass ...@@ -481,6 +483,8 @@ ILAP:UserFieldClass
481 <http://data.posccaesar.org/ilap/HovedaktivitetForReinertsenToStatoil1.8> ; 483 <http://data.posccaesar.org/ilap/HovedaktivitetForReinertsenToStatoil1.8> ;
482 USERFIELDS:hasMechanicalCompletionPackage 484 USERFIELDS:hasMechanicalCompletionPackage
483 <http://data.posccaesar.org/ilap/MCpackageForReinertsenToStatoil1.8> ; 485 <http://data.posccaesar.org/ilap/MCpackageForReinertsenToStatoil1.8> ;
486 + USERFIELDS:hasMilestone
487 + ILAP:DG2 ;
484 USERFIELDS:hasOwnerPerson 488 USERFIELDS:hasOwnerPerson
485 <http://data.posccaesar.org/ilap/OppdragslederForReinertsenToStatoil1.8> ; 489 <http://data.posccaesar.org/ilap/OppdragslederForReinertsenToStatoil1.8> ;
486 USERFIELDS:hasProjectType 490 USERFIELDS:hasProjectType
...@@ -544,6 +548,10 @@ ILAP:WorkOrder_1 ...@@ -544,6 +548,10 @@ ILAP:WorkOrder_1
544 ILAP:hasActivityActiveStatus 548 ILAP:hasActivityActiveStatus
545 rdfs:range ILAP:Status . 549 rdfs:range ILAP:Status .
546 550
551 +ILAP:hasActivityContractor
552 + rdfs:domain USERFIELDS:UserField ;
553 + rdfs:range USERFIELDS:FreeTextField .
554 +
547 ILAP:hasActivityMaterialOrderStatus 555 ILAP:hasActivityMaterialOrderStatus
548 rdfs:domain ILAP:PlannedActivity . 556 rdfs:domain ILAP:PlannedActivity .
549 557
...@@ -562,10 +570,32 @@ ILAP:hasValue ...@@ -562,10 +570,32 @@ ILAP:hasValue
562 ILAP:hasValueSource 570 ILAP:hasValueSource
563 rdfs:domain ILAP:UserField . 571 rdfs:domain ILAP:UserField .
564 572
573 +USERFIELDS:UserField
574 + rdfs:subClassOf
575 + [ rdf:type owl:Restriction ;
576 + owl:maxQualifiedCardinality
577 + "1"^^xsd:nonNegativeInteger ;
578 + owl:onClass ILAP:MilestoneType ;
579 + owl:onProperty USERFIELDS:hasMilestone
580 + ] ;
581 + rdfs:subClassOf
582 + [ rdf:type owl:Restriction ;
583 + owl:maxQualifiedCardinality
584 + "1"^^xsd:nonNegativeInteger ;
585 + owl:onClass ILAP:Contractor ;
586 + owl:onProperty USERFIELDS:hasContractor
587 + ] .
588 +
589 +USERFIELDS:hasContractor
590 + rdfs:range ILAP:ResponsibleOrganization .
591 +
565 USERFIELDS:hasMainActivity 592 USERFIELDS:hasMainActivity
566 rdfs:domain USERFIELDS:UserField ; 593 rdfs:domain USERFIELDS:UserField ;
567 rdfs:range USERFIELDS:FreeTextField . 594 rdfs:range USERFIELDS:FreeTextField .
568 595
596 +USERFIELDS:hasMilestone
597 + rdfs:range ILAP:MilestoneType .
598 +
569 USERFIELDS:hasTaskResponsible 599 USERFIELDS:hasTaskResponsible
570 rdfs:domain USERFIELDS:UserField ; 600 rdfs:domain USERFIELDS:UserField ;
571 rdfs:range USERFIELDS:FreeTextField . 601 rdfs:range USERFIELDS:FreeTextField .
......