David Leal

completed equipFailureInfo

1 -# Saved by TopBraid on Mon Sep 19 14:34:21 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 17:08:35 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity
3 # imports: http://www.linkedmodel.org/1.2/schema/vaem 3 # imports: http://www.linkedmodel.org/1.2/schema/vaem
4 # imports: http://www.reportinghub.no/ep/schema/1.0/organization 4 # imports: http://www.reportinghub.no/ep/schema/1.0/organization
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/well
6 # imports: http://www.reportinghub.no/ep/schema/1.0/core 5 # imports: http://www.reportinghub.no/ep/schema/1.0/core
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/well
7 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment 7 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment
8 # imports: http://www.reportinghub.no/ep/schema/1.0/facility 8 # imports: http://www.reportinghub.no/ep/schema/1.0/facility
9 # imports: http://www.linkedmodel.org/1.1/schema/ordered 9 # imports: http://www.linkedmodel.org/1.1/schema/ordered
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
18 18
19 <http://www.reportinghub.no/ep/schema/1.0/activity> 19 <http://www.reportinghub.no/ep/schema/1.0/activity>
20 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
21 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; 21 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.linkedmodel.org/1.2/schema/vaem> , <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/organization> ;
22 owl:versionInfo "0.1.0"^^xsd:string . 22 owl:versionInfo "0.1.0"^^xsd:string .
23 23
24 ep-activity:Activity 24 ep-activity:Activity
...@@ -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:maxCardinality "1"^^xsd:nonNegativeInteger ; 30 + owl:allValuesFrom ep-activity:Activity ;
31 - owl:onProperty ep-activity:finishedAt 31 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during>
32 ] ; 32 ] ;
33 rdfs:subClassOf 33 rdfs:subClassOf
34 [ rdf:type owl:Restriction ; 34 [ rdf:type owl:Restriction ;
35 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 35 + owl:allValuesFrom ep-activity:Activity ;
36 - owl:onProperty ep-activity:startedAt 36 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps>
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#after> 41 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before>
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#before> 46 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after>
47 ] ; 47 ] ;
48 rdfs:subClassOf 48 rdfs:subClassOf
49 [ rdf:type owl:Restriction ; 49 [ rdf:type owl:Restriction ;
50 - owl:allValuesFrom ep-activity:Activity ; 50 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
51 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> 51 + owl:onProperty ep-activity:startedAt
52 ] ; 52 ] ;
53 rdfs:subClassOf 53 rdfs:subClassOf
54 [ rdf:type owl:Restriction ; 54 [ rdf:type owl:Restriction ;
55 - owl:allValuesFrom ep-activity:Activity ; 55 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
56 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> 56 + owl:onProperty ep-activity:finishedAt
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#last>
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:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ;
76 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 76 + owl:onProperty ep-activity:onWellBore
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:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; 85 + owl:allValuesFrom ep-activity:DrillingActivity ;
86 - owl:onProperty ep-activity:onWellBore 86 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
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#last> 91 + owl:onProperty ep-core:hasPart
92 ] . 92 ] .
93 93
94 ep-activity:DailyProductionActivity 94 ep-activity:DailyProductionActivity
...@@ -132,7 +132,7 @@ ep-activity:Drill-sidetrack ...@@ -132,7 +132,7 @@ ep-activity:Drill-sidetrack
132 rdfs:subClassOf ep-activity:DrillingActivity . 132 rdfs:subClassOf ep-activity:DrillingActivity .
133 133
134 ep-activity:DrillStemTest 134 ep-activity:DrillStemTest
135 - rdf:type ep-activity:WellTestType , owl:Class ; 135 + rdf:type owl:Class , ep-activity:WellTestType ;
136 rdfs:label "drill stem test"^^xsd:string ; 136 rdfs:label "drill stem test"^^xsd:string ;
137 rdfs:subClassOf ep-activity:WellTest ; 137 rdfs:subClassOf ep-activity:WellTest ;
138 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 ; 138 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 ;
...@@ -144,72 +144,72 @@ ep-activity:DrillingActivity ...@@ -144,72 +144,72 @@ ep-activity:DrillingActivity
144 rdfs:subClassOf ep-activity:Activity . 144 rdfs:subClassOf ep-activity:Activity .
145 145
146 ep-activity:DrillingActivity-bop_test 146 ep-activity:DrillingActivity-bop_test
147 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 147 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
148 rdfs:label "drilling activity bop test"^^xsd:string ; 148 rdfs:label "drilling activity bop test"^^xsd:string ;
149 rdfs:subClassOf ep-activity:DrillingActivity . 149 rdfs:subClassOf ep-activity:DrillingActivity .
150 150
151 ep-activity:DrillingActivity-circulation_loss 151 ep-activity:DrillingActivity-circulation_loss
152 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 152 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
153 rdfs:label "drilling activity circulation loss"^^xsd:string ; 153 rdfs:label "drilling activity circulation loss"^^xsd:string ;
154 rdfs:subClassOf ep-activity:DrillingActivity . 154 rdfs:subClassOf ep-activity:DrillingActivity .
155 155
156 ep-activity:DrillingActivity-coiled_tubing 156 ep-activity:DrillingActivity-coiled_tubing
157 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 157 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
158 rdfs:label "drilling activity coilled tubing"^^xsd:string ; 158 rdfs:label "drilling activity coilled tubing"^^xsd:string ;
159 rdfs:subClassOf ep-activity:DrillingActivity . 159 rdfs:subClassOf ep-activity:DrillingActivity .
160 160
161 ep-activity:DrillingActivity-equipment_failure 161 ep-activity:DrillingActivity-equipment_failure
162 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 162 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
163 rdfs:label "drilling activity equipment failure"^^xsd:string ; 163 rdfs:label "drilling activity equipment failure"^^xsd:string ;
164 rdfs:subClassOf ep-activity:DrillingActivity . 164 rdfs:subClassOf ep-activity:DrillingActivity .
165 165
166 ep-activity:DrillingActivity-equipment_hang 166 ep-activity:DrillingActivity-equipment_hang
167 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 167 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
168 rdfs:label "drilling activity equipment hang"^^xsd:string ; 168 rdfs:label "drilling activity equipment hang"^^xsd:string ;
169 rdfs:subClassOf ep-activity:DrillingActivity . 169 rdfs:subClassOf ep-activity:DrillingActivity .
170 170
171 ep-activity:DrillingActivity-fixed_equipment 171 ep-activity:DrillingActivity-fixed_equipment
172 - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 172 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
173 rdfs:label "drilling activity fixed equipment"^^xsd:string ; 173 rdfs:label "drilling activity fixed equipment"^^xsd:string ;
174 rdfs:subClassOf ep-activity:DrillingActivity . 174 rdfs:subClassOf ep-activity:DrillingActivity .
175 175
176 ep-activity:DrillingActivity-injury 176 ep-activity:DrillingActivity-injury
177 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 177 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
178 rdfs:label "drilling activity injury"^^xsd:string ; 178 rdfs:label "drilling activity injury"^^xsd:string ;
179 rdfs:subClassOf ep-activity:DrillingActivity . 179 rdfs:subClassOf ep-activity:DrillingActivity .
180 180
181 ep-activity:DrillingActivity-kick 181 ep-activity:DrillingActivity-kick
182 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 182 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
183 rdfs:label "drilling activity operation kick"^^xsd:string ; 183 rdfs:label "drilling activity operation kick"^^xsd:string ;
184 rdfs:subClassOf ep-activity:DrillingActivity . 184 rdfs:subClassOf ep-activity:DrillingActivity .
185 185
186 ep-activity:DrillingActivity-mud_loss 186 ep-activity:DrillingActivity-mud_loss
187 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 187 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
188 rdfs:label "drilling activity mud loss"^^xsd:string ; 188 rdfs:label "drilling activity mud loss"^^xsd:string ;
189 rdfs:subClassOf ep-activity:DrillingActivity . 189 rdfs:subClassOf ep-activity:DrillingActivity .
190 190
191 ep-activity:DrillingActivity-operation_failed 191 ep-activity:DrillingActivity-operation_failed
192 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 192 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
193 rdfs:label "drilling activity operation failed"^^xsd:string ; 193 rdfs:label "drilling activity operation failed"^^xsd:string ;
194 rdfs:subClassOf ep-activity:DrillingActivity . 194 rdfs:subClassOf ep-activity:DrillingActivity .
195 195
196 ep-activity:DrillingActivity-snubbing 196 ep-activity:DrillingActivity-snubbing
197 - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 197 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
198 rdfs:label "drilling activity snubbing"^^xsd:string ; 198 rdfs:label "drilling activity snubbing"^^xsd:string ;
199 rdfs:subClassOf ep-activity:DrillingActivity . 199 rdfs:subClassOf ep-activity:DrillingActivity .
200 200
201 ep-activity:DrillingActivity-stuck_equipment 201 ep-activity:DrillingActivity-stuck_equipment
202 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 202 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
203 rdfs:label "drilling activity stuck equipment"^^xsd:string ; 203 rdfs:label "drilling activity stuck equipment"^^xsd:string ;
204 rdfs:subClassOf ep-activity:DrillingActivity . 204 rdfs:subClassOf ep-activity:DrillingActivity .
205 205
206 ep-activity:DrillingActivity-success 206 ep-activity:DrillingActivity-success
207 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 207 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
208 rdfs:label "drilling activity success"^^xsd:string ; 208 rdfs:label "drilling activity success"^^xsd:string ;
209 rdfs:subClassOf ep-activity:DrillingActivity . 209 rdfs:subClassOf ep-activity:DrillingActivity .
210 210
211 ep-activity:DrillingActivity-wire_line 211 ep-activity:DrillingActivity-wire_line
212 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 212 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
213 rdfs:label "drilling activity wire line"^^xsd:string ; 213 rdfs:label "drilling activity wire line"^^xsd:string ;
214 rdfs:subClassOf ep-activity:DrillingActivity . 214 rdfs:subClassOf ep-activity:DrillingActivity .
215 215
...@@ -234,7 +234,7 @@ ep-activity:ExtractAWellCore ...@@ -234,7 +234,7 @@ ep-activity:ExtractAWellCore
234 rdfs:subClassOf ep-activity:Activity . 234 rdfs:subClassOf ep-activity:Activity .
235 235
236 ep-activity:FailedActivity 236 ep-activity:FailedActivity
237 - rdf:type owl:Class , ep-activity:ActivitySuccessType ; 237 + rdf:type ep-activity:ActivitySuccessType , owl:Class ;
238 rdfs:label "failed activity"^^xsd:string ; 238 rdfs:label "failed activity"^^xsd:string ;
239 rdfs:subClassOf ep-activity:Activity ; 239 rdfs:subClassOf ep-activity:Activity ;
240 owl:disjointWith ep-activity:SuccessfulActivity . 240 owl:disjointWith ep-activity:SuccessfulActivity .
...@@ -245,7 +245,7 @@ ep-activity:FluidActivity ...@@ -245,7 +245,7 @@ ep-activity:FluidActivity
245 rdfs:subClassOf ep-activity:Activity . 245 rdfs:subClassOf ep-activity:Activity .
246 246
247 ep-activity:FormationIntegrityTest 247 ep-activity:FormationIntegrityTest
248 - rdf:type owl:Class , ep-activity:PressureTestType ; 248 + rdf:type ep-activity:PressureTestType , owl:Class ;
249 rdfs:label "formation integrity test"^^xsd:string ; 249 rdfs:label "formation integrity test"^^xsd:string ;
250 rdfs:subClassOf ep-activity:WellBorePressureTest ; 250 rdfs:subClassOf ep-activity:WellBorePressureTest ;
251 owl:disjointWith ep-activity:LeakOffTest . 251 owl:disjointWith ep-activity:LeakOffTest .
...@@ -315,7 +315,7 @@ ep-activity:GasReadingType ...@@ -315,7 +315,7 @@ ep-activity:GasReadingType
315 rdfs:subClassOf owl:Class . 315 rdfs:subClassOf owl:Class .
316 316
317 ep-activity:LeakOffTest 317 ep-activity:LeakOffTest
318 - rdf:type owl:Class , ep-activity:PressureTestType ; 318 + rdf:type ep-activity:PressureTestType , owl:Class ;
319 rdfs:label "leak-off test"^^xsd:string ; 319 rdfs:label "leak-off test"^^xsd:string ;
320 rdfs:subClassOf ep-activity:WellBorePressureTest ; 320 rdfs:subClassOf ep-activity:WellBorePressureTest ;
321 owl:disjointWith ep-activity:FormationIntegrityTest . 321 owl:disjointWith ep-activity:FormationIntegrityTest .
...@@ -356,7 +356,7 @@ ep-activity:OffshoreWellActivity ...@@ -356,7 +356,7 @@ ep-activity:OffshoreWellActivity
356 rdfs:subClassOf ep-activity:OffshoreActivity ; 356 rdfs:subClassOf ep-activity:OffshoreActivity ;
357 rdfs:subClassOf 357 rdfs:subClassOf
358 [ rdf:type owl:Restriction ; 358 [ rdf:type owl:Restriction ;
359 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 359 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ;
360 owl:onProperty ep-activity:onWell 360 owl:onProperty ep-activity:onWell
361 ] ; 361 ] ;
362 rdfs:subClassOf 362 rdfs:subClassOf
...@@ -366,7 +366,7 @@ ep-activity:OffshoreWellActivity ...@@ -366,7 +366,7 @@ ep-activity:OffshoreWellActivity
366 ] ; 366 ] ;
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 372
...@@ -386,13 +386,13 @@ ep-activity:PorePressureDeterminationType ...@@ -386,13 +386,13 @@ ep-activity:PorePressureDeterminationType
386 rdfs:subClassOf owl:Class . 386 rdfs:subClassOf owl:Class .
387 387
388 ep-activity:PorePressureEstimation 388 ep-activity:PorePressureEstimation
389 - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; 389 + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
390 rdfs:label "pore pressure estimation"^^xsd:string ; 390 rdfs:label "pore pressure estimation"^^xsd:string ;
391 rdfs:subClassOf ep-activity:PorePressureDetermination ; 391 rdfs:subClassOf ep-activity:PorePressureDetermination ;
392 owl:disjointWith ep-activity:PorePressureMeasurement . 392 owl:disjointWith ep-activity:PorePressureMeasurement .
393 393
394 ep-activity:PorePressureMeasurement 394 ep-activity:PorePressureMeasurement
395 - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; 395 + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
396 rdfs:label "pore pressure measurement"^^xsd:string ; 396 rdfs:label "pore pressure measurement"^^xsd:string ;
397 rdfs:subClassOf ep-activity:PorePressureDetermination ; 397 rdfs:subClassOf ep-activity:PorePressureDetermination ;
398 owl:disjointWith ep-activity:PorePressureEstimation . 398 owl:disjointWith ep-activity:PorePressureEstimation .
...@@ -413,14 +413,14 @@ ep-activity:ProductionActivity ...@@ -413,14 +413,14 @@ ep-activity:ProductionActivity
413 rdfs:subClassOf ep-activity:Activity . 413 rdfs:subClassOf ep-activity:Activity .
414 414
415 ep-activity:ProductionTest 415 ep-activity:ProductionTest
416 - rdf:type ep-activity:WellTestType , owl:Class ; 416 + rdf:type owl:Class , ep-activity:WellTestType ;
417 rdfs:label "production test"^^xsd:string ; 417 rdfs:label "production test"^^xsd:string ;
418 rdfs:subClassOf ep-activity:WellTest ; 418 rdfs:subClassOf ep-activity:WellTest ;
419 dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ; 419 dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ;
420 owl:disjointWith ep-activity:DrillStemTest . 420 owl:disjointWith ep-activity:DrillStemTest .
421 421
422 ep-activity:SuccessfulActivity 422 ep-activity:SuccessfulActivity
423 - rdf:type owl:Class , ep-activity:ActivitySuccessType ; 423 + rdf:type ep-activity:ActivitySuccessType , owl:Class ;
424 rdfs:label "successful activity"^^xsd:string ; 424 rdfs:label "successful activity"^^xsd:string ;
425 rdfs:subClassOf ep-activity:Activity ; 425 rdfs:subClassOf ep-activity:Activity ;
426 owl:disjointWith ep-activity:FailedActivity . 426 owl:disjointWith ep-activity:FailedActivity .
...@@ -471,23 +471,23 @@ ep-activity:WellCementJob ...@@ -471,23 +471,23 @@ ep-activity:WellCementJob
471 rdfs:subClassOf ep-activity:Activity . 471 rdfs:subClassOf ep-activity:Activity .
472 472
473 ep-activity:WellCementJob-other 473 ep-activity:WellCementJob-other
474 - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; 474 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
475 rdfs:label "well cement job other"^^xsd:string ; 475 rdfs:label "well cement job other"^^xsd:string ;
476 rdfs:subClassOf ep-activity:WellCementJob ; 476 rdfs:subClassOf ep-activity:WellCementJob ;
477 - owl:disjointWith ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-squeeze . 477 + owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary .
478 478
479 ep-activity:WellCementJob-plug 479 ep-activity:WellCementJob-plug
480 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 480 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
481 rdfs:label "well cement job plug"^^xsd:string ; 481 rdfs:label "well cement job plug"^^xsd:string ;
482 rdfs:subClassOf ep-activity:WellCementJob . 482 rdfs:subClassOf ep-activity:WellCementJob .
483 483
484 ep-activity:WellCementJob-primary 484 ep-activity:WellCementJob-primary
485 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 485 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
486 rdfs:label "well cement job primary"^^xsd:string ; 486 rdfs:label "well cement job primary"^^xsd:string ;
487 rdfs:subClassOf ep-activity:WellCementJob . 487 rdfs:subClassOf ep-activity:WellCementJob .
488 488
489 ep-activity:WellCementJob-squeeze 489 ep-activity:WellCementJob-squeeze
490 - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; 490 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
491 rdfs:label "well cement job squeeze"^^xsd:string ; 491 rdfs:label "well cement job squeeze"^^xsd:string ;
492 rdfs:subClassOf ep-activity:WellCementJob . 492 rdfs:subClassOf ep-activity:WellCementJob .
493 493
...@@ -532,73 +532,73 @@ ep-activity:WellCementJobTopPlugType ...@@ -532,73 +532,73 @@ ep-activity:WellCementJobTopPlugType
532 rdfs:subClassOf owl:Class . 532 rdfs:subClassOf owl:Class .
533 533
534 ep-activity:WellCementJobWithBottomPlug 534 ep-activity:WellCementJobWithBottomPlug
535 - rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; 535 + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
536 rdfs:label "well cement job with bottom plug"^^xsd:string ; 536 rdfs:label "well cement job with bottom plug"^^xsd:string ;
537 rdfs:subClassOf ep-activity:WellCementJob ; 537 rdfs:subClassOf ep-activity:WellCementJob ;
538 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . 538 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug .
539 539
540 ep-activity:WellCementJobWithCasingReciprocation 540 ep-activity:WellCementJobWithCasingReciprocation
541 - rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; 541 + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
542 rdfs:label "well cement job with casing reciprocation"^^xsd:string ; 542 rdfs:label "well cement job with casing reciprocation"^^xsd:string ;
543 rdfs:subClassOf ep-activity:WellCementJob ; 543 rdfs:subClassOf ep-activity:WellCementJob ;
544 owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . 544 owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation .
545 545
546 ep-activity:WellCementJobWithCasingRotation 546 ep-activity:WellCementJobWithCasingRotation
547 - rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; 547 + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
548 rdfs:label "well cement job with casing rotation"^^xsd:string ; 548 rdfs:label "well cement job with casing rotation"^^xsd:string ;
549 rdfs:subClassOf ep-activity:WellCementJob ; 549 rdfs:subClassOf ep-activity:WellCementJob ;
550 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . 550 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
551 551
552 ep-activity:WellCementJobWithFloatHolding 552 ep-activity:WellCementJobWithFloatHolding
553 - rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; 553 + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
554 rdfs:label "well cement job with float holding"^^xsd:string ; 554 rdfs:label "well cement job with float holding"^^xsd:string ;
555 rdfs:subClassOf ep-activity:WellCementJob ; 555 rdfs:subClassOf ep-activity:WellCementJob ;
556 owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . 556 owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding .
557 557
558 ep-activity:WellCementJobWithPlugBumping 558 ep-activity:WellCementJobWithPlugBumping
559 - rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; 559 + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
560 rdfs:label "well cement job with plug bumping"^^xsd:string ; 560 rdfs:label "well cement job with plug bumping"^^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:WellCementJobWithTopPlug 564 ep-activity:WellCementJobWithTopPlug
565 - rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; 565 + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
566 rdfs:label "well cement job with top plug"^^xsd:string ; 566 rdfs:label "well cement job with top plug"^^xsd:string ;
567 rdfs:subClassOf ep-activity:WellCementJob ; 567 rdfs:subClassOf ep-activity:WellCementJob ;
568 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . 568 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
569 569
570 ep-activity:WellCementJobWithoutBottomPlug 570 ep-activity:WellCementJobWithoutBottomPlug
571 - rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; 571 + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
572 rdfs:label "well cement job without bottom plug"^^xsd:string ; 572 rdfs:label "well cement job without bottom plug"^^xsd:string ;
573 rdfs:subClassOf ep-activity:WellCementJob ; 573 rdfs:subClassOf ep-activity:WellCementJob ;
574 owl:disjointWith ep-activity:WellCementJobWithBottomPlug . 574 owl:disjointWith ep-activity:WellCementJobWithBottomPlug .
575 575
576 ep-activity:WellCementJobWithoutCasingReciprocation 576 ep-activity:WellCementJobWithoutCasingReciprocation
577 - rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; 577 + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
578 rdfs:label "well cement job without casing reciprocation"^^xsd:string ; 578 rdfs:label "well cement job without casing reciprocation"^^xsd:string ;
579 rdfs:subClassOf ep-activity:WellCementJob ; 579 rdfs:subClassOf ep-activity:WellCementJob ;
580 owl:disjointWith ep-activity:WellCementJobWithCasingRotation . 580 owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
581 581
582 ep-activity:WellCementJobWithoutCasingRotation 582 ep-activity:WellCementJobWithoutCasingRotation
583 - rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; 583 + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
584 rdfs:label "well cement job without casing rotation"^^xsd:string ; 584 rdfs:label "well cement job without casing rotation"^^xsd:string ;
585 rdfs:subClassOf ep-activity:WellCementJob ; 585 rdfs:subClassOf ep-activity:WellCementJob ;
586 owl:disjointWith ep-activity:WellCementJobWithCasingRotation . 586 owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
587 587
588 ep-activity:WellCementJobWithoutFloatHolding 588 ep-activity:WellCementJobWithoutFloatHolding
589 - rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; 589 + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
590 rdfs:label "well cement job without float holding"^^xsd:string ; 590 rdfs:label "well cement job without float holding"^^xsd:string ;
591 rdfs:subClassOf ep-activity:WellCementJob ; 591 rdfs:subClassOf ep-activity:WellCementJob ;
592 owl:disjointWith ep-activity:WellCementJobWithFloatHolding . 592 owl:disjointWith ep-activity:WellCementJobWithFloatHolding .
593 593
594 ep-activity:WellCementJobWithoutPlugBumping 594 ep-activity:WellCementJobWithoutPlugBumping
595 - rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; 595 + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
596 rdfs:label "well cement job without plug bumping"^^xsd:string ; 596 rdfs:label "well cement job without plug bumping"^^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:WellCementJobWithoutTopPlug 600 ep-activity:WellCementJobWithoutTopPlug
601 - rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; 601 + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
602 rdfs:label "well cement job without top plug"^^xsd:string ; 602 rdfs:label "well cement job without top plug"^^xsd:string ;
603 rdfs:subClassOf ep-activity:WellCementJob ; 603 rdfs:subClassOf ep-activity:WellCementJob ;
604 owl:disjointWith ep-activity:WellCementJobWithTopPlug . 604 owl:disjointWith ep-activity:WellCementJobWithTopPlug .
...@@ -614,13 +614,13 @@ ep-activity:WellCementPumpingFluidReturnType ...@@ -614,13 +614,13 @@ ep-activity:WellCementPumpingFluidReturnType
614 rdfs:subClassOf owl:Class . 614 rdfs:subClassOf owl:Class .
615 615
616 ep-activity:WellCementPumpingWithFluidReturn 616 ep-activity:WellCementPumpingWithFluidReturn
617 - rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; 617 + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
618 rdfs:label "well cement pumping with fluid return"^^xsd:string ; 618 rdfs:label "well cement pumping with fluid return"^^xsd:string ;
619 rdfs:subClassOf ep-activity:WellCementPumping ; 619 rdfs:subClassOf ep-activity:WellCementPumping ;
620 owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . 620 owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn .
621 621
622 ep-activity:WellCementPumpingWithoutFluidReturn 622 ep-activity:WellCementPumpingWithoutFluidReturn
623 - rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; 623 + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
624 rdfs:label "well cement pumping without fluid return"^^xsd:string ; 624 rdfs:label "well cement pumping without fluid return"^^xsd:string ;
625 rdfs:subClassOf ep-activity:WellCementPumping ; 625 rdfs:subClassOf ep-activity:WellCementPumping ;
626 owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . 626 owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn .
...@@ -631,28 +631,28 @@ ep-activity:WellControlIncident ...@@ -631,28 +631,28 @@ ep-activity:WellControlIncident
631 rdfs:subClassOf ep-activity:Activity . 631 rdfs:subClassOf ep-activity:Activity .
632 632
633 ep-activity:WellControlIncident-gas_kick 633 ep-activity:WellControlIncident-gas_kick
634 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 634 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
635 rdfs:label "well control incident gas kick"^^xsd:string ; 635 rdfs:label "well control incident gas kick"^^xsd:string ;
636 rdfs:subClassOf ep-activity:WellControlIncident ; 636 rdfs:subClassOf ep-activity:WellControlIncident ;
637 - owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . 637 + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick .
638 638
639 ep-activity:WellControlIncident-oil_kick 639 ep-activity:WellControlIncident-oil_kick
640 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 640 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
641 rdfs:label "well control incident oil kick"^^xsd:string ; 641 rdfs:label "well control incident oil kick"^^xsd:string ;
642 rdfs:subClassOf ep-activity:WellControlIncident ; 642 rdfs:subClassOf ep-activity:WellControlIncident ;
643 - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick . 643 + owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick .
644 644
645 ep-activity:WellControlIncident-shallow_gas_kick 645 ep-activity:WellControlIncident-shallow_gas_kick
646 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 646 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
647 rdfs:label "well control incident shallow gas kick"^^xsd:string ; 647 rdfs:label "well control incident shallow gas kick"^^xsd:string ;
648 rdfs:subClassOf ep-activity:WellControlIncident ; 648 rdfs:subClassOf ep-activity:WellControlIncident ;
649 - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick . 649 + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick .
650 650
651 ep-activity:WellControlIncident-water_kick 651 ep-activity:WellControlIncident-water_kick
652 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 652 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
653 rdfs:label "well control incident water kick"^^xsd:string ; 653 rdfs:label "well control incident water kick"^^xsd:string ;
654 rdfs:subClassOf ep-activity:WellControlIncident ; 654 rdfs:subClassOf ep-activity:WellControlIncident ;
655 - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . 655 + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick .
656 656
657 ep-activity:WellControlIncidentType 657 ep-activity:WellControlIncidentType
658 rdf:type rdfs:Class ; 658 rdf:type rdfs:Class ;
...@@ -665,40 +665,40 @@ ep-activity:WellKilling ...@@ -665,40 +665,40 @@ ep-activity:WellKilling
665 rdfs:subClassOf ep-activity:Activity . 665 rdfs:subClassOf ep-activity:Activity .
666 666
667 ep-activity:WellKilling-bullheading 667 ep-activity:WellKilling-bullheading
668 - rdf:type ep-activity:WellKillingType , owl:Class ; 668 + rdf:type owl:Class , ep-activity:WellKillingType ;
669 rdfs:label "well killing bullheading"^^xsd:string ; 669 rdfs:label "well killing bullheading"^^xsd:string ;
670 rdfs:subClassOf ep-activity:WellKilling ; 670 rdfs:subClassOf ep-activity:WellKilling ;
671 - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . 671 + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-wait_and_weight .
672 672
673 ep-activity:WellKilling-drillers_method 673 ep-activity:WellKilling-drillers_method
674 - rdf:type ep-activity:WellKillingType , owl:Class ; 674 + rdf:type owl:Class , ep-activity:WellKillingType ;
675 rdfs:label "well killing drillers method"^^xsd:string ; 675 rdfs:label "well killing drillers method"^^xsd:string ;
676 rdfs:subClassOf ep-activity:WellKilling ; 676 rdfs:subClassOf ep-activity:WellKilling ;
677 - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed . 677 + owl:disjointWith ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight .
678 678
679 ep-activity:WellKilling-forward_circulation 679 ep-activity:WellKilling-forward_circulation
680 - rdf:type ep-activity:WellKillingType , owl:Class ; 680 + rdf:type owl:Class , ep-activity:WellKillingType ;
681 rdfs:label "well killing forward circulation"^^xsd:string ; 681 rdfs:label "well killing forward circulation"^^xsd:string ;
682 rdfs:subClassOf ep-activity:WellKilling ; 682 rdfs:subClassOf ep-activity:WellKilling ;
683 - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . 683 + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight .
684 684
685 ep-activity:WellKilling-lubricate_and_bleed 685 ep-activity:WellKilling-lubricate_and_bleed
686 - rdf:type ep-activity:WellKillingType , owl:Class ; 686 + rdf:type owl:Class , ep-activity:WellKillingType ;
687 rdfs:label "well killing lubricate and bleed"^^xsd:string ; 687 rdfs:label "well killing lubricate and bleed"^^xsd:string ;
688 rdfs:subClassOf ep-activity:WellKilling ; 688 rdfs:subClassOf ep-activity:WellKilling ;
689 - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-drillers_method . 689 + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight .
690 690
691 ep-activity:WellKilling-reverse_circulation 691 ep-activity:WellKilling-reverse_circulation
692 - rdf:type owl:Class , ep-activity:WellKillingType ; 692 + rdf:type ep-activity:WellKillingType , owl:Class ;
693 rdfs:label "well killing reverse circulation"^^xsd:string ; 693 rdfs:label "well killing reverse circulation"^^xsd:string ;
694 rdfs:subClassOf ep-activity:WellKilling ; 694 rdfs:subClassOf ep-activity:WellKilling ;
695 - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . 695 + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight .
696 696
697 ep-activity:WellKilling-wait_and_weight 697 ep-activity:WellKilling-wait_and_weight
698 - rdf:type ep-activity:WellKillingType , owl:Class ; 698 + rdf:type owl:Class , ep-activity:WellKillingType ;
699 rdfs:label "well killing wait and weight"^^xsd:string ; 699 rdfs:label "well killing wait and weight"^^xsd:string ;
700 rdfs:subClassOf ep-activity:WellKilling ; 700 rdfs:subClassOf ep-activity:WellKilling ;
701 - owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading . 701 + owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method .
702 702
703 ep-activity:WellKillingType 703 ep-activity:WellKillingType
704 rdf:type rdfs:Class ; 704 rdf:type rdfs:Class ;
...@@ -731,13 +731,13 @@ ep-activity:WirelineFormationTestType ...@@ -731,13 +731,13 @@ ep-activity:WirelineFormationTestType
731 rdfs:subClassOf owl:Class . 731 rdfs:subClassOf owl:Class .
732 732
733 ep-activity:WirelineFormationTestWithGoodSeal 733 ep-activity:WirelineFormationTestWithGoodSeal
734 - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; 734 + rdf:type owl:Class , ep-activity:WirelineFormationTestType ;
735 rdfs:label "wireline formation test with a good seal"^^xsd:string ; 735 rdfs:label "wireline formation test with a good seal"^^xsd:string ;
736 rdfs:subClassOf ep-activity:WirelineFormationTest ; 736 rdfs:subClassOf ep-activity:WirelineFormationTest ;
737 owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . 737 owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal .
738 738
739 ep-activity:WirelineFormationTestWithoutGoodSeal 739 ep-activity:WirelineFormationTestWithoutGoodSeal
740 - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; 740 + rdf:type owl:Class , ep-activity:WirelineFormationTestType ;
741 rdfs:label "wireline formation test without a good seal"^^xsd:string ; 741 rdfs:label "wireline formation test without a good seal"^^xsd:string ;
742 rdfs:subClassOf ep-activity:WirelineFormationTest ; 742 rdfs:subClassOf ep-activity:WirelineFormationTest ;
743 owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . 743 owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal .
...@@ -758,19 +758,19 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod ...@@ -758,19 +758,19 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod
758 rdfs:label "description of activities within the daily reporting period"^^xsd:string . 758 rdfs:label "description of activities within the daily reporting period"^^xsd:string .
759 759
760 ep-activity:distanceDrilled 760 ep-activity:distanceDrilled
761 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 761 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
762 rdfs:domain ep-activity:DrillingActivity ; 762 rdfs:domain ep-activity:DrillingActivity ;
763 rdfs:label "final rate of drilling"^^xsd:string ; 763 rdfs:label "final rate of drilling"^^xsd:string ;
764 rdfs:range ep-core:Length . 764 rdfs:range ep-core:Length .
765 765
766 ep-activity:drillingContractor 766 ep-activity:drillingContractor
767 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 767 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
768 rdfs:domain ep-activity:DrillingActivity ; 768 rdfs:domain ep-activity:DrillingActivity ;
769 rdfs:label "drilling contractor"^^xsd:string ; 769 rdfs:label "drilling contractor"^^xsd:string ;
770 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 770 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
771 771
772 ep-activity:drillingOperator 772 ep-activity:drillingOperator
773 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 773 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
774 rdfs:domain ep-activity:DrillingActivity ; 774 rdfs:domain ep-activity:DrillingActivity ;
775 rdfs:label "drilling operator"^^xsd:string ; 775 rdfs:label "drilling operator"^^xsd:string ;
776 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 776 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
...@@ -782,18 +782,19 @@ ep-activity:failedEquipment ...@@ -782,18 +782,19 @@ ep-activity:failedEquipment
782 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 782 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
783 783
784 ep-activity:finalRateOfDrilling 784 ep-activity:finalRateOfDrilling
785 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 785 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
786 rdfs:domain ep-activity:DrillingActivity ; 786 rdfs:domain ep-activity:DrillingActivity ;
787 rdfs:label "final rate of drilling"^^xsd:string ; 787 rdfs:label "final rate of drilling"^^xsd:string ;
788 rdfs:range ep-core:Speed . 788 rdfs:range ep-core:Speed .
789 789
790 ep-activity:finishedAt 790 ep-activity:finishedAt
791 - rdf:type owl:DatatypeProperty ; 791 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
792 + rdfs:domain ep-activity:Activity ;
792 rdfs:label "finished at"^^xsd:string ; 793 rdfs:label "finished at"^^xsd:string ;
793 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 794 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
794 795
795 ep-activity:hasCasingLinerTubing 796 ep-activity:hasCasingLinerTubing
796 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 797 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
797 rdfs:domain ep-activity:WellStimulation ; 798 rdfs:domain ep-activity:WellStimulation ;
798 rdfs:label "has Casing/Liner/Tubing"^^xsd:string . 799 rdfs:label "has Casing/Liner/Tubing"^^xsd:string .
799 800
...@@ -802,18 +803,18 @@ ep-activity:hasCasingString ...@@ -802,18 +803,18 @@ ep-activity:hasCasingString
802 rdfs:label "has casing string"^^xsd:string . 803 rdfs:label "has casing string"^^xsd:string .
803 804
804 ep-activity:hasChokeValve 805 ep-activity:hasChokeValve
805 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 806 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
806 rdfs:label "has choke valve"^^xsd:string ; 807 rdfs:label "has choke valve"^^xsd:string ;
807 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . 808 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> .
808 809
809 ep-activity:hasDrillBit 810 ep-activity:hasDrillBit
810 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 811 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
811 rdfs:domain ep-activity:DrillingActivity ; 812 rdfs:domain ep-activity:DrillingActivity ;
812 rdfs:label "has drill bit"^^xsd:string ; 813 rdfs:label "has drill bit"^^xsd:string ;
813 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 814 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
814 815
815 ep-activity:hasDrillingFluid 816 ep-activity:hasDrillingFluid
816 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 817 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
817 rdfs:domain ep-activity:DrillingActivity ; 818 rdfs:domain ep-activity:DrillingActivity ;
818 rdfs:label "has drilling fluid"^^xsd:string ; 819 rdfs:label "has drilling fluid"^^xsd:string ;
819 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . 820 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> .
...@@ -829,17 +830,24 @@ ep-activity:hasSubActivity ...@@ -829,17 +830,24 @@ ep-activity:hasSubActivity
829 rdfs:label "has sub activity"^^xsd:string . 830 rdfs:label "has sub activity"^^xsd:string .
830 831
831 ep-activity:identificationNumberOfCore 832 ep-activity:identificationNumberOfCore
832 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 833 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
833 rdfs:domain ep-activity:ExtractAWellCore ; 834 rdfs:domain ep-activity:ExtractAWellCore ;
834 rdfs:label "identification number of core"^^xsd:string . 835 rdfs:label "identification number of core"^^xsd:string .
835 836
837 +ep-activity:missedProductionTime
838 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
839 + rdfs:domain ep-activity:EquipmentFailureAndRepair ;
840 + rdfs:label "missed production time"^^xsd:string ;
841 + rdfs:range ep-core:TimeDuration .
842 +
836 ep-activity:nominallyAt 843 ep-activity:nominallyAt
837 rdf:type owl:DatatypeProperty ; 844 rdf:type owl:DatatypeProperty ;
845 + rdfs:domain ep-activity:Activity ;
838 rdfs:label "nominal time"^^xsd:string ; 846 rdfs:label "nominal time"^^xsd:string ;
839 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 847 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
840 848
841 ep-activity:onRig 849 ep-activity:onRig
842 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 850 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
843 rdfs:domain ep-activity:DrillingActivity ; 851 rdfs:domain ep-activity:DrillingActivity ;
844 rdfs:label "on rig"^^xsd:string ; 852 rdfs:label "on rig"^^xsd:string ;
845 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . 853 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> .
...@@ -849,11 +857,11 @@ ep-activity:onWell ...@@ -849,11 +857,11 @@ ep-activity:onWell
849 rdfs:label "on well"^^xsd:string . 857 rdfs:label "on well"^^xsd:string .
850 858
851 ep-activity:onWellBore 859 ep-activity:onWellBore
852 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 860 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
853 rdfs:label "on WellBore"^^xsd:string . 861 rdfs:label "on WellBore"^^xsd:string .
854 862
855 ep-activity:pressureAtWhichPlugBumped 863 ep-activity:pressureAtWhichPlugBumped
856 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 864 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
857 rdfs:domain ep-activity:WellCementPumping ; 865 rdfs:domain ep-activity:WellCementPumping ;
858 rdfs:label "pressure at which plug bumped"^^xsd:string ; 866 rdfs:label "pressure at which plug bumped"^^xsd:string ;
859 rdfs:range ep-core:Pressure . 867 rdfs:range ep-core:Pressure .
...@@ -863,59 +871,66 @@ ep-activity:pumpedFluid ...@@ -863,59 +871,66 @@ ep-activity:pumpedFluid
863 rdfs:label "pumped fluid"^^xsd:string . 871 rdfs:label "pumped fluid"^^xsd:string .
864 872
865 ep-activity:recoveredCore 873 ep-activity:recoveredCore
866 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 874 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
867 rdfs:domain ep-activity:ExtractAWellCore ; 875 rdfs:domain ep-activity:ExtractAWellCore ;
868 rdfs:label "recovered core"^^xsd:string ; 876 rdfs:label "recovered core"^^xsd:string ;
869 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . 877 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> .
870 878
871 ep-activity:sampledFluid 879 ep-activity:sampledFluid
872 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 880 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
873 rdfs:domain ep-activity:WirelineFormationTest ; 881 rdfs:domain ep-activity:WirelineFormationTest ;
874 rdfs:label "sampled fluid"^^xsd:string ; 882 rdfs:label "sampled fluid"^^xsd:string ;
875 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . 883 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> .
876 884
877 ep-activity:serviceCompany 885 ep-activity:serviceCompany
878 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 886 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
879 rdfs:domain ep-activity:Activity ; 887 rdfs:domain ep-activity:Activity ;
880 rdfs:label "service company"^^xsd:string ; 888 rdfs:label "service company"^^xsd:string ;
881 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 889 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
882 890
883 ep-activity:startedAt 891 ep-activity:startedAt
884 - rdf:type owl:DatatypeProperty ; 892 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
893 + rdfs:domain ep-activity:Activity ;
885 rdfs:label "started at"^^xsd:string ; 894 rdfs:label "started at"^^xsd:string ;
886 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 895 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
887 896
888 ep-activity:stratigraphyDescription 897 ep-activity:stratigraphyDescription
889 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 898 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
890 rdfs:domain ep-activity:PreliminaryZonation ; 899 rdfs:domain ep-activity:PreliminaryZonation ;
891 rdfs:label "stratigrapy description"^^xsd:string . 900 rdfs:label "stratigrapy description"^^xsd:string .
892 901
893 ep-activity:timeLost 902 ep-activity:timeLost
894 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 903 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
895 rdfs:domain ep-activity:WellControlIncident ; 904 rdfs:domain ep-activity:WellControlIncident ;
896 rdfs:label "time lost"^^xsd:string ; 905 rdfs:label "time lost"^^xsd:string ;
897 rdfs:range ep-core:TimeDuration . 906 rdfs:range ep-core:TimeDuration .
898 907
899 -ep-activity:volumeOfMudGained 908 +ep-activity:timeOfFailure
900 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 909 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
901 - rdfs:domain ep-activity:WellControlIncident ; 910 + rdfs:domain ep-activity:EquipmentFailureAndRepair ;
902 - rdfs:label "volume of mud gained"^^xsd:string ; 911 + rdfs:label "time of failure"^^xsd:string ;
903 - rdfs:range ep-core:Volume . 912 + rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
913 +
914 +ep-activity:timeOfRepair
915 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
916 + rdfs:domain ep-activity:EquipmentFailureAndRepair ;
917 + rdfs:label "time of repair"^^xsd:string ;
918 + rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
904 919
905 ep-activity:volumeOfPumpedCementingFluid 920 ep-activity:volumeOfPumpedCementingFluid
906 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 921 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
907 rdfs:domain ep-activity:WellCementPumping ; 922 rdfs:domain ep-activity:WellCementPumping ;
908 rdfs:label "volume of pumped cementing fluid"^^xsd:string ; 923 rdfs:label "volume of pumped cementing fluid"^^xsd:string ;
909 rdfs:range ep-core:Volume . 924 rdfs:range ep-core:Volume .
910 925
911 ep-activity:volumeOfReturnedCementingFluid 926 ep-activity:volumeOfReturnedCementingFluid
912 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 927 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
913 rdfs:domain ep-activity:WellCementPumping ; 928 rdfs:domain ep-activity:WellCementPumping ;
914 rdfs:label "volume of returned cementing fluid"^^xsd:string ; 929 rdfs:label "volume of returned cementing fluid"^^xsd:string ;
915 rdfs:range ep-core:Volume . 930 rdfs:range ep-core:Volume .
916 931
917 ep-activity:wellBoreLoggingTool 932 ep-activity:wellBoreLoggingTool
918 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 933 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
919 rdfs:domain ep-activity:WellBoreLog ; 934 rdfs:domain ep-activity:WellBoreLog ;
920 rdfs:label "well bore logging tool"^^xsd:string ; 935 rdfs:label "well bore logging tool"^^xsd:string ;
921 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 936 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
......
1 -# Saved by TopBraid on Mon Sep 19 14:55:14 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 17:02:08 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/well 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/well
3 # imports: http://www.reportinghub.no/ep/schema/1.0/core 3 # imports: http://www.reportinghub.no/ep/schema/1.0/core
4 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment 4 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
12 12
13 <http://www.reportinghub.no/ep/schema/1.0/well> 13 <http://www.reportinghub.no/ep/schema/1.0/well>
14 rdf:type owl:Ontology ; 14 rdf:type owl:Ontology ;
15 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> ; 15 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
16 owl:versionInfo "0.1.0"^^xsd:string . 16 owl:versionInfo "0.1.0"^^xsd:string .
17 17
18 <http://www.reportinghub.no/ep/schema/equipment#Equipment> 18 <http://www.reportinghub.no/ep/schema/equipment#Equipment>
...@@ -24,17 +24,17 @@ ep-well:CementingFluid ...@@ -24,17 +24,17 @@ ep-well:CementingFluid
24 rdfs:subClassOf ep-well:Fluid . 24 rdfs:subClassOf ep-well:Fluid .
25 25
26 ep-well:CementingFluidType 26 ep-well:CementingFluidType
27 - rdf:type ep-well:CementingFluidType , rdfs:Class ; 27 + rdf:type rdfs:Class , ep-well:CementingFluidType ;
28 rdfs:label "cementing fluid type"^^xsd:string ; 28 rdfs:label "cementing fluid type"^^xsd:string ;
29 rdfs:subClassOf rdfs:Class . 29 rdfs:subClassOf rdfs:Class .
30 30
31 ep-well:Condensate 31 ep-well:Condensate
32 - rdf:type owl:Class , ep-well:FluidComponentType ; 32 + rdf:type ep-well:FluidComponentType , owl:Class ;
33 rdfs:label "condensate"^^xsd:string ; 33 rdfs:label "condensate"^^xsd:string ;
34 rdfs:subClassOf ep-well:Fluid . 34 rdfs:subClassOf ep-well:Fluid .
35 35
36 ep-well:Filtrate 36 ep-well:Filtrate
37 - rdf:type ep-well:FluidComponentType , owl:Class ; 37 + rdf:type owl:Class , ep-well:FluidComponentType ;
38 rdfs:label "filtrate"^^xsd:string ; 38 rdfs:label "filtrate"^^xsd:string ;
39 rdfs:subClassOf ep-well:Fluid . 39 rdfs:subClassOf ep-well:Fluid .
40 40
...@@ -49,18 +49,18 @@ ep-well:FluidComponentType ...@@ -49,18 +49,18 @@ ep-well:FluidComponentType
49 rdfs:subClassOf owl:Class . 49 rdfs:subClassOf owl:Class .
50 50
51 ep-well:Gas 51 ep-well:Gas
52 - rdf:type owl:Class , ep-well:FluidComponentType ; 52 + rdf:type ep-well:FluidComponentType , owl:Class ;
53 rdfs:label "gas"^^xsd:string ; 53 rdfs:label "gas"^^xsd:string ;
54 rdfs:subClassOf ep-well:Fluid . 54 rdfs:subClassOf ep-well:Fluid .
55 55
56 ep-well:HphtWellBore 56 ep-well:HphtWellBore
57 - rdf:type ep-well:WellBoreHphtType , owl:Class ; 57 + rdf:type owl:Class , ep-well:WellBoreHphtType ;
58 rdfs:label "high pressure high temperature well bore"^^xsd:string ; 58 rdfs:label "high pressure high temperature well bore"^^xsd:string ;
59 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 59 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
60 owl:disjointWith ep-well:NotHphtWellBore . 60 owl:disjointWith ep-well:NotHphtWellBore .
61 61
62 ep-well:LeakyWellBore 62 ep-well:LeakyWellBore
63 - rdf:type owl:Class , ep-well:WellBoreTightnessType ; 63 + rdf:type ep-well:WellBoreTightnessType , owl:Class ;
64 rdfs:label "leaky well bore"^^xsd:string ; 64 rdfs:label "leaky well bore"^^xsd:string ;
65 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 65 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
66 owl:disjointWith ep-well:TightWellBore . 66 owl:disjointWith ep-well:TightWellBore .
...@@ -71,19 +71,19 @@ ep-well:LowerPartOfAWellBore ...@@ -71,19 +71,19 @@ ep-well:LowerPartOfAWellBore
71 rdfs:subClassOf ep-well:SpatialPartOfAWellBore . 71 rdfs:subClassOf ep-well:SpatialPartOfAWellBore .
72 72
73 ep-well:Mud 73 ep-well:Mud
74 - rdf:type ep-well:CementingFluidType , owl:Class ; 74 + rdf:type owl:Class , ep-well:CementingFluidType ;
75 rdfs:label "mud"^^xsd:string ; 75 rdfs:label "mud"^^xsd:string ;
76 rdfs:subClassOf ep-well:CementingFluid ; 76 rdfs:subClassOf ep-well:CementingFluid ;
77 - owl:disjointWith ep-well:Slurry , ep-well:Wash , ep-well:Spacer . 77 + owl:disjointWith ep-well:Spacer , ep-well:Wash , ep-well:Slurry .
78 78
79 ep-well:NotHphtWellBore 79 ep-well:NotHphtWellBore
80 - rdf:type ep-well:WellBoreHphtType , owl:Class ; 80 + rdf:type owl:Class , ep-well:WellBoreHphtType ;
81 rdfs:label "not high pressure high temperature well bore"^^xsd:string ; 81 rdfs:label "not high pressure high temperature well bore"^^xsd:string ;
82 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 82 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
83 owl:disjointWith ep-well:HphtWellBore . 83 owl:disjointWith ep-well:HphtWellBore .
84 84
85 ep-well:Oil 85 ep-well:Oil
86 - rdf:type ep-well:FluidComponentType , owl:Class ; 86 + rdf:type owl:Class , ep-well:FluidComponentType ;
87 rdfs:label "oil"^^xsd:string ; 87 rdfs:label "oil"^^xsd:string ;
88 rdfs:subClassOf ep-well:Fluid . 88 rdfs:subClassOf ep-well:Fluid .
89 89
...@@ -98,16 +98,16 @@ ep-well:RecoveredCore ...@@ -98,16 +98,16 @@ ep-well:RecoveredCore
98 rdfs:subClassOf ep-core:PhysicalObject . 98 rdfs:subClassOf ep-core:PhysicalObject .
99 99
100 ep-well:Slurry 100 ep-well:Slurry
101 - rdf:type ep-well:CementingFluidType , owl:Class ; 101 + rdf:type owl:Class , ep-well:CementingFluidType ;
102 rdfs:label "slurry"^^xsd:string ; 102 rdfs:label "slurry"^^xsd:string ;
103 rdfs:subClassOf ep-well:CementingFluid ; 103 rdfs:subClassOf ep-well:CementingFluid ;
104 - owl:disjointWith ep-well:Wash , ep-well:Spacer , ep-well:Mud . 104 + owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Wash .
105 105
106 ep-well:Spacer 106 ep-well:Spacer
107 - rdf:type ep-well:CementingFluidType , owl:Class ; 107 + rdf:type owl:Class , ep-well:CementingFluidType ;
108 rdfs:label "spacer"^^xsd:string ; 108 rdfs:label "spacer"^^xsd:string ;
109 rdfs:subClassOf ep-well:CementingFluid ; 109 rdfs:subClassOf ep-well:CementingFluid ;
110 - owl:disjointWith ep-well:Slurry , ep-well:Wash , ep-well:Mud . 110 + owl:disjointWith ep-well:Mud , ep-well:Wash , ep-well:Slurry .
111 111
112 ep-well:SpatialPartOfAWellBore 112 ep-well:SpatialPartOfAWellBore
113 rdf:type owl:Class ; 113 rdf:type owl:Class ;
...@@ -130,7 +130,7 @@ ep-well:TemporalPartOfAWellBore ...@@ -130,7 +130,7 @@ ep-well:TemporalPartOfAWellBore
130 rdfs:subClassOf ep-core:PhysicalObject . 130 rdfs:subClassOf ep-core:PhysicalObject .
131 131
132 ep-well:TightWellBore 132 ep-well:TightWellBore
133 - rdf:type owl:Class , ep-well:WellBoreTightnessType ; 133 + rdf:type ep-well:WellBoreTightnessType , owl:Class ;
134 rdfs:label "tight well bore"^^xsd:string ; 134 rdfs:label "tight well bore"^^xsd:string ;
135 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 135 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
136 owl:disjointWith ep-well:LeakyWellBore . 136 owl:disjointWith ep-well:LeakyWellBore .
...@@ -139,10 +139,10 @@ ep-well:Wash ...@@ -139,10 +139,10 @@ ep-well:Wash
139 rdf:type owl:Class ; 139 rdf:type owl:Class ;
140 rdfs:label "wash"^^xsd:string ; 140 rdfs:label "wash"^^xsd:string ;
141 rdfs:subClassOf ep-well:CementingFluid ; 141 rdfs:subClassOf ep-well:CementingFluid ;
142 - owl:disjointWith ep-well:Slurry , ep-well:Spacer , ep-well:Mud . 142 + owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Slurry .
143 143
144 ep-well:Water 144 ep-well:Water
145 - rdf:type owl:Class , ep-well:FluidComponentType ; 145 + rdf:type ep-well:FluidComponentType , owl:Class ;
146 rdfs:label "water"^^xsd:string ; 146 rdfs:label "water"^^xsd:string ;
147 rdfs:subClassOf ep-well:Fluid . 147 rdfs:subClassOf ep-well:Fluid .
148 148
...@@ -199,55 +199,61 @@ ep-well:WellBoreTightnessType ...@@ -199,55 +199,61 @@ ep-well:WellBoreTightnessType
199 rdfs:subClassOf owl:Class . 199 rdfs:subClassOf owl:Class .
200 200
201 ep-well:averageBottomHolePressure 201 ep-well:averageBottomHolePressure
202 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 202 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
203 rdfs:domain ep-well:TemporalPartOfAWellBore ; 203 rdfs:domain ep-well:TemporalPartOfAWellBore ;
204 rdfs:label "average bottom hole pressure"^^xsd:string ; 204 rdfs:label "average bottom hole pressure"^^xsd:string ;
205 rdfs:range ep-core:Pressure . 205 rdfs:range ep-core:Pressure .
206 206
207 ep-well:averageBottomHoleTemperature 207 ep-well:averageBottomHoleTemperature
208 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 208 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
209 rdfs:domain ep-well:TemporalPartOfAWellBore ; 209 rdfs:domain ep-well:TemporalPartOfAWellBore ;
210 rdfs:label "average bottom hole temperature"^^xsd:string ; 210 rdfs:label "average bottom hole temperature"^^xsd:string ;
211 rdfs:range ep-core:Temperature . 211 rdfs:range ep-core:Temperature .
212 212
213 ep-well:azimuth 213 ep-well:azimuth
214 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 214 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
215 rdfs:domain ep-well:PositionWithinWellBore ; 215 rdfs:domain ep-well:PositionWithinWellBore ;
216 rdfs:label "azimuth"^^xsd:string ; 216 rdfs:label "azimuth"^^xsd:string ;
217 rdfs:range ep-core:PlaneAngle . 217 rdfs:range ep-core:PlaneAngle .
218 218
219 ep-well:bottomHoleMeasuredDepth 219 ep-well:bottomHoleMeasuredDepth
220 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 220 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
221 rdfs:domain ep-well:TemporalPartOfAWellBore ; 221 rdfs:domain ep-well:TemporalPartOfAWellBore ;
222 rdfs:label "bottom hole measured depth"^^xsd:string ; 222 rdfs:label "bottom hole measured depth"^^xsd:string ;
223 rdfs:range ep-core:Length . 223 rdfs:range ep-core:Length .
224 224
225 ep-well:bottomHoleTemperature 225 ep-well:bottomHoleTemperature
226 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 226 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
227 rdfs:domain ep-well:TemporalPartOfAWellBore ; 227 rdfs:domain ep-well:TemporalPartOfAWellBore ;
228 rdfs:label "bottom hole temperature"^^xsd:string ; 228 rdfs:label "bottom hole temperature"^^xsd:string ;
229 rdfs:range ep-core:Temperature . 229 rdfs:range ep-core:Temperature .
230 230
231 -ep-well:cementingFluidPerCentFreeWater 231 +ep-well:bottomHoleTrueVerticalDepth
232 rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 232 rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
233 + rdfs:domain ep-well:TemporalPartOfAWellBore ;
234 + rdfs:label "bottom hole true vertical depth"^^xsd:string ;
235 + rdfs:range ep-core:Length .
236 +
237 +ep-well:cementingFluidPerCentFreeWater
238 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
233 rdfs:domain ep-well:CementingFluid ; 239 rdfs:domain ep-well:CementingFluid ;
234 rdfs:label "cementing fluid per cent free water"^^xsd:string ; 240 rdfs:label "cementing fluid per cent free water"^^xsd:string ;
235 rdfs:range ep-core:SpecificVolume . 241 rdfs:range ep-core:SpecificVolume .
236 242
237 ep-well:cementingFluidThickeningTime 243 ep-well:cementingFluidThickeningTime
238 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 244 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
239 rdfs:domain ep-well:CementingFluid ; 245 rdfs:domain ep-well:CementingFluid ;
240 rdfs:label "cementing fluid thickening time"^^xsd:string ; 246 rdfs:label "cementing fluid thickening time"^^xsd:string ;
241 rdfs:range ep-core:TimeDuration . 247 rdfs:range ep-core:TimeDuration .
242 248
243 ep-well:coreLength 249 ep-well:coreLength
244 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 250 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
245 rdfs:domain ep-well:RecoveredCore ; 251 rdfs:domain ep-well:RecoveredCore ;
246 rdfs:label "core length"^^xsd:string ; 252 rdfs:label "core length"^^xsd:string ;
247 rdfs:range ep-core:Length . 253 rdfs:range ep-core:Length .
248 254
249 ep-well:diameterOfAWellBorePilotHole 255 ep-well:diameterOfAWellBorePilotHole
250 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 256 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
251 rdfs:domain ep-well:WellBorePilotHole ; 257 rdfs:domain ep-well:WellBorePilotHole ;
252 rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ; 258 rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ;
253 rdfs:range ep-core:Length . 259 rdfs:range ep-core:Length .
...@@ -259,148 +265,148 @@ ep-well:dominantComponent ...@@ -259,148 +265,148 @@ ep-well:dominantComponent
259 rdfs:range ep-well:FluidComponentType . 265 rdfs:range ep-well:FluidComponentType .
260 266
261 ep-well:finalBottomHoleMeasuredDepth 267 ep-well:finalBottomHoleMeasuredDepth
262 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 268 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
263 rdfs:domain ep-well:TemporalPartOfAWellBore ; 269 rdfs:domain ep-well:TemporalPartOfAWellBore ;
264 rdfs:label "final bottom hole measured depth"^^xsd:string ; 270 rdfs:label "final bottom hole measured depth"^^xsd:string ;
265 rdfs:range ep-core:Length . 271 rdfs:range ep-core:Length .
266 272
267 ep-well:finalBottomHoleTrueVerticalDepth 273 ep-well:finalBottomHoleTrueVerticalDepth
268 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 274 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
269 rdfs:domain ep-well:TemporalPartOfAWellBore ; 275 rdfs:domain ep-well:TemporalPartOfAWellBore ;
270 rdfs:label "final bottom hole true vertical depth"^^xsd:string ; 276 rdfs:label "final bottom hole true vertical depth"^^xsd:string ;
271 rdfs:range ep-core:Length . 277 rdfs:range ep-core:Length .
272 278
273 ep-well:hasBarrel 279 ep-well:hasBarrel
274 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 280 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
275 rdfs:domain ep-well:RecoveredCore ; 281 rdfs:domain ep-well:RecoveredCore ;
276 rdfs:label "has barrel"^^xsd:string ; 282 rdfs:label "has barrel"^^xsd:string ;
277 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> . 283 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> .
278 284
279 ep-well:inclination 285 ep-well:inclination
280 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 286 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
281 rdfs:domain ep-well:PositionWithinWellBore ; 287 rdfs:domain ep-well:PositionWithinWellBore ;
282 rdfs:label "inclination"^^xsd:string ; 288 rdfs:label "inclination"^^xsd:string ;
283 rdfs:range ep-core:PlaneAngle . 289 rdfs:range ep-core:PlaneAngle .
284 290
285 ep-well:initialBottomHoleMeasuredDepth 291 ep-well:initialBottomHoleMeasuredDepth
286 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 292 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
287 rdfs:domain ep-well:TemporalPartOfAWellBore ; 293 rdfs:domain ep-well:TemporalPartOfAWellBore ;
288 rdfs:label "initial bottom hole measured depth"^^xsd:string ; 294 rdfs:label "initial bottom hole measured depth"^^xsd:string ;
289 rdfs:range ep-core:Length . 295 rdfs:range ep-core:Length .
290 296
291 ep-well:measuredDepth 297 ep-well:measuredDepth
292 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 298 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
293 rdfs:domain ep-well:SpatialPartOfAWellBore ; 299 rdfs:domain ep-well:SpatialPartOfAWellBore ;
294 rdfs:label "measured depth"^^xsd:string ; 300 rdfs:label "measured depth"^^xsd:string ;
295 rdfs:range ep-core:Length . 301 rdfs:range ep-core:Length .
296 302
297 ep-well:measuredDepthOfPlugTop 303 ep-well:measuredDepthOfPlugTop
298 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 304 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
299 rdfs:domain ep-well:TemporalPartOfAWellBore ; 305 rdfs:domain ep-well:TemporalPartOfAWellBore ;
300 rdfs:label "measured depth of plug top"^^xsd:string ; 306 rdfs:label "measured depth of plug top"^^xsd:string ;
301 rdfs:range ep-core:Length . 307 rdfs:range ep-core:Length .
302 308
303 ep-well:measuredDepthToTheBottomOfAPartOfAWellBore 309 ep-well:measuredDepthToTheBottomOfAPartOfAWellBore
304 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 310 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
305 rdfs:domain ep-well:SpatialPartOfAWellBore ; 311 rdfs:domain ep-well:SpatialPartOfAWellBore ;
306 rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ; 312 rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ;
307 rdfs:range ep-core:Length . 313 rdfs:range ep-core:Length .
308 314
309 ep-well:measuredDepthToTheTopOfAPartOfAWellBore 315 ep-well:measuredDepthToTheTopOfAPartOfAWellBore
310 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 316 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
311 rdfs:domain ep-well:SpatialPartOfAWellBore ; 317 rdfs:domain ep-well:SpatialPartOfAWellBore ;
312 rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ; 318 rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ;
313 rdfs:range ep-core:Length . 319 rdfs:range ep-core:Length .
314 320
315 ep-well:nominalInsideDiameterOfBoreHole 321 ep-well:nominalInsideDiameterOfBoreHole
316 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 322 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
317 rdfs:domain ep-well:TemporalPartOfAWellBore ; 323 rdfs:domain ep-well:TemporalPartOfAWellBore ;
318 rdfs:label "nominal inside diameter of borehole"^^xsd:string ; 324 rdfs:label "nominal inside diameter of borehole"^^xsd:string ;
319 rdfs:range ep-core:Length . 325 rdfs:range ep-core:Length .
320 326
321 ep-well:plannedBottomHoleMeasuredDepth 327 ep-well:plannedBottomHoleMeasuredDepth
322 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 328 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
323 rdfs:domain ep-well:TemporalPartOfAWellBore ; 329 rdfs:domain ep-well:TemporalPartOfAWellBore ;
324 rdfs:label "planned bottom hole measured depth"^^xsd:string ; 330 rdfs:label "planned bottom hole measured depth"^^xsd:string ;
325 rdfs:range ep-core:Length . 331 rdfs:range ep-core:Length .
326 332
327 ep-well:plannedPilotBottomHoleMeasuredDepth 333 ep-well:plannedPilotBottomHoleMeasuredDepth
328 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 334 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
329 rdfs:domain ep-well:WellBorePilotHole ; 335 rdfs:domain ep-well:WellBorePilotHole ;
330 rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ; 336 rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ;
331 rdfs:range ep-core:Length . 337 rdfs:range ep-core:Length .
332 338
333 ep-well:plannedPilotBottomHoleTrueVerticalDepth 339 ep-well:plannedPilotBottomHoleTrueVerticalDepth
334 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 340 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
335 rdfs:domain ep-well:WellBorePilotHole ; 341 rdfs:domain ep-well:WellBorePilotHole ;
336 rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ; 342 rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ;
337 rdfs:range ep-core:Length . 343 rdfs:range ep-core:Length .
338 344
339 ep-well:porePressureEquivalentMudDensity 345 ep-well:porePressureEquivalentMudDensity
340 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 346 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
341 rdfs:domain ep-well:TemporalPartOfAWellBore ; 347 rdfs:domain ep-well:TemporalPartOfAWellBore ;
342 rdfs:label "pore pressure - equivalent mud density"^^xsd:string ; 348 rdfs:label "pore pressure - equivalent mud density"^^xsd:string ;
343 rdfs:range ep-core:Density . 349 rdfs:range ep-core:Density .
344 350
345 ep-well:ratioOfCementMixToWater 351 ep-well:ratioOfCementMixToWater
346 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 352 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
347 rdfs:domain ep-well:CementingFluid ; 353 rdfs:domain ep-well:CementingFluid ;
348 rdfs:label "ratio of cement mix to water"^^xsd:string ; 354 rdfs:label "ratio of cement mix to water"^^xsd:string ;
349 rdfs:range ep-core:SpecificVolume . 355 rdfs:range ep-core:SpecificVolume .
350 356
351 ep-well:relativeAmountOfCoreRecovered 357 ep-well:relativeAmountOfCoreRecovered
352 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 358 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
353 rdfs:domain ep-well:RecoveredCore ; 359 rdfs:domain ep-well:RecoveredCore ;
354 rdfs:label "relative amount of core recovered"^^xsd:string ; 360 rdfs:label "relative amount of core recovered"^^xsd:string ;
355 rdfs:range ep-core:SpecificVolume . 361 rdfs:range ep-core:SpecificVolume .
356 362
357 ep-well:shutInCasingPressure 363 ep-well:shutInCasingPressure
358 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 364 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
359 rdfs:domain ep-well:TemporalPartOfAWellBore ; 365 rdfs:domain ep-well:TemporalPartOfAWellBore ;
360 rdfs:label "shut in casing pressure"^^xsd:string ; 366 rdfs:label "shut in casing pressure"^^xsd:string ;
361 rdfs:range ep-core:Pressure . 367 rdfs:range ep-core:Pressure .
362 368
363 ep-well:shutInDrillPipePressure 369 ep-well:shutInDrillPipePressure
364 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 370 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
365 rdfs:domain ep-well:TemporalPartOfAWellBore ; 371 rdfs:domain ep-well:TemporalPartOfAWellBore ;
366 rdfs:label "shut in drill pipe pressure"^^xsd:string ; 372 rdfs:label "shut in drill pipe pressure"^^xsd:string ;
367 rdfs:range ep-core:Pressure . 373 rdfs:range ep-core:Pressure .
368 374
369 ep-well:strengthOfRockFormation 375 ep-well:strengthOfRockFormation
370 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 376 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
371 rdfs:domain ep-well:SurroundingRockFormation ; 377 rdfs:domain ep-well:SurroundingRockFormation ;
372 rdfs:label "strength of rock formation"^^xsd:string ; 378 rdfs:label "strength of rock formation"^^xsd:string ;
373 rdfs:range ep-core:StrengthOfRockFormation . 379 rdfs:range ep-core:StrengthOfRockFormation .
374 380
375 ep-well:trueVerticalDepth 381 ep-well:trueVerticalDepth
376 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 382 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
377 rdfs:domain ep-well:SpatialPartOfAWellBore ; 383 rdfs:domain ep-well:SpatialPartOfAWellBore ;
378 rdfs:label "true vertical depth"^^xsd:string ; 384 rdfs:label "true vertical depth"^^xsd:string ;
379 rdfs:range ep-core:Length . 385 rdfs:range ep-core:Length .
380 386
381 ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore 387 ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore
382 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 388 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
383 rdfs:domain ep-well:SpatialPartOfAWellBore ; 389 rdfs:domain ep-well:SpatialPartOfAWellBore ;
384 rdfs:label "true vertical depth to the bottom of a part of a wellbore"^^xsd:string ; 390 rdfs:label "true vertical depth to the bottom of a part of a wellbore"^^xsd:string ;
385 rdfs:range ep-core:Length . 391 rdfs:range ep-core:Length .
386 392
387 ep-well:trueVerticalDepthToTheTopOfAPartOfAWellBore 393 ep-well:trueVerticalDepthToTheTopOfAPartOfAWellBore
388 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 394 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
389 rdfs:domain ep-well:SpatialPartOfAWellBore ; 395 rdfs:domain ep-well:SpatialPartOfAWellBore ;
390 rdfs:label "true vertical depth to the top of a part of a wellbore"^^xsd:string ; 396 rdfs:label "true vertical depth to the top of a part of a wellbore"^^xsd:string ;
391 rdfs:range ep-core:Length . 397 rdfs:range ep-core:Length .
392 398
393 ep-well:wellBoreCompletedAt 399 ep-well:wellBoreCompletedAt
394 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 400 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
395 rdfs:domain ep-well:TemporalPartOfAWellBore ; 401 rdfs:domain ep-well:TemporalPartOfAWellBore ;
396 rdfs:label "wellbore completed at"^^xsd:string . 402 rdfs:label "wellbore completed at"^^xsd:string .
397 403
398 ep-well:wellBorePreSpudAt 404 ep-well:wellBorePreSpudAt
399 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 405 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
400 rdfs:domain ep-well:TemporalPartOfAWellBore ; 406 rdfs:domain ep-well:TemporalPartOfAWellBore ;
401 rdfs:label "wellbore pre-spud at"^^xsd:string . 407 rdfs:label "wellbore pre-spud at"^^xsd:string .
402 408
403 ep-well:wellBoreSpudAt 409 ep-well:wellBoreSpudAt
404 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 410 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
405 rdfs:domain ep-well:TemporalPartOfAWellBore ; 411 rdfs:domain ep-well:TemporalPartOfAWellBore ;
406 rdfs:label "wellbore spud at"^^xsd:string . 412 rdfs:label "wellbore spud at"^^xsd:string .
......
1 -# Saved by TopBraid on Mon Sep 19 15:45:26 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 17:15:47 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib 2 # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib
3 # imports: http://www.reportinghub.no/ep/schema/1.0/report 3 # imports: http://www.reportinghub.no/ep/schema/1.0/report
4 # imports: http://www.witsml.org/schemas/1series 4 # imports: http://www.witsml.org/schemas/1series
...@@ -649,12 +649,12 @@ ep-spin-lib:buildURI ...@@ -649,12 +649,12 @@ ep-spin-lib:buildURI
649 ] ; 649 ] ;
650 spin:constraint 650 spin:constraint
651 [ rdf:type spl:Argument ; 651 [ rdf:type spl:Argument ;
652 - spl:predicate sp:arg1 ; 652 + spl:predicate sp:arg2 ;
653 spl:valueType xsd:string 653 spl:valueType xsd:string
654 ] ; 654 ] ;
655 spin:constraint 655 spin:constraint
656 [ rdf:type spl:Argument ; 656 [ rdf:type spl:Argument ;
657 - spl:predicate sp:arg2 ; 657 + spl:predicate sp:arg1 ;
658 spl:valueType xsd:string 658 spl:valueType xsd:string
659 ] . 659 ] .
660 660
...@@ -1826,187 +1826,187 @@ ep-spin-lib:selectDrillingEquipmentType ...@@ -1826,187 +1826,187 @@ ep-spin-lib:selectDrillingEquipmentType
1826 [ rdf:type sp:if ; 1826 [ rdf:type sp:if ;
1827 sp:arg1 [ rdf:type sp:eq ; 1827 sp:arg1 [ rdf:type sp:eq ;
1828 sp:arg1 spin:_arg1 ; 1828 sp:arg1 spin:_arg1 ;
1829 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_miscellaneousequsyst--wellheadsubsearuntest> 1829 + sp:arg2 ddr:ECNPD_miscellaneousequsyst--wellheadsubsearuntest
1830 ] ; 1830 ] ;
1831 sp:arg2 ep-drill-eqt-typ:Miscellaneousequsyst--wellheadsubsearuntest ; 1831 sp:arg2 ep-drill-eqt-typ:Miscellaneousequsyst--wellheadsubsearuntest ;
1832 sp:arg3 [ rdf:type sp:if ; 1832 sp:arg3 [ rdf:type sp:if ;
1833 sp:arg1 [ rdf:type sp:eq ; 1833 sp:arg1 [ rdf:type sp:eq ;
1834 sp:arg1 spin:_arg1 ; 1834 sp:arg1 spin:_arg1 ;
1835 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_mudandbulksyst--bulkairsystem> 1835 + sp:arg2 ddr:ECNPD_mudandbulksyst--bulkairsystem
1836 ] ; 1836 ] ;
1837 sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--bulkairsystem ; 1837 sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--bulkairsystem ;
1838 sp:arg3 [ rdf:type sp:if ; 1838 sp:arg3 [ rdf:type sp:if ;
1839 sp:arg1 [ rdf:type sp:eq ; 1839 sp:arg1 [ rdf:type sp:eq ;
1840 sp:arg1 spin:_arg1 ; 1840 sp:arg1 spin:_arg1 ;
1841 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_mudandbulksyst--bulkstoragetransfer> 1841 + sp:arg2 ddr:ECNPD_mudandbulksyst--bulkstoragetransfer
1842 ] ; 1842 ] ;
1843 sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--bulkstoragetransfer ; 1843 sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--bulkstoragetransfer ;
1844 sp:arg3 [ rdf:type sp:if ; 1844 sp:arg3 [ rdf:type sp:if ;
1845 sp:arg1 [ rdf:type sp:eq ; 1845 sp:arg1 [ rdf:type sp:eq ;
1846 sp:arg1 spin:_arg1 ; 1846 sp:arg1 spin:_arg1 ;
1847 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_mudandbulksyst--drillwatersyst> 1847 + sp:arg2 ddr:ECNPD_mudandbulksyst--drillwatersyst
1848 ] ; 1848 ] ;
1849 sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--drillwatersyst ; 1849 sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--drillwatersyst ;
1850 sp:arg3 [ rdf:type sp:if ; 1850 sp:arg3 [ rdf:type sp:if ;
1851 sp:arg1 [ rdf:type sp:eq ; 1851 sp:arg1 [ rdf:type sp:eq ;
1852 sp:arg1 spin:_arg1 ; 1852 sp:arg1 spin:_arg1 ;
1853 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_mudandbulksyst--hpequipment> 1853 + sp:arg2 ddr:ECNPD_mudandbulksyst--hpequipment
1854 ] ; 1854 ] ;
1855 sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--hpequipment ; 1855 sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--hpequipment ;
1856 sp:arg3 [ rdf:type sp:if ; 1856 sp:arg3 [ rdf:type sp:if ;
1857 sp:arg1 [ rdf:type sp:eq ; 1857 sp:arg1 [ rdf:type sp:eq ;
1858 sp:arg1 spin:_arg1 ; 1858 sp:arg1 spin:_arg1 ;
1859 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_mudandbulksyst--mudadditivesyst> 1859 + sp:arg2 ddr:ECNPD_mudandbulksyst--mudadditivesyst
1860 ] ; 1860 ] ;
1861 sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--mudadditivesyst ; 1861 sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--mudadditivesyst ;
1862 sp:arg3 [ rdf:type sp:if ; 1862 sp:arg3 [ rdf:type sp:if ;
1863 sp:arg1 [ rdf:type sp:eq ; 1863 sp:arg1 [ rdf:type sp:eq ;
1864 sp:arg1 spin:_arg1 ; 1864 sp:arg1 spin:_arg1 ;
1865 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_mudandbulksyst--mudmixingstorage> 1865 + sp:arg2 ddr:ECNPD_mudandbulksyst--mudmixingstorage
1866 ] ; 1866 ] ;
1867 sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--mudmixingstorage ; 1867 sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--mudmixingstorage ;
1868 sp:arg3 [ rdf:type sp:if ; 1868 sp:arg3 [ rdf:type sp:if ;
1869 sp:arg1 [ rdf:type sp:eq ; 1869 sp:arg1 [ rdf:type sp:eq ;
1870 sp:arg1 spin:_arg1 ; 1870 sp:arg1 spin:_arg1 ;
1871 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_mudandbulksyst--mudsolidscontrol> 1871 + sp:arg2 ddr:ECNPD_mudandbulksyst--mudsolidscontrol
1872 ] ; 1872 ] ;
1873 sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--mudsolidscontrol ; 1873 sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--mudsolidscontrol ;
1874 sp:arg3 [ rdf:type sp:if ; 1874 sp:arg3 [ rdf:type sp:if ;
1875 sp:arg1 [ rdf:type sp:eq ; 1875 sp:arg1 [ rdf:type sp:eq ;
1876 sp:arg1 spin:_arg1 ; 1876 sp:arg1 spin:_arg1 ;
1877 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_mudandbulksyst--mudsupply> 1877 + sp:arg2 ddr:ECNPD_mudandbulksyst--mudsupply
1878 ] ; 1878 ] ;
1879 sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--mudsupply ; 1879 sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--mudsupply ;
1880 sp:arg3 [ rdf:type sp:if ; 1880 sp:arg3 [ rdf:type sp:if ;
1881 sp:arg1 [ rdf:type sp:eq ; 1881 sp:arg1 [ rdf:type sp:eq ;
1882 sp:arg1 spin:_arg1 ; 1882 sp:arg1 spin:_arg1 ;
1883 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_mudandbulksyst--other> 1883 + sp:arg2 ddr:ECNPD_mudandbulksyst--other
1884 ] ; 1884 ] ;
1885 sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--other ; 1885 sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--other ;
1886 sp:arg3 [ rdf:type sp:if ; 1886 sp:arg3 [ rdf:type sp:if ;
1887 sp:arg1 [ rdf:type sp:eq ; 1887 sp:arg1 [ rdf:type sp:eq ;
1888 sp:arg1 spin:_arg1 ; 1888 sp:arg1 spin:_arg1 ;
1889 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_pipehandlingequsyst--drillfloortubehandlsyst> 1889 + sp:arg2 ddr:ECNPD_pipehandlingequsyst--drillfloortubehandlsyst
1890 ] ; 1890 ] ;
1891 sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--drillfloortubehandlsyst ; 1891 sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--drillfloortubehandlsyst ;
1892 sp:arg3 [ rdf:type sp:if ; 1892 sp:arg3 [ rdf:type sp:if ;
1893 sp:arg1 [ rdf:type sp:eq ; 1893 sp:arg1 [ rdf:type sp:eq ;
1894 sp:arg1 spin:_arg1 ; 1894 sp:arg1 spin:_arg1 ;
1895 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_pipehandlingequsyst--elevator> 1895 + sp:arg2 ddr:ECNPD_pipehandlingequsyst--elevator
1896 ] ; 1896 ] ;
1897 sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--elevator ; 1897 sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--elevator ;
1898 sp:arg3 [ rdf:type sp:if ; 1898 sp:arg3 [ rdf:type sp:if ;
1899 sp:arg1 [ rdf:type sp:eq ; 1899 sp:arg1 [ rdf:type sp:eq ;
1900 sp:arg1 spin:_arg1 ; 1900 sp:arg1 spin:_arg1 ;
1901 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_pipehandlingequsyst--manualtong> 1901 + sp:arg2 ddr:ECNPD_pipehandlingequsyst--manualtong
1902 ] ; 1902 ] ;
1903 sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--manualtong ; 1903 sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--manualtong ;
1904 sp:arg3 [ rdf:type sp:if ; 1904 sp:arg3 [ rdf:type sp:if ;
1905 sp:arg1 [ rdf:type sp:eq ; 1905 sp:arg1 [ rdf:type sp:eq ;
1906 sp:arg1 spin:_arg1 ; 1906 sp:arg1 spin:_arg1 ;
1907 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_pipehandlingequsyst--other> 1907 + sp:arg2 ddr:ECNPD_pipehandlingequsyst--other
1908 ] ; 1908 ] ;
1909 sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--other ; 1909 sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--other ;
1910 sp:arg3 [ rdf:type sp:if ; 1910 sp:arg3 [ rdf:type sp:if ;
1911 sp:arg1 [ rdf:type sp:eq ; 1911 sp:arg1 [ rdf:type sp:eq ;
1912 sp:arg1 spin:_arg1 ; 1912 sp:arg1 spin:_arg1 ;
1913 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_pipehandlingequsyst--powerpacks> 1913 + sp:arg2 ddr:ECNPD_pipehandlingequsyst--powerpacks
1914 ] ; 1914 ] ;
1915 sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--powerpacks ; 1915 sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--powerpacks ;
1916 sp:arg3 [ rdf:type sp:if ; 1916 sp:arg3 [ rdf:type sp:if ;
1917 sp:arg1 [ rdf:type sp:eq ; 1917 sp:arg1 [ rdf:type sp:eq ;
1918 sp:arg1 spin:_arg1 ; 1918 sp:arg1 spin:_arg1 ;
1919 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_pipehandlingequsyst--slipsandspiders> 1919 + sp:arg2 ddr:ECNPD_pipehandlingequsyst--slipsandspiders
1920 ] ; 1920 ] ;
1921 sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--slipsandspiders ; 1921 sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--slipsandspiders ;
1922 sp:arg3 [ rdf:type sp:if ; 1922 sp:arg3 [ rdf:type sp:if ;
1923 sp:arg1 [ rdf:type sp:eq ; 1923 sp:arg1 [ rdf:type sp:eq ;
1924 sp:arg1 spin:_arg1 ; 1924 sp:arg1 spin:_arg1 ;
1925 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_pipehandlingequsyst--verticalpipehandlingequsyst> 1925 + sp:arg2 ddr:ECNPD_pipehandlingequsyst--verticalpipehandlingequsyst
1926 ] ; 1926 ] ;
1927 sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--verticalpipehandlingequsyst ; 1927 sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--verticalpipehandlingequsyst ;
1928 sp:arg3 [ rdf:type sp:if ; 1928 sp:arg3 [ rdf:type sp:if ;
1929 sp:arg1 [ rdf:type sp:eq ; 1929 sp:arg1 [ rdf:type sp:eq ;
1930 sp:arg1 spin:_arg1 ; 1930 sp:arg1 spin:_arg1 ;
1931 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_serviceequ--cementingunit> 1931 + sp:arg2 ddr:ECNPD_serviceequ--cementingunit
1932 ] ; 1932 ] ;
1933 sp:arg2 ep-drill-eqt-typ:Serviceequ--cementingunit ; 1933 sp:arg2 ep-drill-eqt-typ:Serviceequ--cementingunit ;
1934 sp:arg3 [ rdf:type sp:if ; 1934 sp:arg3 [ rdf:type sp:if ;
1935 sp:arg1 [ rdf:type sp:eq ; 1935 sp:arg1 [ rdf:type sp:eq ;
1936 sp:arg1 spin:_arg1 ; 1936 sp:arg1 spin:_arg1 ;
1937 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_serviceequ--electrloggingequ> 1937 + sp:arg2 ddr:ECNPD_serviceequ--electrloggingequ
1938 ] ; 1938 ] ;
1939 sp:arg2 ep-drill-eqt-typ:Serviceequ--electrloggingequ ; 1939 sp:arg2 ep-drill-eqt-typ:Serviceequ--electrloggingequ ;
1940 sp:arg3 [ rdf:type sp:if ; 1940 sp:arg3 [ rdf:type sp:if ;
1941 sp:arg1 [ rdf:type sp:eq ; 1941 sp:arg1 [ rdf:type sp:eq ;
1942 sp:arg1 spin:_arg1 ; 1942 sp:arg1 spin:_arg1 ;
1943 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_serviceequ--mudloggingequ> 1943 + sp:arg2 ddr:ECNPD_serviceequ--mudloggingequ
1944 ] ; 1944 ] ;
1945 sp:arg2 ep-drill-eqt-typ:Serviceequ--mudloggingequ ; 1945 sp:arg2 ep-drill-eqt-typ:Serviceequ--mudloggingequ ;
1946 sp:arg3 [ rdf:type sp:if ; 1946 sp:arg3 [ rdf:type sp:if ;
1947 sp:arg1 [ rdf:type sp:eq ; 1947 sp:arg1 [ rdf:type sp:eq ;
1948 sp:arg1 spin:_arg1 ; 1948 sp:arg1 spin:_arg1 ;
1949 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_serviceequ--other> 1949 + sp:arg2 ddr:ECNPD_serviceequ--other
1950 ] ; 1950 ] ;
1951 sp:arg2 ep-drill-eqt-typ:Serviceequ--other ; 1951 sp:arg2 ep-drill-eqt-typ:Serviceequ--other ;
1952 sp:arg3 [ rdf:type sp:if ; 1952 sp:arg3 [ rdf:type sp:if ;
1953 sp:arg1 [ rdf:type sp:eq ; 1953 sp:arg1 [ rdf:type sp:eq ;
1954 sp:arg1 spin:_arg1 ; 1954 sp:arg1 spin:_arg1 ;
1955 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_serviceequ--specialserviceequ> 1955 + sp:arg2 ddr:ECNPD_serviceequ--specialserviceequ
1956 ] ; 1956 ] ;
1957 sp:arg2 ep-drill-eqt-typ:Serviceequ--specialserviceequ ; 1957 sp:arg2 ep-drill-eqt-typ:Serviceequ--specialserviceequ ;
1958 sp:arg3 [ rdf:type sp:if ; 1958 sp:arg3 [ rdf:type sp:if ;
1959 sp:arg1 [ rdf:type sp:eq ; 1959 sp:arg1 [ rdf:type sp:eq ;
1960 sp:arg1 spin:_arg1 ; 1960 sp:arg1 spin:_arg1 ;
1961 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_serviceequ--wellheadtubularequ> 1961 + sp:arg2 ddr:ECNPD_serviceequ--wellheadtubularequ
1962 ] ; 1962 ] ;
1963 sp:arg2 ep-drill-eqt-typ:Serviceequ--wellheadtubularequ ; 1963 sp:arg2 ep-drill-eqt-typ:Serviceequ--wellheadtubularequ ;
1964 sp:arg3 [ rdf:type sp:if ; 1964 sp:arg3 [ rdf:type sp:if ;
1965 sp:arg1 [ rdf:type sp:eq ; 1965 sp:arg1 [ rdf:type sp:eq ;
1966 sp:arg1 spin:_arg1 ; 1966 sp:arg1 spin:_arg1 ;
1967 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_serviceequ--welltestingequ> 1967 + sp:arg2 ddr:ECNPD_serviceequ--welltestingequ
1968 ] ; 1968 ] ;
1969 sp:arg2 ep-drill-eqt-typ:Serviceequ--welltestingequ ; 1969 sp:arg2 ep-drill-eqt-typ:Serviceequ--welltestingequ ;
1970 sp:arg3 [ rdf:type sp:if ; 1970 sp:arg3 [ rdf:type sp:if ;
1971 sp:arg1 [ rdf:type sp:eq ; 1971 sp:arg1 [ rdf:type sp:eq ;
1972 sp:arg1 spin:_arg1 ; 1972 sp:arg1 spin:_arg1 ;
1973 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_wellcontrolequsyst--bopcontrolsyst> 1973 + sp:arg2 ddr:ECNPD_wellcontrolequsyst--bopcontrolsyst
1974 ] ; 1974 ] ;
1975 sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--bopcontrolsyst ; 1975 sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--bopcontrolsyst ;
1976 sp:arg3 [ rdf:type sp:if ; 1976 sp:arg3 [ rdf:type sp:if ;
1977 sp:arg1 [ rdf:type sp:eq ; 1977 sp:arg1 [ rdf:type sp:eq ;
1978 sp:arg1 spin:_arg1 ; 1978 sp:arg1 spin:_arg1 ;
1979 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_wellcontrolequsyst--bopstack> 1979 + sp:arg2 ddr:ECNPD_wellcontrolequsyst--bopstack
1980 ] ; 1980 ] ;
1981 sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--bopstack ; 1981 sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--bopstack ;
1982 sp:arg3 [ rdf:type sp:if ; 1982 sp:arg3 [ rdf:type sp:if ;
1983 sp:arg1 [ rdf:type sp:eq ; 1983 sp:arg1 [ rdf:type sp:eq ;
1984 sp:arg1 spin:_arg1 ; 1984 sp:arg1 spin:_arg1 ;
1985 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_wellcontrolequsyst--chokekillsyst> 1985 + sp:arg2 ddr:ECNPD_wellcontrolequsyst--chokekillsyst
1986 ] ; 1986 ] ;
1987 sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--chokekillsyst ; 1987 sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--chokekillsyst ;
1988 sp:arg3 [ rdf:type sp:if ; 1988 sp:arg3 [ rdf:type sp:if ;
1989 sp:arg1 [ rdf:type sp:eq ; 1989 sp:arg1 [ rdf:type sp:eq ;
1990 sp:arg1 spin:_arg1 ; 1990 sp:arg1 spin:_arg1 ;
1991 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_wellcontrolequsyst--diverter> 1991 + sp:arg2 ddr:ECNPD_wellcontrolequsyst--diverter
1992 ] ; 1992 ] ;
1993 sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--diverter ; 1993 sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--diverter ;
1994 sp:arg3 [ rdf:type sp:if ; 1994 sp:arg3 [ rdf:type sp:if ;
1995 sp:arg1 [ rdf:type sp:eq ; 1995 sp:arg1 [ rdf:type sp:eq ;
1996 sp:arg1 spin:_arg1 ; 1996 sp:arg1 spin:_arg1 ;
1997 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_wellcontrolequsyst--other> 1997 + sp:arg2 ddr:ECNPD_wellcontrolequsyst--other
1998 ] ; 1998 ] ;
1999 sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--other ; 1999 sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--other ;
2000 sp:arg3 [ rdf:type sp:if ; 2000 sp:arg3 [ rdf:type sp:if ;
2001 sp:arg1 [ rdf:type sp:eq ; 2001 sp:arg1 [ rdf:type sp:eq ;
2002 sp:arg1 spin:_arg1 ; 2002 sp:arg1 spin:_arg1 ;
2003 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_wellcontrolequsyst--risersyst> 2003 + sp:arg2 ddr:ECNPD_wellcontrolequsyst--risersyst
2004 ] ; 2004 ] ;
2005 sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--risersyst ; 2005 sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--risersyst ;
2006 sp:arg3 [ rdf:type sp:if ; 2006 sp:arg3 [ rdf:type sp:if ;
2007 sp:arg1 [ rdf:type sp:eq ; 2007 sp:arg1 [ rdf:type sp:eq ;
2008 sp:arg1 spin:_arg1 ; 2008 sp:arg1 spin:_arg1 ;
2009 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_wellcontrolequsyst--shallowgasstack> 2009 + sp:arg2 ddr:ECNPD_wellcontrolequsyst--shallowgasstack
2010 ] ; 2010 ] ;
2011 sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--shallowgasstack ; 2011 sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--shallowgasstack ;
2012 sp:arg3 <http://www.reportinghub.no/ep/schema/equipment#Equipment> 2012 sp:arg3 <http://www.reportinghub.no/ep/schema/equipment#Equipment>
...@@ -3177,260 +3177,260 @@ ddr:TTUC_Enumeration_1 ...@@ -3177,260 +3177,260 @@ ddr:TTUC_Enumeration_1
3177 rdfs:label "Enumeration"^^xsd:string ; 3177 rdfs:label "Enumeration"^^xsd:string ;
3178 dtype:value ddr:TTUC_degC . 3178 dtype:value ddr:TTUC_degC .
3179 3179
3180 -_:b1 sp:varName "uri"^^xsd:string . 3180 +_:b73
3181 + sp:varName "tubeType"^^xsd:string .
3181 3182
3182 -_:b2 sp:varName "uri"^^xsd:string . 3183 +_:b72
3184 + sp:varName "durationScale"^^xsd:string .
3183 3185
3184 -_:b3 sp:varName "uri"^^xsd:string . 3186 +_:b71
3187 + sp:varName "temperatureScale"^^xsd:string .
3185 3188
3186 -_:b4 sp:varName "uri"^^xsd:string . 3189 +_:b70
3190 + sp:varName "strengthScale"^^xsd:string .
3187 3191
3188 -_:b5 sp:varName "uri"^^xsd:string . 3192 +_:b69
3193 + sp:varName "speedScale"^^xsd:string .
3189 3194
3190 -_:b6 sp:varName "uri"^^xsd:string . 3195 +_:b68
3196 + sp:varName "specificVolumeScale"^^xsd:string .
3191 3197
3192 -_:b7 sp:varName "uri"^^xsd:string . 3198 +_:b67
3199 + sp:varName "pressureTestType"^^xsd:string .
3193 3200
3194 -_:b8 sp:varName "uri"^^xsd:string . 3201 +_:b66
3202 + sp:varName "pressureScale"^^xsd:string .
3195 3203
3196 -_:b9 sp:varName "uri"^^xsd:string . 3204 +_:b65
3205 + sp:varName "porePressureDeterminationType"^^xsd:string .
3197 3206
3198 -_:b10 3207 +_:b64
3199 - sp:varName "uri"^^xsd:string . 3208 + sp:varName "angleScale"^^xsd:string .
3200 3209
3201 -_:b11 3210 +_:b63
3202 - sp:varName "uri"^^xsd:string . 3211 + sp:varName "massPerUnitLengthScale"^^xsd:string .
3203 3212
3204 -_:b12 3213 +_:b62
3205 - sp:varName "uri"^^xsd:string . 3214 + sp:varName "lengthScale"^^xsd:string .
3206 3215
3207 -_:b13 3216 +_:b61
3208 - sp:varName "uri"^^xsd:string . 3217 + sp:varName "dailyDrillingReportType"^^xsd:string .
3209 3218
3210 -_:b14 3219 +_:b60
3211 - sp:varName "uri"^^xsd:string . 3220 + sp:varName "innerBarrelType"^^xsd:string .
3212 3221
3213 -_:b15 3222 +_:b59
3214 - sp:varName "uri"^^xsd:string . 3223 + sp:varName "gasReadingType"^^xsd:string .
3215 3224
3216 -_:b16 3225 +_:b58
3217 - sp:varName "uri"^^xsd:string . 3226 + sp:varName "fluidType"^^xsd:string .
3218 3227
3219 -_:b17 3228 +_:b57
3220 - sp:varName "uri"^^xsd:string . 3229 + sp:varName "fixedOrMoveableRigType"^^xsd:string .
3221 3230
3222 -_:b18 3231 +_:b55
3223 - sp:varName "uri"^^xsd:string . 3232 + sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
3224 3233
3225 -_:b19 3234 +_:b54
3235 + sp:varName "drillingActivityPurposeType"^^xsd:string .
3236 +
3237 +_:b53
3238 + sp:varName "drillingActivityOutcomeType"^^xsd:string .
3239 +
3240 +_:b52
3241 + sp:varName "densityScale"^^xsd:string .
3242 +
3243 +_:b51
3244 + sp:varName "dailyDrillingReportType"^^xsd:string .
3245 +
3246 +_:b50
3247 + sp:varName "componentType"^^xsd:string .
3248 +
3249 +_:b49
3250 + sp:varName "cementingFluidReturnType"^^xsd:string .
3251 +
3252 +_:b48
3253 + sp:varName "casingRoleType"^^xsd:string .
3254 +
3255 +_:b47
3256 + sp:varName "activitySuccessType"^^xsd:string .
3257 +
3258 +_:b46
3259 + sp:varName "t4"^^xsd:string .
3260 +
3261 +_:b45
3262 + sp:varName "t3"^^xsd:string .
3263 +
3264 +_:b44
3265 + sp:varName "t2"^^xsd:string .
3266 +
3267 +_:b43
3268 + sp:varName "t1"^^xsd:string .
3269 +
3270 +_:b42
3271 + sp:varName "t0b"^^xsd:string .
3272 +
3273 +_:b41
3274 + sp:varName "t0a"^^xsd:string .
3275 +
3276 +_:b40
3277 + sp:varName "s2"^^xsd:string .
3278 +
3279 +_:b39
3280 + sp:varName "s1"^^xsd:string .
3281 +
3282 +_:b38
3283 + sp:varName "normalizedStr"^^xsd:string .
3284 +
3285 +_:b37
3226 sp:varName "uri"^^xsd:string . 3286 sp:varName "uri"^^xsd:string .
3227 3287
3228 -_:b20 3288 +_:b36
3229 sp:varName "uri"^^xsd:string . 3289 sp:varName "uri"^^xsd:string .
3230 3290
3231 -_:b21 3291 +_:b35
3232 sp:varName "uri"^^xsd:string . 3292 sp:varName "uri"^^xsd:string .
3233 3293
3234 -_:b22 3294 +_:b34
3235 sp:varName "uri"^^xsd:string . 3295 sp:varName "uri"^^xsd:string .
3236 3296
3237 -_:b23 3297 +_:b33
3238 sp:varName "uri"^^xsd:string . 3298 sp:varName "uri"^^xsd:string .
3239 3299
3240 -_:b24 3300 +_:b32
3241 sp:varName "uri"^^xsd:string . 3301 sp:varName "uri"^^xsd:string .
3242 3302
3243 -_:b25 3303 +_:b31
3244 sp:varName "uri"^^xsd:string . 3304 sp:varName "uri"^^xsd:string .
3245 3305
3246 -_:b26 3306 +_:b30
3247 sp:varName "uri"^^xsd:string . 3307 sp:varName "uri"^^xsd:string .
3248 3308
3249 -_:b27 3309 +_:b29
3250 sp:varName "uri"^^xsd:string . 3310 sp:varName "uri"^^xsd:string .
3251 3311
3252 _:b28 3312 _:b28
3253 sp:varName "uri"^^xsd:string . 3313 sp:varName "uri"^^xsd:string .
3254 3314
3255 -_:b29 3315 +_:b27
3256 sp:varName "uri"^^xsd:string . 3316 sp:varName "uri"^^xsd:string .
3257 3317
3258 -_:b30 3318 +_:b26
3259 sp:varName "uri"^^xsd:string . 3319 sp:varName "uri"^^xsd:string .
3260 3320
3261 -_:b31 3321 +_:b25
3262 sp:varName "uri"^^xsd:string . 3322 sp:varName "uri"^^xsd:string .
3263 3323
3264 -_:b32 3324 +_:b24
3265 sp:varName "uri"^^xsd:string . 3325 sp:varName "uri"^^xsd:string .
3266 3326
3267 -_:b33 3327 +_:b23
3268 sp:varName "uri"^^xsd:string . 3328 sp:varName "uri"^^xsd:string .
3269 3329
3270 -_:b34 3330 +_:b22
3271 sp:varName "uri"^^xsd:string . 3331 sp:varName "uri"^^xsd:string .
3272 3332
3273 -_:b35 3333 +_:b21
3274 sp:varName "uri"^^xsd:string . 3334 sp:varName "uri"^^xsd:string .
3275 3335
3276 -_:b36 3336 +_:b20
3277 sp:varName "uri"^^xsd:string . 3337 sp:varName "uri"^^xsd:string .
3278 3338
3279 -_:b37 3339 +_:b19
3280 sp:varName "uri"^^xsd:string . 3340 sp:varName "uri"^^xsd:string .
3281 3341
3282 -_:b38 3342 +_:b18
3283 - sp:varName "normalizedStr"^^xsd:string . 3343 + sp:varName "uri"^^xsd:string .
3284 3344
3285 -_:b39 3345 +_:b17
3286 - sp:varName "s1"^^xsd:string . 3346 + sp:varName "uri"^^xsd:string .
3287 3347
3288 -_:b40 3348 +_:b16
3289 - sp:varName "s2"^^xsd:string . 3349 + sp:varName "uri"^^xsd:string .
3290 3350
3291 -_:b41 3351 +_:b15
3292 - sp:varName "t0a"^^xsd:string . 3352 + sp:varName "uri"^^xsd:string .
3293 3353
3294 -_:b42 3354 +_:b14
3295 - sp:varName "t0b"^^xsd:string . 3355 + sp:varName "uri"^^xsd:string .
3296 3356
3297 -_:b43 3357 +_:b13
3298 - sp:varName "t1"^^xsd:string . 3358 + sp:varName "uri"^^xsd:string .
3299 3359
3300 -_:b44 3360 +_:b12
3301 - sp:varName "t2"^^xsd:string . 3361 + sp:varName "uri"^^xsd:string .
3302 3362
3303 -_:b45 3363 +_:b11
3304 - sp:varName "t3"^^xsd:string . 3364 + sp:varName "uri"^^xsd:string .
3305 3365
3306 -_:b46 3366 +_:b10
3307 - sp:varName "t4"^^xsd:string . 3367 + sp:varName "uri"^^xsd:string .
3308 3368
3309 -_:b47 3369 +_:b9 sp:varName "uri"^^xsd:string .
3310 - sp:varName "activitySuccessType"^^xsd:string .
3311 3370
3312 -_:b48 3371 +_:b8 sp:varName "uri"^^xsd:string .
3313 - sp:varName "casingRoleType"^^xsd:string .
3314 3372
3315 -_:b49 3373 +_:b7 sp:varName "uri"^^xsd:string .
3316 - sp:varName "cementingFluidReturnType"^^xsd:string .
3317 3374
3318 -_:b50 3375 +_:b6 sp:varName "uri"^^xsd:string .
3319 - sp:varName "componentType"^^xsd:string .
3320 3376
3321 -_:b51 3377 +_:b5 sp:varName "uri"^^xsd:string .
3322 - sp:varName "dailyDrillingReportType"^^xsd:string .
3323 3378
3324 -_:b52 3379 +_:b4 sp:varName "uri"^^xsd:string .
3325 - sp:varName "densityScale"^^xsd:string .
3326 3380
3327 -_:b53 3381 +_:b3 sp:varName "uri"^^xsd:string .
3328 - sp:varName "drillingActivityOutcomeType"^^xsd:string .
3329 3382
3330 -_:b54 3383 +_:b2 sp:varName "uri"^^xsd:string .
3331 - sp:varName "drillingActivityPurposeType"^^xsd:string .
3332 3384
3333 -_:b55 3385 +_:b1 sp:varName "uri"^^xsd:string .
3334 - sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
3335 3386
3336 _:b56 3387 _:b56
3337 sp:varName "drillingEquipmentType"^^xsd:string . 3388 sp:varName "drillingEquipmentType"^^xsd:string .
3338 3389
3339 -_:b57 3390 +_:b89
3340 - sp:varName "fixedOrMoveableRigType"^^xsd:string . 3391 + sp:varName "yieldPointScale"^^xsd:string .
3341 -
3342 -_:b58
3343 - sp:varName "fluidType"^^xsd:string .
3344 -
3345 -_:b59
3346 - sp:varName "gasReadingType"^^xsd:string .
3347 -
3348 -_:b60
3349 - sp:varName "innerBarrelType"^^xsd:string .
3350 -
3351 -_:b61
3352 - sp:varName "dailyDrillingReportType"^^xsd:string .
3353 -
3354 -_:b62
3355 - sp:varName "lengthScale"^^xsd:string .
3356 -
3357 -_:b63
3358 - sp:varName "massPerUnitLengthScale"^^xsd:string .
3359 -
3360 -_:b64
3361 - sp:varName "angleScale"^^xsd:string .
3362 -
3363 -_:b65
3364 - sp:varName "porePressureDeterminationType"^^xsd:string .
3365 -
3366 -_:b66
3367 - sp:varName "pressureScale"^^xsd:string .
3368 -
3369 -_:b67
3370 - sp:varName "pressureTestType"^^xsd:string .
3371 -
3372 -_:b68
3373 - sp:varName "specificVolumeScale"^^xsd:string .
3374 -
3375 -_:b69
3376 - sp:varName "speedScale"^^xsd:string .
3377 -
3378 -_:b70
3379 - sp:varName "strengthScale"^^xsd:string .
3380 -
3381 -_:b71
3382 - sp:varName "temperatureScale"^^xsd:string .
3383 -
3384 -_:b72
3385 - sp:varName "durationScale"^^xsd:string .
3386 -
3387 -_:b73
3388 - sp:varName "tubeType"^^xsd:string .
3389 3392
3390 -_:b74 3393 +_:b88
3391 - sp:varName "volumeScale"^^xsd:string . 3394 + sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string .
3392 3395
3393 -_:b75 3396 +_:b87
3394 - sp:varName "wellBoreDrillingType"^^xsd:string . 3397 + sp:varName "wellTestType"^^xsd:string .
3395 3398
3396 -_:b76 3399 +_:b86
3397 - sp:varName "wellBoreHphtType"^^xsd:string . 3400 + sp:varName "wellKillingType"^^xsd:string .
3398 3401
3399 -_:b77 3402 +_:b85
3400 - sp:varName "wellBoreTightnessType"^^xsd:string . 3403 + sp:varName "wellControlIncidentType"^^xsd:string .
3401 3404
3402 -_:b78 3405 +_:b84
3403 - sp:varName "wellCementJobBottomPlugType"^^xsd:string . 3406 + sp:varName "wellCementJobType"^^xsd:string .
3404 3407
3405 -_:b79 3408 +_:b83
3406 - sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . 3409 + sp:varName "wellCementJobTopPlugType"^^xsd:string .
3407 3410
3408 -_:b80 3411 +_:b82
3409 - sp:varName "wellCementJobCasingRotationType"^^xsd:string . 3412 + sp:varName "wellCementJobPlugBumpingType"^^xsd:string .
3410 3413
3411 _:b81 3414 _:b81
3412 sp:varName "wellCementJobFloatHoldingType"^^xsd:string . 3415 sp:varName "wellCementJobFloatHoldingType"^^xsd:string .
3413 3416
3414 -_:b82 3417 +_:b80
3415 - sp:varName "wellCementJobPlugBumpingType"^^xsd:string . 3418 + sp:varName "wellCementJobCasingRotationType"^^xsd:string .
3416 -
3417 -_:b83
3418 - sp:varName "wellCementJobTopPlugType"^^xsd:string .
3419 3419
3420 -_:b84 3420 +_:b79
3421 - sp:varName "wellCementJobType"^^xsd:string . 3421 + sp:varName "wellCementJobCasingReciprocationType"^^xsd:string .
3422 3422
3423 -_:b85 3423 +_:b78
3424 - sp:varName "wellControlIncidentType"^^xsd:string . 3424 + sp:varName "wellCementJobBottomPlugType"^^xsd:string .
3425 3425
3426 -_:b86 3426 +_:b77
3427 - sp:varName "wellKillingType"^^xsd:string . 3427 + sp:varName "wellBoreTightnessType"^^xsd:string .
3428 3428
3429 -_:b87 3429 +_:b76
3430 - sp:varName "wellTestType"^^xsd:string . 3430 + sp:varName "wellBoreHphtType"^^xsd:string .
3431 3431
3432 -_:b88 3432 +_:b75
3433 - sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . 3433 + sp:varName "wellBoreDrillingType"^^xsd:string .
3434 3434
3435 -_:b89 3435 +_:b74
3436 - sp:varName "yieldPointScale"^^xsd:string . 3436 + sp:varName "volumeScale"^^xsd:string .
......
1 -# Saved by TopBraid on Mon Sep 19 15:45:26 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 17:15:47 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 -# Saved by TopBraid on Mon Sep 19 15:23:16 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 17:19:54 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector
3 +# imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo
4 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo
5 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation
6 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
7 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
3 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity 8 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
4 # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias 9 # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
5 -# imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo
6 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun 10 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun
7 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage 11 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage
8 -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation
9 # imports: http://www.reportinghub.no/ep/transform/check 12 # imports: http://www.reportinghub.no/ep/transform/check
10 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo 13 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo
11 -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
12 -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
13 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo 14 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo
14 # imports: http://spinrdf.org/spin 15 # imports: http://spinrdf.org/spin
15 16
...@@ -20,6 +21,7 @@ ...@@ -20,6 +21,7 @@
20 @prefix check: <http://www.reportinghub.no/ep/transform/check#> . 21 @prefix check: <http://www.reportinghub.no/ep/transform/check#> .
21 @prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> . 22 @prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> .
22 @prefix coreInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> . 23 @prefix coreInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> .
24 +@prefix equipFailureInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> .
23 @prefix owl: <http://www.w3.org/2002/07/owl#> . 25 @prefix owl: <http://www.w3.org/2002/07/owl#> .
24 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 26 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
25 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 27 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
...@@ -34,5 +36,5 @@ ...@@ -34,5 +36,5 @@
34 36
35 <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> 37 <http://www.reportinghub.no/ep/transform/1.1/ddr/collector>
36 rdf:type owl:Ontology ; 38 rdf:type owl:Ontology ;
37 - owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; 39 + owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ;
38 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 40 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
1 -# Saved by TopBraid on Mon Sep 19 15:23:16 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 17:19:54 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 -# Saved by TopBraid on Wed Aug 17 11:15:26 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 17:13:14 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo
3 -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr 3 +# imports: http://www.witsml.org/schemas/1series
4 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
5 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
4 # imports: http://spinrdf.org/spin 6 # imports: http://spinrdf.org/spin
5 7
6 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> . 8 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> .
9 +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
7 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . 10 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
8 @prefix owl: <http://www.w3.org/2002/07/owl#> . 11 @prefix owl: <http://www.w3.org/2002/07/owl#> .
9 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 12 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -13,7 +16,12 @@ ...@@ -13,7 +16,12 @@
13 @prefix spl: <http://spinrdf.org/spl#> . 16 @prefix spl: <http://spinrdf.org/spl#> .
14 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 17 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
15 18
16 -<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> 19 +<http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo>
20 + rdf:type owl:Ontology ;
21 + owl:imports <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
22 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
23 +
24 +<http://www.witsml.org/schemas/1series#Obj_drillReport>
17 spin:rule 25 spin:rule
18 [ rdf:type sp:Construct ; 26 [ rdf:type sp:Construct ;
19 rdfs:comment "STEP 170 Create an EquipmentFailureAndRepair activity"^^xsd:string ; 27 rdfs:comment "STEP 170 Create an EquipmentFailureAndRepair activity"^^xsd:string ;
...@@ -32,504 +40,239 @@ ...@@ -32,504 +40,239 @@
32 ] [ sp:object _:b3 ; 40 ] [ sp:object _:b3 ;
33 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 41 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
34 sp:subject _:b1 42 sp:subject _:b1
35 - ]) ; 43 + ] [ sp:object _:b5 ;
36 - sp:where ([ sp:object _:b5 ; 44 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#timeOfFailure> ;
37 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 45 + sp:subject _:b1
38 - sp:subject spin:_this
39 ] [ sp:object _:b6 ; 46 ] [ sp:object _:b6 ;
40 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 47 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#timeOfRepair> ;
41 - sp:subject spin:_this 48 + sp:subject _:b1
42 ] [ sp:object _:b7 ; 49 ] [ sp:object _:b7 ;
43 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equipFailureInfo> ; 50 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#missedProductionTime> ;
44 - sp:subject spin:_this 51 + sp:subject _:b1
45 ] [ sp:object _:b8 ; 52 ] [ sp:object _:b8 ;
46 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; 53 + sp:predicate rdfs:comment ;
54 + sp:subject _:b1
55 + ] [ sp:object _:b9 ;
56 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#failedEquipment> ;
57 + sp:subject _:b1
58 + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
59 + sp:predicate rdf:type ;
60 + sp:subject _:b9
61 + ] [ sp:object _:b10 ;
62 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
63 + sp:subject _:b9
64 + ] [ sp:object _:b11 ;
65 + sp:predicate rdf:type ;
66 + sp:subject _:b10
67 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
68 + sp:predicate rdf:type ;
69 + sp:subject _:b7
70 + ] [ sp:object _:b12 ;
71 + sp:predicate _:b13 ;
47 sp:subject _:b7 72 sp:subject _:b7
48 - ] [ sp:object _:b4 ;
49 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
50 - sp:subject _:b2
51 - ] [ rdf:type sp:Bind ;
52 - sp:expression
53 - [ rdf:type ep-spin-lib:normalizeString ;
54 - sp:arg1 _:b5
55 - ] ;
56 - sp:variable _:b9
57 - ] [ rdf:type sp:Bind ;
58 - sp:expression
59 - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
60 - sp:arg1 _:b9 ;
61 - sp:arg2 _:b6
62 - ] ;
63 - sp:variable _:b2
64 - ] [ rdf:type sp:Bind ;
65 - sp:expression
66 - [ rdf:type ep-spin-lib:buildEquipmentFailureAndRepairURI ;
67 - sp:arg1 _:b9 ;
68 - sp:arg2 _:b6 ;
69 - sp:arg3 _:b8
70 - ] ;
71 - sp:variable _:b1
72 - ] [ rdf:type sp:Bind ;
73 - sp:expression
74 - [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreDuringEquipmentFailureAndRepairURI ;
75 - sp:arg1 _:b9 ;
76 - sp:arg2 _:b6 ;
77 - sp:arg3 _:b8
78 - ] ;
79 - sp:variable _:b3
80 - ])
81 - ] ;
82 - spin:rule
83 - [ rdf:type sp:Construct ;
84 - rdfs:comment "STEP 171 Transfer time of failure"^^xsd:string ;
85 - sp:templates ([ sp:object _:b10 ;
86 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ;
87 - sp:subject _:b11
88 - ]) ;
89 - sp:where ([ sp:object _:b12 ;
90 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
91 - sp:subject spin:_this
92 - ] [ sp:object _:b13 ;
93 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
94 - sp:subject spin:_this
95 ] [ sp:object _:b14 ; 73 ] [ sp:object _:b14 ;
96 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equipFailureInfo> ; 74 + sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleMeasuredDepth> ;
97 - sp:subject spin:_this 75 + sp:subject _:b3
98 - ] [ sp:object _:b15 ; 76 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
99 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; 77 + sp:predicate rdf:type ;
100 sp:subject _:b14 78 sp:subject _:b14
101 - ] [ sp:object _:b10 ; 79 + ] [ sp:object _:b15 ;
102 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; 80 + sp:predicate _:b16 ;
103 sp:subject _:b14 81 sp:subject _:b14
104 - ] [ rdf:type sp:Bind ; 82 + ] [ sp:object _:b17 ;
105 - sp:expression 83 + sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTrueVerticalDepth> ;
106 - [ rdf:type ep-spin-lib:normalizeString ; 84 + sp:subject _:b3
107 - sp:arg1 _:b12 85 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
108 - ] ; 86 + sp:predicate rdf:type ;
109 - sp:variable _:b16 87 + sp:subject _:b17
110 - ] [ rdf:type sp:Bind ; 88 + ] [ sp:object _:b18 ;
111 - sp:expression 89 + sp:predicate _:b19 ;
112 - [ rdf:type ep-spin-lib:buildEquipmentFailureAndRepairURI ; 90 + sp:subject _:b17
113 - sp:arg1 _:b16 ;
114 - sp:arg2 _:b13 ;
115 - sp:arg3 _:b15
116 - ] ;
117 - sp:variable _:b11
118 - ])
119 - ] ;
120 - spin:rule
121 - [ rdf:type sp:Construct ;
122 - rdfs:comment "STEP 172 Transfer time of repair"^^xsd:string ;
123 - sp:templates ([ sp:object _:b17 ;
124 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimRepair> ;
125 - sp:subject _:b18
126 ]) ; 91 ]) ;
127 - sp:where ([ sp:object _:b19 ; 92 + sp:where ([ sp:object _:b20 ;
128 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 93 + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
129 - sp:subject spin:_this
130 - ] [ sp:object _:b20 ;
131 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
132 sp:subject spin:_this 94 sp:subject spin:_this
133 ] [ sp:object _:b21 ; 95 ] [ sp:object _:b21 ;
134 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equipFailureInfo> ; 96 + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
135 sp:subject spin:_this 97 sp:subject spin:_this
136 ] [ sp:object _:b22 ; 98 ] [ sp:object _:b22 ;
137 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; 99 + sp:predicate <http://www.witsml.org/schemas/1series#equipFailureInfoRef> ;
138 - sp:subject _:b21
139 - ] [ sp:object _:b17 ;
140 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimRepair> ;
141 - sp:subject _:b21
142 - ] [ rdf:type sp:Bind ;
143 - sp:expression
144 - [ rdf:type ep-spin-lib:normalizeString ;
145 - sp:arg1 _:b19
146 - ] ;
147 - sp:variable _:b23
148 - ] [ rdf:type sp:Bind ;
149 - sp:expression
150 - [ rdf:type ep-spin-lib:buildEquipmentFailureAndRepairURI ;
151 - sp:arg1 _:b23 ;
152 - sp:arg2 _:b20 ;
153 - sp:arg3 _:b22
154 - ] ;
155 - sp:variable _:b18
156 - ])
157 - ] ;
158 - spin:rule
159 - [ rdf:type sp:Construct ;
160 - rdfs:comment "STEP 173 Transfer md"^^xsd:string ;
161 - sp:templates ([ sp:object _:b24 ;
162 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ;
163 - sp:subject _:b25
164 - ]) ;
165 - sp:where ([ sp:object _:b26 ;
166 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
167 - sp:subject spin:_this
168 - ] [ sp:object _:b27 ;
169 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
170 sp:subject spin:_this 100 sp:subject spin:_this
171 - ] [ sp:object _:b28 ; 101 + ] [ rdf:type sp:Optional ;
172 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equipFailureInfo> ; 102 + sp:elements ([ sp:object _:b5 ;
173 - sp:subject spin:_this 103 + sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
174 - ] [ sp:object _:b29 ; 104 + sp:subject _:b22
175 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; 105 + ])
176 - sp:subject _:b28 106 + ] [ rdf:type sp:Optional ;
177 - ] [ sp:object _:b24 ; 107 + sp:elements ([ sp:object _:b6 ;
178 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; 108 + sp:predicate <http://www.witsml.org/schemas/1series#dTimRepair> ;
179 - sp:subject _:b28 109 + sp:subject _:b22
110 + ])
111 + ] [ rdf:type sp:Optional ;
112 + sp:elements ([ sp:object _:b23 ;
113 + sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ;
114 + sp:subject _:b22
115 + ] [ sp:object _:b24 ;
116 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
117 + sp:subject _:b23
118 + ] [ sp:object _:b15 ;
119 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
120 + sp:subject _:b23
121 + ])
122 + ] [ rdf:type sp:Optional ;
123 + sp:elements ([ sp:object _:b25 ;
124 + sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ;
125 + sp:subject _:b22
126 + ] [ sp:object _:b26 ;
127 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
128 + sp:subject _:b25
129 + ] [ sp:object _:b18 ;
130 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
131 + sp:subject _:b25
132 + ])
133 + ] [ rdf:type sp:Optional ;
134 + sp:elements ([ sp:object _:b27 ;
135 + sp:predicate <http://www.witsml.org/schemas/1series#eTimMissProductionRef> ;
136 + sp:subject _:b22
137 + ] [ sp:object _:b28 ;
138 + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
139 + sp:subject _:b27
140 + ] [ sp:object _:b12 ;
141 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
142 + sp:subject _:b27
143 + ])
144 + ] [ rdf:type sp:Optional ;
145 + sp:elements ([ sp:object _:b8 ;
146 + sp:predicate <http://www.witsml.org/schemas/1series#description> ;
147 + sp:subject _:b22
148 + ])
149 + ] [ rdf:type sp:Optional ;
150 + sp:elements ([ sp:object _:b29 ;
151 + sp:predicate <http://www.witsml.org/schemas/1series#equipClassRef> ;
152 + sp:subject _:b22
153 + ])
154 + ] [ sp:object _:b4 ;
155 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
156 + sp:subject _:b2
180 ] [ rdf:type sp:Bind ; 157 ] [ rdf:type sp:Bind ;
181 sp:expression 158 sp:expression
182 [ rdf:type ep-spin-lib:normalizeString ; 159 [ rdf:type ep-spin-lib:normalizeString ;
183 - sp:arg1 _:b26 160 + sp:arg1 _:b20
184 ] ; 161 ] ;
185 sp:variable _:b30 162 sp:variable _:b30
186 ] [ rdf:type sp:Bind ; 163 ] [ rdf:type sp:Bind ;
187 sp:expression 164 sp:expression
188 - [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreDuringEquipmentFailureAndRepairURI ; 165 + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
189 sp:arg1 _:b30 ; 166 sp:arg1 _:b30 ;
190 - sp:arg2 _:b27 ; 167 + sp:arg2 _:b21
191 - sp:arg3 _:b29
192 - ] ;
193 - sp:variable _:b25
194 - ])
195 - ] ;
196 - spin:rule
197 - [ rdf:type sp:Construct ;
198 - rdfs:comment "STEP 174 Transfer tvd"^^xsd:string ;
199 - sp:templates ([ sp:object _:b31 ;
200 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ;
201 - sp:subject _:b32
202 - ]) ;
203 - sp:where ([ sp:object _:b33 ;
204 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
205 - sp:subject spin:_this
206 - ] [ sp:object _:b34 ;
207 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
208 - sp:subject spin:_this
209 - ] [ sp:object _:b35 ;
210 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equipFailureInfo> ;
211 - sp:subject spin:_this
212 - ] [ sp:object _:b36 ;
213 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
214 - sp:subject _:b35
215 - ] [ sp:object _:b31 ;
216 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ;
217 - sp:subject _:b35
218 - ] [ rdf:type sp:Bind ;
219 - sp:expression
220 - [ rdf:type ep-spin-lib:normalizeString ;
221 - sp:arg1 _:b33
222 - ] ;
223 - sp:variable _:b37
224 - ] [ rdf:type sp:Bind ;
225 - sp:expression
226 - [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreDuringEquipmentFailureAndRepairURI ;
227 - sp:arg1 _:b37 ;
228 - sp:arg2 _:b34 ;
229 - sp:arg3 _:b36
230 ] ; 168 ] ;
231 - sp:variable _:b32 169 + sp:variable _:b2
232 - ])
233 - ] ;
234 - spin:rule
235 - [ rdf:type sp:Construct ;
236 - rdfs:comment "STEP 175 Transfer missed production time"^^xsd:string ;
237 - sp:templates ([ sp:object _:b38 ;
238 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#eTimMissProduction> ;
239 - sp:subject _:b39
240 - ]) ;
241 - sp:where ([ sp:object _:b40 ;
242 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
243 - sp:subject spin:_this
244 - ] [ sp:object _:b41 ;
245 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
246 - sp:subject spin:_this
247 - ] [ sp:object _:b42 ;
248 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equipFailureInfo> ;
249 - sp:subject spin:_this
250 - ] [ sp:object _:b43 ;
251 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
252 - sp:subject _:b42
253 - ] [ sp:object _:b38 ;
254 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#eTimMissProduction> ;
255 - sp:subject _:b42
256 ] [ rdf:type sp:Bind ; 170 ] [ rdf:type sp:Bind ;
257 sp:expression 171 sp:expression
258 - [ rdf:type ep-spin-lib:normalizeString ; 172 + [ rdf:type afn:localname ;
259 - sp:arg1 _:b40 173 + sp:arg1 _:b22
260 ] ; 174 ] ;
261 - sp:variable _:b44 175 + sp:variable _:b31
262 ] [ rdf:type sp:Bind ; 176 ] [ rdf:type sp:Bind ;
263 sp:expression 177 sp:expression
264 [ rdf:type ep-spin-lib:buildEquipmentFailureAndRepairURI ; 178 [ rdf:type ep-spin-lib:buildEquipmentFailureAndRepairURI ;
265 - sp:arg1 _:b44 ; 179 + sp:arg1 _:b30 ;
266 - sp:arg2 _:b41 ; 180 + sp:arg2 _:b21 ;
267 - sp:arg3 _:b43 181 + sp:arg3 _:b31
268 - ] ;
269 - sp:variable _:b39
270 - ])
271 - ] ;
272 - spin:rule
273 - [ rdf:type sp:Construct ;
274 - rdfs:comment "STEP 176 Transfer descsription"^^xsd:string ;
275 - sp:templates ([ sp:object _:b45 ;
276 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#description> ;
277 - sp:subject _:b46
278 - ]) ;
279 - sp:where ([ sp:object _:b47 ;
280 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
281 - sp:subject spin:_this
282 - ] [ sp:object _:b48 ;
283 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
284 - sp:subject spin:_this
285 - ] [ sp:object _:b49 ;
286 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equipFailureInfo> ;
287 - sp:subject spin:_this
288 - ] [ sp:object _:b50 ;
289 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
290 - sp:subject _:b49
291 - ] [ sp:object _:b45 ;
292 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#description> ;
293 - sp:subject _:b49
294 - ] [ rdf:type sp:Bind ;
295 - sp:expression
296 - [ rdf:type ep-spin-lib:normalizeString ;
297 - sp:arg1 _:b47
298 ] ; 182 ] ;
299 - sp:variable _:b51 183 + sp:variable _:b1
300 ] [ rdf:type sp:Bind ; 184 ] [ rdf:type sp:Bind ;
301 sp:expression 185 sp:expression
302 - [ rdf:type ep-spin-lib:buildEquipmentFailureAndRepairURI ; 186 + [ rdf:type ep-spin-lib:selectLengthScale ;
303 - sp:arg1 _:b51 ; 187 + sp:arg1 _:b24
304 - sp:arg2 _:b48 ;
305 - sp:arg3 _:b50
306 ] ; 188 ] ;
307 - sp:variable _:b46 189 + sp:variable _:b16
308 - ])
309 - ] ;
310 - spin:rule
311 - [ rdf:type sp:Construct ;
312 - rdfs:comment "STEP 177 Failed equipment type"^^xsd:string ;
313 - sp:templates ([ sp:object _:b52 ;
314 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#failedEquipment> ;
315 - sp:subject _:b53
316 - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfEquipment> ;
317 - sp:predicate rdf:type ;
318 - sp:subject _:b52
319 - ] [ sp:object _:b54 ;
320 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
321 - sp:subject _:b52
322 - ] [ sp:object _:b55 ;
323 - sp:predicate rdf:type ;
324 - sp:subject _:b54
325 - ]) ;
326 - sp:where ([ sp:object _:b56 ;
327 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
328 - sp:subject spin:_this
329 - ] [ sp:object _:b57 ;
330 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
331 - sp:subject spin:_this
332 - ] [ sp:object _:b58 ;
333 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equipFailureInfo> ;
334 - sp:subject spin:_this
335 - ] [ sp:object _:b59 ;
336 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
337 - sp:subject _:b58
338 - ] [ sp:object _:b60 ;
339 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumEquipClass> ;
340 - sp:subject _:b58
341 ] [ rdf:type sp:Bind ; 190 ] [ rdf:type sp:Bind ;
342 sp:expression 191 sp:expression
343 - [ rdf:type ep-spin-lib:normalizeString ; 192 + [ rdf:type ep-spin-lib:selectLengthScale ;
344 - sp:arg1 _:b56 193 + sp:arg1 _:b26
345 ] ; 194 ] ;
346 - sp:variable _:b61 195 + sp:variable _:b19
347 ] [ rdf:type sp:Bind ; 196 ] [ rdf:type sp:Bind ;
348 sp:expression 197 sp:expression
349 - [ rdf:type ep-spin-lib:buildEquipmentFailureAndRepairURI ; 198 + [ rdf:type ep-spin-lib:selectTimeDurationScale ;
350 - sp:arg1 _:b61 ; 199 + sp:arg1 _:b28
351 - sp:arg2 _:b57 ;
352 - sp:arg3 _:b59
353 ] ; 200 ] ;
354 - sp:variable _:b53 201 + sp:variable _:b13
355 ] [ rdf:type sp:Bind ; 202 ] [ rdf:type sp:Bind ;
356 sp:expression 203 sp:expression
357 [ rdf:type ep-spin-lib:selectDrillingEquipmentType ; 204 [ rdf:type ep-spin-lib:selectDrillingEquipmentType ;
358 - sp:arg1 _:b60 205 + sp:arg1 _:b29
359 ] ; 206 ] ;
360 - sp:variable _:b55 207 + sp:variable _:b11
361 ]) 208 ])
362 ] . 209 ] .
363 210
364 -<http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> 211 +_:b11
365 - rdf:type owl:Ontology ; 212 + sp:varName "drillingEquipmentType"^^xsd:string .
366 - owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://spinrdf.org/spin> ;
367 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
368 -
369 -_:b3 sp:varName "temporalPartOfAWellBoreDuringEquipmentFailureAndRepair"^^xsd:string .
370 -
371 -_:b1 sp:varName "equipmentFailureAndRepair"^^xsd:string .
372 -
373 -_:b9 sp:varName "normalizedWellBoreName"^^xsd:string .
374 -
375 -_:b4 sp:varName "dailytemporalPartOfAWellBore"^^xsd:string .
376 -
377 -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
378 -
379 -_:b8 sp:varName "index"^^xsd:string .
380 -
381 -_:b7 sp:varName "equipFailureInfo"^^xsd:string .
382 -
383 -_:b6 sp:varName "dTimStart"^^xsd:string .
384 -
385 -_:b5 sp:varName "nameWellBore"^^xsd:string .
386 -
387 -_:b37
388 - sp:varName "normalizedWellBoreName"^^xsd:string .
389 -
390 -_:b36
391 - sp:varName "index"^^xsd:string .
392 -
393 -_:b35
394 - sp:varName "equipFailureInfo"^^xsd:string .
395 -
396 -_:b34
397 - sp:varName "dTimStart"^^xsd:string .
398 -
399 -_:b33
400 - sp:varName "nameWellBore"^^xsd:string .
401 213
402 -_:b32 214 +_:b13
403 - sp:varName "temporalPartOfAWellBoreDuringEquipmentFailureAndRepair"^^xsd:string . 215 + sp:varName "durationScale"^^xsd:string .
404 216
405 -_:b31 217 +_:b19
406 - sp:varName "tvd"^^xsd:string . 218 + sp:varName "lengthScaleTvd"^^xsd:string .
407 219
408 _:b16 220 _:b16
409 - sp:varName "normalizedWellBoreName"^^xsd:string . 221 + sp:varName "lengthScaleMd"^^xsd:string .
410 222
411 -_:b15 223 +_:b1 sp:varName "equipmentFailureAndRepair"^^xsd:string .
412 - sp:varName "index"^^xsd:string .
413 -
414 -_:b14
415 - sp:varName "equipFailureInfo"^^xsd:string .
416 -
417 -_:b13
418 - sp:varName "dTimStart"^^xsd:string .
419 -
420 -_:b12
421 - sp:varName "nameWellBore"^^xsd:string .
422 -
423 -_:b11
424 - sp:varName "equipmentFailureAndRepair"^^xsd:string .
425 224
426 -_:b10 225 +_:b31
427 - sp:varName "timeOfFailure"^^xsd:string . 226 + sp:varName "localname"^^xsd:string .
428 227
429 -_:b23 228 +_:b30
430 sp:varName "normalizedWellBoreName"^^xsd:string . 229 sp:varName "normalizedWellBoreName"^^xsd:string .
431 230
432 -_:b22 231 +_:b4 sp:varName "dailytemporalPartOfAWellBore"^^xsd:string .
433 - sp:varName "index"^^xsd:string .
434 -
435 -_:b21
436 - sp:varName "equipFailureInfo"^^xsd:string .
437 -
438 -_:b20
439 - sp:varName "dTimStart"^^xsd:string .
440 232
441 -_:b19 233 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
442 - sp:varName "nameWellBore"^^xsd:string .
443 234
444 -_:b18 235 +_:b29
445 - sp:varName "equipmentFailureAndRepair"^^xsd:string . 236 + sp:varName "enumEquipClass"^^xsd:string .
446 237
447 -_:b17 238 +_:b8 sp:varName "description"^^xsd:string .
448 - sp:varName "timeOfRepair"^^xsd:string .
449 239
450 -_:b30 240 +_:b12
451 - sp:varName "normalizedWellBoreName"^^xsd:string . 241 + sp:varName "realDuration"^^xsd:string .
452 -
453 -_:b29
454 - sp:varName "index"^^xsd:string .
455 242
456 _:b28 243 _:b28
457 - sp:varName "equipFailureInfo"^^xsd:string . 244 + sp:varName "uomDuration"^^xsd:string .
458 245
459 _:b27 246 _:b27
460 - sp:varName "dTimStart"^^xsd:string .
461 -
462 -_:b26
463 - sp:varName "nameWellBore"^^xsd:string .
464 -
465 -_:b25
466 - sp:varName "temporalPartOfAWellBoreDuringEquipmentFailureAndRepair"^^xsd:string .
467 -
468 -_:b24
469 - sp:varName "md"^^xsd:string .
470 -
471 -_:b44
472 - sp:varName "normalizedWellBoreName"^^xsd:string .
473 -
474 -_:b43
475 - sp:varName "index"^^xsd:string .
476 -
477 -_:b42
478 - sp:varName "equipFailureInfo"^^xsd:string .
479 -
480 -_:b41
481 - sp:varName "dTimStart"^^xsd:string .
482 -
483 -_:b40
484 - sp:varName "nameWellBore"^^xsd:string .
485 -
486 -_:b39
487 - sp:varName "equipmentFailureAndRepair"^^xsd:string .
488 -
489 -_:b38
490 sp:varName "missedProductionTime"^^xsd:string . 247 sp:varName "missedProductionTime"^^xsd:string .
491 248
492 -_:b51 249 +_:b18
493 - sp:varName "normalizedWellBoreName"^^xsd:string . 250 + sp:varName "realTvd"^^xsd:string .
494 -
495 -_:b50
496 - sp:varName "index"^^xsd:string .
497 -
498 -_:b49
499 - sp:varName "equipFailureInfo"^^xsd:string .
500 251
501 -_:b48 252 +_:b26
502 - sp:varName "dTimStart"^^xsd:string . 253 + sp:varName "uomTvd"^^xsd:string .
503 254
504 -_:b47 255 +_:b25
505 - sp:varName "nameWellBore"^^xsd:string . 256 + sp:varName "tvd"^^xsd:string .
506 257
507 -_:b46 258 +_:b15
508 - sp:varName "equipmentFailureAndRepair"^^xsd:string . 259 + sp:varName "realMd"^^xsd:string .
509 260
510 -_:b45 261 +_:b24
511 - sp:varName "description"^^xsd:string . 262 + sp:varName "uomMd"^^xsd:string .
512 263
513 -_:b61 264 +_:b23
514 - sp:varName "normalizedWellBoreName"^^xsd:string . 265 + sp:varName "md"^^xsd:string .
515 266
516 -_:b60 267 +_:b6 sp:varName "timeOfRepair"^^xsd:string .
517 - sp:varName "enumEquipClass"^^xsd:string .
518 268
519 -_:b59 269 +_:b5 sp:varName "timeOfFailure"^^xsd:string .
520 - sp:varName "index"^^xsd:string .
521 270
522 -_:b58 271 +_:b22
523 sp:varName "equipFailureInfo"^^xsd:string . 272 sp:varName "equipFailureInfo"^^xsd:string .
524 273
525 -_:b57 274 +_:b21
526 sp:varName "dTimStart"^^xsd:string . 275 sp:varName "dTimStart"^^xsd:string .
527 276
528 -_:b56 277 +_:b20
529 sp:varName "nameWellBore"^^xsd:string . 278 sp:varName "nameWellBore"^^xsd:string .
530 -
531 -_:b55
532 - sp:varName "drillingEquipmentType"^^xsd:string .
533 -
534 -_:b53
535 - sp:varName "equipmentFailureAndRepair"^^xsd:string .
......
1 -# Saved by TopBraid on Wed Aug 17 11:15:26 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 17:13:14 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
...@@ -376,7 +376,8 @@ Sand Zones: ...@@ -376,7 +376,8 @@ Sand Zones:
376 </witsml:lithShowInfo> 376 </witsml:lithShowInfo>
377 <witsml:equipFailureInfo> 377 <witsml:equipFailureInfo>
378 <witsml:dTim>2009-12-31T00:00:00.000Z</witsml:dTim> 378 <witsml:dTim>2009-12-31T00:00:00.000Z</witsml:dTim>
379 - <witsml:md uom="m">2823</witsml:md> 379 + <witsml:md uom="m">2823</witsml:md>
380 + <witsml:tvd uom="m">2800</witsml:tvd>
380 <witsml:equipClass>pipe handling equ syst -- vertical pipe handling equ syst</witsml:equipClass> 381 <witsml:equipClass>pipe handling equ syst -- vertical pipe handling equ syst</witsml:equipClass>
381 <witsml:eTimMissProduction uom="min">180</witsml:eTimMissProduction> 382 <witsml:eTimMissProduction uom="min">180</witsml:eTimMissProduction>
382 <witsml:dTimRepair>2009-12-30T11:30:00.000Z</witsml:dTimRepair> 383 <witsml:dTimRepair>2009-12-30T11:30:00.000Z</witsml:dTimRepair>
......