David Leal

Fixed issuedFrom facility

...@@ -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.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> ; 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> ;
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,6 +28,11 @@ ep-activity:Activity ...@@ -28,6 +28,11 @@ 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 ;
31 owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 36 owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
32 owl:onProperty ep-activity:finishedAt 37 owl:onProperty ep-activity:finishedAt
33 ] ; 38 ] ;
...@@ -50,11 +55,6 @@ ep-activity:Activity ...@@ -50,11 +55,6 @@ ep-activity:Activity
50 [ rdf:type owl:Restriction ; 55 [ rdf:type owl:Restriction ;
51 owl:allValuesFrom ep-activity:Activity ; 56 owl:allValuesFrom ep-activity:Activity ;
52 owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> 57 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 <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; 73 + owl:allValuesFrom ep-activity:DrillingActivity ;
74 - owl:onProperty ep-activity:onWellBore 74 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
75 ] ; 75 ] ;
76 rdfs:subClassOf 76 rdfs:subClassOf
77 [ rdf:type owl:Restriction ; 77 [ rdf:type owl:Restriction ;
78 - owl:allValuesFrom ep-activity:Activity ; 78 + owl:allValuesFrom ep-activity:DrillingActivity ;
79 - owl:onProperty ep-core:hasPart 79 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
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:DrillingActivity ; 88 + owl:allValuesFrom ep-activity:Activity ;
89 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 89 + owl:onProperty ep-core:hasPart
90 ] ; 90 ] ;
91 rdfs:subClassOf 91 rdfs:subClassOf
92 [ rdf:type owl:Restriction ; 92 [ rdf:type owl:Restriction ;
93 - owl:allValuesFrom ep-activity:DrillingActivity ; 93 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
94 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 94 + owl:onProperty ep-activity:onWellBore
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 <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; 104 + owl:allValuesFrom ep-activity:DrillingActivity ;
105 - owl:onProperty ep-activity:onWellBore 105 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
106 ] ; 106 ] ;
107 rdfs:subClassOf 107 rdfs:subClassOf
108 [ rdf:type owl:Restriction ; 108 [ rdf:type owl:Restriction ;
109 - owl:allValuesFrom ep-activity:Activity ; 109 + owl:allValuesFrom ep-activity:DrillingActivity ;
110 - owl:onProperty ep-core:hasPart 110 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
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:DrillingActivity ; 119 + owl:allValuesFrom ep-activity:Activity ;
120 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 120 + owl:onProperty ep-core:hasPart
121 ] ; 121 ] ;
122 rdfs:subClassOf 122 rdfs:subClassOf
123 [ rdf:type owl:Restriction ; 123 [ rdf:type owl:Restriction ;
124 - owl:allValuesFrom ep-activity:DrillingActivity ; 124 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
125 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 125 + owl:onProperty ep-activity:onWellBore
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 ep-activity:WellTestType , owl:Class ; 164 + rdf:type owl:Class , ep-activity:WellTestType ;
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 ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 178 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
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 ep-activity:DrillingActivityOutcomeType , owl:Class ; 184 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
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 ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 190 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
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 ep-activity:DrillingActivityOutcomeType , owl:Class ; 196 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
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 ep-activity:DrillingActivityOutcomeType , owl:Class ; 202 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
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 ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 208 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
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 ep-activity:DrillingActivityOutcomeType , owl:Class ; 214 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
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 ep-activity:DrillingActivityOutcomeType , owl:Class ; 220 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
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 ep-activity:DrillingActivityOutcomeType , owl:Class ; 226 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
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 ep-activity:DrillingActivityOutcomeType , owl:Class ; 232 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
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 ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 238 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
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 ep-activity:DrillingActivityOutcomeType , owl:Class ; 244 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
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 ep-activity:DrillingActivityOutcomeType , owl:Class ; 250 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
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 ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 256 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
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 ep-activity:ActivitySuccessType , owl:Class ; 286 + rdf:type owl:Class , ep-activity:ActivitySuccessType ;
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 ep-activity:PressureTestType , owl:Class ; 299 + rdf:type owl:Class , ep-activity:PressureTestType ;
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-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 . 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 .
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-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 . 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 .
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-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 . 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 .
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-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 . 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 .
337 337
338 ep-activity:GasReading-flow_check_gas 338 ep-activity:GasReading-flow_check_gas
339 - rdf:type ep-activity:GasReadingType , owl:Class ; 339 + rdf:type owl:Class , ep-activity:GasReadingType ;
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-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 . 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 .
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-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 . 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 .
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-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 . 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 .
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-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 . 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 .
365 365
366 ep-activity:GasReading-trip_gas 366 ep-activity:GasReading-trip_gas
367 - rdf:type ep-activity:GasReadingType , owl:Class ; 367 + rdf:type owl:Class , ep-activity:GasReadingType ;
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-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 . 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 .
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 ep-activity:PressureTestType , owl:Class ; 380 + rdf:type owl:Class , ep-activity:PressureTestType ;
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:cardinality "1"^^xsd:nonNegativeInteger ; 418 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ;
419 - owl:onProperty ep-activity:onRig 419 + owl:onProperty ep-activity:onWell
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:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; 428 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
429 - owl:onProperty ep-activity:onWell 429 + owl:onProperty ep-activity:onRig
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 ep-activity:PorePressureDeterminationType , owl:Class ; 451 + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
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 ep-activity:PorePressureDeterminationType , owl:Class ; 458 + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
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 ep-activity:WellTestType , owl:Class ; 488 + rdf:type owl:Class , ep-activity:WellTestType ;
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 ep-activity:ActivitySuccessType , owl:Class ; 496 + rdf:type owl:Class , ep-activity:ActivitySuccessType ;
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 ep-activity:WellCementJobPurposeType , owl:Class ; 573 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
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-plug , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-squeeze . 577 + owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug .
578 578
579 ep-activity:WellCementJob-plug 579 ep-activity:WellCementJob-plug
580 - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; 580 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
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 ep-activity:WellCementJobPurposeType , owl:Class ; 586 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
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 ep-activity:WellCementJobPurposeType , owl:Class ; 592 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
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 ep-activity:WellCementJobBottomPlugType , owl:Class ; 646 + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ;
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 ep-activity:WellCementJobCasingReciprocationType , owl:Class ; 653 + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ;
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 ep-activity:WellCementJobCasingRotationType , owl:Class ; 660 + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ;
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 ep-activity:WellCementJobFloatHoldingType , owl:Class ; 667 + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ;
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 ep-activity:WellCementJobPlugBumpingType , owl:Class ; 674 + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ;
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 ep-activity:WellCementJobTopPlugType , owl:Class ; 681 + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ;
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 ep-activity:WellCementJobBottomPlugType , owl:Class ; 688 + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ;
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 ep-activity:WellCementJobCasingReciprocationType , owl:Class ; 695 + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ;
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 ep-activity:WellCementJobCasingRotationType , owl:Class ; 702 + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ;
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 ep-activity:WellCementJobFloatHoldingType , owl:Class ; 709 + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ;
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 ep-activity:WellCementJobPlugBumpingType , owl:Class ; 716 + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ;
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 ep-activity:WellCementJobTopPlugType , owl:Class ; 723 + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ;
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 ep-activity:WellCementPumpingFluidReturnType , owl:Class ; 742 + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ;
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 ep-activity:WellCementPumpingFluidReturnType , owl:Class ; 749 + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ;
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 ep-activity:WellControlIncidentType , owl:Class ; 768 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
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-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . 772 + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick .
773 773
774 ep-activity:WellControlIncident-oil_kick 774 ep-activity:WellControlIncident-oil_kick
775 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 775 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
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-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . 779 + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick .
780 780
781 ep-activity:WellControlIncident-shallow_gas_kick 781 ep-activity:WellControlIncident-shallow_gas_kick
782 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 782 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
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-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick . 786 + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick .
787 787
788 ep-activity:WellControlIncident-water_kick 788 ep-activity:WellControlIncident-water_kick
789 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 789 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
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-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick . 793 + owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-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 ep-activity:WellKillingType , owl:Class ; 808 + rdf:type owl:Class , ep-activity:WellKillingType ;
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-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . 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 .
813 813
814 ep-activity:WellKilling-drillers_method 814 ep-activity:WellKilling-drillers_method
815 - rdf:type ep-activity:WellKillingType , owl:Class ; 815 + rdf:type owl:Class , ep-activity:WellKillingType ;
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-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . 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 .
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-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . 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 .
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-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . 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 .
834 834
835 ep-activity:WellKilling-reverse_circulation 835 ep-activity:WellKilling-reverse_circulation
836 - rdf:type ep-activity:WellKillingType , owl:Class ; 836 + rdf:type owl:Class , ep-activity:WellKillingType ;
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-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-wait_and_weight . 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 .
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-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation . 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 .
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 ep-activity:WirelineFormationTestType , owl:Class ; 891 + rdf:type owl:Class , ep-activity:WirelineFormationTestType ;
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 ep-activity:WirelineFormationTestType , owl:Class ; 898 + rdf:type owl:Class , ep-activity:WirelineFormationTestType ;
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 ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 905 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
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:FunctionalProperty , owl:ObjectProperty ; 912 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
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 ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 930 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
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 "final rate of drilling"^^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:FunctionalProperty , owl:ObjectProperty ; 937 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
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:FunctionalProperty , owl:ObjectProperty ; 944 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
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 ; 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 ;
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 ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 951 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
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:DatatypeProperty , owl:FunctionalProperty ; 957 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
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 ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 974 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
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:DatatypeProperty , owl:FunctionalProperty ; 981 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
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:FunctionalProperty , owl:ObjectProperty ; 988 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
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:FunctionalProperty , owl:ObjectProperty ; 995 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
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:FunctionalProperty , owl:ObjectProperty ; 1004 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
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:FunctionalProperty , owl:ObjectProperty ; 1009 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
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:FunctionalProperty , owl:ObjectProperty ; 1015 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
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,17 +1028,23 @@ ep-activity:hasSubActivity ...@@ -1028,17 +1028,23 @@ 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:FunctionalProperty , owl:ObjectProperty ; 1031 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
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:DatatypeProperty , owl:FunctionalProperty ; 1037 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
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 .
1041 1041
1042 +ep-activity:issuedFrom
1043 + rdf:type owl:ObjectProperty ;
1044 + rdfs:domain ep-activity:IssueAReport ;
1045 + rdfs:label "issued from"^^xsd:string ;
1046 + rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> .
1047 +
1042 ep-activity:logRunNumber 1048 ep-activity:logRunNumber
1043 rdf:type owl:DatatypeProperty ; 1049 rdf:type owl:DatatypeProperty ;
1044 rdfs:comment "identification number of a well bore log run activity"^^xsd:string ; 1050 rdfs:comment "identification number of a well bore log run activity"^^xsd:string ;
...@@ -1046,21 +1052,21 @@ ep-activity:logRunNumber ...@@ -1046,21 +1052,21 @@ ep-activity:logRunNumber
1046 rdfs:label "log run number"^^xsd:string . 1052 rdfs:label "log run number"^^xsd:string .
1047 1053
1048 ep-activity:loggedWellBoreInterval 1054 ep-activity:loggedWellBoreInterval
1049 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1055 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1050 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 ;
1051 rdfs:domain ep-activity:WellBoreLogRun ; 1057 rdfs:domain ep-activity:WellBoreLogRun ;
1052 rdfs:label "logged wellbore interval"^^xsd:string ; 1058 rdfs:label "logged wellbore interval"^^xsd:string ;
1053 rdfs:range ep-core:PhysicalObject . 1059 rdfs:range ep-core:PhysicalObject .
1054 1060
1055 ep-activity:measuredDepthOfFluidSampling 1061 ep-activity:measuredDepthOfFluidSampling
1056 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1062 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1057 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 ;
1058 rdfs:domain ep-activity:WirelineFormationTest ; 1064 rdfs:domain ep-activity:WirelineFormationTest ;
1059 rdfs:label "measured depth of fluid sampling"^^xsd:string ; 1065 rdfs:label "measured depth of fluid sampling"^^xsd:string ;
1060 rdfs:range ep-core:Length . 1066 rdfs:range ep-core:Length .
1061 1067
1062 ep-activity:missedProductionTime 1068 ep-activity:missedProductionTime
1063 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1069 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1064 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1070 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1065 rdfs:label "missed production time"^^xsd:string ; 1071 rdfs:label "missed production time"^^xsd:string ;
1066 rdfs:range ep-core:TimeDuration . 1072 rdfs:range ep-core:TimeDuration .
...@@ -1073,7 +1079,7 @@ ep-activity:nominallyAt ...@@ -1073,7 +1079,7 @@ ep-activity:nominallyAt
1073 rdfs:range xsd:dateTime . 1079 rdfs:range xsd:dateTime .
1074 1080
1075 ep-activity:onDrillBit 1081 ep-activity:onDrillBit
1076 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1082 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1077 rdfs:domain ep-activity:WellBoreBitRunDrilling ; 1083 rdfs:domain ep-activity:WellBoreBitRunDrilling ;
1078 rdfs:label "on drill bit"^^xsd:string ; 1084 rdfs:label "on drill bit"^^xsd:string ;
1079 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 1085 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
...@@ -1083,7 +1089,7 @@ ep-activity:onFluid ...@@ -1083,7 +1089,7 @@ ep-activity:onFluid
1083 rdfs:label "on WellBore"^^xsd:string . 1089 rdfs:label "on WellBore"^^xsd:string .
1084 1090
1085 ep-activity:onRig 1091 ep-activity:onRig
1086 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1092 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1087 rdfs:domain ep-activity:DrillingActivity ; 1093 rdfs:domain ep-activity:DrillingActivity ;
1088 rdfs:label "on rig"^^xsd:string ; 1094 rdfs:label "on rig"^^xsd:string ;
1089 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . 1095 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> .
...@@ -1095,20 +1101,20 @@ ep-activity:onWell ...@@ -1095,20 +1101,20 @@ ep-activity:onWell
1095 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . 1101 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> .
1096 1102
1097 ep-activity:onWellBore 1103 ep-activity:onWellBore
1098 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1104 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1099 rdfs:domain ep-activity:DrillingActivity ; 1105 rdfs:domain ep-activity:DrillingActivity ;
1100 rdfs:label "on wellbore"^^xsd:string ; 1106 rdfs:label "on wellbore"^^xsd:string ;
1101 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . 1107 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> .
1102 1108
1103 ep-activity:operatingTimeOfDrillBit 1109 ep-activity:operatingTimeOfDrillBit
1104 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1110 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1105 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 ;
1106 rdfs:domain ep-activity:DrillingActivity ; 1112 rdfs:domain ep-activity:DrillingActivity ;
1107 rdfs:label "operating time of drill bit"^^xsd:string ; 1113 rdfs:label "operating time of drill bit"^^xsd:string ;
1108 rdfs:range ep-core:TimeDuration . 1114 rdfs:range ep-core:TimeDuration .
1109 1115
1110 ep-activity:pressureAtWhichPlugBumped 1116 ep-activity:pressureAtWhichPlugBumped
1111 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1117 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1112 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 ;
1113 rdfs:domain ep-activity:WellCementPumping ; 1119 rdfs:domain ep-activity:WellCementPumping ;
1114 rdfs:label "pressure at which plug bumped"^^xsd:string ; 1120 rdfs:label "pressure at which plug bumped"^^xsd:string ;
...@@ -1119,92 +1125,92 @@ ep-activity:pumpedFluid ...@@ -1119,92 +1125,92 @@ ep-activity:pumpedFluid
1119 rdfs:label "pumped fluid"^^xsd:string . 1125 rdfs:label "pumped fluid"^^xsd:string .
1120 1126
1121 ep-activity:recoveredCore 1127 ep-activity:recoveredCore
1122 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1128 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1123 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 ;
1124 rdfs:domain ep-activity:ExtractAWellCore ; 1130 rdfs:domain ep-activity:ExtractAWellCore ;
1125 rdfs:label "recovered core"^^xsd:string ; 1131 rdfs:label "recovered core"^^xsd:string ;
1126 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . 1132 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> .
1127 1133
1128 ep-activity:returnedCementingFluid 1134 ep-activity:returnedCementingFluid
1129 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1135 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1130 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 ;
1131 rdfs:domain ep-activity:WellCementPumping ; 1137 rdfs:domain ep-activity:WellCementPumping ;
1132 rdfs:label "returned cementing fluid"^^xsd:string ; 1138 rdfs:label "returned cementing fluid"^^xsd:string ;
1133 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . 1139 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> .
1134 1140
1135 ep-activity:sampledFluid 1141 ep-activity:sampledFluid
1136 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1142 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1137 rdfs:domain ep-activity:WirelineFormationTest ; 1143 rdfs:domain ep-activity:WirelineFormationTest ;
1138 rdfs:label "sampled fluid"^^xsd:string ; 1144 rdfs:label "sampled fluid"^^xsd:string ;
1139 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 1145 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
1140 1146
1141 ep-activity:serviceCompany 1147 ep-activity:serviceCompany
1142 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1148 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1143 rdfs:domain ep-activity:Activity ; 1149 rdfs:domain ep-activity:Activity ;
1144 rdfs:label "service company"^^xsd:string ; 1150 rdfs:label "service company"^^xsd:string ;
1145 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1151 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1146 1152
1147 ep-activity:startedAt 1153 ep-activity:startedAt
1148 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 1154 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
1149 rdfs:domain ep-core:PhysicalThing ; 1155 rdfs:domain ep-core:PhysicalThing ;
1150 rdfs:label "started at"^^xsd:string ; 1156 rdfs:label "started at"^^xsd:string ;
1151 rdfs:range xsd:dateTime . 1157 rdfs:range xsd:dateTime .
1152 1158
1153 ep-activity:timeLost 1159 ep-activity:timeLost
1154 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1160 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1155 rdfs:domain ep-activity:WellControlIncident ; 1161 rdfs:domain ep-activity:WellControlIncident ;
1156 rdfs:label "time lost"^^xsd:string ; 1162 rdfs:label "time lost"^^xsd:string ;
1157 rdfs:range ep-core:TimeDuration . 1163 rdfs:range ep-core:TimeDuration .
1158 1164
1159 ep-activity:timeOfFailure 1165 ep-activity:timeOfFailure
1160 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 1166 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
1161 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1167 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1162 rdfs:label "time of failure"^^xsd:string ; 1168 rdfs:label "time of failure"^^xsd:string ;
1163 rdfs:range xsd:dateTime . 1169 rdfs:range xsd:dateTime .
1164 1170
1165 ep-activity:timeOfRepair 1171 ep-activity:timeOfRepair
1166 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 1172 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
1167 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1173 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1168 rdfs:label "time of repair"^^xsd:string ; 1174 rdfs:label "time of repair"^^xsd:string ;
1169 rdfs:range xsd:dateTime . 1175 rdfs:range xsd:dateTime .
1170 1176
1171 ep-activity:volumeOfMudGained 1177 ep-activity:volumeOfMudGained
1172 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1178 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1173 rdfs:domain ep-activity:WellControlIncident ; 1179 rdfs:domain ep-activity:WellControlIncident ;
1174 rdfs:label "final rate of drilling"^^xsd:string ; 1180 rdfs:label "final rate of drilling"^^xsd:string ;
1175 rdfs:range ep-core:Volume . 1181 rdfs:range ep-core:Volume .
1176 1182
1177 ep-activity:wellBoreLoggingTool 1183 ep-activity:wellBoreLoggingTool
1178 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1184 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1179 rdfs:domain ep-activity:WellBoreLogRun ; 1185 rdfs:domain ep-activity:WellBoreLogRun ;
1180 rdfs:label "well bore logging tool"^^xsd:string ; 1186 rdfs:label "well bore logging tool"^^xsd:string ;
1181 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 1187 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
1182 1188
1183 ep-activity:wellTestBottomHolePressure 1189 ep-activity:wellTestBottomHolePressure
1184 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1190 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1185 rdfs:domain ep-activity:WellTest ; 1191 rdfs:domain ep-activity:WellTest ;
1186 rdfs:label "well test bottom hole pressure"^^xsd:string ; 1192 rdfs:label "well test bottom hole pressure"^^xsd:string ;
1187 rdfs:range ep-core:Pressure . 1193 rdfs:range ep-core:Pressure .
1188 1194
1189 ep-activity:wellTestFlowingPressure 1195 ep-activity:wellTestFlowingPressure
1190 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1196 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1191 rdfs:domain ep-activity:WellTest ; 1197 rdfs:domain ep-activity:WellTest ;
1192 rdfs:label "well test flowing pressure"^^xsd:string ; 1198 rdfs:label "well test flowing pressure"^^xsd:string ;
1193 rdfs:range ep-core:Pressure . 1199 rdfs:range ep-core:Pressure .
1194 1200
1195 ep-activity:wellTestNumber 1201 ep-activity:wellTestNumber
1196 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 1202 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
1197 rdfs:domain ep-activity:WellTest ; 1203 rdfs:domain ep-activity:WellTest ;
1198 rdfs:label "well test number"^^xsd:string . 1204 rdfs:label "well test number"^^xsd:string .
1199 1205
1200 ep-activity:wellTestShutInPressure 1206 ep-activity:wellTestShutInPressure
1201 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1207 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1202 rdfs:domain ep-activity:WellTest ; 1208 rdfs:domain ep-activity:WellTest ;
1203 rdfs:label "well test shut-in pressure"^^xsd:string ; 1209 rdfs:label "well test shut-in pressure"^^xsd:string ;
1204 rdfs:range ep-core:Pressure . 1210 rdfs:range ep-core:Pressure .
1205 1211
1206 ep-activity:wellTestStoredOil 1212 ep-activity:wellTestStoredOil
1207 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1213 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1208 rdfs:domain ep-activity:WellTest ; 1214 rdfs:domain ep-activity:WellTest ;
1209 rdfs:label "well test stored oil"^^xsd:string ; 1215 rdfs:label "well test stored oil"^^xsd:string ;
1210 rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> . 1216 rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> .
......