Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -1008,6 +1008,8 @@ ddr-tables:CementInformation | ... | @@ -1008,6 +1008,8 @@ ddr-tables:CementInformation |
1008 | spin:body | 1008 | spin:body |
1009 | [ rdf:type sp:Select ; | 1009 | [ rdf:type sp:Select ; |
1010 | sp:distinct "true"^^xsd:boolean ; | 1010 | sp:distinct "true"^^xsd:boolean ; |
1011 | + sp:orderBy ([ sp:varName "startedAt"^^xsd:string | ||
1012 | + ]) ; | ||
1011 | sp:resultVariables ([ sp:varName "startTime"^^xsd:string | 1013 | sp:resultVariables ([ sp:varName "startTime"^^xsd:string |
1012 | ] [ sp:varName "endTime"^^xsd:string | 1014 | ] [ sp:varName "endTime"^^xsd:string |
1013 | ] [ sp:varName "jobType"^^xsd:string | 1015 | ] [ sp:varName "jobType"^^xsd:string | ... | ... |
-
Please register or login to post a comment