Showing
2 changed files
with
11 additions
and
6 deletions
1 | -# Saved by TopBraid on Mon Sep 26 14:05:37 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 26 15:17:53 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 |
... | @@ -35,9 +35,14 @@ ddr-tables:BitRecord | ... | @@ -35,9 +35,14 @@ ddr-tables:BitRecord |
35 | ] [ sp:varName "model"^^xsd:string | 35 | ] [ sp:varName "model"^^xsd:string |
36 | ] [ sp:varName "hoursDrilled"^^xsd:string | 36 | ] [ sp:varName "hoursDrilled"^^xsd:string |
37 | ] [ sp:varName "mDStart"^^xsd:string | 37 | ] [ sp:varName "mDStart"^^xsd:string |
38 | - ] [ sp:varName "mDEnd"^^xsd:string | 38 | + ] [ sp:varName "mDend"^^xsd:string |
39 | - ] [ sp:varName "holeMade"^^xsd:string | 39 | + ] [ sp:varName "holeMadeLast24H"^^xsd:string |
40 | + ] [ sp:varName "hoursDrilledLast24H"^^xsd:string | ||
40 | ] [ sp:varName "rOP"^^xsd:string | 41 | ] [ sp:varName "rOP"^^xsd:string |
42 | + ] [ sp:varName "totalHoleMade"^^xsd:string | ||
43 | + ] [ sp:varName "totalHoursDrilled"^^xsd:string | ||
44 | + ] [ sp:varName "totalROP"^^xsd:string | ||
45 | + ] [ sp:varName "dullGrade"^^xsd:string | ||
41 | ]) ; | 46 | ]) ; |
42 | sp:where ([ sp:object _:b1 ; | 47 | sp:where ([ sp:object _:b1 ; |
43 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ; | 48 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ; |
... | @@ -87,7 +92,7 @@ ddr-tables:BitRecord | ... | @@ -87,7 +92,7 @@ ddr-tables:BitRecord |
87 | ]) | 92 | ]) |
88 | ]) | 93 | ]) |
89 | ] ; | 94 | ] ; |
90 | - rhspin:tableHeaders ("Bit Size in"^^xsd:string "Run No."^^xsd:string "Manufacturer"^^xsd:string "Model"^^xsd:string "Hours Drilled"^^xsd:string "MD Start m"^^xsd:string "MD End m"^^xsd:string "Hole Made (last 24H)"^^xsd:string "Hours Drilled (last24H)"^^xsd:string "ROP m/h"^^xsd:string) . | 95 | + rhspin:tableHeaders ("Bit size in"^^xsd:string "Run No."^^xsd:string "Manufacturer"^^xsd:string "Model"^^xsd:string "Hours drilled"^^xsd:string "MD Start m"^^xsd:string "MD end m"^^xsd:string "Hole made (last 24H)"^^xsd:string "Hours drilled (last24H)"^^xsd:string " ROP m/h"^^xsd:string "Total hole made"^^xsd:string "Total hours drilled"^^xsd:string "Total ROP m/h"^^xsd:string "Dull grade"^^xsd:string) . |
91 | 96 | ||
92 | ddr-tables:CasingLinerTubingInformation | 97 | ddr-tables:CasingLinerTubingInformation |
93 | rdf:type rhspin:TableTemplate ; | 98 | rdf:type rhspin:TableTemplate ; | ... | ... |
1 | -# Saved by TopBraid on Mon Sep 26 14:05:38 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 26 15:17:53 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#> . | ... | ... |
-
Please register or login to post a comment