David Leal

Ranges of existsWithin and existsThroughout removed. Also some minor changes to domains.

...@@ -27,33 +27,33 @@ ep-activity:Activity ...@@ -27,33 +27,33 @@ ep-activity:Activity
27 rdfs:subClassOf ep-core:PhysicalThing ; 27 rdfs:subClassOf ep-core:PhysicalThing ;
28 rdfs:subClassOf 28 rdfs:subClassOf
29 [ rdf:type owl:Restriction ; 29 [ rdf:type owl:Restriction ;
30 - owl:allValuesFrom ep-activity:Activity ; 30 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
31 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> 31 + owl:onProperty ep-activity:finishedAt
32 ] ; 32 ] ;
33 rdfs:subClassOf 33 rdfs:subClassOf
34 [ rdf:type owl:Restriction ; 34 [ rdf:type owl:Restriction ;
35 - owl:allValuesFrom ep-activity:Activity ; 35 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
36 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> 36 + owl:onProperty ep-activity:startedAt
37 ] ; 37 ] ;
38 rdfs:subClassOf 38 rdfs:subClassOf
39 [ rdf:type owl:Restriction ; 39 [ rdf:type owl:Restriction ;
40 owl:allValuesFrom ep-activity:Activity ; 40 owl:allValuesFrom ep-activity:Activity ;
41 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> 41 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after>
42 ] ; 42 ] ;
43 rdfs:subClassOf 43 rdfs:subClassOf
44 [ rdf:type owl:Restriction ; 44 [ rdf:type owl:Restriction ;
45 owl:allValuesFrom ep-activity:Activity ; 45 owl:allValuesFrom ep-activity:Activity ;
46 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> 46 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before>
47 ] ; 47 ] ;
48 rdfs:subClassOf 48 rdfs:subClassOf
49 [ rdf:type owl:Restriction ; 49 [ rdf:type owl:Restriction ;
50 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 50 + owl:allValuesFrom ep-activity:Activity ;
51 - owl:onProperty ep-activity:startedAt 51 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps>
52 ] ; 52 ] ;
53 rdfs:subClassOf 53 rdfs:subClassOf
54 [ rdf:type owl:Restriction ; 54 [ rdf:type owl:Restriction ;
55 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 55 + owl:allValuesFrom ep-activity:Activity ;
56 - owl:onProperty ep-activity:finishedAt 56 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during>
57 ] . 57 ] .
58 58
59 ep-activity:ActivitySuccessType 59 ep-activity:ActivitySuccessType
...@@ -67,13 +67,13 @@ ep-activity:DailyDrillingActivity ...@@ -67,13 +67,13 @@ ep-activity:DailyDrillingActivity
67 rdfs:subClassOf ep-activity:DrillingActivity ; 67 rdfs:subClassOf ep-activity:DrillingActivity ;
68 rdfs:subClassOf 68 rdfs:subClassOf
69 [ rdf:type owl:Restriction ; 69 [ rdf:type owl:Restriction ;
70 - owl:allValuesFrom ep-activity:Activity ; 70 + owl:allValuesFrom ep-activity:DrillingActivity ;
71 - owl:onProperty ep-core:hasPart 71 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
72 ] ; 72 ] ;
73 rdfs:subClassOf 73 rdfs:subClassOf
74 [ rdf:type owl:Restriction ; 74 [ rdf:type owl:Restriction ;
75 - owl:allValuesFrom ep-activity:DrillingActivity ; 75 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
76 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 76 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
77 ] ; 77 ] ;
78 rdfs:subClassOf 78 rdfs:subClassOf
79 [ rdf:type owl:Restriction ; 79 [ rdf:type owl:Restriction ;
...@@ -82,13 +82,13 @@ ep-activity:DailyDrillingActivity ...@@ -82,13 +82,13 @@ ep-activity:DailyDrillingActivity
82 ] ; 82 ] ;
83 rdfs:subClassOf 83 rdfs:subClassOf
84 [ rdf:type owl:Restriction ; 84 [ rdf:type owl:Restriction ;
85 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 85 + owl:allValuesFrom ep-activity:DrillingActivity ;
86 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 86 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
87 ] ; 87 ] ;
88 rdfs:subClassOf 88 rdfs:subClassOf
89 [ rdf:type owl:Restriction ; 89 [ rdf:type owl:Restriction ;
90 - owl:allValuesFrom ep-activity:DrillingActivity ; 90 + owl:allValuesFrom ep-activity:Activity ;
91 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 91 + owl:onProperty ep-core:hasPart
92 ] . 92 ] .
93 93
94 ep-activity:DailyDrillingActivityToStatus 94 ep-activity:DailyDrillingActivityToStatus
...@@ -97,13 +97,13 @@ ep-activity:DailyDrillingActivityToStatus ...@@ -97,13 +97,13 @@ ep-activity:DailyDrillingActivityToStatus
97 rdfs:subClassOf ep-activity:DrillingActivity ; 97 rdfs:subClassOf ep-activity:DrillingActivity ;
98 rdfs:subClassOf 98 rdfs:subClassOf
99 [ rdf:type owl:Restriction ; 99 [ rdf:type owl:Restriction ;
100 - owl:allValuesFrom ep-activity:DrillingActivity ; 100 + owl:allValuesFrom ep-activity:Activity ;
101 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 101 + owl:onProperty ep-core:hasPart
102 ] ; 102 ] ;
103 rdfs:subClassOf 103 rdfs:subClassOf
104 [ rdf:type owl:Restriction ; 104 [ rdf:type owl:Restriction ;
105 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; 105 + owl:allValuesFrom ep-activity:DrillingActivity ;
106 - owl:onProperty ep-activity:onWellBore 106 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
107 ] ; 107 ] ;
108 rdfs:subClassOf 108 rdfs:subClassOf
109 [ rdf:type owl:Restriction ; 109 [ rdf:type owl:Restriction ;
...@@ -112,13 +112,13 @@ ep-activity:DailyDrillingActivityToStatus ...@@ -112,13 +112,13 @@ ep-activity:DailyDrillingActivityToStatus
112 ] ; 112 ] ;
113 rdfs:subClassOf 113 rdfs:subClassOf
114 [ rdf:type owl:Restriction ; 114 [ rdf:type owl:Restriction ;
115 - owl:allValuesFrom ep-activity:DrillingActivity ; 115 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ;
116 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 116 + owl:onProperty ep-activity:onWellBore
117 ] ; 117 ] ;
118 rdfs:subClassOf 118 rdfs:subClassOf
119 [ rdf:type owl:Restriction ; 119 [ rdf:type owl:Restriction ;
120 - owl:allValuesFrom ep-activity:Activity ; 120 + owl:allValuesFrom ep-activity:DrillingActivity ;
121 - owl:onProperty ep-core:hasPart 121 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
122 ] . 122 ] .
123 123
124 ep-activity:Drill-bypass 124 ep-activity:Drill-bypass
...@@ -152,7 +152,7 @@ ep-activity:Drill-sidetrack ...@@ -152,7 +152,7 @@ ep-activity:Drill-sidetrack
152 rdfs:subClassOf ep-activity:DrillingActivity . 152 rdfs:subClassOf ep-activity:DrillingActivity .
153 153
154 ep-activity:DrillStemTest 154 ep-activity:DrillStemTest
155 - rdf:type owl:Class , ep-activity:WellTestType ; 155 + rdf:type ep-activity:WellTestType , owl:Class ;
156 rdfs:label "drill stem test"^^xsd:string ; 156 rdfs:label "drill stem test"^^xsd:string ;
157 rdfs:subClassOf ep-activity:WellTest ; 157 rdfs:subClassOf ep-activity:WellTest ;
158 dc:description "A test 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 ; 158 dc:description "A test 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 ;
...@@ -164,72 +164,72 @@ ep-activity:DrillingActivity ...@@ -164,72 +164,72 @@ ep-activity:DrillingActivity
164 rdfs:subClassOf ep-activity:Activity . 164 rdfs:subClassOf ep-activity:Activity .
165 165
166 ep-activity:DrillingActivity-bop_test 166 ep-activity:DrillingActivity-bop_test
167 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 167 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
168 rdfs:label "drilling activity - BOP test"^^xsd:string ; 168 rdfs:label "drilling activity - BOP test"^^xsd:string ;
169 rdfs:subClassOf ep-activity:DrillingActivity . 169 rdfs:subClassOf ep-activity:DrillingActivity .
170 170
171 ep-activity:DrillingActivity-circulation_loss 171 ep-activity:DrillingActivity-circulation_loss
172 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 172 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
173 rdfs:label "drilling activity - circulation loss"^^xsd:string ; 173 rdfs:label "drilling activity - circulation loss"^^xsd:string ;
174 rdfs:subClassOf ep-activity:DrillingActivity . 174 rdfs:subClassOf ep-activity:DrillingActivity .
175 175
176 ep-activity:DrillingActivity-coiled_tubing 176 ep-activity:DrillingActivity-coiled_tubing
177 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 177 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
178 rdfs:label "drilling activity - coiled tubing"^^xsd:string ; 178 rdfs:label "drilling activity - coiled tubing"^^xsd:string ;
179 rdfs:subClassOf ep-activity:DrillingActivity . 179 rdfs:subClassOf ep-activity:DrillingActivity .
180 180
181 ep-activity:DrillingActivity-equipment_failure 181 ep-activity:DrillingActivity-equipment_failure
182 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 182 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
183 rdfs:label "drilling activity - equipment failure"^^xsd:string ; 183 rdfs:label "drilling activity - equipment failure"^^xsd:string ;
184 rdfs:subClassOf ep-activity:DrillingActivity . 184 rdfs:subClassOf ep-activity:DrillingActivity .
185 185
186 ep-activity:DrillingActivity-equipment_hang 186 ep-activity:DrillingActivity-equipment_hang
187 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 187 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
188 rdfs:label "drilling activity - equipment hang"^^xsd:string ; 188 rdfs:label "drilling activity - equipment hang"^^xsd:string ;
189 rdfs:subClassOf ep-activity:DrillingActivity . 189 rdfs:subClassOf ep-activity:DrillingActivity .
190 190
191 ep-activity:DrillingActivity-fixed_equipment 191 ep-activity:DrillingActivity-fixed_equipment
192 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 192 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
193 rdfs:label "drilling activity - fixed equipment"^^xsd:string ; 193 rdfs:label "drilling activity - fixed equipment"^^xsd:string ;
194 rdfs:subClassOf ep-activity:DrillingActivity . 194 rdfs:subClassOf ep-activity:DrillingActivity .
195 195
196 ep-activity:DrillingActivity-injury 196 ep-activity:DrillingActivity-injury
197 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 197 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
198 rdfs:label "drilling activity- injury"^^xsd:string ; 198 rdfs:label "drilling activity- injury"^^xsd:string ;
199 rdfs:subClassOf ep-activity:DrillingActivity . 199 rdfs:subClassOf ep-activity:DrillingActivity .
200 200
201 ep-activity:DrillingActivity-kick 201 ep-activity:DrillingActivity-kick
202 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 202 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
203 rdfs:label "drilling activity - operation kick"^^xsd:string ; 203 rdfs:label "drilling activity - operation kick"^^xsd:string ;
204 rdfs:subClassOf ep-activity:DrillingActivity . 204 rdfs:subClassOf ep-activity:DrillingActivity .
205 205
206 ep-activity:DrillingActivity-mud_loss 206 ep-activity:DrillingActivity-mud_loss
207 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 207 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
208 rdfs:label "drilling activity - mud loss"^^xsd:string ; 208 rdfs:label "drilling activity - mud loss"^^xsd:string ;
209 rdfs:subClassOf ep-activity:DrillingActivity . 209 rdfs:subClassOf ep-activity:DrillingActivity .
210 210
211 ep-activity:DrillingActivity-operation_failed 211 ep-activity:DrillingActivity-operation_failed
212 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 212 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
213 rdfs:label "drilling activity - operation failed"^^xsd:string ; 213 rdfs:label "drilling activity - operation failed"^^xsd:string ;
214 rdfs:subClassOf ep-activity:DrillingActivity . 214 rdfs:subClassOf ep-activity:DrillingActivity .
215 215
216 ep-activity:DrillingActivity-snubbing 216 ep-activity:DrillingActivity-snubbing
217 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 217 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
218 rdfs:label "drilling activity - snubbing"^^xsd:string ; 218 rdfs:label "drilling activity - snubbing"^^xsd:string ;
219 rdfs:subClassOf ep-activity:DrillingActivity . 219 rdfs:subClassOf ep-activity:DrillingActivity .
220 220
221 ep-activity:DrillingActivity-stuck_equipment 221 ep-activity:DrillingActivity-stuck_equipment
222 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 222 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
223 rdfs:label "drilling activity - stuck equipment"^^xsd:string ; 223 rdfs:label "drilling activity - stuck equipment"^^xsd:string ;
224 rdfs:subClassOf ep-activity:DrillingActivity . 224 rdfs:subClassOf ep-activity:DrillingActivity .
225 225
226 ep-activity:DrillingActivity-success 226 ep-activity:DrillingActivity-success
227 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 227 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
228 rdfs:label "drilling activity - success"^^xsd:string ; 228 rdfs:label "drilling activity - success"^^xsd:string ;
229 rdfs:subClassOf ep-activity:DrillingActivity . 229 rdfs:subClassOf ep-activity:DrillingActivity .
230 230
231 ep-activity:DrillingActivity-wire_line 231 ep-activity:DrillingActivity-wire_line
232 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 232 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
233 rdfs:label "drilling activity - wireline"^^xsd:string ; 233 rdfs:label "drilling activity - wireline"^^xsd:string ;
234 rdfs:subClassOf ep-activity:DrillingActivity . 234 rdfs:subClassOf ep-activity:DrillingActivity .
235 235
...@@ -254,7 +254,7 @@ ep-activity:ExtractAWellCore ...@@ -254,7 +254,7 @@ ep-activity:ExtractAWellCore
254 rdfs:subClassOf ep-activity:WellOperation . 254 rdfs:subClassOf ep-activity:WellOperation .
255 255
256 ep-activity:FailedActivity 256 ep-activity:FailedActivity
257 - rdf:type owl:Class , ep-activity:ActivitySuccessType ; 257 + rdf:type ep-activity:ActivitySuccessType , owl:Class ;
258 rdfs:label "failed activity"^^xsd:string ; 258 rdfs:label "failed activity"^^xsd:string ;
259 rdfs:subClassOf ep-activity:Activity ; 259 rdfs:subClassOf ep-activity:Activity ;
260 owl:disjointWith ep-activity:SuccessfulActivity . 260 owl:disjointWith ep-activity:SuccessfulActivity .
...@@ -265,7 +265,7 @@ ep-activity:FluidReading ...@@ -265,7 +265,7 @@ ep-activity:FluidReading
265 rdfs:subClassOf ep-activity:Activity . 265 rdfs:subClassOf ep-activity:Activity .
266 266
267 ep-activity:FormationIntegrityTest 267 ep-activity:FormationIntegrityTest
268 - rdf:type owl:Class , ep-activity:PressureTestType ; 268 + rdf:type ep-activity:PressureTestType , owl:Class ;
269 rdfs:label "formation integrity test"^^xsd:string ; 269 rdfs:label "formation integrity test"^^xsd:string ;
270 rdfs:subClassOf ep-activity:WellBorePressureTest ; 270 rdfs:subClassOf ep-activity:WellBorePressureTest ;
271 owl:disjointWith ep-activity:LeakOffTest . 271 owl:disjointWith ep-activity:LeakOffTest .
...@@ -335,7 +335,7 @@ ep-activity:GasReadingType ...@@ -335,7 +335,7 @@ ep-activity:GasReadingType
335 rdfs:subClassOf owl:Class . 335 rdfs:subClassOf owl:Class .
336 336
337 ep-activity:LeakOffTest 337 ep-activity:LeakOffTest
338 - rdf:type owl:Class , ep-activity:PressureTestType ; 338 + rdf:type ep-activity:PressureTestType , owl:Class ;
339 rdfs:label "leak-off test"^^xsd:string ; 339 rdfs:label "leak-off test"^^xsd:string ;
340 rdfs:subClassOf ep-activity:WellBorePressureTest ; 340 rdfs:subClassOf ep-activity:WellBorePressureTest ;
341 owl:disjointWith ep-activity:FormationIntegrityTest . 341 owl:disjointWith ep-activity:FormationIntegrityTest .
...@@ -366,7 +366,7 @@ ep-activity:OffshoreWellActivity ...@@ -366,7 +366,7 @@ ep-activity:OffshoreWellActivity
366 rdfs:subClassOf ep-activity:OffshoreActivity ; 366 rdfs:subClassOf ep-activity:OffshoreActivity ;
367 rdfs:subClassOf 367 rdfs:subClassOf
368 [ rdf:type owl:Restriction ; 368 [ rdf:type owl:Restriction ;
369 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; 369 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
370 owl:onProperty ep-activity:onWell 370 owl:onProperty ep-activity:onWell
371 ] ; 371 ] ;
372 rdfs:subClassOf 372 rdfs:subClassOf
...@@ -376,7 +376,7 @@ ep-activity:OffshoreWellActivity ...@@ -376,7 +376,7 @@ ep-activity:OffshoreWellActivity
376 ] ; 376 ] ;
377 rdfs:subClassOf 377 rdfs:subClassOf
378 [ rdf:type owl:Restriction ; 378 [ rdf:type owl:Restriction ;
379 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 379 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ;
380 owl:onProperty ep-activity:onWell 380 owl:onProperty ep-activity:onWell
381 ] . 381 ] .
382 382
...@@ -396,13 +396,13 @@ ep-activity:PorePressureDeterminationType ...@@ -396,13 +396,13 @@ ep-activity:PorePressureDeterminationType
396 rdfs:subClassOf owl:Class . 396 rdfs:subClassOf owl:Class .
397 397
398 ep-activity:PorePressureEstimation 398 ep-activity:PorePressureEstimation
399 - rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; 399 + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ;
400 rdfs:label "pore pressure estimation"^^xsd:string ; 400 rdfs:label "pore pressure estimation"^^xsd:string ;
401 rdfs:subClassOf ep-activity:PorePressureDetermination ; 401 rdfs:subClassOf ep-activity:PorePressureDetermination ;
402 owl:disjointWith ep-activity:PorePressureMeasurement . 402 owl:disjointWith ep-activity:PorePressureMeasurement .
403 403
404 ep-activity:PorePressureMeasurement 404 ep-activity:PorePressureMeasurement
405 - rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; 405 + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ;
406 rdfs:label "pore pressure measurement"^^xsd:string ; 406 rdfs:label "pore pressure measurement"^^xsd:string ;
407 rdfs:subClassOf ep-activity:PorePressureDetermination ; 407 rdfs:subClassOf ep-activity:PorePressureDetermination ;
408 owl:disjointWith ep-activity:PorePressureEstimation . 408 owl:disjointWith ep-activity:PorePressureEstimation .
...@@ -423,14 +423,14 @@ ep-activity:ProductionActivity ...@@ -423,14 +423,14 @@ ep-activity:ProductionActivity
423 rdfs:subClassOf ep-activity:Activity . 423 rdfs:subClassOf ep-activity:Activity .
424 424
425 ep-activity:ProductionTest 425 ep-activity:ProductionTest
426 - rdf:type owl:Class , ep-activity:WellTestType ; 426 + rdf:type ep-activity:WellTestType , owl:Class ;
427 rdfs:label "production test"^^xsd:string ; 427 rdfs:label "production test"^^xsd:string ;
428 rdfs:subClassOf ep-activity:WellTest ; 428 rdfs:subClassOf ep-activity:WellTest ;
429 dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ; 429 dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ;
430 owl:disjointWith ep-activity:DrillStemTest . 430 owl:disjointWith ep-activity:DrillStemTest .
431 431
432 ep-activity:SuccessfulActivity 432 ep-activity:SuccessfulActivity
433 - rdf:type owl:Class , ep-activity:ActivitySuccessType ; 433 + rdf:type ep-activity:ActivitySuccessType , owl:Class ;
434 rdfs:label "successful activity"^^xsd:string ; 434 rdfs:label "successful activity"^^xsd:string ;
435 rdfs:subClassOf ep-activity:Activity ; 435 rdfs:subClassOf ep-activity:Activity ;
436 owl:disjointWith ep-activity:FailedActivity . 436 owl:disjointWith ep-activity:FailedActivity .
...@@ -495,23 +495,23 @@ ep-activity:WellCementJob ...@@ -495,23 +495,23 @@ ep-activity:WellCementJob
495 rdfs:subClassOf ep-activity:WellOperation . 495 rdfs:subClassOf ep-activity:WellOperation .
496 496
497 ep-activity:WellCementJob-other 497 ep-activity:WellCementJob-other
498 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 498 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
499 rdfs:label "well cement job other"^^xsd:string ; 499 rdfs:label "well cement job other"^^xsd:string ;
500 rdfs:subClassOf ep-activity:WellCementJob ; 500 rdfs:subClassOf ep-activity:WellCementJob ;
501 - owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug . 501 + owl:disjointWith ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-squeeze .
502 502
503 ep-activity:WellCementJob-plug 503 ep-activity:WellCementJob-plug
504 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 504 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
505 rdfs:label "well cement job plug"^^xsd:string ; 505 rdfs:label "well cement job plug"^^xsd:string ;
506 rdfs:subClassOf ep-activity:WellCementJob . 506 rdfs:subClassOf ep-activity:WellCementJob .
507 507
508 ep-activity:WellCementJob-primary 508 ep-activity:WellCementJob-primary
509 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 509 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
510 rdfs:label "well cement job primary"^^xsd:string ; 510 rdfs:label "well cement job primary"^^xsd:string ;
511 rdfs:subClassOf ep-activity:WellCementJob . 511 rdfs:subClassOf ep-activity:WellCementJob .
512 512
513 ep-activity:WellCementJob-squeeze 513 ep-activity:WellCementJob-squeeze
514 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 514 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
515 rdfs:label "well cement job squeeze"^^xsd:string ; 515 rdfs:label "well cement job squeeze"^^xsd:string ;
516 rdfs:subClassOf ep-activity:WellCementJob . 516 rdfs:subClassOf ep-activity:WellCementJob .
517 517
...@@ -556,73 +556,73 @@ ep-activity:WellCementJobTopPlugType ...@@ -556,73 +556,73 @@ ep-activity:WellCementJobTopPlugType
556 rdfs:subClassOf owl:Class . 556 rdfs:subClassOf owl:Class .
557 557
558 ep-activity:WellCementJobWithBottomPlug 558 ep-activity:WellCementJobWithBottomPlug
559 - rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; 559 + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
560 rdfs:label "well cement job with bottom plug"^^xsd:string ; 560 rdfs:label "well cement job with bottom plug"^^xsd:string ;
561 rdfs:subClassOf ep-activity:WellCementJob ; 561 rdfs:subClassOf ep-activity:WellCementJob ;
562 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . 562 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug .
563 563
564 ep-activity:WellCementJobWithCasingReciprocation 564 ep-activity:WellCementJobWithCasingReciprocation
565 - rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; 565 + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
566 rdfs:label "well cement job with casing reciprocation"^^xsd:string ; 566 rdfs:label "well cement job with casing reciprocation"^^xsd:string ;
567 rdfs:subClassOf ep-activity:WellCementJob ; 567 rdfs:subClassOf ep-activity:WellCementJob ;
568 owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . 568 owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation .
569 569
570 ep-activity:WellCementJobWithCasingRotation 570 ep-activity:WellCementJobWithCasingRotation
571 - rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; 571 + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
572 rdfs:label "well cement job with casing rotation"^^xsd:string ; 572 rdfs:label "well cement job with casing rotation"^^xsd:string ;
573 rdfs:subClassOf ep-activity:WellCementJob ; 573 rdfs:subClassOf ep-activity:WellCementJob ;
574 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . 574 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
575 575
576 ep-activity:WellCementJobWithFloatHolding 576 ep-activity:WellCementJobWithFloatHolding
577 - rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; 577 + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
578 rdfs:label "well cement job with float holding"^^xsd:string ; 578 rdfs:label "well cement job with float holding"^^xsd:string ;
579 rdfs:subClassOf ep-activity:WellCementJob ; 579 rdfs:subClassOf ep-activity:WellCementJob ;
580 owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . 580 owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding .
581 581
582 ep-activity:WellCementJobWithPlugBumping 582 ep-activity:WellCementJobWithPlugBumping
583 - rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; 583 + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
584 rdfs:label "well cement job with plug bumping"^^xsd:string ; 584 rdfs:label "well cement job with plug bumping"^^xsd:string ;
585 rdfs:subClassOf ep-activity:WellCementJob ; 585 rdfs:subClassOf ep-activity:WellCementJob ;
586 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . 586 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug .
587 587
588 ep-activity:WellCementJobWithTopPlug 588 ep-activity:WellCementJobWithTopPlug
589 - rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; 589 + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
590 rdfs:label "well cement job with top plug"^^xsd:string ; 590 rdfs:label "well cement job with top plug"^^xsd:string ;
591 rdfs:subClassOf ep-activity:WellCementJob ; 591 rdfs:subClassOf ep-activity:WellCementJob ;
592 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . 592 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
593 593
594 ep-activity:WellCementJobWithoutBottomPlug 594 ep-activity:WellCementJobWithoutBottomPlug
595 - rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; 595 + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
596 rdfs:label "well cement job without bottom plug"^^xsd:string ; 596 rdfs:label "well cement job without bottom plug"^^xsd:string ;
597 rdfs:subClassOf ep-activity:WellCementJob ; 597 rdfs:subClassOf ep-activity:WellCementJob ;
598 owl:disjointWith ep-activity:WellCementJobWithBottomPlug . 598 owl:disjointWith ep-activity:WellCementJobWithBottomPlug .
599 599
600 ep-activity:WellCementJobWithoutCasingReciprocation 600 ep-activity:WellCementJobWithoutCasingReciprocation
601 - rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; 601 + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
602 rdfs:label "well cement job without casing reciprocation"^^xsd:string ; 602 rdfs:label "well cement job without casing reciprocation"^^xsd:string ;
603 rdfs:subClassOf ep-activity:WellCementJob ; 603 rdfs:subClassOf ep-activity:WellCementJob ;
604 owl:disjointWith ep-activity:WellCementJobWithCasingRotation . 604 owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
605 605
606 ep-activity:WellCementJobWithoutCasingRotation 606 ep-activity:WellCementJobWithoutCasingRotation
607 - rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; 607 + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
608 rdfs:label "well cement job without casing rotation"^^xsd:string ; 608 rdfs:label "well cement job without casing rotation"^^xsd:string ;
609 rdfs:subClassOf ep-activity:WellCementJob ; 609 rdfs:subClassOf ep-activity:WellCementJob ;
610 owl:disjointWith ep-activity:WellCementJobWithCasingRotation . 610 owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
611 611
612 ep-activity:WellCementJobWithoutFloatHolding 612 ep-activity:WellCementJobWithoutFloatHolding
613 - rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; 613 + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
614 rdfs:label "well cement job without float holding"^^xsd:string ; 614 rdfs:label "well cement job without float holding"^^xsd:string ;
615 rdfs:subClassOf ep-activity:WellCementJob ; 615 rdfs:subClassOf ep-activity:WellCementJob ;
616 owl:disjointWith ep-activity:WellCementJobWithFloatHolding . 616 owl:disjointWith ep-activity:WellCementJobWithFloatHolding .
617 617
618 ep-activity:WellCementJobWithoutPlugBumping 618 ep-activity:WellCementJobWithoutPlugBumping
619 - rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; 619 + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
620 rdfs:label "well cement job without plug bumping"^^xsd:string ; 620 rdfs:label "well cement job without plug bumping"^^xsd:string ;
621 rdfs:subClassOf ep-activity:WellCementJob ; 621 rdfs:subClassOf ep-activity:WellCementJob ;
622 owl:disjointWith ep-activity:WellCementJobWithBottomPlug . 622 owl:disjointWith ep-activity:WellCementJobWithBottomPlug .
623 623
624 ep-activity:WellCementJobWithoutTopPlug 624 ep-activity:WellCementJobWithoutTopPlug
625 - rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; 625 + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
626 rdfs:label "well cement job without top plug"^^xsd:string ; 626 rdfs:label "well cement job without top plug"^^xsd:string ;
627 rdfs:subClassOf ep-activity:WellCementJob ; 627 rdfs:subClassOf ep-activity:WellCementJob ;
628 owl:disjointWith ep-activity:WellCementJobWithTopPlug . 628 owl:disjointWith ep-activity:WellCementJobWithTopPlug .
...@@ -638,13 +638,13 @@ ep-activity:WellCementPumpingFluidReturnType ...@@ -638,13 +638,13 @@ ep-activity:WellCementPumpingFluidReturnType
638 rdfs:subClassOf owl:Class . 638 rdfs:subClassOf owl:Class .
639 639
640 ep-activity:WellCementPumpingWithFluidReturn 640 ep-activity:WellCementPumpingWithFluidReturn
641 - rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; 641 + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
642 rdfs:label "well cement pumping with fluid return"^^xsd:string ; 642 rdfs:label "well cement pumping with fluid return"^^xsd:string ;
643 rdfs:subClassOf ep-activity:WellCementPumping ; 643 rdfs:subClassOf ep-activity:WellCementPumping ;
644 owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . 644 owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn .
645 645
646 ep-activity:WellCementPumpingWithoutFluidReturn 646 ep-activity:WellCementPumpingWithoutFluidReturn
647 - rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; 647 + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
648 rdfs:label "well cement pumping without fluid return"^^xsd:string ; 648 rdfs:label "well cement pumping without fluid return"^^xsd:string ;
649 rdfs:subClassOf ep-activity:WellCementPumping ; 649 rdfs:subClassOf ep-activity:WellCementPumping ;
650 owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . 650 owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn .
...@@ -660,28 +660,28 @@ ep-activity:WellControlIncident ...@@ -660,28 +660,28 @@ ep-activity:WellControlIncident
660 rdfs:subClassOf ep-activity:WellOperation . 660 rdfs:subClassOf ep-activity:WellOperation .
661 661
662 ep-activity:WellControlIncident-gas_kick 662 ep-activity:WellControlIncident-gas_kick
663 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 663 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
664 rdfs:label "well control incident gas kick"^^xsd:string ; 664 rdfs:label "well control incident gas kick"^^xsd:string ;
665 rdfs:subClassOf ep-activity:WellControlIncident ; 665 rdfs:subClassOf ep-activity:WellControlIncident ;
666 - owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . 666 + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick .
667 667
668 ep-activity:WellControlIncident-oil_kick 668 ep-activity:WellControlIncident-oil_kick
669 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 669 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
670 rdfs:label "well control incident oil kick"^^xsd:string ; 670 rdfs:label "well control incident oil kick"^^xsd:string ;
671 rdfs:subClassOf ep-activity:WellControlIncident ; 671 rdfs:subClassOf ep-activity:WellControlIncident ;
672 - owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick . 672 + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick .
673 673
674 ep-activity:WellControlIncident-shallow_gas_kick 674 ep-activity:WellControlIncident-shallow_gas_kick
675 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 675 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
676 rdfs:label "well control incident shallow gas kick"^^xsd:string ; 676 rdfs:label "well control incident shallow gas kick"^^xsd:string ;
677 rdfs:subClassOf ep-activity:WellControlIncident ; 677 rdfs:subClassOf ep-activity:WellControlIncident ;
678 - owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . 678 + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick .
679 679
680 ep-activity:WellControlIncident-water_kick 680 ep-activity:WellControlIncident-water_kick
681 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 681 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
682 rdfs:label "well control incident water kick"^^xsd:string ; 682 rdfs:label "well control incident water kick"^^xsd:string ;
683 rdfs:subClassOf ep-activity:WellControlIncident ; 683 rdfs:subClassOf ep-activity:WellControlIncident ;
684 - owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . 684 + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick .
685 685
686 ep-activity:WellControlIncidentType 686 ep-activity:WellControlIncidentType
687 rdf:type rdfs:Class ; 687 rdf:type rdfs:Class ;
...@@ -694,40 +694,40 @@ ep-activity:WellKilling ...@@ -694,40 +694,40 @@ ep-activity:WellKilling
694 rdfs:subClassOf ep-activity:WellOperation . 694 rdfs:subClassOf ep-activity:WellOperation .
695 695
696 ep-activity:WellKilling-bullheading 696 ep-activity:WellKilling-bullheading
697 - rdf:type owl:Class , ep-activity:WellKillingType ; 697 + rdf:type ep-activity:WellKillingType , owl:Class ;
698 rdfs:label "well killing bullheading"^^xsd:string ; 698 rdfs:label "well killing bullheading"^^xsd:string ;
699 rdfs:subClassOf ep-activity:WellKilling ; 699 rdfs:subClassOf ep-activity:WellKilling ;
700 - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method . 700 + 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 .
701 701
702 ep-activity:WellKilling-drillers_method 702 ep-activity:WellKilling-drillers_method
703 - rdf:type owl:Class , ep-activity:WellKillingType ; 703 + rdf:type ep-activity:WellKillingType , owl:Class ;
704 rdfs:label "well killing drillers method"^^xsd:string ; 704 rdfs:label "well killing drillers method"^^xsd:string ;
705 rdfs:subClassOf ep-activity:WellKilling ; 705 rdfs:subClassOf ep-activity:WellKilling ;
706 - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading . 706 + 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 .
707 707
708 ep-activity:WellKilling-forward_circulation 708 ep-activity:WellKilling-forward_circulation
709 - rdf:type owl:Class , ep-activity:WellKillingType ; 709 + rdf:type ep-activity:WellKillingType , owl:Class ;
710 rdfs:label "well killing forward circulation"^^xsd:string ; 710 rdfs:label "well killing forward circulation"^^xsd:string ;
711 rdfs:subClassOf ep-activity:WellKilling ; 711 rdfs:subClassOf ep-activity:WellKilling ;
712 - 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-bullheading . 712 + 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 .
713 713
714 ep-activity:WellKilling-lubricate_and_bleed 714 ep-activity:WellKilling-lubricate_and_bleed
715 - rdf:type owl:Class , ep-activity:WellKillingType ; 715 + rdf:type ep-activity:WellKillingType , owl:Class ;
716 rdfs:label "well killing lubricate and bleed"^^xsd:string ; 716 rdfs:label "well killing lubricate and bleed"^^xsd:string ;
717 rdfs:subClassOf ep-activity:WellKilling ; 717 rdfs:subClassOf ep-activity:WellKilling ;
718 - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-bullheading . 718 + 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 .
719 719
720 ep-activity:WellKilling-reverse_circulation 720 ep-activity:WellKilling-reverse_circulation
721 - rdf:type owl:Class , ep-activity:WellKillingType ; 721 + rdf:type ep-activity:WellKillingType , owl:Class ;
722 rdfs:label "well killing reverse circulation"^^xsd:string ; 722 rdfs:label "well killing reverse circulation"^^xsd:string ;
723 rdfs:subClassOf ep-activity:WellKilling ; 723 rdfs:subClassOf ep-activity:WellKilling ;
724 - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-bullheading . 724 + 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 .
725 725
726 ep-activity:WellKilling-wait_and_weight 726 ep-activity:WellKilling-wait_and_weight
727 - rdf:type owl:Class , ep-activity:WellKillingType ; 727 + rdf:type ep-activity:WellKillingType , owl:Class ;
728 rdfs:label "well killing wait and weight"^^xsd:string ; 728 rdfs:label "well killing wait and weight"^^xsd:string ;
729 rdfs:subClassOf ep-activity:WellKilling ; 729 rdfs:subClassOf ep-activity:WellKilling ;
730 - owl:disjointWith ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-bullheading . 730 + 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 .
731 731
732 ep-activity:WellKillingType 732 ep-activity:WellKillingType
733 rdf:type rdfs:Class ; 733 rdf:type rdfs:Class ;
...@@ -766,25 +766,25 @@ ep-activity:WirelineFormationTestType ...@@ -766,25 +766,25 @@ ep-activity:WirelineFormationTestType
766 rdfs:subClassOf owl:Class . 766 rdfs:subClassOf owl:Class .
767 767
768 ep-activity:WirelineFormationTestWithGoodSeal 768 ep-activity:WirelineFormationTestWithGoodSeal
769 - rdf:type owl:Class , ep-activity:WirelineFormationTestType ; 769 + rdf:type ep-activity:WirelineFormationTestType , owl:Class ;
770 rdfs:label "wireline formation test with a good seal"^^xsd:string ; 770 rdfs:label "wireline formation test with a good seal"^^xsd:string ;
771 rdfs:subClassOf ep-activity:WirelineFormationTest ; 771 rdfs:subClassOf ep-activity:WirelineFormationTest ;
772 owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . 772 owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal .
773 773
774 ep-activity:WirelineFormationTestWithoutGoodSeal 774 ep-activity:WirelineFormationTestWithoutGoodSeal
775 - rdf:type owl:Class , ep-activity:WirelineFormationTestType ; 775 + rdf:type ep-activity:WirelineFormationTestType , owl:Class ;
776 rdfs:label "wireline formation test without a good seal"^^xsd:string ; 776 rdfs:label "wireline formation test without a good seal"^^xsd:string ;
777 rdfs:subClassOf ep-activity:WirelineFormationTest ; 777 rdfs:subClassOf ep-activity:WirelineFormationTest ;
778 owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . 778 owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal .
779 779
780 ep-activity:averageRateOfDrilling 780 ep-activity:averageRateOfDrilling
781 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 781 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
782 rdfs:domain ep-activity:DrillingActivity ; 782 rdfs:domain ep-activity:DrillingActivity ;
783 rdfs:label "average rate of drilling"^^xsd:string ; 783 rdfs:label "average rate of drilling"^^xsd:string ;
784 rdfs:range ep-core:Speed . 784 rdfs:range ep-core:Speed .
785 785
786 ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod 786 ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod
787 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 787 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
788 rdfs:domain ep-activity:DailyDrillingActivity ; 788 rdfs:domain ep-activity:DailyDrillingActivity ;
789 rdfs:label "description of activities following the daily reporting period"^^xsd:string ; 789 rdfs:label "description of activities following the daily reporting period"^^xsd:string ;
790 rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . 790 rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> .
...@@ -800,29 +800,39 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod ...@@ -800,29 +800,39 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod
800 rdfs:label "description of activities within the daily reporting period"^^xsd:string . 800 rdfs:label "description of activities within the daily reporting period"^^xsd:string .
801 801
802 ep-activity:distanceDrilled 802 ep-activity:distanceDrilled
803 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 803 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
804 rdfs:domain ep-activity:DrillingActivity ; 804 rdfs:domain ep-activity:DrillingActivity ;
805 rdfs:label "final rate of drilling"^^xsd:string ; 805 rdfs:label "final rate of drilling"^^xsd:string ;
806 rdfs:range ep-core:Length . 806 rdfs:range ep-core:Length .
807 807
808 ep-activity:drillingContractor 808 ep-activity:drillingContractor
809 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 809 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
810 rdfs:domain ep-activity:DrillingActivity ; 810 rdfs:domain ep-activity:DrillingActivity ;
811 rdfs:label "drilling contractor"^^xsd:string ; 811 rdfs:label "drilling contractor"^^xsd:string ;
812 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 812 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
813 813
814 ep-activity:drillingOperator 814 ep-activity:drillingOperator
815 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 815 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
816 rdfs:domain ep-activity:DrillingActivity ; 816 rdfs:domain ep-activity:DrillingActivity ;
817 rdfs:label "drilling operator"^^xsd:string ; 817 rdfs:label "drilling operator"^^xsd:string ;
818 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 818 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
819 819
820 ep-activity:durationOfDrilling 820 ep-activity:durationOfDrilling
821 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 821 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
822 rdfs:domain ep-activity:DrillingActivity ; 822 rdfs:domain ep-activity:DrillingActivity ;
823 rdfs:label "duration of drilling"^^xsd:string ; 823 rdfs:label "duration of drilling"^^xsd:string ;
824 rdfs:range ep-core:TimeDuration . 824 rdfs:range ep-core:TimeDuration .
825 825
826 +ep-activity:existsThroughout
827 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
828 + rdfs:domain ep-core:PhysicalThing ;
829 + rdfs:label "exists throughout"^^xsd:string .
830 +
831 +ep-activity:existsWithin
832 + rdf:type owl:DatatypeProperty ;
833 + rdfs:domain ep-core:PhysicalThing ;
834 + rdfs:label "exists within"^^xsd:string .
835 +
826 ep-activity:failedEquipment 836 ep-activity:failedEquipment
827 rdf:type owl:ObjectProperty ; 837 rdf:type owl:ObjectProperty ;
828 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 838 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
...@@ -830,25 +840,25 @@ ep-activity:failedEquipment ...@@ -830,25 +840,25 @@ ep-activity:failedEquipment
830 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 840 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
831 841
832 ep-activity:finalRateOfDrilling 842 ep-activity:finalRateOfDrilling
833 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 843 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
834 rdfs:domain ep-activity:DrillingActivity ; 844 rdfs:domain ep-activity:DrillingActivity ;
835 rdfs:label "final rate of drilling"^^xsd:string ; 845 rdfs:label "final rate of drilling"^^xsd:string ;
836 rdfs:range ep-core:Speed . 846 rdfs:range ep-core:Speed .
837 847
838 ep-activity:finishedAt 848 ep-activity:finishedAt
839 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 849 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
840 - rdfs:domain ep-activity:Activity ; 850 + rdfs:domain ep-core:PhysicalThing ;
841 rdfs:label "finished at"^^xsd:string ; 851 rdfs:label "finished at"^^xsd:string ;
842 rdfs:range xsd:dateTime . 852 rdfs:range xsd:dateTime .
843 853
844 ep-activity:fluidProducedByWellTest 854 ep-activity:fluidProducedByWellTest
845 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 855 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
846 rdfs:domain ep-activity:WellTest ; 856 rdfs:domain ep-activity:WellTest ;
847 rdfs:label "fluid produced by well test"^^xsd:string ; 857 rdfs:label "fluid produced by well test"^^xsd:string ;
848 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 858 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
849 859
850 ep-activity:hasCasingLinerTubing 860 ep-activity:hasCasingLinerTubing
851 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 861 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
852 rdfs:domain ep-activity:WellStimulation ; 862 rdfs:domain ep-activity:WellStimulation ;
853 rdfs:label "has Casing/Liner/Tubing"^^xsd:string . 863 rdfs:label "has Casing/Liner/Tubing"^^xsd:string .
854 864
...@@ -857,18 +867,18 @@ ep-activity:hasCasingString ...@@ -857,18 +867,18 @@ ep-activity:hasCasingString
857 rdfs:label "has casing string"^^xsd:string . 867 rdfs:label "has casing string"^^xsd:string .
858 868
859 ep-activity:hasChokeValve 869 ep-activity:hasChokeValve
860 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 870 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
861 rdfs:label "has choke valve"^^xsd:string ; 871 rdfs:label "has choke valve"^^xsd:string ;
862 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . 872 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> .
863 873
864 ep-activity:hasDrillBit 874 ep-activity:hasDrillBit
865 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 875 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
866 rdfs:domain ep-activity:DrillingActivity ; 876 rdfs:domain ep-activity:DrillingActivity ;
867 rdfs:label "has drill bit"^^xsd:string ; 877 rdfs:label "has drill bit"^^xsd:string ;
868 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 878 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
869 879
870 ep-activity:hasDrillingFluid 880 ep-activity:hasDrillingFluid
871 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 881 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
872 rdfs:domain ep-activity:DrillingActivity ; 882 rdfs:domain ep-activity:DrillingActivity ;
873 rdfs:label "has drilling fluid"^^xsd:string ; 883 rdfs:label "has drilling fluid"^^xsd:string ;
874 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 884 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
...@@ -884,13 +894,13 @@ ep-activity:hasSubActivity ...@@ -884,13 +894,13 @@ ep-activity:hasSubActivity
884 rdfs:label "has sub activity"^^xsd:string . 894 rdfs:label "has sub activity"^^xsd:string .
885 895
886 ep-activity:hasWellTestChoke 896 ep-activity:hasWellTestChoke
887 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 897 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
888 rdfs:domain ep-activity:WellTest ; 898 rdfs:domain ep-activity:WellTest ;
889 rdfs:label "has well test choke"^^xsd:string ; 899 rdfs:label "has well test choke"^^xsd:string ;
890 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . 900 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> .
891 901
892 ep-activity:identificationNumberOfCore 902 ep-activity:identificationNumberOfCore
893 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 903 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
894 rdfs:domain ep-activity:ExtractAWellCore ; 904 rdfs:domain ep-activity:ExtractAWellCore ;
895 rdfs:label "identification number of core"^^xsd:string . 905 rdfs:label "identification number of core"^^xsd:string .
896 906
...@@ -900,19 +910,19 @@ ep-activity:logRunNumber ...@@ -900,19 +910,19 @@ ep-activity:logRunNumber
900 rdfs:label "log run number"^^xsd:string . 910 rdfs:label "log run number"^^xsd:string .
901 911
902 ep-activity:loggedWellBoreInterval 912 ep-activity:loggedWellBoreInterval
903 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 913 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
904 rdfs:domain ep-activity:WellBoreLogRun ; 914 rdfs:domain ep-activity:WellBoreLogRun ;
905 rdfs:label "logged wellbore interval"^^xsd:string ; 915 rdfs:label "logged wellbore interval"^^xsd:string ;
906 rdfs:range ep-core:PhysicalObject . 916 rdfs:range ep-core:PhysicalObject .
907 917
908 ep-activity:measuredDepthOfFluidSampling 918 ep-activity:measuredDepthOfFluidSampling
909 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 919 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
910 rdfs:domain ep-activity:WirelineFormationTest ; 920 rdfs:domain ep-activity:WirelineFormationTest ;
911 rdfs:label "measured depth of fluid sampling"^^xsd:string ; 921 rdfs:label "measured depth of fluid sampling"^^xsd:string ;
912 rdfs:range ep-core:Length . 922 rdfs:range ep-core:Length .
913 923
914 ep-activity:missedProductionTime 924 ep-activity:missedProductionTime
915 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 925 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
916 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 926 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
917 rdfs:label "missed production time"^^xsd:string ; 927 rdfs:label "missed production time"^^xsd:string ;
918 rdfs:range ep-core:TimeDuration . 928 rdfs:range ep-core:TimeDuration .
...@@ -924,7 +934,7 @@ ep-activity:nominallyAt ...@@ -924,7 +934,7 @@ ep-activity:nominallyAt
924 rdfs:range xsd:dateTime . 934 rdfs:range xsd:dateTime .
925 935
926 ep-activity:onDrillBit 936 ep-activity:onDrillBit
927 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 937 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
928 rdfs:domain ep-activity:WellBoreBitRunDrilling ; 938 rdfs:domain ep-activity:WellBoreBitRunDrilling ;
929 rdfs:label "on drill bit"^^xsd:string ; 939 rdfs:label "on drill bit"^^xsd:string ;
930 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 940 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
...@@ -934,7 +944,7 @@ ep-activity:onFluid ...@@ -934,7 +944,7 @@ ep-activity:onFluid
934 rdfs:label "on WellBore"^^xsd:string . 944 rdfs:label "on WellBore"^^xsd:string .
935 945
936 ep-activity:onRig 946 ep-activity:onRig
937 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 947 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
938 rdfs:domain ep-activity:DrillingActivity ; 948 rdfs:domain ep-activity:DrillingActivity ;
939 rdfs:label "on rig"^^xsd:string ; 949 rdfs:label "on rig"^^xsd:string ;
940 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . 950 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> .
...@@ -946,19 +956,19 @@ ep-activity:onWell ...@@ -946,19 +956,19 @@ ep-activity:onWell
946 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . 956 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> .
947 957
948 ep-activity:onWellBore 958 ep-activity:onWellBore
949 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 959 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
950 rdfs:domain ep-activity:DrillingActivity ; 960 rdfs:domain ep-activity:DrillingActivity ;
951 rdfs:label "on wellbore"^^xsd:string ; 961 rdfs:label "on wellbore"^^xsd:string ;
952 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . 962 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> .
953 963
954 ep-activity:operatingTimeOfDrillBit 964 ep-activity:operatingTimeOfDrillBit
955 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 965 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
956 rdfs:domain ep-activity:DrillingActivity ; 966 rdfs:domain ep-activity:DrillingActivity ;
957 rdfs:label "operating time of drill bit"^^xsd:string ; 967 rdfs:label "operating time of drill bit"^^xsd:string ;
958 rdfs:range ep-core:TimeDuration . 968 rdfs:range ep-core:TimeDuration .
959 969
960 ep-activity:pressureAtWhichPlugBumped 970 ep-activity:pressureAtWhichPlugBumped
961 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 971 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
962 rdfs:domain ep-activity:WellCementPumping ; 972 rdfs:domain ep-activity:WellCementPumping ;
963 rdfs:label "pressure at which plug bumped"^^xsd:string ; 973 rdfs:label "pressure at which plug bumped"^^xsd:string ;
964 rdfs:range ep-core:Pressure . 974 rdfs:range ep-core:Pressure .
...@@ -968,90 +978,90 @@ ep-activity:pumpedFluid ...@@ -968,90 +978,90 @@ ep-activity:pumpedFluid
968 rdfs:label "pumped fluid"^^xsd:string . 978 rdfs:label "pumped fluid"^^xsd:string .
969 979
970 ep-activity:recoveredCore 980 ep-activity:recoveredCore
971 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 981 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
972 rdfs:domain ep-activity:ExtractAWellCore ; 982 rdfs:domain ep-activity:ExtractAWellCore ;
973 rdfs:label "recovered core"^^xsd:string ; 983 rdfs:label "recovered core"^^xsd:string ;
974 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . 984 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> .
975 985
976 ep-activity:returnedCementingFluid 986 ep-activity:returnedCementingFluid
977 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 987 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
978 rdfs:domain ep-activity:WellCementPumping ; 988 rdfs:domain ep-activity:WellCementPumping ;
979 rdfs:label "returned cementing fluid"^^xsd:string ; 989 rdfs:label "returned cementing fluid"^^xsd:string ;
980 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . 990 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> .
981 991
982 ep-activity:sampledFluid 992 ep-activity:sampledFluid
983 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 993 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
984 rdfs:domain ep-activity:WirelineFormationTest ; 994 rdfs:domain ep-activity:WirelineFormationTest ;
985 rdfs:label "sampled fluid"^^xsd:string ; 995 rdfs:label "sampled fluid"^^xsd:string ;
986 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 996 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
987 997
988 ep-activity:serviceCompany 998 ep-activity:serviceCompany
989 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 999 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
990 rdfs:domain ep-activity:Activity ; 1000 rdfs:domain ep-activity:Activity ;
991 rdfs:label "service company"^^xsd:string ; 1001 rdfs:label "service company"^^xsd:string ;
992 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1002 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
993 1003
994 ep-activity:startedAt 1004 ep-activity:startedAt
995 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1005 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
996 - rdfs:domain ep-activity:Activity ; 1006 + rdfs:domain ep-core:PhysicalThing ;
997 rdfs:label "started at"^^xsd:string ; 1007 rdfs:label "started at"^^xsd:string ;
998 rdfs:range xsd:dateTime . 1008 rdfs:range xsd:dateTime .
999 1009
1000 ep-activity:timeLost 1010 ep-activity:timeLost
1001 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1011 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1002 rdfs:domain ep-activity:WellControlIncident ; 1012 rdfs:domain ep-activity:WellControlIncident ;
1003 rdfs:label "time lost"^^xsd:string ; 1013 rdfs:label "time lost"^^xsd:string ;
1004 rdfs:range ep-core:TimeDuration . 1014 rdfs:range ep-core:TimeDuration .
1005 1015
1006 ep-activity:timeOfFailure 1016 ep-activity:timeOfFailure
1007 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1017 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1008 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1018 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1009 rdfs:label "time of failure"^^xsd:string ; 1019 rdfs:label "time of failure"^^xsd:string ;
1010 rdfs:range xsd:dateTime . 1020 rdfs:range xsd:dateTime .
1011 1021
1012 ep-activity:timeOfRepair 1022 ep-activity:timeOfRepair
1013 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1023 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1014 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1024 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1015 rdfs:label "time of repair"^^xsd:string ; 1025 rdfs:label "time of repair"^^xsd:string ;
1016 rdfs:range xsd:dateTime . 1026 rdfs:range xsd:dateTime .
1017 1027
1018 ep-activity:volumeOfMudGained 1028 ep-activity:volumeOfMudGained
1019 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1029 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1020 rdfs:domain ep-activity:WellControlIncident ; 1030 rdfs:domain ep-activity:WellControlIncident ;
1021 rdfs:label "final rate of drilling"^^xsd:string ; 1031 rdfs:label "final rate of drilling"^^xsd:string ;
1022 rdfs:range ep-core:Volume . 1032 rdfs:range ep-core:Volume .
1023 1033
1024 ep-activity:wellBoreLoggingTool 1034 ep-activity:wellBoreLoggingTool
1025 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1035 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1026 rdfs:domain ep-activity:WellBoreLogRun ; 1036 rdfs:domain ep-activity:WellBoreLogRun ;
1027 rdfs:label "well bore logging tool"^^xsd:string ; 1037 rdfs:label "well bore logging tool"^^xsd:string ;
1028 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 1038 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
1029 1039
1030 ep-activity:wellTestBottomHolePressure 1040 ep-activity:wellTestBottomHolePressure
1031 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1041 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1032 rdfs:domain ep-activity:WellTest ; 1042 rdfs:domain ep-activity:WellTest ;
1033 rdfs:label "well test bottom hole pressure"^^xsd:string ; 1043 rdfs:label "well test bottom hole pressure"^^xsd:string ;
1034 rdfs:range ep-core:Pressure . 1044 rdfs:range ep-core:Pressure .
1035 1045
1036 ep-activity:wellTestFlowingPressure 1046 ep-activity:wellTestFlowingPressure
1037 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1047 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1038 rdfs:domain ep-activity:WellTest ; 1048 rdfs:domain ep-activity:WellTest ;
1039 rdfs:label "well test flowing pressure"^^xsd:string ; 1049 rdfs:label "well test flowing pressure"^^xsd:string ;
1040 rdfs:range ep-core:Pressure . 1050 rdfs:range ep-core:Pressure .
1041 1051
1042 ep-activity:wellTestNumber 1052 ep-activity:wellTestNumber
1043 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1053 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1044 rdfs:domain ep-activity:WellTest ; 1054 rdfs:domain ep-activity:WellTest ;
1045 rdfs:label "well test number"^^xsd:string . 1055 rdfs:label "well test number"^^xsd:string .
1046 1056
1047 ep-activity:wellTestShutInPressure 1057 ep-activity:wellTestShutInPressure
1048 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1058 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1049 rdfs:domain ep-activity:WellTest ; 1059 rdfs:domain ep-activity:WellTest ;
1050 rdfs:label "well test shut-in pressure"^^xsd:string ; 1060 rdfs:label "well test shut-in pressure"^^xsd:string ;
1051 rdfs:range ep-core:Pressure . 1061 rdfs:range ep-core:Pressure .
1052 1062
1053 ep-activity:wellTestStoredOil 1063 ep-activity:wellTestStoredOil
1054 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1064 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1055 rdfs:domain ep-activity:WellTest ; 1065 rdfs:domain ep-activity:WellTest ;
1056 rdfs:label "well test stored oil"^^xsd:string ; 1066 rdfs:label "well test stored oil"^^xsd:string ;
1057 rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> . 1067 rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> .
......
...@@ -16,18 +16,6 @@ ...@@ -16,18 +16,6 @@
16 owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <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/well> , <http://www.reportinghub.no/np/schema/1.0/npd> ; 16 owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <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/well> , <http://www.reportinghub.no/np/schema/1.0/npd> ;
17 owl:versionInfo "0.1.0"^^xsd:string . 17 owl:versionInfo "0.1.0"^^xsd:string .
18 18
19 -<http://www.reportinghub.no/ep/schema/activity#existsThroughout>
20 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
21 - rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
22 - rdfs:label "exists throughout"^^xsd:string ;
23 - rdfs:range xsd:dateTime .
24 -
25 -<http://www.reportinghub.no/ep/schema/activity#existsWithin>
26 - rdf:type owl:DatatypeProperty ;
27 - rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
28 - rdfs:label "exists within"^^xsd:string ;
29 - rdfs:range xsd:dateTime .
30 -
31 ep-report:DailyDrillingReport 19 ep-report:DailyDrillingReport
32 rdf:type owl:Class ; 20 rdf:type owl:Class ;
33 rdfs:label "daily drilling report"^^xsd:string ; 21 rdfs:label "daily drilling report"^^xsd:string ;
......