Skip to content

Commit bd8311e

Browse files
author
mgeipel
committed
fixed #43
1 parent 73f5d11 commit bd8311e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

examples/sort/sort-gnd.flux

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
default fileName = FLUX_DIR + "gnd-sample.pica";
2-
3-
fileName|
4-
open-file|
5-
as-lines|
6-
decode-pica|
7-
morph(FLUX_DIR + "gnd-pref-label.xml")|
8-
stream-to-triples|
9-
sort-triples(sortBy="object")|
10-
template("${s}\t${o}")|
1+
default fileName = FLUX_DIR + "gnd-sample.pica";
2+
3+
fileName|
4+
open-file|
5+
as-lines|
6+
decode-pica|
7+
morph(FLUX_DIR + "gnd-pref-label.xml")|
8+
stream-to-triples|
9+
sort-triples(by="object")|
10+
template("${s}\t${o}")|
1111
write("stdout");

0 commit comments

Comments
 (0)