David Leal

Rig alias bug fixed (datatype problem). CementingFluid table updated, but not yet finished.

1 -# Saved by TopBraid on Mon Oct 03 11:53:16 BST 2011 1 +# Saved by TopBraid on Mon Oct 03 13:04:22 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/spin/ddr-tables 2 # baseURI: http://www.reportinghub.no/ep/spin/ddr-tables
3 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose 3 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
4 # imports: http://www.reportinghub.no/ep/schema/1.0/ddr 4 # imports: http://www.reportinghub.no/ep/schema/1.0/ddr
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 <http://www.reportinghub.no/ep/spin/ddr-tables> 20 <http://www.reportinghub.no/ep/spin/ddr-tables>
21 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
22 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; 22 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ;
23 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/ddr> ; 23 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/spin/rh> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ;
24 owl:versionInfo "0.1.0"^^xsd:string . 24 owl:versionInfo "0.1.0"^^xsd:string .
25 25
26 ddr-tables:BitRecord 26 ddr-tables:BitRecord
...@@ -339,130 +339,125 @@ ddr-tables:CementFluidInformation ...@@ -339,130 +339,125 @@ ddr-tables:CementFluidInformation
339 rdfs:subClassOf rhspin:DDRTableTemplates ; 339 rdfs:subClassOf rhspin:DDRTableTemplates ;
340 spin:body 340 spin:body
341 [ rdf:type sp:Select ; 341 [ rdf:type sp:Select ;
342 - sp:resultVariables (_:b61 _:b62 _:b63 _:b64 _:b65 _:b66 _:b67 _:b68 _:b69) ; 342 + sp:resultVariables (_:b61 _:b62 _:b63 _:b64 _:b65 _:b66 _:b67 _:b68 [ sp:varName "comments"^^xsd:string
343 - sp:where ([ sp:object _:b70 ; 343 + ]) ;
344 + sp:where ([ sp:object _:b69 ;
344 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 345 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
345 sp:subject 346 sp:subject
346 [ sp:varName "report"^^xsd:string 347 [ sp:varName "report"^^xsd:string
347 ] 348 ]
348 - ] [ sp:object _:b71 ; 349 + ] [ sp:object _:b70 ;
349 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 350 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
351 + sp:subject _:b69
352 + ] [ sp:object _:b71 ;
353 + sp:predicate rdf:type ;
350 sp:subject _:b70 354 sp:subject _:b70
351 - ] [ sp:object _:b72 ; 355 + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJobPurposeType> ;
352 sp:predicate rdf:type ; 356 sp:predicate rdf:type ;
353 sp:subject _:b71 357 sp:subject _:b71
354 - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJobPurposeType> ; 358 + ] [ sp:object _:b72 ;
359 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
360 + sp:subject _:b70
361 + ] [ sp:object _:b73 ;
355 sp:predicate rdf:type ; 362 sp:predicate rdf:type ;
356 sp:subject _:b72 363 sp:subject _:b72
364 + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingFluidReturnType> ;
365 + sp:predicate rdf:type ;
366 + sp:subject _:b73
367 + ] [ sp:object _:b74 ;
368 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ;
369 + sp:subject _:b72
370 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ;
371 + sp:predicate rdf:type ;
372 + sp:subject _:b74
373 + ] [ sp:object _:b75 ;
374 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
375 + sp:subject _:b74
376 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ;
377 + sp:predicate rdf:type ;
378 + sp:subject _:b75
357 ] [ rdf:type sp:Optional ; 379 ] [ rdf:type sp:Optional ;
358 - sp:elements ([ sp:object _:b69 ; 380 + sp:elements ([ sp:object _:b76 ;
359 - sp:predicate <http://purl.org/dc/elements/1.1/description> ; 381 + sp:predicate rdf:type ;
360 - sp:subject _:b71 382 + sp:subject _:b75
383 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluidType> ;
384 + sp:predicate rdf:type ;
385 + sp:subject _:b76
386 + ] [ sp:object _:b61 ;
387 + sp:predicate rdfs:label ;
388 + sp:subject _:b76
361 ]) 389 ])
362 ] [ rdf:type sp:Optional ; 390 ] [ rdf:type sp:Optional ;
363 - sp:elements ([ sp:object _:b73 ; 391 + sp:elements ([ sp:object _:b77 ;
364 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
365 - sp:subject _:b71
366 - ] [ sp:object _:b74 ;
367 sp:predicate rdf:type ; 392 sp:predicate rdf:type ;
368 - sp:subject _:b73 393 + sp:subject _:b75
369 - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingFluidReturnType> ; 394 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
370 sp:predicate rdf:type ; 395 sp:predicate rdf:type ;
371 - sp:subject _:b74 396 + sp:subject _:b77
372 - ] [ rdf:type sp:Optional ; 397 + ] [ sp:object _:b63 ;
373 - sp:elements ([ sp:object _:b75 ; 398 + sp:predicate <http://www.reportinghub.no/ep/schema/core#specificGravity> ;
374 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ; 399 + sp:subject _:b77
375 - sp:subject _:b73
376 - ] [ sp:object _:b76 ;
377 - sp:predicate rdf:type ;
378 - sp:subject _:b75
379 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluidType> ;
380 - sp:predicate rdf:type ;
381 - sp:subject _:b76
382 - ] [ sp:object _:b61 ;
383 - sp:predicate rdfs:label ;
384 - sp:subject _:b76
385 - ] [ rdf:type sp:Optional ;
386 - sp:elements ([ sp:object _:b77 ;
387 - sp:predicate rdf:type ;
388 - sp:subject _:b75
389 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
390 - sp:predicate rdf:type ;
391 - sp:subject _:b77
392 - ] [ sp:object _:b63 ;
393 - sp:predicate <http://www.reportinghub.no/ep/schema/core#specificGravity> ;
394 - sp:subject _:b77
395 - ])
396 - ] [ rdf:type sp:Optional ;
397 - sp:elements ([ sp:object _:b78 ;
398 - sp:predicate rdf:type ;
399 - sp:subject _:b75
400 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#YieldPoint> ;
401 - sp:predicate rdf:type ;
402 - sp:subject _:b78
403 - ] [ sp:object _:b64 ;
404 - sp:predicate <http://www.reportinghub.no/ep/schema/core#foot3_sack94-1> ;
405 - sp:subject _:b78
406 - ])
407 - ] [ rdf:type sp:Optional ;
408 - sp:elements ([ sp:object _:b79 ;
409 - sp:predicate <http://www.reportinghub.no/ep/schema/well#ratioOfCementMixToWater> ;
410 - sp:subject _:b75
411 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
412 - sp:predicate rdf:type ;
413 - sp:subject _:b79
414 - ] [ sp:object _:b65 ;
415 - sp:predicate <http://www.reportinghub.no/ep/schema/core#usGallon_sack94-1> ;
416 - sp:subject _:b79
417 - ])
418 - ] [ rdf:type sp:Optional ;
419 - sp:elements ([ sp:object _:b80 ;
420 - sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidPerCentFreeWater> ;
421 - sp:subject _:b75
422 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
423 - sp:predicate rdf:type ;
424 - sp:subject _:b80
425 - ] [ sp:object _:b66 ;
426 - sp:predicate <http://www.reportinghub.no/ep/schema/core#perCentByVolume> ;
427 - sp:subject _:b80
428 - ])
429 - ] [ rdf:type sp:Optional ;
430 - sp:elements ([ sp:object _:b81 ;
431 - sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidThickeningTime> ;
432 - sp:subject _:b75
433 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
434 - sp:predicate rdf:type ;
435 - sp:subject _:b81
436 - ] [ sp:object _:b67 ;
437 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hour> ;
438 - sp:subject _:b81
439 - ])
440 - ] [ rdf:type sp:Optional ;
441 - sp:elements ([ sp:object _:b68 ;
442 - sp:predicate rdfs:comment ;
443 - sp:subject _:b75
444 - ])
445 - ])
446 - ] [ rdf:type sp:Optional ;
447 - sp:elements ([ sp:object _:b82 ;
448 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#volumeOfPumpedCementingFluid> ;
449 - sp:subject _:b73
450 - ] [ sp:object _:b62 ;
451 - sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ;
452 - sp:subject _:b82
453 - ])
454 ]) 400 ])
455 ] [ rdf:type sp:Optional ; 401 ] [ rdf:type sp:Optional ;
456 - sp:elements ([ sp:object _:b75 ; 402 + sp:elements ([ sp:object _:b78 ;
457 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onFluid> ;
458 - sp:subject _:b71
459 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#YieldPoint> ;
460 sp:predicate rdf:type ; 403 sp:predicate rdf:type ;
461 sp:subject _:b75 404 sp:subject _:b75
405 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#YieldPoint> ;
406 + sp:predicate rdf:type ;
407 + sp:subject _:b78
462 ] [ sp:object _:b64 ; 408 ] [ sp:object _:b64 ;
463 sp:predicate <http://www.reportinghub.no/ep/schema/core#foot3_sack94-1> ; 409 sp:predicate <http://www.reportinghub.no/ep/schema/core#foot3_sack94-1> ;
410 + sp:subject _:b78
411 + ])
412 + ] [ rdf:type sp:Optional ;
413 + sp:elements ([ sp:object _:b79 ;
414 + sp:predicate <http://www.reportinghub.no/ep/schema/well#ratioOfCementMixToWater> ;
415 + sp:subject _:b75
416 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
417 + sp:predicate rdf:type ;
418 + sp:subject _:b79
419 + ] [ sp:object _:b65 ;
420 + sp:predicate <http://www.reportinghub.no/ep/schema/core#usGallon_sack94-1> ;
421 + sp:subject _:b79
422 + ])
423 + ] [ rdf:type sp:Optional ;
424 + sp:elements ([ sp:object _:b80 ;
425 + sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidPerCentFreeWater> ;
426 + sp:subject _:b75
427 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
428 + sp:predicate rdf:type ;
429 + sp:subject _:b80
430 + ] [ sp:object _:b66 ;
431 + sp:predicate <http://www.reportinghub.no/ep/schema/core#perCentByVolume> ;
432 + sp:subject _:b80
433 + ])
434 + ] [ rdf:type sp:Optional ;
435 + sp:elements ([ sp:object _:b81 ;
436 + sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidThickeningTime> ;
437 + sp:subject _:b75
438 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
439 + sp:predicate rdf:type ;
440 + sp:subject _:b81
441 + ] [ sp:object _:b67 ;
442 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hour> ;
443 + sp:subject _:b81
444 + ])
445 + ] [ rdf:type sp:Optional ;
446 + sp:elements ([ sp:object _:b68 ;
447 + sp:predicate rdfs:comment ;
464 sp:subject _:b75 448 sp:subject _:b75
465 ]) 449 ])
450 + ] [ rdf:type sp:Optional ;
451 + sp:elements ([ sp:object _:b82 ;
452 + sp:predicate rdf:type ;
453 + sp:subject _:b75
454 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
455 + sp:predicate rdf:type ;
456 + sp:subject _:b82
457 + ] [ sp:object _:b62 ;
458 + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ;
459 + sp:subject _:b82
460 + ])
466 ]) 461 ])
467 ] ; 462 ] ;
468 rhspin:tableHeaders ("Fluid type"^^xsd:string "Volume pumped m3"^^xsd:string "Fluid density"^^xsd:string "Yield point ft3/sack"^^xsd:string "Mix water ratio gal/sack"^^xsd:string "Free water %"^^xsd:string "Thickening time h"^^xsd:string "Fluid Description"^^xsd:string "Comments"^^xsd:string) . 463 rhspin:tableHeaders ("Fluid type"^^xsd:string "Volume pumped m3"^^xsd:string "Fluid density"^^xsd:string "Yield point ft3/sack"^^xsd:string "Mix water ratio gal/sack"^^xsd:string "Free water %"^^xsd:string "Thickening time h"^^xsd:string "Fluid Description"^^xsd:string "Comments"^^xsd:string) .
...@@ -2808,71 +2803,98 @@ _:b115 ...@@ -2808,71 +2803,98 @@ _:b115
2808 _:b114 2803 _:b114
2809 sp:varName "coreNo"^^xsd:string . 2804 sp:varName "coreNo"^^xsd:string .
2810 2805
2811 -_:b82 2806 +_:b113
2812 - sp:varName "volPumped"^^xsd:string . 2807 + sp:varName "returnedFluidVolume"^^xsd:string .
2813 2808
2814 -_:b81 2809 +_:b112
2815 - sp:varName "tt"^^xsd:string . 2810 + sp:varName "returnedFluid"^^xsd:string .
2816 2811
2817 -_:b80 2812 +_:b111
2818 - sp:varName "fw"^^xsd:string . 2813 + sp:varName "wcPumpingFluidReturnType"^^xsd:string .
2819 2814
2820 -_:b79 2815 +_:b110
2821 - sp:varName "ratio"^^xsd:string . 2816 + sp:varName "wcPumping"^^xsd:string .
2822 2817
2823 -_:b78 2818 +_:b109
2824 - sp:varName "yp"^^xsd:string . 2819 + sp:varName "jobreturnno"^^xsd:string .
2825 2820
2826 -_:b77 2821 +_:b108
2827 - sp:varName "density"^^xsd:string . 2822 + sp:varName "odtub"^^xsd:string .
2828 2823
2829 -_:b76 2824 +_:b107
2830 - sp:varName "fType"^^xsd:string . 2825 + sp:varName "casing"^^xsd:string .
2831 2826
2832 -_:b75 2827 +_:b106
2833 - sp:varName "fluid"^^xsd:string . 2828 + sp:varName "wellborepart"^^xsd:string .
2834 2829
2835 -_:b74 2830 +_:b105
2836 - sp:varName "cementPumpingFrType"^^xsd:string . 2831 + sp:varName "wellbore"^^xsd:string .
2837 2832
2838 -_:b73 2833 +_:b104
2839 - sp:varName "cementPumpingFR"^^xsd:string . 2834 + sp:varName "prel"^^xsd:string .
2840 2835
2841 -_:b72 2836 +_:b103
2842 - sp:varName "cPumpingType"^^xsd:string . 2837 + sp:varName "jobpartend"^^xsd:string .
2843 2838
2844 -_:b71 2839 +_:b102
2845 - sp:varName "cementPumping"^^xsd:string . 2840 + sp:varName "jobpartstart"^^xsd:string .
2846 2841
2847 -_:b70 2842 +_:b101
2848 - sp:varName "dailyDrillingActivity"^^xsd:string . 2843 + sp:varName "bumppres"^^xsd:string .
2849 2844
2850 -_:b69 2845 +_:b100
2846 + sp:varName "wcjclass"^^xsd:string .
2847 +
2848 +_:b99
2849 + sp:varName "wcj"^^xsd:string .
2850 +
2851 +_:b98
2852 + sp:varName "reportOn"^^xsd:string .
2853 +
2854 +_:b97
2851 sp:varName "comments"^^xsd:string . 2855 sp:varName "comments"^^xsd:string .
2852 2856
2853 -_:b68 2857 +_:b96
2854 - sp:varName "fluidDescription"^^xsd:string . 2858 + sp:varName "rotated"^^xsd:string .
2855 2859
2856 -_:b67 2860 +_:b95
2857 - sp:varName "thickeningTime"^^xsd:string . 2861 + sp:varName "reciprocated"^^xsd:string .
2858 2862
2859 -_:b66 2863 +_:b94
2860 - sp:varName "freeWater"^^xsd:string . 2864 + sp:varName "cementVolumeReturns"^^xsd:string .
2861 2865
2862 -_:b65 2866 +_:b93
2863 - sp:varName "mixWaterRatio"^^xsd:string . 2867 + sp:varName "fullReturns"^^xsd:string .
2864 2868
2865 -_:b64 2869 +_:b92
2866 - sp:varName "yieldPoint"^^xsd:string . 2870 + sp:varName "pressureReleaseTime"^^xsd:string .
2867 2871
2868 -_:b63 2872 +_:b91
2869 - sp:varName "fluidDensity"^^xsd:string . 2873 + sp:varName "floatHeld"^^xsd:string .
2870 2874
2871 -_:b62 2875 +_:b90
2872 - sp:varName "volumePumped"^^xsd:string . 2876 + sp:varName "plugBumpPressure"^^xsd:string .
2873 2877
2874 -_:b61 2878 +_:b89
2875 - sp:varName "fluidType"^^xsd:string . 2879 + sp:varName "plugBumped"^^xsd:string .
2880 +
2881 +_:b88
2882 + sp:varName "bottomPlug"^^xsd:string .
2883 +
2884 +_:b87
2885 + sp:varName "topPlug"^^xsd:string .
2886 +
2887 +_:b86
2888 + sp:varName "casingStringDiameter"^^xsd:string .
2889 +
2890 +_:b85
2891 + sp:varName "jobType"^^xsd:string .
2892 +
2893 +_:b84
2894 + sp:varName "endTime"^^xsd:string .
2895 +
2896 +_:b83
2897 + sp:varName "startTime"^^xsd:string .
2876 2898
2877 _:b60 2899 _:b60
2878 sp:varName "tubLen"^^xsd:string . 2900 sp:varName "tubLen"^^xsd:string .
...@@ -3045,95 +3067,68 @@ _:b2 sp:varName "runNo"^^xsd:string . ...@@ -3045,95 +3067,68 @@ _:b2 sp:varName "runNo"^^xsd:string .
3045 3067
3046 _:b1 sp:varName "bitSize"^^xsd:string . 3068 _:b1 sp:varName "bitSize"^^xsd:string .
3047 3069
3048 -_:b98 3070 +_:b69
3049 sp:varName "reportOn"^^xsd:string . 3071 sp:varName "reportOn"^^xsd:string .
3050 3072
3051 -_:b99 3073 +_:b70
3052 sp:varName "wcj"^^xsd:string . 3074 sp:varName "wcj"^^xsd:string .
3053 3075
3054 -_:b100 3076 +_:b71
3055 sp:varName "wcjclass"^^xsd:string . 3077 sp:varName "wcjclass"^^xsd:string .
3056 3078
3057 -_:b85 3079 +_:b72
3058 - sp:varName "jobType"^^xsd:string . 3080 + sp:varName "cementPumping"^^xsd:string .
3059 -
3060 -_:b87
3061 - sp:varName "topPlug"^^xsd:string .
3062 -
3063 -_:b101
3064 - sp:varName "bumppres"^^xsd:string .
3065 -
3066 -_:b90
3067 - sp:varName "plugBumpPressure"^^xsd:string .
3068 -
3069 -_:b102
3070 - sp:varName "jobpartstart"^^xsd:string .
3071 -
3072 -_:b83
3073 - sp:varName "startTime"^^xsd:string .
3074 -
3075 -_:b103
3076 - sp:varName "jobpartend"^^xsd:string .
3077 -
3078 -_:b84
3079 - sp:varName "endTime"^^xsd:string .
3080 -
3081 -_:b104
3082 - sp:varName "prel"^^xsd:string .
3083 -
3084 -_:b92
3085 - sp:varName "pressureReleaseTime"^^xsd:string .
3086 3081
3087 -_:b105 3082 +_:b73
3088 - sp:varName "wellbore"^^xsd:string . 3083 + sp:varName "wcPumpingFluidReturnType"^^xsd:string .
3089 3084
3090 -_:b106 3085 +_:b74
3091 - sp:varName "wellborepart"^^xsd:string . 3086 + sp:varName "pumpedFluid"^^xsd:string .
3092 3087
3093 -_:b107 3088 +_:b75
3094 - sp:varName "casing"^^xsd:string . 3089 + sp:varName "fluid"^^xsd:string .
3095 3090
3096 -_:b108 3091 +_:b76
3097 - sp:varName "odtub"^^xsd:string . 3092 + sp:varName "fType"^^xsd:string .
3098 3093
3099 -_:b86 3094 +_:b61
3100 - sp:varName "casingStringDiameter"^^xsd:string . 3095 + sp:varName "fluidType"^^xsd:string .
3101 3096
3102 -_:b109 3097 +_:b77
3103 - sp:varName "jobreturnno"^^xsd:string . 3098 + sp:varName "density"^^xsd:string .
3104 3099
3105 -_:b93 3100 +_:b63
3106 - sp:varName "fullReturns"^^xsd:string . 3101 + sp:varName "fluidDensity"^^xsd:string .
3107 3102
3108 -_:b96 3103 +_:b78
3109 - sp:varName "rotated"^^xsd:string . 3104 + sp:varName "yp"^^xsd:string .
3110 3105
3111 -_:b95 3106 +_:b64
3112 - sp:varName "reciprocated"^^xsd:string . 3107 + sp:varName "yieldPoint"^^xsd:string .
3113 3108
3114 -_:b88 3109 +_:b79
3115 - sp:varName "bottomPlug"^^xsd:string . 3110 + sp:varName "ratio"^^xsd:string .
3116 3111
3117 -_:b110 3112 +_:b65
3118 - sp:varName "wcPumping"^^xsd:string . 3113 + sp:varName "mixWaterRatio"^^xsd:string .
3119 3114
3120 -_:b111 3115 +_:b80
3121 - sp:varName "wcPumpingFluidReturnType"^^xsd:string . 3116 + sp:varName "fw"^^xsd:string .
3122 3117
3123 -_:b112 3118 +_:b66
3124 - sp:varName "returnedFluid"^^xsd:string . 3119 + sp:varName "freeWater"^^xsd:string .
3125 3120
3126 -_:b113 3121 +_:b81
3127 - sp:varName "returnedFluidVolume"^^xsd:string . 3122 + sp:varName "tt"^^xsd:string .
3128 3123
3129 -_:b94 3124 +_:b67
3130 - sp:varName "cementVolumeReturns"^^xsd:string . 3125 + sp:varName "thickeningTime"^^xsd:string .
3131 3126
3132 -_:b91 3127 +_:b68
3133 - sp:varName "floatHeld"^^xsd:string . 3128 + sp:varName "fluidDescription"^^xsd:string .
3134 3129
3135 -_:b89 3130 +_:b82
3136 - sp:varName "plugBumped"^^xsd:string . 3131 + sp:varName "volPumped"^^xsd:string .
3137 3132
3138 -_:b97 3133 +_:b62
3139 - sp:varName "comments"^^xsd:string . 3134 + sp:varName "volumePumped"^^xsd:string .
......