David Leal

Merge branch 'welltest8'

...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
36 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> 36 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest>
37 rdf:type owl:Class ; 37 rdf:type owl:Class ;
38 rdfs:label "production well test"^^xsd:string ; 38 rdfs:label "production well test"^^xsd:string ;
39 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 39 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
40 40
41 <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> 41 <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity>
42 rdf:type ep-prodact:ProductionOperationClassByDuration . 42 rdf:type ep-prodact:ProductionOperationClassByDuration .
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
51 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 51 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
52 52
53 ep-core:Mass 53 ep-core:Mass
54 - rdf:type rdfs:Class , ep-core:PropertySpace ; 54 + rdf:type ep-core:PropertySpace , rdfs:Class ;
55 rdfs:label "mass"^^xsd:string ; 55 rdfs:label "mass"^^xsd:string ;
56 rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . 56 rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .
57 57
...@@ -92,13 +92,13 @@ ep-core:Mass ...@@ -92,13 +92,13 @@ ep-core:Mass
92 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 92 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
93 93
94 ep-prodact:AdministerFirstAid 94 ep-prodact:AdministerFirstAid
95 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 95 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
96 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 96 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
97 97
98 ep-prodact:AirTrafficOperation 98 ep-prodact:AirTrafficOperation
99 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 99 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
100 rdfs:label "air traffic operation"^^xsd:string ; 100 rdfs:label "air traffic operation"^^xsd:string ;
101 - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . 101 + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity .
102 102
103 ep-prodact:Alarm 103 ep-prodact:Alarm
104 rdf:type owl:Class ; 104 rdf:type owl:Class ;
...@@ -117,49 +117,49 @@ ep-prodact:AmountOfSubstance ...@@ -117,49 +117,49 @@ ep-prodact:AmountOfSubstance
117 rdfs:subClassOf ep-core:PhysicalObject . 117 rdfs:subClassOf ep-core:PhysicalObject .
118 118
119 ep-prodact:AnnualProductionActivity 119 ep-prodact:AnnualProductionActivity
120 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 120 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
121 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 121 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
122 122
123 ep-prodact:AnnualProductionActivityToDate 123 ep-prodact:AnnualProductionActivityToDate
124 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 124 + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
125 rdfs:subClassOf ep-prodact:AnnualProductionActivity . 125 rdfs:subClassOf ep-prodact:AnnualProductionActivity .
126 126
127 ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod 127 ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod
128 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 128 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
129 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperationsActivity . 129 + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToDate .
130 130
131 ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod 131 ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod
132 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 132 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
133 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionVolumeActivity . 133 + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToDate .
134 134
135 ep-prodact:CargoShipOperation 135 ep-prodact:CargoShipOperation
136 rdf:type owl:Class ; 136 rdf:type owl:Class ;
137 - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . 137 + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity .
138 138
139 ep-prodact:ConstructionOperation 139 ep-prodact:ConstructionOperation
140 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 140 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
141 rdfs:label "construction operation"^^xsd:string ; 141 rdfs:label "construction operation"^^xsd:string ;
142 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 142 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
143 143
144 ep-prodact:CumulativeProductionActivitySinceProductionBegan 144 ep-prodact:CumulativeProductionActivitySinceProductionBegan
145 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 145 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
146 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 146 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
147 147
148 ep-prodact:DailyProductionOperationsActivity 148 ep-prodact:DailyProductionOperationsActivity
149 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 149 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
150 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . 150 + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> .
151 151
152 ep-prodact:DailyProductionVolumeActivity 152 ep-prodact:DailyProductionVolumeActivity
153 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 153 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
154 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . 154 + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> .
155 155
156 ep-prodact:Deviation 156 ep-prodact:Deviation
157 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 157 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
158 rdfs:label "deviation"^^xsd:string ; 158 rdfs:label "deviation"^^xsd:string ;
159 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 159 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
160 160
161 ep-prodact:DrillOrExcercise 161 ep-prodact:DrillOrExcercise
162 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 162 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
163 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 163 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
164 164
165 ep-prodact:Fire 165 ep-prodact:Fire
...@@ -181,7 +181,7 @@ ep-prodact:FlowLine-Production ...@@ -181,7 +181,7 @@ ep-prodact:FlowLine-Production
181 ep-prodact:FluidLevelTest 181 ep-prodact:FluidLevelTest
182 rdf:type owl:Class ; 182 rdf:type owl:Class ;
183 rdfs:label "fluid level test"^^xsd:string ; 183 rdfs:label "fluid level test"^^xsd:string ;
184 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 184 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> .
185 185
186 ep-prodact:FusionOfHSEActivitiesOverPeriod 186 ep-prodact:FusionOfHSEActivitiesOverPeriod
187 rdf:type owl:Class ; 187 rdf:type owl:Class ;
...@@ -200,21 +200,21 @@ ep-prodact:Incident ...@@ -200,21 +200,21 @@ ep-prodact:Incident
200 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 200 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
201 201
202 ep-prodact:InitialWellTest 202 ep-prodact:InitialWellTest
203 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 203 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
204 rdfs:label "initial"^^xsd:string ; 204 rdfs:label "initial"^^xsd:string ;
205 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 205 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
206 206
207 ep-prodact:InjectionWellTest 207 ep-prodact:InjectionWellTest
208 rdf:type owl:Class ; 208 rdf:type owl:Class ;
209 rdfs:label "injection well test"^^xsd:string ; 209 rdfs:label "injection well test"^^xsd:string ;
210 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 210 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> .
211 211
212 ep-prodact:Injury 212 ep-prodact:Injury
213 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 213 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
214 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 214 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
215 215
216 ep-prodact:IssueWorkPermit 216 ep-prodact:IssueWorkPermit
217 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 217 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
218 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 218 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
219 219
220 ep-prodact:JobObservation 220 ep-prodact:JobObservation
...@@ -234,20 +234,20 @@ ep-prodact:LostTimeIncident ...@@ -234,20 +234,20 @@ ep-prodact:LostTimeIncident
234 rdfs:subClassOf ep-prodact:Incident . 234 rdfs:subClassOf ep-prodact:Incident .
235 235
236 ep-prodact:MaintenanceActivity 236 ep-prodact:MaintenanceActivity
237 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 237 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
238 rdfs:label "maintenance activity"^^xsd:string ; 238 rdfs:label "maintenance activity"^^xsd:string ;
239 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 239 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
240 240
241 ep-prodact:MarineOperation 241 ep-prodact:MarineOperation
242 rdf:type owl:Class ; 242 rdf:type owl:Class ;
243 - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . 243 + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity .
244 244
245 ep-prodact:MedicalTreatmentInjury 245 ep-prodact:MedicalTreatmentInjury
246 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 246 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
247 rdfs:subClassOf ep-prodact:Injury . 247 rdfs:subClassOf ep-prodact:Injury .
248 248
249 ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod 249 ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod
250 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 250 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
251 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . 251 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> .
252 252
253 ep-prodact:NearMiss 253 ep-prodact:NearMiss
...@@ -259,12 +259,12 @@ ep-prodact:NotablePartOfProductionActivity ...@@ -259,12 +259,12 @@ ep-prodact:NotablePartOfProductionActivity
259 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 259 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
260 260
261 ep-prodact:OtherProductionActivity 261 ep-prodact:OtherProductionActivity
262 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 262 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
263 rdfs:label "other production activity"^^xsd:string ; 263 rdfs:label "other production activity"^^xsd:string ;
264 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 264 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
265 265
266 ep-prodact:OtherReasonWellTest 266 ep-prodact:OtherReasonWellTest
267 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 267 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
268 rdfs:label "other"^^xsd:string ; 268 rdfs:label "other"^^xsd:string ;
269 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 269 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
270 270
...@@ -279,17 +279,17 @@ ep-prodact:Participation ...@@ -279,17 +279,17 @@ ep-prodact:Participation
279 rdfs:subPropertyOf ep-prodact:involvement . 279 rdfs:subPropertyOf ep-prodact:involvement .
280 280
281 ep-prodact:PeriodicWellTest 281 ep-prodact:PeriodicWellTest
282 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 282 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
283 rdfs:label "periodic"^^xsd:string ; 283 rdfs:label "periodic"^^xsd:string ;
284 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 284 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
285 285
286 ep-prodact:PowerStationFailure 286 ep-prodact:PowerStationFailure
287 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 287 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
288 rdfs:label "power station failure"^^xsd:string ; 288 rdfs:label "power station failure"^^xsd:string ;
289 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 289 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
290 290
291 ep-prodact:ProductionActivityLastingLessThanAYear 291 ep-prodact:ProductionActivityLastingLessThanAYear
292 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 292 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
293 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 293 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
294 294
295 ep-prodact:ProductionActivityType 295 ep-prodact:ProductionActivityType
...@@ -302,7 +302,7 @@ ep-prodact:ProductionOperationClassByDuration ...@@ -302,7 +302,7 @@ ep-prodact:ProductionOperationClassByDuration
302 rdfs:subClassOf owl:Class . 302 rdfs:subClassOf owl:Class .
303 303
304 ep-prodact:ProductionOperationsActivity 304 ep-prodact:ProductionOperationsActivity
305 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 305 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
306 rdfs:label "production operations activity"^^xsd:string ; 306 rdfs:label "production operations activity"^^xsd:string ;
307 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 307 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
308 308
...@@ -315,7 +315,7 @@ ep-prodact:ReleasedToWater ...@@ -315,7 +315,7 @@ ep-prodact:ReleasedToWater
315 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 315 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
316 316
317 ep-prodact:ReportHazard 317 ep-prodact:ReportHazard
318 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 318 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
319 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 319 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
320 320
321 ep-prodact:RestrictedWork 321 ep-prodact:RestrictedWork
...@@ -323,11 +323,11 @@ ep-prodact:RestrictedWork ...@@ -323,11 +323,11 @@ ep-prodact:RestrictedWork
323 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 323 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
324 324
325 ep-prodact:RestrictedWorkInjury 325 ep-prodact:RestrictedWorkInjury
326 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 326 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
327 rdfs:subClassOf ep-prodact:Injury . 327 rdfs:subClassOf ep-prodact:Injury .
328 328
329 ep-prodact:RevisionWellTest 329 ep-prodact:RevisionWellTest
330 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 330 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
331 rdfs:label "revision"^^xsd:string ; 331 rdfs:label "revision"^^xsd:string ;
332 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 332 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
333 333
...@@ -336,7 +336,7 @@ ep-prodact:SafetyActivityType ...@@ -336,7 +336,7 @@ ep-prodact:SafetyActivityType
336 rdfs:subClassOf owl:Class . 336 rdfs:subClassOf owl:Class .
337 337
338 ep-prodact:SafetyMeeting 338 ep-prodact:SafetyMeeting
339 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 339 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
340 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 340 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
341 341
342 ep-prodact:SampleAmountOfSubstance 342 ep-prodact:SampleAmountOfSubstance
...@@ -356,7 +356,7 @@ ep-prodact:SickOnBoard ...@@ -356,7 +356,7 @@ ep-prodact:SickOnBoard
356 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 356 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
357 357
358 ep-prodact:SpillOrLeak 358 ep-prodact:SpillOrLeak
359 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 359 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
360 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 360 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
361 361
362 ep-prodact:TransportationActivity 362 ep-prodact:TransportationActivity
...@@ -364,7 +364,7 @@ ep-prodact:TransportationActivity ...@@ -364,7 +364,7 @@ ep-prodact:TransportationActivity
364 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 364 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
365 365
366 ep-prodact:UnknownReasonWellTest 366 ep-prodact:UnknownReasonWellTest
367 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 367 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
368 rdfs:label "unknown"^^xsd:string ; 368 rdfs:label "unknown"^^xsd:string ;
369 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 369 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
370 370
...@@ -372,9 +372,14 @@ ep-prodact:WaterCleaningOperation ...@@ -372,9 +372,14 @@ ep-prodact:WaterCleaningOperation
372 rdf:type owl:Class ; 372 rdf:type owl:Class ;
373 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 373 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
374 374
375 +ep-prodact:WaterDischarge
376 + rdf:type owl:Class ;
377 + rdfs:label "water discharge"^^xsd:string ;
378 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
379 +
375 ep-prodact:WaterSample 380 ep-prodact:WaterSample
376 rdf:type owl:Class ; 381 rdf:type owl:Class ;
377 - rdfs:subClassOf ep-prodact:SampleAmountOfSubstance , <http://www.reportinghub.no/ep/schema/well#Water> . 382 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#Water> , ep-prodact:SampleAmountOfSubstance .
378 383
379 ep-prodact:WellTestReasonType 384 ep-prodact:WellTestReasonType
380 rdf:type rdfs:Class ; 385 rdf:type rdfs:Class ;
...@@ -382,11 +387,11 @@ ep-prodact:WellTestReasonType ...@@ -382,11 +387,11 @@ ep-prodact:WellTestReasonType
382 rdfs:subClassOf owl:Class . 387 rdfs:subClassOf owl:Class .
383 388
384 ep-prodact:WorkingUnderPermit 389 ep-prodact:WorkingUnderPermit
385 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 390 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
386 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 391 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
387 392
388 ep-prodact:WorkingUnderPermitWithSJA 393 ep-prodact:WorkingUnderPermitWithSJA
389 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 394 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
390 rdfs:subClassOf ep-prodact:WorkingUnderPermit . 395 rdfs:subClassOf ep-prodact:WorkingUnderPermit .
391 396
392 ep-prodact:ammoniumDensity 397 ep-prodact:ammoniumDensity
...@@ -444,7 +449,7 @@ ep-prodact:hasPredecessor ...@@ -444,7 +449,7 @@ ep-prodact:hasPredecessor
444 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 449 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
445 450
446 ep-prodact:hasShutInPressure 451 ep-prodact:hasShutInPressure
447 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 452 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
448 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; 453 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ;
449 rdfs:label "has shut-in pressure"^^xsd:string ; 454 rdfs:label "has shut-in pressure"^^xsd:string ;
450 rdfs:range ep-core:Pressure . 455 rdfs:range ep-core:Pressure .
...@@ -456,25 +461,25 @@ ep-prodact:hasValidPredecessor ...@@ -456,25 +461,25 @@ ep-prodact:hasValidPredecessor
456 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 461 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
457 462
458 ep-prodact:injectionWellTestMaximumAnnularPressure 463 ep-prodact:injectionWellTestMaximumAnnularPressure
459 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 464 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
460 rdfs:domain ep-prodact:InjectionWellTest ; 465 rdfs:domain ep-prodact:InjectionWellTest ;
461 rdfs:label "injection well test maximum annular pressure"^^xsd:string ; 466 rdfs:label "injection well test maximum annular pressure"^^xsd:string ;
462 rdfs:range ep-core:Pressure . 467 rdfs:range ep-core:Pressure .
463 468
464 ep-prodact:injectionWellTestMinimumAnnularPressure 469 ep-prodact:injectionWellTestMinimumAnnularPressure
465 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 470 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
466 rdfs:domain ep-prodact:InjectionWellTest ; 471 rdfs:domain ep-prodact:InjectionWellTest ;
467 rdfs:label "injection well test minimum annular pressure"^^xsd:string ; 472 rdfs:label "injection well test minimum annular pressure"^^xsd:string ;
468 rdfs:range ep-core:Pressure . 473 rdfs:range ep-core:Pressure .
469 474
470 ep-prodact:injectionWellTestWellheadFlowingPressure 475 ep-prodact:injectionWellTestWellheadFlowingPressure
471 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 476 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
472 rdfs:domain ep-prodact:InjectionWellTest ; 477 rdfs:domain ep-prodact:InjectionWellTest ;
473 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; 478 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ;
474 rdfs:range ep-core:Pressure . 479 rdfs:range ep-core:Pressure .
475 480
476 ep-prodact:injectionWellTestWellheadMaximumPressure 481 ep-prodact:injectionWellTestWellheadMaximumPressure
477 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 482 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
478 rdfs:domain ep-prodact:InjectionWellTest ; 483 rdfs:domain ep-prodact:InjectionWellTest ;
479 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; 484 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ;
480 rdfs:range ep-core:Pressure . 485 rdfs:range ep-core:Pressure .
...@@ -540,7 +545,7 @@ ep-prodact:oilInWater ...@@ -540,7 +545,7 @@ ep-prodact:oilInWater
540 rdfs:range ep-core:SpecificMass . 545 rdfs:range ep-core:SpecificMass .
541 546
542 ep-prodact:onProductionFacility 547 ep-prodact:onProductionFacility
543 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 548 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
544 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 549 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
545 rdfs:label "on facility"^^xsd:string ; 550 rdfs:label "on facility"^^xsd:string ;
546 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . 551 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> .
...@@ -561,7 +566,7 @@ ep-prodact:productionActivityPeriodClassification ...@@ -561,7 +566,7 @@ ep-prodact:productionActivityPeriodClassification
561 rdfs:range ep-prodact:ProductionOperationClassByDuration . 566 rdfs:range ep-prodact:ProductionOperationClassByDuration .
562 567
563 ep-prodact:productionOperator 568 ep-prodact:productionOperator
564 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 569 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
565 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 570 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
566 rdfs:label "production operator"^^xsd:string ; 571 rdfs:label "production operator"^^xsd:string ;
567 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 572 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
...@@ -577,7 +582,7 @@ ep-prodact:samplePhValue ...@@ -577,7 +582,7 @@ ep-prodact:samplePhValue
577 rdfs:range xsd:double . 582 rdfs:range xsd:double .
578 583
579 ep-prodact:samplePoint 584 ep-prodact:samplePoint
580 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 585 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
581 rdfs:domain ep-prodact:WaterSample ; 586 rdfs:domain ep-prodact:WaterSample ;
582 rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> . 587 rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> .
583 588
...@@ -592,7 +597,7 @@ ep-prodact:sampleTurbidity ...@@ -592,7 +597,7 @@ ep-prodact:sampleTurbidity
592 rdfs:range xsd:double . 597 rdfs:range xsd:double .
593 598
594 ep-prodact:testedWellBoreInterval 599 ep-prodact:testedWellBoreInterval
595 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 600 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
596 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 601 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
597 rdfs:label "tested wellbore interval"^^xsd:string ; 602 rdfs:label "tested wellbore interval"^^xsd:string ;
598 rdfs:range ep-core:PhysicalObject . 603 rdfs:range ep-core:PhysicalObject .
......
This diff could not be displayed because it is too large.