summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbibtotxt.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bibtotxt.sh b/bibtotxt.sh
index 6b10d38..71f16ec 100755
--- a/bibtotxt.sh
+++ b/bibtotxt.sh
@@ -19,7 +19,8 @@ WHERE {
OPTIONAL { ?a bibo:issue ?iss }.
?j dc:title ?jtitle;
bibo:uri ?juri.
-}"
+}
+ORDER BY DESC(?artdate)"
roqet -q -r csv -e "$q" -D /dev/stdin < $rdf | sed '/^Result/d' \
| while read r; do