David Price

Merge branch 'drilling-rdwed'

...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
18 18
19 <http://www.reportinghub.no/ep/schema/1.0/activity> 19 <http://www.reportinghub.no/ep/schema/1.0/activity>
20 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
21 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; 21 + owl:imports <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
22 owl:versionInfo "0.1.0"^^xsd:string . 22 owl:versionInfo "0.1.0"^^xsd:string .
23 23
24 ep-activity:Activity 24 ep-activity:Activity
...@@ -28,11 +28,6 @@ ep-activity:Activity ...@@ -28,11 +28,6 @@ ep-activity:Activity
28 rdfs:subClassOf ep-core:PhysicalThing ; 28 rdfs:subClassOf ep-core:PhysicalThing ;
29 rdfs:subClassOf 29 rdfs:subClassOf
30 [ rdf:type owl:Restriction ; 30 [ rdf:type owl:Restriction ;
31 - owl:allValuesFrom ep-activity:Activity ;
32 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps>
33 - ] ;
34 - rdfs:subClassOf
35 - [ rdf:type owl:Restriction ;
36 owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 31 owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
37 owl:onProperty ep-activity:finishedAt 32 owl:onProperty ep-activity:finishedAt
38 ] ; 33 ] ;
...@@ -55,6 +50,11 @@ ep-activity:Activity ...@@ -55,6 +50,11 @@ ep-activity:Activity
55 [ rdf:type owl:Restriction ; 50 [ rdf:type owl:Restriction ;
56 owl:allValuesFrom ep-activity:Activity ; 51 owl:allValuesFrom ep-activity:Activity ;
57 owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> 52 owl:onProperty <http://www.linkedmodel.org/schema/ordered#during>
53 + ] ;
54 + rdfs:subClassOf
55 + [ rdf:type owl:Restriction ;
56 + owl:allValuesFrom ep-activity:Activity ;
57 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps>
58 ] . 58 ] .
59 59
60 ep-activity:ActivitySuccessType 60 ep-activity:ActivitySuccessType
...@@ -70,13 +70,13 @@ ep-activity:DailyDrillingActivity ...@@ -70,13 +70,13 @@ ep-activity:DailyDrillingActivity
70 rdfs:subClassOf ep-activity:DrillingActivity ; 70 rdfs:subClassOf ep-activity:DrillingActivity ;
71 rdfs:subClassOf 71 rdfs:subClassOf
72 [ rdf:type owl:Restriction ; 72 [ rdf:type owl:Restriction ;
73 - owl:allValuesFrom ep-activity:DrillingActivity ; 73 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
74 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 74 + owl:onProperty ep-activity:onWellBore
75 ] ; 75 ] ;
76 rdfs:subClassOf 76 rdfs:subClassOf
77 [ rdf:type owl:Restriction ; 77 [ rdf:type owl:Restriction ;
78 - owl:allValuesFrom ep-activity:DrillingActivity ; 78 + owl:allValuesFrom ep-activity:Activity ;
79 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 79 + owl:onProperty ep-core:hasPart
80 ] ; 80 ] ;
81 rdfs:subClassOf 81 rdfs:subClassOf
82 [ rdf:type owl:Restriction ; 82 [ rdf:type owl:Restriction ;
...@@ -85,13 +85,13 @@ ep-activity:DailyDrillingActivity ...@@ -85,13 +85,13 @@ ep-activity:DailyDrillingActivity
85 ] ; 85 ] ;
86 rdfs:subClassOf 86 rdfs:subClassOf
87 [ rdf:type owl:Restriction ; 87 [ rdf:type owl:Restriction ;
88 - owl:allValuesFrom ep-activity:Activity ; 88 + owl:allValuesFrom ep-activity:DrillingActivity ;
89 - owl:onProperty ep-core:hasPart 89 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
90 ] ; 90 ] ;
91 rdfs:subClassOf 91 rdfs:subClassOf
92 [ rdf:type owl:Restriction ; 92 [ rdf:type owl:Restriction ;
93 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; 93 + owl:allValuesFrom ep-activity:DrillingActivity ;
94 - owl:onProperty ep-activity:onWellBore 94 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
95 ] . 95 ] .
96 96
97 ep-activity:DailyDrillingActivityToStatus 97 ep-activity:DailyDrillingActivityToStatus
...@@ -101,13 +101,13 @@ ep-activity:DailyDrillingActivityToStatus ...@@ -101,13 +101,13 @@ ep-activity:DailyDrillingActivityToStatus
101 rdfs:subClassOf ep-activity:DrillingActivity ; 101 rdfs:subClassOf ep-activity:DrillingActivity ;
102 rdfs:subClassOf 102 rdfs:subClassOf
103 [ rdf:type owl:Restriction ; 103 [ rdf:type owl:Restriction ;
104 - owl:allValuesFrom ep-activity:DrillingActivity ; 104 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
105 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 105 + owl:onProperty ep-activity:onWellBore
106 ] ; 106 ] ;
107 rdfs:subClassOf 107 rdfs:subClassOf
108 [ rdf:type owl:Restriction ; 108 [ rdf:type owl:Restriction ;
109 - owl:allValuesFrom ep-activity:DrillingActivity ; 109 + owl:allValuesFrom ep-activity:Activity ;
110 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 110 + owl:onProperty ep-core:hasPart
111 ] ; 111 ] ;
112 rdfs:subClassOf 112 rdfs:subClassOf
113 [ rdf:type owl:Restriction ; 113 [ rdf:type owl:Restriction ;
...@@ -116,13 +116,13 @@ ep-activity:DailyDrillingActivityToStatus ...@@ -116,13 +116,13 @@ ep-activity:DailyDrillingActivityToStatus
116 ] ; 116 ] ;
117 rdfs:subClassOf 117 rdfs:subClassOf
118 [ rdf:type owl:Restriction ; 118 [ rdf:type owl:Restriction ;
119 - owl:allValuesFrom ep-activity:Activity ; 119 + owl:allValuesFrom ep-activity:DrillingActivity ;
120 - owl:onProperty ep-core:hasPart 120 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
121 ] ; 121 ] ;
122 rdfs:subClassOf 122 rdfs:subClassOf
123 [ rdf:type owl:Restriction ; 123 [ rdf:type owl:Restriction ;
124 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; 124 + owl:allValuesFrom ep-activity:DrillingActivity ;
125 - owl:onProperty ep-activity:onWellBore 125 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
126 ] . 126 ] .
127 127
128 ep-activity:DailyProductionActivity 128 ep-activity:DailyProductionActivity
...@@ -161,7 +161,7 @@ ep-activity:Drill-sidetrack ...@@ -161,7 +161,7 @@ ep-activity:Drill-sidetrack
161 rdfs:subClassOf ep-activity:DrillingActivity . 161 rdfs:subClassOf ep-activity:DrillingActivity .
162 162
163 ep-activity:DrillStemTest 163 ep-activity:DrillStemTest
164 - rdf:type owl:Class , ep-activity:WellTestType ; 164 + rdf:type ep-activity:WellTestType , owl:Class ;
165 rdfs:comment "well test that is intended to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole"^^xsd:string ; 165 rdfs:comment "well test that is intended to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole"^^xsd:string ;
166 rdfs:label "drill stem test"^^xsd:string ; 166 rdfs:label "drill stem test"^^xsd:string ;
167 rdfs:subClassOf ep-activity:WellTest ; 167 rdfs:subClassOf ep-activity:WellTest ;
...@@ -175,85 +175,85 @@ ep-activity:DrillingActivity ...@@ -175,85 +175,85 @@ ep-activity:DrillingActivity
175 rdfs:subClassOf ep-activity:Activity . 175 rdfs:subClassOf ep-activity:Activity .
176 176
177 ep-activity:DrillingActivity-bop_test 177 ep-activity:DrillingActivity-bop_test
178 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 178 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
179 rdfs:comment "drilling activity that is a test of a BOP (Blow-Out Preventer) and related well control equipment and systems"^^xsd:string ; 179 rdfs:comment "drilling activity that is a test of a BOP (Blow-Out Preventer) and related well control equipment and systems"^^xsd:string ;
180 rdfs:label "drilling activity - BOP test"^^xsd:string ; 180 rdfs:label "drilling activity - BOP test"^^xsd:string ;
181 rdfs:subClassOf ep-activity:DrillingActivity . 181 rdfs:subClassOf ep-activity:DrillingActivity .
182 182
183 ep-activity:DrillingActivity-circulation_loss 183 ep-activity:DrillingActivity-circulation_loss
184 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 184 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
185 rdfs:comment "drilling activity that fails because of the loss of circulation fluid to the surrounding rock formation"^^xsd:string ; 185 rdfs:comment "drilling activity that fails because of the loss of circulation fluid to the surrounding rock formation"^^xsd:string ;
186 rdfs:label "drilling activity - circulation loss"^^xsd:string ; 186 rdfs:label "drilling activity - circulation loss"^^xsd:string ;
187 rdfs:subClassOf ep-activity:DrillingActivity . 187 rdfs:subClassOf ep-activity:DrillingActivity .
188 188
189 ep-activity:DrillingActivity-coiled_tubing 189 ep-activity:DrillingActivity-coiled_tubing
190 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 190 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
191 rdfs:comment "drilling activity that is performed using a coiled tubing string and associated equipment. The drilling activity can be a well intervention, drilling or workover."^^xsd:string ; 191 rdfs:comment "drilling activity that is performed using a coiled tubing string and associated equipment. The drilling activity can be a well intervention, drilling or workover."^^xsd:string ;
192 rdfs:label "drilling activity - coiled tubing"^^xsd:string ; 192 rdfs:label "drilling activity - coiled tubing"^^xsd:string ;
193 rdfs:subClassOf ep-activity:DrillingActivity . 193 rdfs:subClassOf ep-activity:DrillingActivity .
194 194
195 ep-activity:DrillingActivity-equipment_failure 195 ep-activity:DrillingActivity-equipment_failure
196 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 196 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
197 rdfs:comment "drilling activity that fails because of an equipment failure"^^xsd:string ; 197 rdfs:comment "drilling activity that fails because of an equipment failure"^^xsd:string ;
198 rdfs:label "drilling activity - equipment failure"^^xsd:string ; 198 rdfs:label "drilling activity - equipment failure"^^xsd:string ;
199 rdfs:subClassOf ep-activity:DrillingActivity . 199 rdfs:subClassOf ep-activity:DrillingActivity .
200 200
201 ep-activity:DrillingActivity-equipment_hang 201 ep-activity:DrillingActivity-equipment_hang
202 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 202 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
203 rdfs:comment "drilling activity that fails because of an equipment hang"^^xsd:string ; 203 rdfs:comment "drilling activity that fails because of an equipment hang"^^xsd:string ;
204 rdfs:label "drilling activity - equipment hang"^^xsd:string ; 204 rdfs:label "drilling activity - equipment hang"^^xsd:string ;
205 rdfs:subClassOf ep-activity:DrillingActivity . 205 rdfs:subClassOf ep-activity:DrillingActivity .
206 206
207 ep-activity:DrillingActivity-fixed_equipment 207 ep-activity:DrillingActivity-fixed_equipment
208 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 208 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
209 rdfs:comment "drilling activity that is performed using traditional types of drilling equipment and techniques, such a permanently installed and fixed rig and equipment. The drilling activity can be drilling, completion, well-intervention or workover."^^xsd:string ; 209 rdfs:comment "drilling activity that is performed using traditional types of drilling equipment and techniques, such a permanently installed and fixed rig and equipment. The drilling activity can be drilling, completion, well-intervention or workover."^^xsd:string ;
210 rdfs:label "drilling activity - fixed equipment"^^xsd:string ; 210 rdfs:label "drilling activity - fixed equipment"^^xsd:string ;
211 rdfs:subClassOf ep-activity:DrillingActivity . 211 rdfs:subClassOf ep-activity:DrillingActivity .
212 212
213 ep-activity:DrillingActivity-injury 213 ep-activity:DrillingActivity-injury
214 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 214 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
215 rdfs:comment "drilling activity that fails because of an injury"^^xsd:string ; 215 rdfs:comment "drilling activity that fails because of an injury"^^xsd:string ;
216 rdfs:label "drilling activity- injury"^^xsd:string ; 216 rdfs:label "drilling activity- injury"^^xsd:string ;
217 rdfs:subClassOf ep-activity:DrillingActivity . 217 rdfs:subClassOf ep-activity:DrillingActivity .
218 218
219 ep-activity:DrillingActivity-kick 219 ep-activity:DrillingActivity-kick
220 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 220 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
221 rdfs:comment "drilling activity that fails because of fluid within the surrounding rock formation invading the wellbore"^^xsd:string ; 221 rdfs:comment "drilling activity that fails because of fluid within the surrounding rock formation invading the wellbore"^^xsd:string ;
222 rdfs:label "drilling activity - operation kick"^^xsd:string ; 222 rdfs:label "drilling activity - operation kick"^^xsd:string ;
223 rdfs:subClassOf ep-activity:DrillingActivity . 223 rdfs:subClassOf ep-activity:DrillingActivity .
224 224
225 ep-activity:DrillingActivity-mud_loss 225 ep-activity:DrillingActivity-mud_loss
226 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 226 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
227 rdfs:comment "drilling activity that fails because circulation is prevented by plugging or a failure of equipment"^^xsd:string ; 227 rdfs:comment "drilling activity that fails because circulation is prevented by plugging or a failure of equipment"^^xsd:string ;
228 rdfs:label "drilling activity - mud loss"^^xsd:string ; 228 rdfs:label "drilling activity - mud loss"^^xsd:string ;
229 rdfs:subClassOf ep-activity:DrillingActivity . 229 rdfs:subClassOf ep-activity:DrillingActivity .
230 230
231 ep-activity:DrillingActivity-operation_failed 231 ep-activity:DrillingActivity-operation_failed
232 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 232 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
233 rdfs:comment "drilling activity that fails"^^xsd:string ; 233 rdfs:comment "drilling activity that fails"^^xsd:string ;
234 rdfs:label "drilling activity - operation failed"^^xsd:string ; 234 rdfs:label "drilling activity - operation failed"^^xsd:string ;
235 rdfs:subClassOf ep-activity:DrillingActivity . 235 rdfs:subClassOf ep-activity:DrillingActivity .
236 236
237 ep-activity:DrillingActivity-snubbing 237 ep-activity:DrillingActivity-snubbing
238 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 238 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
239 rdfs:comment "drilling activity that is snubbing and that is performed by equipment not permanently installed on the platform"^^xsd:string ; 239 rdfs:comment "drilling activity that is snubbing and that is performed by equipment not permanently installed on the platform"^^xsd:string ;
240 rdfs:label "drilling activity - snubbing"^^xsd:string ; 240 rdfs:label "drilling activity - snubbing"^^xsd:string ;
241 rdfs:subClassOf ep-activity:DrillingActivity . 241 rdfs:subClassOf ep-activity:DrillingActivity .
242 242
243 ep-activity:DrillingActivity-stuck_equipment 243 ep-activity:DrillingActivity-stuck_equipment
244 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 244 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
245 rdfs:comment "drilling activity that fails because of equipment stuck in a wellbore"^^xsd:string ; 245 rdfs:comment "drilling activity that fails because of equipment stuck in a wellbore"^^xsd:string ;
246 rdfs:label "drilling activity - stuck equipment"^^xsd:string ; 246 rdfs:label "drilling activity - stuck equipment"^^xsd:string ;
247 rdfs:subClassOf ep-activity:DrillingActivity . 247 rdfs:subClassOf ep-activity:DrillingActivity .
248 248
249 ep-activity:DrillingActivity-success 249 ep-activity:DrillingActivity-success
250 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 250 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
251 rdfs:comment "drilling activity that succeeds"^^xsd:string ; 251 rdfs:comment "drilling activity that succeeds"^^xsd:string ;
252 rdfs:label "drilling activity - success"^^xsd:string ; 252 rdfs:label "drilling activity - success"^^xsd:string ;
253 rdfs:subClassOf ep-activity:DrillingActivity . 253 rdfs:subClassOf ep-activity:DrillingActivity .
254 254
255 ep-activity:DrillingActivity-wire_line 255 ep-activity:DrillingActivity-wire_line
256 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 256 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
257 rdfs:comment "drilling activity that is carried out using a single- or mult-strand wire or cable. The activity can be logging or intervention."^^xsd:string ; 257 rdfs:comment "drilling activity that is carried out using a single- or mult-strand wire or cable. The activity can be logging or intervention."^^xsd:string ;
258 rdfs:label "drilling activity - wireline"^^xsd:string ; 258 rdfs:label "drilling activity - wireline"^^xsd:string ;
259 rdfs:subClassOf ep-activity:DrillingActivity . 259 rdfs:subClassOf ep-activity:DrillingActivity .
...@@ -283,7 +283,7 @@ ep-activity:ExtractAWellCore ...@@ -283,7 +283,7 @@ ep-activity:ExtractAWellCore
283 rdfs:subClassOf ep-activity:WellOperation . 283 rdfs:subClassOf ep-activity:WellOperation .
284 284
285 ep-activity:FailedActivity 285 ep-activity:FailedActivity
286 - rdf:type owl:Class , ep-activity:ActivitySuccessType ; 286 + rdf:type ep-activity:ActivitySuccessType , owl:Class ;
287 rdfs:comment "activity that fails"^^xsd:string ; 287 rdfs:comment "activity that fails"^^xsd:string ;
288 rdfs:label "failed activity"^^xsd:string ; 288 rdfs:label "failed activity"^^xsd:string ;
289 rdfs:subClassOf ep-activity:Activity ; 289 rdfs:subClassOf ep-activity:Activity ;
...@@ -296,7 +296,7 @@ ep-activity:FluidReading ...@@ -296,7 +296,7 @@ ep-activity:FluidReading
296 rdfs:subClassOf ep-activity:Activity . 296 rdfs:subClassOf ep-activity:Activity .
297 297
298 ep-activity:FormationIntegrityTest 298 ep-activity:FormationIntegrityTest
299 - rdf:type owl:Class , ep-activity:PressureTestType ; 299 + rdf:type ep-activity:PressureTestType , owl:Class ;
300 rdfs:label "formation integrity test"^^xsd:string ; 300 rdfs:label "formation integrity test"^^xsd:string ;
301 rdfs:subClassOf ep-activity:WellBorePressureTest ; 301 rdfs:subClassOf ep-activity:WellBorePressureTest ;
302 owl:disjointWith ep-activity:LeakOffTest . 302 owl:disjointWith ep-activity:LeakOffTest .
...@@ -312,63 +312,63 @@ ep-activity:GasReading-circulating_background_gas ...@@ -312,63 +312,63 @@ ep-activity:GasReading-circulating_background_gas
312 rdfs:comment "gas reading that is of the circulating background gas"^^xsd:string ; 312 rdfs:comment "gas reading that is of the circulating background gas"^^xsd:string ;
313 rdfs:label "gas reading circulating background gas"^^xsd:string ; 313 rdfs:label "gas reading circulating background gas"^^xsd:string ;
314 rdfs:subClassOf ep-activity:GasReading ; 314 rdfs:subClassOf ep-activity:GasReading ;
315 - owl:disjointWith ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-other , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-no_readings . 315 + owl:disjointWith ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
316 316
317 ep-activity:GasReading-connection_gas 317 ep-activity:GasReading-connection_gas
318 rdf:type ep-activity:GasReadingType , owl:Class ; 318 rdf:type ep-activity:GasReadingType , owl:Class ;
319 rdfs:comment "gas reading that is of the connection gas"^^xsd:string ; 319 rdfs:comment "gas reading that is of the connection gas"^^xsd:string ;
320 rdfs:label "gas reading connection gas"^^xsd:string ; 320 rdfs:label "gas reading connection gas"^^xsd:string ;
321 rdfs:subClassOf ep-activity:GasReading ; 321 rdfs:subClassOf ep-activity:GasReading ;
322 - owl:disjointWith ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-other , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-no_readings . 322 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
323 323
324 ep-activity:GasReading-drilling_background_gas 324 ep-activity:GasReading-drilling_background_gas
325 rdf:type ep-activity:GasReadingType , owl:Class ; 325 rdf:type ep-activity:GasReadingType , owl:Class ;
326 rdfs:comment "gas reading that is of the drilling background gas"^^xsd:string ; 326 rdfs:comment "gas reading that is of the drilling background gas"^^xsd:string ;
327 rdfs:label "gas reading drilling background gas"^^xsd:string ; 327 rdfs:label "gas reading drilling background gas"^^xsd:string ;
328 rdfs:subClassOf ep-activity:GasReading ; 328 rdfs:subClassOf ep-activity:GasReading ;
329 - owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings . 329 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
330 330
331 ep-activity:GasReading-drilling_gas_peak 331 ep-activity:GasReading-drilling_gas_peak
332 rdf:type ep-activity:GasReadingType , owl:Class ; 332 rdf:type ep-activity:GasReadingType , owl:Class ;
333 rdfs:comment "gas reading that is of the drilling gas peak"^^xsd:string ; 333 rdfs:comment "gas reading that is of the drilling gas peak"^^xsd:string ;
334 rdfs:label "gas reading drilling gas peak"^^xsd:string ; 334 rdfs:label "gas reading drilling gas peak"^^xsd:string ;
335 rdfs:subClassOf ep-activity:GasReading ; 335 rdfs:subClassOf ep-activity:GasReading ;
336 - owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-trip_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-shut_down_gas . 336 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
337 337
338 ep-activity:GasReading-flow_check_gas 338 ep-activity:GasReading-flow_check_gas
339 - rdf:type owl:Class , ep-activity:GasReadingType ; 339 + rdf:type ep-activity:GasReadingType , owl:Class ;
340 rdfs:comment "gas reading that is of the flow check gas"^^xsd:string ; 340 rdfs:comment "gas reading that is of the flow check gas"^^xsd:string ;
341 rdfs:label "gas reading flow check gas"^^xsd:string ; 341 rdfs:label "gas reading flow check gas"^^xsd:string ;
342 rdfs:subClassOf ep-activity:GasReading ; 342 rdfs:subClassOf ep-activity:GasReading ;
343 - owl:disjointWith ep-activity:GasReading-no_readings , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas . 343 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
344 344
345 ep-activity:GasReading-no_readings 345 ep-activity:GasReading-no_readings
346 rdf:type ep-activity:GasReadingType , owl:Class ; 346 rdf:type ep-activity:GasReadingType , owl:Class ;
347 rdfs:comment "gas reading that fails to obtain any data"^^xsd:string ; 347 rdfs:comment "gas reading that fails to obtain any data"^^xsd:string ;
348 rdfs:label "gas reading no readings"^^xsd:string ; 348 rdfs:label "gas reading no readings"^^xsd:string ;
349 rdfs:subClassOf ep-activity:GasReading ; 349 rdfs:subClassOf ep-activity:GasReading ;
350 - owl:disjointWith ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-other , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak . 350 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
351 351
352 ep-activity:GasReading-other 352 ep-activity:GasReading-other
353 rdf:type ep-activity:GasReadingType , owl:Class ; 353 rdf:type ep-activity:GasReadingType , owl:Class ;
354 rdfs:comment "gas reading that is of a type not enumerated within the DDR XML schema"^^xsd:string ; 354 rdfs:comment "gas reading that is of a type not enumerated within the DDR XML schema"^^xsd:string ;
355 rdfs:label "gas reading other"^^xsd:string ; 355 rdfs:label "gas reading other"^^xsd:string ;
356 rdfs:subClassOf ep-activity:GasReading ; 356 rdfs:subClassOf ep-activity:GasReading ;
357 - owl:disjointWith ep-activity:GasReading-connection_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas . 357 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
358 358
359 ep-activity:GasReading-shut_down_gas 359 ep-activity:GasReading-shut_down_gas
360 rdf:type ep-activity:GasReadingType , owl:Class ; 360 rdf:type ep-activity:GasReadingType , owl:Class ;
361 rdfs:comment "gas reading that is of shut down gas"^^xsd:string ; 361 rdfs:comment "gas reading that is of shut down gas"^^xsd:string ;
362 rdfs:label "gas reading shut down gas"^^xsd:string ; 362 rdfs:label "gas reading shut down gas"^^xsd:string ;
363 rdfs:subClassOf ep-activity:GasReading ; 363 rdfs:subClassOf ep-activity:GasReading ;
364 - owl:disjointWith ep-activity:GasReading-trip_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-connection_gas . 364 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-trip_gas .
365 365
366 ep-activity:GasReading-trip_gas 366 ep-activity:GasReading-trip_gas
367 - rdf:type owl:Class , ep-activity:GasReadingType ; 367 + rdf:type ep-activity:GasReadingType , owl:Class ;
368 rdfs:comment "gas reading that is of trip gas"^^xsd:string ; 368 rdfs:comment "gas reading that is of trip gas"^^xsd:string ;
369 rdfs:label "gas reading trip gas"^^xsd:string ; 369 rdfs:label "gas reading trip gas"^^xsd:string ;
370 rdfs:subClassOf ep-activity:GasReading ; 370 rdfs:subClassOf ep-activity:GasReading ;
371 - owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-connection_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-flow_check_gas . 371 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas .
372 372
373 ep-activity:GasReadingType 373 ep-activity:GasReadingType
374 rdf:type rdfs:Class ; 374 rdf:type rdfs:Class ;
...@@ -377,7 +377,7 @@ ep-activity:GasReadingType ...@@ -377,7 +377,7 @@ ep-activity:GasReadingType
377 rdfs:subClassOf owl:Class . 377 rdfs:subClassOf owl:Class .
378 378
379 ep-activity:LeakOffTest 379 ep-activity:LeakOffTest
380 - rdf:type owl:Class , ep-activity:PressureTestType ; 380 + rdf:type ep-activity:PressureTestType , owl:Class ;
381 rdfs:label "leak-off test"^^xsd:string ; 381 rdfs:label "leak-off test"^^xsd:string ;
382 rdfs:subClassOf ep-activity:WellBorePressureTest ; 382 rdfs:subClassOf ep-activity:WellBorePressureTest ;
383 owl:disjointWith ep-activity:FormationIntegrityTest . 383 owl:disjointWith ep-activity:FormationIntegrityTest .
...@@ -415,8 +415,8 @@ ep-activity:OffshoreWellActivity ...@@ -415,8 +415,8 @@ ep-activity:OffshoreWellActivity
415 rdfs:subClassOf ep-activity:OffshoreActivity ; 415 rdfs:subClassOf ep-activity:OffshoreActivity ;
416 rdfs:subClassOf 416 rdfs:subClassOf
417 [ rdf:type owl:Restriction ; 417 [ rdf:type owl:Restriction ;
418 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; 418 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
419 - owl:onProperty ep-activity:onWell 419 + owl:onProperty ep-activity:onRig
420 ] ; 420 ] ;
421 rdfs:subClassOf 421 rdfs:subClassOf
422 [ rdf:type owl:Restriction ; 422 [ rdf:type owl:Restriction ;
...@@ -425,8 +425,8 @@ ep-activity:OffshoreWellActivity ...@@ -425,8 +425,8 @@ ep-activity:OffshoreWellActivity
425 ] ; 425 ] ;
426 rdfs:subClassOf 426 rdfs:subClassOf
427 [ rdf:type owl:Restriction ; 427 [ rdf:type owl:Restriction ;
428 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 428 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ;
429 - owl:onProperty ep-activity:onRig 429 + owl:onProperty ep-activity:onWell
430 ] . 430 ] .
431 431
432 ep-activity:OpenPerforationInterval 432 ep-activity:OpenPerforationInterval
...@@ -448,14 +448,14 @@ ep-activity:PorePressureDeterminationType ...@@ -448,14 +448,14 @@ ep-activity:PorePressureDeterminationType
448 rdfs:subClassOf owl:Class . 448 rdfs:subClassOf owl:Class .
449 449
450 ep-activity:PorePressureEstimation 450 ep-activity:PorePressureEstimation
451 - rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; 451 + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ;
452 rdfs:comment "pore pressure determination that is an estimation"^^xsd:string ; 452 rdfs:comment "pore pressure determination that is an estimation"^^xsd:string ;
453 rdfs:label "pore pressure estimation"^^xsd:string ; 453 rdfs:label "pore pressure estimation"^^xsd:string ;
454 rdfs:subClassOf ep-activity:PorePressureDetermination ; 454 rdfs:subClassOf ep-activity:PorePressureDetermination ;
455 owl:disjointWith ep-activity:PorePressureMeasurement . 455 owl:disjointWith ep-activity:PorePressureMeasurement .
456 456
457 ep-activity:PorePressureMeasurement 457 ep-activity:PorePressureMeasurement
458 - rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; 458 + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ;
459 rdfs:comment "pore pressure determination that is a measurement"^^xsd:string ; 459 rdfs:comment "pore pressure determination that is a measurement"^^xsd:string ;
460 rdfs:label "pore pressure measurement"^^xsd:string ; 460 rdfs:label "pore pressure measurement"^^xsd:string ;
461 rdfs:subClassOf ep-activity:PorePressureDetermination ; 461 rdfs:subClassOf ep-activity:PorePressureDetermination ;
...@@ -485,7 +485,7 @@ ep-activity:ProductionActivityToDate ...@@ -485,7 +485,7 @@ ep-activity:ProductionActivityToDate
485 rdfs:subClassOf ep-activity:ProductionActivity . 485 rdfs:subClassOf ep-activity:ProductionActivity .
486 486
487 ep-activity:ProductionTest 487 ep-activity:ProductionTest
488 - rdf:type owl:Class , ep-activity:WellTestType ; 488 + rdf:type ep-activity:WellTestType , owl:Class ;
489 rdfs:comment "well test that is intended to determine the daily rate of oil, gas, and water production from a (potential) reservoir"^^xsd:string ; 489 rdfs:comment "well test that is intended to determine the daily rate of oil, gas, and water production from a (potential) reservoir"^^xsd:string ;
490 rdfs:label "production test"^^xsd:string ; 490 rdfs:label "production test"^^xsd:string ;
491 rdfs:subClassOf ep-activity:WellTest ; 491 rdfs:subClassOf ep-activity:WellTest ;
...@@ -493,7 +493,7 @@ ep-activity:ProductionTest ...@@ -493,7 +493,7 @@ ep-activity:ProductionTest
493 owl:disjointWith ep-activity:DrillStemTest . 493 owl:disjointWith ep-activity:DrillStemTest .
494 494
495 ep-activity:SuccessfulActivity 495 ep-activity:SuccessfulActivity
496 - rdf:type owl:Class , ep-activity:ActivitySuccessType ; 496 + rdf:type ep-activity:ActivitySuccessType , owl:Class ;
497 rdfs:comment "activity that succeeds"^^xsd:string ; 497 rdfs:comment "activity that succeeds"^^xsd:string ;
498 rdfs:label "successful activity"^^xsd:string ; 498 rdfs:label "successful activity"^^xsd:string ;
499 rdfs:subClassOf ep-activity:Activity ; 499 rdfs:subClassOf ep-activity:Activity ;
...@@ -570,26 +570,26 @@ ep-activity:WellCementJob ...@@ -570,26 +570,26 @@ ep-activity:WellCementJob
570 rdfs:subClassOf ep-activity:WellOperation . 570 rdfs:subClassOf ep-activity:WellOperation .
571 571
572 ep-activity:WellCementJob-other 572 ep-activity:WellCementJob-other
573 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 573 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
574 rdfs:comment "well cement job that is of a type not enumerated within the DDR XML schema"^^xsd:string ; 574 rdfs:comment "well cement job that is of a type not enumerated within the DDR XML schema"^^xsd:string ;
575 rdfs:label "well cement job other"^^xsd:string ; 575 rdfs:label "well cement job other"^^xsd:string ;
576 rdfs:subClassOf ep-activity:WellCementJob ; 576 rdfs:subClassOf ep-activity:WellCementJob ;
577 - owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug . 577 + owl:disjointWith ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-squeeze .
578 578
579 ep-activity:WellCementJob-plug 579 ep-activity:WellCementJob-plug
580 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 580 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
581 rdfs:comment "well cement job that is intended to plug"^^xsd:string ; 581 rdfs:comment "well cement job that is intended to plug"^^xsd:string ;
582 rdfs:label "well cement job plug"^^xsd:string ; 582 rdfs:label "well cement job plug"^^xsd:string ;
583 rdfs:subClassOf ep-activity:WellCementJob . 583 rdfs:subClassOf ep-activity:WellCementJob .
584 584
585 ep-activity:WellCementJob-primary 585 ep-activity:WellCementJob-primary
586 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 586 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
587 rdfs:comment "well cement job that is primary"^^xsd:string ; 587 rdfs:comment "well cement job that is primary"^^xsd:string ;
588 rdfs:label "well cement job primary"^^xsd:string ; 588 rdfs:label "well cement job primary"^^xsd:string ;
589 rdfs:subClassOf ep-activity:WellCementJob . 589 rdfs:subClassOf ep-activity:WellCementJob .
590 590
591 ep-activity:WellCementJob-squeeze 591 ep-activity:WellCementJob-squeeze
592 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 592 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
593 rdfs:comment "well cement job that is intended to squeeze"^^xsd:string ; 593 rdfs:comment "well cement job that is intended to squeeze"^^xsd:string ;
594 rdfs:label "well cement job squeeze"^^xsd:string ; 594 rdfs:label "well cement job squeeze"^^xsd:string ;
595 rdfs:subClassOf ep-activity:WellCementJob . 595 rdfs:subClassOf ep-activity:WellCementJob .
...@@ -643,84 +643,84 @@ ep-activity:WellCementJobTopPlugType ...@@ -643,84 +643,84 @@ ep-activity:WellCementJobTopPlugType
643 rdfs:subClassOf owl:Class . 643 rdfs:subClassOf owl:Class .
644 644
645 ep-activity:WellCementJobWithBottomPlug 645 ep-activity:WellCementJobWithBottomPlug
646 - rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; 646 + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
647 rdfs:comment "well cement job that has a bottom plug"^^xsd:string ; 647 rdfs:comment "well cement job that has a bottom plug"^^xsd:string ;
648 rdfs:label "well cement job with bottom plug"^^xsd:string ; 648 rdfs:label "well cement job with bottom plug"^^xsd:string ;
649 rdfs:subClassOf ep-activity:WellCementJob ; 649 rdfs:subClassOf ep-activity:WellCementJob ;
650 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . 650 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug .
651 651
652 ep-activity:WellCementJobWithCasingReciprocation 652 ep-activity:WellCementJobWithCasingReciprocation
653 - rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; 653 + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
654 rdfs:comment "well cement job that has casing reciprocation"^^xsd:string ; 654 rdfs:comment "well cement job that has casing reciprocation"^^xsd:string ;
655 rdfs:label "well cement job with casing reciprocation"^^xsd:string ; 655 rdfs:label "well cement job with casing reciprocation"^^xsd:string ;
656 rdfs:subClassOf ep-activity:WellCementJob ; 656 rdfs:subClassOf ep-activity:WellCementJob ;
657 owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . 657 owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation .
658 658
659 ep-activity:WellCementJobWithCasingRotation 659 ep-activity:WellCementJobWithCasingRotation
660 - rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; 660 + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
661 rdfs:comment "well cement job that has casing rotation"^^xsd:string ; 661 rdfs:comment "well cement job that has casing rotation"^^xsd:string ;
662 rdfs:label "well cement job with casing rotation"^^xsd:string ; 662 rdfs:label "well cement job with casing rotation"^^xsd:string ;
663 rdfs:subClassOf ep-activity:WellCementJob ; 663 rdfs:subClassOf ep-activity:WellCementJob ;
664 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . 664 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
665 665
666 ep-activity:WellCementJobWithFloatHolding 666 ep-activity:WellCementJobWithFloatHolding
667 - rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; 667 + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
668 rdfs:comment "well cement job that has float holding"^^xsd:string ; 668 rdfs:comment "well cement job that has float holding"^^xsd:string ;
669 rdfs:label "well cement job with float holding"^^xsd:string ; 669 rdfs:label "well cement job with float holding"^^xsd:string ;
670 rdfs:subClassOf ep-activity:WellCementJob ; 670 rdfs:subClassOf ep-activity:WellCementJob ;
671 owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . 671 owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding .
672 672
673 ep-activity:WellCementJobWithPlugBumping 673 ep-activity:WellCementJobWithPlugBumping
674 - rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; 674 + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
675 rdfs:comment "well cement job that has plug bumping"^^xsd:string ; 675 rdfs:comment "well cement job that has plug bumping"^^xsd:string ;
676 rdfs:label "well cement job with plug bumping"^^xsd:string ; 676 rdfs:label "well cement job with plug bumping"^^xsd:string ;
677 rdfs:subClassOf ep-activity:WellCementJob ; 677 rdfs:subClassOf ep-activity:WellCementJob ;
678 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . 678 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug .
679 679
680 ep-activity:WellCementJobWithTopPlug 680 ep-activity:WellCementJobWithTopPlug
681 - rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; 681 + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
682 rdfs:comment "well cement job that has a top plug"^^xsd:string ; 682 rdfs:comment "well cement job that has a top plug"^^xsd:string ;
683 rdfs:label "well cement job with top plug"^^xsd:string ; 683 rdfs:label "well cement job with top plug"^^xsd:string ;
684 rdfs:subClassOf ep-activity:WellCementJob ; 684 rdfs:subClassOf ep-activity:WellCementJob ;
685 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . 685 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
686 686
687 ep-activity:WellCementJobWithoutBottomPlug 687 ep-activity:WellCementJobWithoutBottomPlug
688 - rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; 688 + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
689 rdfs:comment "well cement job that does not have a bottom plug"^^xsd:string ; 689 rdfs:comment "well cement job that does not have a bottom plug"^^xsd:string ;
690 rdfs:label "well cement job without bottom plug"^^xsd:string ; 690 rdfs:label "well cement job without bottom plug"^^xsd:string ;
691 rdfs:subClassOf ep-activity:WellCementJob ; 691 rdfs:subClassOf ep-activity:WellCementJob ;
692 owl:disjointWith ep-activity:WellCementJobWithBottomPlug . 692 owl:disjointWith ep-activity:WellCementJobWithBottomPlug .
693 693
694 ep-activity:WellCementJobWithoutCasingReciprocation 694 ep-activity:WellCementJobWithoutCasingReciprocation
695 - rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; 695 + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
696 rdfs:comment "well cement job that does not have casing reciprocation"^^xsd:string ; 696 rdfs:comment "well cement job that does not have casing reciprocation"^^xsd:string ;
697 rdfs:label "well cement job without casing reciprocation"^^xsd:string ; 697 rdfs:label "well cement job without casing reciprocation"^^xsd:string ;
698 rdfs:subClassOf ep-activity:WellCementJob ; 698 rdfs:subClassOf ep-activity:WellCementJob ;
699 owl:disjointWith ep-activity:WellCementJobWithCasingRotation . 699 owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
700 700
701 ep-activity:WellCementJobWithoutCasingRotation 701 ep-activity:WellCementJobWithoutCasingRotation
702 - rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; 702 + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
703 rdfs:comment "well cement job that does not have casing rotation"^^xsd:string ; 703 rdfs:comment "well cement job that does not have casing rotation"^^xsd:string ;
704 rdfs:label "well cement job without casing rotation"^^xsd:string ; 704 rdfs:label "well cement job without casing rotation"^^xsd:string ;
705 rdfs:subClassOf ep-activity:WellCementJob ; 705 rdfs:subClassOf ep-activity:WellCementJob ;
706 owl:disjointWith ep-activity:WellCementJobWithCasingRotation . 706 owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
707 707
708 ep-activity:WellCementJobWithoutFloatHolding 708 ep-activity:WellCementJobWithoutFloatHolding
709 - rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; 709 + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
710 rdfs:comment "well cement job that does not have float holding"^^xsd:string ; 710 rdfs:comment "well cement job that does not have float holding"^^xsd:string ;
711 rdfs:label "well cement job without float holding"^^xsd:string ; 711 rdfs:label "well cement job without float holding"^^xsd:string ;
712 rdfs:subClassOf ep-activity:WellCementJob ; 712 rdfs:subClassOf ep-activity:WellCementJob ;
713 owl:disjointWith ep-activity:WellCementJobWithFloatHolding . 713 owl:disjointWith ep-activity:WellCementJobWithFloatHolding .
714 714
715 ep-activity:WellCementJobWithoutPlugBumping 715 ep-activity:WellCementJobWithoutPlugBumping
716 - rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; 716 + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
717 rdfs:comment "well cement job that does not have plug bumping"^^xsd:string ; 717 rdfs:comment "well cement job that does not have plug bumping"^^xsd:string ;
718 rdfs:label "well cement job without plug bumping"^^xsd:string ; 718 rdfs:label "well cement job without plug bumping"^^xsd:string ;
719 rdfs:subClassOf ep-activity:WellCementJob ; 719 rdfs:subClassOf ep-activity:WellCementJob ;
720 owl:disjointWith ep-activity:WellCementJobWithBottomPlug . 720 owl:disjointWith ep-activity:WellCementJobWithBottomPlug .
721 721
722 ep-activity:WellCementJobWithoutTopPlug 722 ep-activity:WellCementJobWithoutTopPlug
723 - rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; 723 + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
724 rdfs:comment "well cement job that does not have a top plug"^^xsd:string ; 724 rdfs:comment "well cement job that does not have a top plug"^^xsd:string ;
725 rdfs:label "well cement job without top plug"^^xsd:string ; 725 rdfs:label "well cement job without top plug"^^xsd:string ;
726 rdfs:subClassOf ep-activity:WellCementJob ; 726 rdfs:subClassOf ep-activity:WellCementJob ;
...@@ -739,14 +739,14 @@ ep-activity:WellCementPumpingFluidReturnType ...@@ -739,14 +739,14 @@ ep-activity:WellCementPumpingFluidReturnType
739 rdfs:subClassOf owl:Class . 739 rdfs:subClassOf owl:Class .
740 740
741 ep-activity:WellCementPumpingWithFluidReturn 741 ep-activity:WellCementPumpingWithFluidReturn
742 - rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; 742 + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
743 rdfs:comment "well cement pumping that has fluid return"^^xsd:string ; 743 rdfs:comment "well cement pumping that has fluid return"^^xsd:string ;
744 rdfs:label "well cement pumping with fluid return"^^xsd:string ; 744 rdfs:label "well cement pumping with fluid return"^^xsd:string ;
745 rdfs:subClassOf ep-activity:WellCementPumping ; 745 rdfs:subClassOf ep-activity:WellCementPumping ;
746 owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . 746 owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn .
747 747
748 ep-activity:WellCementPumpingWithoutFluidReturn 748 ep-activity:WellCementPumpingWithoutFluidReturn
749 - rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; 749 + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
750 rdfs:comment "well cement pumping that does not have fluid return"^^xsd:string ; 750 rdfs:comment "well cement pumping that does not have fluid return"^^xsd:string ;
751 rdfs:label "well cement pumping without fluid return"^^xsd:string ; 751 rdfs:label "well cement pumping without fluid return"^^xsd:string ;
752 rdfs:subClassOf ep-activity:WellCementPumping ; 752 rdfs:subClassOf ep-activity:WellCementPumping ;
...@@ -765,32 +765,32 @@ ep-activity:WellControlIncident ...@@ -765,32 +765,32 @@ ep-activity:WellControlIncident
765 rdfs:subClassOf ep-activity:WellOperation . 765 rdfs:subClassOf ep-activity:WellOperation .
766 766
767 ep-activity:WellControlIncident-gas_kick 767 ep-activity:WellControlIncident-gas_kick
768 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 768 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
769 rdfs:comment "well control incident that is a gas kick"^^xsd:string ; 769 rdfs:comment "well control incident that is a gas kick"^^xsd:string ;
770 rdfs:label "well control incident gas kick"^^xsd:string ; 770 rdfs:label "well control incident gas kick"^^xsd:string ;
771 rdfs:subClassOf ep-activity:WellControlIncident ; 771 rdfs:subClassOf ep-activity:WellControlIncident ;
772 - owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . 772 + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick .
773 773
774 ep-activity:WellControlIncident-oil_kick 774 ep-activity:WellControlIncident-oil_kick
775 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 775 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
776 rdfs:comment "well control incident that is an oil kick"^^xsd:string ; 776 rdfs:comment "well control incident that is an oil kick"^^xsd:string ;
777 rdfs:label "well control incident oil kick"^^xsd:string ; 777 rdfs:label "well control incident oil kick"^^xsd:string ;
778 rdfs:subClassOf ep-activity:WellControlIncident ; 778 rdfs:subClassOf ep-activity:WellControlIncident ;
779 - owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick . 779 + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick .
780 780
781 ep-activity:WellControlIncident-shallow_gas_kick 781 ep-activity:WellControlIncident-shallow_gas_kick
782 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 782 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
783 rdfs:comment "well control incident that is a shallow gas kick"^^xsd:string ; 783 rdfs:comment "well control incident that is a shallow gas kick"^^xsd:string ;
784 rdfs:label "well control incident shallow gas kick"^^xsd:string ; 784 rdfs:label "well control incident shallow gas kick"^^xsd:string ;
785 rdfs:subClassOf ep-activity:WellControlIncident ; 785 rdfs:subClassOf ep-activity:WellControlIncident ;
786 - owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . 786 + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick .
787 787
788 ep-activity:WellControlIncident-water_kick 788 ep-activity:WellControlIncident-water_kick
789 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 789 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
790 rdfs:comment "well control incident that is a water kick"^^xsd:string ; 790 rdfs:comment "well control incident that is a water kick"^^xsd:string ;
791 rdfs:label "well control incident water kick"^^xsd:string ; 791 rdfs:label "well control incident water kick"^^xsd:string ;
792 rdfs:subClassOf ep-activity:WellControlIncident ; 792 rdfs:subClassOf ep-activity:WellControlIncident ;
793 - owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . 793 + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick .
794 794
795 ep-activity:WellControlIncidentType 795 ep-activity:WellControlIncidentType
796 rdf:type rdfs:Class ; 796 rdf:type rdfs:Class ;
...@@ -805,46 +805,46 @@ ep-activity:WellKilling ...@@ -805,46 +805,46 @@ ep-activity:WellKilling
805 rdfs:subClassOf ep-activity:WellOperation . 805 rdfs:subClassOf ep-activity:WellOperation .
806 806
807 ep-activity:WellKilling-bullheading 807 ep-activity:WellKilling-bullheading
808 - rdf:type owl:Class , ep-activity:WellKillingType ; 808 + rdf:type ep-activity:WellKillingType , owl:Class ;
809 rdfs:comment "well killing that is by bull heading"^^xsd:string ; 809 rdfs:comment "well killing that is by bull heading"^^xsd:string ;
810 rdfs:label "well killing bullheading"^^xsd:string ; 810 rdfs:label "well killing bullheading"^^xsd:string ;
811 rdfs:subClassOf ep-activity:WellKilling ; 811 rdfs:subClassOf ep-activity:WellKilling ;
812 - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation . 812 + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight .
813 813
814 ep-activity:WellKilling-drillers_method 814 ep-activity:WellKilling-drillers_method
815 - rdf:type owl:Class , ep-activity:WellKillingType ; 815 + rdf:type ep-activity:WellKillingType , owl:Class ;
816 rdfs:comment "well killing that is by the drillers method"^^xsd:string ; 816 rdfs:comment "well killing that is by the drillers method"^^xsd:string ;
817 rdfs:label "well killing drillers method"^^xsd:string ; 817 rdfs:label "well killing drillers method"^^xsd:string ;
818 rdfs:subClassOf ep-activity:WellKilling ; 818 rdfs:subClassOf ep-activity:WellKilling ;
819 - owl:disjointWith ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation . 819 + owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight .
820 820
821 ep-activity:WellKilling-forward_circulation 821 ep-activity:WellKilling-forward_circulation
822 rdf:type ep-activity:WellKillingType , owl:Class ; 822 rdf:type ep-activity:WellKillingType , owl:Class ;
823 rdfs:comment "well killing that is by forward circulation"^^xsd:string ; 823 rdfs:comment "well killing that is by forward circulation"^^xsd:string ;
824 rdfs:label "well killing forward circulation"^^xsd:string ; 824 rdfs:label "well killing forward circulation"^^xsd:string ;
825 rdfs:subClassOf ep-activity:WellKilling ; 825 rdfs:subClassOf ep-activity:WellKilling ;
826 - owl:disjointWith ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-bullheading . 826 + owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight .
827 827
828 ep-activity:WellKilling-lubricate_and_bleed 828 ep-activity:WellKilling-lubricate_and_bleed
829 rdf:type ep-activity:WellKillingType , owl:Class ; 829 rdf:type ep-activity:WellKillingType , owl:Class ;
830 rdfs:comment "well killing that is by lubricate and bleed"^^xsd:string ; 830 rdfs:comment "well killing that is by lubricate and bleed"^^xsd:string ;
831 rdfs:label "well killing lubricate and bleed"^^xsd:string ; 831 rdfs:label "well killing lubricate and bleed"^^xsd:string ;
832 rdfs:subClassOf ep-activity:WellKilling ; 832 rdfs:subClassOf ep-activity:WellKilling ;
833 - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . 833 + owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight .
834 834
835 ep-activity:WellKilling-reverse_circulation 835 ep-activity:WellKilling-reverse_circulation
836 - rdf:type owl:Class , ep-activity:WellKillingType ; 836 + rdf:type ep-activity:WellKillingType , owl:Class ;
837 rdfs:comment "well killing that is by reverse circulation"^^xsd:string ; 837 rdfs:comment "well killing that is by reverse circulation"^^xsd:string ;
838 rdfs:label "well killing reverse circulation"^^xsd:string ; 838 rdfs:label "well killing reverse circulation"^^xsd:string ;
839 rdfs:subClassOf ep-activity:WellKilling ; 839 rdfs:subClassOf ep-activity:WellKilling ;
840 - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed . 840 + owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-wait_and_weight .
841 841
842 ep-activity:WellKilling-wait_and_weight 842 ep-activity:WellKilling-wait_and_weight
843 rdf:type ep-activity:WellKillingType , owl:Class ; 843 rdf:type ep-activity:WellKillingType , owl:Class ;
844 rdfs:comment "well killing that is by wait and weight"^^xsd:string ; 844 rdfs:comment "well killing that is by wait and weight"^^xsd:string ;
845 rdfs:label "well killing wait and weight"^^xsd:string ; 845 rdfs:label "well killing wait and weight"^^xsd:string ;
846 rdfs:subClassOf ep-activity:WellKilling ; 846 rdfs:subClassOf ep-activity:WellKilling ;
847 - owl:disjointWith ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-bullheading . 847 + owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation .
848 848
849 ep-activity:WellKillingType 849 ep-activity:WellKillingType
850 rdf:type rdfs:Class ; 850 rdf:type rdfs:Class ;
...@@ -888,28 +888,28 @@ ep-activity:WirelineFormationTestType ...@@ -888,28 +888,28 @@ ep-activity:WirelineFormationTestType
888 rdfs:subClassOf owl:Class . 888 rdfs:subClassOf owl:Class .
889 889
890 ep-activity:WirelineFormationTestWithGoodSeal 890 ep-activity:WirelineFormationTestWithGoodSeal
891 - rdf:type owl:Class , ep-activity:WirelineFormationTestType ; 891 + rdf:type ep-activity:WirelineFormationTestType , owl:Class ;
892 rdfs:comment "wireline formation test that has a good seal"^^xsd:string ; 892 rdfs:comment "wireline formation test that has a good seal"^^xsd:string ;
893 rdfs:label "wireline formation test with a good seal"^^xsd:string ; 893 rdfs:label "wireline formation test with a good seal"^^xsd:string ;
894 rdfs:subClassOf ep-activity:WirelineFormationTest ; 894 rdfs:subClassOf ep-activity:WirelineFormationTest ;
895 owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . 895 owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal .
896 896
897 ep-activity:WirelineFormationTestWithoutGoodSeal 897 ep-activity:WirelineFormationTestWithoutGoodSeal
898 - rdf:type owl:Class , ep-activity:WirelineFormationTestType ; 898 + rdf:type ep-activity:WirelineFormationTestType , owl:Class ;
899 rdfs:comment "wireline formation test that does not have a good seal"^^xsd:string ; 899 rdfs:comment "wireline formation test that does not have a good seal"^^xsd:string ;
900 rdfs:label "wireline formation test without a good seal"^^xsd:string ; 900 rdfs:label "wireline formation test without a good seal"^^xsd:string ;
901 rdfs:subClassOf ep-activity:WirelineFormationTest ; 901 rdfs:subClassOf ep-activity:WirelineFormationTest ;
902 owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . 902 owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal .
903 903
904 ep-activity:averageRateOfDrilling 904 ep-activity:averageRateOfDrilling
905 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 905 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
906 rdfs:comment "class_of_indirect_property that is the average rate of drilling for a drilling activity"^^xsd:string ; 906 rdfs:comment "class_of_indirect_property that is the average rate of drilling for a drilling activity"^^xsd:string ;
907 rdfs:domain ep-activity:DrillingActivity ; 907 rdfs:domain ep-activity:DrillingActivity ;
908 rdfs:label "average rate of drilling"^^xsd:string ; 908 rdfs:label "average rate of drilling"^^xsd:string ;
909 rdfs:range ep-core:Speed . 909 rdfs:range ep-core:Speed .
910 910
911 ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod 911 ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod
912 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 912 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
913 rdfs:domain ep-activity:DailyDrillingActivity ; 913 rdfs:domain ep-activity:DailyDrillingActivity ;
914 rdfs:label "description of activities following the daily reporting period"^^xsd:string ; 914 rdfs:label "description of activities following the daily reporting period"^^xsd:string ;
915 rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . 915 rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> .
...@@ -927,34 +927,34 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod ...@@ -927,34 +927,34 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod
927 rdfs:label "description of activities within the daily reporting period"^^xsd:string . 927 rdfs:label "description of activities within the daily reporting period"^^xsd:string .
928 928
929 ep-activity:distanceDrilled 929 ep-activity:distanceDrilled
930 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 930 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
931 rdfs:comment "class_of_indirect_property that is the distance drilled by a drilling activity"^^xsd:string ; 931 rdfs:comment "class_of_indirect_property that is the distance drilled by a drilling activity"^^xsd:string ;
932 rdfs:domain ep-activity:DrillingActivity ; 932 rdfs:domain ep-activity:DrillingActivity ;
933 - rdfs:label "final rate of drilling"^^xsd:string ; 933 + rdfs:label "distance drilled"^^xsd:string ;
934 rdfs:range ep-core:Length . 934 rdfs:range ep-core:Length .
935 935
936 ep-activity:drillingContractor 936 ep-activity:drillingContractor
937 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 937 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
938 rdfs:comment "organization that is contracted to perform a drilling activity"^^xsd:string ; 938 rdfs:comment "organization that is contracted to perform a drilling activity"^^xsd:string ;
939 rdfs:domain ep-activity:DrillingActivity ; 939 rdfs:domain ep-activity:DrillingActivity ;
940 rdfs:label "drilling contractor"^^xsd:string ; 940 rdfs:label "drilling contractor"^^xsd:string ;
941 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 941 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
942 942
943 ep-activity:drillingOperator 943 ep-activity:drillingOperator
944 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 944 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
945 - rdfs:comment "organization that operates the facility that performs a drilling activity"^^xsd:string , "Corresponds to Drilling Operator field in WellBore tables"^^xsd:string ; 945 + rdfs:comment "Corresponds to Drilling Operator field in WellBore tables"^^xsd:string , "organization that operates the facility that performs a drilling activity"^^xsd:string ;
946 rdfs:domain ep-activity:DrillingActivity ; 946 rdfs:domain ep-activity:DrillingActivity ;
947 rdfs:label "drilling operator"^^xsd:string ; 947 rdfs:label "drilling operator"^^xsd:string ;
948 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 948 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
949 949
950 ep-activity:durationOfDrilling 950 ep-activity:durationOfDrilling
951 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 951 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
952 rdfs:domain ep-activity:DrillingActivity ; 952 rdfs:domain ep-activity:DrillingActivity ;
953 rdfs:label "duration of drilling"^^xsd:string ; 953 rdfs:label "duration of drilling"^^xsd:string ;
954 rdfs:range ep-core:TimeDuration . 954 rdfs:range ep-core:TimeDuration .
955 955
956 ep-activity:existsThroughout 956 ep-activity:existsThroughout
957 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 957 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
958 rdfs:domain ep-core:PhysicalThing ; 958 rdfs:domain ep-core:PhysicalThing ;
959 rdfs:label "exists throughout"^^xsd:string . 959 rdfs:label "exists throughout"^^xsd:string .
960 960
...@@ -971,28 +971,28 @@ ep-activity:failedEquipment ...@@ -971,28 +971,28 @@ ep-activity:failedEquipment
971 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 971 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
972 972
973 ep-activity:finalRateOfDrilling 973 ep-activity:finalRateOfDrilling
974 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 974 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
975 rdfs:comment "class_of_indirect_property that is the rate of drilling at the end of a drilling activity"^^xsd:string ; 975 rdfs:comment "class_of_indirect_property that is the rate of drilling at the end of a drilling activity"^^xsd:string ;
976 rdfs:domain ep-activity:DrillingActivity ; 976 rdfs:domain ep-activity:DrillingActivity ;
977 rdfs:label "final rate of drilling"^^xsd:string ; 977 rdfs:label "final rate of drilling"^^xsd:string ;
978 rdfs:range ep-core:Speed . 978 rdfs:range ep-core:Speed .
979 979
980 ep-activity:finishedAt 980 ep-activity:finishedAt
981 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 981 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
982 rdfs:comment "UTC representation of the finishing time for an activity"^^xsd:string ; 982 rdfs:comment "UTC representation of the finishing time for an activity"^^xsd:string ;
983 rdfs:domain ep-core:PhysicalThing ; 983 rdfs:domain ep-core:PhysicalThing ;
984 rdfs:label "finished at"^^xsd:string ; 984 rdfs:label "finished at"^^xsd:string ;
985 rdfs:range xsd:dateTime . 985 rdfs:range xsd:dateTime .
986 986
987 ep-activity:fluidProducedByWellTest 987 ep-activity:fluidProducedByWellTest
988 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 988 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
989 rdfs:comment "quantity of material that is produced by a well test"^^xsd:string ; 989 rdfs:comment "quantity of material that is produced by a well test"^^xsd:string ;
990 rdfs:domain ep-activity:WellTest ; 990 rdfs:domain ep-activity:WellTest ;
991 rdfs:label "fluid produced by well test"^^xsd:string ; 991 rdfs:label "fluid produced by well test"^^xsd:string ;
992 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 992 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
993 993
994 ep-activity:hasCasingLinerTubing 994 ep-activity:hasCasingLinerTubing
995 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 995 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
996 rdfs:domain ep-activity:WellStimulation ; 996 rdfs:domain ep-activity:WellStimulation ;
997 rdfs:label "has Casing/Liner/Tubing"^^xsd:string . 997 rdfs:label "has Casing/Liner/Tubing"^^xsd:string .
998 998
...@@ -1001,18 +1001,18 @@ ep-activity:hasCasingString ...@@ -1001,18 +1001,18 @@ ep-activity:hasCasingString
1001 rdfs:label "has casing string"^^xsd:string . 1001 rdfs:label "has casing string"^^xsd:string .
1002 1002
1003 ep-activity:hasChokeValve 1003 ep-activity:hasChokeValve
1004 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1004 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1005 rdfs:label "has choke valve"^^xsd:string ; 1005 rdfs:label "has choke valve"^^xsd:string ;
1006 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . 1006 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> .
1007 1007
1008 ep-activity:hasDrillBit 1008 ep-activity:hasDrillBit
1009 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1009 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1010 rdfs:domain ep-activity:DrillingActivity ; 1010 rdfs:domain ep-activity:DrillingActivity ;
1011 rdfs:label "has drill bit"^^xsd:string ; 1011 rdfs:label "has drill bit"^^xsd:string ;
1012 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 1012 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
1013 1013
1014 ep-activity:hasDrillingFluid 1014 ep-activity:hasDrillingFluid
1015 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1015 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1016 rdfs:domain ep-activity:DrillingActivity ; 1016 rdfs:domain ep-activity:DrillingActivity ;
1017 rdfs:label "has drilling fluid"^^xsd:string ; 1017 rdfs:label "has drilling fluid"^^xsd:string ;
1018 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 1018 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
...@@ -1028,13 +1028,13 @@ ep-activity:hasSubActivity ...@@ -1028,13 +1028,13 @@ ep-activity:hasSubActivity
1028 rdfs:label "has sub activity"^^xsd:string . 1028 rdfs:label "has sub activity"^^xsd:string .
1029 1029
1030 ep-activity:hasWellTestChoke 1030 ep-activity:hasWellTestChoke
1031 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1031 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1032 rdfs:domain ep-activity:WellTest ; 1032 rdfs:domain ep-activity:WellTest ;
1033 rdfs:label "has well test choke"^^xsd:string ; 1033 rdfs:label "has well test choke"^^xsd:string ;
1034 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . 1034 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> .
1035 1035
1036 ep-activity:identificationNumberOfCore 1036 ep-activity:identificationNumberOfCore
1037 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1037 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1038 rdfs:comment "identification number of the core extracted by an extract a well core activity"^^xsd:string ; 1038 rdfs:comment "identification number of the core extracted by an extract a well core activity"^^xsd:string ;
1039 rdfs:domain ep-activity:ExtractAWellCore ; 1039 rdfs:domain ep-activity:ExtractAWellCore ;
1040 rdfs:label "identification number of core"^^xsd:string . 1040 rdfs:label "identification number of core"^^xsd:string .
...@@ -1052,21 +1052,21 @@ ep-activity:logRunNumber ...@@ -1052,21 +1052,21 @@ ep-activity:logRunNumber
1052 rdfs:label "log run number"^^xsd:string . 1052 rdfs:label "log run number"^^xsd:string .
1053 1053
1054 ep-activity:loggedWellBoreInterval 1054 ep-activity:loggedWellBoreInterval
1055 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1055 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1056 rdfs:comment "wellbore section that is logged by a wellbore log run activity"^^xsd:string ; 1056 rdfs:comment "wellbore section that is logged by a wellbore log run activity"^^xsd:string ;
1057 rdfs:domain ep-activity:WellBoreLogRun ; 1057 rdfs:domain ep-activity:WellBoreLogRun ;
1058 rdfs:label "logged wellbore interval"^^xsd:string ; 1058 rdfs:label "logged wellbore interval"^^xsd:string ;
1059 rdfs:range ep-core:PhysicalObject . 1059 rdfs:range ep-core:PhysicalObject .
1060 1060
1061 ep-activity:measuredDepthOfFluidSampling 1061 ep-activity:measuredDepthOfFluidSampling
1062 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1062 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1063 rdfs:comment "class_of_indirect_property that is the measured depth with respect to the RKB of the location of fluid sampling by a wireline formation test activity"^^xsd:string ; 1063 rdfs:comment "class_of_indirect_property that is the measured depth with respect to the RKB of the location of fluid sampling by a wireline formation test activity"^^xsd:string ;
1064 rdfs:domain ep-activity:WirelineFormationTest ; 1064 rdfs:domain ep-activity:WirelineFormationTest ;
1065 rdfs:label "measured depth of fluid sampling"^^xsd:string ; 1065 rdfs:label "measured depth of fluid sampling"^^xsd:string ;
1066 rdfs:range ep-core:Length . 1066 rdfs:range ep-core:Length .
1067 1067
1068 ep-activity:missedProductionTime 1068 ep-activity:missedProductionTime
1069 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1069 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1070 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1070 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1071 rdfs:label "missed production time"^^xsd:string ; 1071 rdfs:label "missed production time"^^xsd:string ;
1072 rdfs:range ep-core:TimeDuration . 1072 rdfs:range ep-core:TimeDuration .
...@@ -1079,7 +1079,7 @@ ep-activity:nominallyAt ...@@ -1079,7 +1079,7 @@ ep-activity:nominallyAt
1079 rdfs:range xsd:dateTime . 1079 rdfs:range xsd:dateTime .
1080 1080
1081 ep-activity:onDrillBit 1081 ep-activity:onDrillBit
1082 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1082 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1083 rdfs:domain ep-activity:WellBoreBitRunDrilling ; 1083 rdfs:domain ep-activity:WellBoreBitRunDrilling ;
1084 rdfs:label "on drill bit"^^xsd:string ; 1084 rdfs:label "on drill bit"^^xsd:string ;
1085 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 1085 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
...@@ -1089,7 +1089,7 @@ ep-activity:onFluid ...@@ -1089,7 +1089,7 @@ ep-activity:onFluid
1089 rdfs:label "on WellBore"^^xsd:string . 1089 rdfs:label "on WellBore"^^xsd:string .
1090 1090
1091 ep-activity:onRig 1091 ep-activity:onRig
1092 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1092 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1093 rdfs:domain ep-activity:DrillingActivity ; 1093 rdfs:domain ep-activity:DrillingActivity ;
1094 rdfs:label "on rig"^^xsd:string ; 1094 rdfs:label "on rig"^^xsd:string ;
1095 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . 1095 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> .
...@@ -1101,20 +1101,20 @@ ep-activity:onWell ...@@ -1101,20 +1101,20 @@ ep-activity:onWell
1101 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . 1101 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> .
1102 1102
1103 ep-activity:onWellBore 1103 ep-activity:onWellBore
1104 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1104 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1105 rdfs:domain ep-activity:DrillingActivity ; 1105 rdfs:domain ep-activity:DrillingActivity ;
1106 rdfs:label "on wellbore"^^xsd:string ; 1106 rdfs:label "on wellbore"^^xsd:string ;
1107 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . 1107 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> .
1108 1108
1109 ep-activity:operatingTimeOfDrillBit 1109 ep-activity:operatingTimeOfDrillBit
1110 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1110 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1111 rdfs:comment "class_of_indirect_property that is the operating time of the drill bit for a drilling activity"^^xsd:string ; 1111 rdfs:comment "class_of_indirect_property that is the operating time of the drill bit for a drilling activity"^^xsd:string ;
1112 rdfs:domain ep-activity:DrillingActivity ; 1112 rdfs:domain ep-activity:DrillingActivity ;
1113 rdfs:label "operating time of drill bit"^^xsd:string ; 1113 rdfs:label "operating time of drill bit"^^xsd:string ;
1114 rdfs:range ep-core:TimeDuration . 1114 rdfs:range ep-core:TimeDuration .
1115 1115
1116 ep-activity:pressureAtWhichPlugBumped 1116 ep-activity:pressureAtWhichPlugBumped
1117 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1117 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1118 rdfs:comment "class_of_indirect_property that is the pressure at which the plub bumped for a well cement pumping activity"^^xsd:string ; 1118 rdfs:comment "class_of_indirect_property that is the pressure at which the plub bumped for a well cement pumping activity"^^xsd:string ;
1119 rdfs:domain ep-activity:WellCementPumping ; 1119 rdfs:domain ep-activity:WellCementPumping ;
1120 rdfs:label "pressure at which plug bumped"^^xsd:string ; 1120 rdfs:label "pressure at which plug bumped"^^xsd:string ;
...@@ -1125,92 +1125,92 @@ ep-activity:pumpedFluid ...@@ -1125,92 +1125,92 @@ ep-activity:pumpedFluid
1125 rdfs:label "pumped fluid"^^xsd:string . 1125 rdfs:label "pumped fluid"^^xsd:string .
1126 1126
1127 ep-activity:recoveredCore 1127 ep-activity:recoveredCore
1128 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1128 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1129 rdfs:comment "core that is recovered by an ExtractAWellCore activity"^^xsd:string ; 1129 rdfs:comment "core that is recovered by an ExtractAWellCore activity"^^xsd:string ;
1130 rdfs:domain ep-activity:ExtractAWellCore ; 1130 rdfs:domain ep-activity:ExtractAWellCore ;
1131 rdfs:label "recovered core"^^xsd:string ; 1131 rdfs:label "recovered core"^^xsd:string ;
1132 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . 1132 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> .
1133 1133
1134 ep-activity:returnedCementingFluid 1134 ep-activity:returnedCementingFluid
1135 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1135 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1136 rdfs:comment "cementing fluid that is returned during a well cement pumping activity"^^xsd:string ; 1136 rdfs:comment "cementing fluid that is returned during a well cement pumping activity"^^xsd:string ;
1137 rdfs:domain ep-activity:WellCementPumping ; 1137 rdfs:domain ep-activity:WellCementPumping ;
1138 rdfs:label "returned cementing fluid"^^xsd:string ; 1138 rdfs:label "returned cementing fluid"^^xsd:string ;
1139 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . 1139 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> .
1140 1140
1141 ep-activity:sampledFluid 1141 ep-activity:sampledFluid
1142 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1142 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1143 rdfs:domain ep-activity:WirelineFormationTest ; 1143 rdfs:domain ep-activity:WirelineFormationTest ;
1144 rdfs:label "sampled fluid"^^xsd:string ; 1144 rdfs:label "sampled fluid"^^xsd:string ;
1145 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 1145 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
1146 1146
1147 ep-activity:serviceCompany 1147 ep-activity:serviceCompany
1148 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1148 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1149 rdfs:domain ep-activity:Activity ; 1149 rdfs:domain ep-activity:Activity ;
1150 rdfs:label "service company"^^xsd:string ; 1150 rdfs:label "service company"^^xsd:string ;
1151 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1151 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1152 1152
1153 ep-activity:startedAt 1153 ep-activity:startedAt
1154 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1154 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1155 rdfs:domain ep-core:PhysicalThing ; 1155 rdfs:domain ep-core:PhysicalThing ;
1156 rdfs:label "started at"^^xsd:string ; 1156 rdfs:label "started at"^^xsd:string ;
1157 rdfs:range xsd:dateTime . 1157 rdfs:range xsd:dateTime .
1158 1158
1159 ep-activity:timeLost 1159 ep-activity:timeLost
1160 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1160 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1161 rdfs:domain ep-activity:WellControlIncident ; 1161 rdfs:domain ep-activity:WellControlIncident ;
1162 rdfs:label "time lost"^^xsd:string ; 1162 rdfs:label "time lost"^^xsd:string ;
1163 rdfs:range ep-core:TimeDuration . 1163 rdfs:range ep-core:TimeDuration .
1164 1164
1165 ep-activity:timeOfFailure 1165 ep-activity:timeOfFailure
1166 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1166 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1167 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1167 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1168 rdfs:label "time of failure"^^xsd:string ; 1168 rdfs:label "time of failure"^^xsd:string ;
1169 rdfs:range xsd:dateTime . 1169 rdfs:range xsd:dateTime .
1170 1170
1171 ep-activity:timeOfRepair 1171 ep-activity:timeOfRepair
1172 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1172 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1173 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1173 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1174 rdfs:label "time of repair"^^xsd:string ; 1174 rdfs:label "time of repair"^^xsd:string ;
1175 rdfs:range xsd:dateTime . 1175 rdfs:range xsd:dateTime .
1176 1176
1177 ep-activity:volumeOfMudGained 1177 ep-activity:volumeOfMudGained
1178 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1178 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1179 rdfs:domain ep-activity:WellControlIncident ; 1179 rdfs:domain ep-activity:WellControlIncident ;
1180 - rdfs:label "final rate of drilling"^^xsd:string ; 1180 + rdfs:label "volume of mud gained"^^xsd:string ;
1181 rdfs:range ep-core:Volume . 1181 rdfs:range ep-core:Volume .
1182 1182
1183 ep-activity:wellBoreLoggingTool 1183 ep-activity:wellBoreLoggingTool
1184 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1184 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1185 rdfs:domain ep-activity:WellBoreLogRun ; 1185 rdfs:domain ep-activity:WellBoreLogRun ;
1186 rdfs:label "well bore logging tool"^^xsd:string ; 1186 rdfs:label "well bore logging tool"^^xsd:string ;
1187 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 1187 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
1188 1188
1189 ep-activity:wellTestBottomHolePressure 1189 ep-activity:wellTestBottomHolePressure
1190 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1190 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1191 rdfs:domain ep-activity:WellTest ; 1191 rdfs:domain ep-activity:WellTest ;
1192 rdfs:label "well test bottom hole pressure"^^xsd:string ; 1192 rdfs:label "well test bottom hole pressure"^^xsd:string ;
1193 rdfs:range ep-core:Pressure . 1193 rdfs:range ep-core:Pressure .
1194 1194
1195 ep-activity:wellTestFlowingPressure 1195 ep-activity:wellTestFlowingPressure
1196 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1196 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1197 rdfs:domain ep-activity:WellTest ; 1197 rdfs:domain ep-activity:WellTest ;
1198 rdfs:label "well test flowing pressure"^^xsd:string ; 1198 rdfs:label "well test flowing pressure"^^xsd:string ;
1199 rdfs:range ep-core:Pressure . 1199 rdfs:range ep-core:Pressure .
1200 1200
1201 ep-activity:wellTestNumber 1201 ep-activity:wellTestNumber
1202 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1202 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1203 rdfs:domain ep-activity:WellTest ; 1203 rdfs:domain ep-activity:WellTest ;
1204 rdfs:label "well test number"^^xsd:string . 1204 rdfs:label "well test number"^^xsd:string .
1205 1205
1206 ep-activity:wellTestShutInPressure 1206 ep-activity:wellTestShutInPressure
1207 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1207 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1208 rdfs:domain ep-activity:WellTest ; 1208 rdfs:domain ep-activity:WellTest ;
1209 rdfs:label "well test shut-in pressure"^^xsd:string ; 1209 rdfs:label "well test shut-in pressure"^^xsd:string ;
1210 rdfs:range ep-core:Pressure . 1210 rdfs:range ep-core:Pressure .
1211 1211
1212 ep-activity:wellTestStoredOil 1212 ep-activity:wellTestStoredOil
1213 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1213 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1214 rdfs:domain ep-activity:WellTest ; 1214 rdfs:domain ep-activity:WellTest ;
1215 rdfs:label "well test stored oil"^^xsd:string ; 1215 rdfs:label "well test stored oil"^^xsd:string ;
1216 rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> . 1216 rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> .
......
...@@ -422,7 +422,7 @@ ep-core:VolumeAt15degC1atm ...@@ -422,7 +422,7 @@ ep-core:VolumeAt15degC1atm
422 422
423 ep-core:VolumeAt1degC1atm 423 ep-core:VolumeAt1degC1atm
424 rdf:type ep-core:PropertySpace , rdfs:Class ; 424 rdf:type ep-core:PropertySpace , rdfs:Class ;
425 - rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; 425 + rdfs:label "volume at 1 degrees C 1 atmosphere"^^xsd:string ;
426 rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . 426 rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .
427 427
428 ep-core:VolumeAt60degF1atm 428 ep-core:VolumeAt60degF1atm
...@@ -3442,7 +3442,7 @@ ep-core:n_m-2 ...@@ -3442,7 +3442,7 @@ ep-core:n_m-2
3442 3442
3443 ep-core:n_m-3 3443 ep-core:n_m-3
3444 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 3444 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
3445 - rdfs:label "Newtons per square metre"^^xsd:string . 3445 + rdfs:label "Newtons per cubic metre"^^xsd:string .
3446 3446
3447 ep-core:n_m-E 3447 ep-core:n_m-E
3448 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 3448 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 15
16 <http://www.reportinghub.no/ep/schema/1.0/flow> 16 <http://www.reportinghub.no/ep/schema/1.0/flow>
17 rdf:type owl:Ontology ; 17 rdf:type owl:Ontology ;
18 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; 18 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ;
19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
20 20
21 ep-core:PhysicalThingAtInstant 21 ep-core:PhysicalThingAtInstant
...@@ -29,67 +29,67 @@ ep-core:PhysicalThingDuringGasYearToDate ...@@ -29,67 +29,67 @@ ep-core:PhysicalThingDuringGasYearToDate
29 rdfs:subClassOf ep-core:PhysicalThing . 29 rdfs:subClassOf ep-core:PhysicalThing .
30 30
31 ep-core:PhysicalThingDuringMonthToDate 31 ep-core:PhysicalThingDuringMonthToDate
32 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 32 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
33 rdfs:label "physical thing during month to date"^^xsd:string ; 33 rdfs:label "physical thing during month to date"^^xsd:string ;
34 rdfs:subClassOf ep-core:PhysicalThing . 34 rdfs:subClassOf ep-core:PhysicalThing .
35 35
36 ep-core:PhysicalThingDuringOneDay 36 ep-core:PhysicalThingDuringOneDay
37 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 37 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
38 rdfs:label "physical thing during one day"^^xsd:string ; 38 rdfs:label "physical thing during one day"^^xsd:string ;
39 rdfs:subClassOf ep-core:PhysicalThing . 39 rdfs:subClassOf ep-core:PhysicalThing .
40 40
41 ep-core:PhysicalThingDuringOneGasDay 41 ep-core:PhysicalThingDuringOneGasDay
42 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 42 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
43 rdfs:label "physical thing during one gas day"^^xsd:string ; 43 rdfs:label "physical thing during one gas day"^^xsd:string ;
44 rdfs:subClassOf ep-core:PhysicalThing . 44 rdfs:subClassOf ep-core:PhysicalThing .
45 45
46 ep-core:PhysicalThingDuringOneGasMonth 46 ep-core:PhysicalThingDuringOneGasMonth
47 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 47 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
48 rdfs:label "physical thing during one gas month"^^xsd:string ; 48 rdfs:label "physical thing during one gas month"^^xsd:string ;
49 rdfs:subClassOf ep-core:PhysicalThing . 49 rdfs:subClassOf ep-core:PhysicalThing .
50 50
51 ep-core:PhysicalThingDuringOneGasYear 51 ep-core:PhysicalThingDuringOneGasYear
52 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 52 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
53 rdfs:label "physical thing during one gas year"^^xsd:string ; 53 rdfs:label "physical thing during one gas year"^^xsd:string ;
54 rdfs:subClassOf ep-core:PhysicalThing . 54 rdfs:subClassOf ep-core:PhysicalThing .
55 55
56 ep-core:PhysicalThingDuringOneMonth 56 ep-core:PhysicalThingDuringOneMonth
57 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 57 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
58 rdfs:label "physical thing during one month"^^xsd:string ; 58 rdfs:label "physical thing during one month"^^xsd:string ;
59 rdfs:subClassOf ep-core:PhysicalThing . 59 rdfs:subClassOf ep-core:PhysicalThing .
60 60
61 ep-core:PhysicalThingDuringOneWeek 61 ep-core:PhysicalThingDuringOneWeek
62 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 62 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
63 rdfs:label "physical thing during one week"^^xsd:string ; 63 rdfs:label "physical thing during one week"^^xsd:string ;
64 rdfs:subClassOf ep-core:PhysicalThing . 64 rdfs:subClassOf ep-core:PhysicalThing .
65 65
66 ep-core:PhysicalThingDuringOneYear 66 ep-core:PhysicalThingDuringOneYear
67 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 67 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
68 rdfs:label "physical thing during one year"^^xsd:string ; 68 rdfs:label "physical thing during one year"^^xsd:string ;
69 rdfs:subClassOf ep-core:PhysicalThing . 69 rdfs:subClassOf ep-core:PhysicalThing .
70 70
71 ep-core:PhysicalThingDuringYearToDate 71 ep-core:PhysicalThingDuringYearToDate
72 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 72 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
73 rdfs:label "physical thing during year to date"^^xsd:string ; 73 rdfs:label "physical thing during year to date"^^xsd:string ;
74 rdfs:subClassOf ep-core:PhysicalThing . 74 rdfs:subClassOf ep-core:PhysicalThing .
75 75
76 ep-flow:AllocatedFlow 76 ep-flow:AllocatedFlow
77 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 77 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
78 rdfs:label "allocated flow"^^xsd:string ; 78 rdfs:label "allocated flow"^^xsd:string ;
79 rdfs:subClassOf ep-flow:WholeLifeFlow . 79 rdfs:subClassOf ep-flow:WholeLifeFlow .
80 80
81 ep-flow:AllocatedInventory 81 ep-flow:AllocatedInventory
82 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 82 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
83 rdfs:label "allocated inventory"^^xsd:string ; 83 rdfs:label "allocated inventory"^^xsd:string ;
84 rdfs:subClassOf ep-flow:WholeLifeInventory . 84 rdfs:subClassOf ep-flow:WholeLifeInventory .
85 85
86 ep-flow:BudgetFlow 86 ep-flow:BudgetFlow
87 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 87 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
88 rdfs:label "budget flow"^^xsd:string ; 88 rdfs:label "budget flow"^^xsd:string ;
89 rdfs:subClassOf ep-flow:WholeLifeFlow . 89 rdfs:subClassOf ep-flow:WholeLifeFlow .
90 90
91 ep-flow:BudgetInventory 91 ep-flow:BudgetInventory
92 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 92 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
93 rdfs:label "budget inventory"^^xsd:string ; 93 rdfs:label "budget inventory"^^xsd:string ;
94 rdfs:subClassOf ep-flow:WholeLifeInventory . 94 rdfs:subClassOf ep-flow:WholeLifeInventory .
95 95
...@@ -104,72 +104,72 @@ ep-flow:ConstraintFlow ...@@ -104,72 +104,72 @@ ep-flow:ConstraintFlow
104 rdfs:subClassOf ep-flow:WholeLifeFlow . 104 rdfs:subClassOf ep-flow:WholeLifeFlow .
105 105
106 ep-flow:ConstraintFlow-fixed 106 ep-flow:ConstraintFlow-fixed
107 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 107 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
108 rdfs:label "constraint flow - fixed"^^xsd:string ; 108 rdfs:label "constraint flow - fixed"^^xsd:string ;
109 rdfs:subClassOf ep-flow:ConstraintFlow . 109 rdfs:subClassOf ep-flow:ConstraintFlow .
110 110
111 ep-flow:ConstraintFlow-maximum 111 ep-flow:ConstraintFlow-maximum
112 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 112 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
113 rdfs:label "constraint flow - maximum"^^xsd:string ; 113 rdfs:label "constraint flow - maximum"^^xsd:string ;
114 rdfs:subClassOf ep-flow:ConstraintFlow . 114 rdfs:subClassOf ep-flow:ConstraintFlow .
115 115
116 ep-flow:ConstraintFlow-minimum 116 ep-flow:ConstraintFlow-minimum
117 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 117 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
118 rdfs:label "constraint flow - minimum"^^xsd:string ; 118 rdfs:label "constraint flow - minimum"^^xsd:string ;
119 rdfs:subClassOf ep-flow:ConstraintFlow . 119 rdfs:subClassOf ep-flow:ConstraintFlow .
120 120
121 ep-flow:ConstraintInventory 121 ep-flow:ConstraintInventory
122 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 122 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
123 rdfs:label "constraint inventory"^^xsd:string ; 123 rdfs:label "constraint inventory"^^xsd:string ;
124 rdfs:subClassOf ep-flow:WholeLifeInventory . 124 rdfs:subClassOf ep-flow:WholeLifeInventory .
125 125
126 ep-flow:Consume 126 ep-flow:Consume
127 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 127 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
128 rdfs:label "consume"^^xsd:string ; 128 rdfs:label "consume"^^xsd:string ;
129 rdfs:subClassOf ep-flow:WholeLifeFlow . 129 rdfs:subClassOf ep-flow:WholeLifeFlow .
130 130
131 ep-flow:Consume-HPflare 131 ep-flow:Consume-HPflare
132 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 132 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
133 rdfs:label "consume - HP flare"^^xsd:string ; 133 rdfs:label "consume - HP flare"^^xsd:string ;
134 rdfs:subClassOf ep-flow:Consume-flare . 134 rdfs:subClassOf ep-flow:Consume-flare .
135 135
136 ep-flow:Consume-LPflare 136 ep-flow:Consume-LPflare
137 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 137 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
138 rdfs:label "consume - LP flare"^^xsd:string ; 138 rdfs:label "consume - LP flare"^^xsd:string ;
139 rdfs:subClassOf ep-flow:Consume-flare . 139 rdfs:subClassOf ep-flow:Consume-flare .
140 140
141 ep-flow:Consume-blackstart 141 ep-flow:Consume-blackstart
142 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 142 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
143 rdfs:label "consume - blackstart"^^xsd:string ; 143 rdfs:label "consume - blackstart"^^xsd:string ;
144 rdfs:subClassOf ep-flow:Consume . 144 rdfs:subClassOf ep-flow:Consume .
145 145
146 ep-flow:Consume-compressor 146 ep-flow:Consume-compressor
147 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 147 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
148 rdfs:label "consume - compressor"^^xsd:string ; 148 rdfs:label "consume - compressor"^^xsd:string ;
149 rdfs:subClassOf ep-flow:Consume . 149 rdfs:subClassOf ep-flow:Consume .
150 150
151 ep-flow:Consume-emitted 151 ep-flow:Consume-emitted
152 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 152 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
153 rdfs:label "consume - emitted"^^xsd:string ; 153 rdfs:label "consume - emitted"^^xsd:string ;
154 rdfs:subClassOf ep-flow:Consume . 154 rdfs:subClassOf ep-flow:Consume .
155 155
156 ep-flow:Consume-flare 156 ep-flow:Consume-flare
157 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 157 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
158 rdfs:label "consume - flare"^^xsd:string ; 158 rdfs:label "consume - flare"^^xsd:string ;
159 rdfs:subClassOf ep-flow:Consume . 159 rdfs:subClassOf ep-flow:Consume .
160 160
161 ep-flow:Consume-fuel 161 ep-flow:Consume-fuel
162 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 162 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
163 rdfs:label "consume - fuel"^^xsd:string ; 163 rdfs:label "consume - fuel"^^xsd:string ;
164 rdfs:subClassOf ep-flow:Consume . 164 rdfs:subClassOf ep-flow:Consume .
165 165
166 ep-flow:Consume-noncompressor 166 ep-flow:Consume-noncompressor
167 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 167 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
168 rdfs:label "consume - non-compressor"^^xsd:string ; 168 rdfs:label "consume - non-compressor"^^xsd:string ;
169 rdfs:subClassOf ep-flow:Consume . 169 rdfs:subClassOf ep-flow:Consume .
170 170
171 ep-flow:Consume-venting 171 ep-flow:Consume-venting
172 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 172 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
173 rdfs:label "consume - venting"^^xsd:string ; 173 rdfs:label "consume - venting"^^xsd:string ;
174 rdfs:subClassOf ep-flow:Consume . 174 rdfs:subClassOf ep-flow:Consume .
175 175
...@@ -189,12 +189,12 @@ ep-flow:DerivedFlow ...@@ -189,12 +189,12 @@ ep-flow:DerivedFlow
189 rdfs:subClassOf ep-flow:WholeLifeFlow . 189 rdfs:subClassOf ep-flow:WholeLifeFlow .
190 190
191 ep-flow:DerivedFlow-difference 191 ep-flow:DerivedFlow-difference
192 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 192 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
193 rdfs:label "derived flow - difference"^^xsd:string ; 193 rdfs:label "derived flow - difference"^^xsd:string ;
194 rdfs:subClassOf ep-flow:DerivedFlow . 194 rdfs:subClassOf ep-flow:DerivedFlow .
195 195
196 ep-flow:DerivedInventory 196 ep-flow:DerivedInventory
197 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 197 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
198 rdfs:label "derived inventory"^^xsd:string ; 198 rdfs:label "derived inventory"^^xsd:string ;
199 rdfs:subClassOf ep-flow:WholeLifeInventory . 199 rdfs:subClassOf ep-flow:WholeLifeInventory .
200 200
...@@ -204,7 +204,7 @@ ep-flow:DifferenceFlow ...@@ -204,7 +204,7 @@ ep-flow:DifferenceFlow
204 rdfs:subClassOf ep-flow:WholeLifeFlow . 204 rdfs:subClassOf ep-flow:WholeLifeFlow .
205 205
206 ep-flow:DifferenceInventory 206 ep-flow:DifferenceInventory
207 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 207 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
208 rdfs:label "difference inventory"^^xsd:string ; 208 rdfs:label "difference inventory"^^xsd:string ;
209 rdfs:subClassOf ep-flow:WholeLifeInventory . 209 rdfs:subClassOf ep-flow:WholeLifeInventory .
210 210
...@@ -214,32 +214,32 @@ ep-flow:ElectricPowerFlow ...@@ -214,32 +214,32 @@ ep-flow:ElectricPowerFlow
214 rdfs:subClassOf ep-flow:Flow . 214 rdfs:subClassOf ep-flow:Flow .
215 215
216 ep-flow:EstimatedFlow 216 ep-flow:EstimatedFlow
217 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 217 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
218 rdfs:label "estimated flow"^^xsd:string ; 218 rdfs:label "estimated flow"^^xsd:string ;
219 rdfs:subClassOf ep-flow:WholeLifeFlow . 219 rdfs:subClassOf ep-flow:WholeLifeFlow .
220 220
221 ep-flow:EstimatedInventory 221 ep-flow:EstimatedInventory
222 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 222 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
223 rdfs:label "estimated inventory"^^xsd:string ; 223 rdfs:label "estimated inventory"^^xsd:string ;
224 rdfs:subClassOf ep-flow:WholeLifeInventory . 224 rdfs:subClassOf ep-flow:WholeLifeInventory .
225 225
226 ep-flow:Export 226 ep-flow:Export
227 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 227 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
228 rdfs:label "export"^^xsd:string ; 228 rdfs:label "export"^^xsd:string ;
229 rdfs:subClassOf ep-flow:WholeLifeFlow . 229 rdfs:subClassOf ep-flow:WholeLifeFlow .
230 230
231 ep-flow:Export-nominated 231 ep-flow:Export-nominated
232 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 232 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
233 rdfs:label "export nominated"^^xsd:string ; 233 rdfs:label "export nominated"^^xsd:string ;
234 rdfs:subClassOf ep-flow:Export . 234 rdfs:subClassOf ep-flow:Export .
235 235
236 ep-flow:Export-requested 236 ep-flow:Export-requested
237 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 237 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
238 rdfs:label "export requested"^^xsd:string ; 238 rdfs:label "export requested"^^xsd:string ;
239 rdfs:subClassOf ep-flow:Export . 239 rdfs:subClassOf ep-flow:Export .
240 240
241 ep-flow:Export-shortfall 241 ep-flow:Export-shortfall
242 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 242 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
243 rdfs:label "export shortfall"^^xsd:string ; 243 rdfs:label "export shortfall"^^xsd:string ;
244 rdfs:subClassOf ep-flow:Export . 244 rdfs:subClassOf ep-flow:Export .
245 245
...@@ -249,12 +249,12 @@ ep-flow:Flow ...@@ -249,12 +249,12 @@ ep-flow:Flow
249 rdfs:subClassOf ep-core:PhysicalThing . 249 rdfs:subClassOf ep-core:PhysicalThing .
250 250
251 ep-flow:FlowAtInstant 251 ep-flow:FlowAtInstant
252 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 252 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
253 rdfs:label "flow at instant"^^xsd:string ; 253 rdfs:label "flow at instant"^^xsd:string ;
254 rdfs:subClassOf ep-flow:Flow . 254 rdfs:subClassOf ep-flow:Flow .
255 255
256 ep-flow:FlowDuringDay 256 ep-flow:FlowDuringDay
257 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 257 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
258 rdfs:label "flow during day"^^xsd:string ; 258 rdfs:label "flow during day"^^xsd:string ;
259 rdfs:subClassOf ep-flow:FlowDuringPeriod . 259 rdfs:subClassOf ep-flow:FlowDuringPeriod .
260 260
...@@ -269,7 +269,7 @@ ep-flow:FlowDuringMonthToDate ...@@ -269,7 +269,7 @@ ep-flow:FlowDuringMonthToDate
269 rdfs:subClassOf ep-flow:FlowDuringPeriod . 269 rdfs:subClassOf ep-flow:FlowDuringPeriod .
270 270
271 ep-flow:FlowDuringPeriod 271 ep-flow:FlowDuringPeriod
272 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 272 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
273 rdfs:label "flow during period"^^xsd:string ; 273 rdfs:label "flow during period"^^xsd:string ;
274 rdfs:subClassOf ep-flow:Flow . 274 rdfs:subClassOf ep-flow:Flow .
275 275
...@@ -279,7 +279,7 @@ ep-flow:FlowDuringWeek ...@@ -279,7 +279,7 @@ ep-flow:FlowDuringWeek
279 rdfs:subClassOf ep-flow:FlowDuringPeriod . 279 rdfs:subClassOf ep-flow:FlowDuringPeriod .
280 280
281 ep-flow:FlowDuringYear 281 ep-flow:FlowDuringYear
282 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 282 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
283 rdfs:label "flow during year"^^xsd:string ; 283 rdfs:label "flow during year"^^xsd:string ;
284 rdfs:subClassOf ep-flow:FlowDuringPeriod . 284 rdfs:subClassOf ep-flow:FlowDuringPeriod .
285 285
...@@ -304,42 +304,42 @@ ep-flow:ForecastFlow ...@@ -304,42 +304,42 @@ ep-flow:ForecastFlow
304 rdfs:subClassOf ep-flow:WholeLifeFlow . 304 rdfs:subClassOf ep-flow:WholeLifeFlow .
305 305
306 ep-flow:ForecastFlow-declineCurve 306 ep-flow:ForecastFlow-declineCurve
307 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 307 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
308 rdfs:label "forecast flow - decline curve"^^xsd:string ; 308 rdfs:label "forecast flow - decline curve"^^xsd:string ;
309 rdfs:subClassOf ep-flow:ForecastFlow . 309 rdfs:subClassOf ep-flow:ForecastFlow .
310 310
311 ep-flow:ForecastFlow-standard 311 ep-flow:ForecastFlow-standard
312 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 312 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
313 rdfs:label "forecast flow - standard"^^xsd:string ; 313 rdfs:label "forecast flow - standard"^^xsd:string ;
314 rdfs:subClassOf ep-flow:ForecastFlow . 314 rdfs:subClassOf ep-flow:ForecastFlow .
315 315
316 ep-flow:ForecastInventory 316 ep-flow:ForecastInventory
317 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 317 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
318 rdfs:label "forecast inventory"^^xsd:string ; 318 rdfs:label "forecast inventory"^^xsd:string ;
319 rdfs:subClassOf ep-flow:WholeLifeInventory . 319 rdfs:subClassOf ep-flow:WholeLifeInventory .
320 320
321 ep-flow:Gaslift 321 ep-flow:Gaslift
322 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 322 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
323 rdfs:label "gas lift"^^xsd:string ; 323 rdfs:label "gas lift"^^xsd:string ;
324 rdfs:subClassOf ep-flow:WholeLifeFlow . 324 rdfs:subClassOf ep-flow:WholeLifeFlow .
325 325
326 ep-flow:GrossProductFlow 326 ep-flow:GrossProductFlow
327 - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; 327 + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ;
328 rdfs:label "gross product flow"^^xsd:string ; 328 rdfs:label "gross product flow"^^xsd:string ;
329 rdfs:subClassOf ep-flow:ProductFlow . 329 rdfs:subClassOf ep-flow:ProductFlow .
330 330
331 ep-flow:HydrocarbonAccounting 331 ep-flow:HydrocarbonAccounting
332 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 332 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
333 rdfs:label "hydrocarbon accounting"^^xsd:string ; 333 rdfs:label "hydrocarbon accounting"^^xsd:string ;
334 rdfs:subClassOf ep-flow:WholeLifeFlow . 334 rdfs:subClassOf ep-flow:WholeLifeFlow .
335 335
336 ep-flow:Import 336 ep-flow:Import
337 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 337 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
338 rdfs:label "import"^^xsd:string ; 338 rdfs:label "import"^^xsd:string ;
339 rdfs:subClassOf ep-flow:WholeLifeFlow . 339 rdfs:subClassOf ep-flow:WholeLifeFlow .
340 340
341 ep-flow:Injection 341 ep-flow:Injection
342 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 342 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
343 rdfs:label "injection"^^xsd:string ; 343 rdfs:label "injection"^^xsd:string ;
344 rdfs:subClassOf ep-flow:WholeLifeFlow . 344 rdfs:subClassOf ep-flow:WholeLifeFlow .
345 345
...@@ -349,42 +349,42 @@ ep-flow:Inventory ...@@ -349,42 +349,42 @@ ep-flow:Inventory
349 rdfs:subClassOf ep-core:PhysicalObject . 349 rdfs:subClassOf ep-core:PhysicalObject .
350 350
351 ep-flow:MassAdjustedFlow 351 ep-flow:MassAdjustedFlow
352 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 352 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
353 rdfs:label "mass adjusted flow"^^xsd:string ; 353 rdfs:label "mass adjusted flow"^^xsd:string ;
354 rdfs:subClassOf ep-flow:WholeLifeFlow . 354 rdfs:subClassOf ep-flow:WholeLifeFlow .
355 355
356 ep-flow:MeasuredFlow 356 ep-flow:MeasuredFlow
357 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 357 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
358 rdfs:label "measured flow"^^xsd:string ; 358 rdfs:label "measured flow"^^xsd:string ;
359 rdfs:subClassOf ep-flow:WholeLifeFlow . 359 rdfs:subClassOf ep-flow:WholeLifeFlow .
360 360
361 ep-flow:MeasuredFlow-fiscal 361 ep-flow:MeasuredFlow-fiscal
362 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 362 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
363 rdfs:label "measured flow - fiscal"^^xsd:string ; 363 rdfs:label "measured flow - fiscal"^^xsd:string ;
364 rdfs:subClassOf ep-flow:MeasuredFlow . 364 rdfs:subClassOf ep-flow:MeasuredFlow .
365 365
366 ep-flow:MeasuredFlow-raw 366 ep-flow:MeasuredFlow-raw
367 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 367 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
368 rdfs:label "measured flow - raw"^^xsd:string ; 368 rdfs:label "measured flow - raw"^^xsd:string ;
369 rdfs:subClassOf ep-flow:MeasuredFlow . 369 rdfs:subClassOf ep-flow:MeasuredFlow .
370 370
371 ep-flow:MeasuredFlow-recalibrated 371 ep-flow:MeasuredFlow-recalibrated
372 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 372 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
373 rdfs:label "measured flow - recalibrated"^^xsd:string ; 373 rdfs:label "measured flow - recalibrated"^^xsd:string ;
374 rdfs:subClassOf ep-flow:MeasuredFlow . 374 rdfs:subClassOf ep-flow:MeasuredFlow .
375 375
376 ep-flow:MeasuredInventory 376 ep-flow:MeasuredInventory
377 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 377 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
378 rdfs:label "measured inventory"^^xsd:string ; 378 rdfs:label "measured inventory"^^xsd:string ;
379 rdfs:subClassOf ep-flow:WholeLifeInventory . 379 rdfs:subClassOf ep-flow:WholeLifeInventory .
380 380
381 ep-flow:MeteredFlowFiscal 381 ep-flow:MeteredFlowFiscal
382 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 382 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
383 rdfs:label "metered flow fiscal"^^xsd:string ; 383 rdfs:label "metered flow fiscal"^^xsd:string ;
384 rdfs:subClassOf ep-flow:WholeLifeFlow . 384 rdfs:subClassOf ep-flow:WholeLifeFlow .
385 385
386 ep-flow:NetProductFlow 386 ep-flow:NetProductFlow
387 - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; 387 + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ;
388 rdfs:label "net product flow"^^xsd:string ; 388 rdfs:label "net product flow"^^xsd:string ;
389 rdfs:subClassOf ep-flow:ProductFlow . 389 rdfs:subClassOf ep-flow:ProductFlow .
390 390
...@@ -394,12 +394,12 @@ ep-flow:NominatedFlow ...@@ -394,12 +394,12 @@ ep-flow:NominatedFlow
394 rdfs:subClassOf ep-flow:WholeLifeFlow . 394 rdfs:subClassOf ep-flow:WholeLifeFlow .
395 395
396 ep-flow:NominatedInventory 396 ep-flow:NominatedInventory
397 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 397 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
398 rdfs:label "nominated inventory"^^xsd:string ; 398 rdfs:label "nominated inventory"^^xsd:string ;
399 rdfs:subClassOf ep-flow:WholeLifeInventory . 399 rdfs:subClassOf ep-flow:WholeLifeInventory .
400 400
401 ep-flow:Overboard 401 ep-flow:Overboard
402 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 402 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
403 rdfs:label "overboard"^^xsd:string ; 403 rdfs:label "overboard"^^xsd:string ;
404 rdfs:subClassOf ep-flow:WholeLifeFlow . 404 rdfs:subClassOf ep-flow:WholeLifeFlow .
405 405
...@@ -409,7 +409,7 @@ ep-flow:PotentialFlow ...@@ -409,7 +409,7 @@ ep-flow:PotentialFlow
409 rdfs:subClassOf ep-flow:WholeLifeFlow . 409 rdfs:subClassOf ep-flow:WholeLifeFlow .
410 410
411 ep-flow:PotentialInventory 411 ep-flow:PotentialInventory
412 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 412 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
413 rdfs:label "potential inventory"^^xsd:string ; 413 rdfs:label "potential inventory"^^xsd:string ;
414 rdfs:subClassOf ep-flow:WholeLifeInventory . 414 rdfs:subClassOf ep-flow:WholeLifeInventory .
415 415
...@@ -429,7 +429,7 @@ ep-flow:ProcessedFlow ...@@ -429,7 +429,7 @@ ep-flow:ProcessedFlow
429 rdfs:subClassOf ep-flow:WholeLifeFlow . 429 rdfs:subClassOf ep-flow:WholeLifeFlow .
430 430
431 ep-flow:ProcessedInventory 431 ep-flow:ProcessedInventory
432 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 432 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
433 rdfs:label "processed inventory"^^xsd:string ; 433 rdfs:label "processed inventory"^^xsd:string ;
434 rdfs:subClassOf ep-flow:WholeLifeInventory . 434 rdfs:subClassOf ep-flow:WholeLifeInventory .
435 435
...@@ -489,7 +489,7 @@ ep-flow:ProductMaterialType ...@@ -489,7 +489,7 @@ ep-flow:ProductMaterialType
489 rdfs:subClassOf owl:Class . 489 rdfs:subClassOf owl:Class .
490 490
491 ep-flow:Production 491 ep-flow:Production
492 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 492 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
493 rdfs:label "production"^^xsd:string ; 493 rdfs:label "production"^^xsd:string ;
494 rdfs:subClassOf ep-flow:WholeLifeFlow . 494 rdfs:subClassOf ep-flow:WholeLifeFlow .
495 495
...@@ -574,12 +574,12 @@ ep-flow:ProductionTestWellHeadFlow ...@@ -574,12 +574,12 @@ ep-flow:ProductionTestWellHeadFlow
574 rdfs:subClassOf ep-flow:WholeLifeFlow . 574 rdfs:subClassOf ep-flow:WholeLifeFlow .
575 575
576 ep-flow:QuotaFlow 576 ep-flow:QuotaFlow
577 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 577 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
578 rdfs:label "quota flow"^^xsd:string ; 578 rdfs:label "quota flow"^^xsd:string ;
579 rdfs:subClassOf ep-flow:WholeLifeFlow . 579 rdfs:subClassOf ep-flow:WholeLifeFlow .
580 580
581 ep-flow:QuotaInventory 581 ep-flow:QuotaInventory
582 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 582 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
583 rdfs:label "quota inventory"^^xsd:string ; 583 rdfs:label "quota inventory"^^xsd:string ;
584 rdfs:subClassOf ep-flow:WholeLifeInventory . 584 rdfs:subClassOf ep-flow:WholeLifeInventory .
585 585
...@@ -589,12 +589,12 @@ ep-flow:RecommendedFlow ...@@ -589,12 +589,12 @@ ep-flow:RecommendedFlow
589 rdfs:subClassOf ep-flow:WholeLifeFlow . 589 rdfs:subClassOf ep-flow:WholeLifeFlow .
590 590
591 ep-flow:RecommendedInventory 591 ep-flow:RecommendedInventory
592 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 592 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
593 rdfs:label "recommended inventory"^^xsd:string ; 593 rdfs:label "recommended inventory"^^xsd:string ;
594 rdfs:subClassOf ep-flow:WholeLifeInventory . 594 rdfs:subClassOf ep-flow:WholeLifeInventory .
595 595
596 ep-flow:Sale 596 ep-flow:Sale
597 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 597 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
598 rdfs:label "sale"^^xsd:string ; 598 rdfs:label "sale"^^xsd:string ;
599 rdfs:subClassOf ep-flow:WholeLifeFlow . 599 rdfs:subClassOf ep-flow:WholeLifeFlow .
600 600
...@@ -604,7 +604,7 @@ ep-flow:SaleableFlow ...@@ -604,7 +604,7 @@ ep-flow:SaleableFlow
604 rdfs:subClassOf ep-flow:WholeLifeFlow . 604 rdfs:subClassOf ep-flow:WholeLifeFlow .
605 605
606 ep-flow:SaleableInventory 606 ep-flow:SaleableInventory
607 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 607 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
608 rdfs:label "saleable inventory"^^xsd:string ; 608 rdfs:label "saleable inventory"^^xsd:string ;
609 rdfs:subClassOf ep-flow:WholeLifeInventory . 609 rdfs:subClassOf ep-flow:WholeLifeInventory .
610 610
...@@ -614,17 +614,17 @@ ep-flow:SampleOfMaterial ...@@ -614,17 +614,17 @@ ep-flow:SampleOfMaterial
614 rdfs:subClassOf ep-material:QuantityOfMaterial . 614 rdfs:subClassOf ep-material:QuantityOfMaterial .
615 615
616 ep-flow:SimulatedFlow 616 ep-flow:SimulatedFlow
617 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 617 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
618 rdfs:label "simulated flow"^^xsd:string ; 618 rdfs:label "simulated flow"^^xsd:string ;
619 rdfs:subClassOf ep-flow:WholeLifeFlow . 619 rdfs:subClassOf ep-flow:WholeLifeFlow .
620 620
621 ep-flow:SimulatedInventory 621 ep-flow:SimulatedInventory
622 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 622 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
623 rdfs:label "simulated inventory"^^xsd:string ; 623 rdfs:label "simulated inventory"^^xsd:string ;
624 rdfs:subClassOf ep-flow:WholeLifeInventory . 624 rdfs:subClassOf ep-flow:WholeLifeInventory .
625 625
626 ep-flow:Storage 626 ep-flow:Storage
627 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 627 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
628 rdfs:label "storage"^^xsd:string ; 628 rdfs:label "storage"^^xsd:string ;
629 rdfs:subClassOf ep-flow:WholeLifeFlow . 629 rdfs:subClassOf ep-flow:WholeLifeFlow .
630 630
...@@ -634,12 +634,12 @@ ep-flow:TargetFlow ...@@ -634,12 +634,12 @@ ep-flow:TargetFlow
634 rdfs:subClassOf ep-flow:WholeLifeFlow . 634 rdfs:subClassOf ep-flow:WholeLifeFlow .
635 635
636 ep-flow:TargetInventory 636 ep-flow:TargetInventory
637 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 637 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
638 rdfs:label "target inventory"^^xsd:string ; 638 rdfs:label "target inventory"^^xsd:string ;
639 rdfs:subClassOf ep-flow:WholeLifeInventory . 639 rdfs:subClassOf ep-flow:WholeLifeInventory .
640 640
641 ep-flow:TariffBasisFlow 641 ep-flow:TariffBasisFlow
642 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 642 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
643 rdfs:label "tariff basis flow"^^xsd:string ; 643 rdfs:label "tariff basis flow"^^xsd:string ;
644 rdfs:subClassOf ep-flow:WholeLifeFlow . 644 rdfs:subClassOf ep-flow:WholeLifeFlow .
645 645
...@@ -654,7 +654,7 @@ ep-flow:TemporalPartOfAFlowDurationType ...@@ -654,7 +654,7 @@ ep-flow:TemporalPartOfAFlowDurationType
654 rdfs:subClassOf owl:Class . 654 rdfs:subClassOf owl:Class .
655 655
656 ep-flow:ValueAdjustedFlow 656 ep-flow:ValueAdjustedFlow
657 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 657 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
658 rdfs:label "value adjusted flow"^^xsd:string ; 658 rdfs:label "value adjusted flow"^^xsd:string ;
659 rdfs:subClassOf ep-flow:WholeLifeFlow . 659 rdfs:subClassOf ep-flow:WholeLifeFlow .
660 660
...@@ -691,7 +691,7 @@ ep-flow:WholeLifeProductionFlowNetwork ...@@ -691,7 +691,7 @@ ep-flow:WholeLifeProductionFlowNetwork
691 ep-flow:WholeLifeProductionInventory 691 ep-flow:WholeLifeProductionInventory
692 rdf:type owl:Class ; 692 rdf:type owl:Class ;
693 rdfs:label "(whole life) production inventory"^^xsd:string ; 693 rdfs:label "(whole life) production inventory"^^xsd:string ;
694 - rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductionInventory . 694 + rdfs:subClassOf ep-flow:ProductionInventory , ep-flow:WholeLifeInventory .
695 695
696 ep-flow:WholeLifeProductionInventoryCollection 696 ep-flow:WholeLifeProductionInventoryCollection
697 rdf:type owl:Class ; 697 rdf:type owl:Class ;
...@@ -704,7 +704,7 @@ ep-flow:Wind ...@@ -704,7 +704,7 @@ ep-flow:Wind
704 rdfs:subClassOf ep-flow:Flow . 704 rdfs:subClassOf ep-flow:Flow .
705 705
706 ep-flow:allocatedTo 706 ep-flow:allocatedTo
707 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 707 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
708 rdfs:comment "facility to which a split of a flow or inventory is allocated"^^xsd:string ; 708 rdfs:comment "facility to which a split of a flow or inventory is allocated"^^xsd:string ;
709 rdfs:domain ep-core:PhysicalObject ; 709 rdfs:domain ep-core:PhysicalObject ;
710 rdfs:label "allocatedTo"^^xsd:string ; 710 rdfs:label "allocatedTo"^^xsd:string ;
...@@ -718,7 +718,7 @@ ep-flow:amountOfPrecipitation ...@@ -718,7 +718,7 @@ ep-flow:amountOfPrecipitation
718 rdfs:range ep-core:Length . 718 rdfs:range ep-core:Length .
719 719
720 ep-flow:dailyAverageAmountOfMaterial 720 ep-flow:dailyAverageAmountOfMaterial
721 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 721 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
722 rdfs:domain ep-flow:Flow ; 722 rdfs:domain ep-flow:Flow ;
723 rdfs:label "daily average amount of material"^^xsd:string ; 723 rdfs:label "daily average amount of material"^^xsd:string ;
724 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . 724 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
...@@ -745,13 +745,13 @@ ep-flow:flowInto ...@@ -745,13 +745,13 @@ ep-flow:flowInto
745 ep-flow:flowIntoOrOutOf 745 ep-flow:flowIntoOrOutOf
746 rdf:type owl:ObjectProperty ; 746 rdf:type owl:ObjectProperty ;
747 rdfs:domain ep-flow:WholeLifeFlow ; 747 rdfs:domain ep-flow:WholeLifeFlow ;
748 - rdfs:label "flow into"^^xsd:string ; 748 + rdfs:label "flow into or out of"^^xsd:string ;
749 rdfs:range ep-core:PhysicalThing . 749 rdfs:range ep-core:PhysicalThing .
750 750
751 ep-flow:flowOutOf 751 ep-flow:flowOutOf
752 rdf:type owl:ObjectProperty ; 752 rdf:type owl:ObjectProperty ;
753 rdfs:domain ep-flow:WholeLifeFlow ; 753 rdfs:domain ep-flow:WholeLifeFlow ;
754 - rdfs:label "flow into"^^xsd:string ; 754 + rdfs:label "flow out of"^^xsd:string ;
755 rdfs:range ep-core:PhysicalThing ; 755 rdfs:range ep-core:PhysicalThing ;
756 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . 756 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
757 757
...@@ -776,12 +776,12 @@ ep-flow:hasNetworkPart ...@@ -776,12 +776,12 @@ ep-flow:hasNetworkPart
776 rdfs:subPropertyOf ep-core:hasPart . 776 rdfs:subPropertyOf ep-core:hasPart .
777 777
778 ep-flow:horizontalDirectionAzimuth 778 ep-flow:horizontalDirectionAzimuth
779 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 779 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
780 rdfs:label "horizontal direction azimuth"^^xsd:string ; 780 rdfs:label "horizontal direction azimuth"^^xsd:string ;
781 rdfs:range ep-core:PlaneAngle . 781 rdfs:range ep-core:PlaneAngle .
782 782
783 ep-flow:materialThatFlows 783 ep-flow:materialThatFlows
784 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 784 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
785 rdfs:domain ep-flow:Flow ; 785 rdfs:domain ep-flow:Flow ;
786 rdfs:label "material that flows"^^xsd:string ; 786 rdfs:label "material that flows"^^xsd:string ;
787 rdfs:range ep-material:QuantityOfMaterial . 787 rdfs:range ep-material:QuantityOfMaterial .
...@@ -792,13 +792,13 @@ ep-flow:rateOfFlowOfMaterial ...@@ -792,13 +792,13 @@ ep-flow:rateOfFlowOfMaterial
792 rdfs:range ep-core:MeasureOfAmountOfMaterial . 792 rdfs:range ep-core:MeasureOfAmountOfMaterial .
793 793
794 ep-flow:summedDailyMass 794 ep-flow:summedDailyMass
795 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 795 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
796 rdfs:domain ep-flow:Inventory ; 796 rdfs:domain ep-flow:Inventory ;
797 rdfs:label "summed daily mass"^^xsd:string ; 797 rdfs:label "summed daily mass"^^xsd:string ;
798 rdfs:range ep-core:Mass . 798 rdfs:range ep-core:Mass .
799 799
800 ep-flow:totalVolumeOfMaterial-deprecated 800 ep-flow:totalVolumeOfMaterial-deprecated
801 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 801 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
802 rdfs:label "total volume of material"^^xsd:string ; 802 rdfs:label "total volume of material"^^xsd:string ;
803 rdfs:range ep-core:MeasureOfAmountOfMaterial . 803 rdfs:range ep-core:MeasureOfAmountOfMaterial .
804 804
......
...@@ -13,12 +13,12 @@ ...@@ -13,12 +13,12 @@
13 13
14 <http://www.reportinghub.no/ep/schema/1.0/geography> 14 <http://www.reportinghub.no/ep/schema/1.0/geography>
15 rdf:type owl:Ontology ; 15 rdf:type owl:Ontology ;
16 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/np/schema/1.0/npd> ; 16 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/np/schema/1.0/npd> ;
17 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 17 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
18 18
19 ep-core:Area 19 ep-core:Area
20 - rdf:type rdfs:Class , ep-core:PropertySpace ; 20 + rdf:type ep-core:PropertySpace , rdfs:Class ;
21 - rdfs:label "Compressibility"^^xsd:string ; 21 + rdfs:label "Area"^^xsd:string ;
22 rdfs:subClassOf owl:Class . 22 rdfs:subClassOf owl:Class .
23 23
24 ep-core:areaCoveredByBusinessArrangementHasNpdPolygonPart 24 ep-core:areaCoveredByBusinessArrangementHasNpdPolygonPart
...@@ -40,19 +40,19 @@ ep-geo:AreaCoveredByBusinessArrangement ...@@ -40,19 +40,19 @@ ep-geo:AreaCoveredByBusinessArrangement
40 rdf:type owl:Class ; 40 rdf:type owl:Class ;
41 rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ; 41 rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ;
42 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 42 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
43 - owl:disjointWith ep-geo:LicenceBlock , ep-geo:Country , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:State . 43 + owl:disjointWith ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State .
44 44
45 ep-geo:Country 45 ep-geo:Country
46 rdf:type owl:Class ; 46 rdf:type owl:Class ;
47 rdfs:label "country"^^xsd:string ; 47 rdfs:label "country"^^xsd:string ;
48 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 48 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
49 - owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:State . 49 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State .
50 50
51 ep-geo:County 51 ep-geo:County
52 rdf:type owl:Class ; 52 rdf:type owl:Class ;
53 rdfs:label "county"^^xsd:string ; 53 rdfs:label "county"^^xsd:string ;
54 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 54 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
55 - owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country . 55 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State .
56 56
57 ep-geo:DestinationType 57 ep-geo:DestinationType
58 rdf:type rdfs:Class ; 58 rdf:type rdfs:Class ;
...@@ -60,7 +60,7 @@ ep-geo:DestinationType ...@@ -60,7 +60,7 @@ ep-geo:DestinationType
60 rdfs:subClassOf owl:Class . 60 rdfs:subClassOf owl:Class .
61 61
62 ep-geo:Harbour 62 ep-geo:Harbour
63 - rdf:type owl:Class , ep-geo:DestinationType ; 63 + rdf:type ep-geo:DestinationType , owl:Class ;
64 rdfs:label "harbour"^^xsd:string ; 64 rdfs:label "harbour"^^xsd:string ;
65 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . 65 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth .
66 66
...@@ -69,7 +69,7 @@ ep-geo:LicenceBlock ...@@ -69,7 +69,7 @@ ep-geo:LicenceBlock
69 rdfs:comment "See RDL RDS13025226"^^xsd:string ; 69 rdfs:comment "See RDL RDS13025226"^^xsd:string ;
70 rdfs:label "Licence Block"^^xsd:string ; 70 rdfs:label "Licence Block"^^xsd:string ;
71 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 71 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
72 - owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:County , ep-geo:State , ep-geo:Country . 72 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State .
73 73
74 ep-geo:OffshoreLocation 74 ep-geo:OffshoreLocation
75 rdf:type owl:Class ; 75 rdf:type owl:Class ;
...@@ -80,7 +80,7 @@ ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon ...@@ -80,7 +80,7 @@ ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon
80 rdf:type owl:Class ; 80 rdf:type owl:Class ;
81 rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ; 81 rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ;
82 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 82 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
83 - owl:disjointWith ep-geo:State , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement . 83 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:State .
84 84
85 ep-geo:PartOfTheSurfaceOfTheEarth 85 ep-geo:PartOfTheSurfaceOfTheEarth
86 rdf:type owl:Class ; 86 rdf:type owl:Class ;
...@@ -91,13 +91,13 @@ ep-geo:State ...@@ -91,13 +91,13 @@ ep-geo:State
91 rdf:type owl:Class ; 91 rdf:type owl:Class ;
92 rdfs:label "state"^^xsd:string ; 92 rdfs:label "state"^^xsd:string ;
93 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 93 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
94 - owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country . 94 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon .
95 95
96 ep-geo:Terminal 96 ep-geo:Terminal
97 - rdf:type owl:Class , ep-geo:DestinationType ; 97 + rdf:type ep-geo:DestinationType , owl:Class ;
98 rdfs:comment "facility that is for the storage of oil, petrochemical products or both"^^xsd:string ; 98 rdfs:comment "facility that is for the storage of oil, petrochemical products or both"^^xsd:string ;
99 rdfs:label "terminal"^^xsd:string ; 99 rdfs:label "terminal"^^xsd:string ;
100 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth , ep-fac:Facility . 100 + rdfs:subClassOf ep-fac:Facility , ep-geo:PartOfTheSurfaceOfTheEarth .
101 101
102 ep-geo:areaOnSurfaceOfEarth 102 ep-geo:areaOnSurfaceOfEarth
103 rdf:type owl:ObjectProperty ; 103 rdf:type owl:ObjectProperty ;
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
21 21
22 <http://www.reportinghub.no/ep/schema/1.0/production-activity> 22 <http://www.reportinghub.no/ep/schema/1.0/production-activity>
23 rdf:type owl:Ontology ; 23 rdf:type owl:Ontology ;
24 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> ; 24 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
26 26
27 <http://www.reportinghub.no/ep/schema/activity#ApproveAReport> 27 <http://www.reportinghub.no/ep/schema/activity#ApproveAReport>
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
48 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> 48 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest>
49 rdf:type owl:Class ; 49 rdf:type owl:Class ;
50 rdfs:label "production well test"^^xsd:string ; 50 rdfs:label "production well test"^^xsd:string ;
51 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 51 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> .
52 52
53 <http://www.reportinghub.no/ep/schema/activity#WellOperation> 53 <http://www.reportinghub.no/ep/schema/activity#WellOperation>
54 rdf:type ep-prodact:ProductionActivityType . 54 rdf:type ep-prodact:ProductionActivityType .
...@@ -94,12 +94,12 @@ ep-prodact:AccidentPreventionExercise ...@@ -94,12 +94,12 @@ ep-prodact:AccidentPreventionExercise
94 rdfs:subClassOf ep-prodact:DrillOrExcercise . 94 rdfs:subClassOf ep-prodact:DrillOrExcercise .
95 95
96 ep-prodact:AdministerFirstAid 96 ep-prodact:AdministerFirstAid
97 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 97 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
98 rdfs:label "administer first aid"^^xsd:string ; 98 rdfs:label "administer first aid"^^xsd:string ;
99 rdfs:subClassOf ep-prodact:MedicalTreatment . 99 rdfs:subClassOf ep-prodact:MedicalTreatment .
100 100
101 ep-prodact:AirTrafficOperation 101 ep-prodact:AirTrafficOperation
102 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 102 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
103 rdfs:label "air traffic operation"^^xsd:string ; 103 rdfs:label "air traffic operation"^^xsd:string ;
104 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 104 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
105 105
...@@ -124,32 +124,32 @@ ep-prodact:AlertType ...@@ -124,32 +124,32 @@ ep-prodact:AlertType
124 rdfs:subClassOf owl:Class . 124 rdfs:subClassOf owl:Class .
125 125
126 ep-prodact:AllocateSplitFactors 126 ep-prodact:AllocateSplitFactors
127 - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; 127 + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ;
128 rdfs:label "allocate split factors"^^xsd:string ; 128 rdfs:label "allocate split factors"^^xsd:string ;
129 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 129 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
130 130
131 ep-prodact:AnnualProductionActivity 131 ep-prodact:AnnualProductionActivity
132 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 132 + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
133 rdfs:comment "not used in the MPR"^^xsd:string ; 133 rdfs:comment "not used in the MPR"^^xsd:string ;
134 rdfs:label "annual production activity"^^xsd:string ; 134 rdfs:label "annual production activity"^^xsd:string ;
135 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 135 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
136 136
137 ep-prodact:AnnualProductionActivityToDate 137 ep-prodact:AnnualProductionActivityToDate
138 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 138 + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
139 rdfs:label "annual production activity to date"^^xsd:string ; 139 rdfs:label "annual production activity to date"^^xsd:string ;
140 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 140 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
141 141
142 ep-prodact:AnnualProductionOperationToDate 142 ep-prodact:AnnualProductionOperationToDate
143 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 143 + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
144 rdfs:comment "production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; 144 rdfs:comment "production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"^^xsd:string ;
145 rdfs:label "annual production operation to date"^^xsd:string ; 145 rdfs:label "annual production operation to date"^^xsd:string ;
146 - rdfs:subClassOf ep-prodact:ProductionOperation , ep-prodact:AnnualProductionActivityToDate . 146 + rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperation .
147 147
148 ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod 148 ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod
149 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 149 + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
150 rdfs:comment "not used in the MPR"^^xsd:string ; 150 rdfs:comment "not used in the MPR"^^xsd:string ;
151 rdfs:label "annual production volume activity to the end of the reporting period"^^xsd:string ; 151 rdfs:label "annual production volume activity to the end of the reporting period"^^xsd:string ;
152 - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToDate . 152 + rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionVolumeActivity .
153 153
154 ep-prodact:BasketMovement 154 ep-prodact:BasketMovement
155 rdf:type owl:Class ; 155 rdf:type owl:Class ;
...@@ -162,29 +162,29 @@ ep-prodact:CargoShipOperation ...@@ -162,29 +162,29 @@ ep-prodact:CargoShipOperation
162 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 162 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
163 163
164 ep-prodact:ConstructionOperation 164 ep-prodact:ConstructionOperation
165 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 165 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
166 rdfs:label "construction operation"^^xsd:string ; 166 rdfs:label "construction operation"^^xsd:string ;
167 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 167 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
168 168
169 ep-prodact:CumulativeProductionActivitySinceProductionBegan 169 ep-prodact:CumulativeProductionActivitySinceProductionBegan
170 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 170 + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
171 rdfs:comment "not used in the MPR"^^xsd:string ; 171 rdfs:comment "not used in the MPR"^^xsd:string ;
172 rdfs:label "cumulative production activity since production began"^^xsd:string ; 172 rdfs:label "cumulative production activity since production began"^^xsd:string ;
173 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 173 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
174 174
175 ep-prodact:DailyProductionOperation 175 ep-prodact:DailyProductionOperation
176 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 176 + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
177 rdfs:comment "not used in the MPR"^^xsd:string ; 177 rdfs:comment "not used in the MPR"^^xsd:string ;
178 rdfs:label "daily production operation"^^xsd:string ; 178 rdfs:label "daily production operation"^^xsd:string ;
179 rdfs:subClassOf ep-prodact:ProductionOperation . 179 rdfs:subClassOf ep-prodact:ProductionOperation .
180 180
181 ep-prodact:DailyProductionOperationProcessingLoss 181 ep-prodact:DailyProductionOperationProcessingLoss
182 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 182 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
183 rdfs:label "daily production operation processing loss"^^xsd:string ; 183 rdfs:label "daily production operation processing loss"^^xsd:string ;
184 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 184 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
185 185
186 ep-prodact:DailyProductionVolumeActivity 186 ep-prodact:DailyProductionVolumeActivity
187 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 187 + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
188 rdfs:comment "not used in the MPR"^^xsd:string ; 188 rdfs:comment "not used in the MPR"^^xsd:string ;
189 rdfs:label "daily production volume activity"^^xsd:string ; 189 rdfs:label "daily production volume activity"^^xsd:string ;
190 rdfs:subClassOf ep-prodact:ProductionVolumeActivity . 190 rdfs:subClassOf ep-prodact:ProductionVolumeActivity .
...@@ -200,7 +200,7 @@ ep-prodact:DefinedHazardAndAccidentSituation ...@@ -200,7 +200,7 @@ ep-prodact:DefinedHazardAndAccidentSituation
200 rdfs:subClassOf ep-prodact:Incident . 200 rdfs:subClassOf ep-prodact:Incident .
201 201
202 ep-prodact:Deviation 202 ep-prodact:Deviation
203 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 203 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
204 rdfs:label "deviation"^^xsd:string ; 204 rdfs:label "deviation"^^xsd:string ;
205 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 205 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
206 206
...@@ -210,77 +210,77 @@ ep-prodact:DischargeWater ...@@ -210,77 +210,77 @@ ep-prodact:DischargeWater
210 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 210 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
211 211
212 ep-prodact:DrillOrExcercise 212 ep-prodact:DrillOrExcercise
213 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 213 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
214 rdfs:label "drill or exercise"^^xsd:string ; 214 rdfs:label "drill or exercise"^^xsd:string ;
215 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 215 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
216 216
217 ep-prodact:ExtendedMaintenanceTurnaround 217 ep-prodact:ExtendedMaintenanceTurnaround
218 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 218 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
219 rdfs:label "extended maintenance turnaround"^^xsd:string ; 219 rdfs:label "extended maintenance turnaround"^^xsd:string ;
220 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 220 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
221 221
222 ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal 222 ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal
223 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 223 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
224 rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; 224 rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ;
225 rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . 225 rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround .
226 226
227 ep-prodact:Fire 227 ep-prodact:Fire
228 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 228 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
229 rdfs:label "fire"^^xsd:string ; 229 rdfs:label "fire"^^xsd:string ;
230 rdfs:subClassOf ep-prodact:Incident . 230 rdfs:subClassOf ep-prodact:Incident .
231 231
232 ep-prodact:FluidLevelTest 232 ep-prodact:FluidLevelTest
233 rdf:type owl:Class ; 233 rdf:type owl:Class ;
234 rdfs:label "fluid level test"^^xsd:string ; 234 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> . 235 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> .
236 236
237 ep-prodact:FluidSampling-DST 237 ep-prodact:FluidSampling-DST
238 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 238 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
239 rdfs:label "fluid sampling - DST"^^xsd:string ; 239 rdfs:label "fluid sampling - DST"^^xsd:string ;
240 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 240 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
241 241
242 ep-prodact:FluidSampling-RFTorMDT 242 ep-prodact:FluidSampling-RFTorMDT
243 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 243 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
244 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; 244 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ;
245 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 245 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
246 246
247 ep-prodact:FluidSampling-bottomhole 247 ep-prodact:FluidSampling-bottomhole
248 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 248 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
249 rdfs:label "fluid sampling - bottomhole"^^xsd:string ; 249 rdfs:label "fluid sampling - bottomhole"^^xsd:string ;
250 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 250 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
251 251
252 ep-prodact:FluidSampling-formationTester 252 ep-prodact:FluidSampling-formationTester
253 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 253 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
254 rdfs:label "fluid sampling - formation tester"^^xsd:string ; 254 rdfs:label "fluid sampling - formation tester"^^xsd:string ;
255 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 255 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
256 256
257 ep-prodact:FluidSampling-recombined 257 ep-prodact:FluidSampling-recombined
258 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 258 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
259 rdfs:label "fluid sampling - recombined"^^xsd:string ; 259 rdfs:label "fluid sampling - recombined"^^xsd:string ;
260 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 260 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
261 261
262 ep-prodact:FluidSampling-separatorGas 262 ep-prodact:FluidSampling-separatorGas
263 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 263 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
264 rdfs:label "fluid sampling - separator gas"^^xsd:string ; 264 rdfs:label "fluid sampling - separator gas"^^xsd:string ;
265 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 265 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
266 266
267 ep-prodact:FluidSampling-separatorOil 267 ep-prodact:FluidSampling-separatorOil
268 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 268 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
269 rdfs:label "fluid sampling - separator oil"^^xsd:string ; 269 rdfs:label "fluid sampling - separator oil"^^xsd:string ;
270 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 270 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
271 271
272 ep-prodact:FluidSampling-separatorWater 272 ep-prodact:FluidSampling-separatorWater
273 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 273 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
274 rdfs:label "fluid sampling - separator water"^^xsd:string ; 274 rdfs:label "fluid sampling - separator water"^^xsd:string ;
275 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 275 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
276 276
277 ep-prodact:FluidSampling-synthetic 277 ep-prodact:FluidSampling-synthetic
278 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 278 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
279 rdfs:label "fluid sampling - synthetic"^^xsd:string ; 279 rdfs:label "fluid sampling - synthetic"^^xsd:string ;
280 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 280 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
281 281
282 ep-prodact:FluidSampling-wellhead 282 ep-prodact:FluidSampling-wellhead
283 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 283 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
284 rdfs:label "fluid sampling - wellhead"^^xsd:string ; 284 rdfs:label "fluid sampling - wellhead"^^xsd:string ;
285 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 285 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
286 286
...@@ -306,7 +306,7 @@ ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ...@@ -306,7 +306,7 @@ ep-prodact:FusionOfPartsOfProductionActivityOverPeriod
306 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 306 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
307 307
308 ep-prodact:HSEProblem 308 ep-prodact:HSEProblem
309 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 309 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
310 rdfs:label "HSE problem"^^xsd:string ; 310 rdfs:label "HSE problem"^^xsd:string ;
311 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 311 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
312 312
...@@ -321,14 +321,14 @@ ep-prodact:Incident ...@@ -321,14 +321,14 @@ ep-prodact:Incident
321 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 321 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
322 322
323 ep-prodact:InitialWellTest 323 ep-prodact:InitialWellTest
324 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 324 + rdf:type ep-prodact:WellTestReasonType , owl:Class ;
325 rdfs:label "initial"^^xsd:string ; 325 rdfs:label "initial"^^xsd:string ;
326 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 326 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
327 327
328 ep-prodact:InjectionWellTest 328 ep-prodact:InjectionWellTest
329 rdf:type owl:Class ; 329 rdf:type owl:Class ;
330 rdfs:label "injection well test"^^xsd:string ; 330 rdfs:label "injection well test"^^xsd:string ;
331 - 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> .
332 332
333 ep-prodact:Injury 333 ep-prodact:Injury
334 rdf:type owl:Class ; 334 rdf:type owl:Class ;
...@@ -336,22 +336,22 @@ ep-prodact:Injury ...@@ -336,22 +336,22 @@ ep-prodact:Injury
336 rdfs:subClassOf ep-prodact:AccidentOrInjury . 336 rdfs:subClassOf ep-prodact:AccidentOrInjury .
337 337
338 ep-prodact:IssueBillOfLading 338 ep-prodact:IssueBillOfLading
339 - rdf:type owl:Class , ep-prodact:SalesActivityType ; 339 + rdf:type ep-prodact:SalesActivityType , owl:Class ;
340 rdfs:label "issue bill of lading"^^xsd:string ; 340 rdfs:label "issue bill of lading"^^xsd:string ;
341 rdfs:subClassOf ep-prodact:SalesActivity . 341 rdfs:subClassOf ep-prodact:SalesActivity .
342 342
343 ep-prodact:IssueWorkPermit 343 ep-prodact:IssueWorkPermit
344 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 344 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
345 rdfs:label "issue work permit"^^xsd:string ; 345 rdfs:label "issue work permit"^^xsd:string ;
346 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 346 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
347 347
348 ep-prodact:IssueWorkPermitWithSJA 348 ep-prodact:IssueWorkPermitWithSJA
349 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 349 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
350 rdfs:label "issue work permit with SJA"^^xsd:string ; 350 rdfs:label "issue work permit with SJA"^^xsd:string ;
351 rdfs:subClassOf ep-prodact:IssueWorkPermit . 351 rdfs:subClassOf ep-prodact:IssueWorkPermit .
352 352
353 ep-prodact:JobObservation 353 ep-prodact:JobObservation
354 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 354 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
355 rdfs:label "job observation"^^xsd:string ; 355 rdfs:label "job observation"^^xsd:string ;
356 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 356 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
357 357
...@@ -366,12 +366,12 @@ ep-prodact:LostTimeAccident ...@@ -366,12 +366,12 @@ ep-prodact:LostTimeAccident
366 rdfs:subClassOf ep-prodact:Incident . 366 rdfs:subClassOf ep-prodact:Incident .
367 367
368 ep-prodact:LostTimeIncident 368 ep-prodact:LostTimeIncident
369 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 369 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
370 rdfs:label "lost time incident"^^xsd:string ; 370 rdfs:label "lost time incident"^^xsd:string ;
371 rdfs:subClassOf ep-prodact:Incident . 371 rdfs:subClassOf ep-prodact:Incident .
372 372
373 ep-prodact:MaintenanceActivity 373 ep-prodact:MaintenanceActivity
374 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 374 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
375 rdfs:label "maintenance activity"^^xsd:string ; 375 rdfs:label "maintenance activity"^^xsd:string ;
376 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 376 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
377 377
...@@ -381,7 +381,7 @@ ep-prodact:MakeAComment ...@@ -381,7 +381,7 @@ ep-prodact:MakeAComment
381 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 381 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
382 382
383 ep-prodact:MakeATransaction 383 ep-prodact:MakeATransaction
384 - rdf:type owl:Class , ep-prodact:SalesActivityType ; 384 + rdf:type ep-prodact:SalesActivityType , owl:Class ;
385 rdfs:label "make a transaction"^^xsd:string ; 385 rdfs:label "make a transaction"^^xsd:string ;
386 rdfs:subClassOf ep-prodact:SalesActivity . 386 rdfs:subClassOf ep-prodact:SalesActivity .
387 387
...@@ -391,12 +391,12 @@ ep-prodact:MarineOperation ...@@ -391,12 +391,12 @@ ep-prodact:MarineOperation
391 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 391 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
392 392
393 ep-prodact:MarkedGasLossOfExport 393 ep-prodact:MarkedGasLossOfExport
394 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 394 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
395 rdfs:label "marked gas loss of export"^^xsd:string ; 395 rdfs:label "marked gas loss of export"^^xsd:string ;
396 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 396 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
397 397
398 ep-prodact:MarkedOilLossOfExport 398 ep-prodact:MarkedOilLossOfExport
399 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 399 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
400 rdfs:label "marked oil loss of export"^^xsd:string ; 400 rdfs:label "marked oil loss of export"^^xsd:string ;
401 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 401 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
402 402
...@@ -406,7 +406,7 @@ ep-prodact:MeasurePropertiesOfAFlow ...@@ -406,7 +406,7 @@ ep-prodact:MeasurePropertiesOfAFlow
406 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 406 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
407 407
408 ep-prodact:MeasureSplitFactors 408 ep-prodact:MeasureSplitFactors
409 - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; 409 + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ;
410 rdfs:label "measure split factors"^^xsd:string ; 410 rdfs:label "measure split factors"^^xsd:string ;
411 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 411 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
412 412
...@@ -416,23 +416,23 @@ ep-prodact:MedicalTreatment ...@@ -416,23 +416,23 @@ ep-prodact:MedicalTreatment
416 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 416 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
417 417
418 ep-prodact:MedicalTreatmentInjury 418 ep-prodact:MedicalTreatmentInjury
419 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 419 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
420 - rdfs:label "medical treatment"^^xsd:string ; 420 + rdfs:label "medical treatment injury"^^xsd:string ;
421 rdfs:subClassOf ep-prodact:Injury . 421 rdfs:subClassOf ep-prodact:Injury .
422 422
423 ep-prodact:ModificationProject 423 ep-prodact:ModificationProject
424 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 424 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
425 rdfs:label "modification project"^^xsd:string ; 425 rdfs:label "modification project"^^xsd:string ;
426 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 426 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
427 427
428 ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod 428 ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod
429 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 429 + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
430 rdfs:comment "not used in the MPR"^^xsd:string ; 430 rdfs:comment "not used in the MPR"^^xsd:string ;
431 rdfs:label "monthly production activity to the end of the reporting period"^^xsd:string ; 431 rdfs:label "monthly production activity to the end of the reporting period"^^xsd:string ;
432 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 432 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
433 433
434 ep-prodact:MonthlyProductionOperationToDate 434 ep-prodact:MonthlyProductionOperationToDate
435 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 435 + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
436 rdfs:label "monthly production operation to date"^^xsd:string ; 436 rdfs:label "monthly production operation to date"^^xsd:string ;
437 rdfs:subClassOf ep-prodact:ProductionOperation . 437 rdfs:subClassOf ep-prodact:ProductionOperation .
438 438
...@@ -447,22 +447,22 @@ ep-prodact:MovementOfProductType ...@@ -447,22 +447,22 @@ ep-prodact:MovementOfProductType
447 rdfs:subClassOf owl:Class . 447 rdfs:subClassOf owl:Class .
448 448
449 ep-prodact:NearMiss 449 ep-prodact:NearMiss
450 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 450 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
451 rdfs:label "near miss"^^xsd:string ; 451 rdfs:label "near miss"^^xsd:string ;
452 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 452 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
453 453
454 ep-prodact:OperationMistakes 454 ep-prodact:OperationMistakes
455 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 455 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
456 rdfs:label "operation mistakes"^^xsd:string ; 456 rdfs:label "operation mistakes"^^xsd:string ;
457 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 457 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
458 458
459 ep-prodact:OtherReasonWellTest 459 ep-prodact:OtherReasonWellTest
460 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 460 + rdf:type ep-prodact:WellTestReasonType , owl:Class ;
461 rdfs:label "other"^^xsd:string ; 461 rdfs:label "other"^^xsd:string ;
462 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 462 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
463 463
464 ep-prodact:PeriodicWellTest 464 ep-prodact:PeriodicWellTest
465 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 465 + rdf:type ep-prodact:WellTestReasonType , owl:Class ;
466 rdfs:label "periodic"^^xsd:string ; 466 rdfs:label "periodic"^^xsd:string ;
467 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 467 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
468 468
...@@ -472,27 +472,27 @@ ep-prodact:PersonnelSafetyIntroduction ...@@ -472,27 +472,27 @@ ep-prodact:PersonnelSafetyIntroduction
472 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 472 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
473 473
474 ep-prodact:PlannedMaintenanceTurnaround 474 ep-prodact:PlannedMaintenanceTurnaround
475 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 475 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
476 rdfs:label "planned maintenace turnaround"^^xsd:string ; 476 rdfs:label "planned maintenace turnaround"^^xsd:string ;
477 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 477 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
478 478
479 ep-prodact:PowerStationFailure 479 ep-prodact:PowerStationFailure
480 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 480 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
481 rdfs:label "power station failure"^^xsd:string ; 481 rdfs:label "power station failure"^^xsd:string ;
482 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 482 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
483 483
484 ep-prodact:PreventiveMaintenanceTopside 484 ep-prodact:PreventiveMaintenanceTopside
485 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 485 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
486 rdfs:label "preventive maintenace topside"^^xsd:string ; 486 rdfs:label "preventive maintenace topside"^^xsd:string ;
487 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 487 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
488 488
489 ep-prodact:ProcessAndOperationProblem 489 ep-prodact:ProcessAndOperationProblem
490 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 490 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
491 rdfs:label "process and operation problem"^^xsd:string ; 491 rdfs:label "process and operation problem"^^xsd:string ;
492 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 492 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
493 493
494 ep-prodact:ProductCompletedLifting 494 ep-prodact:ProductCompletedLifting
495 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 495 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
496 rdfs:label "product completed lifting"^^xsd:string ; 496 rdfs:label "product completed lifting"^^xsd:string ;
497 rdfs:subClassOf ep-prodact:MovementOfProduct . 497 rdfs:subClassOf ep-prodact:MovementOfProduct .
498 498
...@@ -502,77 +502,77 @@ ep-prodact:ProductDespatch ...@@ -502,77 +502,77 @@ ep-prodact:ProductDespatch
502 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 502 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
503 503
504 ep-prodact:ProductGain-Loss 504 ep-prodact:ProductGain-Loss
505 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 505 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
506 rdfs:label "product gain/loss"^^xsd:string ; 506 rdfs:label "product gain/loss"^^xsd:string ;
507 rdfs:subClassOf ep-prodact:MovementOfProduct . 507 rdfs:subClassOf ep-prodact:MovementOfProduct .
508 508
509 ep-prodact:ProductInputToStorage 509 ep-prodact:ProductInputToStorage
510 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 510 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
511 rdfs:label "product input to storage"^^xsd:string ; 511 rdfs:label "product input to storage"^^xsd:string ;
512 rdfs:subClassOf ep-prodact:MovementOfProduct . 512 rdfs:subClassOf ep-prodact:MovementOfProduct .
513 513
514 ep-prodact:ProductLifted 514 ep-prodact:ProductLifted
515 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 515 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
516 rdfs:label "product lifted"^^xsd:string ; 516 rdfs:label "product lifted"^^xsd:string ;
517 rdfs:subClassOf ep-prodact:MovementOfProduct . 517 rdfs:subClassOf ep-prodact:MovementOfProduct .
518 518
519 ep-prodact:ProductLiftingEntitlement 519 ep-prodact:ProductLiftingEntitlement
520 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 520 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
521 rdfs:label "product lifting entitlement"^^xsd:string ; 521 rdfs:label "product lifting entitlement"^^xsd:string ;
522 rdfs:subClassOf ep-prodact:MovementOfProduct . 522 rdfs:subClassOf ep-prodact:MovementOfProduct .
523 523
524 ep-prodact:ProductLiftingEntitlementRemaining 524 ep-prodact:ProductLiftingEntitlementRemaining
525 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 525 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
526 rdfs:label "product lifting entitlement remaining"^^xsd:string ; 526 rdfs:label "product lifting entitlement remaining"^^xsd:string ;
527 rdfs:subClassOf ep-prodact:MovementOfProduct . 527 rdfs:subClassOf ep-prodact:MovementOfProduct .
528 528
529 ep-prodact:ProductLinePack 529 ep-prodact:ProductLinePack
530 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 530 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
531 rdfs:label "product line pack"^^xsd:string ; 531 rdfs:label "product line pack"^^xsd:string ;
532 rdfs:subClassOf ep-prodact:MovementOfProduct . 532 rdfs:subClassOf ep-prodact:MovementOfProduct .
533 533
534 ep-prodact:ProductMassAdjustment 534 ep-prodact:ProductMassAdjustment
535 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 535 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
536 rdfs:label "product mass adjustment"^^xsd:string ; 536 rdfs:label "product mass adjustment"^^xsd:string ;
537 rdfs:subClassOf ep-prodact:MovementOfProduct . 537 rdfs:subClassOf ep-prodact:MovementOfProduct .
538 538
539 ep-prodact:ProductPartialLifting 539 ep-prodact:ProductPartialLifting
540 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 540 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
541 rdfs:label "product partial lifting"^^xsd:string ; 541 rdfs:label "product partial lifting"^^xsd:string ;
542 rdfs:subClassOf ep-prodact:MovementOfProduct . 542 rdfs:subClassOf ep-prodact:MovementOfProduct .
543 543
544 ep-prodact:ProductPipelineLifting 544 ep-prodact:ProductPipelineLifting
545 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 545 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
546 rdfs:label "product pipeline lifting"^^xsd:string ; 546 rdfs:label "product pipeline lifting"^^xsd:string ;
547 rdfs:subClassOf ep-prodact:MovementOfProduct . 547 rdfs:subClassOf ep-prodact:MovementOfProduct .
548 548
549 ep-prodact:ProductProductionImbalance 549 ep-prodact:ProductProductionImbalance
550 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 550 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
551 rdfs:label "product production imbalance"^^xsd:string ; 551 rdfs:label "product production imbalance"^^xsd:string ;
552 rdfs:subClassOf ep-prodact:MovementOfProduct . 552 rdfs:subClassOf ep-prodact:MovementOfProduct .
553 553
554 ep-prodact:ProductSwap 554 ep-prodact:ProductSwap
555 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 555 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
556 rdfs:label "product swap"^^xsd:string ; 556 rdfs:label "product swap"^^xsd:string ;
557 rdfs:subClassOf ep-prodact:MovementOfProduct . 557 rdfs:subClassOf ep-prodact:MovementOfProduct .
558 558
559 ep-prodact:ProductTankerLifting 559 ep-prodact:ProductTankerLifting
560 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 560 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
561 rdfs:label "product tanker lifting"^^xsd:string ; 561 rdfs:label "product tanker lifting"^^xsd:string ;
562 rdfs:subClassOf ep-prodact:MovementOfProduct . 562 rdfs:subClassOf ep-prodact:MovementOfProduct .
563 563
564 ep-prodact:ProductTransaction 564 ep-prodact:ProductTransaction
565 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 565 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
566 rdfs:label "product transaction"^^xsd:string ; 566 rdfs:label "product transaction"^^xsd:string ;
567 rdfs:subClassOf ep-prodact:MovementOfProduct . 567 rdfs:subClassOf ep-prodact:MovementOfProduct .
568 568
569 ep-prodact:ProductTransfer 569 ep-prodact:ProductTransfer
570 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 570 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
571 rdfs:label "product transfer"^^xsd:string ; 571 rdfs:label "product transfer"^^xsd:string ;
572 rdfs:subClassOf ep-prodact:MovementOfProduct . 572 rdfs:subClassOf ep-prodact:MovementOfProduct .
573 573
574 ep-prodact:ProductionActivityLastingLessThanAYear 574 ep-prodact:ProductionActivityLastingLessThanAYear
575 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 575 + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
576 rdfs:label "production activity lasting less than a year"^^xsd:string ; 576 rdfs:label "production activity lasting less than a year"^^xsd:string ;
577 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 577 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
578 578
...@@ -582,7 +582,7 @@ ep-prodact:ProductionActivityType ...@@ -582,7 +582,7 @@ ep-prodact:ProductionActivityType
582 rdfs:subClassOf owl:Class . 582 rdfs:subClassOf owl:Class .
583 583
584 ep-prodact:ProductionOperation 584 ep-prodact:ProductionOperation
585 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 585 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
586 rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ; 586 rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ;
587 rdfs:label "production operation"^^xsd:string ; 587 rdfs:label "production operation"^^xsd:string ;
588 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 588 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
...@@ -609,12 +609,12 @@ ep-prodact:ProductionOperationProcessingLoss ...@@ -609,12 +609,12 @@ ep-prodact:ProductionOperationProcessingLoss
609 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 609 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
610 610
611 ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason 611 ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason
612 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 612 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
613 rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; 613 rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ;
614 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 614 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
615 615
616 ep-prodact:ProductionOperationProcessingRegulatoryReference 616 ep-prodact:ProductionOperationProcessingRegulatoryReference
617 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 617 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
618 rdfs:label "production operation processing regulatory reference"^^xsd:string ; 618 rdfs:label "production operation processing regulatory reference"^^xsd:string ;
619 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 619 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
620 620
...@@ -646,22 +646,22 @@ ep-prodact:ReasonForLossOfProcessingType ...@@ -646,22 +646,22 @@ ep-prodact:ReasonForLossOfProcessingType
646 rdfs:subClassOf owl:Class . 646 rdfs:subClassOf owl:Class .
647 647
648 ep-prodact:ReleaseToAir 648 ep-prodact:ReleaseToAir
649 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 649 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
650 rdfs:label "release to air"^^xsd:string ; 650 rdfs:label "release to air"^^xsd:string ;
651 rdfs:subClassOf ep-prodact:SpillOrLeak . 651 rdfs:subClassOf ep-prodact:SpillOrLeak .
652 652
653 ep-prodact:ReleaseToWater 653 ep-prodact:ReleaseToWater
654 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 654 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
655 rdfs:label "release to water"^^xsd:string ; 655 rdfs:label "release to water"^^xsd:string ;
656 rdfs:subClassOf ep-prodact:SpillOrLeak . 656 rdfs:subClassOf ep-prodact:SpillOrLeak .
657 657
658 ep-prodact:ReportHazard 658 ep-prodact:ReportHazard
659 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 659 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
660 rdfs:label "report hazard"^^xsd:string ; 660 rdfs:label "report hazard"^^xsd:string ;
661 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 661 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
662 662
663 ep-prodact:ReservoirLoss 663 ep-prodact:ReservoirLoss
664 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 664 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
665 rdfs:label "reservoir loss"^^xsd:string ; 665 rdfs:label "reservoir loss"^^xsd:string ;
666 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 666 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
667 667
...@@ -671,12 +671,12 @@ ep-prodact:RestrictedWork ...@@ -671,12 +671,12 @@ ep-prodact:RestrictedWork
671 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 671 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
672 672
673 ep-prodact:RestrictedWorkInjury 673 ep-prodact:RestrictedWorkInjury
674 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 674 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
675 rdfs:label "restricted work injury"^^xsd:string ; 675 rdfs:label "restricted work injury"^^xsd:string ;
676 rdfs:subClassOf ep-prodact:Injury . 676 rdfs:subClassOf ep-prodact:Injury .
677 677
678 ep-prodact:RevisionWellTest 678 ep-prodact:RevisionWellTest
679 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 679 + rdf:type ep-prodact:WellTestReasonType , owl:Class ;
680 rdfs:label "revision"^^xsd:string ; 680 rdfs:label "revision"^^xsd:string ;
681 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 681 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
682 682
...@@ -691,7 +691,7 @@ ep-prodact:SafetyConsideration ...@@ -691,7 +691,7 @@ ep-prodact:SafetyConsideration
691 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 691 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
692 692
693 ep-prodact:SafetyMeeting 693 ep-prodact:SafetyMeeting
694 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 694 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
695 rdfs:label "safety meeting"^^xsd:string ; 695 rdfs:label "safety meeting"^^xsd:string ;
696 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 696 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
697 697
...@@ -706,12 +706,12 @@ ep-prodact:SalesActivityType ...@@ -706,12 +706,12 @@ ep-prodact:SalesActivityType
706 rdfs:subClassOf owl:Class . 706 rdfs:subClassOf owl:Class .
707 707
708 ep-prodact:SentAshore 708 ep-prodact:SentAshore
709 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 709 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
710 rdfs:label "sent ashore"^^xsd:string ; 710 rdfs:label "sent ashore"^^xsd:string ;
711 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 711 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
712 712
713 ep-prodact:SevereAccident 713 ep-prodact:SevereAccident
714 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 714 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
715 rdfs:label "severe accident"^^xsd:string ; 715 rdfs:label "severe accident"^^xsd:string ;
716 rdfs:subClassOf ep-prodact:Incident . 716 rdfs:subClassOf ep-prodact:Incident .
717 717
...@@ -721,12 +721,12 @@ ep-prodact:ShutdownProduction ...@@ -721,12 +721,12 @@ ep-prodact:ShutdownProduction
721 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 721 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
722 722
723 ep-prodact:SickOnBoard 723 ep-prodact:SickOnBoard
724 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 724 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
725 rdfs:label "sick on board"^^xsd:string ; 725 rdfs:label "sick on board"^^xsd:string ;
726 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 726 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
727 727
728 ep-prodact:SpillOrLeak 728 ep-prodact:SpillOrLeak
729 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 729 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
730 rdfs:label "spill or leak"^^xsd:string ; 730 rdfs:label "spill or leak"^^xsd:string ;
731 rdfs:subClassOf ep-prodact:Incident . 731 rdfs:subClassOf ep-prodact:Incident .
732 732
...@@ -741,7 +741,7 @@ ep-prodact:StandbyVesselOperation ...@@ -741,7 +741,7 @@ ep-prodact:StandbyVesselOperation
741 rdfs:subClassOf ep-prodact:MarineOperation . 741 rdfs:subClassOf ep-prodact:MarineOperation .
742 742
743 ep-prodact:StrikeOrLockout 743 ep-prodact:StrikeOrLockout
744 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 744 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
745 rdfs:label "strike or lock-out"^^xsd:string ; 745 rdfs:label "strike or lock-out"^^xsd:string ;
746 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 746 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
747 747
...@@ -751,22 +751,22 @@ ep-prodact:SupplyShipOperation ...@@ -751,22 +751,22 @@ ep-prodact:SupplyShipOperation
751 rdfs:subClassOf ep-prodact:MarineOperation . 751 rdfs:subClassOf ep-prodact:MarineOperation .
752 752
753 ep-prodact:TestingAndLogging 753 ep-prodact:TestingAndLogging
754 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 754 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
755 rdfs:label "testing and logging"^^xsd:string ; 755 rdfs:label "testing and logging"^^xsd:string ;
756 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 756 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
757 757
758 ep-prodact:ThirdPartyProcessingLoss 758 ep-prodact:ThirdPartyProcessingLoss
759 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 759 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
760 rdfs:label "third party processing loss"^^xsd:string ; 760 rdfs:label "third party processing loss"^^xsd:string ;
761 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 761 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
762 762
763 ep-prodact:TopsideEquipmentFailureMaintenance 763 ep-prodact:TopsideEquipmentFailureMaintenance
764 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 764 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
765 rdfs:label "topside equipment failure maintenance"^^xsd:string ; 765 rdfs:label "topside equipment failure maintenance"^^xsd:string ;
766 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 766 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
767 767
768 ep-prodact:TrafficAccident 768 ep-prodact:TrafficAccident
769 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 769 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
770 rdfs:label "traffic accident"^^xsd:string ; 770 rdfs:label "traffic accident"^^xsd:string ;
771 rdfs:subClassOf ep-prodact:Incident . 771 rdfs:subClassOf ep-prodact:Incident .
772 772
...@@ -776,12 +776,12 @@ ep-prodact:TransportationActivity ...@@ -776,12 +776,12 @@ ep-prodact:TransportationActivity
776 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 776 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
777 777
778 ep-prodact:UnavailableTankerStorage 778 ep-prodact:UnavailableTankerStorage
779 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 779 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
780 rdfs:label "unavailable tanker storage"^^xsd:string ; 780 rdfs:label "unavailable tanker storage"^^xsd:string ;
781 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 781 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
782 782
783 ep-prodact:UnknownReasonWellTest 783 ep-prodact:UnknownReasonWellTest
784 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 784 + rdf:type ep-prodact:WellTestReasonType , owl:Class ;
785 rdfs:label "unknown"^^xsd:string ; 785 rdfs:label "unknown"^^xsd:string ;
786 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 786 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
787 787
...@@ -791,27 +791,27 @@ ep-prodact:WaterCleaningOperation ...@@ -791,27 +791,27 @@ ep-prodact:WaterCleaningOperation
791 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 791 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
792 792
793 ep-prodact:WeatherProblem 793 ep-prodact:WeatherProblem
794 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 794 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
795 rdfs:label "weather problem"^^xsd:string ; 795 rdfs:label "weather problem"^^xsd:string ;
796 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 796 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
797 797
798 ep-prodact:WellEquipmentFailureMaintenance 798 ep-prodact:WellEquipmentFailureMaintenance
799 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 799 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
800 rdfs:label "well equipment failure maintenance"^^xsd:string ; 800 rdfs:label "well equipment failure maintenance"^^xsd:string ;
801 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 801 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
802 802
803 ep-prodact:WellPlannedOperations 803 ep-prodact:WellPlannedOperations
804 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 804 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
805 rdfs:label "well planned operations"^^xsd:string ; 805 rdfs:label "well planned operations"^^xsd:string ;
806 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 806 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
807 807
808 ep-prodact:WellPreventiveMaintenance 808 ep-prodact:WellPreventiveMaintenance
809 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 809 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
810 rdfs:label "well preventive maintenance"^^xsd:string ; 810 rdfs:label "well preventive maintenance"^^xsd:string ;
811 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 811 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
812 812
813 ep-prodact:WellProblems 813 ep-prodact:WellProblems
814 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 814 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
815 rdfs:label "well problems"^^xsd:string ; 815 rdfs:label "well problems"^^xsd:string ;
816 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 816 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
817 817
...@@ -846,7 +846,7 @@ ep-prodact:buyer ...@@ -846,7 +846,7 @@ ep-prodact:buyer
846 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . 846 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> .
847 847
848 ep-prodact:cargoBatchNumber 848 ep-prodact:cargoBatchNumber
849 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 849 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
850 rdfs:label "cargo batch number"^^xsd:string . 850 rdfs:label "cargo batch number"^^xsd:string .
851 851
852 ep-prodact:cargoLoaded 852 ep-prodact:cargoLoaded
...@@ -856,7 +856,7 @@ ep-prodact:cargoLoaded ...@@ -856,7 +856,7 @@ ep-prodact:cargoLoaded
856 rdfs:range ep-core:PhysicalObject . 856 rdfs:range ep-core:PhysicalObject .
857 857
858 ep-prodact:cargoNumber 858 ep-prodact:cargoNumber
859 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 859 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
860 rdfs:label "cargo number"^^xsd:string . 860 rdfs:label "cargo number"^^xsd:string .
861 861
862 ep-prodact:causedBy 862 ep-prodact:causedBy
...@@ -914,7 +914,7 @@ ep-prodact:facilityShutdown ...@@ -914,7 +914,7 @@ ep-prodact:facilityShutdown
914 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . 914 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
915 915
916 ep-prodact:glycolDensity 916 ep-prodact:glycolDensity
917 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 917 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
918 rdfs:range ep-core:Density . 918 rdfs:range ep-core:Density .
919 919
920 ep-prodact:hasDischargeFlow 920 ep-prodact:hasDischargeFlow
...@@ -924,7 +924,7 @@ ep-prodact:hasDischargeFlow ...@@ -924,7 +924,7 @@ ep-prodact:hasDischargeFlow
924 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 924 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
925 925
926 ep-prodact:hasGasLiftChoke 926 ep-prodact:hasGasLiftChoke
927 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 927 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
928 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 928 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
929 rdfs:label "has gas lift choke"^^xsd:string ; 929 rdfs:label "has gas lift choke"^^xsd:string ;
930 rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . 930 rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> .
...@@ -942,7 +942,7 @@ ep-prodact:hasPredecessor ...@@ -942,7 +942,7 @@ ep-prodact:hasPredecessor
942 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 942 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
943 943
944 ep-prodact:hasShutInPressure 944 ep-prodact:hasShutInPressure
945 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 945 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
946 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; 946 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ;
947 rdfs:label "has shut-in pressure"^^xsd:string ; 947 rdfs:label "has shut-in pressure"^^xsd:string ;
948 rdfs:range ep-core:Pressure . 948 rdfs:range ep-core:Pressure .
...@@ -954,25 +954,25 @@ ep-prodact:hasValidPredecessor ...@@ -954,25 +954,25 @@ ep-prodact:hasValidPredecessor
954 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 954 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
955 955
956 ep-prodact:injectionWellTestMaximumAnnularPressure 956 ep-prodact:injectionWellTestMaximumAnnularPressure
957 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 957 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
958 rdfs:domain ep-prodact:InjectionWellTest ; 958 rdfs:domain ep-prodact:InjectionWellTest ;
959 rdfs:label "injection well test maximum annular pressure"^^xsd:string ; 959 rdfs:label "injection well test maximum annular pressure"^^xsd:string ;
960 rdfs:range ep-core:Pressure . 960 rdfs:range ep-core:Pressure .
961 961
962 ep-prodact:injectionWellTestMinimumAnnularPressure 962 ep-prodact:injectionWellTestMinimumAnnularPressure
963 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 963 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
964 rdfs:domain ep-prodact:InjectionWellTest ; 964 rdfs:domain ep-prodact:InjectionWellTest ;
965 rdfs:label "injection well test minimum annular pressure"^^xsd:string ; 965 rdfs:label "injection well test minimum annular pressure"^^xsd:string ;
966 rdfs:range ep-core:Pressure . 966 rdfs:range ep-core:Pressure .
967 967
968 ep-prodact:injectionWellTestWellheadFlowingPressure 968 ep-prodact:injectionWellTestWellheadFlowingPressure
969 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 969 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
970 rdfs:domain ep-prodact:InjectionWellTest ; 970 rdfs:domain ep-prodact:InjectionWellTest ;
971 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; 971 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ;
972 rdfs:range ep-core:Pressure . 972 rdfs:range ep-core:Pressure .
973 973
974 ep-prodact:injectionWellTestWellheadMaximumPressure 974 ep-prodact:injectionWellTestWellheadMaximumPressure
975 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 975 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
976 rdfs:domain ep-prodact:InjectionWellTest ; 976 rdfs:domain ep-prodact:InjectionWellTest ;
977 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; 977 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ;
978 rdfs:range ep-core:Pressure . 978 rdfs:range ep-core:Pressure .
...@@ -984,7 +984,7 @@ ep-prodact:measuredFlow ...@@ -984,7 +984,7 @@ ep-prodact:measuredFlow
984 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 984 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
985 985
986 ep-prodact:movedProduct 986 ep-prodact:movedProduct
987 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 987 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
988 rdfs:domain ep-prodact:MovementOfProduct ; 988 rdfs:domain ep-prodact:MovementOfProduct ;
989 rdfs:label "moved product"^^xsd:string . 989 rdfs:label "moved product"^^xsd:string .
990 990
...@@ -1029,7 +1029,7 @@ ep-prodact:noOfSpillsOrLeaks ...@@ -1029,7 +1029,7 @@ ep-prodact:noOfSpillsOrLeaks
1029 rdfs:range xsd:integer . 1029 rdfs:range xsd:integer .
1030 1030
1031 ep-prodact:noOfSystemAlarms 1031 ep-prodact:noOfSystemAlarms
1032 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1032 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1033 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1033 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1034 rdfs:label "number of system alarms"^^xsd:string ; 1034 rdfs:label "number of system alarms"^^xsd:string ;
1035 rdfs:range xsd:integer . 1035 rdfs:range xsd:integer .
...@@ -1039,7 +1039,7 @@ ep-prodact:oilInWater ...@@ -1039,7 +1039,7 @@ ep-prodact:oilInWater
1039 rdfs:range ep-core:MassPerUnitMassConcentration . 1039 rdfs:range ep-core:MassPerUnitMassConcentration .
1040 1040
1041 ep-prodact:onProductionFacility 1041 ep-prodact:onProductionFacility
1042 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1042 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1043 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1043 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1044 rdfs:label "on facility"^^xsd:string ; 1044 rdfs:label "on facility"^^xsd:string ;
1045 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . 1045 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> .
...@@ -1064,7 +1064,7 @@ ep-prodact:phenolDensity ...@@ -1064,7 +1064,7 @@ ep-prodact:phenolDensity
1064 rdfs:range ep-core:Density . 1064 rdfs:range ep-core:Density .
1065 1065
1066 ep-prodact:processingLost 1066 ep-prodact:processingLost
1067 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1067 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1068 rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; 1068 rdfs:domain ep-prodact:ProductionOperationProcessingLoss ;
1069 rdfs:range ep-material:QuantityOfMaterial . 1069 rdfs:range ep-material:QuantityOfMaterial .
1070 1070
...@@ -1074,13 +1074,13 @@ ep-prodact:productionActivityPeriodClassification ...@@ -1074,13 +1074,13 @@ ep-prodact:productionActivityPeriodClassification
1074 rdfs:range ep-prodact:ProductionOperationClassByDuration . 1074 rdfs:range ep-prodact:ProductionOperationClassByDuration .
1075 1075
1076 ep-prodact:productionOperator 1076 ep-prodact:productionOperator
1077 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1077 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1078 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1078 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1079 rdfs:label "production operator"^^xsd:string ; 1079 rdfs:label "production operator"^^xsd:string ;
1080 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1080 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1081 1081
1082 ep-prodact:remainingActivity 1082 ep-prodact:remainingActivity
1083 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1083 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1084 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; 1084 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ;
1085 rdfs:label "remaining activity"^^xsd:string ; 1085 rdfs:label "remaining activity"^^xsd:string ;
1086 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 1086 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
...@@ -1115,7 +1115,7 @@ ep-prodact:samplingPerformedAt ...@@ -1115,7 +1115,7 @@ ep-prodact:samplingPerformedAt
1115 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . 1115 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
1116 1116
1117 ep-prodact:samplingPerformedAtPointInSpace 1117 ep-prodact:samplingPerformedAtPointInSpace
1118 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1118 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1119 rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; 1119 rdfs:domain ep-prodact:FluidSamplingAndAnalysis ;
1120 rdfs:label "sampling performed at point in space"^^xsd:string ; 1120 rdfs:label "sampling performed at point in space"^^xsd:string ;
1121 rdfs:range ep-core:TemporalPartOfAPointInSpace . 1121 rdfs:range ep-core:TemporalPartOfAPointInSpace .
...@@ -1139,13 +1139,13 @@ ep-prodact:sourceOrganization ...@@ -1139,13 +1139,13 @@ ep-prodact:sourceOrganization
1139 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1139 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1140 1140
1141 ep-prodact:testedWellBoreInterval 1141 ep-prodact:testedWellBoreInterval
1142 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1142 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1143 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 1143 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
1144 rdfs:label "tested wellbore interval"^^xsd:string ; 1144 rdfs:label "tested wellbore interval"^^xsd:string ;
1145 rdfs:range ep-core:PhysicalObject . 1145 rdfs:range ep-core:PhysicalObject .
1146 1146
1147 ep-prodact:timeWorked 1147 ep-prodact:timeWorked
1148 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1148 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1149 rdfs:domain ep-prodact:ProductionOperation ; 1149 rdfs:domain ep-prodact:ProductionOperation ;
1150 rdfs:label "time worked"^^xsd:string ; 1150 rdfs:label "time worked"^^xsd:string ;
1151 rdfs:range ep-core:TimeDuration . 1151 rdfs:range ep-core:TimeDuration .
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
14 14
15 <http://www.reportinghub.no/ep/schema/1.0/production-well> 15 <http://www.reportinghub.no/ep/schema/1.0/production-well>
16 rdf:type owl:Ontology ; 16 rdf:type owl:Ontology ;
17 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/flow> ; 17 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
19 19
20 ep-material:Air-gas 20 ep-material:Air-gas
...@@ -348,12 +348,12 @@ ep-material:substance-T13dmcyPentane ...@@ -348,12 +348,12 @@ ep-material:substance-T13dmcyPentane
348 rdf:type ep-prodwell:ComponentMaterialType . 348 rdf:type ep-prodwell:ComponentMaterialType .
349 349
350 ep-prodwell:AbandonedWell 350 ep-prodwell:AbandonedWell
351 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 351 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
352 rdfs:label "abandoned well"^^xsd:string ; 352 rdfs:label "abandoned well"^^xsd:string ;
353 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 353 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
354 354
355 ep-prodwell:ClosedWell 355 ep-prodwell:ClosedWell
356 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 356 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
357 rdfs:label "closed well"^^xsd:string ; 357 rdfs:label "closed well"^^xsd:string ;
358 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 358 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
359 359
...@@ -374,7 +374,7 @@ ep-prodwell:FluidPhaseType ...@@ -374,7 +374,7 @@ ep-prodwell:FluidPhaseType
374 rdfs:subClassOf owl:Class . 374 rdfs:subClassOf owl:Class .
375 375
376 ep-prodwell:InjectingWell 376 ep-prodwell:InjectingWell
377 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 377 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
378 rdfs:label "injecting well"^^xsd:string ; 378 rdfs:label "injecting well"^^xsd:string ;
379 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 379 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
380 380
...@@ -384,7 +384,7 @@ ep-prodwell:InjectionFluidType ...@@ -384,7 +384,7 @@ ep-prodwell:InjectionFluidType
384 rdfs:subClassOf owl:Class . 384 rdfs:subClassOf owl:Class .
385 385
386 ep-prodwell:JunkedWell 386 ep-prodwell:JunkedWell
387 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 387 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
388 rdfs:label "junked well"^^xsd:string ; 388 rdfs:label "junked well"^^xsd:string ;
389 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 389 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
390 390
...@@ -394,7 +394,7 @@ ep-prodwell:NaturalGasClass ...@@ -394,7 +394,7 @@ ep-prodwell:NaturalGasClass
394 rdfs:subClassOf owl:Class . 394 rdfs:subClassOf owl:Class .
395 395
396 ep-prodwell:OperatingWell 396 ep-prodwell:OperatingWell
397 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 397 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
398 rdfs:label "operating well"^^xsd:string ; 398 rdfs:label "operating well"^^xsd:string ;
399 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 399 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
400 400
...@@ -404,12 +404,12 @@ ep-prodwell:PluggedAndAbandonedWell ...@@ -404,12 +404,12 @@ ep-prodwell:PluggedAndAbandonedWell
404 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 404 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
405 405
406 ep-prodwell:PluggedWell 406 ep-prodwell:PluggedWell
407 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 407 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
408 rdfs:label "plugged well"^^xsd:string ; 408 rdfs:label "plugged well"^^xsd:string ;
409 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 409 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
410 410
411 ep-prodwell:ProducingInjectingWell 411 ep-prodwell:ProducingInjectingWell
412 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 412 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
413 rdfs:label "producing injecting well"^^xsd:string ; 413 rdfs:label "producing injecting well"^^xsd:string ;
414 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 414 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
415 415
...@@ -424,12 +424,12 @@ ep-prodwell:RockFormation ...@@ -424,12 +424,12 @@ ep-prodwell:RockFormation
424 rdfs:subClassOf ep-core:PhysicalObject . 424 rdfs:subClassOf ep-core:PhysicalObject .
425 425
426 ep-prodwell:SuspendedAtTdWell 426 ep-prodwell:SuspendedAtTdWell
427 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 427 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
428 rdfs:label "suspended at td well"^^xsd:string ; 428 rdfs:label "suspended at td well"^^xsd:string ;
429 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 429 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
430 430
431 ep-prodwell:SuspendedWell 431 ep-prodwell:SuspendedWell
432 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 432 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
433 rdfs:label "suspended well"^^xsd:string ; 433 rdfs:label "suspended well"^^xsd:string ;
434 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 434 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
435 435
...@@ -454,7 +454,7 @@ ep-prodwell:WellCompletion ...@@ -454,7 +454,7 @@ ep-prodwell:WellCompletion
454 rdfs:subClassOf ep-well:SpatialPartOfAWellBore . 454 rdfs:subClassOf ep-well:SpatialPartOfAWellBore .
455 455
456 ep-prodwell:WellReclassedToDevelopment 456 ep-prodwell:WellReclassedToDevelopment
457 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 457 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
458 rdfs:label "well reclassed to development"^^xsd:string ; 458 rdfs:label "well reclassed to development"^^xsd:string ;
459 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 459 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
460 460
...@@ -470,44 +470,44 @@ ep-prodwell:completeLiquidPartOf ...@@ -470,44 +470,44 @@ ep-prodwell:completeLiquidPartOf
470 rdfs:range ep-material:Liquid . 470 rdfs:range ep-material:Liquid .
471 471
472 ep-prodwell:condensateYield 472 ep-prodwell:condensateYield
473 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 473 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
474 rdfs:label "condensate yield"^^xsd:string ; 474 rdfs:label "condensate yield"^^xsd:string ;
475 rdfs:range ep-core:SpecificVolume . 475 rdfs:range ep-core:SpecificVolume .
476 476
477 ep-prodwell:depthOfBaseUsableWaterFromSurface 477 ep-prodwell:depthOfBaseUsableWaterFromSurface
478 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 478 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
479 rdfs:domain ep-material:Fluid ; 479 rdfs:domain ep-material:Fluid ;
480 rdfs:label "depth of base of usable water from surface"^^xsd:string ; 480 rdfs:label "depth of base of usable water from surface"^^xsd:string ;
481 rdfs:range ep-core:Length . 481 rdfs:range ep-core:Length .
482 482
483 ep-prodwell:depthOfFluidSurfaceFromTopOfWell 483 ep-prodwell:depthOfFluidSurfaceFromTopOfWell
484 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 484 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
485 rdfs:domain ep-material:Fluid ; 485 rdfs:domain ep-material:Fluid ;
486 rdfs:label "depth of fluid surface from top of well"^^xsd:string ; 486 rdfs:label "depth of fluid surface from top of well"^^xsd:string ;
487 rdfs:range ep-core:Length . 487 rdfs:range ep-core:Length .
488 488
489 ep-prodwell:oilWaterRatioByMass 489 ep-prodwell:oilWaterRatioByMass
490 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 490 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
491 rdfs:domain ep-material:Fluid ; 491 rdfs:domain ep-material:Fluid ;
492 rdfs:label "oil/water ratio by mass"^^xsd:string ; 492 rdfs:label "oil/water ratio by mass"^^xsd:string ;
493 rdfs:range ep-core:Ratio . 493 rdfs:range ep-core:Ratio .
494 494
495 ep-prodwell:pOverZ 495 ep-prodwell:pOverZ
496 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 496 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
497 rdfs:domain ep-material:Fluid ; 497 rdfs:domain ep-material:Fluid ;
498 rdfs:label "pressure over gas compressibility factor"^^xsd:string ; 498 rdfs:label "pressure over gas compressibility factor"^^xsd:string ;
499 rdfs:range ep-core:Pressure . 499 rdfs:range ep-core:Pressure .
500 500
501 ep-prodwell:potentialGasProduction 501 ep-prodwell:potentialGasProduction
502 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 502 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
503 rdfs:domain ep-well:WellBore ; 503 rdfs:domain ep-well:WellBore ;
504 rdfs:label "potential gas production"^^xsd:string ; 504 rdfs:label "potential gas production"^^xsd:string ;
505 rdfs:range ep-core:VolumetricFlowRate . 505 rdfs:range ep-core:VolumetricFlowRate .
506 506
507 ep-prodwell:potentialOilProduction 507 ep-prodwell:potentialOilProduction
508 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 508 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
509 rdfs:domain ep-well:WellBore ; 509 rdfs:domain ep-well:WellBore ;
510 - rdfs:label "potential gas production"^^xsd:string ; 510 + rdfs:label "potential oil production"^^xsd:string ;
511 rdfs:range ep-core:VolumetricFlowRate . 511 rdfs:range ep-core:VolumetricFlowRate .
512 512
513 ep-well:SpatialPartOfAWellBore 513 ep-well:SpatialPartOfAWellBore
......