David Price

Small fixes to DDR column headings and Lith diff cast to decimal not float

...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
22 <http://www.reportinghub.no/ep/spin/ddr-tables> 22 <http://www.reportinghub.no/ep/spin/ddr-tables>
23 rdf:type owl:Ontology ; 23 rdf:type owl:Ontology ;
24 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; 24 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ;
25 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/spin/rh> ; 25 + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> ;
26 owl:versionInfo "0.1.0"^^xsd:string . 26 owl:versionInfo "0.1.0"^^xsd:string .
27 27
28 ddr-tables:BitRecord 28 ddr-tables:BitRecord
...@@ -422,10 +422,12 @@ ddr-tables:BitRecord ...@@ -422,10 +422,12 @@ ddr-tables:BitRecord
422 in"""^^xsd:string "Run No."^^xsd:string "Manufacturer"^^xsd:string "Model"^^xsd:string "Hours Drilled"^^xsd:string """MD Start 422 in"""^^xsd:string "Run No."^^xsd:string "Manufacturer"^^xsd:string "Model"^^xsd:string "Hours Drilled"^^xsd:string """MD Start
423 m"""^^xsd:string """MD End 423 m"""^^xsd:string """MD End
424 m"""^^xsd:string """Hole Made 424 m"""^^xsd:string """Hole Made
425 -(last+24H)"""^^xsd:string """Hours Drilled 425 +(last 24H)
426 -(last24H)"""^^xsd:string """ROP 426 +m"""^^xsd:string """Hours Drilled
427 +(last 24H)"""^^xsd:string """ROP
427 m/h"""^^xsd:string """Total Hole 428 m/h"""^^xsd:string """Total Hole
428 -made"""^^xsd:string """Total Hours 429 +made
430 +m"""^^xsd:string """Total Hours
429 drilled"""^^xsd:string """Total ROP 431 drilled"""^^xsd:string """Total ROP
430 m/h"""^^xsd:string """Dull 432 m/h"""^^xsd:string """Dull
431 Grade"""^^xsd:string) . 433 Grade"""^^xsd:string) .
...@@ -992,7 +994,7 @@ ddr-tables:CementFluidInformation ...@@ -992,7 +994,7 @@ ddr-tables:CementFluidInformation
992 ]) 994 ])
993 ]) 995 ])
994 ] ; 996 ] ;
995 - rhspin:tableHeaders ("Fluid type"^^xsd:string """Volume Pumped 997 + rhspin:tableHeaders ("Fluid Type"^^xsd:string """Volume Pumped
996 m3"""^^xsd:string "Fluid Density"^^xsd:string """Yield Point 998 m3"""^^xsd:string "Fluid Density"^^xsd:string """Yield Point
997 ft3/sack"""^^xsd:string """Mix Water Ratio 999 ft3/sack"""^^xsd:string """Mix Water Ratio
998 gal/sack"""^^xsd:string """Free Water 1000 gal/sack"""^^xsd:string """Free Water
...@@ -1443,7 +1445,7 @@ ddr-tables:CementInformation ...@@ -1443,7 +1445,7 @@ ddr-tables:CementInformation
1443 rhspin:tableHeaders ("""Start 1445 rhspin:tableHeaders ("""Start
1444 Time"""^^xsd:string """End 1446 Time"""^^xsd:string """End
1445 Time"""^^xsd:string """Job 1447 Time"""^^xsd:string """Job
1446 -Yype"""^^xsd:string """Casing String 1448 +Type"""^^xsd:string """Casing String
1447 Diameter 1449 Diameter
1448 in"""^^xsd:string """Top 1450 in"""^^xsd:string """Top
1449 Plug 1451 Plug
...@@ -2685,8 +2687,8 @@ mMD"""^^xsd:string """Depth to ...@@ -2685,8 +2687,8 @@ mMD"""^^xsd:string """Depth to
2685 Top 2687 Top
2686 mTVD"""^^xsd:string """Depth to 2688 mTVD"""^^xsd:string """Depth to
2687 Bottom 2689 Bottom
2688 -mTVD"""^^xsd:string """Highest gas 2690 +mTVD"""^^xsd:string """Highest Gas
2689 -%"""^^xsd:string """Lowest gas 2691 +%"""^^xsd:string """Lowest Gas
2690 %"""^^xsd:string """C1 2692 %"""^^xsd:string """C1
2691 ppm"""^^xsd:string """C2 2693 ppm"""^^xsd:string """C2
2692 ppm"""^^xsd:string """C3 2694 ppm"""^^xsd:string """C3
...@@ -2825,12 +2827,12 @@ ddr-tables:LithologyInformation ...@@ -2825,12 +2827,12 @@ ddr-tables:LithologyInformation
2825 sp:expression 2827 sp:expression
2826 [ rdf:type sp:sub ; 2828 [ rdf:type sp:sub ;
2827 sp:arg1 [ rdf:type spif:cast ; 2829 sp:arg1 [ rdf:type spif:cast ;
2828 - arg:datatype xsd:float ; 2830 + arg:datatype xsd:decimal ;
2829 sp:arg1 [ sp:varName "endDepthmMD2"^^xsd:string 2831 sp:arg1 [ sp:varName "endDepthmMD2"^^xsd:string
2830 ] 2832 ]
2831 ] ; 2833 ] ;
2832 sp:arg2 [ rdf:type spif:cast ; 2834 sp:arg2 [ rdf:type spif:cast ;
2833 - arg:datatype xsd:float ; 2835 + arg:datatype xsd:decimal ;
2834 sp:arg1 [ sp:varName "startDepthmMD2"^^xsd:string 2836 sp:arg1 [ sp:varName "startDepthmMD2"^^xsd:string
2835 ] 2837 ]
2836 ] 2838 ]
...@@ -2904,12 +2906,12 @@ ddr-tables:LithologyInformation ...@@ -2904,12 +2906,12 @@ ddr-tables:LithologyInformation
2904 sp:expression 2906 sp:expression
2905 [ rdf:type sp:sub ; 2907 [ rdf:type sp:sub ;
2906 sp:arg1 [ rdf:type spif:cast ; 2908 sp:arg1 [ rdf:type spif:cast ;
2907 - arg:datatype xsd:float ; 2909 + arg:datatype xsd:decimal ;
2908 sp:arg1 [ sp:varName "endDepthmTVD2"^^xsd:string 2910 sp:arg1 [ sp:varName "endDepthmTVD2"^^xsd:string
2909 ] 2911 ]
2910 ] ; 2912 ] ;
2911 sp:arg2 [ rdf:type spif:cast ; 2913 sp:arg2 [ rdf:type spif:cast ;
2912 - arg:datatype xsd:float ; 2914 + arg:datatype xsd:decimal ;
2913 sp:arg1 [ sp:varName "startDepthmTVD2"^^xsd:string 2915 sp:arg1 [ sp:varName "startDepthmTVD2"^^xsd:string
2914 ] 2916 ]
2915 ] 2917 ]
...@@ -3833,7 +3835,7 @@ ddr-tables:StratigraphicInformation ...@@ -3833,7 +3835,7 @@ ddr-tables:StratigraphicInformation
3833 Top of Formation 3835 Top of Formation
3834 mMD"""^^xsd:string """Depth to 3836 mMD"""^^xsd:string """Depth to
3835 Top of Formation 3837 Top of Formation
3836 -mTVD"""^^xsd:string "Formation Name"^^xsd:string) . 3838 +mTVD"""^^xsd:string "*Formation Name"^^xsd:string) .
3837 3839
3838 ddr-tables:SurveyStation 3840 ddr-tables:SurveyStation
3839 rdf:type rhspin:TableTemplate ; 3841 rdf:type rhspin:TableTemplate ;
...@@ -4000,7 +4002,9 @@ ddr-tables:SurveyStation ...@@ -4000,7 +4002,9 @@ ddr-tables:SurveyStation
4000 ] ; 4002 ] ;
4001 rhspin:tableHeaders ("""Depth 4003 rhspin:tableHeaders ("""Depth
4002 mMD"""^^xsd:string """Depth 4004 mMD"""^^xsd:string """Depth
4003 -mTVD"""^^xsd:string "Inclination"^^xsd:string "Azimuth"^^xsd:string) . 4005 +mTVD"""^^xsd:string """Inclination
4006 +deg"""^^xsd:string """Azimuth
4007 +deg"""^^xsd:string) .
4004 4008
4005 ddr-tables:WellControlIncident 4009 ddr-tables:WellControlIncident
4006 rdf:type rhspin:TableTemplate ; 4010 rdf:type rhspin:TableTemplate ;
...@@ -4384,7 +4388,7 @@ Well ...@@ -4384,7 +4388,7 @@ Well
4384 mMD"""^^xsd:string """Depth of 4388 mMD"""^^xsd:string """Depth of
4385 Well 4389 Well
4386 mTVD"""^^xsd:string """Lost Time 4390 mTVD"""^^xsd:string """Lost Time
4387 -min"""^^xsd:string """Time for 4391 +min"""^^xsd:string """Time of
4388 Well Control 4392 Well Control
4389 Regain"""^^xsd:string """Depth 4393 Regain"""^^xsd:string """Depth
4390 at Bit 4394 at Bit
......