David Price

Added sort by time to Cement Info.

......@@ -1008,6 +1008,8 @@ ddr-tables:CementInformation
spin:body
[ rdf:type sp:Select ;
sp:distinct "true"^^xsd:boolean ;
sp:orderBy ([ sp:varName "startedAt"^^xsd:string
]) ;
sp:resultVariables ([ sp:varName "startTime"^^xsd:string
] [ sp:varName "endTime"^^xsd:string
] [ sp:varName "jobType"^^xsd:string
......