David Leal

completed formTestInfo, gasReadingInfo and lithShowInfo mappings.

1 -# Saved by TopBraid on Mon Sep 19 17:02:08 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 21:00:53 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
...@@ -264,6 +264,12 @@ ep-well:dominantComponent ...@@ -264,6 +264,12 @@ ep-well:dominantComponent
264 rdfs:label "dominant component"^^xsd:string ; 264 rdfs:label "dominant component"^^xsd:string ;
265 rdfs:range ep-well:FluidComponentType . 265 rdfs:range ep-well:FluidComponentType .
266 266
267 +ep-well:ethaneConcentration
268 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
269 + rdfs:domain ep-well:Gas ;
270 + rdfs:label "ethane concentration"^^xsd:string ;
271 + rdfs:range ep-core:SpecificVolume .
272 +
267 ep-well:finalBottomHoleMeasuredDepth 273 ep-well:finalBottomHoleMeasuredDepth
268 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 274 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
269 rdfs:domain ep-well:TemporalPartOfAWellBore ; 275 rdfs:domain ep-well:TemporalPartOfAWellBore ;
...@@ -276,6 +282,18 @@ ep-well:finalBottomHoleTrueVerticalDepth ...@@ -276,6 +282,18 @@ ep-well:finalBottomHoleTrueVerticalDepth
276 rdfs:label "final bottom hole true vertical depth"^^xsd:string ; 282 rdfs:label "final bottom hole true vertical depth"^^xsd:string ;
277 rdfs:range ep-core:Length . 283 rdfs:range ep-core:Length .
278 284
285 +ep-well:gasConcentrationHigh
286 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
287 + rdfs:domain ep-well:Fluid ;
288 + rdfs:label "gas concentration - high"^^xsd:string ;
289 + rdfs:range ep-core:SpecificVolume .
290 +
291 +ep-well:gasConcentrationLow
292 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
293 + rdfs:domain ep-well:Fluid ;
294 + rdfs:label "gas concentration - low"^^xsd:string ;
295 + rdfs:range ep-core:SpecificVolume .
296 +
279 ep-well:hasBarrel 297 ep-well:hasBarrel
280 rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 298 rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
281 rdfs:domain ep-well:RecoveredCore ; 299 rdfs:domain ep-well:RecoveredCore ;
...@@ -294,6 +312,23 @@ ep-well:initialBottomHoleMeasuredDepth ...@@ -294,6 +312,23 @@ ep-well:initialBottomHoleMeasuredDepth
294 rdfs:label "initial bottom hole measured depth"^^xsd:string ; 312 rdfs:label "initial bottom hole measured depth"^^xsd:string ;
295 rdfs:range ep-core:Length . 313 rdfs:range ep-core:Length .
296 314
315 +ep-well:isoButaneConcentration
316 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
317 + rdfs:domain ep-well:Gas ;
318 + rdfs:label "iso-Butane concentration"^^xsd:string ;
319 + rdfs:range ep-core:SpecificVolume .
320 +
321 +ep-well:isoPentaneConcentration
322 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
323 + rdfs:domain ep-well:Gas ;
324 + rdfs:label "iso-Pentane concentration"^^xsd:string ;
325 + rdfs:range ep-core:SpecificVolume .
326 +
327 +ep-well:lithologyDescription
328 + rdf:type owl:DatatypeProperty ;
329 + rdfs:domain ep-well:SpatialPartOfAWellBore ;
330 + rdfs:label "lithology description"^^xsd:string .
331 +
297 ep-well:measuredDepth 332 ep-well:measuredDepth
298 rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 333 rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
299 rdfs:domain ep-well:SpatialPartOfAWellBore ; 334 rdfs:domain ep-well:SpatialPartOfAWellBore ;
...@@ -318,12 +353,24 @@ ep-well:measuredDepthToTheTopOfAPartOfAWellBore ...@@ -318,12 +353,24 @@ ep-well:measuredDepthToTheTopOfAPartOfAWellBore
318 rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ; 353 rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ;
319 rdfs:range ep-core:Length . 354 rdfs:range ep-core:Length .
320 355
356 +ep-well:methaneConcentration
357 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
358 + rdfs:domain ep-well:Gas ;
359 + rdfs:label "methane concentration"^^xsd:string ;
360 + rdfs:range ep-core:SpecificVolume .
361 +
321 ep-well:nominalInsideDiameterOfBoreHole 362 ep-well:nominalInsideDiameterOfBoreHole
322 rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 363 rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
323 rdfs:domain ep-well:TemporalPartOfAWellBore ; 364 rdfs:domain ep-well:TemporalPartOfAWellBore ;
324 rdfs:label "nominal inside diameter of borehole"^^xsd:string ; 365 rdfs:label "nominal inside diameter of borehole"^^xsd:string ;
325 rdfs:range ep-core:Length . 366 rdfs:range ep-core:Length .
326 367
368 +ep-well:norButaneConcentration
369 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
370 + rdfs:domain ep-well:Gas ;
371 + rdfs:label "nor-Butane concentration"^^xsd:string ;
372 + rdfs:range ep-core:SpecificVolume .
373 +
327 ep-well:plannedBottomHoleMeasuredDepth 374 ep-well:plannedBottomHoleMeasuredDepth
328 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 375 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
329 rdfs:domain ep-well:TemporalPartOfAWellBore ; 376 rdfs:domain ep-well:TemporalPartOfAWellBore ;
...@@ -342,12 +389,24 @@ ep-well:plannedPilotBottomHoleTrueVerticalDepth ...@@ -342,12 +389,24 @@ ep-well:plannedPilotBottomHoleTrueVerticalDepth
342 rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ; 389 rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ;
343 rdfs:range ep-core:Length . 390 rdfs:range ep-core:Length .
344 391
392 +ep-well:porePressure
393 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
394 + rdfs:domain ep-well:SpatialPartOfAWellBore ;
395 + rdfs:label "pore pressure"^^xsd:string ;
396 + rdfs:range ep-core:Pressure .
397 +
345 ep-well:porePressureEquivalentMudDensity 398 ep-well:porePressureEquivalentMudDensity
346 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 399 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
347 rdfs:domain ep-well:TemporalPartOfAWellBore ; 400 rdfs:domain ep-well:TemporalPartOfAWellBore ;
348 rdfs:label "pore pressure - equivalent mud density"^^xsd:string ; 401 rdfs:label "pore pressure - equivalent mud density"^^xsd:string ;
349 rdfs:range ep-core:Density . 402 rdfs:range ep-core:Density .
350 403
404 +ep-well:propaneConcentration
405 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
406 + rdfs:domain ep-well:Gas ;
407 + rdfs:label "propane concentration"^^xsd:string ;
408 + rdfs:range ep-core:SpecificVolume .
409 +
351 ep-well:ratioOfCementMixToWater 410 ep-well:ratioOfCementMixToWater
352 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 411 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
353 rdfs:domain ep-well:CementingFluid ; 412 rdfs:domain ep-well:CementingFluid ;
...@@ -360,6 +419,11 @@ ep-well:relativeAmountOfCoreRecovered ...@@ -360,6 +419,11 @@ ep-well:relativeAmountOfCoreRecovered
360 rdfs:label "relative amount of core recovered"^^xsd:string ; 419 rdfs:label "relative amount of core recovered"^^xsd:string ;
361 rdfs:range ep-core:SpecificVolume . 420 rdfs:range ep-core:SpecificVolume .
362 421
422 +ep-well:showDescription
423 + rdf:type owl:DatatypeProperty ;
424 + rdfs:domain ep-well:SpatialPartOfAWellBore ;
425 + rdfs:label "show description"^^xsd:string .
426 +
363 ep-well:shutInCasingPressure 427 ep-well:shutInCasingPressure
364 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 428 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
365 rdfs:domain ep-well:TemporalPartOfAWellBore ; 429 rdfs:domain ep-well:TemporalPartOfAWellBore ;
......
1 -# Saved by TopBraid on Mon Sep 19 17:15:47 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 20:58:08 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 17:19:54 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 21:02:01 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 3 # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo
4 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo 4 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo
5 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation 5 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation
6 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo
6 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport 7 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
7 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo 8 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
8 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity 9 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
9 # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias 10 # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
10 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun 11 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun
11 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage 12 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage
13 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo
12 # imports: http://www.reportinghub.no/ep/transform/check 14 # imports: http://www.reportinghub.no/ep/transform/check
13 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo 15 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo
14 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo 16 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo
17 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo
15 # imports: http://spinrdf.org/spin 18 # imports: http://spinrdf.org/spin
16 19
17 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> . 20 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> .
...@@ -22,6 +25,9 @@ ...@@ -22,6 +25,9 @@
22 @prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> . 25 @prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> .
23 @prefix coreInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> . 26 @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#> . 27 @prefix equipFailureInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> .
28 +@prefix formTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> .
29 +@prefix gasReadingInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> .
30 +@prefix lithShowInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> .
25 @prefix owl: <http://www.w3.org/2002/07/owl#> . 31 @prefix owl: <http://www.w3.org/2002/07/owl#> .
26 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 32 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
27 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 33 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
...@@ -36,5 +42,5 @@ ...@@ -36,5 +42,5 @@
36 42
37 <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> 43 <http://www.reportinghub.no/ep/transform/1.1/ddr/collector>
38 rdf:type owl:Ontology ; 44 rdf:type owl:Ontology ;
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> ; 45 + owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> , <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/lithShowInfo> , <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/gasReadingInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ;
40 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 46 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
1 -# Saved by TopBraid on Mon Sep 19 17:19:54 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 21:02:01 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 Aug 22 17:05:07 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 18:17: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 Wed Aug 24 13:32:40 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 20:27:36 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 16:55:07 BST 2011 1 +# Saved by TopBraid on Mon Sep 19 20:55:57 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#> .
......
...@@ -358,13 +358,14 @@ Sand Zones: ...@@ -358,13 +358,14 @@ Sand Zones:
358 <witsml:formTestInfo> 358 <witsml:formTestInfo>
359 <witsml:dTim>2011-08-22T02:00:00.000Z</witsml:dTim> 359 <witsml:dTim>2011-08-22T02:00:00.000Z</witsml:dTim>
360 <witsml:md uom="m">1234.5</witsml:md> 360 <witsml:md uom="m">1234.5</witsml:md>
361 +<witsml:tvd uom="m">1200.5</witsml:tvd>
361 <witsml:presPore uom="MPa">66.5</witsml:presPore> 362 <witsml:presPore uom="MPa">66.5</witsml:presPore>
362 <witsml:goodSeal>true</witsml:goodSeal> 363 <witsml:goodSeal>true</witsml:goodSeal>
363 <witsml:mdSample uom="m">1224.3</witsml:mdSample> 364 <witsml:mdSample uom="m">1224.3</witsml:mdSample>
364 <witsml:dominateComponent>oil</witsml:dominateComponent> 365 <witsml:dominateComponent>oil</witsml:dominateComponent>
365 <witsml:densityHC uom="g/cm3">0.33</witsml:densityHC> 366 <witsml:densityHC uom="g/cm3">0.33</witsml:densityHC>
366 <witsml:volumeSample uom="dm3">11</witsml:volumeSample> 367 <witsml:volumeSample uom="dm3">11</witsml:volumeSample>
367 -<witsml:description>Bla bla bla bla bla</witsml:description> 368 +<witsml:description>Formation test description ....</witsml:description>
368 </witsml:formTestInfo> 369 </witsml:formTestInfo>
369 <witsml:lithShowInfo> 370 <witsml:lithShowInfo>
370 <witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim> 371 <witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim>
...@@ -372,6 +373,7 @@ Sand Zones: ...@@ -372,6 +373,7 @@ Sand Zones:
372 <witsml:mdBottom uom="m">3750</witsml:mdBottom> 373 <witsml:mdBottom uom="m">3750</witsml:mdBottom>
373 <witsml:tvdTop uom="m">1822.67</witsml:tvdTop> 374 <witsml:tvdTop uom="m">1822.67</witsml:tvdTop>
374 <witsml:tvdBottom uom="m">1827.57</witsml:tvdBottom> 375 <witsml:tvdBottom uom="m">1827.57</witsml:tvdBottom>
376 +<witsml:show>A show description ....</witsml:show>
375 <witsml:lithology>Sandstone with minor claystone (Heimdal Fm)</witsml:lithology> 377 <witsml:lithology>Sandstone with minor claystone (Heimdal Fm)</witsml:lithology>
376 </witsml:lithShowInfo> 378 </witsml:lithShowInfo>
377 <witsml:equipFailureInfo> 379 <witsml:equipFailureInfo>
...@@ -431,11 +433,11 @@ Sand Zones: ...@@ -431,11 +433,11 @@ Sand Zones:
431 <witsml:gasHigh uom="%">77.7</witsml:gasHigh> 433 <witsml:gasHigh uom="%">77.7</witsml:gasHigh>
432 <witsml:gasLow uom="%">44.4</witsml:gasLow> 434 <witsml:gasLow uom="%">44.4</witsml:gasLow>
433 <witsml:meth uom="ppm">55</witsml:meth> 435 <witsml:meth uom="ppm">55</witsml:meth>
434 -<witsml:eth uom="ppm">55</witsml:eth> 436 +<witsml:eth uom="ppm">56</witsml:eth>
435 -<witsml:prop uom="ppm">55</witsml:prop> 437 +<witsml:prop uom="ppm">57</witsml:prop>
436 -<witsml:ibut uom="ppm">55</witsml:ibut> 438 +<witsml:ibut uom="ppm">58</witsml:ibut>
437 -<witsml:nbut uom="ppm">55</witsml:nbut> 439 +<witsml:nbut uom="ppm">59</witsml:nbut>
438 -<witsml:ipent uom="ppm">55</witsml:ipent> 440 +<witsml:ipent uom="ppm">60</witsml:ipent>
439 </witsml:gasReadingInfo> 441 </witsml:gasReadingInfo>
440 </witsml:drillReport> 442 </witsml:drillReport>
441 </witsml:drillReports> 443 </witsml:drillReports>
...\ No newline at end of file ...\ No newline at end of file
......