David Price

Fixed casing run start time

...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
21 <http://www.reportinghub.no/ep/spin/ddr-tables> 21 <http://www.reportinghub.no/ep/spin/ddr-tables>
22 rdf:type owl:Ontology ; 22 rdf:type owl:Ontology ;
23 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; 23 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ;
24 - 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: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> ;
25 owl:versionInfo "0.1.0"^^xsd:string . 25 owl:versionInfo "0.1.0"^^xsd:string .
26 26
27 ddr-tables:BitRecord 27 ddr-tables:BitRecord
...@@ -196,6 +196,8 @@ ddr-tables:CasingLinerTubingInformation ...@@ -196,6 +196,8 @@ ddr-tables:CasingLinerTubingInformation
196 rdfs:subClassOf rhspin:DDRTableTemplates ; 196 rdfs:subClassOf rhspin:DDRTableTemplates ;
197 spin:body 197 spin:body
198 [ rdf:type sp:Select ; 198 [ rdf:type sp:Select ;
199 + sp:orderBy ([ sp:varName "startTime"^^xsd:string
200 + ]) ;
199 sp:resultVariables ([ sp:varName "typeOfPipe"^^xsd:string 201 sp:resultVariables ([ sp:varName "typeOfPipe"^^xsd:string
200 ] [ sp:varName "casingType"^^xsd:string 202 ] [ sp:varName "casingType"^^xsd:string
201 ] [ sp:varName "startTime"^^xsd:string 203 ] [ sp:varName "startTime"^^xsd:string
......
1 -# Saved by TopBraid on Thu Oct 27 14:50:45 BST 2011
2 # baseURI: null 1 # baseURI: null
3 2
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 3 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......