David Leal

Merge branch 'MPR_04-23'

...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
39 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> 39 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest>
40 rdf:type owl:Class ; 40 rdf:type owl:Class ;
41 rdfs:label "production well test"^^xsd:string ; 41 rdfs:label "production well test"^^xsd:string ;
42 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 42 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
43 43
44 <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> 44 <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity>
45 rdf:type ep-prodact:ProductionOperationClassByDuration . 45 rdf:type ep-prodact:ProductionOperationClassByDuration .
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
54 rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> . 54 rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> .
55 55
56 ep-core:Mass 56 ep-core:Mass
57 - rdf:type rdfs:Class , ep-core:PropertySpace ; 57 + rdf:type ep-core:PropertySpace , rdfs:Class ;
58 rdfs:label "mass"^^xsd:string ; 58 rdfs:label "mass"^^xsd:string ;
59 rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . 59 rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .
60 60
...@@ -109,19 +109,24 @@ ep-prodact:AccidentPreventionExercise ...@@ -109,19 +109,24 @@ ep-prodact:AccidentPreventionExercise
109 rdfs:subClassOf ep-prodact:DrillOrExcercise . 109 rdfs:subClassOf ep-prodact:DrillOrExcercise .
110 110
111 ep-prodact:AdministerFirstAid 111 ep-prodact:AdministerFirstAid
112 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 112 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
113 rdfs:label "administer first aid"^^xsd:string ; 113 rdfs:label "administer first aid"^^xsd:string ;
114 rdfs:subClassOf ep-prodact:MedicalTreatment . 114 rdfs:subClassOf ep-prodact:MedicalTreatment .
115 115
116 ep-prodact:AirTrafficOperation 116 ep-prodact:AirTrafficOperation
117 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 117 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
118 rdfs:label "air traffic operation"^^xsd:string ; 118 rdfs:label "air traffic operation"^^xsd:string ;
119 - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . 119 + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity .
120 120
121 ep-prodact:Alarm 121 ep-prodact:Alarm
122 rdf:type owl:Class ; 122 rdf:type owl:Class ;
123 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 123 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
124 124
125 +ep-prodact:AlarmType
126 + rdf:type rdfs:Class ;
127 + rdfs:label "alarm type"^^xsd:string ;
128 + rdfs:subClassOf owl:Class .
129 +
125 ep-prodact:AlertLevel 130 ep-prodact:AlertLevel
126 rdf:type rdfs:Class ; 131 rdf:type rdfs:Class ;
127 rdfs:label "alert level"^^xsd:string ; 132 rdfs:label "alert level"^^xsd:string ;
...@@ -133,26 +138,26 @@ ep-prodact:AlertType ...@@ -133,26 +138,26 @@ ep-prodact:AlertType
133 rdfs:subClassOf owl:Class . 138 rdfs:subClassOf owl:Class .
134 139
135 ep-prodact:AllocateSplitFactors 140 ep-prodact:AllocateSplitFactors
136 - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; 141 + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ;
137 rdfs:label "allocate split factors"^^xsd:string ; 142 rdfs:label "allocate split factors"^^xsd:string ;
138 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 143 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
139 144
140 ep-prodact:AnnualProductionActivity 145 ep-prodact:AnnualProductionActivity
141 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 146 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
142 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 147 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
143 148
144 ep-prodact:AnnualProductionActivityToDate 149 ep-prodact:AnnualProductionActivityToDate
145 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 150 + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
146 rdfs:subClassOf ep-prodact:AnnualProductionActivity . 151 rdfs:subClassOf ep-prodact:AnnualProductionActivity .
147 152
148 ep-prodact:AnnualProductionOperationToDate 153 ep-prodact:AnnualProductionOperationToDate
149 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 154 + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
150 rdfs:label "annual production operation to date"^^xsd:string ; 155 rdfs:label "annual production operation to date"^^xsd:string ;
151 - rdfs:subClassOf ep-prodact:ProductionOperation , ep-prodact:AnnualProductionActivityToDate . 156 + rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperation .
152 157
153 ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod 158 ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod
154 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 159 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
155 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionVolumeActivity . 160 + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToDate .
156 161
157 ep-prodact:BasketMovement 162 ep-prodact:BasketMovement
158 rdf:type owl:Class ; 163 rdf:type owl:Class ;
...@@ -161,30 +166,30 @@ ep-prodact:BasketMovement ...@@ -161,30 +166,30 @@ ep-prodact:BasketMovement
161 166
162 ep-prodact:CargoShipOperation 167 ep-prodact:CargoShipOperation
163 rdf:type owl:Class ; 168 rdf:type owl:Class ;
164 - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . 169 + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity .
165 170
166 ep-prodact:ConstructionOperation 171 ep-prodact:ConstructionOperation
167 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 172 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
168 rdfs:label "construction operation"^^xsd:string ; 173 rdfs:label "construction operation"^^xsd:string ;
169 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 174 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
170 175
171 ep-prodact:CumulativeProductionActivitySinceProductionBegan 176 ep-prodact:CumulativeProductionActivitySinceProductionBegan
172 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 177 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
173 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 178 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
174 179
175 ep-prodact:DailyProductionOperation 180 ep-prodact:DailyProductionOperation
176 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 181 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
177 rdfs:label "daily production operation"^^xsd:string ; 182 rdfs:label "daily production operation"^^xsd:string ;
178 - rdfs:subClassOf ep-prodact:ProductionOperation , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . 183 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperation .
179 184
180 ep-prodact:DailyProductionOperationProcessingLoss 185 ep-prodact:DailyProductionOperationProcessingLoss
181 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 186 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
182 rdfs:label "daily production operation processing loss"^^xsd:string ; 187 rdfs:label "daily production operation processing loss"^^xsd:string ;
183 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 188 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
184 189
185 ep-prodact:DailyProductionVolumeActivity 190 ep-prodact:DailyProductionVolumeActivity
186 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 191 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
187 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . 192 + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> .
188 193
189 ep-prodact:DefinedHazardAndAccidentSituation 194 ep-prodact:DefinedHazardAndAccidentSituation
190 rdf:type owl:Class ; 195 rdf:type owl:Class ;
...@@ -192,7 +197,7 @@ ep-prodact:DefinedHazardAndAccidentSituation ...@@ -192,7 +197,7 @@ ep-prodact:DefinedHazardAndAccidentSituation
192 rdfs:subClassOf ep-prodact:Incident . 197 rdfs:subClassOf ep-prodact:Incident .
193 198
194 ep-prodact:Deviation 199 ep-prodact:Deviation
195 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 200 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
196 rdfs:label "deviation"^^xsd:string ; 201 rdfs:label "deviation"^^xsd:string ;
197 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 202 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
198 203
...@@ -202,22 +207,22 @@ ep-prodact:DischargeWater ...@@ -202,22 +207,22 @@ ep-prodact:DischargeWater
202 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 207 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
203 208
204 ep-prodact:DrillOrExcercise 209 ep-prodact:DrillOrExcercise
205 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 210 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
206 rdfs:label "drill or exercise"^^xsd:string ; 211 rdfs:label "drill or exercise"^^xsd:string ;
207 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 212 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
208 213
209 ep-prodact:ExtendedMaintenanceTurnaround 214 ep-prodact:ExtendedMaintenanceTurnaround
210 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 215 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
211 rdfs:label "extended maintenance turnaround"^^xsd:string ; 216 rdfs:label "extended maintenance turnaround"^^xsd:string ;
212 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 217 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
213 218
214 ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal 219 ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal
215 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 220 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
216 rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; 221 rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ;
217 rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . 222 rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround .
218 223
219 ep-prodact:Fire 224 ep-prodact:Fire
220 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 225 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
221 rdfs:label "fire"^^xsd:string ; 226 rdfs:label "fire"^^xsd:string ;
222 rdfs:subClassOf ep-prodact:Incident . 227 rdfs:subClassOf ep-prodact:Incident .
223 228
...@@ -232,55 +237,55 @@ ep-prodact:FlowLine-Production ...@@ -232,55 +237,55 @@ ep-prodact:FlowLine-Production
232 ep-prodact:FluidLevelTest 237 ep-prodact:FluidLevelTest
233 rdf:type owl:Class ; 238 rdf:type owl:Class ;
234 rdfs:label "fluid level test"^^xsd:string ; 239 rdfs:label "fluid level test"^^xsd:string ;
235 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 240 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> .
236 241
237 ep-prodact:FluidSampling-DST 242 ep-prodact:FluidSampling-DST
238 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 243 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
239 rdfs:label "fluid sampling - DST"^^xsd:string ; 244 rdfs:label "fluid sampling - DST"^^xsd:string ;
240 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 245 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
241 246
242 ep-prodact:FluidSampling-RFTorMDT 247 ep-prodact:FluidSampling-RFTorMDT
243 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 248 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
244 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; 249 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ;
245 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 250 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
246 251
247 ep-prodact:FluidSampling-bottomhole 252 ep-prodact:FluidSampling-bottomhole
248 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 253 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
249 rdfs:label "fluid sampling - bottomhole"^^xsd:string ; 254 rdfs:label "fluid sampling - bottomhole"^^xsd:string ;
250 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 255 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
251 256
252 ep-prodact:FluidSampling-formationTester 257 ep-prodact:FluidSampling-formationTester
253 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 258 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
254 rdfs:label "fluid sampling - formation tester"^^xsd:string ; 259 rdfs:label "fluid sampling - formation tester"^^xsd:string ;
255 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 260 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
256 261
257 ep-prodact:FluidSampling-recombined 262 ep-prodact:FluidSampling-recombined
258 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 263 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
259 rdfs:label "fluid sampling - recombined"^^xsd:string ; 264 rdfs:label "fluid sampling - recombined"^^xsd:string ;
260 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 265 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
261 266
262 ep-prodact:FluidSampling-separatorGas 267 ep-prodact:FluidSampling-separatorGas
263 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 268 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
264 rdfs:label "fluid sampling - separator gas"^^xsd:string ; 269 rdfs:label "fluid sampling - separator gas"^^xsd:string ;
265 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 270 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
266 271
267 ep-prodact:FluidSampling-separatorOil 272 ep-prodact:FluidSampling-separatorOil
268 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 273 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
269 rdfs:label "fluid sampling - separator oil"^^xsd:string ; 274 rdfs:label "fluid sampling - separator oil"^^xsd:string ;
270 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 275 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
271 276
272 ep-prodact:FluidSampling-separatorWater 277 ep-prodact:FluidSampling-separatorWater
273 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 278 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
274 rdfs:label "fluid sampling - separator water"^^xsd:string ; 279 rdfs:label "fluid sampling - separator water"^^xsd:string ;
275 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 280 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
276 281
277 ep-prodact:FluidSampling-synthetic 282 ep-prodact:FluidSampling-synthetic
278 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 283 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
279 rdfs:label "fluid sampling - synthetic"^^xsd:string ; 284 rdfs:label "fluid sampling - synthetic"^^xsd:string ;
280 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 285 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
281 286
282 ep-prodact:FluidSampling-wellhead 287 ep-prodact:FluidSampling-wellhead
283 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 288 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
284 rdfs:label "fluid sampling - wellhead"^^xsd:string ; 289 rdfs:label "fluid sampling - wellhead"^^xsd:string ;
285 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 290 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
286 291
...@@ -303,7 +308,7 @@ ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ...@@ -303,7 +308,7 @@ ep-prodact:FusionOfPartsOfProductionActivityOverPeriod
303 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 308 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
304 309
305 ep-prodact:HSEProblem 310 ep-prodact:HSEProblem
306 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 311 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
307 rdfs:label "HSE problem"^^xsd:string ; 312 rdfs:label "HSE problem"^^xsd:string ;
308 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 313 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
309 314
...@@ -316,14 +321,14 @@ ep-prodact:Incident ...@@ -316,14 +321,14 @@ ep-prodact:Incident
316 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 321 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
317 322
318 ep-prodact:InitialWellTest 323 ep-prodact:InitialWellTest
319 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 324 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
320 rdfs:label "initial"^^xsd:string ; 325 rdfs:label "initial"^^xsd:string ;
321 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 326 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
322 327
323 ep-prodact:InjectionWellTest 328 ep-prodact:InjectionWellTest
324 rdf:type owl:Class ; 329 rdf:type owl:Class ;
325 rdfs:label "injection well test"^^xsd:string ; 330 rdfs:label "injection well test"^^xsd:string ;
326 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 331 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> .
327 332
328 ep-prodact:Injury 333 ep-prodact:Injury
329 rdf:type owl:Class ; 334 rdf:type owl:Class ;
...@@ -331,22 +336,22 @@ ep-prodact:Injury ...@@ -331,22 +336,22 @@ ep-prodact:Injury
331 rdfs:subClassOf ep-prodact:AccidentOrInjury . 336 rdfs:subClassOf ep-prodact:AccidentOrInjury .
332 337
333 ep-prodact:IssueBillOfLading 338 ep-prodact:IssueBillOfLading
334 - rdf:type ep-prodact:SalesActivityType , owl:Class ; 339 + rdf:type owl:Class , ep-prodact:SalesActivityType ;
335 rdfs:label "issue bill of lading"^^xsd:string ; 340 rdfs:label "issue bill of lading"^^xsd:string ;
336 rdfs:subClassOf ep-prodact:SalesActivity . 341 rdfs:subClassOf ep-prodact:SalesActivity .
337 342
338 ep-prodact:IssueWorkPermit 343 ep-prodact:IssueWorkPermit
339 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 344 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
340 rdfs:label "issue work permit"^^xsd:string ; 345 rdfs:label "issue work permit"^^xsd:string ;
341 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 346 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
342 347
343 ep-prodact:IssueWorkPermitWithSJA 348 ep-prodact:IssueWorkPermitWithSJA
344 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 349 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
345 rdfs:label "issue work permit with SJA"^^xsd:string ; 350 rdfs:label "issue work permit with SJA"^^xsd:string ;
346 rdfs:subClassOf ep-prodact:IssueWorkPermit . 351 rdfs:subClassOf ep-prodact:IssueWorkPermit .
347 352
348 ep-prodact:JobObservation 353 ep-prodact:JobObservation
349 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 354 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
350 rdfs:label "job observation"^^xsd:string ; 355 rdfs:label "job observation"^^xsd:string ;
351 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 356 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
352 357
...@@ -360,12 +365,12 @@ ep-prodact:LostTimeAccident ...@@ -360,12 +365,12 @@ ep-prodact:LostTimeAccident
360 rdfs:subClassOf ep-prodact:Incident . 365 rdfs:subClassOf ep-prodact:Incident .
361 366
362 ep-prodact:LostTimeIncident 367 ep-prodact:LostTimeIncident
363 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 368 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
364 rdfs:label "lost time incident"^^xsd:string ; 369 rdfs:label "lost time incident"^^xsd:string ;
365 rdfs:subClassOf ep-prodact:Incident . 370 rdfs:subClassOf ep-prodact:Incident .
366 371
367 ep-prodact:MaintenanceActivity 372 ep-prodact:MaintenanceActivity
368 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 373 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
369 rdfs:label "maintenance activity"^^xsd:string ; 374 rdfs:label "maintenance activity"^^xsd:string ;
370 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 375 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
371 376
...@@ -375,21 +380,21 @@ ep-prodact:MakeAComment ...@@ -375,21 +380,21 @@ ep-prodact:MakeAComment
375 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 380 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
376 381
377 ep-prodact:MakeATransaction 382 ep-prodact:MakeATransaction
378 - rdf:type ep-prodact:SalesActivityType , owl:Class ; 383 + rdf:type owl:Class , ep-prodact:SalesActivityType ;
379 rdfs:label "make a transaction"^^xsd:string ; 384 rdfs:label "make a transaction"^^xsd:string ;
380 rdfs:subClassOf ep-prodact:SalesActivity . 385 rdfs:subClassOf ep-prodact:SalesActivity .
381 386
382 ep-prodact:MarineOperation 387 ep-prodact:MarineOperation
383 rdf:type owl:Class ; 388 rdf:type owl:Class ;
384 - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . 389 + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity .
385 390
386 ep-prodact:MarkedGasLossOfExport 391 ep-prodact:MarkedGasLossOfExport
387 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 392 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
388 rdfs:label "marked gas loss of export"^^xsd:string ; 393 rdfs:label "marked gas loss of export"^^xsd:string ;
389 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 394 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
390 395
391 ep-prodact:MarkedOilLossOfExport 396 ep-prodact:MarkedOilLossOfExport
392 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 397 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
393 rdfs:label "marked oil loss of export"^^xsd:string ; 398 rdfs:label "marked oil loss of export"^^xsd:string ;
394 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 399 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
395 400
...@@ -399,7 +404,7 @@ ep-prodact:MeasurePropertiesOfAFlow ...@@ -399,7 +404,7 @@ ep-prodact:MeasurePropertiesOfAFlow
399 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 404 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
400 405
401 ep-prodact:MeasureSplitFactors 406 ep-prodact:MeasureSplitFactors
402 - rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; 407 + rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ;
403 rdfs:label "measure split factors"^^xsd:string ; 408 rdfs:label "measure split factors"^^xsd:string ;
404 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 409 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
405 410
...@@ -409,26 +414,26 @@ ep-prodact:MedicalTreatment ...@@ -409,26 +414,26 @@ ep-prodact:MedicalTreatment
409 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 414 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
410 415
411 ep-prodact:MedicalTreatmentInjury 416 ep-prodact:MedicalTreatmentInjury
412 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 417 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
413 rdfs:label "medical treatment"^^xsd:string ; 418 rdfs:label "medical treatment"^^xsd:string ;
414 rdfs:subClassOf ep-prodact:Injury . 419 rdfs:subClassOf ep-prodact:Injury .
415 420
416 ep-prodact:ModificationProject 421 ep-prodact:ModificationProject
417 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 422 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
418 rdfs:label "modification project"^^xsd:string ; 423 rdfs:label "modification project"^^xsd:string ;
419 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 424 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
420 425
421 ep-prodact:MonthlyProductionActivity 426 ep-prodact:MonthlyProductionActivity
422 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 427 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
423 rdfs:label "monthly production activity"^^xsd:string ; 428 rdfs:label "monthly production activity"^^xsd:string ;
424 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 429 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
425 430
426 ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod 431 ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod
427 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 432 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
428 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . 433 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> .
429 434
430 ep-prodact:MonthlyProductionOperationToDate 435 ep-prodact:MonthlyProductionOperationToDate
431 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 436 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
432 rdfs:label "monthly production to date"^^xsd:string ; 437 rdfs:label "monthly production to date"^^xsd:string ;
433 rdfs:subClassOf ep-prodact:ProductionOperation . 438 rdfs:subClassOf ep-prodact:ProductionOperation .
434 439
...@@ -443,7 +448,7 @@ ep-prodact:MovementOfProductType ...@@ -443,7 +448,7 @@ ep-prodact:MovementOfProductType
443 rdfs:subClassOf owl:Class . 448 rdfs:subClassOf owl:Class .
444 449
445 ep-prodact:NearMiss 450 ep-prodact:NearMiss
446 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 451 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
447 rdfs:label "near miss"^^xsd:string ; 452 rdfs:label "near miss"^^xsd:string ;
448 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 453 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
449 454
...@@ -452,17 +457,17 @@ ep-prodact:NotablePartOfProductionActivity ...@@ -452,17 +457,17 @@ ep-prodact:NotablePartOfProductionActivity
452 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 457 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
453 458
454 ep-prodact:OperationMistakes 459 ep-prodact:OperationMistakes
455 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 460 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
456 rdfs:label "operation mistakes"^^xsd:string ; 461 rdfs:label "operation mistakes"^^xsd:string ;
457 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 462 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
458 463
459 ep-prodact:OtherProductionActivity 464 ep-prodact:OtherProductionActivity
460 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 465 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
461 rdfs:label "other production activity"^^xsd:string ; 466 rdfs:label "other production activity"^^xsd:string ;
462 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 467 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
463 468
464 ep-prodact:OtherReasonWellTest 469 ep-prodact:OtherReasonWellTest
465 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 470 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
466 rdfs:label "other"^^xsd:string ; 471 rdfs:label "other"^^xsd:string ;
467 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 472 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
468 473
...@@ -471,7 +476,7 @@ ep-prodact:PartOfProductionActivity ...@@ -471,7 +476,7 @@ ep-prodact:PartOfProductionActivity
471 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 476 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
472 477
473 ep-prodact:PeriodicWellTest 478 ep-prodact:PeriodicWellTest
474 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 479 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
475 rdfs:label "periodic"^^xsd:string ; 480 rdfs:label "periodic"^^xsd:string ;
476 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 481 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
477 482
...@@ -481,27 +486,27 @@ ep-prodact:PersonnelSafetyIntroduction ...@@ -481,27 +486,27 @@ ep-prodact:PersonnelSafetyIntroduction
481 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 486 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
482 487
483 ep-prodact:PlannedMaintenanceTurnaround 488 ep-prodact:PlannedMaintenanceTurnaround
484 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 489 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
485 rdfs:label "planned maintenace turnaround"^^xsd:string ; 490 rdfs:label "planned maintenace turnaround"^^xsd:string ;
486 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 491 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
487 492
488 ep-prodact:PowerStationFailure 493 ep-prodact:PowerStationFailure
489 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 494 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
490 rdfs:label "power station failure"^^xsd:string ; 495 rdfs:label "power station failure"^^xsd:string ;
491 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 496 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
492 497
493 ep-prodact:PreventiveMaintenanceTopside 498 ep-prodact:PreventiveMaintenanceTopside
494 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 499 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
495 rdfs:label "preventive maintenace topside"^^xsd:string ; 500 rdfs:label "preventive maintenace topside"^^xsd:string ;
496 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 501 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
497 502
498 ep-prodact:ProcessAndOperationProblem 503 ep-prodact:ProcessAndOperationProblem
499 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 504 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
500 rdfs:label "process and operation problem"^^xsd:string ; 505 rdfs:label "process and operation problem"^^xsd:string ;
501 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 506 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
502 507
503 ep-prodact:ProductCompletedLifting 508 ep-prodact:ProductCompletedLifting
504 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 509 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
505 rdfs:label "product completed lifting"^^xsd:string ; 510 rdfs:label "product completed lifting"^^xsd:string ;
506 rdfs:subClassOf ep-prodact:MovementOfProduct . 511 rdfs:subClassOf ep-prodact:MovementOfProduct .
507 512
...@@ -511,77 +516,77 @@ ep-prodact:ProductDespatch ...@@ -511,77 +516,77 @@ ep-prodact:ProductDespatch
511 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 516 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
512 517
513 ep-prodact:ProductGain-Loss 518 ep-prodact:ProductGain-Loss
514 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 519 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
515 rdfs:label "product gain/loss"^^xsd:string ; 520 rdfs:label "product gain/loss"^^xsd:string ;
516 rdfs:subClassOf ep-prodact:MovementOfProduct . 521 rdfs:subClassOf ep-prodact:MovementOfProduct .
517 522
518 ep-prodact:ProductInputToStorage 523 ep-prodact:ProductInputToStorage
519 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 524 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
520 rdfs:label "product input to storage"^^xsd:string ; 525 rdfs:label "product input to storage"^^xsd:string ;
521 rdfs:subClassOf ep-prodact:MovementOfProduct . 526 rdfs:subClassOf ep-prodact:MovementOfProduct .
522 527
523 ep-prodact:ProductLifted 528 ep-prodact:ProductLifted
524 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 529 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
525 rdfs:label "product lifted"^^xsd:string ; 530 rdfs:label "product lifted"^^xsd:string ;
526 rdfs:subClassOf ep-prodact:MovementOfProduct . 531 rdfs:subClassOf ep-prodact:MovementOfProduct .
527 532
528 ep-prodact:ProductLiftingEntitlement 533 ep-prodact:ProductLiftingEntitlement
529 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 534 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
530 rdfs:label "product lifting entitlement"^^xsd:string ; 535 rdfs:label "product lifting entitlement"^^xsd:string ;
531 rdfs:subClassOf ep-prodact:MovementOfProduct . 536 rdfs:subClassOf ep-prodact:MovementOfProduct .
532 537
533 ep-prodact:ProductLiftingEntitlementRemaining 538 ep-prodact:ProductLiftingEntitlementRemaining
534 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 539 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
535 rdfs:label "product lifting entitlement remaining"^^xsd:string ; 540 rdfs:label "product lifting entitlement remaining"^^xsd:string ;
536 rdfs:subClassOf ep-prodact:MovementOfProduct . 541 rdfs:subClassOf ep-prodact:MovementOfProduct .
537 542
538 ep-prodact:ProductLinePack 543 ep-prodact:ProductLinePack
539 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 544 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
540 rdfs:label "product line pack"^^xsd:string ; 545 rdfs:label "product line pack"^^xsd:string ;
541 rdfs:subClassOf ep-prodact:MovementOfProduct . 546 rdfs:subClassOf ep-prodact:MovementOfProduct .
542 547
543 ep-prodact:ProductMassAdjustment 548 ep-prodact:ProductMassAdjustment
544 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 549 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
545 rdfs:label "product mass adjustment"^^xsd:string ; 550 rdfs:label "product mass adjustment"^^xsd:string ;
546 rdfs:subClassOf ep-prodact:MovementOfProduct . 551 rdfs:subClassOf ep-prodact:MovementOfProduct .
547 552
548 ep-prodact:ProductPartialLifting 553 ep-prodact:ProductPartialLifting
549 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 554 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
550 rdfs:label "product partial lifting"^^xsd:string ; 555 rdfs:label "product partial lifting"^^xsd:string ;
551 rdfs:subClassOf ep-prodact:MovementOfProduct . 556 rdfs:subClassOf ep-prodact:MovementOfProduct .
552 557
553 ep-prodact:ProductPipelineLifting 558 ep-prodact:ProductPipelineLifting
554 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 559 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
555 rdfs:label "product pipeline lifting"^^xsd:string ; 560 rdfs:label "product pipeline lifting"^^xsd:string ;
556 rdfs:subClassOf ep-prodact:MovementOfProduct . 561 rdfs:subClassOf ep-prodact:MovementOfProduct .
557 562
558 ep-prodact:ProductProductionImbalance 563 ep-prodact:ProductProductionImbalance
559 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 564 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
560 rdfs:label "product production imbalance"^^xsd:string ; 565 rdfs:label "product production imbalance"^^xsd:string ;
561 rdfs:subClassOf ep-prodact:MovementOfProduct . 566 rdfs:subClassOf ep-prodact:MovementOfProduct .
562 567
563 ep-prodact:ProductSwap 568 ep-prodact:ProductSwap
564 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 569 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
565 rdfs:label "product swap"^^xsd:string ; 570 rdfs:label "product swap"^^xsd:string ;
566 rdfs:subClassOf ep-prodact:MovementOfProduct . 571 rdfs:subClassOf ep-prodact:MovementOfProduct .
567 572
568 ep-prodact:ProductTankerLifting 573 ep-prodact:ProductTankerLifting
569 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 574 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
570 rdfs:label "product tanker lifting"^^xsd:string ; 575 rdfs:label "product tanker lifting"^^xsd:string ;
571 rdfs:subClassOf ep-prodact:MovementOfProduct . 576 rdfs:subClassOf ep-prodact:MovementOfProduct .
572 577
573 ep-prodact:ProductTransaction 578 ep-prodact:ProductTransaction
574 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 579 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
575 rdfs:label "product transaction"^^xsd:string ; 580 rdfs:label "product transaction"^^xsd:string ;
576 rdfs:subClassOf ep-prodact:MovementOfProduct . 581 rdfs:subClassOf ep-prodact:MovementOfProduct .
577 582
578 ep-prodact:ProductTransfer 583 ep-prodact:ProductTransfer
579 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 584 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
580 rdfs:label "product transfer"^^xsd:string ; 585 rdfs:label "product transfer"^^xsd:string ;
581 rdfs:subClassOf ep-prodact:MovementOfProduct . 586 rdfs:subClassOf ep-prodact:MovementOfProduct .
582 587
583 ep-prodact:ProductionActivityLastingLessThanAYear 588 ep-prodact:ProductionActivityLastingLessThanAYear
584 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 589 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
585 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 590 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
586 591
587 ep-prodact:ProductionActivityType 592 ep-prodact:ProductionActivityType
...@@ -590,7 +595,7 @@ ep-prodact:ProductionActivityType ...@@ -590,7 +595,7 @@ ep-prodact:ProductionActivityType
590 rdfs:subClassOf owl:Class . 595 rdfs:subClassOf owl:Class .
591 596
592 ep-prodact:ProductionOperation 597 ep-prodact:ProductionOperation
593 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 598 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
594 rdfs:label "production operation"^^xsd:string ; 599 rdfs:label "production operation"^^xsd:string ;
595 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 600 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
596 601
...@@ -615,12 +620,12 @@ ep-prodact:ProductionOperationProcessingLoss ...@@ -615,12 +620,12 @@ ep-prodact:ProductionOperationProcessingLoss
615 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 620 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
616 621
617 ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason 622 ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason
618 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 623 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
619 rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; 624 rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ;
620 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 625 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
621 626
622 ep-prodact:ProductionOperationProcessingRegulatoryReference 627 ep-prodact:ProductionOperationProcessingRegulatoryReference
623 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 628 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
624 rdfs:label "production operation processing regulatory reference"^^xsd:string ; 629 rdfs:label "production operation processing regulatory reference"^^xsd:string ;
625 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 630 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
626 631
...@@ -649,22 +654,22 @@ ep-prodact:ReasonForLossOfProcessingType ...@@ -649,22 +654,22 @@ ep-prodact:ReasonForLossOfProcessingType
649 rdfs:subClassOf owl:Class . 654 rdfs:subClassOf owl:Class .
650 655
651 ep-prodact:ReleaseToAir 656 ep-prodact:ReleaseToAir
652 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 657 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
653 rdfs:label "release to air"^^xsd:string ; 658 rdfs:label "release to air"^^xsd:string ;
654 rdfs:subClassOf ep-prodact:SpillOrLeak . 659 rdfs:subClassOf ep-prodact:SpillOrLeak .
655 660
656 ep-prodact:ReleaseToWater 661 ep-prodact:ReleaseToWater
657 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 662 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
658 rdfs:label "release to water"^^xsd:string ; 663 rdfs:label "release to water"^^xsd:string ;
659 rdfs:subClassOf ep-prodact:SpillOrLeak . 664 rdfs:subClassOf ep-prodact:SpillOrLeak .
660 665
661 ep-prodact:ReportHazard 666 ep-prodact:ReportHazard
662 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 667 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
663 rdfs:label "report hazard"^^xsd:string ; 668 rdfs:label "report hazard"^^xsd:string ;
664 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 669 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
665 670
666 ep-prodact:ReservoirLoss 671 ep-prodact:ReservoirLoss
667 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 672 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
668 rdfs:label "reservoir loss"^^xsd:string ; 673 rdfs:label "reservoir loss"^^xsd:string ;
669 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 674 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
670 675
...@@ -673,12 +678,12 @@ ep-prodact:RestrictedWork ...@@ -673,12 +678,12 @@ ep-prodact:RestrictedWork
673 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 678 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
674 679
675 ep-prodact:RestrictedWorkInjury 680 ep-prodact:RestrictedWorkInjury
676 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 681 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
677 rdfs:label "restricted work injury"^^xsd:string ; 682 rdfs:label "restricted work injury"^^xsd:string ;
678 rdfs:subClassOf ep-prodact:Injury . 683 rdfs:subClassOf ep-prodact:Injury .
679 684
680 ep-prodact:RevisionWellTest 685 ep-prodact:RevisionWellTest
681 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 686 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
682 rdfs:label "revision"^^xsd:string ; 687 rdfs:label "revision"^^xsd:string ;
683 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 688 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
684 689
...@@ -693,7 +698,7 @@ ep-prodact:SafetyConsideration ...@@ -693,7 +698,7 @@ ep-prodact:SafetyConsideration
693 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 698 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
694 699
695 ep-prodact:SafetyMeeting 700 ep-prodact:SafetyMeeting
696 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 701 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
697 rdfs:label "safety meeting"^^xsd:string ; 702 rdfs:label "safety meeting"^^xsd:string ;
698 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 703 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
699 704
...@@ -708,12 +713,12 @@ ep-prodact:SalesActivityType ...@@ -708,12 +713,12 @@ ep-prodact:SalesActivityType
708 rdfs:subClassOf owl:Class . 713 rdfs:subClassOf owl:Class .
709 714
710 ep-prodact:SentAshore 715 ep-prodact:SentAshore
711 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 716 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
712 rdfs:label "sent ashore"^^xsd:string ; 717 rdfs:label "sent ashore"^^xsd:string ;
713 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 718 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
714 719
715 ep-prodact:SevereAccident 720 ep-prodact:SevereAccident
716 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 721 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
717 rdfs:label "severe accident"^^xsd:string ; 722 rdfs:label "severe accident"^^xsd:string ;
718 rdfs:subClassOf ep-prodact:Incident . 723 rdfs:subClassOf ep-prodact:Incident .
719 724
...@@ -723,12 +728,12 @@ ep-prodact:ShutdownProduction ...@@ -723,12 +728,12 @@ ep-prodact:ShutdownProduction
723 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 728 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
724 729
725 ep-prodact:SickOnBoard 730 ep-prodact:SickOnBoard
726 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 731 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
727 rdfs:label "sick on board"^^xsd:string ; 732 rdfs:label "sick on board"^^xsd:string ;
728 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 733 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
729 734
730 ep-prodact:SpillOrLeak 735 ep-prodact:SpillOrLeak
731 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 736 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
732 rdfs:label "spill or leak"^^xsd:string ; 737 rdfs:label "spill or leak"^^xsd:string ;
733 rdfs:subClassOf ep-prodact:Incident . 738 rdfs:subClassOf ep-prodact:Incident .
734 739
...@@ -743,7 +748,7 @@ ep-prodact:StandbyVesselOperation ...@@ -743,7 +748,7 @@ ep-prodact:StandbyVesselOperation
743 rdfs:subClassOf ep-prodact:MarineOperation . 748 rdfs:subClassOf ep-prodact:MarineOperation .
744 749
745 ep-prodact:StrikeOrLockout 750 ep-prodact:StrikeOrLockout
746 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 751 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
747 rdfs:label "strike or lock-out"^^xsd:string ; 752 rdfs:label "strike or lock-out"^^xsd:string ;
748 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 753 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
749 754
...@@ -758,22 +763,22 @@ ep-prodact:SupplyShipOperation ...@@ -758,22 +763,22 @@ ep-prodact:SupplyShipOperation
758 rdfs:subClassOf ep-prodact:MarineOperation . 763 rdfs:subClassOf ep-prodact:MarineOperation .
759 764
760 ep-prodact:TestingAndLogging 765 ep-prodact:TestingAndLogging
761 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 766 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
762 rdfs:label "testing and logging"^^xsd:string ; 767 rdfs:label "testing and logging"^^xsd:string ;
763 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 768 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
764 769
765 ep-prodact:ThirdPartyProcessingLoss 770 ep-prodact:ThirdPartyProcessingLoss
766 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 771 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
767 rdfs:label "third party processing loss"^^xsd:string ; 772 rdfs:label "third party processing loss"^^xsd:string ;
768 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 773 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
769 774
770 ep-prodact:TopsideEquipmentFailureMaintenance 775 ep-prodact:TopsideEquipmentFailureMaintenance
771 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 776 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
772 rdfs:label "topside equipment failure maintenance"^^xsd:string ; 777 rdfs:label "topside equipment failure maintenance"^^xsd:string ;
773 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 778 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
774 779
775 ep-prodact:TrafficAccident 780 ep-prodact:TrafficAccident
776 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 781 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
777 rdfs:label "traffic accident"^^xsd:string ; 782 rdfs:label "traffic accident"^^xsd:string ;
778 rdfs:subClassOf ep-prodact:Incident . 783 rdfs:subClassOf ep-prodact:Incident .
779 784
...@@ -782,12 +787,12 @@ ep-prodact:TransportationActivity ...@@ -782,12 +787,12 @@ ep-prodact:TransportationActivity
782 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 787 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
783 788
784 ep-prodact:UnavailableTankerStorage 789 ep-prodact:UnavailableTankerStorage
785 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 790 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
786 rdfs:label "unavailable tanker storage"^^xsd:string ; 791 rdfs:label "unavailable tanker storage"^^xsd:string ;
787 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 792 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
788 793
789 ep-prodact:UnknownReasonWellTest 794 ep-prodact:UnknownReasonWellTest
790 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 795 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
791 rdfs:label "unknown"^^xsd:string ; 796 rdfs:label "unknown"^^xsd:string ;
792 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 797 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
793 798
...@@ -796,27 +801,27 @@ ep-prodact:WaterCleaningOperation ...@@ -796,27 +801,27 @@ ep-prodact:WaterCleaningOperation
796 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 801 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
797 802
798 ep-prodact:WeatherProblem 803 ep-prodact:WeatherProblem
799 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 804 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
800 rdfs:label "weather problem"^^xsd:string ; 805 rdfs:label "weather problem"^^xsd:string ;
801 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 806 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
802 807
803 ep-prodact:WellEquipmentFailureMaintenance 808 ep-prodact:WellEquipmentFailureMaintenance
804 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 809 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
805 rdfs:label "well equipment failure maintenance"^^xsd:string ; 810 rdfs:label "well equipment failure maintenance"^^xsd:string ;
806 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 811 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
807 812
808 ep-prodact:WellPlannedOperations 813 ep-prodact:WellPlannedOperations
809 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 814 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
810 rdfs:label "well planned operations"^^xsd:string ; 815 rdfs:label "well planned operations"^^xsd:string ;
811 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 816 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
812 817
813 ep-prodact:WellPreventiveMaintenance 818 ep-prodact:WellPreventiveMaintenance
814 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 819 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
815 rdfs:label "well preventive maintenance"^^xsd:string ; 820 rdfs:label "well preventive maintenance"^^xsd:string ;
816 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 821 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
817 822
818 ep-prodact:WellProblems 823 ep-prodact:WellProblems
819 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 824 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
820 rdfs:label "well problems"^^xsd:string ; 825 rdfs:label "well problems"^^xsd:string ;
821 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 826 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
822 827
...@@ -851,7 +856,7 @@ ep-prodact:buyer ...@@ -851,7 +856,7 @@ ep-prodact:buyer
851 rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> . 856 rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> .
852 857
853 ep-prodact:cargoBatchNumber 858 ep-prodact:cargoBatchNumber
854 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 859 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
855 rdfs:label "cargo batch number"^^xsd:string . 860 rdfs:label "cargo batch number"^^xsd:string .
856 861
857 ep-prodact:cargoLoaded 862 ep-prodact:cargoLoaded
...@@ -861,9 +866,15 @@ ep-prodact:cargoLoaded ...@@ -861,9 +866,15 @@ ep-prodact:cargoLoaded
861 rdfs:range ep-core:PhysicalObject . 866 rdfs:range ep-core:PhysicalObject .
862 867
863 ep-prodact:cargoNumber 868 ep-prodact:cargoNumber
864 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 869 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
865 rdfs:label "cargo number"^^xsd:string . 870 rdfs:label "cargo number"^^xsd:string .
866 871
872 +ep-prodact:causedBy
873 + rdf:type owl:ObjectProperty ;
874 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
875 + rdfs:label "caused by"^^xsd:string ;
876 + rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
877 +
867 ep-prodact:classificationBySafetyActivityType 878 ep-prodact:classificationBySafetyActivityType
868 rdf:type owl:ObjectProperty ; 879 rdf:type owl:ObjectProperty ;
869 rdfs:domain ep-prodact:FusionOfHSEActivitiesOverPeriod ; 880 rdfs:domain ep-prodact:FusionOfHSEActivitiesOverPeriod ;
...@@ -909,7 +920,7 @@ ep-prodact:forComment ...@@ -909,7 +920,7 @@ ep-prodact:forComment
909 rdfs:label "for comment"^^xsd:string . 920 rdfs:label "for comment"^^xsd:string .
910 921
911 ep-prodact:glycolDensity 922 ep-prodact:glycolDensity
912 - rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; 923 + rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
913 rdfs:range ep-core:Density . 924 rdfs:range ep-core:Density .
914 925
915 ep-prodact:hasDischargeFlow 926 ep-prodact:hasDischargeFlow
...@@ -919,7 +930,7 @@ ep-prodact:hasDischargeFlow ...@@ -919,7 +930,7 @@ ep-prodact:hasDischargeFlow
919 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 930 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
920 931
921 ep-prodact:hasGasLiftChoke 932 ep-prodact:hasGasLiftChoke
922 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 933 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
923 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 934 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
924 rdfs:label "has gas lift choke"^^xsd:string ; 935 rdfs:label "has gas lift choke"^^xsd:string ;
925 rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . 936 rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> .
...@@ -942,7 +953,7 @@ ep-prodact:hasPredecessor ...@@ -942,7 +953,7 @@ ep-prodact:hasPredecessor
942 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 953 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
943 954
944 ep-prodact:hasShutInPressure 955 ep-prodact:hasShutInPressure
945 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 956 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
946 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; 957 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ;
947 rdfs:label "has shut-in pressure"^^xsd:string ; 958 rdfs:label "has shut-in pressure"^^xsd:string ;
948 rdfs:range ep-core:Pressure . 959 rdfs:range ep-core:Pressure .
...@@ -954,25 +965,25 @@ ep-prodact:hasValidPredecessor ...@@ -954,25 +965,25 @@ ep-prodact:hasValidPredecessor
954 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 965 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
955 966
956 ep-prodact:injectionWellTestMaximumAnnularPressure 967 ep-prodact:injectionWellTestMaximumAnnularPressure
957 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 968 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
958 rdfs:domain ep-prodact:InjectionWellTest ; 969 rdfs:domain ep-prodact:InjectionWellTest ;
959 rdfs:label "injection well test maximum annular pressure"^^xsd:string ; 970 rdfs:label "injection well test maximum annular pressure"^^xsd:string ;
960 rdfs:range ep-core:Pressure . 971 rdfs:range ep-core:Pressure .
961 972
962 ep-prodact:injectionWellTestMinimumAnnularPressure 973 ep-prodact:injectionWellTestMinimumAnnularPressure
963 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 974 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
964 rdfs:domain ep-prodact:InjectionWellTest ; 975 rdfs:domain ep-prodact:InjectionWellTest ;
965 rdfs:label "injection well test minimum annular pressure"^^xsd:string ; 976 rdfs:label "injection well test minimum annular pressure"^^xsd:string ;
966 rdfs:range ep-core:Pressure . 977 rdfs:range ep-core:Pressure .
967 978
968 ep-prodact:injectionWellTestWellheadFlowingPressure 979 ep-prodact:injectionWellTestWellheadFlowingPressure
969 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 980 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
970 rdfs:domain ep-prodact:InjectionWellTest ; 981 rdfs:domain ep-prodact:InjectionWellTest ;
971 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; 982 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ;
972 rdfs:range ep-core:Pressure . 983 rdfs:range ep-core:Pressure .
973 984
974 ep-prodact:injectionWellTestWellheadMaximumPressure 985 ep-prodact:injectionWellTestWellheadMaximumPressure
975 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 986 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
976 rdfs:domain ep-prodact:InjectionWellTest ; 987 rdfs:domain ep-prodact:InjectionWellTest ;
977 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; 988 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ;
978 rdfs:range ep-core:Pressure . 989 rdfs:range ep-core:Pressure .
...@@ -984,7 +995,7 @@ ep-prodact:measuredFlow ...@@ -984,7 +995,7 @@ ep-prodact:measuredFlow
984 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 995 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
985 996
986 ep-prodact:movedProduct 997 ep-prodact:movedProduct
987 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 998 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
988 rdfs:domain ep-prodact:MovementOfProduct ; 999 rdfs:domain ep-prodact:MovementOfProduct ;
989 rdfs:label "moved product"^^xsd:string . 1000 rdfs:label "moved product"^^xsd:string .
990 1001
...@@ -1029,7 +1040,7 @@ ep-prodact:noOfSpillsOrLeaks ...@@ -1029,7 +1040,7 @@ ep-prodact:noOfSpillsOrLeaks
1029 rdfs:range xsd:integer . 1040 rdfs:range xsd:integer .
1030 1041
1031 ep-prodact:noOfSystemAlarms 1042 ep-prodact:noOfSystemAlarms
1032 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1043 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1033 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1044 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1034 rdfs:label "number of system alarms"^^xsd:string ; 1045 rdfs:label "number of system alarms"^^xsd:string ;
1035 rdfs:range xsd:integer . 1046 rdfs:range xsd:integer .
...@@ -1039,7 +1050,7 @@ ep-prodact:oilInWater ...@@ -1039,7 +1050,7 @@ ep-prodact:oilInWater
1039 rdfs:range ep-core:MassPerUnitMassConcentration . 1050 rdfs:range ep-core:MassPerUnitMassConcentration .
1040 1051
1041 ep-prodact:onProductionFacility 1052 ep-prodact:onProductionFacility
1042 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1053 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1043 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1054 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1044 rdfs:label "on facility"^^xsd:string ; 1055 rdfs:label "on facility"^^xsd:string ;
1045 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . 1056 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> .
...@@ -1064,7 +1075,7 @@ ep-prodact:phenolDensity ...@@ -1064,7 +1075,7 @@ ep-prodact:phenolDensity
1064 rdfs:range ep-core:Density . 1075 rdfs:range ep-core:Density .
1065 1076
1066 ep-prodact:processingLost 1077 ep-prodact:processingLost
1067 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1078 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1068 rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; 1079 rdfs:domain ep-prodact:ProductionOperationProcessingLoss ;
1069 rdfs:range ep-material:QuantityOfMaterial . 1080 rdfs:range ep-material:QuantityOfMaterial .
1070 1081
...@@ -1074,13 +1085,13 @@ ep-prodact:productionActivityPeriodClassification ...@@ -1074,13 +1085,13 @@ ep-prodact:productionActivityPeriodClassification
1074 rdfs:range ep-prodact:ProductionOperationClassByDuration . 1085 rdfs:range ep-prodact:ProductionOperationClassByDuration .
1075 1086
1076 ep-prodact:productionOperator 1087 ep-prodact:productionOperator
1077 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1088 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1078 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1089 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1079 rdfs:label "production operator"^^xsd:string ; 1090 rdfs:label "production operator"^^xsd:string ;
1080 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1091 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1081 1092
1082 ep-prodact:remainingActivity 1093 ep-prodact:remainingActivity
1083 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1094 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1084 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; 1095 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ;
1085 rdfs:label "remaining activity"^^xsd:string ; 1096 rdfs:label "remaining activity"^^xsd:string ;
1086 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 1097 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
...@@ -1115,7 +1126,7 @@ ep-prodact:samplingPerformedAt ...@@ -1115,7 +1126,7 @@ ep-prodact:samplingPerformedAt
1115 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . 1126 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
1116 1127
1117 ep-prodact:samplingPerformedAtPointInSpace 1128 ep-prodact:samplingPerformedAtPointInSpace
1118 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1129 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1119 rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; 1130 rdfs:domain ep-prodact:FluidSamplingAndAnalysis ;
1120 rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> . 1131 rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> .
1121 1132
...@@ -1138,13 +1149,13 @@ ep-prodact:sourceOrganization ...@@ -1138,13 +1149,13 @@ ep-prodact:sourceOrganization
1138 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1149 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1139 1150
1140 ep-prodact:testedWellBoreInterval 1151 ep-prodact:testedWellBoreInterval
1141 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1152 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1142 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 1153 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
1143 rdfs:label "tested wellbore interval"^^xsd:string ; 1154 rdfs:label "tested wellbore interval"^^xsd:string ;
1144 rdfs:range ep-core:PhysicalObject . 1155 rdfs:range ep-core:PhysicalObject .
1145 1156
1146 ep-prodact:timeWorked 1157 ep-prodact:timeWorked
1147 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1158 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1148 rdfs:domain ep-prodact:ProductionOperation ; 1159 rdfs:domain ep-prodact:ProductionOperation ;
1149 rdfs:label "time worked"^^xsd:string ; 1160 rdfs:label "time worked"^^xsd:string ;
1150 rdfs:range ep-core:TimeDuration . 1161 rdfs:range ep-core:TimeDuration .
......
...@@ -48,7 +48,7 @@ sp:if ...@@ -48,7 +48,7 @@ sp:if
48 48
49 <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> 49 <http://www.reportinghub.no/ep/dpr/spin/1.1/lib>
50 rdf:type owl:Ontology ; 50 rdf:type owl:Ontology ;
51 - owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ; 51 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/spin/1.1/lib> ;
52 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 52 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
53 53
54 ep-dpr-spin-lib:Function 54 ep-dpr-spin-lib:Function
...@@ -56,6 +56,29 @@ ep-dpr-spin-lib:Function ...@@ -56,6 +56,29 @@ ep-dpr-spin-lib:Function
56 rdfs:label "function"^^xsd:string ; 56 rdfs:label "function"^^xsd:string ;
57 rdfs:subClassOf spin:Functions . 57 rdfs:subClassOf spin:Functions .
58 58
59 +ep-dpr-spin-lib:buildAlarmTypeURI
60 + rdf:type spin:Function ;
61 + rdfs:label "build AlarmType URI"^^xsd:string ;
62 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
63 + spin:body
64 + [ rdf:type sp:Select ;
65 + rdfs:comment "arg1 is name of the AlarmType - assumed to be unique in this scope"^^xsd:string ;
66 + sp:resultVariables ([ sp:varName "uri"^^xsd:string
67 + ]) ;
68 + sp:where ([ rdf:type sp:Bind ;
69 + sp:expression
70 + [ rdf:type ep-spin-lib:buildURI ;
71 + sp:arg1 "https://www.reportinghub.no/ep/data/alarmType/" ;
72 + sp:arg2 [ rdf:type ep-spin-lib:normalizeString ;
73 + sp:arg1 spin:_arg1
74 + ]
75 + ] ;
76 + sp:variable
77 + [ sp:varName "uri"^^xsd:string
78 + ]
79 + ])
80 + ] .
81 +
59 ep-dpr-spin-lib:buildAmountOfOilURI 82 ep-dpr-spin-lib:buildAmountOfOilURI
60 rdf:type spin:Function ; 83 rdf:type spin:Function ;
61 rdfs:subClassOf ep-dpr-spin-lib:Function ; 84 rdfs:subClassOf ep-dpr-spin-lib:Function ;
...@@ -5566,6 +5589,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION ...@@ -5566,6 +5589,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION
5566 rdfs:subClassOf ep-dpr-spin-lib:Function ; 5589 rdfs:subClassOf ep-dpr-spin-lib:Function ;
5567 spin:body 5590 spin:body
5568 [ rdf:type sp:Select ; 5591 [ rdf:type sp:Select ;
5592 + sp:resultVariables (_:b22) ;
5593 + sp:where ([ rdf:type sp:Bind ;
5594 + sp:expression
5595 + [ rdf:type sp:if ;
5596 + sp:arg1 [ rdf:type sp:eq ;
5597 + sp:arg1 spin:_arg1 ;
5598 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3>
5599 + ] ;
5600 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ;
5601 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
5602 + ] ;
5603 + sp:variable _:b22
5604 + ])
5605 + ] ;
5606 + spin:body
5607 + [ rdf:type sp:Select ;
5569 sp:resultVariables ([ sp:varName "myVar"^^xsd:string 5608 sp:resultVariables ([ sp:varName "myVar"^^xsd:string
5570 ]) ; 5609 ]) ;
5571 sp:where ([ rdf:type sp:Bind ; 5610 sp:where ([ rdf:type sp:Bind ;
...@@ -5645,22 +5684,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION ...@@ -5645,22 +5684,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION
5645 [ sp:varName "myVar"^^xsd:string 5684 [ sp:varName "myVar"^^xsd:string
5646 ] 5685 ]
5647 ]) 5686 ])
5648 - ] ;
5649 - spin:body
5650 - [ rdf:type sp:Select ;
5651 - sp:resultVariables (_:b22) ;
5652 - sp:where ([ rdf:type sp:Bind ;
5653 - sp:expression
5654 - [ rdf:type sp:if ;
5655 - sp:arg1 [ rdf:type sp:eq ;
5656 - sp:arg1 spin:_arg1 ;
5657 - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3>
5658 - ] ;
5659 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ;
5660 - sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
5661 - ] ;
5662 - sp:variable _:b22
5663 - ])
5664 ] . 5687 ] .
5665 5688
5666 ep-dpr-spin-lib:selectTemperatureScale 5689 ep-dpr-spin-lib:selectTemperatureScale
...@@ -7195,62 +7218,62 @@ ep-dpr-spin-lib:selectWorkScale ...@@ -7195,62 +7218,62 @@ ep-dpr-spin-lib:selectWorkScale
7195 ]) 7218 ])
7196 ] . 7219 ] .
7197 7220
7198 -_:b1 sp:varName "uri"^^xsd:string . 7221 +_:b23
7222 + sp:varName "volumeFlowRateAtStdType"^^xsd:string .
7199 7223
7200 -_:b2 sp:varName "UUID"^^xsd:string . 7224 +_:b22
7225 + sp:varName "specificVolumeScale"^^xsd:string .
7201 7226
7202 -_:b3 sp:varName "uri"^^xsd:string . 7227 +_:b21
7228 + sp:varName "safetyActivityType"^^xsd:string .
7203 7229
7204 -_:b4 sp:varName "uri"^^xsd:string . 7230 +_:b20
7231 + sp:varName "productionFlowPurposeType"^^xsd:string .
7205 7232
7206 -_:b5 sp:varName "uri"^^xsd:string . 7233 +_:b19
7234 + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
7207 7235
7208 -_:b6 sp:varName "uri"^^xsd:string . 7236 +_:b18
7237 + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
7209 7238
7210 -_:b7 sp:varName "uri"^^xsd:string . 7239 +_:b17
7240 + sp:varName "productionFlowDefinitionType"^^xsd:string .
7211 7241
7212 -_:b8 sp:varName "uri"^^xsd:string . 7242 +_:b16
7243 + sp:varName "productionFacilityType"^^xsd:string .
7213 7244
7214 -_:b9 sp:varName "uri"^^xsd:string . 7245 +_:b15
7246 + sp:varName "productVolumeReportPeriodType"^^xsd:string .
7215 7247
7216 -_:b10 7248 +_:b14
7217 - sp:varName "uri"^^xsd:string . 7249 + sp:varName "densityScale"^^xsd:string .
7218 7250
7219 -_:b11 7251 +_:b13
7220 sp:varName "uri"^^xsd:string . 7252 sp:varName "uri"^^xsd:string .
7221 7253
7222 _:b12 7254 _:b12
7223 sp:varName "uri"^^xsd:string . 7255 sp:varName "uri"^^xsd:string .
7224 7256
7225 -_:b13 7257 +_:b11
7226 sp:varName "uri"^^xsd:string . 7258 sp:varName "uri"^^xsd:string .
7227 7259
7228 -_:b14 7260 +_:b10
7229 - sp:varName "densityScale"^^xsd:string . 7261 + sp:varName "uri"^^xsd:string .
7230 7262
7231 -_:b15 7263 +_:b9 sp:varName "uri"^^xsd:string .
7232 - sp:varName "productVolumeReportPeriodType"^^xsd:string .
7233 7264
7234 -_:b16 7265 +_:b8 sp:varName "uri"^^xsd:string .
7235 - sp:varName "productionFacilityType"^^xsd:string .
7236 7266
7237 -_:b17 7267 +_:b7 sp:varName "uri"^^xsd:string .
7238 - sp:varName "productionFlowDefinitionType"^^xsd:string .
7239 7268
7240 -_:b18 7269 +_:b6 sp:varName "uri"^^xsd:string .
7241 - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
7242 7270
7243 -_:b19 7271 +_:b5 sp:varName "uri"^^xsd:string .
7244 - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
7245 7272
7246 -_:b20 7273 +_:b4 sp:varName "uri"^^xsd:string .
7247 - sp:varName "productionFlowPurposeType"^^xsd:string .
7248 7274
7249 -_:b21 7275 +_:b3 sp:varName "uri"^^xsd:string .
7250 - sp:varName "safetyActivityType"^^xsd:string .
7251 7276
7252 -_:b22 7277 +_:b2 sp:varName "UUID"^^xsd:string .
7253 - sp:varName "specificVolumeScale"^^xsd:string .
7254 7278
7255 -_:b23 7279 +_:b1 sp:varName "uri"^^xsd:string .
7256 - sp:varName "volumeFlowRateAtStdType"^^xsd:string .
......
...@@ -4054,6 +4054,79 @@ ep-mpr-spin-lib:selectProductMaterialType ...@@ -4054,6 +4054,79 @@ ep-mpr-spin-lib:selectProductMaterialType
4054 ]) 4054 ])
4055 ] . 4055 ] .
4056 4056
4057 +ep-mpr-spin-lib:selectProductionActivityType
4058 + rdf:type spin:Function ;
4059 + rdfs:label "select ProductionActivityType"^^xsd:string ;
4060 + rdfs:subClassOf ep-mpr-spin-lib:Function ;
4061 + spin:body
4062 + [ rdf:type sp:Select ;
4063 + sp:resultVariables ([ sp:varName "productionActivityType"^^xsd:string
4064 + ]) ;
4065 + sp:where ([ rdf:type sp:Bind ;
4066 + sp:expression
4067 + [ rdf:type sp:if ;
4068 + sp:arg1 [ rdf:type sp:eq ;
4069 + sp:arg1 spin:_arg1 ;
4070 + sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_production>
4071 + ] ;
4072 + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
4073 + sp:arg3 [ rdf:type sp:if ;
4074 + sp:arg1 [ rdf:type sp:eq ;
4075 + sp:arg1 spin:_arg1 ;
4076 + sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_maintenance>
4077 + ] ;
4078 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#MaintenanceActivity> ;
4079 + sp:arg3 [ rdf:type sp:if ;
4080 + sp:arg1 [ rdf:type sp:eq ;
4081 + sp:arg1 spin:_arg1 ;
4082 + sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_powerstationfailure>
4083 + ] ;
4084 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#PowerStationFailure> ;
4085 + sp:arg3 [ rdf:type sp:if ;
4086 + sp:arg1 [ rdf:type sp:eq ;
4087 + sp:arg1 spin:_arg1 ;
4088 + sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_deviations>
4089 + ] ;
4090 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#Deviation> ;
4091 + sp:arg3 [ rdf:type sp:if ;
4092 + sp:arg1 [ rdf:type sp:eq ;
4093 + sp:arg1 spin:_arg1 ;
4094 + sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_airtraffic>
4095 + ] ;
4096 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#AirTrafficOperation> ;
4097 + sp:arg3 [ rdf:type sp:if ;
4098 + sp:arg1 [ rdf:type sp:eq ;
4099 + sp:arg1 spin:_arg1 ;
4100 + sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_construction>
4101 + ] ;
4102 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#ConstructionOperation> ;
4103 + sp:arg3 [ rdf:type sp:if ;
4104 + sp:arg1 [ rdf:type sp:eq ;
4105 + sp:arg1 spin:_arg1 ;
4106 + sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_well>
4107 + ] ;
4108 + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellOperation> ;
4109 + sp:arg3 [ rdf:type sp:if ;
4110 + sp:arg1 [ rdf:type sp:eq ;
4111 + sp:arg1 spin:_arg1 ;
4112 + sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_other>
4113 + ] ;
4114 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#OtherProductionActivity> ;
4115 + sp:arg3 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
4116 + ]
4117 + ]
4118 + ]
4119 + ]
4120 + ]
4121 + ]
4122 + ]
4123 + ] ;
4124 + sp:variable
4125 + [ sp:varName "productionActivityType"^^xsd:string
4126 + ]
4127 + ])
4128 + ] .
4129 +
4057 ep-mpr-spin-lib:selectProductionFacilityType 4130 ep-mpr-spin-lib:selectProductionFacilityType
4058 rdf:type spin:Function ; 4131 rdf:type spin:Function ;
4059 rdfs:label "select ProductionFacilityType"^^xsd:string ; 4132 rdfs:label "select ProductionFacilityType"^^xsd:string ;
......