Improved the well test transform, and established a better style
Showing
4 changed files
with
175 additions
and
131 deletions
... | @@ -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:DailyProductionActivity | 124 | ep-activity:DailyProductionActivity |
... | @@ -158,7 +158,7 @@ ep-activity:Drill-sidetrack | ... | @@ -158,7 +158,7 @@ ep-activity:Drill-sidetrack |
158 | rdfs:subClassOf ep-activity:DrillingActivity . | 158 | rdfs:subClassOf ep-activity:DrillingActivity . |
159 | 159 | ||
160 | ep-activity:DrillStemTest | 160 | ep-activity:DrillStemTest |
161 | - rdf:type owl:Class , ep-activity:WellTestType ; | 161 | + rdf:type ep-activity:WellTestType , owl:Class ; |
162 | rdfs:label "drill stem test"^^xsd:string ; | 162 | rdfs:label "drill stem test"^^xsd:string ; |
163 | rdfs:subClassOf ep-activity:WellTest ; | 163 | rdfs:subClassOf ep-activity:WellTest ; |
164 | 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 | 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 ; |
... | @@ -170,72 +170,72 @@ ep-activity:DrillingActivity | ... | @@ -170,72 +170,72 @@ ep-activity:DrillingActivity |
170 | rdfs:subClassOf ep-activity:Activity . | 170 | rdfs:subClassOf ep-activity:Activity . |
171 | 171 | ||
172 | ep-activity:DrillingActivity-bop_test | 172 | ep-activity:DrillingActivity-bop_test |
173 | - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 173 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
174 | rdfs:label "drilling activity - BOP test"^^xsd:string ; | 174 | rdfs:label "drilling activity - BOP test"^^xsd:string ; |
175 | rdfs:subClassOf ep-activity:DrillingActivity . | 175 | rdfs:subClassOf ep-activity:DrillingActivity . |
176 | 176 | ||
177 | ep-activity:DrillingActivity-circulation_loss | 177 | ep-activity:DrillingActivity-circulation_loss |
178 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 178 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
179 | rdfs:label "drilling activity - circulation loss"^^xsd:string ; | 179 | rdfs:label "drilling activity - circulation loss"^^xsd:string ; |
180 | rdfs:subClassOf ep-activity:DrillingActivity . | 180 | rdfs:subClassOf ep-activity:DrillingActivity . |
181 | 181 | ||
182 | ep-activity:DrillingActivity-coiled_tubing | 182 | ep-activity:DrillingActivity-coiled_tubing |
183 | - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 183 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
184 | rdfs:label "drilling activity - coiled tubing"^^xsd:string ; | 184 | rdfs:label "drilling activity - coiled tubing"^^xsd:string ; |
185 | rdfs:subClassOf ep-activity:DrillingActivity . | 185 | rdfs:subClassOf ep-activity:DrillingActivity . |
186 | 186 | ||
187 | ep-activity:DrillingActivity-equipment_failure | 187 | ep-activity:DrillingActivity-equipment_failure |
188 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 188 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
189 | rdfs:label "drilling activity - equipment failure"^^xsd:string ; | 189 | rdfs:label "drilling activity - equipment failure"^^xsd:string ; |
190 | rdfs:subClassOf ep-activity:DrillingActivity . | 190 | rdfs:subClassOf ep-activity:DrillingActivity . |
191 | 191 | ||
192 | ep-activity:DrillingActivity-equipment_hang | 192 | ep-activity:DrillingActivity-equipment_hang |
193 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 193 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
194 | rdfs:label "drilling activity - equipment hang"^^xsd:string ; | 194 | rdfs:label "drilling activity - equipment hang"^^xsd:string ; |
195 | rdfs:subClassOf ep-activity:DrillingActivity . | 195 | rdfs:subClassOf ep-activity:DrillingActivity . |
196 | 196 | ||
197 | ep-activity:DrillingActivity-fixed_equipment | 197 | ep-activity:DrillingActivity-fixed_equipment |
198 | - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 198 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
199 | rdfs:label "drilling activity - fixed equipment"^^xsd:string ; | 199 | rdfs:label "drilling activity - fixed equipment"^^xsd:string ; |
200 | rdfs:subClassOf ep-activity:DrillingActivity . | 200 | rdfs:subClassOf ep-activity:DrillingActivity . |
201 | 201 | ||
202 | ep-activity:DrillingActivity-injury | 202 | ep-activity:DrillingActivity-injury |
203 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 203 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
204 | rdfs:label "drilling activity- injury"^^xsd:string ; | 204 | rdfs:label "drilling activity- injury"^^xsd:string ; |
205 | rdfs:subClassOf ep-activity:DrillingActivity . | 205 | rdfs:subClassOf ep-activity:DrillingActivity . |
206 | 206 | ||
207 | ep-activity:DrillingActivity-kick | 207 | ep-activity:DrillingActivity-kick |
208 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 208 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
209 | rdfs:label "drilling activity - operation kick"^^xsd:string ; | 209 | rdfs:label "drilling activity - operation kick"^^xsd:string ; |
210 | rdfs:subClassOf ep-activity:DrillingActivity . | 210 | rdfs:subClassOf ep-activity:DrillingActivity . |
211 | 211 | ||
212 | ep-activity:DrillingActivity-mud_loss | 212 | ep-activity:DrillingActivity-mud_loss |
213 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 213 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
214 | rdfs:label "drilling activity - mud loss"^^xsd:string ; | 214 | rdfs:label "drilling activity - mud loss"^^xsd:string ; |
215 | rdfs:subClassOf ep-activity:DrillingActivity . | 215 | rdfs:subClassOf ep-activity:DrillingActivity . |
216 | 216 | ||
217 | ep-activity:DrillingActivity-operation_failed | 217 | ep-activity:DrillingActivity-operation_failed |
218 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 218 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
219 | rdfs:label "drilling activity - operation failed"^^xsd:string ; | 219 | rdfs:label "drilling activity - operation failed"^^xsd:string ; |
220 | rdfs:subClassOf ep-activity:DrillingActivity . | 220 | rdfs:subClassOf ep-activity:DrillingActivity . |
221 | 221 | ||
222 | ep-activity:DrillingActivity-snubbing | 222 | ep-activity:DrillingActivity-snubbing |
223 | - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 223 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
224 | rdfs:label "drilling activity - snubbing"^^xsd:string ; | 224 | rdfs:label "drilling activity - snubbing"^^xsd:string ; |
225 | rdfs:subClassOf ep-activity:DrillingActivity . | 225 | rdfs:subClassOf ep-activity:DrillingActivity . |
226 | 226 | ||
227 | ep-activity:DrillingActivity-stuck_equipment | 227 | ep-activity:DrillingActivity-stuck_equipment |
228 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 228 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
229 | rdfs:label "drilling activity - stuck equipment"^^xsd:string ; | 229 | rdfs:label "drilling activity - stuck equipment"^^xsd:string ; |
230 | rdfs:subClassOf ep-activity:DrillingActivity . | 230 | rdfs:subClassOf ep-activity:DrillingActivity . |
231 | 231 | ||
232 | ep-activity:DrillingActivity-success | 232 | ep-activity:DrillingActivity-success |
233 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 233 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
234 | rdfs:label "drilling activity - success"^^xsd:string ; | 234 | rdfs:label "drilling activity - success"^^xsd:string ; |
235 | rdfs:subClassOf ep-activity:DrillingActivity . | 235 | rdfs:subClassOf ep-activity:DrillingActivity . |
236 | 236 | ||
237 | ep-activity:DrillingActivity-wire_line | 237 | ep-activity:DrillingActivity-wire_line |
238 | - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 238 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
239 | rdfs:label "drilling activity - wireline"^^xsd:string ; | 239 | rdfs:label "drilling activity - wireline"^^xsd:string ; |
240 | rdfs:subClassOf ep-activity:DrillingActivity . | 240 | rdfs:subClassOf ep-activity:DrillingActivity . |
241 | 241 | ||
... | @@ -260,7 +260,7 @@ ep-activity:ExtractAWellCore | ... | @@ -260,7 +260,7 @@ ep-activity:ExtractAWellCore |
260 | rdfs:subClassOf ep-activity:WellOperation . | 260 | rdfs:subClassOf ep-activity:WellOperation . |
261 | 261 | ||
262 | ep-activity:FailedActivity | 262 | ep-activity:FailedActivity |
263 | - rdf:type owl:Class , ep-activity:ActivitySuccessType ; | 263 | + rdf:type ep-activity:ActivitySuccessType , owl:Class ; |
264 | rdfs:label "failed activity"^^xsd:string ; | 264 | rdfs:label "failed activity"^^xsd:string ; |
265 | rdfs:subClassOf ep-activity:Activity ; | 265 | rdfs:subClassOf ep-activity:Activity ; |
266 | owl:disjointWith ep-activity:SuccessfulActivity . | 266 | owl:disjointWith ep-activity:SuccessfulActivity . |
... | @@ -271,7 +271,7 @@ ep-activity:FluidReading | ... | @@ -271,7 +271,7 @@ ep-activity:FluidReading |
271 | rdfs:subClassOf ep-activity:Activity . | 271 | rdfs:subClassOf ep-activity:Activity . |
272 | 272 | ||
273 | ep-activity:FormationIntegrityTest | 273 | ep-activity:FormationIntegrityTest |
274 | - rdf:type owl:Class , ep-activity:PressureTestType ; | 274 | + rdf:type ep-activity:PressureTestType , owl:Class ; |
275 | rdfs:label "formation integrity test"^^xsd:string ; | 275 | rdfs:label "formation integrity test"^^xsd:string ; |
276 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 276 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
277 | owl:disjointWith ep-activity:LeakOffTest . | 277 | owl:disjointWith ep-activity:LeakOffTest . |
... | @@ -341,7 +341,7 @@ ep-activity:GasReadingType | ... | @@ -341,7 +341,7 @@ ep-activity:GasReadingType |
341 | rdfs:subClassOf owl:Class . | 341 | rdfs:subClassOf owl:Class . |
342 | 342 | ||
343 | ep-activity:LeakOffTest | 343 | ep-activity:LeakOffTest |
344 | - rdf:type owl:Class , ep-activity:PressureTestType ; | 344 | + rdf:type ep-activity:PressureTestType , owl:Class ; |
345 | rdfs:label "leak-off test"^^xsd:string ; | 345 | rdfs:label "leak-off test"^^xsd:string ; |
346 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 346 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
347 | owl:disjointWith ep-activity:FormationIntegrityTest . | 347 | owl:disjointWith ep-activity:FormationIntegrityTest . |
... | @@ -378,7 +378,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -378,7 +378,7 @@ ep-activity:OffshoreWellActivity |
378 | rdfs:subClassOf ep-activity:OffshoreActivity ; | 378 | rdfs:subClassOf ep-activity:OffshoreActivity ; |
379 | rdfs:subClassOf | 379 | rdfs:subClassOf |
380 | [ rdf:type owl:Restriction ; | 380 | [ rdf:type owl:Restriction ; |
381 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; | 381 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
382 | owl:onProperty ep-activity:onWell | 382 | owl:onProperty ep-activity:onWell |
383 | ] ; | 383 | ] ; |
384 | rdfs:subClassOf | 384 | rdfs:subClassOf |
... | @@ -388,7 +388,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -388,7 +388,7 @@ ep-activity:OffshoreWellActivity |
388 | ] ; | 388 | ] ; |
389 | rdfs:subClassOf | 389 | rdfs:subClassOf |
390 | [ rdf:type owl:Restriction ; | 390 | [ rdf:type owl:Restriction ; |
391 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 391 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; |
392 | owl:onProperty ep-activity:onWell | 392 | owl:onProperty ep-activity:onWell |
393 | ] . | 393 | ] . |
394 | 394 | ||
... | @@ -408,13 +408,13 @@ ep-activity:PorePressureDeterminationType | ... | @@ -408,13 +408,13 @@ ep-activity:PorePressureDeterminationType |
408 | rdfs:subClassOf owl:Class . | 408 | rdfs:subClassOf owl:Class . |
409 | 409 | ||
410 | ep-activity:PorePressureEstimation | 410 | ep-activity:PorePressureEstimation |
411 | - rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; | 411 | + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; |
412 | rdfs:label "pore pressure estimation"^^xsd:string ; | 412 | rdfs:label "pore pressure estimation"^^xsd:string ; |
413 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 413 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
414 | owl:disjointWith ep-activity:PorePressureMeasurement . | 414 | owl:disjointWith ep-activity:PorePressureMeasurement . |
415 | 415 | ||
416 | ep-activity:PorePressureMeasurement | 416 | ep-activity:PorePressureMeasurement |
417 | - rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; | 417 | + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; |
418 | rdfs:label "pore pressure measurement"^^xsd:string ; | 418 | rdfs:label "pore pressure measurement"^^xsd:string ; |
419 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 419 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
420 | owl:disjointWith ep-activity:PorePressureEstimation . | 420 | owl:disjointWith ep-activity:PorePressureEstimation . |
... | @@ -442,14 +442,14 @@ ep-activity:ProductionActivityToDate | ... | @@ -442,14 +442,14 @@ ep-activity:ProductionActivityToDate |
442 | rdfs:subClassOf ep-activity:ProductionActivity . | 442 | rdfs:subClassOf ep-activity:ProductionActivity . |
443 | 443 | ||
444 | ep-activity:ProductionTest | 444 | ep-activity:ProductionTest |
445 | - rdf:type owl:Class , ep-activity:WellTestType ; | 445 | + rdf:type ep-activity:WellTestType , owl:Class ; |
446 | rdfs:label "production test"^^xsd:string ; | 446 | rdfs:label "production test"^^xsd:string ; |
447 | rdfs:subClassOf ep-activity:WellTest ; | 447 | rdfs:subClassOf ep-activity:WellTest ; |
448 | dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ; | 448 | dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ; |
449 | owl:disjointWith ep-activity:DrillStemTest . | 449 | owl:disjointWith ep-activity:DrillStemTest . |
450 | 450 | ||
451 | ep-activity:SuccessfulActivity | 451 | ep-activity:SuccessfulActivity |
452 | - rdf:type owl:Class , ep-activity:ActivitySuccessType ; | 452 | + rdf:type ep-activity:ActivitySuccessType , owl:Class ; |
453 | rdfs:label "successful activity"^^xsd:string ; | 453 | rdfs:label "successful activity"^^xsd:string ; |
454 | rdfs:subClassOf ep-activity:Activity ; | 454 | rdfs:subClassOf ep-activity:Activity ; |
455 | owl:disjointWith ep-activity:FailedActivity . | 455 | owl:disjointWith ep-activity:FailedActivity . |
... | @@ -520,23 +520,23 @@ ep-activity:WellCementJob | ... | @@ -520,23 +520,23 @@ ep-activity:WellCementJob |
520 | rdfs:subClassOf ep-activity:WellOperation . | 520 | rdfs:subClassOf ep-activity:WellOperation . |
521 | 521 | ||
522 | ep-activity:WellCementJob-other | 522 | ep-activity:WellCementJob-other |
523 | - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | 523 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; |
524 | rdfs:label "well cement job other"^^xsd:string ; | 524 | rdfs:label "well cement job other"^^xsd:string ; |
525 | rdfs:subClassOf ep-activity:WellCementJob ; | 525 | rdfs:subClassOf ep-activity:WellCementJob ; |
526 | - owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug . | 526 | + owl:disjointWith ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-squeeze . |
527 | 527 | ||
528 | ep-activity:WellCementJob-plug | 528 | ep-activity:WellCementJob-plug |
529 | - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | 529 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; |
530 | rdfs:label "well cement job plug"^^xsd:string ; | 530 | rdfs:label "well cement job plug"^^xsd:string ; |
531 | rdfs:subClassOf ep-activity:WellCementJob . | 531 | rdfs:subClassOf ep-activity:WellCementJob . |
532 | 532 | ||
533 | ep-activity:WellCementJob-primary | 533 | ep-activity:WellCementJob-primary |
534 | - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | 534 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; |
535 | rdfs:label "well cement job primary"^^xsd:string ; | 535 | rdfs:label "well cement job primary"^^xsd:string ; |
536 | rdfs:subClassOf ep-activity:WellCementJob . | 536 | rdfs:subClassOf ep-activity:WellCementJob . |
537 | 537 | ||
538 | ep-activity:WellCementJob-squeeze | 538 | ep-activity:WellCementJob-squeeze |
539 | - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | 539 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; |
540 | rdfs:label "well cement job squeeze"^^xsd:string ; | 540 | rdfs:label "well cement job squeeze"^^xsd:string ; |
541 | rdfs:subClassOf ep-activity:WellCementJob . | 541 | rdfs:subClassOf ep-activity:WellCementJob . |
542 | 542 | ||
... | @@ -581,73 +581,73 @@ ep-activity:WellCementJobTopPlugType | ... | @@ -581,73 +581,73 @@ ep-activity:WellCementJobTopPlugType |
581 | rdfs:subClassOf owl:Class . | 581 | rdfs:subClassOf owl:Class . |
582 | 582 | ||
583 | ep-activity:WellCementJobWithBottomPlug | 583 | ep-activity:WellCementJobWithBottomPlug |
584 | - rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; | 584 | + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; |
585 | rdfs:label "well cement job with bottom plug"^^xsd:string ; | 585 | rdfs:label "well cement job with bottom plug"^^xsd:string ; |
586 | rdfs:subClassOf ep-activity:WellCementJob ; | 586 | rdfs:subClassOf ep-activity:WellCementJob ; |
587 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 587 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
588 | 588 | ||
589 | ep-activity:WellCementJobWithCasingReciprocation | 589 | ep-activity:WellCementJobWithCasingReciprocation |
590 | - rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; | 590 | + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; |
591 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; | 591 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; |
592 | rdfs:subClassOf ep-activity:WellCementJob ; | 592 | rdfs:subClassOf ep-activity:WellCementJob ; |
593 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . | 593 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . |
594 | 594 | ||
595 | ep-activity:WellCementJobWithCasingRotation | 595 | ep-activity:WellCementJobWithCasingRotation |
596 | - rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; | 596 | + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; |
597 | rdfs:label "well cement job with casing rotation"^^xsd:string ; | 597 | rdfs:label "well cement job with casing rotation"^^xsd:string ; |
598 | rdfs:subClassOf ep-activity:WellCementJob ; | 598 | rdfs:subClassOf ep-activity:WellCementJob ; |
599 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 599 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
600 | 600 | ||
601 | ep-activity:WellCementJobWithFloatHolding | 601 | ep-activity:WellCementJobWithFloatHolding |
602 | - rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; | 602 | + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; |
603 | rdfs:label "well cement job with float holding"^^xsd:string ; | 603 | rdfs:label "well cement job with float holding"^^xsd:string ; |
604 | rdfs:subClassOf ep-activity:WellCementJob ; | 604 | rdfs:subClassOf ep-activity:WellCementJob ; |
605 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . | 605 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . |
606 | 606 | ||
607 | ep-activity:WellCementJobWithPlugBumping | 607 | ep-activity:WellCementJobWithPlugBumping |
608 | - rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; | 608 | + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; |
609 | rdfs:label "well cement job with plug bumping"^^xsd:string ; | 609 | rdfs:label "well cement job with plug bumping"^^xsd:string ; |
610 | rdfs:subClassOf ep-activity:WellCementJob ; | 610 | rdfs:subClassOf ep-activity:WellCementJob ; |
611 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 611 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
612 | 612 | ||
613 | ep-activity:WellCementJobWithTopPlug | 613 | ep-activity:WellCementJobWithTopPlug |
614 | - rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; | 614 | + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; |
615 | rdfs:label "well cement job with top plug"^^xsd:string ; | 615 | rdfs:label "well cement job with top plug"^^xsd:string ; |
616 | rdfs:subClassOf ep-activity:WellCementJob ; | 616 | rdfs:subClassOf ep-activity:WellCementJob ; |
617 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 617 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
618 | 618 | ||
619 | ep-activity:WellCementJobWithoutBottomPlug | 619 | ep-activity:WellCementJobWithoutBottomPlug |
620 | - rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; | 620 | + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; |
621 | rdfs:label "well cement job without bottom plug"^^xsd:string ; | 621 | rdfs:label "well cement job without bottom plug"^^xsd:string ; |
622 | rdfs:subClassOf ep-activity:WellCementJob ; | 622 | rdfs:subClassOf ep-activity:WellCementJob ; |
623 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 623 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
624 | 624 | ||
625 | ep-activity:WellCementJobWithoutCasingReciprocation | 625 | ep-activity:WellCementJobWithoutCasingReciprocation |
626 | - rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; | 626 | + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; |
627 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; | 627 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; |
628 | rdfs:subClassOf ep-activity:WellCementJob ; | 628 | rdfs:subClassOf ep-activity:WellCementJob ; |
629 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 629 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
630 | 630 | ||
631 | ep-activity:WellCementJobWithoutCasingRotation | 631 | ep-activity:WellCementJobWithoutCasingRotation |
632 | - rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; | 632 | + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; |
633 | rdfs:label "well cement job without casing rotation"^^xsd:string ; | 633 | rdfs:label "well cement job without casing rotation"^^xsd:string ; |
634 | rdfs:subClassOf ep-activity:WellCementJob ; | 634 | rdfs:subClassOf ep-activity:WellCementJob ; |
635 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 635 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
636 | 636 | ||
637 | ep-activity:WellCementJobWithoutFloatHolding | 637 | ep-activity:WellCementJobWithoutFloatHolding |
638 | - rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; | 638 | + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; |
639 | rdfs:label "well cement job without float holding"^^xsd:string ; | 639 | rdfs:label "well cement job without float holding"^^xsd:string ; |
640 | rdfs:subClassOf ep-activity:WellCementJob ; | 640 | rdfs:subClassOf ep-activity:WellCementJob ; |
641 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . | 641 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . |
642 | 642 | ||
643 | ep-activity:WellCementJobWithoutPlugBumping | 643 | ep-activity:WellCementJobWithoutPlugBumping |
644 | - rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; | 644 | + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; |
645 | rdfs:label "well cement job without plug bumping"^^xsd:string ; | 645 | rdfs:label "well cement job without plug bumping"^^xsd:string ; |
646 | rdfs:subClassOf ep-activity:WellCementJob ; | 646 | rdfs:subClassOf ep-activity:WellCementJob ; |
647 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 647 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
648 | 648 | ||
649 | ep-activity:WellCementJobWithoutTopPlug | 649 | ep-activity:WellCementJobWithoutTopPlug |
650 | - rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; | 650 | + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; |
651 | rdfs:label "well cement job without top plug"^^xsd:string ; | 651 | rdfs:label "well cement job without top plug"^^xsd:string ; |
652 | rdfs:subClassOf ep-activity:WellCementJob ; | 652 | rdfs:subClassOf ep-activity:WellCementJob ; |
653 | owl:disjointWith ep-activity:WellCementJobWithTopPlug . | 653 | owl:disjointWith ep-activity:WellCementJobWithTopPlug . |
... | @@ -663,13 +663,13 @@ ep-activity:WellCementPumpingFluidReturnType | ... | @@ -663,13 +663,13 @@ ep-activity:WellCementPumpingFluidReturnType |
663 | rdfs:subClassOf owl:Class . | 663 | rdfs:subClassOf owl:Class . |
664 | 664 | ||
665 | ep-activity:WellCementPumpingWithFluidReturn | 665 | ep-activity:WellCementPumpingWithFluidReturn |
666 | - rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; | 666 | + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; |
667 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; | 667 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; |
668 | rdfs:subClassOf ep-activity:WellCementPumping ; | 668 | rdfs:subClassOf ep-activity:WellCementPumping ; |
669 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . | 669 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . |
670 | 670 | ||
671 | ep-activity:WellCementPumpingWithoutFluidReturn | 671 | ep-activity:WellCementPumpingWithoutFluidReturn |
672 | - rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; | 672 | + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; |
673 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; | 673 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; |
674 | rdfs:subClassOf ep-activity:WellCementPumping ; | 674 | rdfs:subClassOf ep-activity:WellCementPumping ; |
675 | owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . | 675 | owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . |
... | @@ -686,28 +686,28 @@ ep-activity:WellControlIncident | ... | @@ -686,28 +686,28 @@ ep-activity:WellControlIncident |
686 | rdfs:subClassOf ep-activity:WellOperation . | 686 | rdfs:subClassOf ep-activity:WellOperation . |
687 | 687 | ||
688 | ep-activity:WellControlIncident-gas_kick | 688 | ep-activity:WellControlIncident-gas_kick |
689 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 689 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
690 | rdfs:label "well control incident gas kick"^^xsd:string ; | 690 | rdfs:label "well control incident gas kick"^^xsd:string ; |
691 | rdfs:subClassOf ep-activity:WellControlIncident ; | 691 | rdfs:subClassOf ep-activity:WellControlIncident ; |
692 | - owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . | 692 | + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . |
693 | 693 | ||
694 | ep-activity:WellControlIncident-oil_kick | 694 | ep-activity:WellControlIncident-oil_kick |
695 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 695 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
696 | rdfs:label "well control incident oil kick"^^xsd:string ; | 696 | rdfs:label "well control incident oil kick"^^xsd:string ; |
697 | rdfs:subClassOf ep-activity:WellControlIncident ; | 697 | rdfs:subClassOf ep-activity:WellControlIncident ; |
698 | - owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick . | 698 | + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . |
699 | 699 | ||
700 | ep-activity:WellControlIncident-shallow_gas_kick | 700 | ep-activity:WellControlIncident-shallow_gas_kick |
701 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 701 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
702 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; | 702 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; |
703 | rdfs:subClassOf ep-activity:WellControlIncident ; | 703 | rdfs:subClassOf ep-activity:WellControlIncident ; |
704 | - owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . | 704 | + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick . |
705 | 705 | ||
706 | ep-activity:WellControlIncident-water_kick | 706 | ep-activity:WellControlIncident-water_kick |
707 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 707 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
708 | rdfs:label "well control incident water kick"^^xsd:string ; | 708 | rdfs:label "well control incident water kick"^^xsd:string ; |
709 | rdfs:subClassOf ep-activity:WellControlIncident ; | 709 | rdfs:subClassOf ep-activity:WellControlIncident ; |
710 | - owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . | 710 | + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick . |
711 | 711 | ||
712 | ep-activity:WellControlIncidentType | 712 | ep-activity:WellControlIncidentType |
713 | rdf:type rdfs:Class ; | 713 | rdf:type rdfs:Class ; |
... | @@ -720,40 +720,40 @@ ep-activity:WellKilling | ... | @@ -720,40 +720,40 @@ ep-activity:WellKilling |
720 | rdfs:subClassOf ep-activity:WellOperation . | 720 | rdfs:subClassOf ep-activity:WellOperation . |
721 | 721 | ||
722 | ep-activity:WellKilling-bullheading | 722 | ep-activity:WellKilling-bullheading |
723 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 723 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
724 | rdfs:label "well killing bullheading"^^xsd:string ; | 724 | rdfs:label "well killing bullheading"^^xsd:string ; |
725 | rdfs:subClassOf ep-activity:WellKilling ; | 725 | rdfs:subClassOf ep-activity:WellKilling ; |
726 | - 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 . | 726 | + 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 . |
727 | 727 | ||
728 | ep-activity:WellKilling-drillers_method | 728 | ep-activity:WellKilling-drillers_method |
729 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 729 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
730 | rdfs:label "well killing drillers method"^^xsd:string ; | 730 | rdfs:label "well killing drillers method"^^xsd:string ; |
731 | rdfs:subClassOf ep-activity:WellKilling ; | 731 | rdfs:subClassOf ep-activity:WellKilling ; |
732 | - 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 . | 732 | + 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 . |
733 | 733 | ||
734 | ep-activity:WellKilling-forward_circulation | 734 | ep-activity:WellKilling-forward_circulation |
735 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 735 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
736 | rdfs:label "well killing forward circulation"^^xsd:string ; | 736 | rdfs:label "well killing forward circulation"^^xsd:string ; |
737 | rdfs:subClassOf ep-activity:WellKilling ; | 737 | rdfs:subClassOf ep-activity:WellKilling ; |
738 | - 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 . | 738 | + 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 . |
739 | 739 | ||
740 | ep-activity:WellKilling-lubricate_and_bleed | 740 | ep-activity:WellKilling-lubricate_and_bleed |
741 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 741 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
742 | rdfs:label "well killing lubricate and bleed"^^xsd:string ; | 742 | rdfs:label "well killing lubricate and bleed"^^xsd:string ; |
743 | rdfs:subClassOf ep-activity:WellKilling ; | 743 | rdfs:subClassOf ep-activity:WellKilling ; |
744 | - 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 . | 744 | + 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 . |
745 | 745 | ||
746 | ep-activity:WellKilling-reverse_circulation | 746 | ep-activity:WellKilling-reverse_circulation |
747 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 747 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
748 | rdfs:label "well killing reverse circulation"^^xsd:string ; | 748 | rdfs:label "well killing reverse circulation"^^xsd:string ; |
749 | rdfs:subClassOf ep-activity:WellKilling ; | 749 | rdfs:subClassOf ep-activity:WellKilling ; |
750 | - 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 . | 750 | + 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 . |
751 | 751 | ||
752 | ep-activity:WellKilling-wait_and_weight | 752 | ep-activity:WellKilling-wait_and_weight |
753 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 753 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
754 | rdfs:label "well killing wait and weight"^^xsd:string ; | 754 | rdfs:label "well killing wait and weight"^^xsd:string ; |
755 | rdfs:subClassOf ep-activity:WellKilling ; | 755 | rdfs:subClassOf ep-activity:WellKilling ; |
756 | - 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 . | 756 | + 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 . |
757 | 757 | ||
758 | ep-activity:WellKillingType | 758 | ep-activity:WellKillingType |
759 | rdf:type rdfs:Class ; | 759 | rdf:type rdfs:Class ; |
... | @@ -792,25 +792,25 @@ ep-activity:WirelineFormationTestType | ... | @@ -792,25 +792,25 @@ ep-activity:WirelineFormationTestType |
792 | rdfs:subClassOf owl:Class . | 792 | rdfs:subClassOf owl:Class . |
793 | 793 | ||
794 | ep-activity:WirelineFormationTestWithGoodSeal | 794 | ep-activity:WirelineFormationTestWithGoodSeal |
795 | - rdf:type owl:Class , ep-activity:WirelineFormationTestType ; | 795 | + rdf:type ep-activity:WirelineFormationTestType , owl:Class ; |
796 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; | 796 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; |
797 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 797 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
798 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . | 798 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . |
799 | 799 | ||
800 | ep-activity:WirelineFormationTestWithoutGoodSeal | 800 | ep-activity:WirelineFormationTestWithoutGoodSeal |
801 | - rdf:type owl:Class , ep-activity:WirelineFormationTestType ; | 801 | + rdf:type ep-activity:WirelineFormationTestType , owl:Class ; |
802 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; | 802 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; |
803 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 803 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
804 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . | 804 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . |
805 | 805 | ||
806 | ep-activity:averageRateOfDrilling | 806 | ep-activity:averageRateOfDrilling |
807 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 807 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
808 | rdfs:domain ep-activity:DrillingActivity ; | 808 | rdfs:domain ep-activity:DrillingActivity ; |
809 | rdfs:label "average rate of drilling"^^xsd:string ; | 809 | rdfs:label "average rate of drilling"^^xsd:string ; |
810 | rdfs:range ep-core:Speed . | 810 | rdfs:range ep-core:Speed . |
811 | 811 | ||
812 | ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod | 812 | ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod |
813 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 813 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
814 | rdfs:domain ep-activity:DailyDrillingActivity ; | 814 | rdfs:domain ep-activity:DailyDrillingActivity ; |
815 | rdfs:label "description of activities following the daily reporting period"^^xsd:string ; | 815 | rdfs:label "description of activities following the daily reporting period"^^xsd:string ; |
816 | rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . | 816 | rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . |
... | @@ -826,31 +826,31 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod | ... | @@ -826,31 +826,31 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod |
826 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . | 826 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . |
827 | 827 | ||
828 | ep-activity:distanceDrilled | 828 | ep-activity:distanceDrilled |
829 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 829 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
830 | rdfs:domain ep-activity:DrillingActivity ; | 830 | rdfs:domain ep-activity:DrillingActivity ; |
831 | rdfs:label "final rate of drilling"^^xsd:string ; | 831 | rdfs:label "final rate of drilling"^^xsd:string ; |
832 | rdfs:range ep-core:Length . | 832 | rdfs:range ep-core:Length . |
833 | 833 | ||
834 | ep-activity:drillingContractor | 834 | ep-activity:drillingContractor |
835 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 835 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
836 | rdfs:domain ep-activity:DrillingActivity ; | 836 | rdfs:domain ep-activity:DrillingActivity ; |
837 | rdfs:label "drilling contractor"^^xsd:string ; | 837 | rdfs:label "drilling contractor"^^xsd:string ; |
838 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 838 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
839 | 839 | ||
840 | ep-activity:drillingOperator | 840 | ep-activity:drillingOperator |
841 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 841 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
842 | rdfs:domain ep-activity:DrillingActivity ; | 842 | rdfs:domain ep-activity:DrillingActivity ; |
843 | rdfs:label "drilling operator"^^xsd:string ; | 843 | rdfs:label "drilling operator"^^xsd:string ; |
844 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 844 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
845 | 845 | ||
846 | ep-activity:durationOfDrilling | 846 | ep-activity:durationOfDrilling |
847 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 847 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
848 | rdfs:domain ep-activity:DrillingActivity ; | 848 | rdfs:domain ep-activity:DrillingActivity ; |
849 | rdfs:label "duration of drilling"^^xsd:string ; | 849 | rdfs:label "duration of drilling"^^xsd:string ; |
850 | rdfs:range ep-core:TimeDuration . | 850 | rdfs:range ep-core:TimeDuration . |
851 | 851 | ||
852 | ep-activity:existsThroughout | 852 | ep-activity:existsThroughout |
853 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 853 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
854 | rdfs:domain ep-core:PhysicalThing ; | 854 | rdfs:domain ep-core:PhysicalThing ; |
855 | rdfs:label "exists throughout"^^xsd:string . | 855 | rdfs:label "exists throughout"^^xsd:string . |
856 | 856 | ||
... | @@ -866,25 +866,25 @@ ep-activity:failedEquipment | ... | @@ -866,25 +866,25 @@ ep-activity:failedEquipment |
866 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 866 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
867 | 867 | ||
868 | ep-activity:finalRateOfDrilling | 868 | ep-activity:finalRateOfDrilling |
869 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 869 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
870 | rdfs:domain ep-activity:DrillingActivity ; | 870 | rdfs:domain ep-activity:DrillingActivity ; |
871 | rdfs:label "final rate of drilling"^^xsd:string ; | 871 | rdfs:label "final rate of drilling"^^xsd:string ; |
872 | rdfs:range ep-core:Speed . | 872 | rdfs:range ep-core:Speed . |
873 | 873 | ||
874 | ep-activity:finishedAt | 874 | ep-activity:finishedAt |
875 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 875 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
876 | rdfs:domain ep-core:PhysicalThing ; | 876 | rdfs:domain ep-core:PhysicalThing ; |
877 | rdfs:label "finished at"^^xsd:string ; | 877 | rdfs:label "finished at"^^xsd:string ; |
878 | rdfs:range xsd:dateTime . | 878 | rdfs:range xsd:dateTime . |
879 | 879 | ||
880 | ep-activity:fluidProducedByWellTest | 880 | ep-activity:fluidProducedByWellTest |
881 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 881 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
882 | rdfs:domain ep-activity:WellTest ; | 882 | rdfs:domain ep-activity:WellTest ; |
883 | rdfs:label "fluid produced by well test"^^xsd:string ; | 883 | rdfs:label "fluid produced by well test"^^xsd:string ; |
884 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . | 884 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . |
885 | 885 | ||
886 | ep-activity:hasCasingLinerTubing | 886 | ep-activity:hasCasingLinerTubing |
887 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 887 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
888 | rdfs:domain ep-activity:WellStimulation ; | 888 | rdfs:domain ep-activity:WellStimulation ; |
889 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . | 889 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . |
890 | 890 | ||
... | @@ -893,18 +893,18 @@ ep-activity:hasCasingString | ... | @@ -893,18 +893,18 @@ ep-activity:hasCasingString |
893 | rdfs:label "has casing string"^^xsd:string . | 893 | rdfs:label "has casing string"^^xsd:string . |
894 | 894 | ||
895 | ep-activity:hasChokeValve | 895 | ep-activity:hasChokeValve |
896 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 896 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
897 | rdfs:label "has choke valve"^^xsd:string ; | 897 | rdfs:label "has choke valve"^^xsd:string ; |
898 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . | 898 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . |
899 | 899 | ||
900 | ep-activity:hasDrillBit | 900 | ep-activity:hasDrillBit |
901 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 901 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
902 | rdfs:domain ep-activity:DrillingActivity ; | 902 | rdfs:domain ep-activity:DrillingActivity ; |
903 | rdfs:label "has drill bit"^^xsd:string ; | 903 | rdfs:label "has drill bit"^^xsd:string ; |
904 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 904 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
905 | 905 | ||
906 | ep-activity:hasDrillingFluid | 906 | ep-activity:hasDrillingFluid |
907 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 907 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
908 | rdfs:domain ep-activity:DrillingActivity ; | 908 | rdfs:domain ep-activity:DrillingActivity ; |
909 | rdfs:label "has drilling fluid"^^xsd:string ; | 909 | rdfs:label "has drilling fluid"^^xsd:string ; |
910 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . | 910 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . |
... | @@ -920,13 +920,13 @@ ep-activity:hasSubActivity | ... | @@ -920,13 +920,13 @@ ep-activity:hasSubActivity |
920 | rdfs:label "has sub activity"^^xsd:string . | 920 | rdfs:label "has sub activity"^^xsd:string . |
921 | 921 | ||
922 | ep-activity:hasWellTestChoke | 922 | ep-activity:hasWellTestChoke |
923 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 923 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
924 | rdfs:domain ep-activity:WellTest ; | 924 | rdfs:domain ep-activity:WellTest ; |
925 | rdfs:label "has well test choke"^^xsd:string ; | 925 | rdfs:label "has well test choke"^^xsd:string ; |
926 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . | 926 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . |
927 | 927 | ||
928 | ep-activity:identificationNumberOfCore | 928 | ep-activity:identificationNumberOfCore |
929 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 929 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
930 | rdfs:domain ep-activity:ExtractAWellCore ; | 930 | rdfs:domain ep-activity:ExtractAWellCore ; |
931 | rdfs:label "identification number of core"^^xsd:string . | 931 | rdfs:label "identification number of core"^^xsd:string . |
932 | 932 | ||
... | @@ -936,19 +936,19 @@ ep-activity:logRunNumber | ... | @@ -936,19 +936,19 @@ ep-activity:logRunNumber |
936 | rdfs:label "log run number"^^xsd:string . | 936 | rdfs:label "log run number"^^xsd:string . |
937 | 937 | ||
938 | ep-activity:loggedWellBoreInterval | 938 | ep-activity:loggedWellBoreInterval |
939 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 939 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
940 | rdfs:domain ep-activity:WellBoreLogRun ; | 940 | rdfs:domain ep-activity:WellBoreLogRun ; |
941 | rdfs:label "logged wellbore interval"^^xsd:string ; | 941 | rdfs:label "logged wellbore interval"^^xsd:string ; |
942 | rdfs:range ep-core:PhysicalObject . | 942 | rdfs:range ep-core:PhysicalObject . |
943 | 943 | ||
944 | ep-activity:measuredDepthOfFluidSampling | 944 | ep-activity:measuredDepthOfFluidSampling |
945 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 945 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
946 | rdfs:domain ep-activity:WirelineFormationTest ; | 946 | rdfs:domain ep-activity:WirelineFormationTest ; |
947 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; | 947 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; |
948 | rdfs:range ep-core:Length . | 948 | rdfs:range ep-core:Length . |
949 | 949 | ||
950 | ep-activity:missedProductionTime | 950 | ep-activity:missedProductionTime |
951 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 951 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
952 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 952 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
953 | rdfs:label "missed production time"^^xsd:string ; | 953 | rdfs:label "missed production time"^^xsd:string ; |
954 | rdfs:range ep-core:TimeDuration . | 954 | rdfs:range ep-core:TimeDuration . |
... | @@ -960,7 +960,7 @@ ep-activity:nominallyAt | ... | @@ -960,7 +960,7 @@ ep-activity:nominallyAt |
960 | rdfs:range xsd:dateTime . | 960 | rdfs:range xsd:dateTime . |
961 | 961 | ||
962 | ep-activity:onDrillBit | 962 | ep-activity:onDrillBit |
963 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 963 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
964 | rdfs:domain ep-activity:WellBoreBitRunDrilling ; | 964 | rdfs:domain ep-activity:WellBoreBitRunDrilling ; |
965 | rdfs:label "on drill bit"^^xsd:string ; | 965 | rdfs:label "on drill bit"^^xsd:string ; |
966 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 966 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
... | @@ -970,7 +970,7 @@ ep-activity:onFluid | ... | @@ -970,7 +970,7 @@ ep-activity:onFluid |
970 | rdfs:label "on WellBore"^^xsd:string . | 970 | rdfs:label "on WellBore"^^xsd:string . |
971 | 971 | ||
972 | ep-activity:onRig | 972 | ep-activity:onRig |
973 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 973 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
974 | rdfs:domain ep-activity:DrillingActivity ; | 974 | rdfs:domain ep-activity:DrillingActivity ; |
975 | rdfs:label "on rig"^^xsd:string ; | 975 | rdfs:label "on rig"^^xsd:string ; |
976 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . | 976 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . |
... | @@ -982,19 +982,19 @@ ep-activity:onWell | ... | @@ -982,19 +982,19 @@ ep-activity:onWell |
982 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . | 982 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . |
983 | 983 | ||
984 | ep-activity:onWellBore | 984 | ep-activity:onWellBore |
985 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 985 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
986 | rdfs:domain ep-activity:DrillingActivity ; | 986 | rdfs:domain ep-activity:DrillingActivity ; |
987 | rdfs:label "on wellbore"^^xsd:string ; | 987 | rdfs:label "on wellbore"^^xsd:string ; |
988 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . | 988 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . |
989 | 989 | ||
990 | ep-activity:operatingTimeOfDrillBit | 990 | ep-activity:operatingTimeOfDrillBit |
991 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 991 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
992 | rdfs:domain ep-activity:DrillingActivity ; | 992 | rdfs:domain ep-activity:DrillingActivity ; |
993 | rdfs:label "operating time of drill bit"^^xsd:string ; | 993 | rdfs:label "operating time of drill bit"^^xsd:string ; |
994 | rdfs:range ep-core:TimeDuration . | 994 | rdfs:range ep-core:TimeDuration . |
995 | 995 | ||
996 | ep-activity:pressureAtWhichPlugBumped | 996 | ep-activity:pressureAtWhichPlugBumped |
997 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 997 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
998 | rdfs:domain ep-activity:WellCementPumping ; | 998 | rdfs:domain ep-activity:WellCementPumping ; |
999 | rdfs:label "pressure at which plug bumped"^^xsd:string ; | 999 | rdfs:label "pressure at which plug bumped"^^xsd:string ; |
1000 | rdfs:range ep-core:Pressure . | 1000 | rdfs:range ep-core:Pressure . |
... | @@ -1004,90 +1004,90 @@ ep-activity:pumpedFluid | ... | @@ -1004,90 +1004,90 @@ ep-activity:pumpedFluid |
1004 | rdfs:label "pumped fluid"^^xsd:string . | 1004 | rdfs:label "pumped fluid"^^xsd:string . |
1005 | 1005 | ||
1006 | ep-activity:recoveredCore | 1006 | ep-activity:recoveredCore |
1007 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1007 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1008 | rdfs:domain ep-activity:ExtractAWellCore ; | 1008 | rdfs:domain ep-activity:ExtractAWellCore ; |
1009 | rdfs:label "recovered core"^^xsd:string ; | 1009 | rdfs:label "recovered core"^^xsd:string ; |
1010 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . | 1010 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . |
1011 | 1011 | ||
1012 | ep-activity:returnedCementingFluid | 1012 | ep-activity:returnedCementingFluid |
1013 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1013 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1014 | rdfs:domain ep-activity:WellCementPumping ; | 1014 | rdfs:domain ep-activity:WellCementPumping ; |
1015 | rdfs:label "returned cementing fluid"^^xsd:string ; | 1015 | rdfs:label "returned cementing fluid"^^xsd:string ; |
1016 | rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . | 1016 | rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . |
1017 | 1017 | ||
1018 | ep-activity:sampledFluid | 1018 | ep-activity:sampledFluid |
1019 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1019 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1020 | rdfs:domain ep-activity:WirelineFormationTest ; | 1020 | rdfs:domain ep-activity:WirelineFormationTest ; |
1021 | rdfs:label "sampled fluid"^^xsd:string ; | 1021 | rdfs:label "sampled fluid"^^xsd:string ; |
1022 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . | 1022 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . |
1023 | 1023 | ||
1024 | ep-activity:serviceCompany | 1024 | ep-activity:serviceCompany |
1025 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1025 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1026 | rdfs:domain ep-activity:Activity ; | 1026 | rdfs:domain ep-activity:Activity ; |
1027 | rdfs:label "service company"^^xsd:string ; | 1027 | rdfs:label "service company"^^xsd:string ; |
1028 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 1028 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
1029 | 1029 | ||
1030 | ep-activity:startedAt | 1030 | ep-activity:startedAt |
1031 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 1031 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
1032 | rdfs:domain ep-core:PhysicalThing ; | 1032 | rdfs:domain ep-core:PhysicalThing ; |
1033 | rdfs:label "started at"^^xsd:string ; | 1033 | rdfs:label "started at"^^xsd:string ; |
1034 | rdfs:range xsd:dateTime . | 1034 | rdfs:range xsd:dateTime . |
1035 | 1035 | ||
1036 | ep-activity:timeLost | 1036 | ep-activity:timeLost |
1037 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1037 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1038 | rdfs:domain ep-activity:WellControlIncident ; | 1038 | rdfs:domain ep-activity:WellControlIncident ; |
1039 | rdfs:label "time lost"^^xsd:string ; | 1039 | rdfs:label "time lost"^^xsd:string ; |
1040 | rdfs:range ep-core:TimeDuration . | 1040 | rdfs:range ep-core:TimeDuration . |
1041 | 1041 | ||
1042 | ep-activity:timeOfFailure | 1042 | ep-activity:timeOfFailure |
1043 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 1043 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
1044 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1044 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
1045 | rdfs:label "time of failure"^^xsd:string ; | 1045 | rdfs:label "time of failure"^^xsd:string ; |
1046 | rdfs:range xsd:dateTime . | 1046 | rdfs:range xsd:dateTime . |
1047 | 1047 | ||
1048 | ep-activity:timeOfRepair | 1048 | ep-activity:timeOfRepair |
1049 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 1049 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
1050 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1050 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
1051 | rdfs:label "time of repair"^^xsd:string ; | 1051 | rdfs:label "time of repair"^^xsd:string ; |
1052 | rdfs:range xsd:dateTime . | 1052 | rdfs:range xsd:dateTime . |
1053 | 1053 | ||
1054 | ep-activity:volumeOfMudGained | 1054 | ep-activity:volumeOfMudGained |
1055 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1055 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1056 | rdfs:domain ep-activity:WellControlIncident ; | 1056 | rdfs:domain ep-activity:WellControlIncident ; |
1057 | rdfs:label "final rate of drilling"^^xsd:string ; | 1057 | rdfs:label "final rate of drilling"^^xsd:string ; |
1058 | rdfs:range ep-core:Volume . | 1058 | rdfs:range ep-core:Volume . |
1059 | 1059 | ||
1060 | ep-activity:wellBoreLoggingTool | 1060 | ep-activity:wellBoreLoggingTool |
1061 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1061 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1062 | rdfs:domain ep-activity:WellBoreLogRun ; | 1062 | rdfs:domain ep-activity:WellBoreLogRun ; |
1063 | rdfs:label "well bore logging tool"^^xsd:string ; | 1063 | rdfs:label "well bore logging tool"^^xsd:string ; |
1064 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 1064 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
1065 | 1065 | ||
1066 | ep-activity:wellTestBottomHolePressure | 1066 | ep-activity:wellTestBottomHolePressure |
1067 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1067 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1068 | rdfs:domain ep-activity:WellTest ; | 1068 | rdfs:domain ep-activity:WellTest ; |
1069 | rdfs:label "well test bottom hole pressure"^^xsd:string ; | 1069 | rdfs:label "well test bottom hole pressure"^^xsd:string ; |
1070 | rdfs:range ep-core:Pressure . | 1070 | rdfs:range ep-core:Pressure . |
1071 | 1071 | ||
1072 | ep-activity:wellTestFlowingPressure | 1072 | ep-activity:wellTestFlowingPressure |
1073 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1073 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1074 | rdfs:domain ep-activity:WellTest ; | 1074 | rdfs:domain ep-activity:WellTest ; |
1075 | rdfs:label "well test flowing pressure"^^xsd:string ; | 1075 | rdfs:label "well test flowing pressure"^^xsd:string ; |
1076 | rdfs:range ep-core:Pressure . | 1076 | rdfs:range ep-core:Pressure . |
1077 | 1077 | ||
1078 | ep-activity:wellTestNumber | 1078 | ep-activity:wellTestNumber |
1079 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 1079 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
1080 | rdfs:domain ep-activity:WellTest ; | 1080 | rdfs:domain ep-activity:WellTest ; |
1081 | rdfs:label "well test number"^^xsd:string . | 1081 | rdfs:label "well test number"^^xsd:string . |
1082 | 1082 | ||
1083 | ep-activity:wellTestShutInPressure | 1083 | ep-activity:wellTestShutInPressure |
1084 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1084 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1085 | rdfs:domain ep-activity:WellTest ; | 1085 | rdfs:domain ep-activity:WellTest ; |
1086 | rdfs:label "well test shut-in pressure"^^xsd:string ; | 1086 | rdfs:label "well test shut-in pressure"^^xsd:string ; |
1087 | rdfs:range ep-core:Pressure . | 1087 | rdfs:range ep-core:Pressure . |
1088 | 1088 | ||
1089 | ep-activity:wellTestStoredOil | 1089 | ep-activity:wellTestStoredOil |
1090 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1090 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1091 | rdfs:domain ep-activity:WellTest ; | 1091 | rdfs:domain ep-activity:WellTest ; |
1092 | rdfs:label "well test stored oil"^^xsd:string ; | 1092 | rdfs:label "well test stored oil"^^xsd:string ; |
1093 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> . | 1093 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> . | ... | ... |
... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
22 | 22 | ||
23 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> | 23 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> |
24 | rdf:type owl:Ontology ; | 24 | rdf:type owl:Ontology ; |
25 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://spinrdf.org/spin> ; | 25 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> ; |
26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
27 | 27 | ||
28 | ep-mpr-spin-lib:Function | 28 | ep-mpr-spin-lib:Function |
... | @@ -80,6 +80,28 @@ ep-mpr-spin-lib:buildPersonRoleTypeURI | ... | @@ -80,6 +80,28 @@ ep-mpr-spin-lib:buildPersonRoleTypeURI |
80 | ]) | 80 | ]) |
81 | ] . | 81 | ] . |
82 | 82 | ||
83 | +ep-mpr-spin-lib:buildProductionOperationMethodTypeURI | ||
84 | + rdf:type spin:Function ; | ||
85 | + rdfs:label "build ProductionOperationMethodType URI"^^xsd:string ; | ||
86 | + rdfs:subClassOf ep-mpr-spin-lib:Function ; | ||
87 | + spin:body | ||
88 | + [ rdf:type sp:Select ; | ||
89 | + sp:resultVariables ([ sp:varName "uri"^^xsd:string | ||
90 | + ]) ; | ||
91 | + sp:where ([ rdf:type sp:Bind ; | ||
92 | + sp:expression | ||
93 | + [ rdf:type ep-spin-lib:buildURI ; | ||
94 | + sp:arg1 "https://www.reportinghub.no/ep/data/productionOperationMethodType/" ; | ||
95 | + sp:arg2 [ rdf:type ep-spin-lib:normalizeString ; | ||
96 | + sp:arg1 spin:_arg1 | ||
97 | + ] | ||
98 | + ] ; | ||
99 | + sp:variable | ||
100 | + [ sp:varName "uri"^^xsd:string | ||
101 | + ] | ||
102 | + ]) | ||
103 | + ] . | ||
104 | + | ||
83 | ep-mpr-spin-lib:buildProductionReportURI | 105 | ep-mpr-spin-lib:buildProductionReportURI |
84 | rdf:type spin:Function ; | 106 | rdf:type spin:Function ; |
85 | rdfs:subClassOf ep-mpr-spin-lib:Function ; | 107 | rdfs:subClassOf ep-mpr-spin-lib:Function ; |
... | @@ -161,6 +183,28 @@ ep-mpr-spin-lib:buildSubstanceTypeURI | ... | @@ -161,6 +183,28 @@ ep-mpr-spin-lib:buildSubstanceTypeURI |
161 | ]) | 183 | ]) |
162 | ] . | 184 | ] . |
163 | 185 | ||
186 | +ep-mpr-spin-lib:buildWellTestTypeURI | ||
187 | + rdf:type spin:Function ; | ||
188 | + rdfs:label "build WellTestType URI"^^xsd:string ; | ||
189 | + rdfs:subClassOf ep-mpr-spin-lib:Function ; | ||
190 | + spin:body | ||
191 | + [ rdf:type sp:Select ; | ||
192 | + sp:resultVariables ([ sp:varName "uri"^^xsd:string | ||
193 | + ]) ; | ||
194 | + sp:where ([ rdf:type sp:Bind ; | ||
195 | + sp:expression | ||
196 | + [ rdf:type ep-spin-lib:buildURI ; | ||
197 | + sp:arg1 "https://www.reportinghub.no/ep/data/wellTestType/" ; | ||
198 | + sp:arg2 [ rdf:type ep-spin-lib:normalizeString ; | ||
199 | + sp:arg1 spin:_arg1 | ||
200 | + ] | ||
201 | + ] ; | ||
202 | + sp:variable | ||
203 | + [ sp:varName "uri"^^xsd:string | ||
204 | + ] | ||
205 | + ]) | ||
206 | + ] . | ||
207 | + | ||
164 | ep-mpr-spin-lib:selectAverageAmountOfMaterialFlag | 208 | ep-mpr-spin-lib:selectAverageAmountOfMaterialFlag |
165 | rdf:type spin:Function ; | 209 | rdf:type spin:Function ; |
166 | rdfs:label "select AverageAmountOfMaterialFlag"^^xsd:string ; | 210 | rdfs:label "select AverageAmountOfMaterialFlag"^^xsd:string ; | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment